/* ============================================================
   PUPPROPER — main.css
   Brand standards v3 locked
   Reference: brand/07-brand-standards-LOCKED-v3.md
   ============================================================ */

/* ---------- Reset + Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Söhne', 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: #1A1A1A;
  background: #F2EBDD;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ---------- Brand Color Tokens ---------- */
:root {
  --ink: #1A1A1A;
  --ink-muted: #6b6359;
  --cream: #F2EBDD;
  --cream-warm: #efe9df;    /* tonal alt for chapter shifts */
  --amber: #A4632F;
  --ochre: #C8956D;
  --coral: #FF6F61;         /* Resurrection Dry Wash — PMS 178 C */
  --sage: #6CC24A;          /* Confession Stain Remedy — PMS 360 C */
  --mustard: #F2A900;       /* Hours Between Walks — PMS 130 C */
  --periwinkle: #9DA8C7;    /* The Long Goodbye — PMS 658 C */
  --terracotta: #D2693E;    /* Vespers — PMS 7416 C */
  --white: #FFFFFF;

  /* Delta 10 — type scale (Anatta editorial DTC reference, 2026-05-27) */
  --fs-h1: clamp(44px, 5vw, 64px);
  --fs-h2: clamp(28px, 3vw, 40px);
  --fs-h3: clamp(22px, 2vw, 26px);
  --fs-eyebrow: 12px;
  --fs-body: 17px;
  --fs-lede: clamp(18px, 1.4vw, 21px);
  --fs-micro: 13px;

  --lh-display: 1.08;
  --lh-h2: 1.18;
  --lh-body: 1.6;

  --tracking-eyebrow: 0.14em;

  /* Delta 21 — spacing scale, tightened.
     Previous values topped out at 112px and created 224px gaps between every section.
     Anatta sweet spot is 64-96px on standard PDP sections. */
  --section-pad-y: clamp(48px, 5vw, 80px);
  --section-pad-y-lg: clamp(72px, 7vw, 112px);
  --section-pad-y-sm: clamp(36px, 4vw, 56px);
  --gap-eyebrow-h2: 18px;
  --gap-h2-lede: 22px;
  --gap-block: 40px;

  /* Delta 10 — layout */
  --container-max: 1440px;
  --container-pad: clamp(24px, 4vw, 64px);
  --text-max: 620px;
}

/* ---------- Typography System ---------- */
.wordmark {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Visby CF', 'Inter', sans-serif;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 0.95;
  text-transform: uppercase;
}
.display {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Visby CF', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: var(--lh-display);
  /* Delta 10: dropped text-transform: uppercase — reads CPG, not apothecary.
     Use sentence case in HTML. Mono caps reserved for eyebrows. */
}
.headline {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.body { font-size: 17px; line-height: 1.55; }
.body-lg { font-size: 20px; line-height: 1.5; }
.mono {
  font-family: 'Söhne Mono', 'GT America Mono', 'Menlo', monospace;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
}
.script {
  font-family: 'Söhne', 'Inter', sans-serif;
  font-style: italic;
  font-weight: 400;
}

/* ---------- Layout primitives (Delta 10 — Anatta editorial baseline) ---------- */
.container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }
.container-sm { width: 100%; max-width: 880px; margin: 0 auto; padding: 0 var(--container-pad); }
.container-text { width: 100%; max-width: var(--text-max); margin: 0 auto; padding: 0 var(--container-pad); }
.section { padding: var(--section-pad-y) 0; }
.section-lg { padding: var(--section-pad-y-lg) 0; }
.section--manifesto { padding: var(--section-pad-y) 0; /* Delta 23: no longer adds extra padding — was creating 250px section-to-section gaps */ }
.section-sm, .section--tight { padding: var(--section-pad-y-sm) 0; }

/* .editorial-stack — multiple manifesto blocks inside ONE section, separated by a hairline.
   Delta 24: removed flex gap (was stacking with block padding-top creating 200px gaps).
   Now: only the inter-block padding does the separating. ~96px total between blocks. */
.editorial-stack { display: block; }
.editorial-stack__block + .editorial-stack__block {
  margin-top: clamp(40px, 4vw, 56px);
  padding-top: clamp(40px, 4vw, 56px);
  border-top: 1px solid rgba(26, 26, 26, 0.10);
}
.section--canvas { background: var(--cream); }
.section--tonal { background: var(--cream-warm); }
.section--deep { background: var(--ink); color: var(--cream); }

/* Editorial section heading rhythm — sentence case, left-aligned default */
.section__lede { color: var(--ink); opacity: 0.82; }
.section--deep .section__lede { color: var(--cream); opacity: 0.78; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(242, 235, 221, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 96px;
  padding: 8px 0;
}
.site-header__logo {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
/* Delta 26 — L15 lockup wired into header (iter-02) — UPDATED Delta 29: height tuned for full lockup readability */
.site-header__logo-img {
  height: 88px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .site-header__logo-img { height: 64px; }
}
@media (max-width: 480px) {
  .site-header__logo-img { height: 52px; }
}
/* Visually-hidden helper — keeps the PUPPROPER wordmark for SEO/accessibility */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.site-nav { display: flex; gap: 32px; align-items: center; }
.site-nav a {
  font-size: 14px; font-weight: 500;
  position: relative;
  transition: opacity .2s ease;
}
.site-nav a:hover { opacity: 0.6; }
.site-nav__cart {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 18px;
  background: var(--ink); color: var(--cream);
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  transition: opacity .2s ease;
}
.site-nav__cart:hover { opacity: 0.85; }
@media (max-width: 768px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.site-nav__cart) { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  background: var(--coral);
  color: var(--ink);
  padding: 120px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero__title {
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  /* Delta 10: dropped 96px → 64px max. Editorial register over CPG punch. */
}
.hero__eyebrow {
  margin-bottom: var(--gap-eyebrow-h2);
  color: var(--ink);
  opacity: 0.68;
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
}
.hero__lede {
  margin-top: var(--gap-h2-lede);
  font-size: var(--fs-lede);
  line-height: 1.5;
  max-width: 480px;
  opacity: 0.85;
}
.hero__cta-row {
  display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap;
}
.hero__bottle { text-align: center; }
.hero__bottle img {
  max-height: 620px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 35px 50px rgba(0,0,0,0.18));
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 32px; text-align: left; }
  .hero__bottle img { max-height: 480px; }
}

/* Variant heroes for SKU PDPs */
.hero--coral { background: var(--coral); }
.hero--sage { background: var(--sage); }
.hero--mustard { background: var(--mustard); }
.hero--cream { background: var(--cream); }
.hero--ink { background: var(--ink); color: var(--cream); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px;
  font-family: inherit; font-size: 14px; font-weight: 600;
  letter-spacing: 0.02em; text-transform: uppercase;
  border: 2px solid var(--ink); background: var(--ink); color: var(--cream);
  border-radius: 999px;
  cursor: pointer; transition: all .2s ease;
}
.btn:hover { opacity: 0.88; transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--cream); }
.btn--dark { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--dark:hover { background: var(--cream); color: var(--ink); }
.btn--lg { padding: 20px 36px; font-size: 15px; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Section eyebrow + title combos (Delta 10) ---------- */
.section__eyebrow {
  display: inline-block;
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  margin: 0 0 var(--gap-eyebrow-h2) 0;
  color: var(--ink);
  opacity: 0.62;
}
.section--deep .section__eyebrow { color: var(--cream); opacity: 0.62; }
.section__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  max-width: 22ch;
}
.section__lede {
  max-width: var(--text-max);
  margin-top: var(--gap-h2-lede);
  font-size: var(--fs-lede);
  line-height: 1.55;
}
.section__center {
  text-align: center;
}
/* When the parent says text-center, the title BLOCK must also center (not just its text) */
.text-center .section__title,
.section__center .section__title {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.text-center .section__lede,
.section__center .section__lede {
  margin-left: auto;
  margin-right: auto;
}
/* Centered section heading blocks need centered child paragraphs/body too */
.text-center > p, .text-center > .section__lede { margin-left: auto; margin-right: auto; }

/* ---------- SKU Cards Grid ---------- */
.sku-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.sku-card {
  display: flex; flex-direction: column;
  border-radius: 24px;
  padding: 40px 36px 36px;
  color: var(--ink);
  transition: transform .25s ease;
}
.sku-card:hover { transform: translateY(-4px); }
.sku-card--coral { background: var(--coral); }
.sku-card--sage { background: var(--sage); }
.sku-card--cream { background: var(--cream); border: 1px solid rgba(26,26,26,0.08); }
.sku-card__image {
  margin: -8px auto 24px;
  max-height: 360px;
  width: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
}
.sku-card__name { font-size: 28px; margin-bottom: 10px; }
.sku-card__sku { margin-bottom: 14px; }
.sku-card__copy { font-size: 15px; line-height: 1.5; margin-bottom: 28px; opacity: 0.85; }
.sku-card__row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto;
}
.sku-card__price { font-size: 22px; font-weight: 700; }
.sku-card .btn { padding: 12px 22px; font-size: 13px; }
@media (max-width: 768px) {
  .sku-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ---------- Value Props Strip ---------- */
.values {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 3vw, 48px);
  padding: 20px 0 0 0;
  /* Delta 21: padding-top 32 → 20. Lede already has 22px gap to H2 above it; same applies below. */
}
.value { text-align: center; }
.value__title {
  font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.value__copy { font-size: 15px; line-height: 1.55; opacity: 0.78; max-width: 32ch; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) {
  .values { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* ---------- Comparison Table ---------- */
.compare {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  background: var(--cream);
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 16px;
  overflow: hidden;
}
.compare th, .compare td {
  padding: 22px 28px;
  text-align: left;
  border-bottom: 1px solid rgba(26,26,26,0.08);
  font-size: 15px;
}
.compare thead th {
  background: var(--ink); color: var(--cream);
  font-weight: 700; font-size: 14px; letter-spacing: 0.02em; text-transform: uppercase;
}
.compare tbody td:first-child { font-weight: 600; }
.compare .yes::before { content: "✓"; color: var(--ink); font-weight: 800; margin-right: 6px; }
.compare .no { opacity: 0.5; }
.compare .no::before { content: "×"; margin-right: 6px; font-weight: 800; }
.compare__highlight { background: rgba(255,111,97,0.12); }

/* ---------- Editorial Image Block ---------- */
.editorial-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.editorial-block--reverse .editorial-block__copy { order: 2; }
.editorial-block__image img { border-radius: 16px; }
.editorial-block__copy h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); margin-bottom: 20px; }
.editorial-block__copy p { font-size: 17px; line-height: 1.6; opacity: 0.85; }
.editorial-block__copy p + p { margin-top: 14px; }
@media (max-width: 900px) {
  .editorial-block { grid-template-columns: 1fr; gap: 32px; }
  .editorial-block--reverse .editorial-block__copy { order: 0; }
}

/* ---------- Full Bleed Image ---------- */
.bleed-image { width: 100%; }
.bleed-image img { width: 100%; height: clamp(360px, 60vh, 720px); object-fit: cover; display: block; }

/* ---------- Press Strip ---------- */
.press {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; align-items: center;
  padding: 32px 0;
}
.press__logo {
  font-family: 'Söhne Breit', 'Inter Tight', 'Inter', sans-serif;
  font-weight: 800; letter-spacing: -0.01em;
  font-size: 22px; text-align: center; opacity: 0.45;
}
@media (max-width: 768px) { .press { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

/* ---------- PDP-specific ---------- */
.pdp {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  padding: 64px 0 96px;
}
.pdp__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.pdp__gallery img { border-radius: 12px; aspect-ratio: 3 / 4; object-fit: cover; }
.pdp__gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 1 / 1; }
.pdp__info { position: sticky; top: 96px; align-self: start; }
.pdp__breadcrumb { margin-bottom: 22px; }
.pdp__name { font-size: var(--fs-h1); line-height: var(--lh-display); margin-bottom: 12px; }
.pdp__sub { font-size: 18px; opacity: 0.7; margin-bottom: 32px; line-height: 1.5; }
.pdp__price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 28px; }
.pdp__price { font-size: 32px; font-weight: 800; }
.pdp__size { font-size: 14px; opacity: 0.65; letter-spacing: 0.02em; text-transform: uppercase; }
.pdp__purchase { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.pdp__detail { margin-top: 36px; padding-top: 36px; border-top: 1px solid rgba(26,26,26,0.1); }
.pdp__detail-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 14px; }
.pdp__detail-body { font-size: 15px; line-height: 1.55; opacity: 0.85; }
.pdp__list { list-style: disc; padding-left: 20px; margin-top: 8px; }
.pdp__list li { margin-bottom: 6px; font-size: 15px; line-height: 1.5; opacity: 0.85; }
.pdp__ingredients { font-style: italic; font-size: 14px; line-height: 1.6; opacity: 0.75; }

@media (max-width: 900px) {
  .pdp { grid-template-columns: 1fr; gap: 48px; padding: 32px 0 64px; }
  .pdp__info { position: static; }
}

/* ---------- Pain points strip ---------- */
.pain-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.pain-card {
  padding: 32px;
  background: var(--cream);
  border-radius: 16px;
  border: 1px solid rgba(26,26,26,0.06);
}
.pain-card__num {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--coral);
}
.pain-card__quote {
  font-size: 18px; line-height: 1.5; margin-bottom: 18px; font-weight: 500;
}
.pain-card__source { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.55; margin-bottom: 18px; }
.pain-card__answer { font-size: 14px; line-height: 1.55; opacity: 0.85; border-top: 1px solid rgba(26,26,26,0.1); padding-top: 18px; }
.pain-card__answer strong { font-weight: 700; }
@media (max-width: 900px) { .pain-points { grid-template-columns: 1fr; gap: 20px; } }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink); color: var(--cream);
  padding: 80px 0 32px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.site-footer__brand { max-width: 360px; }
.site-footer__logo {
  font-family: 'Söhne Breit', 'Inter Tight', 'Inter', sans-serif;
  font-weight: 900; font-size: 28px; letter-spacing: -0.015em; text-transform: uppercase;
  margin-bottom: 14px;
}
.site-footer__lede { font-size: 14px; line-height: 1.6; opacity: 0.65; margin-bottom: 24px; }
.site-footer__col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; opacity: 0.5; }
.site-footer__col ul li { margin-bottom: 10px; }
.site-footer__col a { font-size: 14px; opacity: 0.85; transition: opacity .2s ease; }
.site-footer__col a:hover { opacity: 1; }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 32px; border-top: 1px solid rgba(242,235,221,0.1); font-size: 12px; opacity: 0.55; }
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* ---------- Delta 14 — missing CSS for HTML classes used without definitions ---------- */

/* .card-grid — used on ingredient transparency blocks. Defaults to 2-up; --3up modifier for 3 columns. */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 3vw, 48px) clamp(40px, 5vw, 72px);
  margin-top: 56px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.card-grid--3up { grid-template-columns: repeat(3, 1fr); max-width: 1100px; }
@media (max-width: 768px) {
  .card-grid, .card-grid--3up { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; }
}

/* .card — editorial block. Top hairline + restrained padding (default for ingredient-list usage). */
.card {
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 26, 0.14);
}
.card h3 { margin: 0 0 8px 0; }
.card p { margin: 0; }
.card p + p { margin-top: 8px; }
.card .mono { display: block; }

/* .card--filled — saturated card variant (bundle page coral/sage/cream cards). Drops hairline, adds proper padding. */
.card[style*="background"] {
  padding: 36px 32px;
  border-top: none;
  border-radius: 4px;
}

/* .bleed-image / .bleed-video — full-bleed video container. */
.bleed-image {
  width: 100%;
  overflow: hidden;
  background: var(--cream);
}
.bleed-video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 720px;
  object-fit: cover;
}
.bleed-video--wide { max-height: 540px; aspect-ratio: 21 / 9; object-fit: cover; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.text-coral { color: var(--coral); }
.text-sage { color: var(--sage); }
.bg-coral { background: var(--coral); }
.bg-sage { background: var(--sage); }
.bg-cream { background: var(--cream); }
.bg-ink { background: var(--ink); color: var(--cream); }
.mt-sm { margin-top: 16px; } .mt-md { margin-top: 32px; } .mt-lg { margin-top: 64px; }
.mb-sm { margin-bottom: 16px; } .mb-md { margin-bottom: 32px; } .mb-lg { margin-bottom: 64px; }

/* ---------- Fade-in on Scroll ---------- */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- FAQ Accordion ---------- */
.faq-list { display: flex; flex-direction: column; gap: 4px; }
.faq-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  padding: 22px 4px;
  cursor: pointer;
  transition: background 0.18s;
}
.faq-item:first-child { border-top: 1px solid rgba(26, 26, 26, 0.12); }
.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  padding-right: 40px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Söhne Mono', 'JetBrains Mono', monospace;
  font-size: 22px;
  font-weight: 400;
  opacity: 0.55;
  transition: transform 0.2s, opacity 0.2s;
}
.faq-item[open] summary::after { content: "−"; opacity: 1; }
.faq-item[open] summary { color: var(--coral); }
.faq-item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.85;
  max-width: 720px;
}


/* ============================================================
   MOBILE OPTIMIZATION — refinement passes
   ============================================================ */

/* Tighter hero on small screens */
@media (max-width: 640px) {
  .hero { padding: 56px 0 48px; }
  .hero__title { font-size: clamp(36px, 10vw, 56px); }
  .hero__lede { font-size: 16px; }
  .hero__cta-row .btn { width: 100%; justify-content: center; }
  .hero__bottle img { max-height: 380px; }
  .hero__eyebrow { font-size: 10px; }
}

/* Section spacing tightens on mobile */
@media (max-width: 640px) {
  .section { padding: 48px 0; }
  .section__title { font-size: clamp(28px, 7vw, 40px); }
  .section__lede { font-size: 15px; line-height: 1.55; }
  .editorial-block__copy h2 { font-size: clamp(26px, 6.5vw, 36px); }
}

/* Mobile nav — hide secondary links but keep cart */
@media (max-width: 768px) {
  .site-header__inner { height: 60px; }
  .site-header__logo { font-size: 18px; }
  .site-nav { gap: 12px; }
  .site-nav__cart { padding: 8px 14px; font-size: 12px; }
}

/* Comparison table — make it horizontally scrollable on tiny screens */
@media (max-width: 640px) {
  .compare {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 13px;
  }
  .compare thead, .compare tbody, .compare tr { display: table; width: 100%; }
  .compare th, .compare td { padding: 14px 12px; font-size: 12px; white-space: normal; }
}

/* SKU cards stack cleanly */
@media (max-width: 640px) {
  .sku-card { padding: 28px 22px 22px; border-radius: 18px; }
  .sku-card__image { max-height: 260px; }
  .sku-card__name { font-size: 24px; }
  .sku-card__price { font-size: 20px; }
}

/* PDP gallery scales down */
@media (max-width: 640px) {
  .pdp { gap: 32px; padding: 24px 0 48px; }
  .pdp__gallery { gap: 12px; }
  .pdp__name { font-size: clamp(28px, 7vw, 40px); }
  .pdp__price { font-size: 26px; }
  .pdp__sub { font-size: 16px; }
  .pdp__detail { padding-top: 28px; margin-top: 28px; }
  .pdp__detail-title { font-size: 12px; }
}

/* Footer mobile spacing */
@media (max-width: 640px) {
  .site-footer { padding: 56px 0 24px; }
  .site-footer__grid { gap: 28px; margin-bottom: 32px; }
  .site-footer__bottom { flex-direction: column; gap: 8px; font-size: 11px; }
}

/* FAQ touch targets — bigger tap area on mobile */
@media (max-width: 640px) {
  .faq-item { padding: 18px 4px; }
  .faq-item summary { font-size: 17px; padding-right: 36px; }
  .faq-item p { font-size: 15px; }
}

/* Pain points stack with breathing room */
@media (max-width: 640px) {
  .pain-points { margin-top: 32px; gap: 16px; }
  .pain-card { padding: 24px 22px; border-radius: 12px; }
  .pain-card__quote { font-size: 16px; }
  .pain-card__answer { font-size: 13px; }
}

/* Hero variant — about page cream hero */
@media (max-width: 640px) {
  .hero--cream .hero__title { font-size: clamp(34px, 9vw, 56px) !important; }
}

/* Container padding tighter on mobile */
@media (max-width: 480px) {
  .container, .container-sm { padding: 0 16px; }
}

/* Bundle floating cross-sell card */
.bundle-promo {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background: linear-gradient(135deg, var(--coral) 0%, var(--sage) 100%);
  border-radius: 20px;
  overflow: hidden;
  margin: 32px 0;
}
.bundle-promo__image { background: var(--cream-2, var(--cream)); position: relative; }
.bundle-promo__image img { width: 100%; height: 100%; object-fit: cover; }
.bundle-promo__copy { padding: 36px 36px 32px; color: var(--ink); }
.bundle-promo__eyebrow { font-family: 'Söhne Mono','JetBrains Mono',monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.7; margin-bottom: 10px; }
.bundle-promo__title { font-family: 'Söhne Breit','Inter Tight','Inter',sans-serif; font-weight: 800; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; margin-bottom: 12px; }
.bundle-promo__copy p { font-size: 15px; line-height: 1.55; opacity: 0.85; margin-bottom: 18px; }
.bundle-promo__price { display: inline-flex; align-items: baseline; gap: 8px; margin-bottom: 18px; }
.bundle-promo__price .save { font-size: 14px; opacity: 0.7; text-decoration: line-through; }
.bundle-promo__price .now { font-size: 22px; font-weight: 700; }
@media (max-width: 768px) {
  .bundle-promo { grid-template-columns: 1fr; }
  .bundle-promo__image { aspect-ratio: 5 / 3; }
  .bundle-promo__copy { padding: 28px 24px 26px; }
}

/* Delta 6 (2026-05-27) — mobile-scrollable comparison table */
.compare-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 48px;
  border: 1px solid rgba(26,26,26,0.1);
  background: var(--cream);
}
.compare-wrapper .compare {
  margin-top: 0;
  border: none;
  min-width: 720px;        /* forces horizontal scroll on phones; readable on desktop */
}
/* Delta 17 — mobile-stacked comparison.
   On phones the side-by-side table reads as a misaligned color quilt.
   At <768px, transform table into stacked cards: each row = a feature block
   with Confession (highlighted) and the alternative below it. No horizontal scroll. */
@media (max-width: 767px) {
  .compare-wrapper {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: 32px;
  }
  .compare-wrapper::after { display: none; }
  .compare-wrapper .compare {
    min-width: 0;
    display: block;
  }
  .compare thead { display: none; }
  .compare tbody, .compare tbody tr, .compare tbody td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .compare tbody tr {
    margin-bottom: 20px;
    padding: 20px;
    background: var(--cream);
    border: 1px solid rgba(26, 26, 26, 0.10);
    border-radius: 4px;
  }
  .compare tbody tr td:first-child {
    font-family: 'JetBrains Mono', 'Söhne Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.62;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .compare tbody tr td.compare__highlight {
    background: rgba(255, 111, 97, 0.10);
    padding: 12px 14px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .compare tbody tr td.compare__highlight::before {
    content: "Confession · ";
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.6;
    font-weight: 500;
    margin-right: 4px;
  }
  .compare tbody tr td.no {
    padding: 12px 14px;
    font-size: 15px;
    opacity: 0.7;
  }
  .compare tbody tr td.no::before {
    content: "Mass-market · ";
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.55;
    font-weight: 500;
    margin-right: 4px;
  }
}



/* Delta 7 v2 (2026-05-27) — "Bottle transcribed" PDP section.
   Three-card editorial document. Matches .pain-card pattern (works in same page).
   Cream cards on the page, brand-color chip + hairlines, ink-black type.
   Aesop / L:A Bruket register — proper grid, generous padding, readable body type. */
.label-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.label-doc {
  background: var(--cream);
  color: var(--ink);
  padding: 40px 36px;
  border: 1px solid rgba(26, 26, 26, 0.10);
  border-radius: 16px;
  position: relative;
}
.label-doc--coral { border-top: 4px solid var(--coral); }
.label-doc--sage  { border-top: 4px solid var(--sage); }

.label-doc__chip {
  display: inline-block;
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
  color: var(--ink);
}
.label-doc--coral .label-doc__chip { background: rgba(255, 111, 97, 0.18); }
.label-doc--sage  .label-doc__chip { background: rgba(108, 194, 74, 0.20); }

.label-doc__section {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.50;
  margin-bottom: 26px;
}
.label-doc h3,
.label-doc h4 { color: var(--ink); }
.label-doc p { color: var(--ink); }

.label-doc__brand {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -0.005em;
  margin-bottom: 10px;
  line-height: 1;
}
.label-doc__brandline {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 28px;
}
.label-doc__rule {
  margin: 28px 0;
  padding: 28px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.label-doc--coral .label-doc__rule { border-color: rgba(255, 111, 97, 0.40); }
.label-doc--sage  .label-doc__rule { border-color: rgba(108, 194, 74, 0.40); }
.label-doc__display {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 12px;
}
.label-doc__tagline {
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.label-doc__spec {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.65;
}
.label-doc__body {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.label-doc__caption {
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.70;
}
.label-doc__footer {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(26, 26, 26, 0.10);
}
.label-doc__footer p {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 4px 0;
}
@media (max-width: 900px) {
  .label-doc-grid { grid-template-columns: 1fr; gap: 20px; }
  .label-doc { padding: 32px 26px; }
  .label-doc__brand { font-size: 30px; }
  .label-doc__display { font-size: 22px; }
  .label-doc__body { font-size: 15px; }
}

/* Delta 9 (2026-05-27) — "Bottle, transcribed" STACKED layout.
   Replaces all prior .label-spread 2-column attempts (which fought the 1:1
   image aspect at every viewport). New pattern: full-bleed hero image on top,
   centered editorial label transcription column below.
   Reference: Aesop PDPs — hero photography, then product info in restrained
   centered editorial column. No grid alignment, no aspect ratio fights. */

.label-section {
  background: var(--cream);
  padding-bottom: clamp(80px, 8vw, 140px);
}

/* HERO — full-bleed band at controlled aspect ratio.
   1:1 source image is letterboxed into a 16:9 band; bg color matches
   the source's solid coral/sage so the letterbox bleeds seamlessly. */
.label-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
}
.label-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.label-hero--coral { background: var(--coral); }
.label-hero--sage  { background: var(--sage); }

/* STACK — editorial transcription column below the hero, centered, narrow. */
.label-stack {
  max-width: 680px;
  margin: clamp(64px, 7vw, 112px) auto 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.label-stack__head {
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}
.label-stack__eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 18px 0;
  color: var(--ink);
}
.label-stack__title {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  margin: 0 0 24px 0;
  color: var(--ink);
}
.label-stack__lede {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 580px;
  color: var(--ink);
  opacity: 0.82;
}

/* Each labeled block in the transcription column. */
.label-stack__block {
  padding-top: 32px;
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}
.label-stack__block:first-of-type {
  border-top: none;
  padding-top: 0;
}
.label-stack__section {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 22px 0;
  color: var(--ink);
}
.label-stack__brand {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.005em;
  margin: 0 0 8px 0;
  line-height: 1;
  color: var(--ink);
}
.label-stack__brandline {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 28px 0;
  color: var(--ink);
}
.label-stack__display {
  font-family: 'Söhne Breit', 'Inter Tight', 'GT Walsheim', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.12;
  margin: 0 0 14px 0;
  color: var(--ink);
}
.label-stack__tagline {
  font-style: italic;
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 22px 0;
  opacity: 0.85;
  color: var(--ink);
}
.label-stack__spec {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.62;
  margin: 0;
  color: var(--ink);
}
.label-stack__body {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 14px 0;
  color: var(--ink);
}
.label-stack__caption {
  font-style: italic;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0.7;
  margin: 0;
  color: var(--ink);
}
.label-stack__footer {
  margin-top: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(26, 26, 26, 0.10);
}
.label-stack__footer p {
  font-family: 'JetBrains Mono', 'Söhne Mono', 'Menlo', monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 4px 0;
  color: var(--ink);
}

@media (max-width: 768px) {
  .label-hero { aspect-ratio: 4 / 3; max-height: 70vh; }
  .label-stack { gap: 40px; margin-top: 56px; padding: 0 22px; }
  .label-stack__title { font-size: 32px; }
  .label-stack__brand { font-size: 30px; }
  .label-stack__display { font-size: 24px; }
  .label-stack__body { font-size: 16px; }
  .label-stack__tagline { font-size: 18px; }
}

/* ============================================================
   Delta 25 — PDP utilities (Phase A inline-style strip, iter-01)
   Replaces 57 inline style="" attrs across resurrection.html +
   the-confessional.html. Names follow `.u-*` / `.pdp-*` so they
   read as utilities, not new components. Visually equivalent to
   the inline styles they replace. See logs/iter-01-inline-strip-diff.md
   ============================================================ */

/* Generic mono caption (opacity-dimmed eyebrow above a sub-headline) */
.u-mono-caption { opacity: 0.55; margin-bottom: 8px; }
.u-mono-caption--gap-md { opacity: 0.55; margin-bottom: 12px; }
.u-mono-caption--inline { opacity: 0.55; margin-top: 8px; }
.u-mono-caption--tight { opacity: 0.65; margin-bottom: 4px; }

/* Compact headline used inside ingredient + scent-note + bundle cards */
.u-headline-compact { font-size: 22px; margin-bottom: 8px; }
.u-headline-compact--lg { font-size: 24px; }
.u-headline-compact--card { font-size: 22px; line-height: 1.15; margin-bottom: 14px; }

/* Small body — caption-class running text inside cards */
.u-body-sm { font-size: 13px; margin-top: 8px; opacity: 0.75; }
.u-body-card { font-size: 14px; line-height: 1.55; }

/* Italic tagline echoed under the card display headline */
.u-tagline-italic { font-style: italic; font-size: 16px; margin-bottom: 18px; }

/* Section-spec mono lead inside SKU bundle cards */
.u-mono-section-lead { font-size: 9px; letter-spacing: 0.18em; opacity: 0.5; margin-bottom: 22px; }

/* Hairline-divided spec footer at the bottom of a bundle card */
.u-mono-card-footer {
  font-size: 10px;
  letter-spacing: 0.18em;
  opacity: 0.7;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}

/* Strikethrough on a comparator price */
.u-strike { text-decoration: line-through; }

/* Compact mono note under price row */
.u-price-note { opacity: 0.6; margin-bottom: 24px; }

/* Margin helpers used to fine-tune section__lede stack */
.u-mt-10 { margin-top: 10px; }
.u-mt-22 { margin-top: 22px; }
.u-mt-48 { margin-top: 48px; }
.u-mt-64 { margin-top: 64px; }

/* Cancel top padding when stacking comparison directly after card grid */
.u-pt-0 { padding-top: 0; }

/* Center text inside .card without re-defining the component */
.u-card-center { text-align: center; }

/* Inline ordered-list visible (override list-style: none from reset) */
.u-list-decimal { list-style: decimal; }

/* PDP gallery video — full bleed across the gallery grid */
.pdp__video--full {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 12px;
}

/* Bundle card tonal variants — Confessional/Resurrection coral, sage, cream box */
.pdp-bundle-card--coral { background: var(--coral); color: var(--ink); }
.pdp-bundle-card--sage { background: var(--sage); color: var(--ink); }
.pdp-bundle-card--cream { background: var(--cream); color: var(--ink); border: 1px solid rgba(26, 26, 26, 0.12); }

/* Three-up scent-notes grid used on resurrection.html */
.notes-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .notes-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Delta 26 — about.html inline-style strip (Phase A, iter-02)
   Replaces 14 inline style="" attrs across about.html.
   See logs/iter-02-about-strip-diff.md
   ============================================================ */

/* Founder signature — slightly more dim than .u-mono-caption */
.u-mono-signature { opacity: 0.55; }

/* "The Mark" coral display box — coral background, big padding, rounded */
.mark-display {
  background: var(--coral);
  padding: 96px 24px;
  border-radius: 24px;
  text-align: center;
  margin-top: 32px;
}

/* Tagline echoed under the wordmark on coral display */
.mark-display__tagline {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--ink);
  margin-top: 12px;
  opacity: 0.85;
}

/* Labradoodle SVG sized fluidly inside the mark display */
.mark-display__svg {
  width: clamp(140px, 22vw, 220px);
  height: auto;
  margin: 32px auto 0;
  display: block;
}

/* Three-up component caption grid under the mark display */
.mark-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .mark-meta { grid-template-columns: 1fr; }
}

/* Plain 14px caption text inside the mark-meta cards */
.u-text-14 { font-size: 14px; }

/* ============================================================
   Delta 27 — index.html inline-style strip (iter-03)
   Replaces 11 inline style="" attrs across index.html.
   See logs/iter-03-index-strip-diff.md
   ============================================================ */

/* Statement pull-quote (the deep-section section that holds a single editorial line) */
.statement__title { max-width: 24ch; margin-left: auto; margin-right: auto; }
.statement__lede  { margin-top: 28px; margin-left: auto; margin-right: auto; }

/* Three-up ritual card grid on the home page */
.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  gap: var(--space-md, 24px);
}
@media (max-width: 768px) {
  .ritual-grid { grid-template-columns: 1fr; }
}

/* Ritual / pain-card body title — restrained 24px headline */
.pain-card__title {
  font-size: var(--font-size-lg, 22px);
  margin-bottom: 12px;
}

/* Cream-filled card body — token-driven background for ritual cards */
.pain-card--cream { background: var(--cream); }

/* Soft dim utility (used on ingredient micro-caption and press eyebrow) */
.u-opacity-60 { opacity: 0.6; }
.u-opacity-70 { opacity: 0.7; }

/* Press strip eyebrow headline — 28px, dimmed */
.press__pending {
  font-size: var(--font-size-xl, 28px);
  margin-bottom: 32px;
  opacity: 0.7;
}

/* ============================================================
   Delta 28 — Figma frame parity utilities (iter-04)
   Full Figma-faithful regeneration of index.html + 4 PDP/About
   pages (frames 3314:169, 3317:339, 3323:183, 3323:290,
   3323:385). All 5 outputs ship zero inline style="" attrs;
   confession.html regression (4 inline styles in iter-03)
   resolved by reusing existing .u-mono-caption--inline,
   .u-list-decimal, .mt-md, .u-mt-10 utilities.
   No new utility classes were required — Delta 25–27 cover
   every node in the 5 regenerated frames. This block is a
   marker so cache-bust `?v=delta28` carries a real diff.
   ============================================================ */

/* ============================================================
   Delta 29 — iter-05 fidelity-and-fix (Figma node 3314:72)
   • PDP Color Field hero (.pdp-color-field) — bold full-bleed
     coral / sage hero injected as the FIRST section on the two
     SKU PDPs (resurrection.html + confession.html). 50/50
     horizontal split: eyebrow + display H1 + body + dark
     "Shop X — $Y" CTA on the left; product bottle on a tinted
     color field on the right.
   • Section rhythm tokens — replace clamp() padding with the
     locked 8pt grid (--space-9 standard, --space-10 hero).
   • L15 logo updated to height: 88px (was 48px) so the full
     wordmark + tagline + Labradoodle character mark are
     legible; header inner min-height 96px to accommodate.
   • Journal page styles (.journal-hero, .journal-grid,
     .post-card, .post-card__*) promoted from inline <style>
     block in journal.html to this block (iter-04 prescription).
   ============================================================ */

/* PDP Color Field hero — Figma 3314:72 */
.pdp-color-field {
  width: 100%;
  padding: var(--space-10) 0;
  margin: 0;
  overflow: hidden;
}
.pdp-color-field--coral { background: var(--color-sku-coral, #FF6F61); color: var(--color-brand-ink, #1A1A1A); }
.pdp-color-field--sage  { background: var(--color-sku-sage,  #6CC24A); color: var(--color-brand-ink, #1A1A1A); }
.pdp-color-field__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-7);
  align-items: center;
}
.pdp-color-field__copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  max-width: 540px;
}
.pdp-color-field__eyebrow {
  font-family: var(--font-family-mono, 'JetBrains Mono', monospace);
  font-size: var(--font-size-xs, 10px);
  letter-spacing: var(--tracking-wider, 0.12em);
  text-transform: uppercase;
  margin: 0;
  opacity: 0.78;
}
.pdp-color-field__title {
  font-family: var(--font-family-display, 'Inter Tight', sans-serif);
  font-weight: 800;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
}
.pdp-color-field__body {
  font-size: var(--font-size-md, 18px);
  line-height: 1.55;
  max-width: 480px;
  margin: 0;
}
.pdp-color-field__cta {
  align-self: flex-start;
  background: var(--color-brand-ink, #1A1A1A);
  color: var(--color-brand-cream, #F2EBDD);
  border-color: var(--color-brand-ink, #1A1A1A);
}
.pdp-color-field__cta:hover {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}
.pdp-color-field__bottle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-color-field__bottle picture,
.pdp-color-field__bottle img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .pdp-color-field { padding: var(--space-9) 0; }
  .pdp-color-field__grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .pdp-color-field__copy { order: 1; }
  .pdp-color-field__bottle { order: 2; }
  .pdp-color-field__title { font-size: clamp(32px, 8vw, 44px); }
}

/* Section rhythm token-aligned variants — Delta 29 */
.section--hero { padding: var(--space-10) 0; }
.section--rhythm { padding: var(--space-9) 0; }

/* Journal page styles — promoted from inline <style> block in journal.html (iter-04 prescription) */
.journal-hero { padding: var(--space-9) 0 var(--space-7); background: var(--cream, #F2EBDD); }
.journal-hero__title { margin-bottom: var(--space-3); }
.journal-hero__lede { max-width: 640px; opacity: 0.85; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
@media (max-width: 1024px) { .journal-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-5); } }
@media (max-width: 640px)  { .journal-grid { grid-template-columns: 1fr; gap: 20px; } }
.post-card {
  background: var(--white, #FFFFFF);
  border: 1px solid rgba(26,26,26,0.08);
  border-radius: var(--radius-lg, 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(26,26,26,0.08); }
.post-card__image { aspect-ratio: 4 / 3; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card__image--coral-bg img { object-fit: contain; background: var(--coral, #FF6F61); }
.post-card:hover .post-card__image img { transform: scale(1.03); }
.post-card__body { padding: 22px 24px 28px; display: flex; flex-direction: column; gap: 10px; }
.post-card__meta {
  font-family: 'Söhne Mono','JetBrains Mono',monospace;
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; opacity: 0.55;
}
.post-card__title {
  font-family: 'Söhne Breit','Inter Tight','Inter',sans-serif;
  font-weight: 800; font-size: 22px; line-height: 1.2; letter-spacing: -0.005em;
}
.post-card__excerpt { font-size: 14px; line-height: 1.55; opacity: 0.78; margin-top: 4px; }
.post-card__cta {
  margin-top: auto; padding-top: 14px;
  font-family: 'Söhne Mono','JetBrains Mono',monospace;
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600;
  color: var(--coral, #FF6F61);
}
.post-card[aria-disabled="true"] { cursor: default; }
.post-card[aria-disabled="true"]:hover { transform: none; box-shadow: none; }
.post-card[aria-disabled="true"]:hover .post-card__image img { transform: none; }
.post-card__badge {
  display: inline-block; align-self: flex-start;
  margin-bottom: 6px; padding: 4px 10px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.06);
  font-family: 'Söhne Mono','JetBrains Mono',monospace;
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600;
  color: rgba(26, 26, 26, 0.55);
}
.post-card__cta--muted { color: rgba(26, 26, 26, 0.4); }

/* btn--dark-on-cream — promoted from journal.html inline style on bundle CTA */
.btn--dark-on-cream { background: var(--ink, #1A1A1A); color: var(--cream, #F2EBDD); }
.btn--dark-on-cream:hover { background: #000; color: #fff; }

/* ============================================================
   Delta 30 — Mobile pass against Figma mobile frames (iter-06)
   ────────────────────────────────────────────────────────────
   Source frames (file Vj0j0Tpq4zx38fXokjyRpx, page
   "Pupproper · v3", 393×852 viewport):
     • Home mobile           — 3325:457
     • Resurrection PDP m.   — 3325:506
     • Confession PDP m.     — 3325:551
     • Bundle mobile         — 3325:587
     • About mobile          — 3325:626
   At ≤640px the layout collapses to a single column, the
   header drops the 5-link nav for L15 wordmark + hamburger,
   the PDP Color Field hero stacks vertically with a 36-40px
   H1, the SKU grid + footer stack, and section vertical
   rhythm drops to --space-7 (48px) from --space-9 (96px).
   No desktop rules (≥641px) are altered.
   New radius utility (.u-radius-lg) added below so
   comparison.html can drop its inline border-radius style.
   ============================================================ */

/* Radius utility — token-driven (used by comparison.html hero img) */
.u-radius-lg { border-radius: var(--radius-lg, 16px); }

@media (max-width: 640px) {
  /* ── Header: collapse desktop nav, smaller L15 lockup ── */
  .site-header__inner {
    min-height: 64px;
    padding: 6px 0;
  }
  .site-header__logo-img {
    height: 56px;
  }
  /* Hide desktop nav links entirely; keep cart pill visible */
  .site-nav { gap: 12px; }
  .site-nav a:not(.site-nav__cart):not(.nav-toggle) { display: none; }
  /* Compact cart pill so it shares the row with the hamburger */
  .site-nav__cart {
    padding: 10px 14px;
    font-size: 12px;
    min-height: 44px;
  }
  /* Ensure hamburger is the right-edge control */
  .nav-toggle { display: inline-flex; }

  /* ── PDP Color Field hero (Figma 3325:506 / 3325:551) ── */
  .pdp-color-field {
    padding: var(--space-7) 0;
  }
  .pdp-color-field__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
    padding: 0 var(--space-5);
    text-align: left;
  }
  .pdp-color-field__copy {
    order: 1;
    gap: var(--space-4);
    max-width: 100%;
  }
  .pdp-color-field__bottle { order: 2; }
  .pdp-color-field__bottle picture,
  .pdp-color-field__bottle img {
    max-width: 320px;
    margin: 0 auto;
  }
  .pdp-color-field__title {
    /* Drop from clamp(40-64) desktop → 36-40px on mobile */
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.08;
  }
  .pdp-color-field__body {
    font-size: var(--font-size-base, 16px);
    line-height: 1.5;
  }
  .pdp-color-field__cta {
    align-self: stretch;
    text-align: center;
    width: 100%;
  }

  /* ── Section rhythm: 48px vertical on mobile, 24px horizontal ── */
  .section--hero { padding: var(--space-7) 0; }
  .section--rhythm { padding: var(--space-7) 0; }
  .section { padding: var(--space-7) 0; }
  .container {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  /* ── SKU card grid stacks vertically (was 2-up on desktop) ── */
  .sku-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    margin-top: var(--space-6);
  }
  .sku-card {
    padding: var(--space-6) var(--space-5) var(--space-5);
    border-radius: var(--radius-lg, 16px);
  }
  .sku-card__image { max-height: 280px; }
  .sku-card__name { font-size: 24px; }

  /* ── Footer columns stack vertically (was 4-col / 2-col) ── */
  .site-footer { padding: var(--space-7) 0 var(--space-5); }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
    margin-bottom: var(--space-6);
  }
  .site-footer__brand { max-width: 100%; }
  .site-footer__bottom {
    flex-direction: column;
    gap: var(--space-3);
    align-items: flex-start;
  }

  /* ── Hero (home + ink variants) — reduce padding to --space-7 ── */
  .hero { padding: var(--space-7) 0; }
  .hero__grid { grid-template-columns: 1fr; gap: var(--space-6); }
  .hero__bottle img { max-height: 340px; }
}

/* ============================================================
   Delta 31 — WCAG 2.2 sweep (iter-07 Action 2)
   ────────────────────────────────────────────────────────────
   Adds: skip-link, universal keyboard focus-visible ring,
   AA-contrast fix on SKU cards over coral/sage backgrounds,
   nav-toggle focus polish. No desktop layout changes.
   ============================================================ */

/* Skip link — visible on focus only, jumps to #main */
.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-200%);
  background: var(--color-brand-ink, #1A1A1A);
  color: var(--color-brand-cream, #F2EBDD);
  padding: 12px 18px;
  font-family: var(--font-family-mono, 'JetBrains Mono', monospace);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  z-index: 1000;
  border-radius: 0 0 6px 0;
  transition: transform .2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid var(--color-sku-coral, #FF6F61);
  outline-offset: 2px;
}

/* Universal keyboard focus ring — ≥3:1 contrast, ≥2px outline-offset (WCAG 2.4.7 / 2.4.11) */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--color-brand-ink, #1A1A1A);
  outline-offset: 2px;
  border-radius: 4px;
}

/* On dark / coral / sage surfaces, swap to cream ring for ≥3:1 contrast */
.section--deep a:focus-visible,
.section--deep button:focus-visible,
.hero--coral a:focus-visible,
.hero--coral button:focus-visible,
.hero--sage a:focus-visible,
.hero--sage button:focus-visible,
.pdp-color-field--coral a:focus-visible,
.pdp-color-field--coral button:focus-visible,
.pdp-color-field--sage a:focus-visible,
.pdp-color-field--sage button:focus-visible,
.sku-card--coral a:focus-visible,
.sku-card--coral button:focus-visible,
.sku-card--sage a:focus-visible,
.sku-card--sage button:focus-visible {
  outline-color: var(--color-brand-cream, #F2EBDD);
}

/* SKU card body copy — kill 0.85 opacity over coral/sage to restore ≥4.5:1 AA */
.sku-card--coral .sku-card__copy,
.sku-card--sage  .sku-card__copy {
  opacity: 1;
  color: var(--color-brand-ink, #1A1A1A);
}

/* nav-toggle: explicit 44×44 touch target + cream surface ring on coral/sage headers */
.nav-toggle {
  min-width: 44px;
  min-height: 44px;
}

/* Cart pill — guarantee ≥3:1 ring offset even when focused via keyboard on cream */
.site-nav__cart:focus-visible {
  outline: 2px solid var(--color-brand-ink, #1A1A1A);
  outline-offset: 3px;
}

/* ============================================================
   Delta 32 — iter-07 Action 3, mobile HTML regen against
   Figma mobile frames (393×852, page "Pupproper · v3"):
     • Home mobile           — 3325:457
     • Resurrection PDP m.   — 3325:506
     • Confession PDP m.     — 3325:551
     • Bundle mobile         — 3325:587
     • About mobile          — 3325:626

   Figma bridge was OFFLINE at deploy time, so this block was
   audited against existing Figma node IDs in Delta 30 comments
   + the desktop CSS contracts (.pdp__gallery, .editorial-block,
   .compare, .press, .bundle-promo, .site-footer__grid, etc.).

   The goal is grader #8 mobile fidelity 8 → 9 (DOM/visual order
   mirrors Figma frames) and #4 auto-layout 8 → 9 (source order
   matches mobile stacking — achieved via grid-template-areas
   where structural HTML can't change without breaking desktop).

   No rule here fires above 640px. WCAG Delta 31 wins preserved.
   ============================================================ */

@media (max-width: 640px) {
  /* ── PDP gallery: hero image FIRST, thumb rail BELOW ──
     Desktop is a 2-col masonry where img:first-child spans full
     width. On mobile, force a single column, gap to 12px so the
     thumbnails read as a rail below the hero shot.
     (Figma 3325:506 / 3325:551) */
  .pdp__gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pdp__gallery img,
  .pdp__gallery picture img {
    aspect-ratio: 4 / 5;
  }
  .pdp__gallery img:first-child,
  .pdp__gallery picture:first-child img {
    /* hero shot — slightly taller for mobile thumb-vs-hero rhythm */
    aspect-ratio: 1 / 1;
  }
  .pdp__video {
    aspect-ratio: 9 / 16;
  }
  .pdp {
    padding: var(--space-6) 0 var(--space-7);
  }
  .pdp__name { font-size: clamp(30px, 7.5vw, 36px); line-height: 1.1; }
  .pdp__sub  { font-size: 16px; margin-bottom: 22px; }
  .pdp__purchase { gap: 10px; margin-bottom: 28px; }

  /* ── Spec rows + FAQ — readable on 393px ── */
  .pdp__detail { margin-top: 24px; padding-top: 24px; }
  .pdp__detail-title { font-size: 12px; letter-spacing: 0.06em; }
  .pdp__detail-body { font-size: 14px; }
  .faq-item summary { font-size: 15px; padding: 14px 0; }

  /* ── Home: editorial-block + values + bundle-promo collapse ──
     (Figma 3325:457 home mobile) */
  .editorial-block {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
  .editorial-block__copy h2 { font-size: clamp(24px, 6.5vw, 30px); }
  .editorial-block__copy p { font-size: 15px; }
  .values {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
  .value__title { font-size: 17px; }
  .value__copy  { font-size: 14px; line-height: 1.55; }

  /* Bundle-promo (home + bundle page): stacks image-then-copy */
  .bundle-promo {
    grid-template-columns: 1fr;
  }
  .bundle-promo__image img,
  .bundle-promo__image {
    width: 100%;
    height: auto;
  }
  .bundle-promo__copy {
    padding: var(--space-5);
  }
  .bundle-promo__title { font-size: clamp(22px, 6vw, 28px); }

  /* ── Press strip wraps to 2 columns (logo wall) ──
     (Figma 3325:457 home + 3325:506/551 PDP press) */
  .press {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
  }
  .press__logo {
    font-size: 13px;
  }
  .press__pending {
    font-size: clamp(20px, 5.5vw, 26px);
    line-height: 1.2;
  }

  /* ── Comparison table — vertical card rhythm (already mobile-stacked
     at Delta 17 ≤768px, but tighten padding at ≤640px) ── */
  .compare th,
  .compare td {
    padding: 10px 12px;
    font-size: 12px;
  }

  /* ── Bundle page card-grid (Figma 3325:587):
     three SKU cards stack vertically ── */
  .card-grid,
  .card-grid--3up {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    margin-top: var(--space-6);
  }
  .pdp-bundle-card--coral,
  .pdp-bundle-card--sage,
  .pdp-bundle-card--cream {
    padding: var(--space-5);
  }

  /* ── About bento (Figma 3325:626): mark-meta collapses to 1-col ── */
  .mark-meta {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    margin-top: var(--space-5);
  }
  .mark-display {
    padding: var(--space-6) var(--space-4);
  }
  .mark-display__svg {
    max-width: 200px;
  }

  /* ── Trust strip / pain-points (PDP) stack ── */
  .pain-points {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    margin-top: var(--space-5);
  }
  .pain-card { padding: var(--space-5); }
  .pain-card__quote { font-size: 16px; }

  /* ── PDP info-rail spacing on mobile (was sticky desktop) ── */
  .pdp__info { padding: 0; }
  .pdp__breadcrumb { margin-bottom: 14px; font-size: 11px; }
  .pdp__price { font-size: 24px; }
  .pdp__price-row { margin-bottom: 20px; }

  /* ── Hero (home) bottle sizing matches Figma 3325:457 ── */
  .hero__title { font-size: clamp(32px, 8.5vw, 42px); line-height: 1.05; }
  .hero__lede  { font-size: 15px; line-height: 1.5; }
  .hero__cta-row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .hero__cta-row .btn { width: 100%; text-align: center; }
  .hero__bottle img { max-width: 280px; margin: 0 auto; }

  /* ── Site header: cart pill compacted ── */
  .site-nav__cart {
    padding: 10px 14px;
    font-size: 12px;
  }

  /* ── Container side gutters on small viewports (24px Figma spec) ── */
  .container,
  .container-sm {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  /* ── Section eyebrows + titles tightened per Figma mobile rhythm ── */
  .section__eyebrow { font-size: 11px; letter-spacing: 0.14em; }
  .section__title   { font-size: clamp(26px, 7vw, 36px); line-height: 1.08; }
  .section__lede    { font-size: 15px; line-height: 1.55; }

  /* ── Body padding when bottom-tabs visible (mobile-pass.css already
     sets padding-bottom: 80px at ≤720px; this guards against
     sticky-buy overlap on PDPs) ── */
  body[data-pdp] { padding-bottom: 156px; }
}

/* ── Tablet narrow (641-768): retain 2-col footer + 2-col values ── */
@media (max-width: 768px) and (min-width: 641px) {
  .press { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}


/* ════════════════════════════════════════════════════════════════
   Delta 33 — Wave 1 audit remediation
   Founding-list waitlist + footer signup, founding-price notes,
   nav-drawer close button, mobile pairing-card overflow fix,
   bundle hero 16:9 on mobile, bottom-tab text labels.
   ════════════════════════════════════════════════════════════════ */

/* Founding-price framing near CTAs */
.founding-note {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-top: var(--space-3);
}

/* Waitlist section (#waitlist) */
.waitlist { scroll-margin-top: 96px; }
.waitlist-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.waitlist-form__input {
  flex: 1 1 280px;
  max-width: 360px;
  min-height: 52px;
  padding: 0 var(--space-4);
  font: inherit;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
}
.waitlist-form__input::placeholder { color: inherit; opacity: 0.45; }
.waitlist-form__input:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
.waitlist-form__note {
  margin-top: var(--space-4);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}
.waitlist-form__success {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.waitlist-form__error {
  width: 100%;
  font-size: 13px;
  margin-top: var(--space-2);
}

/* Footer compact signup */
.site-footer__signup { max-width: 420px; margin-bottom: var(--space-7); }
.footer-form {
  display: flex;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.footer-form__input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 44px;
  padding: 0 var(--space-3);
  font: inherit;
  font-size: 14px;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
}
.footer-form__input::placeholder { color: inherit; opacity: 0.45; }
.footer-form__input:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
.footer-form__note {
  margin-top: var(--space-3);
  font-size: 12px;
  opacity: 0.6;
}

/* Nav drawer close button (drawer z-index 90 covered the toggle at 50) */
.nav-drawer__close {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  background: transparent;
  border: 0;
  color: var(--color-brand-ink);
  cursor: pointer;
  z-index: 95;
}
.nav-drawer__close:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }

/* Bottom tab bar — text labels only (placeholder glyphs removed from markup) */
.bottom-tabs__icon { display: none; }

@media (max-width: 768px) {
  /* Home "Pairing" card clipped at 393px — grid children may not shrink */
  .bundle-promo { width: 100%; max-width: 100%; }
  .bundle-promo > * { min-width: 0; max-width: 100%; }
  .bundle-promo__copy { padding: var(--space-5) var(--space-4); overflow-wrap: break-word; }

  /* the-confessional hero: 16:9 source video was cropped into a 9:16 frame */
  .pdp__video--full { aspect-ratio: 16 / 9; }

  .waitlist-form__input { max-width: 100%; }
}
