/*
 * VESL — Forest Green Theme
 * Theme: forest-green
 * Palette: Forest (#1e3328), Sage (#8ab09a), Cream (#f5f4f0)
 * Font: Switzer (Fontshare)
 * Usage: <link rel="stylesheet" href="/themes/forest-green.css">
 */
:root {
  --cream: #f5f4f0;
  --warm-white: #fdfcfa;
  --sage: #8ab09a;
  --sage-deep: #3d6b55;
  --sage-pale: #eaf2ed;
  --ink: #1e3328;
  --forest: #1e3328;
  --forest-mid: #2a4a38;
  --charcoal: #4a5a50;
  --sand: #c9b99a;
  --sand-light: #f0ebe2;
  --muted: #8a8278;
  --border: #e2e8e4;
  --blush: #f7f0ee;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--warm-white);
}
body {
  font-family: 'Switzer', sans-serif;
  background: var(--warm-white);
  color: var(--forest);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }

/* ─────────────────────────────
   ANNOUNCEMENT BAR
───────────────────────────── */
.annc {
  background: var(--forest);
  color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.annc strong { color: #fff; font-weight: 500; }
.annc-sep { margin: 0 12px; opacity: 0.4; }

/* ─────────────────────────────
   NAV
───────────────────────────── */
nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(253,252,250,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo {
  height: 28px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo svg {
  height: 100%;
  width: auto;
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 1; }
.nav-cta {
  background: var(--forest);
  color: #fff;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--sage-deep); }

/* Hamburger button — hidden on desktop, shown on mobile */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  align-items: center;
  z-index: 250;
  position: relative;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--forest);
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
.nav-hamburger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: var(--cream);
  z-index: 199;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 80px 32px 40px;
}
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-inner {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  width: 100%;
}
.mobile-menu-links li {
  border-bottom: 1px solid var(--border);
}
.mobile-menu-links li:first-child {
  border-top: 1px solid var(--border);
}
.mobile-menu-links a {
  display: block;
  padding: 22px 0;
  font-family: 'Switzer', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--forest);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}
.mobile-menu-links a:active {
  color: var(--sage-deep);
}
.mobile-menu-cta {
  display: block;
  background: var(--forest);
  color: #fff;
  padding: 18px 40px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 28px;
  width: 100%;
  text-align: center;
}
.mobile-menu-trust {
  font-size: 12px;
  color: var(--charcoal);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile-menu-trust span {
  white-space: nowrap;
}

/* Lock body scroll when menu open */
body.menu-open {
  overflow: hidden;
}

/* ─────────────────────────────
   HERO
   Job: Show the product. Name what
   it is. Anchor the price. Send
   to PDP.
───────────────────────────── */
.hero {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--warm-white);
}
.hero-content {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 64px 64px 80px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.eyebrow-rule { width: 36px; height: 1.5px; background: var(--sage); }
.eyebrow-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.hero-headline {
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 28px;
}
.hero-headline em {
  font-style: normal;
  font-weight: 600;
  color: var(--sage);
}
.hero-body {
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 40px;
}
.hero-price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
  max-width: 480px;
}
.hero-price {
  font-size: 38px;
  font-weight: 600;
  color: var(--forest);
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero-price-strike {
  font-size: 17px;
  color: var(--muted);
  text-decoration: line-through;
}
.hero-price-note {
  font-size: 13px;
  color: var(--charcoal);
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}
.hero-btn-primary {
  background: var(--forest);
  color: #fff;
  padding: 17px 38px;
  font-family: 'Switzer', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.25s;
}
.hero-btn-primary:hover { background: var(--sage-deep); transform: translateY(-1px); }
.hero-btn-secondary {
  font-size: 14px;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.hero-btn-secondary:hover { color: var(--sage-deep); border-color: var(--sage-deep); }
.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--forest);
  border-top: 1px solid var(--border);
  background: var(--cream);
}
.hero-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.hero-trust-item:last-child { border-right: none; }
.hero-trust-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-trust-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--sage-deep);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero right — product image */
.hero-right {
  position: relative;
  background: var(--sand-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* REPLACE: src points to your real product photo */
}
.hero-product-placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.5), transparent 60%),
    linear-gradient(160deg, #e8ede8 0%, #d8e2d8 50%, #c8d4c8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-product-placeholder-label {
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  line-height: 1.7;
  padding: 20px;
}
.hero-img-caption {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: rgba(253,252,250,0.96);
  backdrop-filter: blur(8px);
  border-left: 3px solid var(--sage-deep);
  padding: 14px 18px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  font-weight: 500;
  max-width: 280px;
  line-height: 1.5;
}

/* ─────────────────────────────
   MANIFESTO STRIP (dark)
   Establishes POV before pitching.
───────────────────────────── */
.manifesto {
  background: var(--forest);
  padding: 88px 56px;
  border-top: 1px solid var(--forest-mid);
}
.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 28px;
}
.manifesto-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 32px;
}
.manifesto-headline em {
  font-style: normal;
  font-weight: 600;
  color: var(--sage);
}
.manifesto-text {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  max-width: 720px;
  margin: 0 auto;
}
.manifesto-text em {
  font-style: normal;
  font-weight: 600;
  color: var(--sage);
}
.manifesto-text .line-2 {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,0.7);
  font-weight: 400;
}

/* ─────────────────────────────
   FOUNDER NOTE
   Job: Answer "is this a real
   company?" before asking for a
   sale. This is the trust unlock
   for vetting visitors.
───────────────────────────── */
.founder-note {
  background: var(--warm-white);
  max-width: 880px;
  margin: 0 auto;
  padding: 88px 56px 80px;
}
.founder-note-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.founder-note-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.founder-note-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--forest);
  margin-bottom: 28px;
  max-width: 720px;
}
.founder-note-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.founder-note-body p {
  font-size: 16.5px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.75;
  margin-bottom: 18px;
  max-width: 700px;
  letter-spacing: -0.005em;
}
.founder-note-signoff {
  margin-top: 28px;
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 18px;
  color: var(--forest);
}
.founder-note-signoff-meta {
  font-family: 'Switzer', sans-serif;
  font-size: 12.5px;
  color: var(--muted);
  font-style: normal;
  margin-top: 2px;
  letter-spacing: 0.04em;
}

/* ─────────────────────────────
   THE PROBLEM
   Exposure framing — the wellness
   blind spot angle.
───────────────────────────── */
.problem {
  background: var(--cream);
  padding: 88px 56px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.problem-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.problem-header {
  max-width: 760px;
  margin-bottom: 72px;
}
.problem-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.problem-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.problem-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--forest);
  margin-bottom: 28px;
}
.problem-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.problem-intro {
  font-size: 17px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  max-width: 640px;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  margin-top: 56px;
}
.problem-card {
  background: var(--warm-white);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
}
.problem-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.problem-card-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.problem-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sage-deep);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-card-num {
  font-family: 'Switzer', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--sage-deep);
  letter-spacing: 0.12em;
  line-height: 1;
}
.problem-card-title {
  font-family: 'Switzer', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--forest);
  line-height: 1.2;
  margin-bottom: 14px;
  min-height: 80px;
}
.problem-card-body {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.75;
}

/* ─────────────────────────────
   SCIENCE ADVISOR
   Trust signal — real person,
   real credential, no overclaim.
───────────────────────────── */
.science {
  padding: 88px 56px;
  background: var(--warm-white);
}
.science-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}
.science-card {
  background: var(--cream);
  padding: 36px 32px;
  border-top: 3px solid var(--sage-deep);
}
.science-card-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
}
.science-card-name {
  font-family: 'Switzer', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--forest);
  line-height: 1.1;
  margin-bottom: 6px;
}
.science-card-title {
  font-size: 13px;
  color: var(--charcoal);
  font-weight: 400;
  margin-bottom: 24px;
}
.science-card-creds {
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.science-cred-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
.science-cred-row:last-child { margin-bottom: 0; }
.science-cred-label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.science-cred-value {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--forest);
  line-height: 1.4;
}
.science-section-header {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.science-section-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 20px;
}
.science-section-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--forest);
}
.science-section-headline em {
  font-style: normal;
  font-weight: 600;
  color: var(--sage);
}
.science-content {}
.science-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.science-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.science-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--forest);
  margin-bottom: 28px;
}
.science-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.science-quote {
  font-family: 'Switzer', sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  color: var(--forest);
  line-height: 1.6;
  padding-left: 24px;
  border-left: 2px solid var(--sage);
  margin-bottom: 24px;
}
.science-quote:last-of-type { margin-bottom: 28px; }
.science-disclosure {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  font-style: italic;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

/* ─────────────────────────────
   THE FILTER MEDIA
   Substance over aspiration. The
   single biggest differentiator
   vs Jolie/Filterbaby.
───────────────────────────── */
.media {
  background: var(--forest);
  color: rgba(255,255,255,0.9);
  padding: 88px 56px;
}
.media-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.media-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}
.media-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.media-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.media-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: rgba(255,255,255,0.96);
}
.media-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.media-intro {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.85;
  max-width: 460px;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.media-card {
  background: var(--forest);
  padding: 32px 24px 36px;
  display: flex;
  flex-direction: column;
}
.media-index {
  font-family: 'Switzer', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: var(--sage);
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}
.media-name {
  font-family: 'Switzer', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255,255,255,0.96);
  margin-bottom: 14px;
  line-height: 1.2;
  min-height: 48px;
}
.media-job {
  font-size: 14.5px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
}
.media-honesty {
  margin-top: 56px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.04);
  border-left: 2px solid var(--sage);
}
.media-honesty-text {
  font-size: 14.5px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
}
.media-honesty-text strong {
  color: rgba(255,255,255,0.96);
  font-weight: 500;
}

/* Filter cutaway — two-column composition
   Left: square cutaway illustration (matches actual cartridge proportions)
   Right: layer-by-layer labels in editorial list format */
.media-cutaway-block {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.media-cutaway {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 1 / 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.media-cutaway-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
}
.media-cutaway-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(138,176,154,0.08), transparent 60%);
}
.media-cutaway-placeholder-eyebrow {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}
.media-cutaway-placeholder-text {
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 320px;
}
.media-cutaway-caption {
  position: absolute;
  bottom: 18px;
  left: 22px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 500;
}
/* Layer list — sits to the right of the cutaway,
   reads top-to-bottom matching the physical stack order */
.media-layer-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}
.media-layer-list-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.media-layer-list-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.media-layer-row {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.media-layer-row:last-of-type { border-bottom: none; }
.media-layer-num {
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  color: var(--sage);
  line-height: 1.3;
  padding-top: 2px;
}
.media-layer-name {
  font-family: 'Switzer', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.94);
  line-height: 1.3;
}
.media-layer-role {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
  font-weight: 400;
  line-height: 1.5;
}
.media-layer-group {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 22px;
  margin-bottom: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(138,176,154,0.18);
}
.media-layer-group:first-of-type {
  margin-top: 8px;
  padding-top: 0;
  border-top: none;
}
.media-layer-rationale {
  max-width: 720px;
  margin: 56px auto 0;
  padding: 0 24px;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
}
.media-layer-rationale em {
  color: var(--sage);
  font-style: italic;
  font-weight: 500;
}

/* Cutaway meta strip — replaces the full layer list.
   Three compact rows describing pre/bed/post structure
   without duplicating the component descriptions that
   the five-card grid below handles. */
.media-cutaway-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}
.media-meta-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: baseline;
}
.media-meta-row:last-of-type { border-bottom: none; }
.media-meta-label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
}
.media-meta-value {
  font-size: 14.5px;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
  font-weight: 400;
}

/* ─────────────────────────────
   PRODUCT DETAIL STRIP
   Three-shot detail row between
   media and testers. Sits on light
   bg to contrast the dark media
   section.
───────────────────────────── */
.detail-strip {
  background: var(--warm-white);
  padding: 88px 56px;
}
.detail-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.detail-strip-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail-strip-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.detail-strip-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--forest);
  margin-bottom: 40px;
  max-width: 680px;
}
.detail-strip-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.detail-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.detail-shot {
  display: flex;
  flex-direction: column;
}
.detail-shot-img-wrap {
  aspect-ratio: 4 / 5;
  background: var(--sand-light);
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.detail-shot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-shot-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #e8ede8 0%, #d8e2d8 50%, #c8d4c8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.7;
}
.detail-shot-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 8px;
}
.detail-shot-caption {
  font-size: 14px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.65;
}

/* ─────────────────────────────
   SCIENCE — TJ portrait support
   Portrait sits above the card credentials.
───────────────────────────── */
.science-card-portrait-wrap {
  margin: -36px -32px 24px;
  aspect-ratio: 4 / 3;
  background: var(--sand-light);
  position: relative;
  overflow: hidden;
}
.science-card-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.science-card-portrait-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #e0d8cc 0%, #c8c0b4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}

/* ─────────────────────────────
   TESTER GRID
   Four equal cards. Each card can
   optionally hold a photo; structure
   degrades gracefully without one.
───────────────────────────── */
.tester {
  background: var(--cream);
  padding: 88px 56px 40px;
}
.tester-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.tester-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tester-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.tester-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--forest);
  margin-bottom: 20px;
  max-width: 720px;
}
.tester-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.tester-intro {
  font-size: 15.5px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 56px;
}
.tester-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
}
.tester-card {
  background: var(--warm-white);
  display: flex;
  flex-direction: column;
}
.tester-card-image-wrap {
  background: var(--sand-light);
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.tester-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tester-card-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #e0d8cc 0%, #c8c0b4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 11.5px;
  color: var(--muted);
  text-align: center;
  padding: 16px;
  line-height: 1.6;
}
.tester-card-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tester-card-quote {
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--forest);
  margin-bottom: 24px;
  flex: 1;
}
.tester-card-attr {
  border-top: 1px solid var(--border);
  padding-top: 16px;
}
.tester-card-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 4px;
}
.tester-card-meta {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.tester-honesty {
  margin-top: 32px;
  padding: 22px 24px;
  background: var(--warm-white);
  border-left: 3px solid var(--sage-deep);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.75;
  max-width: 760px;
}
.tester-honesty strong {
  color: var(--forest);
  font-weight: 500;
}

/* ─── Quote-wall additions for 9-card reviews layout ─── */
.stars {
  display: inline-flex;
  gap: 2px;
  color: var(--sage-deep);
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.stars-large {
  font-size: 18px;
  gap: 3px;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  margin-bottom: 48px;
}
.quote-card {
  background: var(--warm-white);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.quote-card .stars {
  margin-bottom: 18px;
}
.quote-text {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: var(--forest);
  margin-bottom: 24px;
  flex: 1;
  letter-spacing: -0.005em;
}
.quote-attr {
  border-top: 1px solid var(--border);
  padding-top: 16px;
}
.quote-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 3px;
}
.quote-meta {
  font-size: 12px;
  color: var(--muted);
}
.reviews-stats {
  padding: 28px 32px;
  background: var(--warm-white);
  border-left: 3px solid var(--sage-deep);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: center;
}
.stat-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-value-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stat-value {
  font-family: 'Switzer', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--forest);
  line-height: 1;
}
.stat-label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.stat-detail {
  font-size: 13px;
  color: var(--charcoal);
  line-height: 1.5;
  margin-top: 2px;
}

/* ─────────────────────────────
   TESTER JOURNAL
   Sandra's 30-day photo + narrative.
   Photos: candid, real, week-1 / week-4.
   Disclosure: clear-and-conspicuous,
   adjacent to photos, not buried.
───────────────────────────── */
.journal {
  padding: 40px 56px 88px;
  background: var(--cream);
}
.journal-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.journal-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.journal-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.journal-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--forest);
  margin-bottom: 20px;
  max-width: 760px;
}
.journal-headline em {
  font-style: normal;
  font-weight: 600;
  color: var(--sage);
}
.journal-sub {
  font-size: 16px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 56px;
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
}

/* Photo pair */
.journal-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.journal-photo {
  background: var(--sand-light);
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
}
.journal-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #e0d8cc 0%, #c8c0b4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  padding: 20px;
  line-height: 1.65;
}
.journal-photo-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(253,252,250,0.94);
  backdrop-filter: blur(6px);
  padding: 6px 12px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
}

/* Narrative column */
.journal-narrative {
  display: flex;
  flex-direction: column;
}
.journal-quote-mark {
  font-family: 'Switzer', sans-serif;
  font-size: 56px;
  font-weight: 400;
  color: var(--sage);
  line-height: 0.8;
  margin-bottom: 4px;
}
.journal-narrative-text {
  font-family: 'Switzer', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--forest);
  margin-bottom: 28px;
  letter-spacing: -0.005em;
}
.journal-narrative-text p {
  margin-bottom: 16px;
}
.journal-narrative-text p:last-child { margin-bottom: 0; }
.journal-attr {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  margin-bottom: 32px;
}
.journal-attr-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 3px;
}
.journal-attr-meta {
  font-size: 12.5px;
  color: var(--muted);
}

/* Clear-and-conspicuous methodology disclosure
   This is FTC-required. Do not collapse, do not
   hide on mobile, do not shrink below 13.5px. */
.journal-methodology {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--sage-deep);
  padding: 24px 28px;
  margin-top: 40px;
}
.journal-methodology-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 14px;
}
.journal-methodology-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.journal-methodology-list li {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.65;
  padding: 7px 0;
  padding-left: 18px;
  position: relative;
}
.journal-methodology-list li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: var(--sage-deep);
  font-weight: 600;
}

/* ─── Journal tabs (Pattern C — 5 testers) ─── */
.journal-tabs-cue {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.journal-tabs-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border);
  margin-bottom: 0;
}
.journal-tab {
  background: var(--cream);
  border: none;
  padding: 22px 18px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 2px solid transparent;
  font-family: inherit;
}
.journal-tab:hover {
  background: var(--warm-white);
}
.journal-tab.active {
  background: var(--warm-white);
  border-bottom-color: var(--sage-deep);
}
.journal-tab-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--forest);
  letter-spacing: -0.005em;
}
.journal-tab-meta {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.journal-panel {
  background: var(--warm-white);
  padding: 56px 48px;
  display: none;
}
.journal-panel.active {
  display: block;
}

/* ─────────────────────────────
   COMPETITIVE FRAME
   Calls out Jolie price directly.
   Anchors $99 as compare-at.
───────────────────────────── */
.compare {
  padding: 88px 56px;
  background: var(--warm-white);
}
.compare-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.compare-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.compare-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.compare-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--forest);
  margin-bottom: 40px;
  max-width: 720px;
}
.compare-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.compare-table {
  border: 1px solid var(--border);
  background: var(--warm-white);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
}
.compare-row:last-child { border-bottom: none; }
.compare-cell {
  padding: 22px 28px;
  font-size: 14.5px;
  color: var(--charcoal);
  font-weight: 400;
  line-height: 1.5;
}
.compare-cell.label {
  font-weight: 500;
  color: var(--forest);
  border-right: 1px solid var(--border);
}
.compare-cell.vesl {
  background: var(--sage-pale);
  color: var(--forest);
  font-weight: 500;
}
.compare-row.head .compare-cell {
  font-family: 'Switzer', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--forest);
  padding-top: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--forest);
}
.compare-row.head .compare-cell.vesl {
  background: var(--sage-pale);
  border-bottom-color: var(--sage-deep);
}
.compare-row.head .compare-cell.label {
  font-family: 'Switzer', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.compare-note {
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  margin-top: 18px;
  text-align: right;
}

/* ─────────────────────────────
   PRESALE DETAILS
   Risk reversal. Honest answers
   to "should I order now?"
───────────────────────────── */
.presale {
  background: var(--cream);
  padding: 88px 56px;
  border-top: 1px solid var(--border);
}
.presale-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.presale-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.presale-eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: var(--sage);
}
.presale-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--forest);
  margin-bottom: 40px;
  max-width: 700px;
}
.presale-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.presale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
}
.presale-card {
  background: var(--warm-white);
  padding: 36px 28px;
}
.presale-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  min-height: 56px;
}
.presale-card-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.presale-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sage-deep);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.presale-card-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  line-height: 1;
}
.presale-card-value {
  font-family: 'Switzer', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--forest);
  line-height: 1.2;
  margin-bottom: 12px;
  min-height: 58px;
}
.presale-card-body {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.7;
}

/* ─────────────────────────────
   FINAL CTA (dark)
───────────────────────────── */
.final-cta {
  background: var(--sage-deep);
  padding: 88px 56px;
}
.final-cta-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}
.final-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.final-headline {
  font-family: 'Switzer', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}
.final-headline em { font-style: normal; font-weight: 600; color: var(--sage); }
.final-sub {
  font-size: 15.5px;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  max-width: 540px;
}
.final-right { text-align: center; flex-shrink: 0; }
.final-price {
  font-family: 'Switzer', sans-serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}
.final-price-note {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  margin-top: 6px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.final-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--sage-deep);
  padding: 18px 42px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
  white-space: nowrap;
}
.final-btn:hover { background: var(--forest); color: #fff; transform: translateY(-2px); }
.final-guarantee {
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  margin-top: 14px;
  letter-spacing: 0.04em;
}

/* ─────────────────────────────
   FOOTER
───────────────────────────── */
footer {
  background: var(--forest);
  padding: 64px 56px 40px;
  color: rgba(255,255,255,0.6);
}
.footer-top {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo {
  height: 28px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-logo svg {
  height: 100%;
  width: auto;
}
.footer-tagline {
  font-family: 'Switzer', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  margin-top: 12px;
  line-height: 1.5;
}
.footer-col-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 18px;
}
.footer-links {
  list-style: none;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: #fff; }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
}

/* ─────────────────────────────
   RESPONSIVE
───────────────────────────── */
/* ─────────────────────────────
   HERO STACK BREAKPOINT (1100px)
   At 1100px and below:
   - Hero collapses to stacked single-column
   - Image and copy each get full hero width
   - Fixes tall-narrow image area at narrow desktop widths
───────────────────────────── */
@media (max-width: 1100px) {
  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-left {
    padding: 56px 32px;
    order: 1;
    align-items: center;
    text-align: center;
  }
  .hero-eyebrow { justify-content: center; }
  .hero-headline,
  .hero-body { max-width: 640px; }
  .hero-price-row { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-right {
    order: 2;
    min-height: 38vh;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  nav { padding: 0 32px; }
  .nav-links { gap: 24px; }
  .hero-trust-row { grid-template-columns: 1fr 1fr; }
  .hero-trust-item:nth-child(2) { border-right: none; }
  .hero-trust-item:nth-child(1),
  .hero-trust-item:nth-child(2) { border-bottom: 1px solid var(--border); }
  .manifesto, .problem, .science, .media, .compare, .presale, .final-cta { padding: 80px 32px; }
  .tester { padding: 80px 32px 36px; }
  .journal { padding: 36px 32px 80px; }
  .founder-note { padding: 80px 32px; }
  .science-inner { grid-template-columns: 1fr; gap: 48px; }
  .media-header { grid-template-columns: 1fr; gap: 32px; }
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
    background: transparent;
    border: none;
    gap: 12px;
  }
  .media-grid .media-card {
    border: 1px solid rgba(255,255,255,0.08);
  }
  .media-grid .media-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }
  .media-name { min-height: 0; }
  .media-cutaway-block { grid-template-columns: 1fr; gap: 32px; }
  .media-cutaway { max-width: 380px; margin: 0 auto; width: 100%; }
  .detail-strip-grid { grid-template-columns: 1fr; gap: 40px; max-width: 480px; margin: 0 auto; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card-title { min-height: 0; }
  .presale-grid { grid-template-columns: repeat(2, 1fr); }
  .presale-card-header { min-height: 0; }
  .presale-card-value { min-height: 0; }
  .tester-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .reviews-stats { grid-template-columns: 1fr; gap: 20px; }
  .journal-grid { grid-template-columns: 1fr; gap: 40px; }
  .journal-photos { max-width: 520px; }
  .journal-tab { padding: 14px 8px; }
  .journal-tab-name { font-size: 12px; }
  .journal-tab-meta { font-size: 10px; }
  .journal-panel { padding: 40px 24px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .final-sub { margin-left: auto; margin-right: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* ─────────────────────────────
   NAV HAMBURGER BREAKPOINT (900px)
   At 900px and below:
   - Nav collapses to hamburger
   - Hero is already stacked from 1100px
───────────────────────────── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
}

@media (max-width: 640px) {
  .annc { font-size: 11px; padding: 8px 16px; }
  .annc-sep { display: none; }
  .annc-line2 { display: block; margin-top: 4px; }
  nav { padding: 0 20px; height: 60px; }
  .nav-logo { height: 22px; }
  .hero-left { padding: 40px 24px; text-align: left; align-items: flex-start; }
  .hero-eyebrow { justify-content: flex-start; }
  .hero-price-row { flex-wrap: wrap; justify-content: flex-start; }
  .hero-price-note { flex-basis: 100%; margin-top: 8px; }
  .hero-actions { flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 18px; }
  .hero-btn-primary { width: 100%; justify-content: center; }
  .hero-btn-secondary { width: 100%; text-align: center; }
  .hero-trust-row { grid-template-columns: 1fr; }
  .hero-trust-item { border-right: none; border-bottom: 1px solid var(--border); padding: 14px 16px; }
  .hero-trust-item:last-child { border-bottom: none; }
  .break-desktop { display: none; }
  .science-section-header { margin-bottom: 32px; }
  .manifesto, .problem, .science, .media, .compare, .presale, .final-cta { padding: 56px 24px; }
  .tester { padding: 56px 24px 24px; }
  .journal { padding: 24px 24px 56px; }
  .detail-strip { padding: 56px 24px; }
  .founder-note { padding: 56px 24px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-grid .media-card:last-child { width: 100%; }
  .media-meta-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .media-meta-label { font-size: 10px; }
  .presale-grid { grid-template-columns: 1fr; }
  .tester-grid { grid-template-columns: 1fr; gap: 24px; }
  .quote-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    background: transparent;
    padding: 0 24px;
    margin-left: -24px;
    margin-right: -24px;
    scrollbar-width: none;
  }
  .quote-grid::-webkit-scrollbar { display: none; }
  .quote-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
    border: 1px solid var(--border);
  }
  .journal-photos { gap: 8px; }
  .journal-narrative-text { font-size: 17px; }
  .journal-tabs-strip {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .journal-tab {
    scroll-snap-align: start;
    padding: 14px 12px;
    min-width: 120px;
  }
  .journal-panel { padding: 32px 20px; }
  .compare-row { grid-template-columns: 1fr 1fr; }
  .compare-cell.label {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding-bottom: 12px;
    padding-top: 18px;
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
  }
  .compare-row.head .compare-cell.label {
    display: none;
  }
  .compare-row.head .compare-cell {
    font-size: 16px;
    padding: 18px 20px;
  }
  .compare-cell {
    padding: 14px 20px 18px;
    font-size: 14px;
  }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
