@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/marcellus-latin.woff2") format("woff2");
}

:root {
  --ivory: #f4f0e8;
  --paper: #fbfaf7;
  --white: #fff;
  --ink: #171513;
  --muted: #706b65;
  --line: rgba(23, 21, 19, .14);
  --gold: #aa8b55;
  --gold-soft: #d8c49a;
  --wine: #6f1f32;
  --blue: #1769aa;
  --black: #0c0b0a;
  --shadow: 0 24px 70px rgba(25, 18, 12, .12);
  --max: 1380px;
  --ease-luxury: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.65 Manrope, sans-serif; -webkit-font-smoothing: antialiased; }
body.cart-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(var(--max), calc(100% - 72px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section-tight { padding: 82px 0; }
.section-dark { color: #f8f3ea; background: var(--black); }
.section-wine { color: #fff; background: var(--wine); }
.kicker { display: inline-block; margin-bottom: 18px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.display { margin: 0; font: 400 clamp(46px, 6.5vw, 94px)/.98 Marcellus, serif; letter-spacing: -.04em; }
.title { margin: 0; font: 400 clamp(34px, 4vw, 60px)/1.08 Marcellus, serif; letter-spacing: -.025em; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.8; }
.section-dark .lead, .section-wine .lead { color: rgba(255,255,255,.68); }
.button { --button-hover: var(--ink); min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 28px; border: 1px solid var(--ink); background-color: transparent; background-image: linear-gradient(var(--button-hover), var(--button-hover)); background-repeat: no-repeat; background-position: right center; background-size: 0 100%; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0); transition: color .45s ease, border-color .45s ease, background-size .55s var(--ease-luxury), transform .28s var(--ease-luxury), box-shadow .45s ease; }
.button:hover { color: #fff; background-position: left center; background-size: 100% 100%; box-shadow: 0 14px 32px rgba(23,21,19,.13); transform: translate3d(var(--magnet-x, 0), calc(var(--magnet-y, 0) - 2px), 0); }
.button-dark { --button-hover: var(--wine); color: #fff; background-color: var(--ink); }
.button-gold { --button-hover: var(--wine); color: #fff; border-color: var(--gold); background-color: var(--gold); }
.button-light { --button-hover: var(--wine); color: var(--ink); border-color: #fff; background-color: #fff; }
.button-outline-light { --button-hover: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.65); }
.button-wide { width: 100%; }
.text-link { display: inline-block; border-bottom: 1px solid; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

[data-site-header] { position: sticky; z-index: 110; top: -34px; display: block; }
.announcement { position: relative; z-index: 102; padding: 9px 18px; color: #f8f3e9; background: var(--wine); text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.nav { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(251,250,247,.92); backdrop-filter: blur(20px); }
.nav-inner { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { color: var(--gold); font: 500 31px/1 Marcellus, serif; letter-spacing: .24em; }
.nav .wordmark { grid-column: 2; }
.nav-links { grid-column: 1; grid-row: 1; display: flex; gap: 28px; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.bag-button { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 8px; border: 0; background: transparent; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.bag-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.bag-button b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-size: 9px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: calc(100vh - 115px); overflow: hidden; background: #d7c8b3; isolation: isolate; }
.hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .72; background: radial-gradient(circle at var(--hero-x, 72%) var(--hero-y, 48%), rgba(255,247,226,.38), rgba(255,247,226,0) 28%); transition: opacity .8s ease; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(244,240,232,.94) 0%, rgba(244,240,232,.76) 34%, rgba(244,240,232,.08) 65%); }
.hero-content { position: relative; z-index: 2; min-height: calc(100vh - 115px); display: flex; align-items: center; }
.hero-copy { max-width: 650px; padding: 90px 0; }
.hero-copy .display { max-width: 620px; }
.hero-copy .lead { max-width: 570px; margin: 24px 0 0; color: #4f4943; }
.hero-proof { margin-top: 48px; display: flex; gap: 42px; }
.hero-proof div { padding-left: 14px; border-left: 1px solid var(--gold); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 400 25px Marcellus, serif; }
.hero-proof span { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.editorial-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.editorial-intro p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.global-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 36px; align-items: start; }
.global-copy { align-self: end; }
.global-copy .title { margin-bottom: 0; }
.global-copy-text { align-self: end; max-width: 620px; margin: 0 0 7px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 46px 28px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 400 clamp(34px, 4vw, 54px) Marcellus, serif; }
.stat span { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.duo-grid { margin-top: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.duo-card { position: relative; min-height: 650px; overflow: visible; background: transparent; border: 0; box-shadow: none; }
.duo-product-card { display: flex; flex-direction: column; }
.duo-product-stage { position: relative; flex: 1; min-height: 330px; display: flex; align-items: center; justify-content: center; padding: 16px 32px 0; }
.duo-product-stage::after { content: ""; position: absolute; left: 27%; right: 27%; bottom: 18px; height: 34px; border-radius: 50%; background: rgba(58,39,30,.2); filter: blur(24px); transform: translateX(18px); }
.duo-product-image { position: relative; z-index: 1; width: auto; height: auto; object-fit: contain; transition: transform .8s ease, filter .8s ease; filter: drop-shadow(22px 28px 22px rgba(45,31,24,.22)) drop-shadow(0 10px 12px rgba(45,31,24,.1)); }
.duo-product-card:hover .duo-product-image { transform: translateY(-7px); filter: drop-shadow(28px 34px 26px rgba(45,31,24,.26)) drop-shadow(0 12px 16px rgba(45,31,24,.12)); }
.duo-product-card-microbiome .duo-product-stage { gap: 0; }
.duo-product-card-microbiome .duo-product-front { width: 54%; max-width: 380px; }
.duo-product-card-nad .duo-product-front { width: 56%; max-width: 400px; }
.duo-card .duo-overlay { position: relative; z-index: 2; padding: 32px 50px 0; color: var(--ink); background: transparent; text-align: center; }
.duo-card h3 { max-width: 500px; margin: 0 auto 12px; font: 400 clamp(30px, 3vw, 46px)/1.08 Marcellus, serif; }
.duo-card p { max-width: 500px; margin: 0 auto 24px; color: var(--muted); }

.feature-split { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.feature-image { min-height: 650px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; background: var(--ivory); }
.feature-list { margin: 34px 0 0; display: grid; gap: 22px; }
.feature-list article { padding-top: 20px; border-top: 1px solid var(--line); }
.feature-list h3 { margin: 0 0 6px; font: 400 21px Marcellus, serif; }
.feature-list p { margin: 0; color: var(--muted); }

.timeline { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.timeline article { position: relative; padding: 34px 30px 0 0; }
.timeline article::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-soft); }
.timeline time { color: var(--gold-soft); font: 400 32px Marcellus, serif; }
.timeline h3 { margin: 12px 0 8px; font: 400 20px Marcellus, serif; }
.timeline p { color: rgba(255,255,255,.58); font-size: 13px; }

.brand-continuum { overflow: hidden; }
.brand-continuum-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 660px; background: var(--ivory); }
.brand-continuum-copy { position: relative; z-index: 2; padding: clamp(64px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.brand-continuum-copy .lead { max-width: 520px; margin: 26px 0 0; }
.brand-facts { margin-top: 54px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.brand-facts article { display: grid; grid-template-columns: 112px 1fr; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.brand-facts strong { color: var(--wine); font: 400 30px Marcellus, serif; }
.brand-facts span { max-width: 230px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.brand-life-visual { position: relative; min-width: 0; overflow: hidden; background: #e7c7c1; }
.brand-life-visual::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 24%; background: linear-gradient(90deg, var(--ivory), rgba(244,240,232,0)); pointer-events: none; }
.brand-life-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; transform: scale(1.015); }
.life-stage-rail { position: absolute; z-index: 2; right: 34px; bottom: 30px; left: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.72); }
.life-stage-rail span { padding: 16px 16px 0 0; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-shadow: 0 1px 12px rgba(44,22,20,.28); text-transform: uppercase; }

.science-experts .editorial-intro { align-items: end; }
.science-experts .editorial-intro p { color: rgba(255,255,255,.58); }
.expert-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.expert-card { display: grid; grid-template-columns: 42% 1fr; min-height: 330px; background: var(--black); }
.expert-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.9) contrast(1.02); }
.expert-card > div { padding: 36px 30px; display: flex; flex-direction: column; justify-content: flex-end; }
.expert-card span { color: var(--gold-soft); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.expert-card h3 { margin: 12px 0 10px; font: 400 27px/1.1 Marcellus, serif; }
.expert-card p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.patent-statement { margin-top: 1px; padding: 34px 0; display: grid; grid-template-columns: minmax(220px, .7fr) 1.3fr; gap: 40px; align-items: center; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.patent-statement strong { color: var(--gold-soft); font: 400 clamp(32px, 4vw, 54px) Marcellus, serif; }
.patent-statement span { max-width: 650px; color: rgba(255,255,255,.58); }

.science-production { overflow: hidden; }
.production-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.production-copy .lead { max-width: 560px; margin: 28px 0 0; }
.quality-list { margin-top: 48px; border-top: 1px solid var(--line); }
.quality-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.quality-list b { color: var(--gold); font: 400 18px Marcellus, serif; }
.quality-list h3 { margin: 0 0 4px; font: 400 20px Marcellus, serif; }
.quality-list p { margin: 0; color: var(--muted); font-size: 12px; }
.production-mosaic { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 650px; }
.production-mosaic figure { margin: 0; min-width: 0; overflow: hidden; background: var(--ivory); }
.production-mosaic .production-main { grid-row: 1 / 3; }
.production-mosaic img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); transition: transform .8s ease, filter .8s ease; }
.production-mosaic figure:hover img { transform: scale(1.025); filter: saturate(.96) contrast(1.04); }
.research-partners { margin-top: 70px; padding: 28px 0; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); gap: 24px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.research-partners span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.research-partners strong { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .04em; }

.science-recognition .editorial-intro p { color: rgba(255,255,255,.68); }
.recognition-index { margin-top: 70px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.recognition-index article { min-height: 310px; padding: 34px 24px 32px 0; border-right: 1px solid rgba(255,255,255,.18); }
.recognition-index article:not(:first-child) { padding-left: 24px; }
.recognition-index article:last-child { border-right: 0; }
.recognition-index span { color: var(--gold-soft); font: 400 18px Marcellus, serif; }
.recognition-index h3 { margin: 90px 0 12px; font: 400 25px/1.14 Marcellus, serif; }
.recognition-index p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; }

.cards-3 { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid var(--line); background: var(--white); transition: transform .65s var(--ease-luxury), border-color .5s ease, box-shadow .65s var(--ease-luxury); }
.info-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, var(--wine), var(--gold-soft)); transform: scaleX(0); transform-origin: right; transition: transform .7s var(--ease-luxury); }
.info-card:hover { border-color: rgba(170,139,85,.38); box-shadow: 0 28px 70px rgba(42,28,19,.09); transform: translateY(-7px); }
.info-card:hover::before { transform: scaleX(1); transform-origin: left; }
.info-card .number { color: var(--gold); font: 400 46px Marcellus, serif; }
.info-card h3 { margin: 18px 0 10px; font: 400 23px Marcellus, serif; }
.info-card p { margin: 0; color: var(--muted); }
.section-dark .info-card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.section-dark .info-card p { color: rgba(255,255,255,.58); }

.brandbook-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.brandbook-card { position: relative; overflow: visible; margin: 0; background: transparent; aspect-ratio: 16/9; }
.brandbook-card img { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 20px 32px rgba(58,39,30,.04)); }
.brandbook-card figcaption { position: absolute; right: 2px; bottom: -22px; padding: 0; color: var(--gold); background: transparent; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.quote-section { padding: 140px 0; text-align: center; }
.quote-section blockquote { max-width: 1000px; margin: 0 auto; font: 400 clamp(34px, 5vw, 68px)/1.18 Marcellus, serif; }
.quote-section cite { display: block; margin-top: 28px; color: var(--gold-soft); font-style: normal; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.product-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { min-width: 0; background: #fff; }
.product-card-media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ivory); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card-media-microbiome-beads,
.product-card-media-nad-gel { display: grid; place-items: center; background: radial-gradient(circle at 50% 44%, #fffdf4, #fefaee 58%, #fcf7e9); }
.product-card-media-microbiome-beads img,
.product-card-media-nad-gel img { object-fit: contain; box-sizing: border-box; filter: drop-shadow(14px 20px 20px rgba(47,34,26,.14)); }
.product-card-media-microbiome-beads img { padding: 58px 22px 54px; }
.product-card-media-nad-gel img { padding: 46px 8px 46px; }
.product-card:hover img { transform: scale(1.03); }
.badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: #fff; background: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card-body { padding: 23px 20px 26px; }
.product-card-body > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 54px; margin: 8px 0 5px; font: 400 21px/1.25 Marcellus, serif; }
.product-card p { min-height: 42px; margin: 0 0 16px; color: var(--muted); font-size: 12px; }
.product-card-row { display: flex; justify-content: space-between; align-items: center; }
.product-card-row strong { font: 400 18px Marcellus, serif; }

.page-hero { padding: 110px 0 80px; background: var(--ivory); }
.page-hero .lead { margin-bottom: 0; }
.product-detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: start; }
.gallery-main { aspect-ratio: 1/1; overflow: hidden; background: var(--ivory); }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.product-copy { position: sticky; top: 120px; padding-top: 25px; }
.product-copy h1 { margin: 0 0 8px; font: 400 clamp(40px, 4.5vw, 64px)/1.02 Marcellus, serif; }
.product-line { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-price { margin: 24px 0; font: 400 28px Marcellus, serif; }
.product-copy .summary { color: var(--muted); font-size: 17px; line-height: 1.8; }
.benefit-list { margin: 28px 0; padding: 0; list-style: none; }
.benefit-list li { padding: 13px 0; border-top: 1px solid var(--line); }
.buy-row { display: grid; grid-template-columns: 100px 1fr; gap: 10px; }
.buy-row select { width: 100%; border: 1px solid var(--line); background: #fff; text-align: center; }
.accordion { margin-top: 35px; border-top: 1px solid var(--line); }
.accordion details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; font-weight: 600; }
.accordion p { color: var(--muted); }

.checkout-layout { min-height: calc(100vh - 115px); display: grid; grid-template-columns: 1.04fr .96fr; background: #f7f8fa; }
.checkout-panel { padding: 62px max(50px, 7vw); }
.checkout-brand { display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px; }
.checkout-brand .wordmark { color: var(--ink); font-size: 25px; }
.secure { color: #66717c; font-size: 12px; }
.checkout-panel h1 { margin: 0 0 8px; font: 400 34px Marcellus, serif; }
.checkout-panel > p { color: #66717c; }
.payment-choice { margin: 30px 0; overflow: hidden; border: 1px solid #d6dbe0; border-radius: 12px; background: #fff; }
.payment-choice-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid #e5e8eb; }
.payment-mark { color: #0b4e8a; font-size: 21px; font-weight: 800; letter-spacing: -.05em; }
.payment-mark i { color: #159bd7; font-style: normal; }
.payment-details { padding: 22px; }
.payment-details strong, .payment-details span { display: block; }
.payment-details span { color: #66717c; font-size: 13px; }
.address-card { margin-top: 18px; padding: 20px; border: 1px solid #d6dbe0; border-radius: 12px; background: #fff; }
.address-card h3 { margin: 0 0 10px; font-size: 14px; }
.address-card p { margin: 0; color: #66717c; font-size: 13px; }
.pay-button { width: 100%; min-height: 54px; margin-top: 24px; border: 0; border-radius: 26px; color: #fff; background: var(--blue); font-size: 16px; font-weight: 700; box-shadow: 0 8px 20px rgba(23,105,170,.22); }
.payment-note { margin-top: 15px; color: #66717c; text-align: center; font-size: 11px; }
.order-panel { padding: 62px max(50px, 6vw); background: #fff; }
.order-panel h2 { margin: 0 0 28px; font: 400 25px Marcellus, serif; }
.checkout-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid #e5e8eb; }
.checkout-item img { width: 80px; height: 90px; object-fit: cover; background: var(--ivory); }
.checkout-item h3 { margin: 0; font-size: 13px; }
.checkout-item span { color: #66717c; font-size: 12px; }
.checkout-totals { margin-top: 24px; }
.checkout-totals div { display: flex; justify-content: space-between; padding: 8px 0; }
.checkout-totals .total { margin-top: 10px; padding-top: 18px; border-top: 1px solid #d6dbe0; font-size: 19px; font-weight: 700; }
.checkout-empty { padding: 80px 0; }

.success { min-height: 100vh; display: grid; place-items: center; padding: 60px 24px; background: var(--ivory); }
.success-card { width: min(760px, 100%); padding: 70px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.success-icon { width: 74px; height: 74px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-size: 28px; }
.success h1 { margin: 0; font: 400 48px Marcellus, serif; }
.success .order-number { margin: 12px 0 35px; color: var(--gold); letter-spacing: .1em; }
.success-summary { margin: 35px 0; padding: 25px; background: var(--ivory); text-align: left; }

.footer { padding: 90px 0 28px; color: rgba(255,255,255,.7); background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1.2fr; gap: 50px; }
.wordmark-light { color: var(--gold-soft); }
.footer p { font-size: 13px; }
.footer h4 { margin: 0 0 18px; color: #fff; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer a:not(.wordmark) { display: block; margin: 9px 0; font-size: 13px; }
.footer-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.4); }
.footer-form input { width: 100%; padding: 12px 0; border: 0; outline: 0; color: #fff; background: transparent; }
.footer-form button { border: 0; color: #fff; background: transparent; text-transform: uppercase; }
.footer-bottom { margin-top: 70px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.cart-shade { position: fixed; z-index: 199; inset: 0; opacity: 0; pointer-events: none; background: rgba(10,8,7,.46); transition: .3s; }
.cart-drawer { position: fixed; z-index: 200; top: 0; right: 0; width: min(470px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; transform: translateX(100%); transition: transform .35s ease; }
.cart-open .cart-shade { opacity: 1; pointer-events: auto; }
.cart-open .cart-drawer { transform: none; }
.cart-head { padding: 26px 28px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font: 400 27px Marcellus, serif; }
.cart-head .kicker { margin: 0 0 3px; }
.cart-head button { border: 0; background: none; font-size: 30px; }
.cart-items { flex: 1; overflow: auto; padding: 0 28px; }
.cart-item { display: grid; grid-template-columns: 105px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 105px; height: 125px; object-fit: cover; background: var(--ivory); }
.cart-item span { color: var(--gold); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.cart-item h3 { margin: 5px 0 0; font: 400 17px Marcellus, serif; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-item-row { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; }
.qty { display: inline-grid; grid-template-columns: 28px 28px 28px; border: 1px solid var(--line); }
.qty button { border: 0; background: transparent; }
.qty b { display: grid; place-items: center; font-size: 11px; }
.remove { margin-top: 12px; padding: 0; border: 0; border-bottom: 1px solid; background: transparent; font-size: 10px; }
.cart-summary { padding: 25px 28px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 13px; }
.cart-summary .grand-total { margin: 18px 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 17px; }
.cart-summary p { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.empty-cart { padding: 70px 0; text-align: center; }
.toast { position: fixed; z-index: 300; bottom: 26px; left: 50%; padding: 12px 20px; opacity: 0; pointer-events: none; color: #fff; background: var(--ink); transform: translate(-50%, 18px); transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .nav .wordmark { grid-column: 2; justify-self: center; }
  .menu-toggle { grid-column: 1; display: grid; gap: 6px; width: 40px; padding: 10px 0; border: 0; background: transparent; }
  .menu-toggle span { width: 24px; height: 1px; background: currentColor; }
  .nav-links { position: fixed; top: 114px; left: 0; width: 100%; height: calc(100vh - 114px); padding: 50px 36px; display: flex; flex-direction: column; gap: 24px; opacity: 0; pointer-events: none; background: var(--paper); transform: translateY(-10px); transition: .25s; font: 400 30px Marcellus, serif; }
  .menu-open .nav-links { opacity: 1; pointer-events: auto; transform: none; }
  .brand-continuum-grid { grid-template-columns: 1fr; }
  .brand-life-visual { min-height: 620px; }
  .brand-life-visual::before { display: none; }
  .expert-grid { grid-template-columns: 1fr; }
  .expert-card { grid-template-columns: 220px 1fr; }
  .production-layout { grid-template-columns: 1fr; }
  .research-partners { grid-template-columns: repeat(2, 1fr); }
  .research-partners span { grid-column: 1 / -1; }
  .recognition-index { grid-template-columns: repeat(2, 1fr); }
  .recognition-index article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-panel { order: -1; }
}

@media (max-width: 760px) {
  [data-site-header] { top: -31px; }
  .shell { width: min(var(--max), calc(100% - 34px)); }
  .section { padding: 82px 0; }
  .announcement { font-size: 8px; }
  .nav-inner { height: 70px; }
  .nav-links { top: 103px; height: calc(100vh - 103px); }
  .bag-button span { display: none; }
  .hero, .hero-content { min-height: 750px; }
  .hero > img { object-position: 61% center; }
  .hero::after { background: linear-gradient(90deg, rgba(244,240,232,.95), rgba(244,240,232,.66) 70%, rgba(244,240,232,.1)); }
  .hero-copy { padding: 70px 0 200px; }
  .hero-proof { gap: 18px; }
  .hero-proof strong { font-size: 20px; }
  .editorial-intro, .global-layout, .duo-grid, .feature-split, .product-detail { grid-template-columns: 1fr; gap: 36px; }
  .global-copy-text { margin: 0; }
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .duo-card { min-height: 500px; }
  .duo-product-stage { min-height: 300px; padding: 18px 20px 0; }
  .duo-product-card-microbiome .duo-product-front, .duo-product-card-nad .duo-product-front { width: 64%; max-width: 360px; }
  .duo-card .duo-overlay { padding: 30px; }
  .feature-copy { padding: 70px 26px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 30px; }
  .brand-continuum-copy { padding: 64px 28px; }
  .brand-life-visual { min-height: 470px; }
  .brand-life-visual img { object-position: 64% center; }
  .life-stage-rail { right: 20px; bottom: 22px; left: 20px; grid-template-columns: 1fr; gap: 8px; }
  .life-stage-rail span { padding-top: 8px; }
  .expert-card { grid-template-columns: 1fr; }
  .expert-card img { height: 340px; }
  .expert-card > div { min-height: 230px; }
  .patent-statement { grid-template-columns: 1fr; gap: 8px; }
  .production-mosaic { min-height: 560px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .production-mosaic .production-main { grid-column: 1 / -1; grid-row: 1; }
  .research-partners { grid-template-columns: 1fr; gap: 16px; }
  .research-partners span { grid-column: auto; }
  .recognition-index { grid-template-columns: 1fr; }
  .recognition-index article, .recognition-index article:not(:first-child) { min-height: 0; padding: 28px 0; border-right: 0; }
  .recognition-index h3 { margin: 34px 0 10px; }
  .cards-3, .brandbook-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card h3, .product-card p { min-height: 0; }
  .product-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .checkout-panel, .order-panel { padding: 42px 22px; }
  .success-card { padding: 50px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Editorial motion system */
.scroll-progress { position: fixed; z-index: 500; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--wine), var(--gold-soft)); box-shadow: 0 0 16px rgba(170,139,85,.38); transform: scaleX(var(--page-progress, 0)); transform-origin: left; }
.nav, .nav-inner { transition: height .55s var(--ease-luxury), background-color .45s ease, box-shadow .45s ease, border-color .45s ease; }
.is-scrolled .nav { border-color: rgba(23,21,19,.08); background: rgba(251,250,247,.965); box-shadow: 0 16px 44px rgba(35,24,18,.07); }
.is-scrolled .nav-inner { height: 72px; }
.nav-links > a, .nav-product-label > a { position: relative; }
.nav-links > a::after, .nav-product-label > a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.nav-links > a:hover::after, .nav-links > a:focus-visible::after, .nav-product-item:hover .nav-product-label > a::after, .nav-product-item:focus-within .nav-product-label > a::after { transform: scaleX(1); transform-origin: left; }
.nav-product-item { position: relative; }
.nav-product-label { display: flex; align-items: center; gap: 5px; }
.nav-product-toggle { width: 18px; height: 18px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.nav-product-toggle span { width: 5px; height: 5px; border-right: 1px solid; border-bottom: 1px solid; transform: translateY(-2px) rotate(45deg); transition: transform .35s ease; }
.product-mega { position: absolute; top: calc(100% + 34px); left: -30px; width: min(760px, calc(100vw - 72px)); padding: 38px; display: grid; grid-template-columns: 1.15fr .85fr 1.25fr; gap: 34px; visibility: hidden; opacity: 0; border: 1px solid rgba(23,21,19,.08); background: rgba(251,250,247,.98); box-shadow: 0 32px 80px rgba(32,22,17,.14); backdrop-filter: blur(24px); transform: translateY(-8px); transform-origin: top left; transition: opacity .3s ease, transform .45s cubic-bezier(.2,.75,.25,1), visibility 0s .45s; }
.nav-product-item:hover .product-mega, .nav-product-item:focus-within .product-mega, .nav-product-item.is-open .product-mega { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.product-mega::before { content: ""; position: absolute; top: -35px; right: 0; left: 0; height: 36px; }
.product-mega-intro { padding-right: 30px; border-right: 1px solid var(--line); }
.product-mega-intro .kicker { margin-bottom: 10px; }
.product-mega-intro strong { display: block; max-width: 230px; font: 400 25px/1.18 Marcellus, serif; }
.product-mega-intro .text-link { margin-top: 28px; }
.product-mega-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.product-mega-column > span { margin-bottom: 5px; color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-mega-column a { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.5; }
.product-mega-products { padding-left: 30px; border-left: 1px solid var(--line); }

.motion-enabled .hero > img { animation: hero-breathe 22s ease-in-out infinite alternate; }
.motion-enabled .timeline { position: relative; border-top-color: transparent; }
.motion-enabled .timeline::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.24); transform: scaleX(0); transform-origin: left; transition: transform 1.4s cubic-bezier(.2,.75,.25,1); }
.motion-enabled .timeline:has(.is-visible)::before { transform: scaleX(1); }
.section-dark, .section-wine { position: relative; overflow: hidden; }
.motion-enabled .section-dark::after, .motion-enabled .section-wine::after { content: ""; position: absolute; z-index: 0; width: 42vw; height: 42vw; max-width: 620px; max-height: 620px; top: -24%; right: -12%; pointer-events: none; border-radius: 50%; opacity: .16; background: radial-gradient(circle, rgba(216,196,154,.45), rgba(216,196,154,0) 68%); transform: translate3d(0, var(--glow-y, 0), 0); }
.section-dark > *, .section-wine > * { position: relative; z-index: 1; }

.motion-text { overflow: visible; }
.motion-line { display: block; overflow: hidden; margin-bottom: -.08em; padding-bottom: .08em; }
.motion-line-inner { display: inline-block; opacity: 0; filter: blur(5px); transform: translate3d(0, 112%, 0) rotate(1.5deg); transform-origin: left bottom; transition: opacity .5s ease, filter .9s ease, transform 1.05s var(--ease-luxury); transition-delay: calc(90ms + var(--line-order, 0) * 105ms); will-change: transform; }
.motion-text.is-visible .motion-line-inner { opacity: 1; filter: blur(0); transform: none; }

.motion-mask { position: relative; overflow: hidden; isolation: isolate; }
.motion-mask::after { content: ""; position: absolute; z-index: 4; inset: -1px; pointer-events: none; background: linear-gradient(100deg, var(--ivory), #e6d8c4); transform: scaleX(1); transform-origin: right; transition: transform 1.15s var(--ease-luxury); transition-delay: calc(80ms + var(--motion-order, 0) * 55ms); }
.motion-mask.is-visible::after { transform: scaleX(0); }
.section-dark .motion-mask::after { background: linear-gradient(100deg, #0c0b0a, #31241f); }

.product-card { transition: transform .55s cubic-bezier(.2,.75,.25,1), box-shadow .55s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 26px 65px rgba(43,28,19,.11); }
.product-card-media img { transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .7s ease; }
.product-card:hover img { transform: translate3d(var(--image-x, 0), calc(var(--image-y, 0) - 4px), 18px) scale(1.035); }
.product-card-body > * { transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.product-card:hover .product-card-body > * { transform: translateY(-2px); }
.duo-card { transition: transform .8s var(--ease-luxury); }
.duo-card:hover { transform: translateY(-8px); }
.duo-overlay .text-link { position: relative; }
.duo-overlay .text-link::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--gold); transform: scaleX(.28); transform-origin: left; transition: transform .65s var(--ease-luxury); }
.duo-card:hover .duo-overlay .text-link::after { transform: scaleX(1); }

.gallery-main { position: relative; transform-style: preserve-3d; }
.gallery-main::after, .product-card-media::after, .duo-product-stage::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255,255,255,.42), rgba(255,255,255,0) 42%); transition: opacity .5s ease; }
.gallery-main:hover::after, .product-card-media:hover::after, .duo-product-stage:hover::before { opacity: 1; }
.gallery-main img { transition: transform .8s cubic-bezier(.2,.75,.25,1), filter .8s ease; filter: drop-shadow(0 24px 28px rgba(47,34,26,.11)); transform: translate3d(var(--image-x, 0), var(--image-y, 0), 26px) scale(.96); }
.gallery-main:hover img { filter: drop-shadow(0 32px 35px rgba(47,34,26,.16)); transform: translate3d(var(--image-x, 0), calc(var(--image-y, 0) - 5px), 30px) scale(.985); }
.accordion details { overflow: clip; transition: background-color .35s ease; }
.accordion summary::marker { color: var(--gold); }
.accordion details[open] p { animation: accordion-enter .45s cubic-bezier(.2,.75,.25,1); }
.bag-button b { transition: transform .35s cubic-bezier(.2,.8,.2,1.4); }
.bag-button b.is-updated { animation: cart-count-pop .55s cubic-bezier(.2,.8,.2,1.4); }
.button.is-confirmed, .text-link.is-confirmed { color: #fff; border-color: var(--wine); background: var(--wine); transform: translateY(-1px) scale(.985); }
.product-card[id] { scroll-margin-top: 150px; }
.checkout-panel, .order-panel { animation: checkout-enter .75s cubic-bezier(.2,.75,.25,1) both; }
.order-panel { animation-delay: .1s; }

.motion-enabled [data-reveal], .motion-enabled [data-motion] { opacity: 0; transform: translate3d(0, 34px, 0); }
.motion-enabled [data-motion="group"] { opacity: 1; transform: none; }
.motion-ready { transition: opacity .75s ease, transform 1s var(--ease-luxury), clip-path 1.15s var(--ease-luxury); transition-delay: calc(var(--motion-order, 0) * 72ms); }
.motion-enabled [data-motion="media"] { clip-path: inset(5% 0 5% 0 round 2px); transform: translate3d(0, 22px, 0) scale(1.018); }
.motion-enabled [data-motion="card"] { transform: translate3d(0, 42px, 0) scale(.975); }
.motion-enabled [data-motion="count"] { transform: translate3d(0, 16px, 0); }
.motion-enabled [data-motion="text"] { transform: none; }
.motion-enabled [data-reveal].is-visible, .motion-enabled [data-motion].is-visible { opacity: 1; clip-path: inset(0 0 0 0); transform: none; }
.motion-tilt { transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transform-style: preserve-3d; transition: transform .75s var(--ease-luxury); will-change: transform; }
.motion-tilt.is-interacting { transition: none; }
[data-parallax], .hero > img, .brand-life-visual img, .production-mosaic img { translate: 0 var(--parallax-y, 0); will-change: translate; }
.page-leaving main, .page-leaving .footer { opacity: 0; filter: blur(3px); transform: translateY(-10px) scale(.997); transition: opacity .28s ease, filter .28s ease, transform .32s var(--ease-luxury); }
.page-ready .nav { animation: nav-enter .75s cubic-bezier(.2,.75,.25,1) both; }

@keyframes hero-breathe {
  from { transform: scale(1.018) translate3d(-.3%, 0, 0); }
  to { transform: scale(1.072) translate3d(.35%, -.35%, 0); }
}
@keyframes nav-enter {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: none; }
}
@keyframes accordion-enter {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
@keyframes cart-count-pop {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.34); }
}
@keyframes checkout-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .nav-links { overflow-y: auto; }
  .nav-product-item { width: 100%; }
  .nav-product-label { justify-content: space-between; }
  .nav-product-toggle { width: 38px; height: 38px; }
  .product-mega { position: static; width: 100%; max-height: 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 0 28px; visibility: visible; opacity: 1; overflow: hidden; border: 0; box-shadow: none; background: transparent; backdrop-filter: none; transform: none; transition: max-height .6s cubic-bezier(.2,.75,.25,1), padding .6s ease, margin .6s ease; }
  .nav-product-item.is-open .product-mega { max-height: 620px; margin-top: 18px; padding: 24px 0 12px; border-top: 1px solid var(--line); }
  .nav-product-item.is-open .nav-product-toggle span { transform: translateY(2px) rotate(225deg); }
  .product-mega-intro { display: none; }
  .product-mega-column, .product-mega-products { padding: 0; border: 0; gap: 10px; }
  .product-mega-column > span { font: 700 10px Manrope, sans-serif; }
  .product-mega-column a { font: 500 13px/1.5 Manrope, sans-serif; }
}

@media (max-width: 760px) {
  .motion-enabled .hero > img { animation-duration: 24s; }
  .motion-tilt { transform: none !important; }
  .is-scrolled .nav-inner { height: 68px; }
  .motion-line-inner { filter: none; transition-duration: .75s; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-motion] { opacity: 1; clip-path: none; transform: none; }
  [data-parallax], .hero > img, .brand-life-visual img, .production-mosaic img { translate: none; }
  .motion-line-inner { opacity: 1; filter: none; transform: none; }
  .motion-mask::after, .scroll-progress { display: none; }
}
