@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/playfair-latin.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/playfair-latin.woff2) format("woff2")}:root{--ink: #0e1a2a;--ink-strong: #0a1424;--muted: #5a6776;--line: #e5e2da;--bone: #fafaf7;--bone-2: #f2efe7;--accent: #0f4c5c;--accent-deep: #0a3a47;--accent-tint: #e6eef0;--serif: "Playfair Display", Georgia, serif;--sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--gutter: clamp(1.25rem, 4vw, 2.5rem);--section-y: clamp(2.75rem, 5vw, 4.5rem);--container: 1280px;--container-narrow: 1024px;--ease-out-soft: cubic-bezier(.2, .7, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}@supports not (overflow: clip){html{overflow-x:hidden}}body{margin:0;background:var(--bone);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;text-rendering:optimizeLegibility;width:100%}@supports not (overflow: clip){body{overflow-x:hidden}}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}svg{display:block}img{max-width:100%;height:auto}::selection{background:var(--accent);color:var(--bone)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}.font-display{font-family:var(--serif);font-weight:500;letter-spacing:-.015em;line-height:1.05}.eyebrow{font-family:var(--sans);font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0}.lede{font-size:clamp(1.05rem,1.5vw,1.18rem);color:var(--muted);line-height:1.6;max-width:56ch}.h-display{font-family:var(--serif);font-weight:500;font-size:clamp(2.75rem,7.5vw,6rem);line-height:1.02;letter-spacing:-.025em;color:var(--ink-strong)}.h-1{font-family:var(--serif);font-weight:500;font-size:clamp(2.25rem,5.5vw,3.75rem);line-height:1.08;letter-spacing:-.02em;color:var(--ink-strong)}.h-2{font-family:var(--serif);font-weight:500;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15;letter-spacing:-.015em;color:var(--ink-strong)}.h-3{font-family:var(--sans);font-weight:600;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.3;letter-spacing:-.005em;color:var(--ink-strong)}.container-x{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.container-narrow{max-width:var(--container-narrow);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.rule{height:1px;width:100%;background:var(--line);border:0;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:0 1.5rem;border-radius:6px;font-family:var(--sans);font-size:.95rem;font-weight:500;letter-spacing:.01em;cursor:pointer;border:1px solid transparent;position:relative;isolation:isolate;overflow:hidden;transition:color .32s var(--ease-out-soft),border-color .28s var(--ease-out-soft),transform .22s var(--ease-out-soft),box-shadow .32s var(--ease-out-soft);text-decoration:none;white-space:nowrap}.btn:before{content:"";position:absolute;top:-1px;bottom:-1px;left:0;width:120%;z-index:-1;transform:translate(-105%) skew(-14deg);transform-origin:top left;transition:transform .46s cubic-bezier(.65,0,.25,1);pointer-events:none}.btn:hover:before,.btn:focus-visible:before{transform:translate(0) skew(-14deg)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn:active{transform:translateY(0) scale(.985);transition-duration:.1s}.btn-primary{background:var(--accent);color:var(--bone);box-shadow:0 1px 2px #0f4c5c14}.btn-primary:before{background:var(--accent-deep)}.btn-primary:hover{transform:translateY(-1.5px);box-shadow:0 10px 24px #0f4c5c38}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-ghost:before{background:var(--ink)}.btn-ghost:hover{color:var(--bone);transform:translateY(-1.5px);box-shadow:0 10px 24px #0e1a2a2e}.btn-text{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 0;color:var(--ink);font-weight:500;position:relative;cursor:pointer;background:none;border:0;transition:color .22s var(--ease-out-soft)}.btn-text:hover{color:var(--accent)}.btn-text:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:2px}.btn-text:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .38s var(--ease-out-soft)}.btn-text:hover:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.btn,.btn-text:after{transition-duration:1ms}.btn:active,.btn-primary:hover,.btn-ghost:hover{transform:none}}.site-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;width:100%;min-height:72px;padding:.85rem var(--gutter);background:var(--bone);border-bottom:1px solid transparent;transition:transform .32s var(--ease-out-soft),border-color .22s var(--ease-out-soft)}.site-header.is-scrolled{border-bottom-color:var(--line)}.site-header.is-hidden{transform:translateY(-110%)}.site-header .brand{display:inline-flex;align-items:center}.site-header .brand img{height:clamp(44px,4.5vw,56px);width:auto;object-fit:contain;object-position:left center}.site-header .brand-wordmark{font-family:var(--serif);font-weight:500;font-size:1.4rem;letter-spacing:.02em;color:var(--ink-strong)}.main-nav{display:flex;align-items:center;gap:clamp(1.25rem,3vw,2.25rem)}.main-nav a{font-size:.92rem;font-weight:500;color:var(--ink);padding:.5rem 0;position:relative;transition:color .22s var(--ease-out-soft)}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:.15rem;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .22s var(--ease-out-soft)}.main-nav a:hover:after,.main-nav a[aria-current=page]:after{transform:scaleX(1)}.header-actions{display:inline-flex;align-items:center;gap:.5rem;justify-self:end}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;color:var(--ink);background:transparent;border:0;cursor:pointer;position:relative;transition:background-color .22s var(--ease-out-soft)}.icon-btn:hover{background:var(--bone-2)}.icon-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:6px;right:4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--bone);font-size:.68rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1}.cart-count.is-empty{display:none}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;color:var(--ink)}.menu-toggle svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round}.menu-toggle .icon-close,.menu-toggle[aria-expanded=true] .icon-open{display:none}.menu-toggle[aria-expanded=true] .icon-close{display:block}.mobile-menu{position:fixed;inset:72px 0 0;background:var(--bone);z-index:30;padding:2.5rem var(--gutter) 3rem;display:flex;flex-direction:column;gap:2rem;border-top:1px solid var(--line);opacity:0;transform:translateY(-12px);visibility:hidden;pointer-events:none;transition:opacity .24s var(--ease-out-soft),transform .32s var(--ease-out-soft),visibility 0s linear .32s}.mobile-menu.is-open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;transition:opacity .24s var(--ease-out-soft),transform .32s var(--ease-out-soft),visibility 0s linear 0s}.mobile-menu nav{display:flex;flex-direction:column;gap:1.25rem}.mobile-menu nav a{font-family:var(--serif);font-size:1.75rem;font-weight:500;letter-spacing:-.01em;color:var(--ink-strong);padding:.25rem 0;opacity:0;transform:translateY(8px);transition:opacity .32s var(--ease-out-soft),transform .38s var(--ease-out-soft)}.mobile-menu.is-open nav a{opacity:1;transform:translateY(0)}.mobile-menu.is-open nav a:nth-child(1){transition-delay:80ms}.mobile-menu.is-open nav a:nth-child(2){transition-delay:.13s}.mobile-menu.is-open nav a:nth-child(3){transition-delay:.18s}.mobile-menu.is-open nav a:nth-child(4){transition-delay:.23s}.mobile-menu.is-open nav a:nth-child(5){transition-delay:.28s}.mobile-menu.is-open nav a:nth-child(6){transition-delay:.32s}.mobile-menu.is-open nav a:nth-child(7){transition-delay:.36s}@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu nav a{transition:none}}.mobile-menu-foot{margin-top:auto;border-top:1px solid var(--line);padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.92rem;color:var(--muted)}.mobile-menu-foot a{color:var(--ink)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;padding-block:clamp(1.5rem,3vw,2.5rem) clamp(2rem,4vw,3rem)}.hero-copy{display:flex;flex-direction:column;gap:1.1rem}.hero-headline{max-width:14ch}.hero-support{max-width:42ch}.hero-credentials{max-width:44ch}.hero-copy .eyebrow{color:var(--accent)}.hero-headline{font-family:var(--serif);font-weight:500;font-size:clamp(2.25rem,4.5vw,3.75rem);line-height:1.05;letter-spacing:-.02em;color:var(--ink-strong);margin:0}.hero-headline em{font-style:italic;font-weight:500;color:var(--accent)}.hero-support{font-size:clamp(1rem,1.15vw,1.1rem);color:var(--muted);margin:0}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.hero-credentials{display:grid;grid-template-columns:1fr;gap:.6rem;margin:.75rem 0 0;padding:1rem 0 0;border-top:1px solid var(--line);font-size:.88rem;color:var(--muted)}.hero-credentials li{display:flex;align-items:center;gap:.6rem;list-style:none}.hero-credentials li svg{width:16px;height:16px;stroke:var(--accent);stroke-width:1.5;fill:none;flex-shrink:0}.hero-art{position:relative;aspect-ratio:6 / 5;background:var(--bone-2);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.hero.hero-full{display:block;position:relative;isolation:isolate;overflow:hidden;padding:0;min-height:clamp(640px,40vw,860px)}.hero.hero-full .hero-full-inner{position:relative;z-index:1;min-height:inherit;display:flex;align-items:center;padding-block:clamp(3rem,7vw,5rem)}.hero.hero-full .hero-copy{max-width:560px}.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:right center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(250,250,247,.94) 0%,rgba(250,250,247,.78) 32%,rgba(250,250,247,.32) 52%,transparent 68%)}@media(max-width:820px){.hero.hero-full{display:flex;flex-direction:column;min-height:auto;overflow:visible}.hero-bg{position:relative;inset:auto;width:100%;aspect-ratio:16 / 11;overflow:hidden}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:72% center}.hero-bg:after{display:none}.hero.hero-full .hero-full-inner{padding-block:clamp(1.75rem,6vw,2.5rem) clamp(2.5rem,8vw,3.5rem)}.hero.hero-full .hero-copy{max-width:none}}.wave-mark{display:inline-block;vertical-align:middle;width:64px;height:12px;color:var(--accent);flex-shrink:0}.wave-mark path{stroke:currentColor;stroke-width:1.4;fill:none;stroke-linecap:round}.wave-mark.wide{width:96px;height:16px}.wave-divider{display:flex;align-items:center;justify-content:center;padding:clamp(2rem,4vw,3.25rem) var(--gutter);color:var(--accent);opacity:.85}.section-tinted+.wave-divider{padding-top:clamp(3.5rem,7vw,5.5rem);padding-bottom:clamp(.5rem,1vw,.75rem)}.wave-divider svg{width:clamp(80px,12vw,140px);height:14px}.wave-divider path{stroke:currentColor;stroke-width:1.4;fill:none;stroke-linecap:round}.press-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(1.5rem,3vw,2.25rem) var(--gutter);display:flex;flex-direction:column;align-items:center;gap:.85rem;text-align:center;background:var(--bone)}.press-bar .press-eyebrow{margin:0;font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.press-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:.85rem 1rem;width:100%;max-width:var(--container)}.press-list li{font-family:var(--serif);font-weight:500;font-size:clamp(.95rem,1.3vw,1.15rem);color:var(--ink);letter-spacing:.04em;line-height:1.3;text-align:center;white-space:nowrap}@media(max-width:900px){.press-list{grid-template-columns:repeat(3,1fr)}.press-list li:nth-child(4),.press-list li:nth-child(5){grid-column:span 1}}@media(max-width:540px){.press-bar{padding-block:clamp(1.25rem,5vw,1.75rem)}.press-list{grid-template-columns:1fr;gap:0}.press-list li{padding-block:.55rem;position:relative}.press-list li+li:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:3px;height:3px;border-radius:999px;background:var(--line)}}.testimonial-moment{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding-block:0 clamp(2.75rem,5.5vw,4.5rem);max-width:92ch;margin-inline:auto}.testimonial-moment .wave-mark{color:var(--accent);margin-bottom:clamp(2.25rem,4.5vw,3.75rem)}.testimonial-moment blockquote{margin:0;padding:0;border:0;font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.5rem,2.6vw,2.15rem);line-height:1.35;letter-spacing:-.01em;color:var(--ink-strong);max-width:64ch}.testimonial-moment .testimonial-attribution{margin:.25rem 0 0;font-family:var(--sans);font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-tinted{position:relative;z-index:0}.section-tinted:before{content:"";position:absolute;inset:0;z-index:-1;background:var(--bone-2);margin-inline:calc(50% - 50vw)}.values>article{padding:clamp(1.5rem,2.5vw,2rem) clamp(1.25rem,2vw,1.75rem);display:flex;flex-direction:column;gap:.65rem}.values>article+article{border-left:1px solid var(--line)}.values svg{width:28px;height:28px;stroke:var(--accent);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.values h3{margin:0;font-family:var(--sans);font-weight:600;font-size:1.05rem;color:var(--ink-strong)}.values p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6}.section-heading{display:flex;flex-direction:column;gap:1rem;max-width:56ch;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.section-heading.is-center{margin-inline:auto;text-align:center;align-items:center}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,3rem)}.product-grid.single{grid-template-columns:minmax(0,540px);justify-content:center}.product-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,7.5rem);align-items:center}.product-feature-copy{display:flex;flex-direction:column;gap:1.2rem;max-width:460px;justify-self:end}.product-feature-copy .eyebrow{color:var(--accent)}.product-feature-copy .lede{margin:0}.product-card-feature{width:100%;max-width:420px;justify-self:start}@media(max-width:820px){.product-feature-row{grid-template-columns:1fr;gap:2rem}.product-feature-copy{max-width:none;justify-self:center;text-align:center;align-items:center}.product-card-feature{justify-self:center}}.bottle-feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.bottle-feature-media{aspect-ratio:4 / 5;background:var(--bone-2);border-radius:12px;overflow:hidden}.bottle-feature-media a{display:block;width:100%;height:100%}.bottle-feature-media img{width:100%;height:100%;object-fit:cover}.bottle-feature-copy{display:flex;flex-direction:column;gap:.75rem}.bottle-feature-copy .eyebrow{margin-bottom:.1rem}.bottle-feature-copy h2{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(2rem,3.6vw,2.85rem);letter-spacing:-.015em;line-height:1.1;color:var(--ink-strong)}.bottle-feature-copy .product-size{margin:0}.bottle-feature-copy .product-price{margin-top:.1rem;font-size:1.35rem;font-weight:600;color:var(--ink-strong)}.bottle-feature-copy .lede{margin:.5rem 0 0;color:var(--muted);font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7;max-width:46ch}.bottle-feature-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-top:.6rem}.bottle-feature-copy .btn-text{margin-top:.4rem;align-self:flex-start}@media(max-width:820px){.bottle-feature{grid-template-columns:1fr;gap:1.75rem}.bottle-feature-media{aspect-ratio:1 / 1;max-width:520px;margin-inline:auto;width:100%}}.product-card{background:var(--bone);border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .28s var(--ease-out-soft),box-shadow .32s var(--ease-out-soft),transform .32s var(--ease-out-soft)}.product-card:hover{border-color:var(--ink);box-shadow:0 28px 64px #0e1a2a1f;transform:translateY(-4px)}.product-card .product-art img{transition:transform .7s var(--ease-out-soft)}.product-card:hover .product-art img{transform:scale(1.03)}.product-art{display:block;position:relative;aspect-ratio:4 / 3;background:var(--bone-2);overflow:hidden}.product-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.product-info{padding:clamp(1.25rem,2vw,1.75rem);display:flex;flex-direction:column;gap:.6rem}.product-info h2,.product-info h3{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.25rem,1.65vw,1.5rem);letter-spacing:-.01em;color:var(--ink-strong)}.product-info h2 a,.product-info h3 a{color:inherit}.product-size{margin:0;font-size:.92rem;color:var(--muted);letter-spacing:.02em}.product-price{font-family:var(--sans);font-weight:600;font-size:1.25rem;color:var(--ink-strong)}.product-info .btn{align-self:flex-start;margin-top:.15rem;min-height:44px;padding:0 1.25rem}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:6px;background:var(--bone);width:max-content}.qty button{width:44px;height:44px;border:0;background:transparent;color:var(--ink);font-size:1.1rem;cursor:pointer;font-family:var(--sans);font-weight:500;transition:background-color .22s var(--ease-out-soft)}.qty button:hover{background:var(--bone-2)}.qty span{min-width:36px;text-align:center;font-weight:500;font-variant-numeric:tabular-nums}.qty.compact button{width:36px;height:36px}.editorial-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,4vw,4rem);align-items:start}.editorial-grid>div:first-child{position:sticky;top:96px}.editorial-grid>div:first-child h2{font-size:clamp(1.65rem,3vw,2.5rem);max-width:14ch}.editorial-body p{font-size:1.05rem;line-height:1.7;color:var(--ink);margin:0 0 1rem;max-width:60ch}.editorial-body p+p{margin-top:1.25rem}.drop-cap:first-letter{font-family:var(--serif);font-weight:500;font-size:4.5em;line-height:.85;float:left;margin:.05em .12em 0 0;color:var(--accent)}.pull-quote{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.25;letter-spacing:-.01em;color:var(--ink-strong);border-left:2px solid var(--accent);padding-left:1.5rem;margin:2rem 0;max-width:36ch}.founder-story{max-width:740px;margin-inline:auto;text-align:center}.founder-story .eyebrow{margin:0 0 .85rem}.founder-story h2{margin:0 auto 2rem;max-width:18ch}.founder-story-body{text-align:left}.founder-story-body p{font-size:1.08rem;line-height:1.75;color:var(--ink);margin:0 0 1.2rem}.founder-story-body p:last-child{margin-bottom:0}.founder-signature{margin:1.85rem 0 0;font-family:var(--sans);font-size:.82rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.steps-editorial{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3.5rem)}.step-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4.5vw,5rem);align-items:center}.step-row:nth-child(2n) .step-media{order:2}.step-row:nth-child(2n) .step-content{justify-self:end}.step-media{aspect-ratio:5 / 4;background:var(--bone-2);border-radius:12px;overflow:hidden}.step-media img{width:100%;height:100%;object-fit:cover;object-position:center}.step-content{display:flex;flex-direction:column;gap:.85rem;max-width:44ch}.step-numeral{display:block;font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(5rem,11vw,9.5rem);line-height:.95;letter-spacing:-.04em;color:var(--accent);margin-bottom:.35rem;user-select:none}.step-content h3{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.65rem,2.6vw,2.25rem);line-height:1.15;letter-spacing:-.015em;color:var(--ink-strong)}.step-content>p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.65;max-width:42ch}.step-extra{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.85rem;max-width:42ch}.step-extra-item{display:grid;grid-template-columns:56px 1fr;gap:.85rem;align-items:baseline}.step-extra-label{margin:0;font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);padding-top:.18rem}.step-extra-item>p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6}.guide-cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding-block:clamp(2.5rem,5vw,4rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bone)}.guide-cta .eyebrow{color:var(--accent)}.guide-cta h2{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.15;letter-spacing:-.015em;color:var(--ink-strong);max-width:22ch}.guide-cta p{margin:0;color:var(--muted);max-width:44ch;font-size:1rem}.guide-cta-actions{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}@media(max-width:1023px){.step-row{grid-template-columns:1fr;gap:1.5rem}.step-row:nth-child(2n) .step-media{order:-1}.step-row:nth-child(2n) .step-content{justify-self:start}.step-media{aspect-ratio:4 / 3}.step-numeral{font-size:clamp(4rem,16vw,6rem)}}.steps{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--line)}.steps article{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.5rem,3vw,2.25rem) 0;border-bottom:1px solid var(--line);align-items:baseline}.steps .step-num{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(2.25rem,4vw,3rem);color:var(--accent);letter-spacing:0;line-height:1;min-width:3ch}.steps h2,.steps h3{margin:0 0 .5rem;font-family:var(--serif);font-weight:500;font-size:clamp(1.35rem,2.2vw,1.75rem);color:var(--ink-strong)}.steps p{margin:0;color:var(--muted);max-width:60ch}.page-hero{display:flex;flex-direction:column;gap:.85rem;padding-block:clamp(1.5rem,2.5vw,2.25rem) clamp(1rem,2vw,1.75rem)}.page-hero h1{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.85rem,3.5vw,2.75rem);letter-spacing:-.02em;line-height:1.1;color:var(--ink-strong);max-width:18ch}.page-hero p{margin:0;color:var(--muted);font-size:clamp(1rem,1.1vw,1.08rem);max-width:56ch}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start;padding-block:clamp(1.25rem,2.5vw,2rem) clamp(1.5rem,3vw,2.5rem)}.product-detail-media{position:sticky;top:96px;aspect-ratio:1 / 1;background:var(--bone-2);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-detail-media img{width:100%;height:100%;object-fit:cover;object-position:center}.product-detail-copy{display:flex;flex-direction:column;gap:.85rem}.product-detail-copy h1{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.85rem,3.5vw,2.5rem);letter-spacing:-.02em;line-height:1.1;color:var(--ink-strong)}.product-detail-copy .product-price{font-size:1.35rem;font-weight:600}.product-detail-copy p{margin:0;color:var(--muted);font-size:1rem;line-height:1.65;max-width:56ch}.product-detail-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.35rem}.product-notes{margin:1rem 0 0;padding:1rem 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:max-content 1fr;gap:.7rem 1.75rem;font-size:.92rem}.product-notes dt{font-weight:500;color:var(--ink-strong);letter-spacing:.04em;font-size:.8rem;text-transform:uppercase}.product-notes dd{margin:0;color:var(--muted)}.formulation{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);padding:clamp(1.75rem,3.5vw,2.75rem) clamp(1.5rem,2.5vw,2.25rem);background:var(--bone-2);border-radius:12px}.formulation h3{margin:0 0 1rem;font-family:var(--serif);font-weight:500;font-size:1.4rem;color:var(--ink-strong)}.formulation ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem;color:var(--ink)}.formulation li{display:flex;gap:.65rem;align-items:baseline;font-size:.98rem;line-height:1.55}.formulation li:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent);display:inline-block;flex-shrink:0;transform:translateY(-1px)}.checkout-grid{display:grid;grid-template-columns:1.4fr .85fr;gap:clamp(2rem,3.5vw,3rem);align-items:start}.checkout-form{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.field-grid.checkout-3{grid-template-columns:2fr 1fr 1fr}.field .optional{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0;margin-left:.35rem}.checkbox-row{display:flex;align-items:center;gap:.6rem;font-size:.92rem;color:var(--muted);cursor:pointer}.checkbox-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.payment-placeholder .payment-row{display:grid;grid-template-columns:28px 1fr;gap:.85rem;align-items:start;color:var(--accent)}.payment-placeholder .payment-row>div{color:var(--ink)}.payment-placeholder h3{margin:0 0 .35rem;font-family:var(--serif);font-weight:500;font-size:1.1rem;color:var(--ink-strong)}.payment-placeholder p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}.checkout-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.25rem}.checkout-summary{position:sticky;top:96px}.checkout-summary h2{margin:0;font-family:var(--serif);font-weight:500;font-size:1.4rem;color:var(--ink-strong);letter-spacing:-.01em}.checkout-summary .summary-items{display:flex;flex-direction:column;gap:.85rem;padding-bottom:1rem;border-bottom:1px solid var(--line);margin-bottom:.25rem}.checkout-summary .summary-item{display:grid;grid-template-columns:56px 1fr auto;gap:.85rem;align-items:center}.checkout-summary .summary-item img{width:56px;height:56px;object-fit:cover;border-radius:6px;background:var(--bone-2)}.checkout-summary .summary-item h3{margin:0;font-family:var(--serif);font-weight:500;font-size:1rem;color:var(--ink-strong);letter-spacing:-.005em}.checkout-summary .summary-item p{margin:0;font-size:.82rem;color:var(--muted)}.checkout-summary .summary-item strong{font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink-strong);font-size:.95rem}.checkout-summary .summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.95rem}.checkout-summary .summary-row span{color:var(--muted)}.checkout-summary .summary-row strong{color:var(--ink-strong);font-weight:600;font-variant-numeric:tabular-nums}.checkout-summary .summary-total{padding-top:.85rem;border-top:1px solid var(--line);margin-top:.5rem}.checkout-summary .summary-total span{color:var(--ink);font-weight:500}.checkout-summary .summary-total strong{font-size:1.2rem}.checkout-summary .empty-summary{display:flex;flex-direction:column;gap:.85rem;align-items:flex-start}.checkout-summary .empty-summary p{margin:0;color:var(--muted);font-size:.95rem}@media(max-width:1023px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.field-grid.checkout-3{grid-template-columns:1fr 1fr 1fr}}@media(max-width:540px){.field-grid.checkout-3{grid-template-columns:1fr}}.faq-section{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.faq-group+.faq-group{margin-top:clamp(1rem,2vw,1.5rem)}.faq-group-heading{margin:0 0 .85rem;font-family:var(--sans);font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.faq-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;padding:clamp(1rem,2vw,1.5rem) 0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;font-family:var(--serif);font-weight:500;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.35;letter-spacing:-.005em;color:var(--ink-strong);transition:color .22s var(--ease-out-soft)}.faq-item summary:hover{color:var(--accent)}.faq-item summary::-webkit-details-marker,.faq-item summary::marker{display:none;content:""}.faq-icon{flex-shrink:0;width:22px;height:22px;border:1px solid var(--line);border-radius:999px;position:relative;transition:border-color .22s var(--ease-out-soft),transform .32s var(--ease-out-soft)}.faq-icon:before,.faq-icon:after{content:"";position:absolute;top:50%;left:50%;background:var(--ink);transition:transform .32s var(--ease-out-soft),background-color .22s var(--ease-out-soft)}.faq-icon:before{width:10px;height:1.5px;transform:translate(-50%,-50%)}.faq-icon:after{width:1.5px;height:10px;transform:translate(-50%,-50%)}.faq-item summary:hover .faq-icon{border-color:var(--accent)}.faq-item summary:hover .faq-icon:before,.faq-item summary:hover .faq-icon:after{background:var(--accent)}.faq-item[open] .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-item[open] .faq-icon:before{background:var(--accent)}.faq-item[open] summary{color:var(--accent)}.faq-item>.faq-body-wrap{display:block;overflow:hidden;max-height:0;opacity:0;transition:max-height .38s var(--ease-out-soft),opacity .28s var(--ease-out-soft)}.faq-item[open]>.faq-body-wrap{max-height:10000px;opacity:1}@media(prefers-reduced-motion:reduce){.faq-item>.faq-body-wrap{transition:none}}.faq-body{color:var(--muted);font-size:1rem;line-height:1.7;max-width:70ch;padding-bottom:clamp(1.25rem,2.5vw,1.75rem)}.faq-body p{margin:0}.faq-body p+p{margin-top:.75rem}.faq-body a{color:var(--accent);border-bottom:1px solid currentColor;transition:color .22s var(--ease-out-soft)}.faq-body a:hover{color:var(--accent-deep)}@media(prefers-reduced-motion:reduce){.faq-body-wrap{transition:none}}.faq-preview{display:flex;flex-direction:column;gap:1rem}.faq-preview-foot{margin-top:.5rem}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:50;display:none;padding:.85rem var(--gutter) max(.85rem,env(safe-area-inset-bottom));background:#fafaf7f5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -10px 30px #0e1a2a0f;transform:translateY(110%);transition:transform .36s var(--ease-out-soft)}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--container);margin-inline:auto}.sticky-atc-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.sticky-atc-name{margin:0;font-family:var(--serif);font-weight:500;font-size:1rem;color:var(--ink-strong);line-height:1.2}.sticky-atc-price{font-family:var(--sans);font-weight:600;font-size:.95rem;color:var(--muted);font-variant-numeric:tabular-nums}.sticky-atc .btn{min-height:44px;padding:0 1.25rem;font-size:.9rem;white-space:nowrap}@media(max-width:767px){.sticky-atc{display:block}body.cart-open .sticky-atc{transform:translateY(110%)}body:has(.sticky-atc){padding-bottom:84px}}.cart-drawer-overlay{position:fixed;inset:0;background:#0e1a2a52;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .28s var(--ease-out-soft),visibility 0s linear .28s;z-index:60}.cart-drawer-overlay.is-open{opacity:1;visibility:visible;transition:opacity .28s var(--ease-out-soft)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(440px,100vw);background:var(--bone);z-index:70;display:flex;flex-direction:column;transform:translate(100%);transition:transform .36s var(--ease-out-soft),visibility 0s linear .36s;box-shadow:-24px 0 60px #0e1a2a24;visibility:hidden}.cart-drawer.is-open{transform:translate(0);visibility:visible;transition:transform .36s var(--ease-out-soft)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--line)}.cart-drawer-head h2{margin:0;font-family:var(--serif);font-weight:500;font-size:1.4rem;color:var(--ink-strong);letter-spacing:-.01em}.cart-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;border-radius:999px;cursor:pointer;color:var(--ink);transition:background-color .22s var(--ease-out-soft)}.cart-drawer-close:hover{background:var(--bone-2)}.cart-drawer-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round}.cart-drawer-body{flex:1;overflow-y:auto;padding:.5rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.85rem}.cart-drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem 1.5rem}.cart-drawer-empty svg{width:36px;height:36px;stroke:var(--accent);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.cart-drawer-empty h3{margin:0;font-family:var(--serif);font-weight:500;font-size:1.35rem;color:var(--ink-strong)}.cart-drawer-empty p{margin:0;color:var(--muted);font-size:.95rem;max-width:28ch}.drawer-item{display:grid;grid-template-columns:72px 1fr;gap:.9rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.drawer-item:last-child{border-bottom:0}.drawer-item img{width:72px;height:72px;object-fit:cover;background:var(--bone-2);border-radius:6px}.drawer-item-info{display:flex;flex-direction:column;gap:.25rem}.drawer-item h3{margin:0;font-family:var(--serif);font-weight:500;font-size:1.05rem;color:var(--ink-strong);letter-spacing:-.005em}.drawer-item-meta{margin:0;font-size:.82rem;color:var(--muted)}.drawer-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.35rem}.drawer-item-bottom strong{font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink-strong);font-size:.95rem}.drawer-remove{background:none;border:0;color:var(--muted);font-size:.8rem;cursor:pointer;padding:.25rem 0;transition:color .22s var(--ease-out-soft)}.drawer-remove:hover{color:var(--accent)}.cart-drawer-foot{border-top:1px solid var(--line);padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.85rem;background:var(--bone)}.cart-drawer-foot .row{display:flex;justify-content:space-between;align-items:baseline;font-size:.95rem}.cart-drawer-foot .row span{color:var(--muted)}.cart-drawer-foot .row strong{color:var(--ink-strong);font-weight:600;font-variant-numeric:tabular-nums;font-size:1.1rem}.cart-drawer-foot .btn{width:100%}.cart-drawer-foot .view-cart{text-align:center;font-size:.88rem;color:var(--muted);margin:0}.cart-drawer-foot .view-cart a{color:var(--ink);border-bottom:1px solid var(--line);padding-bottom:1px;transition:border-color .22s var(--ease-out-soft)}.cart-drawer-foot .view-cart a:hover{border-bottom-color:var(--accent)}.btn[disabled],.btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}body.cart-open{overflow:hidden}@media(max-width:480px){.cart-drawer{width:100vw}}.cart-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:96px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem;border:1px solid var(--line);border-radius:12px;background:var(--bone)}.cart-item img{width:96px;height:96px;object-fit:contain;background:var(--bone-2);border-radius:6px;padding:8px}.cart-item h2{margin:0 0 .25rem;font-family:var(--serif);font-weight:500;font-size:1.2rem;color:var(--ink-strong)}.cart-item p{margin:0;font-size:.88rem;color:var(--muted)}.cart-item strong{font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink-strong)}.cart-remove{display:inline-flex;align-items:center;gap:.35rem;background:none;border:0;color:var(--muted);font-size:.85rem;cursor:pointer;padding:.5rem 0;margin-top:.35rem;transition:color .22s var(--ease-out-soft)}.cart-remove:hover{color:var(--accent)}.cart-summary{position:sticky;top:96px;background:var(--bone);border:1px solid var(--line);border-radius:12px;padding:clamp(1.5rem,2.5vw,2rem);display:flex;flex-direction:column;gap:1rem}.cart-summary h2{margin:0;font-family:var(--serif);font-weight:500;font-size:1.35rem;color:var(--ink-strong)}.cart-summary .row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.95rem}.cart-summary .row span{color:var(--muted)}.cart-summary .row strong{color:var(--ink-strong);font-weight:600;font-variant-numeric:tabular-nums}.cart-summary .total{font-size:1.05rem;padding-top:1rem;border-top:1px solid var(--line)}.cart-summary .total strong{font-size:1.25rem}.cart-summary .btn{margin-top:.5rem;width:100%}.cart-summary .fineprint{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5}.empty-state{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px dashed var(--line);border-radius:12px;background:var(--bone)}.empty-state h2{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.6rem,3vw,2rem);color:var(--ink-strong)}.empty-state p{color:var(--muted);margin:0;max-width:40ch}.profile-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,4vw,3rem)}.panel{background:var(--bone);border:1px solid var(--line);border-radius:12px;padding:clamp(1.5rem,2.5vw,2rem);display:flex;flex-direction:column;gap:1rem}.panel h2{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(1.4rem,2vw,1.75rem);color:var(--ink-strong)}.panel-eyebrow{display:flex;flex-direction:column;gap:.5rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.82rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.field input,.field select,.field textarea{height:44px;padding:0 .85rem;border:1px solid var(--line);border-radius:4px;background:var(--bone);color:var(--ink);font-family:var(--sans);font-size:.95rem;transition:border-color .22s var(--ease-out-soft),box-shadow .22s var(--ease-out-soft)}.field textarea{height:auto;min-height:140px;padding:.7rem .85rem;line-height:1.55;resize:vertical;font-family:var(--sans)}.contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.contact-list li{display:grid;grid-template-columns:32px 1fr;gap:.85rem;align-items:start}.contact-list svg{width:20px;height:20px;stroke:var(--accent);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round;margin-top:.15rem}.contact-list .contact-label{font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 .2rem}.contact-list .contact-value{margin:0;color:var(--ink);font-size:1rem;line-height:1.5}.contact-list a{color:var(--accent);border-bottom:1px solid transparent;transition:border-color .22s var(--ease-out-soft)}.contact-list a:hover{border-bottom-color:var(--accent)}.form-note{margin:0;font-size:.85rem;color:var(--muted);line-height:1.55}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0f4c5c26}.empty-card{background:var(--bone-2);border:1px dashed var(--line);border-radius:12px;padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column;gap:.75rem}.empty-card h3{margin:0;font-family:var(--serif);font-weight:500;font-size:1.25rem;color:var(--ink-strong)}.empty-card p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6}.site-footer{margin-top:clamp(1.5rem,3vw,2.5rem);border-top:1px solid var(--line);background:var(--bone)}.footer-inner{display:grid;grid-template-columns:1.4fr .7fr .7fr .7fr 1.1fr;gap:clamp(1.25rem,2.5vw,2.25rem);padding:clamp(2rem,3.5vw,2.75rem) var(--gutter) clamp(1.5rem,2.5vw,2rem);max-width:var(--container);margin-inline:auto;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:.85rem}.footer-brand img{height:34px;width:auto;object-fit:contain;object-position:left center}.footer-brand p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55;max-width:32ch}.footer-col h3{margin:0 0 .85rem;font-family:var(--sans);font-weight:600;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-strong)}.footer-col a,.footer-col span{display:block;color:var(--muted);font-size:.92rem;padding:.2rem 0;transition:color .22s var(--ease-out-soft)}.footer-col a:hover{color:var(--ink)}.footer-signup label{display:block;margin:0 0 .7rem;font-family:var(--serif);font-weight:500;font-size:1.15rem;color:var(--ink-strong);letter-spacing:-.01em}.footer-signup .field-row{display:flex;gap:.5rem;align-items:stretch}.footer-signup input{flex:1;min-width:0;height:44px;padding:0 .85rem;border:1px solid var(--line);border-radius:4px;background:var(--bone);color:var(--ink);font-family:var(--sans);font-size:.95rem}.footer-signup input:focus{outline:none;border-color:var(--accent)}.footer-signup button{height:44px;padding:0 1rem;border:0;background:var(--ink);color:var(--bone);font-family:var(--sans);font-weight:500;font-size:.92rem;cursor:pointer;border-radius:4px;transition:background-color .22s var(--ease-out-soft)}.footer-signup button:hover{background:var(--accent-deep)}.footer-signup-note{margin:.65rem 0 0;color:var(--muted);font-size:.82rem}.footer-bottom{border-top:1px solid var(--line);padding:1.1rem var(--gutter);max-width:var(--container);margin-inline:auto;display:flex;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;flex-wrap:wrap;color:var(--muted);font-size:.82rem}.footer-legal{display:flex;gap:1rem 1.4rem;flex-wrap:wrap;align-items:center}.footer-legal a{color:var(--muted);text-decoration:none;transition:color .22s var(--ease-out-soft)}.footer-legal a:hover{color:var(--ink)}.skip-link{position:absolute;top:0;left:0;z-index:100;padding:.85rem 1.15rem;background:var(--ink);color:var(--bone);font-size:.9rem;font-weight:500;text-decoration:none;border-radius:0 0 6px;transform:translateY(-110%);transition:transform .2s var(--ease-out-soft)}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0);outline:2px solid var(--accent);outline-offset:2px}.legal-content{max-width:72ch;margin-inline:auto}.legal-content h2{margin:2.5rem 0 .85rem;font-family:var(--serif);font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:500;letter-spacing:-.01em;color:var(--ink-strong)}.legal-content h2:first-child{margin-top:0}.legal-content p{margin:0 0 1rem;color:var(--ink);font-size:1rem;line-height:1.75}.legal-content ul{margin:0 0 1.25rem;padding-left:1.4rem;color:var(--ink);line-height:1.75}.legal-content ul li{margin-bottom:.5rem}.legal-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;transition:color .22s var(--ease-out-soft)}.legal-content a:hover{color:var(--accent-deep)}.legal-content code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.92em;background:var(--bone-2);padding:.1em .4em;border-radius:3px}.legal-draft-note{margin:0 0 2rem;padding:.85rem 1.1rem;background:var(--bone-2);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;color:var(--ink);font-size:.93rem;line-height:1.6}html.is-animating .transition-fade{opacity:0}.transition-fade{opacity:1;transition:opacity .2s var(--ease-out-soft)}.page-progress{position:fixed;top:0;left:0;z-index:999;width:0;height:2px;background:var(--accent);opacity:0;transition:width .3s ease,opacity .2s ease}.page-progress.active{width:80%;opacity:1}.page-progress.done{width:100%;opacity:0}.reveal{opacity:1}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .85s var(--ease-out-soft),transform .85s var(--ease-out-soft);transition-delay:var(--reveal-delay, 0s);will-change:opacity,transform}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}@keyframes em-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes em-fade-up-soft{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-copy>.eyebrow,.hero-headline,.hero-support,.hero-actions,.hero-credentials li,.hero-art{animation:em-fade-up .85s var(--ease-out-soft) both}.hero-copy>.eyebrow{animation-delay:.05s}.hero-headline{animation-delay:.18s}.hero-support{animation-delay:.32s}.hero-actions{animation-delay:.44s}.hero-credentials li:nth-child(1){animation-delay:.56s}.hero-credentials li:nth-child(2){animation-delay:.64s}.hero-credentials li:nth-child(3){animation-delay:.72s}.hero-art{animation:em-fade-up-soft 1.05s var(--ease-out-soft) .2s both}@keyframes em-hero-bg-in{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes em-hero-bg-drift{0%,to{transform:scale(1) translateZ(0)}50%{transform:scale(1.08) translate3d(-1.4%,-1%,0)}}.hero.hero-full .hero-bg{animation:em-hero-bg-in 1.4s var(--ease-out-soft) both,em-hero-bg-drift 32s linear 1.4s infinite;will-change:transform,opacity;transform-origin:55% 60%}@media(prefers-reduced-motion:reduce){.hero.hero-full .hero-bg{animation:none}}@media(prefers-reduced-motion:reduce){.hero-copy>.eyebrow,.hero-headline,.hero-support,.hero-actions,.hero-credentials li,.hero-art,.hero.hero-full .hero-bg{animation:none}}@media(max-width:1023px){.hero{grid-template-columns:1fr;gap:2.5rem}.hero-art{order:-1;aspect-ratio:4 / 3}.values{grid-template-columns:repeat(2,1fr)}.values>article:nth-child(2){border-left:1px solid var(--line)}.values>article:nth-child(3){border-left:0;border-top:1px solid var(--line)}.values>article:nth-child(4){border-left:1px solid var(--line);border-top:1px solid var(--line)}.editorial-grid{grid-template-columns:1fr;gap:1.5rem}.editorial-grid>div:first-child{position:static}.product-detail{grid-template-columns:1fr;gap:2rem}.product-detail-media{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.profile-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:repeat(3,1fr)}.footer-brand,.footer-signup{grid-column:1 / -1}}@media(max-width:767px){.main-nav{display:none}.header-actions{display:inline-flex;gap:0;justify-self:end}.header-actions>a:not(.cart-link){display:none}.menu-toggle{display:inline-flex;justify-self:end}.site-header{grid-template-columns:1fr auto auto;gap:0}.product-grid,.values{grid-template-columns:1fr}.values>article+article{border-left:0;border-top:1px solid var(--line)}.cart-item{grid-template-columns:72px 1fr;grid-template-areas:"image info" "image qty" "total total";gap:.85rem 1rem}.cart-item img{grid-area:image;width:72px;height:72px}.cart-item>div:nth-of-type(1){grid-area:info}.cart-item>.qty{grid-area:qty;justify-self:start}.cart-item>strong{grid-area:total;justify-self:end}.field-grid,.formulation{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem 1.25rem;padding-block:clamp(2rem,7vw,2.75rem) clamp(1.25rem,4vw,1.75rem);text-align:center}.footer-brand{grid-column:1 / -1;align-items:center}.footer-brand img{object-position:center}.footer-brand p{margin-inline:auto;max-width:32ch}.footer-col{align-self:start}.footer-col:nth-child(4){grid-column:1 / -1}.footer-col h3{margin-bottom:.65rem}.footer-col a,.footer-col span{text-align:center}.footer-signup{grid-column:1 / -1}.footer-signup label{text-align:center}.footer-signup .field-row{max-width:320px;margin-inline:auto}.footer-signup-note{text-align:center;max-width:36ch;margin-inline:auto}.footer-bottom{justify-content:center;text-align:center}.footer-legal{justify-content:center}.pull-quote{padding-left:1rem;margin:1.5rem 0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.not-found-hero{text-align:center;padding-block:clamp(4rem,10vw,8rem);display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:36rem;margin-inline:auto}.not-found-hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.05;color:var(--ink-strong);margin:0}.not-found-hero>p{color:var(--muted);font-size:1.05rem;margin:0;max-width:32ch}.not-found-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.not-found-links{display:flex;flex-wrap:wrap;gap:1.25rem 1.75rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--rule)}.not-found-links a{color:var(--ink);text-decoration:none;font-size:.95rem;letter-spacing:.01em;border-bottom:1px solid transparent;transition:border-color .22s var(--ease-out-soft)}.not-found-links a:hover{border-bottom-color:var(--ink)}
