@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --cream: #f4f0e8;
  --paper: #fbf9f4;
  --ink: #171714;
  --muted: #6b6860;
  --line: rgba(23, 23, 20, 0.17);
  --sage: #c8d2bb;
  --peach: #e9c2a8;
  --blue: #bbcddd;
  --lilac: #cdc3dc;
  --sand: #d8c9ad;
  --rose: #dec0bf;
  --butter: #dfd3a6;
  --mint: #bfd4c7;
  --page-gutter: clamp(20px, 4.5vw, 72px);
  --soft-shadow: 0 16px 40px rgba(35, 32, 26, .075);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-geist-sans), "Helvetica Neue", Arial, sans-serif; font-feature-settings: "ss01" 1, "kern" 1; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; line-height: 1.5; }
main { overflow: clip; }
section[id] { scroll-margin-top: 88px; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; height: 1.1em; }
::selection { background: var(--sage); color: var(--ink); }
:where(a, button, input, select):focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.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; }

body.age-gate-open { overflow: hidden; }
.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 22px; }
.age-gate-backdrop { position: absolute; inset: 0; background: rgba(20, 20, 17, .62); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.age-gate-panel { width: min(100%, 580px); max-height: calc(100svh - 44px); overflow-x: hidden; overflow-y: auto; position: relative; z-index: 1; padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(23, 23, 20, .15); border-radius: 16px; background: var(--paper); box-shadow: 0 32px 90px rgba(16, 15, 12, .28); }
.age-gate-panel::before { content: ""; width: 190px; height: 190px; position: absolute; right: -70px; top: 42px; border: 1px solid rgba(23, 23, 20, .08); border-radius: 50%; pointer-events: none; }
.age-gate-brand { padding-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.age-gate-wordmark { font-size: 22px; font-weight: 750; letter-spacing: -.066em; line-height: 1; }
.age-gate-brand > span:last-child { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.age-gate-copy { padding: clamp(34px, 6vw, 54px) 0 29px; position: relative; }
.age-gate-copy .eyebrow { margin-bottom: 18px; }
.age-gate-copy h1 { margin: 0; font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: clamp(48px, 8vw, 68px); font-weight: 500; line-height: .95; letter-spacing: -.06em; }
.age-gate-copy > p:last-child { max-width: 455px; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.age-gate-confirmation { padding: 16px; display: grid; grid-template-columns: 20px 1fr; gap: 13px; align-items: start; border: 1px solid var(--line); border-radius: 9px; background: var(--cream); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.age-gate-confirmation:hover { border-color: rgba(23, 23, 20, .38); }
.age-gate-confirmation input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.age-gate-checkbox { width: 20px; height: 20px; position: relative; border: 1.5px solid rgba(23, 23, 20, .55); border-radius: 3px; background: var(--paper); }
.age-gate-confirmation input:checked + .age-gate-checkbox { border-color: var(--ink); background: var(--ink); }
.age-gate-confirmation input:checked + .age-gate-checkbox::after { content: ""; width: 9px; height: 5px; position: absolute; left: 4px; top: 4px; border-left: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(-45deg); }
.age-gate-confirmation input:focus-visible + .age-gate-checkbox { outline: 2px solid var(--ink); outline-offset: 3px; }
.age-gate-confirmation strong { color: #4e4b44; font-size: 11px; font-weight: 570; line-height: 1.55; }
.age-gate-enter { width: 100%; min-height: 54px; margin-top: 16px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: white; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: opacity .2s ease, background .2s ease, color .2s ease; }
.age-gate-enter:not(:disabled):hover { background: transparent; color: var(--ink); }
.age-gate-enter:disabled { border-color: rgba(23, 23, 20, .22); background: rgba(23, 23, 20, .13); color: rgba(23, 23, 20, .42); cursor: not-allowed; }
.age-gate-enter svg { width: 18px; }
.age-gate-note { margin: 16px 0 0; color: #858178; font-size: 9px; line-height: 1.55; text-align: center; }

@media (max-width: 520px) {
  .age-gate { padding: 12px; align-items: end; }
  .age-gate-panel { max-height: calc(100svh - 24px); padding: 27px 22px 25px; border-radius: 14px 14px 8px 8px; }
  .age-gate-brand { padding-bottom: 21px; }
  .age-gate-brand > span:last-child { max-width: 135px; text-align: right; line-height: 1.45; }
  .age-gate-copy { padding: 32px 0 24px; }
  .age-gate-copy h1 { font-size: 51px; }
  .age-gate-copy > p:last-child { margin-top: 19px; font-size: 13px; }
  .age-gate-confirmation { padding: 14px; }
}

.announcement { min-height: 38px; padding: 9px var(--page-gutter); position: relative; background: var(--ink); color: #f9f6ee; display: flex; align-items: center; justify-content: center; gap: 11px; font-size: 10px; font-weight: 560; text-transform: uppercase; letter-spacing: .105em; }
.announcement > span:not(.announcement-status) { text-align: center; }
.announcement strong { font-weight: 760; }
.announcement-status { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(200,210,187,.13); }
.announcement a { position: absolute; right: var(--page-gutter); display: flex; align-items: center; gap: 7px; opacity: .8; }

.site-header { height: 78px; padding: 0 var(--page-gutter); border-bottom: 1px solid rgba(23,23,20,.14); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 50; background: rgba(244,240,232,.94); box-shadow: 0 1px 0 rgba(255,255,255,.42); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.wordmark { width: 184px; height: 30px; display: block; line-height: 1; justify-self: start; }
.wordmark-svg { width: 184px; height: 30px; display: block; overflow: visible; }
.wordmark-svg text { fill: currentColor; font-family: var(--font-geist-sans), sans-serif; font-size: 29px; font-weight: 730; letter-spacing: -1.9px; }
.site-header nav { display: flex; align-items: center; gap: clamp(25px, 2.6vw, 40px); font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .065em; }
.site-header nav a { position: relative; padding: 11px 0; }
.site-header nav a::after { content: ""; height: 1.5px; position: absolute; left: 0; right: 100%; bottom: 4px; background: currentColor; transition: right .22s ease; }
.site-header nav a:hover::after, .site-header nav a.nav-active::after { right: 0; }
.footer-links a { transition: opacity .2s ease; }
.footer-links a:hover { opacity: .55; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: clamp(12px, 1.6vw, 24px); }
.bag-button { background: transparent; border: 0; padding: 10px 0; display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .055em; }
.bag-button svg { width: 18px; height: 18px; }
.bag-button b { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; font-weight: 700; }
.bag-button.bag-active span { padding-bottom: 3px; border-bottom: 1.5px solid currentColor; }
.header-search-button { min-width: 42px; min-height: 42px; padding: 0; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.header-search-button svg { width: 20px; height: 20px; }
.header-search-panel { max-height: calc(100svh - 78px); position: absolute; z-index: 3; left: 0; right: 0; top: 100%; overflow-y: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 28px 60px rgba(23,23,20,.14); }
.header-search-inner { max-width: 1280px; margin: 0 auto; padding: 30px var(--page-gutter) 38px; }
.header-search-form { height: 62px; padding: 0 5px 0 18px; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto auto; align-items: center; gap: 14px; border: 1px solid rgba(23,23,20,.28); border-radius: 9px; background: var(--cream); }
.header-search-form > svg { width: 21px; height: 21px; color: var(--muted); }
.header-search-form input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.header-search-form input::-webkit-search-cancel-button { display: none; }
.header-search-form input::placeholder { color: #817d74; }
.header-search-clear { min-height: 40px; padding: 0 13px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.header-search-submit { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: white; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.header-search-submit svg { width: 15px; }
.header-search-content { padding-top: 28px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(245px, .55fr); gap: clamp(38px, 6vw, 85px); }
.header-search-content .eyebrow { margin-bottom: 17px; color: var(--muted); font-size: 9px; }
.header-search-popular { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--line); }
.header-search-popular button { min-height: 55px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; background: var(--cream); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 620; text-align: left; }
.header-search-popular button:hover { background: #e5e9df; }
.header-search-products { border-top: 1px solid var(--line); }
.header-search-products > a { min-height: 74px; padding: 9px 2px; display: grid; grid-template-columns: 56px minmax(0, 1fr) auto 20px; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.header-search-products > a:hover { padding-left: 8px; background: var(--cream); }
.header-search-image { width: 56px; height: 56px; overflow: hidden; border-radius: 7px; }
.header-search-image img { width: 100%; height: 100%; object-fit: cover; }
.header-search-product-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.header-search-product-copy strong { font-size: 13px; }
.header-search-product-copy small { color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .075em; text-transform: uppercase; }
.header-search-products > a > b { font-size: 12px; font-weight: 650; }
.header-search-products > a > svg { width: 16px; }
.header-search-categories { padding-left: clamp(26px, 4vw, 52px); border-left: 1px solid var(--line); }
.header-search-categories a { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 620; }
.header-search-categories a svg { width: 14px; }
.header-search-categories .header-search-all { margin-top: 14px; border-bottom-color: var(--ink); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.header-search-empty { min-height: 160px; padding: 26px; border: 1px solid var(--line); border-radius: 9px; background: var(--cream); }
.header-search-empty strong { font-size: 18px; font-weight: 570; }
.header-search-empty p { margin: 10px 0 20px; color: var(--muted); font-size: 12px; }
.header-search-empty a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.header-search-backdrop { position: fixed; z-index: 45; inset: 0; border: 0; background: rgba(23,23,20,.28); backdrop-filter: blur(2px); cursor: default; }
.menu-button { display: none; }

.eyebrow { margin: 0 0 23px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-campaign h1, .section h2, .standards h2, .about h2, .disclaimer h2 { margin: 0; font-family: var(--font-geist-sans), "Helvetica Neue", Arial, sans-serif; font-weight: 520; letter-spacing: -.058em; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: all .2s ease; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.text-link svg, .button svg { transition: transform .2s ease; }
.text-link:hover svg, .button:hover svg { transform: translateX(4px); }
.product-image { display: block; max-width: 100%; user-select: none; }

.hero-campaign { height: min(740px, calc(100svh - 113px)); min-height: 620px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); outline: none; background: #e8dfd2; touch-action: pan-y; }
.campaign-slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .65s ease, visibility .65s ease; }
.campaign-slide::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(246,240,229,.98) 0%, rgba(246,240,229,.9) 28%, rgba(246,240,229,.52) 43%, rgba(246,240,229,.06) 61%); pointer-events: none; }
.campaign-slide.campaign-copy-right::before { background: linear-gradient(270deg, rgba(246,240,229,.98) 0%, rgba(246,240,229,.9) 28%, rgba(246,240,229,.5) 43%, rgba(246,240,229,.04) 61%); }
.campaign-slide.campaign-active { opacity: 1; visibility: visible; pointer-events: auto; }
.campaign-background { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; user-select: none; transform: scale(1); transition: transform 7s cubic-bezier(.2,.65,.2,1); }
.campaign-active .campaign-background { transform: scale(1.018); }
.campaign-copy { width: 49%; height: 100%; position: relative; z-index: 5; padding: 72px 3vw 112px 6vw; display: flex; flex-direction: column; justify-content: center; }
.campaign-copy-right .campaign-copy { margin-left: auto; padding: 72px 6vw 112px 4.5vw; }
.campaign-copy h1 { max-width: 680px; font-size: clamp(50px, 4.85vw, 76px); line-height: .98; letter-spacing: -.052em; }
.campaign-copy h1 span, .campaign-copy h1 em { display: block; }
.campaign-copy h1 em { margin-top: 5px; color: rgba(23,23,20,.58); font-style: normal; font-weight: 400; }
.campaign-intro { max-width: 475px; margin: 27px 0 0; color: rgba(23,23,20,.72); font-size: 15px; line-height: 1.62; }
.campaign-mark { position: absolute; right: 22px; top: 50%; z-index: 6; margin: 0; transform: rotate(90deg) translateX(50%); transform-origin: right top; font-size: 8px; letter-spacing: .19em; }
.campaign-controls { position: absolute; z-index: 10; left: 6vw; right: var(--page-gutter); bottom: 70px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.campaign-dots, .campaign-arrows { display: flex; align-items: center; pointer-events: auto; }
.campaign-dots { gap: 6px; }
.campaign-dots button { width: 42px; height: 28px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.campaign-dots button span { width: 100%; height: 2px; display: block; background: rgba(23,23,20,.25); transition: background .2s ease, height .2s ease; }
.campaign-dots button.active span { height: 3px; background: var(--ink); }
.campaign-arrows { gap: 12px; }
.campaign-arrows button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(23,23,20,.35); border-radius: 50%; background: rgba(249,246,238,.26); cursor: pointer; transition: background .2s ease; }
.campaign-arrows button:hover { background: rgba(249,246,238,.72); }
.campaign-dots button:focus-visible, .campaign-arrows button:focus-visible, .hero-campaign:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.campaign-arrows span { min-width: 48px; text-align: center; font-size: 9px; letter-spacing: .12em; }
.campaign-arrows svg { width: 15px; }
.chevron-left { transform: rotate(180deg); }
.campaign-proof { min-height: 43px; padding: 0 var(--page-gutter); position: absolute; z-index: 11; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 32px; border-top: 1px solid rgba(23,23,20,.14); background: rgba(247,244,236,.3); backdrop-filter: blur(10px); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.campaign-proof span + span { padding-left: 32px; border-left: 1px solid rgba(23,23,20,.22); }

.vial { width: 108px; height: 198px; position: relative; display: flex; flex-direction: column; align-items: center; }
.vial-hero { width: 174px; height: 330px; }
.vial-cap { width: 78%; height: 23%; position: relative; z-index: 2; border-radius: 5px 5px 3px 3px; background: linear-gradient(90deg, #222 0 5%, #5b5b58 6% 11%, #272725 12% 18%, #585855 19% 24%, #252523 25% 32%, #555552 33% 39%, #222 40% 47%, #5a5a57 48% 54%, #252523 55% 63%, #555552 64% 70%, #242422 71% 78%, #555552 79% 85%, #222 86% 100%); box-shadow: 0 4px 7px rgba(0,0,0,.22); }
.vial-cap::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5%; height: 13%; background: #111; }
.vial-cap span { position: absolute; width: 72%; height: 7px; border-radius: 50%; left: 14%; top: 7px; background: #a4a49f; border: 2px solid #272725; }
.vial-neck { width: 58%; height: 7%; margin-top: -2%; z-index: 1; background: rgba(244,247,242,.72); border: 1px solid rgba(40,40,38,.18); }
.vial-glass { width: 100%; height: 73%; position: relative; overflow: hidden; border-radius: 10% 10% 15% 15% / 6% 6% 10% 10%; background: linear-gradient(90deg, rgba(255,255,255,.7), rgba(223,229,222,.72) 15%, rgba(252,253,249,.86) 52%, rgba(211,217,211,.78) 88%, rgba(255,255,255,.55)); border: 1px solid rgba(46,46,43,.23); box-shadow: inset 0 -12px 17px rgba(99,103,95,.15), inset 0 8px 10px rgba(255,255,255,.65); }
.vial-highlight { position: absolute; left: 8%; top: 4%; width: 10%; height: 86%; border-radius: 50%; background: rgba(255,255,255,.48); filter: blur(2px); z-index: 3; pointer-events: none; }
.vial-label { position: absolute; left: -1px; right: -1px; top: 21%; height: 58%; padding: 8% 9%; display: flex; flex-direction: column; color: #1d1d1a; border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); }
.vial-sage .vial-label { background: var(--sage); }
.vial-peach .vial-label { background: var(--peach); }
.vial-blue .vial-label { background: var(--blue); }
.vial-lilac .vial-label { background: var(--lilac); }
.vial-sand .vial-label { background: var(--sand); }
.vial-rose .vial-label { background: var(--rose); }
.vial-butter .vial-label { background: var(--butter); }
.vial-mint .vial-label { background: var(--mint); }
.vial-brand { font-size: 9px; font-weight: 700; letter-spacing: -.06em; }
.vial-product { margin-top: auto; font-family: Georgia, 'Times New Roman', serif; font-size: 12px; letter-spacing: -.04em; }
.vial-amount { align-self: flex-start; margin-top: 4px; padding: 2px 5px; border: 1px solid currentColor; font-size: 5px; font-weight: 700; letter-spacing: .09em; }
.vial-use { margin-top: auto; font-size: 3.8px; letter-spacing: .13em; }
.vial-hero .vial-brand { font-size: 14px; }
.vial-hero .vial-product { font-size: 20px; }
.vial-hero .vial-amount { font-size: 8px; padding: 3px 8px; }
.vial-hero .vial-use { font-size: 6px; }

.section { padding: 104px var(--page-gutter) 112px; }
.featured-section { background: var(--cream); }
.featured-grid { margin-top: 50px; }
.section-side-action > p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.section-side-action .text-link { margin-top: 25px; }
.shop-title { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 30px; }
.shop-title h2, .research-heading h2 { font-size: clamp(42px, 4.2vw, 65px); line-height: 1; }
.shop-title > p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.shop-controls { margin-top: 55px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.search-field { width: min(100%, 390px); height: 48px; padding: 0 15px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
.search-field svg { flex: 0 0 auto; color: var(--muted); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.search-field input::placeholder { color: #86837a; }
.sort-field { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted); }
.sort-field span { font-weight: 600; color: var(--ink); }
.sort-field select { min-width: 154px; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: var(--ink); outline: 0; }
.category-row { margin: 18px 0 8px; display: flex; gap: 7px; flex-wrap: wrap; }
.category-row button { min-height: 36px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: all .2s ease; }
.category-row button.active, .category-row button:hover { background: var(--ink); color: white; border-color: var(--ink); }
.shop-results { min-height: 42px; margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.shop-results p { margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.shop-results button, .empty-products button { padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 24px); }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(23,23,20,.095); border-radius: 14px; background: var(--paper); box-shadow: 0 1px 0 rgba(255,255,255,.55); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-3px); border-color: rgba(23,23,20,.16); box-shadow: var(--soft-shadow); }
.product-visual { aspect-ratio: 1; display: grid; place-items: center; position: relative; overflow: hidden; }
.product-visual::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(23,23,20,.08); border-radius: 50%; }
.product-sage { background: #e4e8dd; } .product-peach { background: #efe0d5; } .product-blue { background: #dfe7eb; } .product-lilac { background: #e6e0e9; }
.product-sand { background: #e8e0d2; } .product-rose { background: #eadedd; } .product-butter { background: #ece7d5; } .product-mint { background: #dfe9e3; }
.product-visual .product-image { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; transition: transform .35s ease; }
.product-card:hover .product-visual .product-image { transform: scale(1.035); }
.product-badge { position: absolute; top: 18px; left: 18px; z-index: 3; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.quick-add { position: absolute; left: 14px; right: 14px; bottom: 14px; height: 43px; border: 0; border-radius: 7px; background: var(--ink); color: white; opacity: 0; transform: translateY(7px); cursor: pointer; z-index: 4; transition: all .25s ease; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; }
.quick-add span { font-size: 17px; margin-right: 8px; }
.quick-add.quick-added { background: #304331; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: translateY(0); }
.product-info { min-height: 98px; padding: 19px 18px 20px; display: flex; align-items: start; justify-content: space-between; gap: 15px; background: var(--paper); border-top: 1px solid rgba(23,23,20,.075); }
.product-info p { margin: 8px 0 0; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.product-info h3 { margin: 0; font-size: 14px; font-weight: 680; letter-spacing: -.01em; }
.product-info strong { font-size: 13px; font-weight: 600; }
.empty-products { min-height: 240px; display: grid; place-items: center; align-content: center; gap: 18px; text-align: center; border: 1px solid var(--line); border-radius: 18px; }
.empty-products h3 { margin: 0; font-size: 22px; font-weight: 500; }
.empty-products .eyebrow { margin: 0; color: var(--muted); }
.empty-search-suggestions { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.empty-products .empty-search-suggestions button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 9px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }

.page-intro { min-height: 350px; padding: 68px 6vw 72px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 6vw; align-items: start; border-bottom: 1px solid var(--line); background: #d9e0d1; }
.page-intro > .eyebrow { margin-top: 15px; }
.page-intro h1 { max-width: 960px; margin: 0; font-size: clamp(58px, 6.5vw, 98px); font-weight: 520; line-height: .94; letter-spacing: -.06em; }
.page-intro h1 span { color: rgba(23,23,20,.42); }
.page-intro div > p { max-width: 610px; margin: 34px 0 0; color: rgba(23,23,20,.66); font-size: 15px; line-height: 1.65; }
.shop-page-intro { background: #d9e0d1; }
.shop-page { padding-top: 64px; }
.shop-page .shop-controls { margin-top: 0; }
.shop-reassurance { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #e5ded1; }
.shop-reassurance > div { min-height: 224px; padding: 38px 4vw; }
.shop-reassurance > div + div { border-left: 1px solid var(--line); }
.shop-reassurance span { font-size: 9px; letter-spacing: .12em; }
.shop-reassurance h2 { margin: 50px 0 12px; font-size: 25px; font-weight: 520; letter-spacing: -.04em; }
.shop-reassurance p { max-width: 360px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.basket-page-intro { min-height: 290px; background: #e3ddea; }
.basket-layout { padding: 75px 5vw 120px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: 6vw; align-items: start; }
.basket-column-labels { min-height: 42px; padding-bottom: 14px; display: grid; grid-template-columns: 1fr 120px 100px; gap: 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.basket-column-labels span:nth-child(2), .basket-column-labels span:nth-child(3) { text-align: center; }
.basket-line { min-height: 186px; padding: 24px 0; display: grid; grid-template-columns: 138px minmax(150px, 1fr) 120px 100px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.basket-image { aspect-ratio: 1; overflow: hidden; border-radius: 13px; }
.basket-image .product-image { width: 100%; height: 100%; object-fit: cover; }
.basket-product-copy > p { margin: 0 0 8px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.basket-product-copy h2 { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.basket-product-copy > span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }
.basket-product-copy > button { margin-top: 17px; padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.quantity-control { height: 42px; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.quantity-control button { height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.quantity-control span { text-align: center; font-size: 12px; }
.basket-line > strong { text-align: right; font-size: 13px; font-weight: 600; }
.continue-shopping { display: inline-block; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.order-summary { padding: 38px; position: sticky; top: 102px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 8px 28px rgba(35,32,26,.045); }
.order-summary .eyebrow { margin-bottom: 18px; }
.order-summary h2 { margin: 0 0 34px; font-size: 32px; font-weight: 500; letter-spacing: -.045em; }
.order-summary dl { margin: 0; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-summary dl div { display: flex; justify-content: space-between; gap: 25px; font-size: 12px; }
.order-summary dl div + div { margin-top: 15px; }
.order-summary dt { color: var(--muted); }
.order-summary dd { margin: 0; text-align: right; }
.summary-total { padding: 24px 0 0; display: flex; justify-content: space-between; align-items: baseline; }
.summary-total span { font-size: 13px; font-weight: 600; }
.summary-total strong { font-size: 23px; font-weight: 600; }
.summary-tax { margin: 11px 0 24px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.checkout-button { width: 100%; cursor: pointer; }
.checkout-note { margin: 14px 0 0; padding: 11px; background: #e3eadf; color: #304331; font-size: 10px; line-height: 1.5; }
.order-summary ul { margin: 27px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.order-summary li { padding-left: 17px; position: relative; color: var(--muted); font-size: 9px; line-height: 1.8; }
.order-summary li::before { content: "·"; position: absolute; left: 2px; color: var(--ink); }
.empty-basket { min-height: 580px; padding: 110px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-basket h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); font-weight: 500; letter-spacing: -.06em; }
.empty-basket > p:not(.eyebrow) { max-width: 510px; margin: 25px 0 34px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.product-detail-link { width: 100%; height: 100%; display: block; position: relative; z-index: 2; }
.product-detail-link .product-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-detail-link .product-image { transform: scale(1.035); }
.product-info h3 a { transition: opacity .2s ease; }
.product-info h3 a:hover { opacity: .58; }
.product-breadcrumbs { min-height: 46px; padding: 0 var(--page-gutter); display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: var(--muted); background: var(--paper); font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.product-breadcrumbs a:hover { color: var(--ink); }
.product-breadcrumbs span:last-child { color: var(--ink); }
.product-hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(480px, .94fr); border-bottom: 1px solid var(--line); background: #eee9df; }
.product-gallery { min-height: 760px; position: relative; overflow: hidden; display: grid; place-items: center; border-right: 1px solid var(--line); }
.product-gallery::before { content: ""; width: 58%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(23,23,20,.09); border-radius: 50%; }
.product-gallery-art { position: absolute; inset: 0; z-index: 1; }
.product-gallery-art .product-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-page-badge { position: absolute; z-index: 3; left: 25px; top: 24px; padding: 7px 10px; border: 1px solid rgba(23,23,20,.22); border-radius: 999px; background: rgba(251,249,244,.72); backdrop-filter: blur(8px); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-image-notes { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 56px; display: flex; justify-content: space-between; gap: 20px; font-size: 8px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.product-image-notes span { padding: 8px 11px; border: 1px solid rgba(23,23,20,.18); border-radius: 999px; background: rgba(251,249,244,.76); backdrop-filter: blur(9px); }
.product-image-caption { position: absolute; z-index: 3; left: 25px; right: 25px; bottom: 22px; margin: 0; color: rgba(23,23,20,.64); font-size: 8px; letter-spacing: .035em; }
.product-purchase { padding: clamp(46px, 4.4vw, 76px) clamp(38px, 4.8vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.product-title-kicker { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-title-kicker .eyebrow { margin: 0; }
.product-title-kicker > span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-purchase h1 { margin: 0; font-family: var(--font-geist-sans), "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(52px, 4.7vw, 76px); font-weight: 540; line-height: .94; letter-spacing: -.06em; }
.product-classification { margin: 13px 0 0; color: var(--muted); font-size: 11px; font-weight: 620; letter-spacing: .025em; }
.product-price-row { margin-top: 25px; padding: 19px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-price-row strong { font-size: 25px; font-weight: 600; letter-spacing: -.035em; }
.product-price-row span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-summary { max-width: 610px; margin: 21px 0 0; color: #57534b; font-size: 14px; line-height: 1.65; }
.product-document-status { min-height: 61px; margin-top: 20px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(23,23,20,.13); border-radius: 8px; background: rgba(251,249,244,.62); transition: border-color .2s ease, background .2s ease; }
.product-document-status:hover { border-color: rgba(23,23,20,.32); background: var(--paper); }
.product-document-status > span { display: flex; flex-direction: column; gap: 4px; }
.product-document-status small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-document-status strong { font-size: 11px; font-weight: 630; }
.product-document-status svg { flex: 0 0 auto; }
.product-strength { margin-top: 20px; }
.product-strength > span { display: block; margin-bottom: 11px; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.product-strength button { min-width: 99px; min-height: 50px; padding: 8px 16px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; border: 1.5px solid var(--ink); border-radius: 7px; background: var(--paper); }
.product-strength button b { font-size: 11px; letter-spacing: .06em; }
.product-strength button small { color: var(--muted); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.research-confirmation { margin-top: 18px; padding: 13px 14px; display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; border: 1px solid rgba(23,23,20,.14); border-radius: 8px; background: rgba(251,249,244,.64); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.research-confirmation:hover { border-color: rgba(23,23,20,.3); }
.research-confirmation input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.research-confirmation > span { width: 18px; height: 18px; position: relative; border: 1px solid rgba(23,23,20,.48); border-radius: 3px; background: var(--paper); }
.research-confirmation input:checked + span { border-color: #334937; background: #334937; }
.research-confirmation input:checked + span::after { content: ""; width: 8px; height: 4px; position: absolute; left: 4px; top: 4px; border-left: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(-45deg); }
.research-confirmation input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 3px; }
.research-confirmation strong { color: #4e4b44; font-size: 10px; font-weight: 560; line-height: 1.5; }
.research-confirmation.confirmation-required { border-color: #9a5c4d; background: #f2e3de; }
.confirmation-message { margin: 8px 0 0; color: #8a4638; font-size: 9px; line-height: 1.45; }
.product-buy-row { margin-top: 12px; display: grid; grid-template-columns: 116px 1fr; gap: 12px; }
.product-quantity { min-height: 52px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.product-quantity button { height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.product-quantity span { text-align: center; font-size: 12px; font-weight: 600; }
.product-add-button { width: 100%; min-height: 52px; justify-content: space-between; border-radius: 7px; background: var(--ink); color: white; cursor: pointer; }
.product-add-button:hover { background: #33332f; }
.product-add-button:disabled { border-color: #97938a; background: #97938a; cursor: not-allowed; }
.product-add-button:disabled:hover { color: white; }
.product-add-button.product-added { background: #304331; border-color: #304331; }
.product-purchase-note { margin: 9px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.product-service-notes { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-service-notes > div { min-height: 92px; padding: 16px 13px 14px 0; display: grid; grid-template-columns: 23px 1fr; gap: 5px; }
.product-service-notes > div + div { padding-left: 13px; border-left: 1px solid var(--line); }
.product-service-notes span { padding-top: 3px; color: #8b867d; font-size: 8px; }
.product-service-notes p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.product-service-notes strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 10px; }
.product-warning { margin-top: 15px; padding: 13px 15px; display: grid; grid-template-columns: 168px 1fr; gap: 15px; background: #dfe6da; color: #304331; }
.product-warning strong { font-size: 10px; }
.product-warning p { margin: 0; font-size: 9px; line-height: 1.5; }
.product-mobile-purchase { display: none; }
.product-facts-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #e7dfd2; }
.product-facts-strip > div { min-height: 124px; padding: 28px var(--page-gutter); display: flex; flex-direction: column; justify-content: space-between; }
.product-facts-strip > div + div { border-left: 1px solid var(--line); }
.product-facts-strip span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-facts-strip strong { margin-top: 20px; font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.product-information { padding: 104px 7vw 120px; display: grid; grid-template-columns: minmax(310px, .72fr) minmax(500px, 1.28fr); gap: 9vw; background: var(--paper); }
.product-information-intro { position: sticky; top: 125px; align-self: start; }
.product-information-intro h2 { margin: 0; font-family: var(--font-geist-sans), "Avenir Next", Arial, sans-serif; font-size: clamp(46px, 4vw, 66px); font-weight: 520; line-height: .98; letter-spacing: -.06em; }
.product-information-intro h2 span { color: #918b80; }
.product-information-intro > p:not(.eyebrow) { max-width: 480px; margin: 31px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-record-summary { margin: 32px 0 0; border-top: 1px solid var(--line); }
.product-record-summary > div { min-height: 51px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.product-record-summary dt { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-record-summary dd { margin: 0; font-size: 10px; font-weight: 620; }
.product-accordions { border-top: 1px solid var(--line); }
.product-accordion { scroll-margin-top: 112px; border-bottom: 1px solid var(--line); }
.product-accordion summary { min-height: 83px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 630; letter-spacing: -.025em; }
.product-accordion summary > span { display: flex; align-items: center; gap: 20px; }
.product-accordion summary small { min-width: 22px; color: #9a958b; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.product-accordion summary::-webkit-details-marker { display: none; }
.product-accordion summary svg { width: 18px; flex: 0 0 auto; transition: transform .22s ease; }
.product-accordion[open] summary svg { transform: rotate(45deg); }
.product-accordion-body { padding: 0 4px 38px; color: #57544d; font-size: 13px; line-height: 1.75; }
.product-accordion-body > p:first-child { max-width: 780px; margin: 0; }
.product-detail-list { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; list-style: none; }
.product-detail-list li { padding-left: 15px; position: relative; }
.product-detail-list li::before { content: "·"; position: absolute; left: 0; color: var(--ink); }
.specification-grid { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specification-grid > div { min-height: 86px; padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specification-grid dt { margin-bottom: 8px; color: #918c82; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.specification-grid dd { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 12px; line-height: 1.45; }
.detail-note { margin: 20px 0 0 !important; padding: 13px 15px; border-left: 2px solid #9ba594; background: #eff1eb; color: #5d6358; font-size: 10px; line-height: 1.6; }
.evidence-note { margin-top: 25px; padding: 19px 21px; display: grid; grid-template-columns: 135px 1fr; gap: 20px; background: #e9e3d8; color: var(--ink); }
.evidence-note strong { font-size: 10px; }
.evidence-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.handling-list { margin: 0; padding: 0; list-style: none; }
.handling-list li { min-height: 72px; padding: 15px 0; display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: start; border-top: 1px solid var(--line); }
.handling-list span { padding-top: 3px; color: #8f8a80; font-size: 8px; }
.handling-list p { margin: 0; }
.question-list > div + div { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
.question-list h3 { margin: 0 0 9px; color: var(--ink); font-size: 15px; font-weight: 620; letter-spacing: -.02em; }
.question-list p { margin: 0; }
.batch-status { padding: 23px; border: 1px solid var(--line); background: #f0ece4; }
.batch-status span, .source-links > span { display: block; margin-bottom: 9px; color: #8a867d; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.batch-status strong { color: var(--ink); font-size: 16px; }
.batch-status p { margin: 13px 0 0; font-size: 11px; line-height: 1.6; }
.source-links { margin-top: 28px; }
.source-links a { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; }
.source-links a:last-child { border-bottom: 1px solid var(--line); }
.source-links svg { width: 14px; }
.related-products { background: var(--cream); }
.related-product-grid { margin-top: 50px; }
.related-products .shop-title { align-items: end; }
.product-page-disclaimer { background: #d6dfd4; }
.product-not-found { background: var(--paper); }

.standards { padding: 104px 8vw 110px; background: #1d211e; color: #f3efe6; display: grid; grid-template-columns: .82fr 1fr; gap: 10vw; }
.standards .eyebrow { color: #b9c6b5; }
.standards-intro h2 { max-width: 650px; font-size: clamp(45px, 4.4vw, 70px); line-height: 1.02; }
.standards-intro > p:not(.eyebrow) { max-width: 520px; margin: 32px 0; color: #b9bcb5; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.7; }
.text-link.light { color: #f3efe6; }
.standards-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.standards-list li { min-height: 110px; display: grid; grid-template-columns: 42px 1fr; gap: 25px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.24); }
.standards-list li > span { color: #9fa79c; font-size: 9px; }
.standards-list h3 { margin: 0 0 8px; font-weight: 500; font-size: 22px; letter-spacing: -.03em; }
.standards-list p { margin: 0; color: #aeb1aa; font-size: 12px; line-height: 1.55; }

.research-heading { max-width: 750px; }
.research-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 58px; background: var(--line); border: 1px solid var(--line); }
.research-card { min-height: 210px; padding: 29px; display: grid; grid-template-columns: 40px 1fr 28px; gap: 20px; align-items: end; transition: filter .25s ease, transform .25s ease; }
.research-card:hover { filter: brightness(.97); transform: translateY(-2px); }
.research-card > span { align-self: start; font-size: 9px; letter-spacing: .1em; }
.research-card h3 { margin: 0 0 9px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.research-card p { margin: 0; color: rgba(23,23,20,.62); font-size: 11px; }
.research-card svg { justify-self: end; }
.research-sage { background: #dce3d5; } .research-lilac { background: #e3ddea; } .research-sand { background: #e5dccb; } .research-blue { background: #d9e3e8; }

.about { min-height: 780px; display: grid; grid-template-columns: minmax(380px, .88fr) minmax(0, 1.12fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eee8dd; }
.about-media { min-height: 780px; position: relative; overflow: hidden; background: #d8ccba; }
.about-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset -1px 0 var(--line); pointer-events: none; }
.about-media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center center; }
.about-image-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(248,244,235,.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-copy { padding: 76px clamp(42px, 6vw, 104px); display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { max-width: 720px; font-size: clamp(49px, 4.5vw, 70px); line-height: .98; }
.about-copy .about-lead { max-width: 680px; margin: 30px 0 0; color: #3f3d38; font-size: 17px; line-height: 1.68; }
.about-copy .about-detail { max-width: 680px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.about-principles { max-width: 720px; margin-top: 33px; border-top: 1px solid var(--line); }
.about-principles > div { min-height: 82px; padding: 16px 0; display: grid; grid-template-columns: 38px 145px 1fr; gap: 18px; align-items: start; border-bottom: 1px solid var(--line); }
.about-principles span { padding-top: 4px; color: #8b867c; font-size: 8px; letter-spacing: .1em; }
.about-principles h3 { margin: 0; font-size: 15px; font-weight: 650; letter-spacing: -.015em; }
.about-principles p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.about-copy .text-link { align-self: flex-start; margin-top: 30px; }

.disclaimer { padding: 85px 8vw; text-align: center; background: #d9dfd1; }
.disclaimer > span { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.disclaimer h2 { margin-top: 19px; font-size: clamp(40px, 4vw, 62px); }
.disclaimer p { max-width: 710px; margin: 24px auto; color: var(--muted); font-size: 14px; line-height: 1.65; }
.disclaimer a { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }

footer { padding: 76px 5vw 20px; background: var(--ink); color: #f5f1e7; }
.footer-primary { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 7vw; padding-bottom: 75px; }
.footer-wordmark { color: white; font-size: 32px; }
.footer-primary > div:first-child p { margin-top: 25px; color: #9d9d96; font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links h3 { margin: 0 0 8px; color: #898983; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.footer-links a { font-size: 11px; }
.footer-links button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 11px; line-height: inherit; text-align: left; }
.footer-links button:hover { opacity: .55; }
.newsletter .eyebrow { color: #8d8d86; margin-bottom: 16px; }
.newsletter h3 { margin: 0; font-size: 23px; font-weight: 500; line-height: 1.3; letter-spacing: -.03em; }
.newsletter label { margin-top: 26px; display: grid; grid-template-columns: 1fr 42px; border-bottom: 1px solid #686862; }
.newsletter input { height: 48px; padding: 0; border: 0; outline: 0; background: transparent; color: white; font-size: 12px; }
.newsletter button { border: 0; background: transparent; color: white; cursor: pointer; }
.newsletter > p:last-child { color: #73736e; font-size: 9px; }
.footer-bottom { padding-top: 20px; border-top: 1px solid #383835; display: flex; justify-content: space-between; color: #777771; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 1080px) {
  .campaign-copy { width: 53%; padding-left: 5vw; }
  .campaign-copy-right .campaign-copy { width: 51%; padding-right: 5vw; }
  .campaign-copy h1 { font-size: clamp(46px, 5.7vw, 64px); }
  .campaign-controls { left: 5vw; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .basket-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 3vw; }
  .basket-line { grid-template-columns: 112px minmax(130px, 1fr) 108px 86px; gap: 17px; }
  .footer-primary { grid-template-columns: 1fr 2fr; }
  .newsletter { grid-column: 1 / -1; max-width: 480px; }
  .about { grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); }
  .about-copy { padding: 68px 5vw; }
  .about-principles > div { grid-template-columns: 32px 118px 1fr; gap: 13px; }
  .product-hero { grid-template-columns: minmax(0, 1fr) minmax(440px, .94fr); }
  .product-gallery, .product-hero { min-height: 700px; }
  .product-purchase { padding: 52px 4.2vw; }
  .product-service-notes { grid-template-columns: 1fr; }
  .product-service-notes > div { min-height: 61px; grid-template-columns: 25px 1fr; }
  .product-service-notes > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .product-service-notes p { display: grid; grid-template-columns: 132px 1fr; gap: 8px; }
  .product-information { grid-template-columns: 310px 1fr; gap: 6vw; }
}

@media (max-width: 760px) {
  .announcement { min-height: 45px; padding: 9px 18px; justify-content: center; gap: 10px; font-size: 9px; line-height: 1.45; letter-spacing: .085em; }
  .announcement a { display: none; }
  .site-header { height: 68px; padding: 0 18px; grid-template-columns: 1fr auto auto; }
  .wordmark, .wordmark-svg { width: 142px; height: 25px; }
  .wordmark-svg text { font-size: 27px; letter-spacing: -1.75px; }
  .menu-button { width: 37px; height: 37px; margin-right: 5px; display: grid; align-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-button span { width: 19px; height: 1.5px; display: block; background: var(--ink); }
  .site-header nav { position: absolute; top: 68px; left: 0; right: 0; padding: 24px 18px 30px; display: none; flex-direction: column; align-items: flex-start; gap: 15px; background: rgba(244,240,232,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(32,30,25,.08); }
  .site-header nav.nav-open { display: flex; }
  .site-header nav a.nav-active { align-self: flex-start; }
  .header-actions { gap: 7px; }
  .header-search-button { min-width: 37px; min-height: 37px; }
  .header-search-button span { display: none; }
  .header-search-panel { max-height: calc(100svh - 68px); }
  .header-search-inner { padding: 14px 14px 26px; }
  .header-search-form { height: auto; min-height: 56px; padding: 5px 5px 5px 14px; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 10px; }
  .header-search-form input { font-size: 14px; }
  .header-search-clear { display: none; }
  .header-search-submit { width: 44px; min-height: 44px; padding: 0; justify-content: center; }
  .header-search-submit { font-size: 0; }
  .header-search-submit svg { width: 17px; }
  .header-search-content { padding-top: 22px; display: block; }
  .header-search-popular { grid-template-columns: 1fr; }
  .header-search-popular button { min-height: 49px; }
  .header-search-products > a { min-height: 70px; grid-template-columns: 52px minmax(0, 1fr) auto 17px; gap: 11px; }
  .header-search-image { width: 52px; height: 52px; }
  .header-search-products > a > b { font-size: 11px; }
  .header-search-categories { margin-top: 27px; padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .bag-button span { display: none; }
  .hero-campaign { height: 760px; min-height: 0; }
  .campaign-slide { display: block; }
  .campaign-slide::before, .campaign-slide.campaign-copy-right::before { background: linear-gradient(180deg, rgba(246,240,229,1) 0%, rgba(246,240,229,.98) 49%, rgba(246,240,229,.7) 56%, transparent 68%); }
  .campaign-background { top: auto; bottom: 43px; height: 48%; transform: none; }
  .campaign-active .campaign-background { transform: none; }
  .campaign-core .campaign-background { object-position: 68% center; }
  .campaign-metabolic .campaign-background { object-position: 30% center; }
  .campaign-cellular .campaign-background { object-position: 69% center; }
  .campaign-essentials .campaign-background { object-position: 69% center; }
  .campaign-copy, .campaign-copy-right .campaign-copy { width: 100%; height: 56%; margin: 0; padding: 45px 21px 35px; justify-content: flex-start; }
  .campaign-copy .eyebrow { margin-bottom: 17px; }
  .campaign-copy h1 { max-width: 540px; font-size: clamp(41px, 11.6vw, 58px); line-height: .96; }
  .campaign-intro { max-width: 480px; margin-top: 20px; font-size: 14px; line-height: 1.5; }
  .campaign-copy .hero-actions { margin-top: 23px; flex-direction: row; align-items: center; gap: 17px; }
  .campaign-copy .text-link { display: none; }
  .campaign-copy .button { min-height: 46px; }
  .campaign-mark { right: 13px; top: 70%; }
  .campaign-controls { left: 20px; right: 20px; bottom: 54px; }
  .campaign-dots button { width: 28px; }
  .campaign-arrows button { width: 34px; height: 34px; background: rgba(249,246,238,.42); }
  .campaign-proof { padding: 0 18px; gap: 14px; white-space: nowrap; overflow: hidden; }
  .campaign-proof span + span { padding-left: 14px; }
  .section { padding: 72px 18px 80px; }
  .featured-grid { margin-top: 38px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-title { display: block; }
  .shop-title h2, .research-heading h2 { font-size: 43px; }
  .shop-title > p { margin-top: 24px; font-size: 14px; }
  .section-side-action > p { margin-top: 24px; }
  .shop-controls { margin-top: 38px; align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .sort-field { justify-content: space-between; }
  .sort-field select { flex: 1; max-width: 210px; }
  .category-row { margin: 18px -18px 8px; padding: 0 18px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .category-row button { white-space: nowrap; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .quick-add { opacity: 1; transform: none; left: 9px; right: 9px; bottom: 9px; height: 38px; }
  .product-info { min-height: 106px; padding: 14px 12px 16px; flex-direction: column; }
  .product-info h3 { font-size: 12px; }
  .product-info strong { font-size: 12px; }
  .page-intro { min-height: 310px; padding: 48px 21px 54px; display: block; }
  .page-intro > .eyebrow { margin: 0 0 34px; }
  .page-intro h1 { font-size: clamp(51px, 14.8vw, 70px); }
  .page-intro div > p { margin-top: 26px; font-size: 13px; }
  .shop-page { padding-top: 44px; }
  .shop-page .shop-controls { margin-top: 0; }
  .shop-reassurance { grid-template-columns: 1fr; }
  .shop-reassurance > div { min-height: 190px; padding: 32px 22px; }
  .shop-reassurance > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .shop-reassurance h2 { margin-top: 38px; }
  .basket-layout { padding: 50px 18px 82px; display: block; }
  .basket-column-labels { display: none; }
  .basket-line { min-height: 0; padding: 18px 0 25px; grid-template-columns: 102px 1fr auto; gap: 14px; align-items: start; }
  .basket-image { grid-row: 1 / 3; }
  .basket-product-copy h2 { font-size: 17px; }
  .quantity-control { width: 108px; grid-column: 2; margin-top: 4px; }
  .basket-line > strong { grid-column: 3; grid-row: 1; margin-top: 26px; font-size: 12px; }
  .order-summary { margin-top: 52px; padding: 28px 22px; position: static; }
  .empty-basket { min-height: 500px; padding: 80px 22px; }
  .product-breadcrumbs { min-height: 46px; padding: 0 18px; overflow-x: auto; white-space: nowrap; }
  .product-detail-page { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .product-hero { min-height: 0; display: block; }
  .product-gallery { min-height: 0; aspect-ratio: 1 / 1.01; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-image-notes { left: 16px; right: 16px; bottom: 48px; }
  .product-image-caption { left: 17px; right: 17px; bottom: 17px; }
  .product-purchase { padding: 42px 20px 52px; }
  .product-title-kicker { margin-bottom: 16px; }
  .product-title-kicker > span { display: none; }
  .product-purchase h1 { font-size: clamp(48px, 14.2vw, 66px); }
  .product-classification { margin-top: 10px; font-size: 10px; }
  .product-price-row { margin-top: 22px; }
  .product-summary { font-size: 14px; }
  .product-document-status { margin-top: 18px; }
  .product-strength { margin-top: 18px; }
  .research-confirmation { margin-top: 16px; }
  .product-buy-row { grid-template-columns: 104px 1fr; }
  .product-add-button { padding: 0 14px; gap: 10px; font-size: 9px; }
  .product-service-notes p { display: block; }
  .product-service-notes strong { display: block; }
  .product-warning { grid-template-columns: 1fr; gap: 6px; }
  .product-mobile-purchase { min-height: calc(67px + env(safe-area-inset-bottom)); padding: 9px 13px calc(9px + env(safe-area-inset-bottom)); position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(23,23,20,.18); background: rgba(251,249,244,.96); box-shadow: 0 -10px 32px rgba(23,23,20,.09); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .product-mobile-purchase > span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
  .product-mobile-purchase small { max-width: 145px; overflow: hidden; color: var(--muted); font-size: 8px; font-weight: 650; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
  .product-mobile-purchase strong { font-size: 15px; }
  .product-mobile-purchase button { min-width: 150px; min-height: 44px; padding: 0 15px; border: 0; border-radius: 6px; background: var(--ink); color: white; font-size: 9px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
  .product-mobile-purchase button.product-added { background: #304331; }
  .product-facts-strip { grid-template-columns: 1fr 1fr; }
  .product-facts-strip > div { min-height: 115px; padding: 24px 20px; border-bottom: 1px solid var(--line); }
  .product-facts-strip > div:nth-child(odd) { border-left: 0; }
  .product-information { padding: 76px 20px 88px; display: block; }
  .product-information-intro { margin-bottom: 55px; position: static; }
  .product-information-intro h2 { font-size: 49px; }
  .product-record-summary { margin-top: 27px; }
  .product-accordion summary { min-height: 74px; font-size: 16px; }
  .product-accordion summary > span { gap: 12px; }
  .product-detail-list { grid-template-columns: 1fr; }
  .specification-grid { grid-template-columns: 1fr; }
  .evidence-note { grid-template-columns: 1fr; gap: 8px; }
  .related-product-grid { margin-top: 38px; }
  .standards { padding: 78px 22px; display: block; }
  .standards-intro h2 { font-size: 46px; }
  .standards-list { margin-top: 62px; }
  .standards-list li { min-height: 132px; }
  .research-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .research-card { min-height: 180px; padding: 24px 18px; }
  .research-card h3 { font-size: 25px; }
  .about { display: flex; flex-direction: column; min-height: 0; }
  .about-media { min-height: 510px; }
  .about-image-label { left: 16px; right: 16px; bottom: 16px; padding: 11px 12px; }
  .about-copy { padding: 70px 22px 76px; }
  .about-copy h2 { font-size: 49px; }
  .about-copy .about-lead { font-size: 16px; }
  .about-principles > div { padding: 18px 0; grid-template-columns: 30px 1fr; gap: 4px 10px; }
  .about-principles span { grid-row: 1 / 3; }
  .about-principles p { grid-column: 2; }
  .disclaimer { padding: 72px 22px; }
  footer { padding: 65px 22px 20px; }
  .footer-primary { display: block; }
  .footer-links { margin: 55px 0; grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

@media (hover: none) {
  .quick-add { opacity: 1; transform: none; }
  .product-card:hover { transform: none; box-shadow: none; }
}

@media (max-width: 390px) {
  .product-grid { gap: 9px; }
  .product-card { border-radius: 13px; }
  .quick-add { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Support policies */
.policy-breadcrumbs { min-height: 46px; padding: 0 var(--page-gutter); display: flex; align-items: center; gap: 10px; overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.policy-breadcrumbs a:hover, .policy-breadcrumbs strong { color: var(--ink); }
.policy-breadcrumbs strong { font-weight: 700; }
.policy-hero { min-height: 390px; padding: 74px var(--page-gutter) 78px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 8vw; align-items: end; border-bottom: 1px solid var(--line); background: #d9e0d1; }
.policy-hero h1 { max-width: 900px; margin: 0; font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: clamp(64px, 7.2vw, 108px); font-weight: 500; line-height: .9; letter-spacing: -.065em; }
.policy-hero-summary { padding-bottom: 7px; }
.policy-hero-summary p { max-width: 470px; margin: 0; color: #45433e; font-size: 16px; line-height: 1.65; }
.policy-hero-summary span { display: block; margin-top: 28px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.policy-prelaunch { min-height: 86px; padding: 20px var(--page-gutter); display: grid; grid-template-columns: minmax(160px, .36fr) minmax(0, 1.64fr); gap: 34px; align-items: center; border-bottom: 1px solid var(--line); background: #e8dfd2; }
.policy-prelaunch > span { font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.policy-prelaunch p { max-width: 900px; margin: 0; color: #5f5b53; font-size: 12px; line-height: 1.6; }
.policy-layout { max-width: 1500px; margin: 0 auto; padding: 92px var(--page-gutter) 124px; display: grid; grid-template-columns: 260px minmax(0, 800px); justify-content: center; gap: clamp(65px, 9vw, 150px); align-items: start; }
.policy-sidebar { position: sticky; top: 108px; }
.policy-on-page { padding-bottom: 31px; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.policy-on-page .eyebrow { margin-bottom: 8px; }
.policy-on-page a { color: var(--muted); font-size: 11px; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.policy-on-page a:hover { color: var(--ink); transform: translateX(3px); }
.policy-help { margin-top: 31px; padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.policy-help .eyebrow { margin-bottom: 17px; }
.policy-help p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.policy-help a { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 650; }
.policy-document > section { padding: 0 0 52px; scroll-margin-top: 112px; border-bottom: 1px solid var(--line); }
.policy-document > section + section { padding-top: 52px; }
.policy-document h2 { margin: 0 0 24px; font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: clamp(27px, 2.5vw, 36px); font-weight: 520; line-height: 1.08; letter-spacing: -.045em; }
.policy-document p, .policy-document li { color: #58554e; font-size: 14px; line-height: 1.78; }
.policy-document p { margin: 0; }
.policy-document p + p { margin-top: 17px; }
.policy-document strong { color: var(--ink); font-weight: 680; }
.policy-document a:not(.policy-other a) { color: var(--ink); border-bottom: 1px solid rgba(23,23,20,.45); }
.policy-document ul { margin: 0; padding-left: 19px; }
.policy-document li + li { margin-top: 11px; }
.policy-document blockquote { margin: 24px 0 0; padding: 23px 25px; border-left: 3px solid var(--ink); background: #e8e2d7; color: #4c4942; font-size: 13px; line-height: 1.7; }
.policy-table-wrap { width: 100%; margin-top: 26px; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
.policy-document table { width: 100%; min-width: 690px; border-collapse: collapse; font-size: 11px; }
.policy-document th, .policy-document td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.policy-document th { background: #e6e0d5; font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.policy-document tr:last-child td { border-bottom: 0; }
.policy-document td:first-child { color: var(--ink); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.policy-other { margin-top: 74px; padding: 36px; border-radius: 12px; background: #ded7ca; }
.policy-other .eyebrow { margin-bottom: 24px; }
.policy-other > div { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.policy-other a, .policy-other button { min-height: 50px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 0; border-bottom: 1px solid rgba(23,23,20,.17); background: transparent; color: var(--ink); cursor: pointer; font-size: 11px; text-align: left; }
.policy-other a:hover, .policy-other button:hover { opacity: .58; }
.policy-other span { font-size: 12px; }
.policy-research-notice { padding: 88px var(--page-gutter); text-align: center; border-top: 1px solid var(--line); background: #d9dfd1; }
.policy-research-notice h2 { max-width: 860px; margin: 0 auto; font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: clamp(41px, 4.5vw, 68px); font-weight: 500; line-height: 1; letter-spacing: -.058em; }
.policy-research-notice > p:last-child { max-width: 720px; margin: 25px auto 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.policy-not-found { border-bottom: 1px solid var(--line); }

/* Cookie settings */
.cookie-settings { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 20px; }
.cookie-settings-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(20,20,17,.62); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); cursor: default; }
.cookie-settings-panel { width: min(100%, 690px); max-height: calc(100svh - 40px); padding: clamp(27px, 4.5vw, 48px); position: relative; z-index: 1; overflow-y: auto; border: 1px solid rgba(23,23,20,.18); border-radius: 15px; background: var(--paper); box-shadow: 0 30px 90px rgba(16,15,12,.25); }
.cookie-settings-heading { padding-bottom: 27px; display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.cookie-settings-heading .eyebrow { margin-bottom: 13px; }
.cookie-settings-heading h2 { margin: 0; font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: clamp(39px, 6vw, 55px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.cookie-settings-close { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 24px; font-weight: 300; line-height: 1; }
.cookie-settings-intro { margin: 25px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.cookie-setting-row { min-height: 108px; padding: 21px 0; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; border-top: 1px solid var(--line); }
.cookie-setting-row strong { font-size: 14px; font-weight: 680; }
.cookie-setting-row p { max-width: 470px; margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.cookie-status { min-width: 82px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.cookie-status-on { border-color: #9daf92; background: #dce6d6; color: #304331; }
.cookie-settings-actions { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-settings-actions a { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.cookie-settings-actions button { min-height: 49px; padding: 0 20px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 900px) {
  .policy-hero { min-height: 360px; grid-template-columns: 1fr; gap: 45px; align-items: start; }
  .policy-hero-summary { padding: 0; }
  .policy-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 50px; }
}

@media (max-width: 700px) {
  .policy-breadcrumbs { padding: 0 18px; }
  .policy-hero { min-height: 0; padding: 54px 21px 58px; display: block; }
  .policy-hero h1 { font-size: clamp(54px, 16vw, 76px); }
  .policy-hero-summary { margin-top: 38px; }
  .policy-hero-summary p { font-size: 14px; }
  .policy-prelaunch { padding: 22px; display: block; }
  .policy-prelaunch p { margin-top: 11px; }
  .policy-layout { padding: 62px 21px 86px; display: block; }
  .policy-sidebar { position: static; }
  .policy-on-page { display: none; }
  .policy-help { margin: 0 0 55px; }
  .policy-document > section { padding-bottom: 42px; }
  .policy-document > section + section { padding-top: 42px; }
  .policy-document h2 { font-size: 29px; }
  .policy-document p, .policy-document li { font-size: 13px; line-height: 1.72; }
  .policy-table-wrap { margin-right: -21px; width: calc(100% + 21px); border-radius: 9px 0 0 9px; }
  .policy-other { margin-top: 55px; padding: 27px 21px; }
  .policy-other > div { grid-template-columns: 1fr; }
  .policy-research-notice { padding: 70px 22px; }
  .cookie-settings { padding: 10px; align-items: end; }
  .cookie-settings-panel { max-height: calc(100svh - 20px); padding: 27px 21px 24px; border-radius: 14px 14px 7px 7px; }
  .cookie-setting-row { min-height: 0; grid-template-columns: 1fr; gap: 14px; }
  .cookie-status { justify-self: start; }
  .cookie-settings-actions { align-items: stretch; flex-direction: column-reverse; }
  .cookie-settings-actions a { align-self: center; }
  .cookie-settings-actions button { width: 100%; }
}

/* Experience polish */
:root {
  --control-radius: 8px;
  --card-radius: 12px;
  --section-space: clamp(76px, 7vw, 96px);
}

.site-header nav,
.bag-button { font-weight: 700; }
.eyebrow { font-size: 11px; line-height: 1.3; }
.button,
.text-link { font-size: 11px; }
.section { padding-top: var(--section-space); padding-bottom: var(--section-space); }
.campaign-playback svg { width: 14px; height: 14px; }
.campaign-arrows .campaign-playback { border-style: dashed; }
.research { background: var(--paper); }
.research-grid { margin-top: 44px; }
.research-card { min-height: 178px; }
.featured-section { border-top: 1px solid var(--line); }

.product-card { border-radius: var(--card-radius); }
.quick-add { opacity: 1; transform: none; }
.product-info { min-height: 120px; }
.product-info h3 { font-size: 15px; }
.product-info p { margin-top: 7px; font-size: 10px; }
.product-info > strong { font-size: 14px; }
.product-doc-status { margin-top: 10px; display: inline-flex; align-items: center; gap: 6px; color: #666c61; font-size: 9px; font-weight: 650; line-height: 1.35; }
.product-doc-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #aab49e; }

.basket-drawer { width: min(410px, calc(100vw - 28px)); padding: 30px; position: fixed; z-index: 150; top: 128px; right: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); box-shadow: 0 24px 70px rgba(23,23,20,.17); animation: drawer-in .24s ease both; }
.basket-drawer-close { width: 42px; height: 42px; position: absolute; top: 14px; right: 14px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 22px; font-weight: 300; }
.basket-drawer .eyebrow { margin-bottom: 20px; }
.basket-drawer-product { padding: 16px 0; display: grid; grid-template-columns: 76px 1fr; gap: 16px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.basket-drawer-image { aspect-ratio: 1; overflow: hidden; border-radius: 9px; }
.basket-drawer-image img { width: 100%; height: 100%; object-fit: cover; }
.basket-drawer-product > div:last-child { display: flex; flex-direction: column; gap: 6px; }
.basket-drawer-product strong { font-size: 15px; }
.basket-drawer-product span { color: var(--muted); font-size: 11px; }
.basket-drawer-total { padding: 19px 0; display: flex; align-items: center; justify-content: space-between; }
.basket-drawer-total span { color: var(--muted); font-size: 11px; }
.basket-drawer-total strong { font-size: 18px; }
.basket-drawer-actions { display: grid; grid-template-columns: auto 1fr; gap: 11px; }
.basket-drawer-actions > button { min-width: 78px; border: 1px solid var(--line); border-radius: var(--control-radius); background: transparent; cursor: pointer; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.basket-drawer-actions .button { min-height: 48px; justify-content: space-between; border-radius: var(--control-radius); }
@keyframes drawer-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: translateX(0); } }

.shop-filter-bar { position: relative; }
.shop-controls { margin-top: 0; }
.search-field,
.sort-field select,
.category-row button { min-height: 44px; }
.search-field input { font-size: 14px; }
.category-row button { font-size: 10px; }
.shop-results p,
.shop-results button { font-size: 11px; }
.basket-policy-links { margin-top: 21px; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.basket-policy-links a { padding-bottom: 3px; border-bottom: 1px solid rgba(23,23,20,.35); color: var(--muted); font-size: 10px; font-weight: 650; }

.product-hero { min-height: 700px; }
.product-gallery { min-height: 700px; }
.product-purchase { padding-top: 52px; padding-bottom: 52px; }
.product-summary { font-size: 15px; }
.product-document-status strong { font-size: 12px; }
.research-confirmation { padding: 11px 12px; }
.research-confirmation strong { font-size: 11px; }
.product-policy-links { margin-top: 13px; display: flex; align-items: center; gap: 23px; }
.product-policy-links a { min-height: 36px; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(23,23,20,.35); font-size: 10px; font-weight: 650; }
.product-policy-links svg { width: 13px; }
.product-service-notes { grid-template-columns: repeat(2, 1fr); }
.product-service-notes > div { min-height: 78px; }
.product-warning { grid-template-columns: 150px 1fr; }
.product-information { padding-top: 88px; padding-bottom: 98px; gap: 7vw; }
.product-accordion summary { min-height: 78px; font-size: 18px; }
.product-accordion-body { font-size: 14px; }
.research-context-copy { max-width: 780px; margin: 26px 0 0; }
.document-questions { margin-top: 35px; }

.product-reviews { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #ece7dd; }
.reviews-heading { display: grid; grid-template-columns: 1fr 430px; gap: 60px; align-items: end; }
.reviews-heading h2 { font-size: clamp(45px, 4.2vw, 66px); line-height: .98; }
.reviews-heading h2 { scroll-margin-top: 120px; }
.reviews-heading h2 span { color: #908b81; }
.reviews-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.reviews-panel { margin-top: 50px; display: grid; grid-template-columns: 210px minmax(280px, .8fr) minmax(360px, 1.2fr); border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--paper); }
.reviews-panel > div { min-height: 250px; padding: 34px; }
.reviews-panel > div + div { border-left: 1px solid var(--line); }
.review-summary { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.review-summary > strong { font-size: 58px; font-weight: 480; line-height: 1; }
.review-stars { margin-top: 17px; font-size: 18px; letter-spacing: .12em; }
.review-summary > span { margin-top: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.review-breakdown { display: flex; flex-direction: column; justify-content: center; gap: 13px; }
.review-breakdown > div { display: grid; grid-template-columns: 45px 1fr 18px; gap: 11px; align-items: center; color: var(--muted); font-size: 10px; }
.review-breakdown i { height: 4px; overflow: hidden; border-radius: 999px; background: #dedad1; }
.review-breakdown b { height: 100%; display: block; background: var(--ink); }
.review-breakdown em { font-style: normal; text-align: right; }
.review-empty { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.review-empty > span { font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.review-empty h3 { margin: 16px 0 10px; font-size: 28px; font-weight: 540; letter-spacing: -.04em; }
.review-empty p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.review-empty a { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.about { min-height: 690px; }
.about-media { min-height: 690px; }
.about-copy { padding-top: 60px; padding-bottom: 60px; }
.about-page-hero { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; border-bottom: 1px solid var(--line); background: #e9e3d8; }
.about-page-copy { padding: 80px var(--page-gutter); display: flex; flex-direction: column; justify-content: center; }
.about-page-copy h1 { max-width: 780px; margin: 0; font-size: clamp(64px, 6.6vw, 104px); font-weight: 520; line-height: .91; letter-spacing: -.067em; }
.about-page-copy h1 span { color: #8d887e; }
.about-page-copy > p:not(.eyebrow) { max-width: 610px; margin: 32px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.about-page-copy .button { align-self: flex-start; }
.about-page-image { min-height: 700px; position: relative; overflow: hidden; }
.about-page-image > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-page-image > div { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 14px 16px; display: flex; justify-content: space-between; gap: 20px; background: rgba(251,249,244,.84); backdrop-filter: blur(12px); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.about-page-intro { display: grid; grid-template-columns: .6fr 1.4fr; gap: 7vw; background: var(--paper); }
.about-page-intro h2 { max-width: 900px; font-size: clamp(48px, 4.7vw, 72px); line-height: .98; }
.about-page-intro div p { max-width: 760px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-page-intro div p:first-of-type { margin-top: 32px; }
.about-values { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values article { min-height: 330px; padding: 38px 3.2vw; background: #e1dacd; }
.about-values article:nth-child(2) { background: #dce3d5; }
.about-values article:nth-child(3) { background: #e3ddea; }
.about-values article:nth-child(4) { background: #d9e3e8; }
.about-values article + article { border-left: 1px solid var(--line); }
.about-values span { font-size: 9px; letter-spacing: .11em; }
.about-values h2 { margin: 105px 0 18px; font-size: 26px; font-weight: 550; letter-spacing: -.04em; }
.about-values p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.about-process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: #1d211e; color: #f3efe6; }
.about-process h2 { font-size: clamp(46px, 4.4vw, 68px); line-height: 1; }
.about-process ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.about-process li { min-height: 106px; display: grid; grid-template-columns: 40px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); }
.about-process li > span { color: #9fa79c; font-size: 9px; }
.about-process h3 { margin: 0 0 6px; font-size: 20px; font-weight: 540; }
.about-process p { margin: 0; color: #aeb1aa; font-size: 12px; line-height: 1.55; }
.about-cta { padding: 92px var(--page-gutter); display: flex; flex-direction: column; align-items: center; text-align: center; background: #d9dfd1; }
.about-cta h2 { max-width: 850px; margin: 0 0 30px; font-size: clamp(46px, 4.8vw, 72px); font-weight: 520; line-height: 1; letter-spacing: -.058em; }

@media (max-width: 980px) {
  .reviews-heading { grid-template-columns: 1fr 330px; }
  .reviews-panel { grid-template-columns: 180px 1fr; }
  .review-empty { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0 !important; }
  .about-page-hero { grid-template-columns: 1fr 1fr; }
  .about-values { grid-template-columns: 1fr 1fr; }
  .about-values article:nth-child(3) { border-left: 0; }
  .about-values article:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --section-space: 66px; }
  .eyebrow { font-size: 10px; }
  .product-gallery { min-height: 0; height: clamp(390px, 108vw, 440px); aspect-ratio: auto; isolation: isolate; }
  .product-gallery::before { width: min(88vw, 370px); z-index: 0; background: rgba(251,249,244,.18); }
  .product-gallery-art { width: min(82vw, 340px); height: min(82vw, 340px); inset: 41% auto auto 50%; overflow: hidden; border: 1px solid rgba(23,23,20,.11); border-radius: 14px; background: var(--paper); box-shadow: 0 18px 38px rgba(35,32,26,.09); transform: translate(-50%, -50%); }
  .product-gallery-art .product-image { object-fit: cover; object-position: 50% 50%; }
  .product-page-badge { top: 15px; left: 15px; }
  .hero-campaign { height: 735px; }
  .campaign-arrows { gap: 8px; }
  .campaign-arrows button { min-width: 38px; min-height: 38px; }
  .research-grid { margin-top: 34px; }
  .research-card { min-height: 164px; }
  .product-info { min-height: 126px; }
  .product-info h3,
  .product-info > strong { font-size: 14px; }
  .product-doc-status { font-size: 8px; }
  .basket-drawer { top: auto; left: 10px; right: 10px; bottom: 10px; width: auto; padding: 25px 20px 20px; }
  .basket-drawer-actions > button { min-height: 48px; }
  .shop-filter-bar { margin: 0 -18px; padding: 0 18px; position: sticky; z-index: 20; top: 68px; background: rgba(244,240,232,.97); backdrop-filter: blur(15px); border-bottom: 1px solid var(--line); }
  .shop-filter-bar .shop-controls { padding-top: 13px; border-top: 0; }
  .shop-filter-bar .category-row { margin-bottom: 0; padding-bottom: 12px; }
  .product-policy-links { align-items: flex-start; flex-direction: column; gap: 4px; }
  .product-service-notes > div { min-height: 88px; }
  .product-information { padding-top: 68px; padding-bottom: 78px; }
  .reviews-heading { display: block; }
  .reviews-heading > p { margin-top: 24px; }
  .reviews-panel { margin-top: 34px; display: block; }
  .reviews-panel > div { min-height: 0; padding: 28px 24px; }
  .reviews-panel > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .review-summary { min-height: 190px !important; }
  .review-breakdown { min-height: 210px !important; }
  .review-empty { min-height: 235px !important; }
  .about { min-height: 0; }
  .about-media { min-height: 470px; }
  .about-page-hero { display: flex; flex-direction: column; }
  .about-page-copy { padding: 62px 21px 68px; }
  .about-page-copy h1 { font-size: clamp(58px, 17vw, 76px); }
  .about-page-copy > p:not(.eyebrow) { font-size: 15px; }
  .about-page-image { min-height: 520px; }
  .about-page-image > div { left: 15px; right: 15px; bottom: 15px; font-size: 8px; }
  .about-page-intro { display: block; }
  .about-page-intro > .eyebrow { margin-bottom: 34px; }
  .about-page-intro h2 { font-size: 47px; }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { min-height: 260px; padding: 31px 22px; }
  .about-values article + article { border-left: 0; border-top: 1px solid var(--line); }
  .about-values h2 { margin-top: 72px; }
  .about-process { display: block; }
  .about-process ol { margin-top: 52px; }
  .about-process li { min-height: 120px; }
  .about-cta { padding: 72px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .basket-drawer { animation: none; }
}
