:root{--color-ivory: #fffaf1;--color-surface: #ffffff;--color-sand: #f2e6d4;--color-saffron-wash: #fff3d8;--color-saffron-light: #ffd97a;--color-saffron: #d98b08;--color-plum: #5b153f;--color-plum-dark: #351027;--color-berry: #a51958;--color-green: #36624c;--color-ink: #2e2028;--color-muted: #6f6268;--color-border: rgba(91, 21, 63, .14);--color-border-strong: rgba(91, 21, 63, .28);--color-error: #a4262c;--font-display: Georgia, "Times New Roman", serif;--font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-md: .8rem;--radius-lg: 1.2rem;--radius-xl: 1.8rem;--shadow-sm: 0 8px 28px rgba(53, 16, 39, .06);--shadow-md: 0 16px 42px rgba(53, 16, 39, .11);--shadow-lg: 0 24px 65px rgba(53, 16, 39, .16)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-ivory);color:var(--color-ink);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--color-berry);text-underline-offset:.2em}h1,h2,h3{color:var(--color-plum-dark);font-family:var(--font-display);line-height:1.08}h1{font-size:clamp(2.7rem,8vw,5.6rem)}h2{font-size:clamp(2rem,5vw,3.4rem)}p{margin-top:0}:focus-visible{outline:3px solid var(--color-saffron);outline-offset:3px}.container{width:min(100% - 2rem,76rem);margin-inline:auto}.section{padding-block:clamp(4rem,9vw,7.5rem)}.section--compact{padding-block:clamp(3rem,7vw,5.5rem)}.section--tint{background:var(--color-saffron-wash)}.eyebrow{margin-bottom:.6rem;color:var(--color-berry);font-size:.74rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.button-row--center{justify-content:center}.button{display:inline-flex;min-height:2.9rem;align-items:center;justify-content:center;gap:.45rem;padding:.74rem 1.25rem;border:1px solid var(--color-plum);border-radius:99rem;background:var(--color-plum);color:var(--color-ivory);font-size:.9rem;font-weight:750;line-height:1;text-align:center;text-decoration:none;transition:background .16s ease,transform .16s ease;cursor:pointer}.button:hover{background:var(--color-berry);transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait}.button--small{min-height:2.45rem;padding:.55rem 1rem}.button--wide{width:100%}.button--ghost{background:transparent;color:var(--color-plum)}.button--ghost:hover{color:var(--color-ivory)}.button--light{border-color:var(--color-ivory);background:var(--color-ivory);color:var(--color-plum)}.text-link{color:var(--color-berry);font-weight:750;text-decoration:none}.text-link--large{font-size:1rem}.back-link{display:inline-block;margin-bottom:2rem;color:var(--color-plum);font-weight:700;text-decoration:none}.skip-link{position:fixed;z-index:100;top:.5rem;left:.5rem;padding:.7rem 1rem;background:var(--color-ink);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.page-hero{position:relative;overflow:hidden;padding-block:clamp(4.5rem,10vw,8rem);background:var(--color-saffron-wash)}.page-hero--small{padding-block:clamp(3.5rem,8vw,6rem)}.page-hero--pattern:after{position:absolute;right:-6rem;bottom:-9rem;width:24rem;height:24rem;border:1px solid rgba(91,21,63,.13);border-radius:50%;box-shadow:0 0 0 2.5rem #d98b080f,0 0 0 5rem #5b153f0a;content:""}.page-hero__content{position:relative;z-index:1}.page-hero__content h1{max-width:15ch;margin:.4rem 0 1rem}.page-hero__content>p:last-child{max-width:43rem;margin-bottom:0;color:var(--color-muted);font-size:1.08rem}.section-heading{margin-bottom:2rem}.section-heading h2{margin:.25rem 0 .6rem}.section-heading>p:last-child{max-width:38rem;color:var(--color-muted)}.section-heading--center{max-width:45rem;margin-inline:auto;text-align:center}.section-heading--center>p:last-child{margin-inline:auto}.section-heading--split{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15.5rem),1fr));gap:1.25rem}.empty-state{grid-column:1/-1;max-width:42rem;margin-inline:auto;padding-block:4rem;text-align:center}.empty-state__motif{display:block;color:var(--color-saffron);font-size:2rem}.loading-message{padding-block:4rem;color:var(--color-muted);text-align:center}.notice{padding:1rem;border-radius:var(--radius-md);font-size:.88rem}.notice--success{background:#e2f1e8;color:#24523a}.notice--error{background:#f9e2e2;color:var(--color-error)}.notice--info{background:var(--color-saffron-wash);color:var(--color-plum)}@media(min-width:48rem){.container{width:min(100% - 4rem,76rem)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
