:root {
  --ink: #241711;
  --ink-soft: #44352e;
  --paper: #fbf6ed;
  --cream: #f1e3ce;
  --orange: #f04b18;
  --orange-deep: #b92f09;
  --lavender: #cab9e8;
  --lavender-soft: #eee8f8;
  --mint: #c8d9c4;
  --white: #fffdf9;
  --line: rgba(36, 23, 17, .17);
  --muted: #74665d;
  --display: Georgia, 'Times New Roman', serif;
  --utility: Arial, Helvetica, sans-serif;
  --max: 1500px;
  --header: 78px;
  --shadow: 0 24px 70px rgba(44, 25, 16, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--utility);
  line-height: 1.5;
}
body.drawer-open, body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
a { color: inherit; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 14px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid #7862b5; outline-offset: 3px; }

.review-ribbon {
  position: relative;
  z-index: 32;
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 18px;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}
.review-ribbon button {
  min-height: 28px;
  border: 1px solid rgba(255,255,255,.45);
  background: transparent;
  color: inherit;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-shell { width: min(100%, var(--max)); margin: 0 auto; background: var(--paper); box-shadow: 0 0 0 1px rgba(36,23,17,.06); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: var(--header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(18px, 3.3vw, 52px);
  background: rgba(251,246,237,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled { box-shadow: 0 12px 32px rgba(36,23,17,.08); }
.wordmark {
  justify-self: start;
  border: 0;
  background: none;
  padding: 11px 0;
  color: var(--ink);
  font: 700 24px/.88 var(--display);
  letter-spacing: -.075em;
  text-align: left;
}
.wordmark small {
  display: block;
  margin-top: 7px;
  font: 800 7px/1.1 var(--utility);
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 2vw, 30px); }
.primary-nav button,
.header-action,
.footer-link {
  min-height: 44px;
  border: 0;
  background: none;
  color: inherit;
  padding: 10px 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.primary-nav button { position: relative; }
.primary-nav button::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform .22s ease;
}
.primary-nav button:hover::after,
.primary-nav button[aria-current='page']::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.header-action { display: inline-flex; align-items: center; gap: 7px; }
.bag-count { display: grid; place-items: center; min-width: 21px; height: 21px; border-radius: 50%; background: var(--orange); color: white; font-size: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 22px; }

main { min-height: 74vh; }
.page { display: none; }
.page.active { display: block; animation: page-in .45s ease both; }
.section { padding: clamp(72px, 9vw, 140px) clamp(22px, 5.5vw, 88px); }
.section.cream { background: var(--cream); }
.section.dark { background: var(--ink); color: var(--paper); }
.section.orange { background: var(--orange); }
.section.orange .eyebrow { color: var(--ink); }
.section.lavender { background: var(--lavender-soft); }
.section-head { max-width: 850px; margin-bottom: clamp(38px, 6vw, 74px); }
.section-head.row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-head.row p:last-child { max-width: 430px; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.dark .eyebrow { color: #ff906a; }
h1, h2, h3, h4 { margin-top: 0; font-family: var(--display); letter-spacing: -.06em; line-height: .95; text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(56px, 8.8vw, 138px); }
h2 { margin-bottom: 22px; font-size: clamp(40px, 5.4vw, 78px); }
h3 { margin-bottom: 14px; font-size: clamp(25px, 2.6vw, 39px); }
h4 { margin-bottom: 10px; font-size: 24px; }
.lede { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.dark .lede { color: rgba(251,246,237,.7); }
.body-copy { color: var(--muted); line-height: 1.75; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  padding: 0 23px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-deep); border-color: var(--orange-deep); }
.button.outline { background: transparent; color: var(--ink); }
.button.outline:hover { color: white; }
.dark .button.outline { border-color: var(--paper); color: var(--paper); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  color: inherit;
  padding: 8px 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero {
  min-height: min(790px, calc(100vh - 116px));
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  background: var(--orange);
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 120px) clamp(24px, 6vw, 92px); }
.hero-copy::before { content: '✦'; position: absolute; top: 10%; right: 7%; color: rgba(36,23,17,.16); font-size: clamp(70px, 10vw, 170px); transform: rotate(12deg); }
.hero-copy .eyebrow { color: var(--ink); }
.hero-copy .lede { color: rgba(36,23,17,.73); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-media { position: relative; min-height: 520px; overflow: hidden; background: #d83f10; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 80% center; display: block; transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
.hero:hover .hero-media img { transform: scale(1.025); }
.media-caption { position: absolute; right: 17px; bottom: 17px; padding: 8px 10px; background: rgba(36,23,17,.82); color: white; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ticker { display: flex; overflow: hidden; border-block: 1px solid var(--line); background: var(--white); white-space: nowrap; }
.ticker-track { display: flex; min-width: max-content; animation: ticker 26s linear infinite; }
.ticker span { padding: 17px 28px; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.ticker b { color: var(--orange); margin-right: 28px; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6.5vw, 104px); align-items: center; }
.editorial-frame { aspect-ratio: 16 / 11; min-height: 0; overflow: hidden; background: #dbcab5; box-shadow: var(--shadow); }
.editorial-frame img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; object-position: 72% center; }
.fact-stack { margin-top: 34px; border-top: 1px solid var(--line); }
.fact-row { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.fact-row b { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fact-row span { color: var(--muted); }

.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(251,246,237,.22); }
.how-card { min-height: 260px; padding: 34px 28px 22px 0; border-right: 1px solid rgba(251,246,237,.22); }
.how-card + .how-card { padding-left: 28px; }
.how-card:last-child { border-right: 0; }
.step-num { display: block; margin-bottom: 54px; color: var(--orange); font: 700 52px/1 var(--display); }
.how-card p { max-width: 300px; color: rgba(251,246,237,.65); }

.campaign-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2px; background: var(--ink); }
.campaign-grid figure { position: relative; min-height: 560px; margin: 0; overflow: hidden; }
.campaign-grid img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 70% center; }
.campaign-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 5vw, 74px); background: var(--lavender); }
.campaign-copy h2 { font-size: clamp(44px, 4.8vw, 70px); }
.campaign-copy .eyebrow { color: var(--ink); }

.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); }
.feature-card { min-height: 300px; padding: clamp(28px, 4vw, 52px); background: var(--paper); }
.feature-card p { color: var(--muted); }
.feature-card .icon { display: block; margin-bottom: 66px; color: var(--orange); font: 700 42px/1 var(--display); }

.wide-image { position: relative; min-height: 570px; overflow: hidden; }
.wide-image img { width: 100%; height: 100%; min-height: 570px; display: block; object-fit: cover; }
.wide-image .overlay-card { position: absolute; left: clamp(20px, 6vw, 90px); bottom: clamp(20px, 7vw, 88px); max-width: 540px; padding: clamp(28px, 4vw, 54px); background: rgba(251,246,237,.94); box-shadow: var(--shadow); }

.closing-banner { position: relative; min-height: 470px; overflow: hidden; background: var(--lavender-soft); }
.closing-banner img { width: 100%; min-height: 470px; object-fit: cover; display: block; }
.closing-banner-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; max-width: 670px; padding: clamp(42px, 7vw, 100px); }

.page-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 500px; background: var(--ink); color: var(--paper); }
.page-hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 9vw, 130px) clamp(24px, 6vw, 90px); }
.page-hero-copy .lede { color: rgba(251,246,237,.68); }
.page-hero-media { min-width: 0; min-height: 430px; overflow: hidden; background: var(--orange); }
.page-hero-media img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; }

.product-top { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: start; }
.product-gallery { display: grid; grid-template-columns: 82px 1fr; gap: 14px; padding: clamp(24px, 4.5vw, 70px); background: var(--cream); }
.gallery-thumbs { display: grid; align-content: start; gap: 10px; }
.gallery-thumb { aspect-ratio: 1; border: 1px solid transparent; background: var(--white); padding: 0; overflow: hidden; }
.gallery-thumb[aria-current='true'] { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-stage { position: sticky; top: calc(var(--header) + 20px); min-height: 650px; display: grid; place-items: center; overflow: hidden; background: var(--white); }
.gallery-stage img { width: 100%; height: 100%; min-height: 650px; object-fit: contain; display: block; }
.product-panel { padding: clamp(50px, 7vw, 108px) clamp(24px, 6vw, 88px); }
.product-panel h1 { font-size: clamp(62px, 7vw, 108px); }
.product-kicker { color: var(--orange-deep); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.price { margin: 28px 0 4px; font: 700 clamp(39px, 4vw, 58px)/1 var(--display); letter-spacing: -.06em; }
.price-note { color: var(--muted); font-size: 12px; }
.buy-row { display: grid; grid-template-columns: 124px 1fr; gap: 10px; margin: 30px 0 20px; }
.quantity { display: flex; align-items: center; justify-content: space-around; border: 1px solid var(--line); }
.quantity button { width: 44px; height: 50px; border: 0; background: transparent; }
.microcopy { color: var(--muted); font-size: 12px; line-height: 1.6; }
.purchase-facts { margin-top: 27px; border-top: 1px solid var(--line); }
.purchase-fact { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.purchase-fact b { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.fact-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); }
.fact-badge { min-height: 112px; display: flex; align-items: center; justify-content: center; padding: 24px; background: var(--paper); text-align: center; }
.fact-badge span { font-size: 10px; font-weight: 900; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 130px); align-items: center; }
.product-cutout { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; background: var(--orange); }
.product-cutout::before { content: ''; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: var(--lavender); }
.product-cutout img { position: relative; z-index: 1; width: min(76%, 520px); filter: drop-shadow(0 32px 35px rgba(36,23,17,.2)); }

.infographic-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--line); }
.infographic-card { display: grid; grid-template-rows: 1fr auto; background: var(--white); }
.infographic-card img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.infographic-card div { padding: 25px; color: var(--ink); }
.infographic-card p { margin: 0; color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 240px; padding: 28px 24px 20px 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 24px; }
.process-step:last-child { border-right: 0; }
.process-step b { display: block; margin-bottom: 50px; color: var(--orange); font: 700 42px/1 var(--display); }
.process-step p { color: var(--muted); }

.ingredient-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: var(--line); }
.ingredient { min-height: 260px; padding: 36px; background: var(--lavender-soft); }
.ingredient h3 { font-size: clamp(22px, 2.1vw, 32px); }
.ingredient span { display: block; margin-bottom: 55px; color: var(--orange-deep); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ingredient p { color: var(--muted); }
.guardrail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 48px; background: rgba(251,246,237,.2); }
.guardrail-card { min-height: 220px; padding: 30px; background: var(--ink); }
.guardrail-card span { display: block; margin-bottom: 55px; color: #ff906a; font: 700 38px/1 var(--display); }
.guardrail-card p { margin: 0; color: rgba(251,246,237,.72); }

.skin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--ink); }
.skin-card { margin: 0; background: var(--paper); }
.skin-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.skin-card figcaption { padding: 28px; }
.skin-card p { margin: 0; color: var(--muted); }

.accordion { max-width: 1000px; border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-button { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 0; background: transparent; color: var(--ink); padding: 18px 0; text-align: left; font-weight: 800; }
.accordion-button span:last-child { color: var(--orange); font: 700 26px/1 var(--display); }
.accordion-panel { display: none; max-width: 760px; padding: 0 0 26px; color: var(--muted); line-height: 1.75; }
.accordion-panel.open { display: block; }

.founder-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(42px, 10vw, 150px); align-items: start; }
.founder-placeholder { min-height: 450px; display: flex; flex-direction: column; justify-content: end; padding: clamp(35px, 6vw, 80px); background: var(--lavender); }
.founder-placeholder .mark { margin-bottom: auto; font: 700 86px/1 var(--display); }
.founder-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 70px; background: var(--line); }
.founder-story { min-height: 350px; padding: clamp(32px, 5vw, 68px); background: var(--paper); }
.founder-story p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 10vw, 150px); }
.contact-form { display: grid; gap: 18px; }
.contact-form label, .review-field label { display: grid; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .review-field textarea, .review-field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 12px 14px;
}
.contact-form textarea, .review-field textarea { min-height: 140px; resize: vertical; }
.form-message { min-height: 24px; color: var(--orange-deep); font-size: 13px; }
.policy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); }
.policy-card { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: var(--paper); }
.policy-card p { color: var(--muted); }
.policy-body { max-width: 850px; }
.policy-body p, .policy-body li { color: var(--muted); line-height: 1.75; }
.policy-status { margin: 34px 0; padding: 18px; border-left: 4px solid var(--orange); background: var(--white); color: var(--orange-deep); font-size: 13px; }

.decision-anchor { position: relative; }
.decision-chip {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 14px;
  display: none;
  min-height: 31px;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: #2b2151;
  color: white;
  padding: 6px 10px;
  box-shadow: 0 8px 24px rgba(36,23,17,.25);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.review-mode .decision-chip { display: inline-flex; }
body.review-mode .decision-anchor { box-shadow: inset 0 0 0 2px rgba(120,98,181,.55); }

.review-drawer {
  position: fixed;
  z-index: 60;
  inset: 0 0 0 auto;
  width: min(100%, 520px);
  display: flex;
  flex-direction: column;
  background: #f7f3ff;
  color: var(--ink);
  box-shadow: -24px 0 70px rgba(36,23,17,.26);
  transform: translateX(104%);
  transition: transform .36s cubic-bezier(.16,1,.3,1);
}
.review-drawer.open { transform: translateX(0); }
.review-head { padding: 24px 24px 18px; border-bottom: 1px solid rgba(43,33,81,.18); background: #2b2151; color: white; }
.review-head-row { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.review-head h2 { margin: 0 0 8px; font-size: 36px; letter-spacing: -.05em; }
.review-head p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.review-close { flex: 0 0 auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); background: transparent; color: white; font-size: 22px; }
.review-progress { margin-top: 18px; }
.review-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.16); }
.review-progress-bar { height: 100%; width: 0; background: #b9f1a8; transition: width .25s ease; }
.review-progress-text { display: block; margin-top: 8px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 14px 18px; border-bottom: 1px solid rgba(43,33,81,.14); }
.review-controls select, .review-controls input { min-height: 42px; border: 1px solid rgba(43,33,81,.2); background: white; color: var(--ink); padding: 9px 10px; font-size: 12px; }
.review-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; padding: 0 18px 14px; border-bottom: 1px solid rgba(43,33,81,.14); }
.review-actions button, .library-link {
  min-height: 40px;
  border: 1px solid #2b2151;
  background: transparent;
  color: #2b2151;
  padding: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.review-list { flex: 1; overflow: auto; padding: 14px 18px 40px; }
.review-card { margin-bottom: 12px; border: 1px solid rgba(43,33,81,.16); background: white; box-shadow: 0 7px 20px rgba(43,33,81,.06); }
.review-card-head { padding: 15px 15px 12px; }
.review-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #6b5d91; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.review-card h3 { margin: 11px 0 7px; font-family: var(--utility); font-size: 14px; letter-spacing: 0; line-height: 1.35; }
.review-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.review-card details { border-top: 1px solid rgba(43,33,81,.12); }
.review-card summary { min-height: 40px; display: flex; align-items: center; padding: 9px 15px; color: #574779; font-size: 10px; font-weight: 800; cursor: pointer; }
.review-fields { display: grid; gap: 12px; padding: 0 15px 15px; }
.review-field textarea { min-height: 82px; }
.review-empty { padding: 30px 20px; color: var(--muted); text-align: center; }
.review-backdrop { position: fixed; z-index: 55; inset: 0; border: 0; background: rgba(36,23,17,.42); opacity: 0; pointer-events: none; transition: opacity .25s; }
.review-backdrop.open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  z-index: 60;
  inset: 0 0 0 auto;
  width: min(100%, 440px);
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -24px 0 70px rgba(36,23,17,.24);
  transform: translateX(104%);
  transition: transform .34s cubic-bezier(.16,1,.3,1);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 38px; }
.cart-close { width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; font-size: 22px; }
.cart-body { flex: 1; overflow: auto; padding: 24px; }
.cart-empty { color: var(--muted); }
.cart-line { display: grid; grid-template-columns: 82px 1fr auto; gap: 13px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-line img { width: 82px; height: 105px; object-fit: contain; background: white; }
.cart-line h3 { margin: 0 0 7px; font-size: 21px; }
.cart-line p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-remove { align-self: start; border: 0; background: none; padding: 4px; color: var(--orange-deep); font-size: 10px; font-weight: 900; text-decoration: underline; text-transform: uppercase; }
.cart-foot { padding: 20px 24px 28px; border-top: 1px solid var(--line); }
.cart-foot p { color: var(--muted); font-size: 12px; }
.cart-foot .button { width: 100%; }
.cart-backdrop { position: fixed; z-index: 55; inset: 0; border: 0; background: rgba(36,23,17,.4); opacity: 0; pointer-events: none; transition: opacity .25s; }
.cart-backdrop.open { opacity: 1; pointer-events: auto; }

.toast { position: fixed; z-index: 90; right: 18px; bottom: 18px; max-width: 360px; padding: 15px 18px; background: var(--ink); color: white; box-shadow: var(--shadow); opacity: 0; transform: translateY(14px); pointer-events: none; transition: .22s; }
.toast.show { opacity: 1; transform: translateY(0); }

footer { padding: 64px clamp(22px, 5.5vw, 88px) 26px; background: var(--ink); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 52px; border-bottom: 1px solid rgba(251,246,237,.18); }
.footer-copy { max-width: 420px; color: rgba(251,246,237,.62); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 25px; }
.footer-link { color: var(--paper); text-align: left; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; color: rgba(251,246,237,.5); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

@keyframes page-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    max-height: calc(100dvh - var(--header));
    overflow-y: auto;
    padding: 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px rgba(36,23,17,.12);
  }
  .primary-nav.open { display: grid; }
  .primary-nav button { width: 100%; text-align: left; font-size: 12px; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .header-action.review-open-label { display: none; }
  .hero, .page-hero, .product-top { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { min-height: 590px; order: -1; }
  .product-gallery { grid-template-columns: 70px 1fr; }
  .gallery-stage { position: static; min-height: 560px; }
  .gallery-stage img { min-height: 560px; }
  .intro-grid, .story-grid, .founder-intro, .contact-grid { grid-template-columns: 1fr; }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-grid figure { min-height: 460px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(n+4) { border-top: 1px solid var(--line); }
  .policy-grid { grid-template-columns: 1fr 1fr; }
  .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-badges, .guardrail-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --header: 68px; }
  .review-ribbon { justify-content: space-between; text-align: left; }
  .review-ribbon span { max-width: 220px; }
  .review-ribbon button, .review-actions button, .library-link { min-height: 44px; }
  .site-header { padding: 0 17px; }
  .wordmark { font-size: 21px; }
  .header-action .bag-label { display: none; }
  .section { padding: 68px 20px; }
  .section-head.row { display: block; }
  h1 { font-size: clamp(52px, 17vw, 80px); }
  .page-hero h1 { font-size: clamp(45px, 14.5vw, 68px); }
  h2 { font-size: clamp(39px, 12vw, 58px); }
  .policy-body h2 { font-size: clamp(34px, 9.5vw, 42px); }
  .contact-form input, .contact-form textarea, .review-controls select, .review-controls input, .review-field textarea, .review-field select { font-size: 16px; }
  .hero-copy { padding: 58px 21px 64px; }
  .hero-media { min-height: 500px; }
  .hero-media img { object-position: 72% center; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .editorial-frame { aspect-ratio: 4 / 3; min-height: 0; }
  .editorial-frame img { min-height: 0; object-position: 76% center; }
  .fact-row { grid-template-columns: 88px 1fr; }
  .how-grid, .feature-cards, .ingredient-grid, .infographic-pair, .skin-grid, .founder-stories { grid-template-columns: 1fr; }
  .ingredient { min-height: 0; padding: 30px 28px; }
  .ingredient span { margin-bottom: 30px; }
  .how-card, .how-card + .how-card { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(251,246,237,.22); }
  .step-num { margin-bottom: 24px; }
  .campaign-grid figure { min-height: 320px; }
  .campaign-grid img { object-position: 70% center; }
  .wide-image { min-height: 0; display: flex; flex-direction: column; overflow: visible; background: var(--lavender-soft); }
  .wide-image img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; object-position: 70% center; }
  .wide-image .overlay-card { position: relative; inset: auto; z-index: 1; max-width: none; margin: -38px 20px 0; }
  .closing-banner { min-height: 0; display: flex; flex-direction: column; overflow: hidden; }
  .closing-banner img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; object-position: 68% center; }
  .closing-banner-content { position: relative; inset: auto; max-width: none; justify-content: center; padding: 38px 22px 42px; background: var(--paper); }
  .page-hero-copy { padding: 70px 21px; }
  .page-hero-media { min-height: 0; aspect-ratio: 4 / 3; }
  .page-hero-media img { min-height: 0; object-position: center; }
  .product-gallery { grid-template-columns: 1fr; padding: 18px; }
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); order: 2; }
  .gallery-stage, .gallery-stage img { min-height: 430px; }
  .product-panel { padding: 60px 21px 76px; }
  .buy-row { grid-template-columns: 108px 1fr; }
  .product-cutout { min-height: 480px; }
  .infographic-card img { min-height: 400px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: auto; padding: 25px 0; border-right: 0; border-top: 0; border-bottom: 1px solid var(--line); }
  .process-step b { margin-bottom: 18px; }
  .policy-grid { grid-template-columns: 1fr; }
  .fact-badges, .guardrail-grid { grid-template-columns: 1fr 1fr; }
  .fact-badge { min-height: 92px; padding: 18px 12px; }
  .guardrail-card { min-height: 180px; padding: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; }
  .review-drawer { width: 100%; }
  .review-controls, .review-actions { grid-template-columns: 1fr; }
  .cart-remove { min-width: 44px; min-height: 44px; }
  .review-list, .cart-foot { padding-bottom: max(28px, env(safe-area-inset-bottom)); }
  .toast { left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); max-width: none; }
}

@media (max-width: 360px) {
  .wordmark small { font-size: 6px; letter-spacing: .12em; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
