@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: #f7f1e7;
  --paper: #fffdf9;
  --ink: #161b1a;
  --muted: #5f655f;
  --line: rgba(22, 27, 26, 0.16);
  --sage: #b9d59f;
  --peach: #f3ad85;
  --blue: #9ebfea;
  --lilac: #c5ace5;
  --sand: #edd36e;
  --rose: #e8a6ad;
  --butter: #edd36e;
  --mint: #8fd5ce;
  --navy: #16443f;
  --navy-soft: #225c55;
  --positive: #2f6a50;
  --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: auto; min-height: 40px; display: inline-flex; align-items: center; line-height: 1; justify-self: start; }
.wordmark-text { display: block; font-size: 35px; font-weight: 750; line-height: .9; letter-spacing: -.074em; white-space: nowrap; }
.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; display: flex; flex-direction: column; border: 1px solid rgba(23,23,20,.11); border-radius: 16px; background: var(--paper); box-shadow: 0 4px 18px rgba(23,23,20,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-3px); border-color: rgba(23,23,20,.17); box-shadow: 0 15px 38px rgba(23,23,20,.09); }
.product-card-link { display: block; flex: 1 1 auto; }
.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: contain; object-position: 50% 50%; position: relative; z-index: 2; transition: transform .35s ease; }
.product-card:hover .product-visual .product-image { transform: scale(1.015); }
.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: 126px; padding: 21px 20px 22px; 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: 16px; font-weight: 700; letter-spacing: -.015em; line-height: 1.2; }
.product-info strong { flex: 0 0 auto; font-size: 15px; font-weight: 650; line-height: 1.2; }
.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 { min-height: 37px; }
  .wordmark-text { font-size: 30px; letter-spacing: -.073em; }
  .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: 132px; padding: 15px 13px 16px; flex-direction: row; gap: 8px; }
  .product-info h3 { font-size: 13px; }
  .product-info strong { font-size: 13px; }
  .product-doc-status { font-size: 8px; }
  .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: 14px; }
  .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: 16px; }
.quick-add { opacity: 1; transform: none; }
.product-info { min-height: 126px; }
.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; }
}

/* Homepage colour and conversion refinement — v1.7 */
.announcement { background: var(--navy); }
.announcement-status { background: #a9d4b4; box-shadow: 0 0 0 4px rgba(169,212,180,.14); }
.site-header { background: rgba(248,243,234,.95); }
.button { min-height: 54px; border-radius: 10px; }
.button-dark { border-color: var(--navy); background: var(--navy); }
.button-dark:hover { border-color: var(--navy); color: var(--navy); }
.button-light { border-color: rgba(255,255,255,.62); background: #f8f4ea; color: var(--navy); }
.button-light:hover { border-color: white; background: transparent; color: white; }

.hero-campaign { height: min(710px, calc(100svh - 113px)); background: #efd2bb; }
.campaign-background { filter: saturate(1.14) contrast(1.045); }
.campaign-slide::before { background: linear-gradient(90deg, rgba(250,245,235,.97) 0%, rgba(250,245,235,.88) 29%, rgba(250,245,235,.42) 47%, rgba(250,245,235,.03) 65%); }
.campaign-slide.campaign-copy-right::before { background: linear-gradient(270deg, rgba(250,245,235,.97) 0%, rgba(250,245,235,.88) 29%, rgba(250,245,235,.42) 47%, rgba(250,245,235,.03) 65%); }
.campaign-copy h1 { font-weight: 650; letter-spacing: -.06em; }
.campaign-copy h1 em { color: rgba(16,22,51,.72); font-weight: 540; }
.campaign-intro { max-width: 510px; color: rgba(23,23,20,.78); font-size: 16px; }
.campaign-proof { min-height: 48px; justify-content: center; gap: clamp(20px, 3vw, 48px); border-top: 0; background: rgba(16,22,51,.93); color: white; backdrop-filter: blur(14px); }
.campaign-proof span + span { border-left-color: rgba(255,255,255,.26); }

.featured-section { background: #fffaf2; }
.featured-section .shop-title h2 { color: var(--navy); font-weight: 620; }
.product-card { border-color: rgba(16,22,51,.14); border-radius: 18px; box-shadow: 0 8px 24px rgba(16,22,51,.06); }
.product-card:hover { border-color: rgba(16,22,51,.25); box-shadow: 0 19px 48px rgba(16,22,51,.13); }
.product-card .product-visual { background: #f2eadf; }
.product-card.product-sage .product-visual { background: #d5e4ce; }
.product-card.product-peach .product-visual { background: #f3c9ae; }
.product-card.product-blue .product-visual { background: #c9deef; }
.product-card.product-lilac .product-visual { background: #ddd0eb; }
.product-card.product-sand .product-visual { background: #e8d2ab; }
.product-card.product-rose .product-visual { background: #edc6c9; }
.product-card.product-butter .product-visual { background: #eee0a9; }
.product-card.product-mint .product-visual { background: #c8e1d2; }
.product-visual::before { inset: 8%; border-color: rgba(16,22,51,.11); background: rgba(255,255,255,.1); }
.product-visual .product-image { width: 109%; height: 109%; max-width: none; filter: saturate(1.12) contrast(1.035); }
.product-card:hover .product-visual .product-image { transform: scale(1.035); }
.product-stock-badge { position: absolute; z-index: 4; top: 16px; left: 16px; padding: 7px 11px; border: 1px solid rgba(16,22,51,.12); border-radius: 999px; background: rgba(255,252,245,.9); color: var(--navy); box-shadow: 0 5px 14px rgba(16,22,51,.06); font-size: 9px; font-weight: 720; letter-spacing: .035em; }
.product-stock-badge::before { content: ""; width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #3d7758; vertical-align: 1px; }
.product-stock-badge.is-out-of-stock::before { background: #a55a4d; }
.product-card-quick { width: 48px; height: 48px; position: absolute; z-index: 4; right: 16px; bottom: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(16,22,51,.2); transition: transform .3s cubic-bezier(.2,.8,.2,1), background-color .2s ease, box-shadow .2s ease; }
.product-card-quick::before,
.product-card-quick::after { content: ""; position: absolute; width: 17px; height: 1.5px; border-radius: 999px; background: currentColor; }
.product-card-quick::after { transform: rotate(90deg); }
.product-card:hover .product-card-quick,
.product-card-link:focus-visible .product-card-quick { transform: rotate(90deg) scale(1.09); background: var(--navy-soft); box-shadow: 0 13px 28px rgba(16,22,51,.26); }
.product-info { min-height: 134px; background: #fffdf8; }
.product-info h3 { color: var(--navy); font-size: 17px; }
.product-info strong { color: var(--navy); font-size: 16px; }
.product-doc-status { display: block; margin-top: 12px; color: #716c61; font-size: 8px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.product-card-action { min-height: 56px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; border-top-color: rgba(16,22,51,.16); background: var(--navy); color: var(--butter); }
.product-card-action small { justify-self: end; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 650; letter-spacing: .05em; }
.product-card-action-arrow { color: var(--butter); transition: transform .2s ease; }
.product-card-action:hover { background: var(--navy-soft); color: #fff7ce; }
.product-card-action:hover .product-card-action-arrow,
.product-card-action:focus-visible .product-card-action-arrow { transform: translateX(3px); }

.home-saving-band { padding: clamp(64px, 7vw, 105px) var(--page-gutter); display: grid; grid-template-columns: minmax(300px,.88fr) minmax(540px,1.12fr); gap: clamp(45px, 8vw, 120px); align-items: end; background: var(--navy); color: #f8f4ea; }
.home-saving-copy h2 { max-width: 690px; margin: 0; font-size: clamp(42px,4.4vw,68px); font-weight: 590; line-height: .98; letter-spacing: -.058em; }
.home-saving-copy > p:last-child { max-width: 610px; margin: 28px 0 0; color: rgba(248,244,234,.68); font-size: 14px; line-height: 1.7; }
.home-saving-options { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.22); border-radius: 16px; overflow: hidden; }
.home-saving-options > div { min-height: 180px; padding: 24px 21px; display: flex; flex-direction: column; background: rgba(255,255,255,.035); }
.home-saving-options > div + div { border-left: 1px solid rgba(255,255,255,.22); }
.home-saving-options > div.is-highlighted { background: rgba(199,218,194,.12); }
.home-saving-options span { color: #b9d1bb; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.home-saving-options strong { margin-top: auto; font-size: 21px; font-weight: 620; letter-spacing: -.025em; }
.home-saving-options p { margin: 8px 0 0; color: rgba(248,244,234,.65); font-size: 10px; line-height: 1.5; }
.home-saving-band > .button { grid-column: 2; justify-self: start; }

.research { background: #f4eadc; }
.research-heading h2 { color: var(--navy); font-weight: 610; }
.research-grid { gap: 14px; }
.research-card { border: 1px solid rgba(16,22,51,.1); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(16,22,51,.045); }
.research-sage { background: #cce1c5; }
.research-lilac { background: #d9c8e9; }
.research-sand { background: #e7c996; }
.research-blue { background: #c2daec; }
.research-card h3 { color: var(--navy); font-weight: 590; }
.research-card:hover { filter: saturate(1.08) brightness(1.01); box-shadow: 0 16px 34px rgba(16,22,51,.1); }

.standards { background: var(--navy); }
.standards .eyebrow { color: #b9d1bb; }
.disclaimer { background: #cfe2c9; }

@media (max-width: 1080px) {
  .home-saving-band { grid-template-columns: 1fr; }
  .home-saving-band > .button { grid-column: 1; }
}

@media (max-width: 760px) {
  .hero-campaign { height: 710px; }
  .campaign-slide::before,
  .campaign-slide.campaign-copy-right::before { background: linear-gradient(180deg, rgba(250,245,235,1) 0%, rgba(250,245,235,.97) 48%, rgba(250,245,235,.58) 62%, rgba(250,245,235,.06) 78%); }
  .campaign-copy { padding-top: 54px; }
  .campaign-copy h1 { font-size: clamp(45px,13.4vw,58px); }
  .campaign-intro { font-size: 14px; }
  .campaign-proof { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .campaign-proof::-webkit-scrollbar { display: none; }
  .section { padding-top: 70px; padding-bottom: 76px; }
  .featured-section .shop-title { display: block; }
  .featured-section .section-side-action { margin-top: 20px; }
  .featured-grid { margin-top: 34px; }
  .product-card { border-radius: 16px; }
  .product-stock-badge { top: 10px; left: 10px; padding: 5px 8px; font-size: 7px; }
  .product-card-quick { width: 38px; height: 38px; right: 10px; bottom: 10px; font-size: 15px; }
  .product-info { min-height: 130px; padding: 17px 13px 18px; }
  .product-info h3 { font-size: 14px; }
  .product-info strong { font-size: 13px; }
  .product-doc-status { margin-top: 9px; font-size: 7px; line-height: 1.35; }
  .product-card-action { min-height: 50px; padding: 0 13px; }
  .product-card-action small { display: none; }
  .home-saving-band { padding: 65px 20px 72px; gap: 36px; }
  .home-saving-copy h2 { font-size: 43px; }
  .home-saving-options { grid-template-columns: 1fr; }
  .home-saving-options > div { min-height: 118px; }
  .home-saving-options > div + div { border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .research-grid { gap: 10px; }
  .research-card { border-radius: 14px; }
}

@media (max-width: 390px) {
  .campaign-copy h1 { font-size: 44px; }
  .product-info { min-height: 136px; }
}

/* Vibrant premium clinical system — v1.8 */
body { background: var(--cream); color: var(--ink); }
::selection { background: var(--mint); color: var(--ink); }
.announcement { background: var(--navy); }
.announcement-status { background: var(--butter); box-shadow: 0 0 0 4px rgba(237,211,110,.16); }
.site-header { background: rgba(247,241,231,.94); border-bottom-color: rgba(22,68,63,.16); }
.site-header nav a::after { background: var(--navy); }
.wordmark-text, .bag-button, .header-search-button { color: var(--navy); }
.bag-button b { border-color: var(--navy); }
.header-search-panel { background: var(--paper); border-color: rgba(22,68,63,.16); }
.header-search-form { border-color: rgba(22,68,63,.28); background: #f8f1e6; }
.header-search-submit { border-color: var(--navy); background: var(--navy); }
.header-search-submit:hover { background: var(--navy-soft); }
.header-search-popular button { background: #edf4e7; }
.header-search-popular button:nth-child(2n) { background: #e8f5f3; }
.header-search-popular button:hover { background: #dfeee2; }
.header-search-image,
.basket-image,
.basket-drawer-image { overflow: hidden; border: 1px solid rgba(22,68,63,.1); border-radius: 10px; background: #f7eee3; }
.header-search-image img,
.basket-image .product-image,
.basket-drawer-image img { filter: saturate(1.22) contrast(1.055) brightness(1.015); }

.button-dark { border-color: var(--navy); background: var(--navy); }
.button-dark:hover { border-color: var(--navy); color: var(--navy); }
.text-link { text-decoration-color: rgba(22,68,63,.36); }
.text-link:hover { color: var(--navy); }

.hero-campaign { background: var(--peach); }
.campaign-background { z-index: 0; filter: saturate(1.24) contrast(1.07) brightness(1.015); }
.campaign-slide::before { z-index: 2; }
.campaign-slide::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(243,173,133,.12), transparent 48%, rgba(143,213,206,.18)); }
.campaign-metabolic::after { background: linear-gradient(135deg, rgba(197,172,229,.18), transparent 46%, rgba(232,166,173,.16)); }
.campaign-cellular::after { background: linear-gradient(135deg, rgba(143,213,206,.18), transparent 48%, rgba(158,191,234,.18)); }
.campaign-essentials::after { background: linear-gradient(135deg, rgba(237,211,110,.16), transparent 46%, rgba(185,213,159,.18)); }
.campaign-copy h1, .campaign-copy h1 em { color: var(--navy); }
.campaign-copy h1 em { color: rgba(22,68,63,.72); }
.campaign-intro { color: rgba(22,27,26,.78); }
.campaign-dots button.active span { background: var(--navy); }
.campaign-arrows button { border-color: rgba(22,68,63,.38); background: rgba(255,253,249,.36); color: var(--navy); }
.campaign-proof { background: rgba(22,68,63,.96); }

.featured-section { background: var(--paper); }
.featured-section .eyebrow, .research-heading .eyebrow { color: var(--navy); }
.featured-section .shop-title h2 { color: var(--navy); }
.product-card {
  --product-wash: rgba(243,173,133,.18);
  border-color: rgba(22,68,63,.15);
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(22,68,63,.075);
}
.product-card:hover { border-color: rgba(22,68,63,.3); box-shadow: 0 22px 52px rgba(22,68,63,.15); }
.product-card.product-sage { --product-wash: rgba(185,213,159,.28); }
.product-card.product-peach { --product-wash: rgba(243,173,133,.25); }
.product-card.product-blue { --product-wash: rgba(158,191,234,.26); }
.product-card.product-lilac { --product-wash: rgba(197,172,229,.27); }
.product-card.product-sand,
.product-card.product-butter { --product-wash: rgba(237,211,110,.25); }
.product-card.product-rose { --product-wash: rgba(232,166,173,.25); }
.product-card.product-mint { --product-wash: rgba(143,213,206,.26); }
.product-card.product-sage .product-visual { background: var(--sage); }
.product-card.product-peach .product-visual { background: var(--peach); }
.product-card.product-blue .product-visual { background: var(--blue); }
.product-card.product-lilac .product-visual { background: var(--lilac); }
.product-card.product-sand .product-visual,
.product-card.product-butter .product-visual { background: var(--butter); }
.product-card.product-rose .product-visual { background: var(--rose); }
.product-card.product-mint .product-visual { background: var(--mint); }
.product-visual::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.06), transparent 48%, var(--product-wash)); }
.product-visual .product-image { width: 111%; height: 111%; filter: saturate(1.24) contrast(1.06) brightness(1.015); }
.product-card:hover .product-visual .product-image { transform: scale(1.03); }
.product-info { background: var(--paper); }
.product-info h3, .product-info strong { color: var(--navy); }
.product-stock-badge { border-color: rgba(22,68,63,.15); background: rgba(255,253,249,.92); color: var(--navy); }
.product-stock-badge::before { background: var(--positive); }
.product-card-quick, .product-card-action { background: var(--navy); }
.product-card-action:hover { background: var(--navy-soft); }

@media (prefers-reduced-motion: reduce) {
  .product-card-quick,
  .product-card-action-arrow { transition: none; }
  .product-card:hover .product-card-quick,
  .product-card-link:focus-visible .product-card-quick { transform: none; }
}

.home-saving-band { background: var(--navy); }
.home-saving-band .eyebrow, .home-saving-options span { color: var(--butter); }
.home-saving-options > div { background: rgba(255,255,255,.04); }
.home-saving-options > div.is-highlighted { background: rgba(237,211,110,.13); }
.home-saving-options > div.is-highlighted strong { color: #fff7ce; }

.research { background: #f7eadf; }
.research-heading h2, .research-card h3 { color: var(--navy); }
.research-card { border-color: rgba(22,68,63,.12); box-shadow: 0 9px 28px rgba(22,68,63,.06); }
.research-sage { background: var(--sage); }
.research-lilac { background: var(--lilac); }
.research-sand { background: var(--butter); }
.research-blue { background: var(--blue); }
.research-card:hover { filter: saturate(1.11) brightness(1.015); box-shadow: 0 18px 38px rgba(22,68,63,.13); }

.standards { background: var(--navy); }
.standards .eyebrow, .standards-list li > span { color: var(--butter); }
.standards-intro > p:not(.eyebrow), .standards-list p { color: rgba(255,253,249,.7); }
.about { background: #edf3e8; }
.about-media, .about-page-image { background: var(--mint); }
.about-media::before, .about-page-image::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(150deg, rgba(143,213,206,.08), transparent 47%, rgba(22,68,63,.14)); }
.about-media > img, .about-page-image > img { filter: saturate(1.2) contrast(1.065) brightness(1.015); transform: scale(1.018); }
.about-image-label, .about-page-image > div { z-index: 2; background: rgba(255,253,249,.88); color: var(--navy); }
.about-copy h2, .about-page-copy h1 { color: var(--navy); }
.about-page-copy h1 span { color: #51736d; }
.about-page-hero { background: #f4eadf; }
.about-values article { background: #f2dfc8; }
.about-values article:nth-child(2) { background: var(--sage); }
.about-values article:nth-child(3) { background: var(--lilac); }
.about-values article:nth-child(4) { background: var(--blue); }
.about-process, .about-cta { background: var(--navy); }
.about-cta { color: #fffdf9; }
.about-cta .eyebrow { color: var(--butter); }
.about-cta .button-dark { border-color: #fffdf9; background: #fffdf9; color: var(--navy); }
.about-cta .button-dark:hover { border-color: #fffdf9; background: transparent; color: #fffdf9; }
.disclaimer { background: var(--sage); }
.disclaimer h2 { color: var(--navy); }

.policy-hero { background: linear-gradient(135deg, #f5e4d8 0%, #e8f2e5 100%); }
.policy-hero h1, .auren-page-heading h1, .auren-shop-heading h1 { color: var(--navy); }
.cookie-settings-panel { border-radius: 18px; background: var(--paper); }
.cookie-settings-save, .age-gate-enter { border-color: var(--navy); border-radius: 10px; background: var(--navy); }
.age-gate-enter:not(:disabled):hover { border-color: var(--navy); color: var(--navy); }
.age-gate-confirmation { background: #f2f6ed; }

footer { background: var(--navy); }
.footer-main { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 7vw; padding-bottom: 75px; }
.footer-primary > div:first-child p, .footer-brand p { color: rgba(255,253,249,.68); }
.footer-links h3, .footer-bottom { color: rgba(255,253,249,.54); }
.footer-bottom { border-top-color: rgba(255,255,255,.2); }

@media (max-width: 760px) {
  .campaign-background { object-position: 58% 50%; filter: saturate(1.2) contrast(1.06) brightness(1.015); }
  .campaign-copy-right .campaign-background { object-position: 42% 50%; }
  .campaign-slide::after { background: linear-gradient(180deg, rgba(255,253,249,.02), transparent 56%, rgba(143,213,206,.16)); }
  .product-visual .product-image { width: 114%; height: 114%; }
  .about-media > img, .about-page-image > img { transform: scale(1.01); }
  .footer-main { display: block; }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .footer-main { grid-template-columns: 1fr 2fr; }
  .footer-main .newsletter { grid-column: 1 / -1; max-width: 480px; }
}

/* Navigation and customer-support system — v2.0 */
.site-header { height: 86px; }
.site-header nav { align-self: stretch; }
.auren-menu { height: 100%; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(22px, 2.2vw, 35px); list-style: none; }
.auren-nav-item { height: 100%; position: relative; display: flex; align-items: center; }
.auren-nav-toggle,
.auren-top-link { min-height: 44px; padding: 0; position: relative; display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 11px; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }
.auren-top-link::after,
.auren-nav-toggle::after { content: ""; height: 2px; position: absolute; left: 0; right: 100%; bottom: 2px; background: var(--navy); transition: right .22s ease; }
.auren-top-link:hover::after,
.auren-top-link.nav-active::after,
.auren-nav-item.is-current .auren-nav-toggle::after,
.auren-nav-dropdown:focus-within .auren-nav-toggle::after { right: 0; }
.auren-nav-chevron { width: 6px; height: 6px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .22s ease; }
.auren-nav-dropdown.is-open .auren-nav-chevron,
.auren-nav-dropdown:hover .auren-nav-chevron,
.auren-nav-dropdown:focus-within .auren-nav-chevron { transform: translateY(3px) rotate(225deg); }
.auren-mega-menu { width: min(720px, calc(100vw - 44px)); padding: 12px; position: absolute; z-index: 60; top: calc(100% - 5px); left: 50%; display: grid; grid-template-columns: .82fr 1.18fr; gap: 12px; border: 1px solid rgba(22,68,63,.16); border-radius: 18px; background: rgba(255,253,249,.98); box-shadow: 0 28px 70px rgba(22,68,63,.17); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 9px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.auren-help-menu { width: min(650px, calc(100vw - 44px)); left: auto; right: -45px; grid-template-columns: 1.05fr .95fr; transform: translateY(9px); }
.auren-nav-dropdown:hover > .auren-mega-menu,
.auren-nav-dropdown:focus-within > .auren-mega-menu,
.auren-nav-dropdown.is-open > .auren-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.auren-nav-dropdown:hover > .auren-help-menu,
.auren-nav-dropdown:focus-within > .auren-help-menu,
.auren-nav-dropdown.is-open > .auren-help-menu { transform: translateY(0); }
.auren-mega-menu p { margin: 0 0 10px; color: #6d746d; font-size: 8px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.auren-menu-feature,
.auren-menu-links { padding: 20px; border-radius: 12px; }
.auren-menu-feature { background: linear-gradient(145deg, rgba(185,213,159,.52), rgba(143,213,206,.32)); }
.auren-menu-feature-help { background: linear-gradient(145deg, rgba(243,173,133,.38), rgba(237,211,110,.32)); }
.auren-menu-feature a { min-height: 74px; padding: 13px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 14px; align-content: center; border-top: 1px solid rgba(22,68,63,.18); }
.auren-menu-feature a::after,
.auren-menu-links a::after { display: none; }
.auren-menu-feature strong { display: block; color: var(--navy); font-size: 14px; font-weight: 680; letter-spacing: -.015em; text-transform: none; }
.auren-menu-feature span { margin-top: 3px; display: block; color: #59655f; font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.auren-menu-feature b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--navy); font-size: 15px; font-weight: 500; }
.auren-menu-links { background: #faf5ec; }
.auren-menu-links a { min-height: 52px; padding: 9px 0; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid rgba(22,68,63,.14); }
.auren-menu-links a span { color: var(--navy); font-size: 12px; font-weight: 670; letter-spacing: 0; line-height: 1.2; text-transform: none; }
.auren-menu-links a b { margin-top: 4px; overflow: hidden; color: #69706a; font-size: 8px; font-weight: 550; letter-spacing: .035em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.auren-menu-feature a:hover strong,
.auren-menu-links a:hover span { color: #287267; }
.auren-menu-mobile-account { display: none !important; }
.header-actions { gap: clamp(10px, 1.3vw, 20px); }
.account-button { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.account-button svg { width: 19px; height: 19px; }
.auren-cart-count { min-width: 21px; height: 21px; padding: 0 5px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; line-height: 1; }

.auren-support-page { background: var(--paper); }
.auren-support-breadcrumbs { min-height: 47px; padding: 0 var(--page-gutter); display: flex; align-items: center; gap: 10px; overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--cream); color: #72766f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.auren-support-breadcrumbs a:hover { color: var(--navy); }
.auren-support-hero { min-height: 410px; padding: 78px var(--page-gutter) 74px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 8vw; align-items: end; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #f5e2d5 0%, #eef3e7 58%, #dcedea 100%); }
.auren-support-hero h1 { max-width: 900px; margin: 0; color: var(--navy); font-size: clamp(60px, 6vw, 96px); font-weight: 560; line-height: .93; letter-spacing: -.067em; }
.auren-support-hero > p { max-width: 540px; margin: 0 0 7px; color: #52605b; font-size: 16px; line-height: 1.72; }
.auren-support-section { padding: clamp(76px, 8vw, 120px) var(--page-gutter); }
.auren-support-page .auren-section-heading { margin-bottom: clamp(48px, 6vw, 80px); }
.auren-support-page .auren-section-heading h2,
.auren-support-intro h2,
.auren-support-callout h2,
.auren-saving-copy h2 { max-width: 820px; margin: 0; color: var(--navy); font-size: clamp(45px, 4.7vw, 72px); font-weight: 550; line-height: .98; letter-spacing: -.055em; }
.auren-support-page .auren-section-heading > p,
.auren-support-intro > p { color: #626b65; line-height: 1.72; }
.auren-faq-layout,
.auren-form-layout { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(520px, 1.28fr); gap: clamp(60px, 9vw, 145px); align-items: start; }
.auren-support-intro { position: sticky; top: 118px; }
.auren-support-intro > p { max-width: 480px; margin: 26px 0 30px; font-size: 14px; }
.auren-faq-list { border-top: 1px solid var(--line); }
.auren-faq { border-bottom: 1px solid var(--line); }
.auren-faq summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); cursor: pointer; list-style: none; font-size: 16px; font-weight: 630; }
.auren-faq summary::-webkit-details-marker { display: none; }
.auren-faq summary span { display: flex; align-items: center; gap: 18px; }
.auren-faq summary small { color: #858a83; font-size: 9px; letter-spacing: .1em; }
.auren-faq summary b { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(22,68,63,.25); border-radius: 50%; font-size: 17px; font-weight: 400; transition: transform .2s ease, background .2s ease; }
.auren-faq[open] summary b { background: var(--navy); color: white; transform: rotate(45deg); }
.auren-faq > div { max-width: 710px; padding: 0 50px 29px 45px; color: #5b645e; font-size: 14px; line-height: 1.75; }
.auren-faq > div p { margin: 0; }
.auren-faq > div a { margin-top: 13px; display: inline-flex; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.auren-batch-controls { margin-bottom: 23px; padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 12px; border: 1px solid rgba(22,68,63,.14); border-radius: 15px; background: #f6f0e6; }
.auren-batch-controls label { display: flex; flex-direction: column; gap: 7px; color: #6b716c; font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.auren-batch-controls input,
.auren-batch-controls select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid rgba(22,68,63,.21); border-radius: 9px; outline: 0; background: var(--paper); color: var(--ink); font-size: 13px; }
.auren-batch-controls input:focus,
.auren-batch-controls select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(22,68,63,.1); }
.auren-batch-table { overflow: hidden; border: 1px solid rgba(22,68,63,.16); border-radius: 16px; }
.auren-batch-row { min-height: 80px; padding: 13px 20px; display: grid; grid-template-columns: minmax(220px, 1.2fr) minmax(150px, .65fr) minmax(165px, .75fr) minmax(135px, .55fr); gap: 20px; align-items: center; border-top: 1px solid var(--line); background: var(--paper); }
.auren-batch-row:nth-child(odd):not(.auren-batch-head) { background: #fbf6ed; }
.auren-batch-head { min-height: 45px; border-top: 0; background: var(--navy); color: #fffdf9; font-size: 8px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.auren-batch-row strong { color: var(--navy); font-size: 13px; font-weight: 660; }
.auren-batch-row small { display: block; color: #747973; font-size: 9px; font-weight: 600; line-height: 1.4; }
.auren-batch-row > span:first-child small { margin-top: 4px; letter-spacing: .06em; text-transform: uppercase; }
.auren-status { display: inline-flex; align-items: center; gap: 7px; color: #5b635d; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.auren-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #c19b56; box-shadow: 0 0 0 4px rgba(193,155,86,.13); }
.auren-status-report::before { background: #2f7659; box-shadow: 0 0 0 4px rgba(47,118,89,.13); }
.auren-status-pending::before { background: #9b9f99; box-shadow: 0 0 0 4px rgba(155,159,153,.13); }
.auren-report-link { display: inline-flex; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: 9px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.auren-batch-no-results,
.auren-empty-state { margin: 0; padding: 48px 24px; color: #68706a; text-align: center; }

.auren-support-callout { padding: clamp(65px, 7vw, 100px) var(--page-gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; background: var(--sage); }
.auren-support-callout > p { max-width: 670px; margin: 0; color: #3f504a; font-size: 15px; line-height: 1.75; }
.auren-support-callout > p a { border-bottom: 1px solid currentColor; font-weight: 700; }
.auren-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(22,68,63,.15); border-radius: 16px; background: rgba(22,68,63,.15); }
.auren-process-grid article { min-height: 280px; padding: 28px; background: #f8f2e8; }
.auren-process-grid article:nth-child(2) { background: #e9f2e3; }
.auren-process-grid article:nth-child(3) { background: #e5f2f0; }
.auren-process-grid article:nth-child(4) { background: #eee5f6; }
.auren-process-grid span { color: #6f786f; font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.auren-process-grid h3 { margin: 90px 0 13px; color: var(--navy); font-size: 20px; font-weight: 620; letter-spacing: -.025em; }
.auren-process-grid p { margin: 0; color: #5e665f; font-size: 12px; line-height: 1.7; }
.auren-delivery-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.auren-saving-page { padding: clamp(76px, 8vw, 120px) var(--page-gutter); display: grid; grid-template-columns: minmax(300px, .8fr) minmax(540px, 1.2fr); gap: clamp(55px, 9vw, 140px); align-items: center; background: var(--navy); color: #fffdf9; }
.auren-saving-copy h2 { color: #fffdf9; }
.auren-saving-copy > p:not(.eyebrow) { max-width: 570px; margin: 26px 0 34px; color: rgba(255,253,249,.7); line-height: 1.75; }
.auren-saving-copy .eyebrow { color: var(--butter); }
.auren-saving-tiers { overflow: hidden; border: 1px solid rgba(255,255,255,.23); border-radius: 18px; }
.auren-saving-tiers article { min-height: 145px; padding: 24px 28px; display: grid; grid-template-columns: 80px 1fr; align-content: center; gap: 8px 22px; border-top: 1px solid rgba(255,255,255,.2); }
.auren-saving-tiers article:first-child { border-top: 0; }
.auren-saving-tiers article.is-highlighted { background: rgba(237,211,110,.13); }
.auren-saving-tiers span { grid-row: 1 / 3; color: var(--butter); font-size: 10px; font-weight: 760; letter-spacing: .09em; }
.auren-saving-tiers strong { font-size: 28px; font-weight: 610; letter-spacing: -.04em; }
.auren-saving-tiers p { margin: 0; color: rgba(255,253,249,.66); font-size: 11px; }
.auren-savings-clarity .auren-process-grid { grid-template-columns: repeat(3, 1fr); }

.auren-form-card { padding: clamp(26px, 4vw, 48px); border: 1px solid rgba(22,68,63,.16); border-radius: 18px; background: #faf5ec; box-shadow: 0 18px 48px rgba(22,68,63,.08); }
.auren-contact-points { margin-top: 34px; border-top: 1px solid var(--line); }
.auren-contact-points a { min-height: 76px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.auren-contact-points strong { color: var(--navy); font-size: 13px; }
.auren-contact-points span { margin-top: 3px; color: #6b726d; font-size: 10px; }
.auren-form-notice { margin-bottom: 24px; padding: 15px 17px; border: 1px solid rgba(22,68,63,.18); border-radius: 9px; background: #e8f2e4; color: #275548; font-size: 12px; font-weight: 650; }
.auren-form-notice-error,
.auren-form-notice-missing,
.auren-form-notice-invalid { border-color: rgba(139,55,49,.2); background: #f7e5e1; color: #783d37; }
.auren-enquiry-form { display: flex; flex-direction: column; gap: 19px; }
.auren-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.auren-enquiry-form label:not(.auren-form-confirm):not(.auren-honeypot) { display: flex; flex-direction: column; gap: 7px; color: #687069; font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.auren-enquiry-form input,
.auren-enquiry-form select,
.auren-enquiry-form textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid rgba(22,68,63,.22); border-radius: 9px; outline: 0; background: var(--paper); color: var(--ink); font-size: 14px; text-transform: none; }
.auren-enquiry-form textarea { min-height: 160px; resize: vertical; }
.auren-enquiry-form input:focus,
.auren-enquiry-form select:focus,
.auren-enquiry-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(22,68,63,.1); }
.auren-form-confirm { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; color: #59615b; font-size: 11px; line-height: 1.5; }
.auren-form-confirm input { width: 18px; min-height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--navy); }
.auren-enquiry-form .button { align-self: flex-start; min-width: 180px; border-radius: 9px; }
.auren-form-footnote { margin: 0; color: #7b807b; font-size: 9px; line-height: 1.55; }
.auren-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }

.auren-best-sellers .woocommerce ul.products { margin-bottom: 0; }
.auren-support-next { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: var(--cream); }
.auren-support-next a { min-height: 145px; padding: 32px var(--page-gutter); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.auren-support-next a:first-child { border-left: 0; }
.auren-support-next small { color: #747b75; font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.auren-support-next strong { margin-top: 10px; color: var(--navy); font-size: 16px; font-weight: 650; }

/* WooCommerce account shell. */
.woocommerce-account .auren-woocommerce-main { padding: clamp(58px, 7vw, 100px) var(--page-gutter); }
.woocommerce-account .woocommerce { max-width: 1280px; margin: 0 auto; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 260px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #f7efe4; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { min-height: 48px; padding: 0 13px; display: flex; align-items: center; border-radius: 8px; color: var(--navy); font-size: 11px; font-weight: 680; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: var(--navy); color: white; }
.woocommerce-account .woocommerce-MyAccount-content { width: calc(100% - 310px); }

@media (max-width: 1180px) {
  .wordmark-text { font-size: 31px; }
  .auren-menu { gap: 20px; }
  .account-button span,
  .header-search-button span,
  .bag-button > span:not(.auren-cart-count) { display: none; }
}

@media (max-width: 980px) {
  .site-header { height: 68px; padding: 0 18px; grid-template-columns: 1fr auto auto; }
  .wordmark-text { font-size: 30px; }
  .menu-button { width: 40px; height: 40px; margin-right: 3px; display: grid; align-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-button span { width: 20px; height: 1.5px; display: block; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .site-header nav { max-height: calc(100svh - 68px); position: absolute; top: 68px; left: 0; right: 0; overflow-y: auto; padding: 10px 18px 34px; display: none; background: rgba(247,241,231,.99); border-bottom: 1px solid var(--line); box-shadow: 0 22px 42px rgba(22,68,63,.13); }
  .site-header nav.nav-open { display: block; }
  .auren-menu { height: auto; display: block; }
  .auren-nav-item { height: auto; display: block; border-bottom: 1px solid rgba(22,68,63,.14); }
  .auren-nav-toggle,
  .auren-top-link { width: 100%; min-height: 58px; justify-content: space-between; font-size: 12px; }
  .auren-top-link::after,
  .auren-nav-toggle::after { display: none; }
  .auren-nav-dropdown .auren-nav-toggle { color: #68706a; font-size: 9px; letter-spacing: .13em; }
  .auren-nav-dropdown .auren-nav-chevron { margin-right: 5px; }
  .auren-mega-menu,
  .auren-help-menu { width: 100%; padding: 0 0 15px; position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none !important; }
  .auren-nav-dropdown.is-collapsed .auren-mega-menu { display: none; }
  .auren-menu-feature,
  .auren-menu-links { padding: 15px; }
  .auren-menu-feature a { min-height: 66px; }
  .auren-menu-links a { min-height: 49px; }
  .auren-menu-mobile-account { display: grid !important; }
  .account-button { display: none; }
  .header-actions { gap: 6px; }
  .header-search-panel { max-height: calc(100svh - 68px); }
  .auren-support-intro { position: static; }
  .auren-faq-layout,
  .auren-form-layout { grid-template-columns: 1fr; gap: 60px; }
  .auren-process-grid { grid-template-columns: 1fr 1fr; }
  .auren-saving-page { grid-template-columns: 1fr; }
  .auren-support-callout { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  .announcement > span:not(.announcement-status) > span:nth-of-type(2),
  .announcement > span:not(.announcement-status) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .auren-mega-menu,
  .auren-help-menu { grid-template-columns: 1fr; }
  .auren-menu-feature,
  .auren-menu-links { border-radius: 12px; }
  .auren-menu-feature span,
  .auren-menu-links a b { font-size: 9px; }
  .auren-support-breadcrumbs { padding: 0 20px; }
  .auren-support-hero { min-height: 380px; padding: 60px 20px 62px; display: block; }
  .auren-support-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .auren-support-hero > p { margin-top: 34px; font-size: 14px; }
  .auren-support-section { padding: 72px 20px 82px; }
  .auren-support-page .auren-section-heading { display: block; }
  .auren-support-page .auren-section-heading h2,
  .auren-support-intro h2,
  .auren-support-callout h2,
  .auren-saving-copy h2 { font-size: 45px; }
  .auren-support-page .auren-section-heading > p { margin-top: 25px; }
  .auren-faq-layout,
  .auren-form-layout { gap: 54px; }
  .auren-faq summary { min-height: 76px; font-size: 14px; }
  .auren-faq summary span { gap: 11px; }
  .auren-faq > div { padding: 0 8px 26px 31px; font-size: 13px; }
  .auren-batch-controls { grid-template-columns: 1fr; }
  .auren-batch-table { border: 0; border-radius: 0; overflow: visible; }
  .auren-batch-head { display: none; }
  .auren-batch-row { margin-bottom: 12px; padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px 12px; border: 1px solid var(--line); border-radius: 13px; }
  .auren-batch-row > span { min-width: 0; }
  .auren-batch-row > span::before { content: attr(data-label); margin-bottom: 5px; display: block; color: #7b817b; font-size: 7px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
  .auren-support-callout { padding: 68px 20px 75px; }
  .auren-process-grid,
  .auren-savings-clarity .auren-process-grid { grid-template-columns: 1fr; }
  .auren-process-grid article { min-height: 210px; }
  .auren-process-grid h3 { margin-top: 52px; }
  .auren-delivery-actions { align-items: flex-start; flex-direction: column; }
  .auren-saving-page { padding: 72px 20px 82px; }
  .auren-saving-tiers article { min-height: 130px; grid-template-columns: 64px 1fr; }
  .auren-field-row { grid-template-columns: 1fr; }
  .auren-form-card { padding: 25px 18px; }
  .auren-enquiry-form .button { width: 100%; }
  .auren-support-next { grid-template-columns: 1fr; }
  .auren-support-next a { min-height: 105px; padding: 24px 20px; border-left: 0; border-top: 1px solid var(--line); }
  .auren-support-next a:first-child { border-top: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-content { margin-top: 35px; }
}

/* Balanced trust-led footer — v2.1 */
.site-footer { padding: 0; overflow: hidden; background: var(--navy); color: #fffdf9; }
.site-footer .footer-main { width: 100%; max-width: 1560px; margin: 0 auto; padding: 64px var(--page-gutter) 58px; display: grid; grid-template-columns: minmax(220px, .8fr) minmax(500px, 1.7fr) minmax(275px, .9fr); gap: clamp(40px, 5vw, 82px); align-items: start; }
.footer-brand { min-width: 0; }
.footer-wordmark { min-height: 35px; color: #fffdf9; font-size: 34px; font-weight: 760; letter-spacing: -.072em; }
.footer-brand > p { max-width: 295px; margin: 21px 0 15px; color: rgba(255,253,249,.69); font-size: 13px; line-height: 1.62; }
.footer-email { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid rgba(237,211,110,.7); color: var(--butter); font-size: 12px; font-weight: 640; }
.footer-email:hover { border-bottom-color: var(--butter); color: #fff2b0; }
.footer-company-reminder { max-width: 315px; margin-top: 28px; padding: 14px 15px; display: flex; flex-direction: column; gap: 6px; border: 1px dashed rgba(237,211,110,.55); border-radius: 12px; background: rgba(237,211,110,.095); color: rgba(255,253,249,.77); }
.footer-company-reminder strong { color: var(--butter); font-size: 9px; font-weight: 780; letter-spacing: .105em; text-transform: uppercase; }
.footer-company-reminder span { font-size: 10px; line-height: 1.55; }
.footer-company-reminder small { color: rgba(255,253,249,.46); font-size: 8px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }

.site-footer .footer-links { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(25px, 3vw, 50px); }
.footer-group { min-width: 0; border: 0; }
.footer-group summary { min-height: 25px; margin: 0 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(255,253,249,.53); cursor: default; list-style: none; font-size: 9px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.footer-group summary::-webkit-details-marker { display: none; }
.footer-group summary > span { display: none; }
.footer-group > div { display: flex; flex-direction: column; gap: 0; }
.site-footer .footer-group a { min-height: 38px; display: inline-flex; align-items: center; gap: 6px; color: rgba(255,253,249,.9); font-size: 12px; font-weight: 520; line-height: 1.35; transition: color .18s ease, transform .18s ease; }
.site-footer .footer-group a:hover { color: var(--butter); opacity: 1; transform: translateX(2px); }
.footer-external { color: var(--butter); font-size: 10px; }

.footer-payment { padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: linear-gradient(145deg, rgba(143,213,206,.16), rgba(255,253,249,.055)); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.footer-payment-heading { display: flex; align-items: center; gap: 12px; color: #fffdf9; }
.footer-bank-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--butter); }
.footer-bank-icon svg { width: 19px; height: 19px; }
.footer-payment-heading strong { font-size: 15px; font-weight: 660; letter-spacing: -.015em; }
.footer-fena { margin-top: 25px; display: flex; align-items: baseline; gap: 8px; }
.footer-fena span { color: rgba(255,253,249,.54); font-size: 9px; font-weight: 690; letter-spacing: .085em; text-transform: uppercase; }
.footer-fena b { color: #fffdf9; font-size: 28px; font-weight: 790; letter-spacing: -.065em; line-height: 1; }
.footer-payment > p { margin: 15px 0 20px; color: rgba(255,253,249,.68); font-size: 11px; line-height: 1.6; }
.footer-payment > a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid rgba(237,211,110,.58); color: var(--butter); font-size: 9px; font-weight: 780; letter-spacing: .085em; text-transform: uppercase; }
.footer-payment > a:hover { border-bottom-color: var(--butter); color: #fff2b0; }

.site-footer .footer-bottom { padding: 0; border-top: 1px solid rgba(255,255,255,.17); background: rgba(5,26,24,.14); color: rgba(255,253,249,.55); }
.footer-bottom-inner { width: 100%; max-width: 1560px; min-height: 66px; margin: 0 auto; padding: 14px var(--page-gutter); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.footer-copyright, .footer-market { font-size: 8px; font-weight: 680; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.footer-legal { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 27px); }
.footer-legal a, .footer-legal button { padding: 5px 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 8px; font-weight: 680; letter-spacing: .095em; line-height: 1.3; text-transform: uppercase; }
.footer-legal a:hover, .footer-legal button:hover { color: var(--butter); opacity: 1; }

@media (min-width: 761px) and (max-width: 1180px) {
  .site-footer .footer-main { grid-template-columns: minmax(210px, .65fr) minmax(480px, 1.35fr); }
  .footer-payment { grid-column: 1 / -1; padding: 21px 24px; display: grid; grid-template-columns: minmax(200px, .72fr) minmax(270px, 1fr) auto; column-gap: 28px; align-items: center; }
  .footer-payment-heading, .footer-fena { margin: 0; }
  .footer-payment > p { margin: 0; }
  .footer-payment > a { justify-self: end; white-space: nowrap; }
  .footer-bottom-inner { grid-template-columns: auto 1fr; }
  .footer-market { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 760px) {
  .site-footer .footer-main { padding: 51px 20px 42px; display: block; }
  .footer-brand > p { max-width: 330px; }
  .footer-company-reminder { max-width: none; margin-top: 24px; }
  .site-footer .footer-links { margin: 39px 0 33px; display: block; border-top: 1px solid rgba(255,255,255,.18); }
  .footer-group { border-bottom: 1px solid rgba(255,255,255,.18); }
  .footer-group summary { min-height: 58px; margin: 0; color: #fffdf9; cursor: pointer; font-size: 10px; }
  .footer-group summary > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--butter); font-size: 17px; font-weight: 350; transition: transform .2s ease, background .2s ease; }
  .footer-group[open] summary > span { background: rgba(237,211,110,.09); transform: rotate(45deg); }
  .footer-group > div { padding: 0 0 14px; }
  .site-footer .footer-group a { min-height: 43px; padding-left: 2px; font-size: 13px; }
  .footer-payment { padding: 22px; }
  .site-footer .footer-bottom { padding: 0 20px; }
  .footer-bottom-inner { min-height: 0; padding: 25px 0 27px; display: flex; align-items: flex-start; flex-direction: column; gap: 17px; }
  .footer-legal { justify-content: flex-start; flex-wrap: wrap; gap: 7px 18px; }
  .footer-legal a, .footer-legal button { min-height: 28px; display: inline-flex; align-items: center; font-size: 8px; }
  .footer-market { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .footer-group a, .footer-group summary > span { transition: none; }
}
