/* hunch — landing page styles */

:root {
  --cream: #F6F1E7;
  --cream-alt: #EDE6D6;
  --olive: #4B5A1E;
  --olive-dark: #333F14;
  --gradient-mid: #8C9C2E;
  --lime: #CFE21B;
  --lime-dark: #A6BF0A;
  --near-black: #14150F;
  --ink: #1E2016;
  --muted: #63604F;
  --line: rgba(30, 32, 22, 0.12);
  --radius: 14px;
  --wrap: 1080px;
}

* { box-sizing: border-box; }

/* ---------- scroll reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 380ms ease, transform 380ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- word-by-word headline reveal ---------- */

.word-reveal {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  transition: opacity 420ms ease, transform 420ms ease;
  transition-delay: calc(var(--i, 0) * 45ms);
}

.reveal.is-visible .word-reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .word-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: 'Space Grotesk', 'Arial', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.4em;
  color: var(--ink);
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

img, svg { max-width: 100%; }

a { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 241, 231, 0.88);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.wordmark-link {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
  text-decoration: none;
}

.wordmark {
  font-family: 'Space Grotesk', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: lowercase;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.wordmark-sub {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-cta {
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--olive-dark);
  border: 1.5px solid var(--olive-dark);
  padding: 8px 16px;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
  display: inline-block;
}

.nav-cta:hover {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--near-black);
}

.nav-cta:active {
  transform: scale(0.97);
}

/* ---------- brand lockup (hunch / fibre, matches the pack) ---------- */

.brand-lockup {
  line-height: 1;
  margin-bottom: 18px;
}

.brand-lockup-name {
  display: block;
  font-family: 'Space Grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.brand-lockup-sub {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--olive-dark);
  margin-top: 4px;
}

.brand-lockup-light .brand-lockup-name {
  color: var(--cream);
}

.brand-lockup-light .brand-lockup-sub {
  color: rgba(246, 241, 231, 0.75);
}

/* ---------- shared type ---------- */

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--olive-dark);
  margin: 0 0 18px;
}

.eyebrow-dark { color: var(--olive-dark); }
.eyebrow-light { color: var(--lime); }

.lede {
  max-width: 640px;
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 20px;
}

.lede-strong {
  color: var(--ink);
  font-weight: 500;
}

.lede-light {
  color: rgba(246, 241, 231, 0.82);
}

/* ---------- hero ---------- */

.hero {
  padding: 0;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.hero-copy {
  padding: 0 24px;
  position: relative;
}

@media (max-width: 899px) {
  /* The carousel IS the mobile hero now - the text/CTA block lives as an
     overlay on slide 1 instead (see .hero-brand-overlay below). */
  .hero-copy {
    display: none;
  }
}

.hero-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.hero-photo {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 45%;
}

.is-desktop-hero .hero-photo {
  display: block;
}

/* ---------- mobile hero carousel ---------- */

.hero-carousel,
.hero-carousel-dots {
  display: none;
}

.is-mobile-hero .hero-carousel {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.is-mobile-hero .hero-carousel::-webkit-scrollbar {
  display: none;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  scroll-snap-align: start;
  overflow: hidden;
}

.is-mobile-hero .hero-slide {
  /* Full-bleed-feeling, but capped: the source photos are roughly square
     (~500x495), and object-fit:cover on a full-viewport-tall/narrow frame
     was cropping away ~47% of the image width to fill it - cutting off the
     "DAILY FIBRE SUPPLEMENT" text printed near the pack's edges. Capping the
     height keeps this prominent and full-bleed-feeling without that crop. */
  height: calc(100vh - 72px);
  height: calc(100svh - 72px);
  max-height: 460px;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- scroll-driven parallax (pure CSS, progressive enhancement) ---------- */
/* Chrome/Edge 115+ support animation-timeline: view(); unsupported browsers just
   see the static image, no fallback JS needed. */

@supports (animation-timeline: view()) {
  /* Desktop only. Removed from the mobile carousel (.hero-slide img) after a
     performance audit: decorative, non-essential, and one more GPU-composited
     layer per slide on top of everything else running on scroll - cut for
     mobile specifically since that's the surface with reported jank. */
  .hero-photo {
    transform: scale(1.12);
    animation: hero-parallax linear both;
    animation-timeline: view();
    animation-range: cover 0% cover 100%;
  }

  @keyframes hero-parallax {
    from { transform: scale(1.12) translateY(-22px); }
    to { transform: scale(1.12) translateY(22px); }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-photo {
      animation: none;
      transform: none;
    }
  }
}

.hero-slide-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 21, 15, 0.8) 0%, rgba(20, 21, 15, 0) 55%);
  pointer-events: none;
  z-index: 1;
}

.hero-slide-scrim-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20, 21, 15, 0.82) 0%, rgba(20, 21, 15, 0.55) 38%, rgba(20, 21, 15, 0) 62%);
  pointer-events: none;
  z-index: 1;
}

.hero-brand-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 22px 20px 0;
}

.hero-brand-overlay .eyebrow {
  color: rgba(246, 241, 231, 0.85);
  margin-bottom: 10px;
}

.hero-brand-overlay h1 {
  color: var(--cream);
  font-size: clamp(1.9rem, 8.5vw, 2.5rem);
  line-height: 1.04;
  max-width: 10ch;
  margin-bottom: 14px;
}

.hero-tagline {
  font-weight: 600;
  font-size: clamp(0.95rem, 3.6vw, 1.05rem);
  letter-spacing: -0.005em;
  margin: 0 0 18px;
}

.hero-brand-overlay .hero-tagline {
  color: rgba(246, 241, 231, 0.95);
}

.hero-copy .hero-tagline {
  color: var(--olive-dark);
}

.hero-slide-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-slide-problem {
  font-weight: 700;
  font-size: clamp(1.15rem, 5vw, 1.45rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.hero-slide-solution {
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.42;
  color: rgba(246, 241, 231, 0.9);
  max-width: 34ch;
}

.is-mobile-hero .hero-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
}

.hero-carousel-dots .dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-carousel-dots .dot.is-active {
  background: var(--olive-dark);
  transform: scale(1.35);
}

@media (min-width: 900px) {
  .hero {
    padding: 0;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 0;
    align-items: stretch;
    min-height: 640px;
  }
  .hero-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 40px 64px max(24px, calc((100vw - var(--wrap)) / 2 + 24px));
  }
  .hero-visual {
    min-width: 0;
    min-height: 0;
  }
}

.hero h1 {
  font-size: clamp(2.5rem, 7.5vw, 4.2rem);
  line-height: 1.02;
  max-width: 13ch;
}

.hero-flagship {
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  max-width: 34ch;
  margin: 18px 0 20px;
  color: var(--ink);
}

.hero-flagship strong {
  color: var(--olive-dark);
}

.hero-problems {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-problems li {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.hero-close {
  font-weight: 700;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: var(--olive-dark);
  margin: 0 0 28px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-note {
  font-size: 0.82rem;
  color: var(--muted);
}

.hero-note-light {
  color: rgba(246, 241, 231, 0.62);
}

.btn {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}

.btn:active { transform: scale(0.97); }

.btn-primary {
  background: var(--lime);
  color: var(--near-black);
}

.btn-primary:hover { background: var(--lime-dark); }

.btn-light {
  background: var(--lime);
  color: var(--near-black);
}

.btn-light:hover { background: var(--lime-dark); }

/* ---------- CTA glow (draws the eye once, not a loop) ---------- */
/* A perf audit flagged the old version of this: it animated box-shadow
   directly, which is paint-triggering (not GPU-composited) - and it fires
   exactly when a section scrolls into view, i.e. exactly when the page is
   already busy with scroll + the .reveal/.word-reveal transitions. Rebuilt
   as a ::after ring animating only opacity + transform (both composited),
   so it no longer adds paint work at the moment scrolling is happening. */

.hero-actions .btn-primary,
.hero-brand-overlay .btn-primary,
.mobile-cta-bar .btn,
.waitlist-form .btn-light {
  position: relative;
}

.hero-actions .btn-primary::after,
.hero-brand-overlay .btn-primary::after,
.mobile-cta-bar .btn::after,
.waitlist-form .btn-light::after {
  content: '';
  position: absolute;
  inset: -9px;
  border-radius: inherit;
  border: 9px solid rgba(207, 226, 27, 0.22);
  opacity: 0;
  pointer-events: none;
}

.hero-actions .btn-primary::after,
.hero-brand-overlay .btn-primary::after {
  animation: cta-glow-ring 1.6s ease-out 500ms 1;
}

.mobile-cta-bar.is-shown .btn::after {
  animation: cta-glow-ring 1.6s ease-out 250ms 1;
}

.reveal.is-visible .btn-light::after {
  animation: cta-glow-ring 1.6s ease-out 200ms 1;
}

@keyframes cta-glow-ring {
  0% { opacity: 0; transform: scale(0.85); }
  35% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .btn-primary::after,
  .hero-brand-overlay .btn-primary::after,
  .mobile-cta-bar.is-shown .btn::after,
  .reveal.is-visible .btn-light::after {
    animation: none;
  }
}

/* ---------- trust badges ---------- */

.trust-badges {
  padding: 36px 0 4px;
}

.trust-badges-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;
  text-align: center;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.trust-badge-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--olive-dark);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-badge-icon svg {
  width: 34px;
  height: 34px;
}

.trust-badge-label {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--olive-dark);
}

/* ---------- problem ---------- */

.problem {
  background: var(--cream-alt);
  padding: 72px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.problem h2 {
  font-size: clamp(1.8rem, 4.6vw, 2.6rem);
  max-width: 16ch;
  margin-bottom: 28px;
}

.stat-row-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 32px 0 14px;
}

.macro-ring {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
}

.macro-ring svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------- macro ring draw-in (triggered by the existing .reveal observer) --- */

.ring-seg {
  stroke-dasharray: 0 251.33;
}

.reveal.is-visible .ring-seg-1 { animation: ring-draw-1 750ms 0ms ease-out forwards; }
.reveal.is-visible .ring-seg-2 { animation: ring-draw-2 750ms 120ms ease-out forwards; }
.reveal.is-visible .ring-seg-3 { animation: ring-draw-3 750ms 240ms ease-out forwards; }
.reveal.is-visible .ring-seg-4 { animation: ring-draw-4 750ms 360ms ease-out forwards; }

@keyframes ring-draw-1 { from { stroke-dasharray: 0 251.33; } to { stroke-dasharray: 87.97 251.33; } }
@keyframes ring-draw-2 { from { stroke-dasharray: 0 251.33; } to { stroke-dasharray: 75.40 251.33; } }
@keyframes ring-draw-3 { from { stroke-dasharray: 0 251.33; } to { stroke-dasharray: 50.27 251.33; } }
@keyframes ring-draw-4 { from { stroke-dasharray: 0 251.33; } to { stroke-dasharray: 37.70 251.33; } }

@media (prefers-reduced-motion: reduce) {
  .ring-seg-1 { stroke-dasharray: 87.97 251.33; animation: none; }
  .ring-seg-2 { stroke-dasharray: 75.40 251.33; animation: none; }
  .ring-seg-3 { stroke-dasharray: 50.27 251.33; animation: none; }
  .ring-seg-4 { stroke-dasharray: 37.70 251.33; animation: none; }
}

.stat-callout {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 1 1 320px;
  margin: 0;
  padding: 28px 32px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-left: 4px solid var(--lime);
  border-radius: var(--radius);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 2.6rem);
  color: var(--olive-dark);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stat-caption {
  font-size: 0.82rem;
  color: var(--muted);
  max-width: 22ch;
}

.stat-vs {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stat-footnote {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 0 28px;
}

.stat-footnote strong {
  color: var(--ink);
}

.stat-footnote a {
  color: var(--olive-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.stat-footnote a:hover { color: var(--lime-dark); }

/* ---------- solution ---------- */

.solution {
  padding: 76px 0;
}

.solution-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.solution h2 {
  font-size: clamp(1.8rem, 4.6vw, 2.5rem);
  max-width: 16ch;
}

.claim {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  color: var(--olive-dark);
  margin: 4px 0 18px;
}

.claim-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.claim-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
}

.claim-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime-dark);
}

.usage {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 46ch;
}

.why-psyllium {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  max-width: 46ch;
}

.why-psyllium summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--olive-dark);
}

.why-psyllium summary::-webkit-details-marker {
  display: none;
}

.why-psyllium summary::before {
  content: '+';
  display: inline-block;
  width: 1em;
  font-weight: 700;
}

.why-psyllium[open] summary::before {
  content: '−';
}

.why-psyllium p {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 12px 0 0;
}

.why-psyllium-source a {
  color: var(--olive-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.why-psyllium-source a:hover {
  color: var(--lime-dark);
}

.trust-lines {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trust-lines p {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
}

.solution-visual {
  display: flex;
  justify-content: center;
}

.product-photo {
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: var(--radius);
  display: block;
  box-shadow: 0 24px 48px rgba(20, 21, 15, 0.22);
}

/* ---------- waitlist ---------- */

.waitlist {
  position: relative;
  overflow: hidden;
  background: var(--olive);
  color: var(--cream);
  padding: 80px 0;
}

.waitlist::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 30% 28%, rgba(207, 226, 27, 0.18), transparent 55%),
    radial-gradient(circle at 72% 68%, rgba(140, 156, 46, 0.16), transparent 50%);
  animation: ambient-drift 20s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes ambient-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-4%, 3%) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .waitlist::before {
    animation: none;
  }
}

.waitlist-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.waitlist h2 {
  color: var(--cream);
  font-size: clamp(1.9rem, 4.8vw, 2.7rem);
}

.waitlist-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 12px;
}

.waitlist-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 240px;
  height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(246, 241, 231, 0.3);
  background: rgba(246, 241, 231, 0.08);
  color: var(--cream);
  font-size: 0.95rem;
  font-family: 'Space Grotesk', sans-serif;
  box-sizing: border-box;
}

.waitlist-form input[type="email"]::placeholder {
  color: rgba(246, 241, 231, 0.55);
}

.waitlist-form input[type="email"]:focus {
  outline: none;
  border-color: var(--lime);
}

.form-status {
  min-height: 1.2em;
  font-size: 0.85rem;
  margin: 4px 0 8px;
  color: var(--lime);
}

/* ---------- section swoosh divider ---------- */

.section-swoosh {
  display: block;
  width: 100%;
  height: 90px;
}

/* ---------- footer ---------- */

.site-footer {
  background: var(--near-black);
  color: rgba(246, 241, 231, 0.7);
  padding: 44px 0 28px;
}

.footer-inner {
  text-align: left;
}

.footer-word-wrap {
  line-height: 1;
  margin-bottom: 10px;
}

.footer-word {
  font-family: 'Space Grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  color: var(--cream);
}

.footer-word-sub {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 241, 231, 0.55);
  margin-top: 4px;
}

.footer-tagline {
  font-size: 0.9rem;
  margin: 0 0 20px;
  max-width: 40ch;
}

.footer-links {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  font-size: 0.85rem;
}

.footer-links a {
  text-decoration: none;
  color: rgba(246, 241, 231, 0.75);
}

.footer-links a:hover { color: var(--lime); }

.footer-copy {
  font-size: 0.75rem;
  color: rgba(246, 241, 231, 0.45);
  margin: 0;
}

/* ---------- problem photo inset ---------- */

.problem-photo-inset {
  margin: 32px 0;
}

.inset-photo {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  border-radius: var(--radius);
  box-shadow: 0 20px 40px rgba(20, 21, 15, 0.18);
}

/* ---------- texture divider ---------- */

.texture-divider {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.texture-divider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

@media (min-width: 900px) {
  .texture-divider {
    height: 300px;
  }
}

/* ---------- mobile CTA bar ---------- */

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%);
  transition: transform 280ms ease;
}

.mobile-cta-bar.is-shown {
  transform: translateY(0);
}

.mobile-cta-bar .btn {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 900px) {
  .mobile-cta-bar {
    display: none;
  }
}

/* ---------- responsive ---------- */

@media (min-width: 720px) {
  .solution-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .solution-copy {
    flex: 1.1 1 0;
    min-width: 0;
  }
  .solution-visual {
    flex: 0.9 1 0;
    min-width: 0;
    position: sticky;
    top: 96px;
  }
}

@media (max-width: 480px) {
  .waitlist-form {
    flex-direction: column;
  }
  .waitlist-form input[type="email"] {
    width: 100%;
    min-width: 0;
  }
  .waitlist-form .btn {
    width: 100%;
    text-align: center;
  }
  .stat-callout {
    padding: 22px 20px;
  }
  .section-swoosh {
    height: 60px;
  }
}
