/* =====================================================================
   bowermanOS landing page
   Design system + components per LANDING_PAGE_DESIGN.md
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Colour */
  --bg-canvas:     #FAF8F4;
  --bg-panel:      #FFFFFF;
  --bg-lake:       #1F4D52;
  --ink-primary:   #1A1A1A;
  --ink-secondary: #595959;
  --ink-cream:     #FAF8F4;
  --accent-sun:    #E8743C;
  --accent-sun-d:  #D4632E;
  --accent-lake:   #1F4D52;
  --hairline:      #EDE8DF;
  --hairline-dark: rgba(255,255,255,0.18);

  /* Type */
  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* Spacing scale (4px base) */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-full: 9999px;

  /* Layout */
  --content-narrow:   640px;
  --content-prose:    720px;
  --content-medium:   1080px;
  --content-wide:     1200px;
  --page-padding:     16px;
}

@media (min-width: 768px) { :root { --page-padding: 32px; } }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img, picture, svg { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
a { color: inherit; }

/* ---------- Base ---------- */
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg-canvas);
  color: var(--ink-primary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1024px) { body { font-size: 18px; line-height: 1.667; } }

::selection { background: rgba(232, 116, 60, 0.3); color: inherit; }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--ink-primary);
  color: var(--bg-canvas);
  padding: 12px 20px;
  text-decoration: none;
  z-index: 100;
}
.skip-link:focus { top: 0; }

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

/* ---------- Focus ---------- */
:focus-visible {
  outline: 2px solid var(--accent-sun);
  outline-offset: 4px;
  border-radius: 4px;
}

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; margin: 0; line-height: 1.1; }
h1 { font-size: clamp(32px, 8vw, 64px); line-height: 1.05; }
h2 { font-size: clamp(28px, 5vw, 44px); line-height: 1.15; }
h3 { font-size: clamp(20px, 2.4vw, 24px); line-height: 1.3; font-weight: 600; }
p { margin: 0; max-width: 65ch; }
em { font-style: italic; }
strong { font-weight: 700; }

/* ---------- Layout primitives ---------- */
.section-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.15;
  margin: 0 0 var(--space-xl);
  letter-spacing: -0.01em;
}

main > section {
  padding: var(--space-3xl) var(--page-padding);
}
@media (min-width: 1024px) {
  main > section { padding: var(--space-4xl) var(--page-padding); }
}

/* ---------- Header (absolute over hero — no empty bar) ---------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: var(--space-md) var(--page-padding);
  max-width: var(--content-wide);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .site-header { padding: var(--space-lg) var(--page-padding); }
}
.wordmark {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--ink-primary);
  padding: 10px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* ---------- Button (designer-toy: vinyl-collectible) ---------- */
.btn {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 18px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  min-height: 60px;
  line-height: 1.2;
  transition: transform 120ms cubic-bezier(.2,.8,.2,1), box-shadow 120ms ease, filter 120ms ease;
  position: relative;
  isolation: isolate;
  text-shadow: 0 1px 0 rgba(120, 40, 0, 0.35);
}
@media (max-width: 767px) {
  .btn { padding: 17px 30px; font-size: 16px; min-height: 52px; border-radius: 16px; }
}
/* Designer-toy primary — three layers:
   1. base gradient body (vinyl orange)
   2. ::before  -> glossy top highlight (pseudo "wet" sheen)
   3. ::after   -> bottom dark band (toy "step" edge) */
.btn--toy {
  color: #fff;
  background: linear-gradient(180deg, #FFA46E 0%, #F0824A 30%, #E8743C 55%, #BF4F1A 100%);
  box-shadow:
    0 0 0 1px rgba(170, 60, 10, 0.35) inset,
    0 -6px 0 0 rgba(120, 40, 0, 0.22) inset,
    0 12px 22px rgba(232, 116, 60, 0.38),
    0 4px 8px rgba(120, 40, 0, 0.18);
}
.btn--toy::before {
  content: "";
  position: absolute;
  inset: 2px 2px auto 2px;
  height: 45%;
  border-radius: 16px 16px 50% 50% / 16px 16px 100% 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
  z-index: 1;
  filter: blur(0.3px);
}
.btn--toy > * { position: relative; z-index: 2; }
.btn--toy:hover {
  transform: translateY(-2px);
  filter: saturate(1.1) brightness(1.05);
  box-shadow:
    0 0 0 1px rgba(170, 60, 10, 0.4) inset,
    0 -6px 0 0 rgba(120, 40, 0, 0.25) inset,
    0 18px 32px rgba(232, 116, 60, 0.48),
    0 6px 12px rgba(120, 40, 0, 0.22);
}
.btn--toy:active {
  transform: translateY(2px);
  box-shadow:
    0 0 0 1px rgba(170, 60, 10, 0.5) inset,
    0 -2px 0 0 rgba(120, 40, 0, 0.18) inset,
    0 4px 8px rgba(232, 116, 60, 0.30),
    0 2px 4px rgba(120, 40, 0, 0.18);
}
/* Plain primary fallback (mid-cta etc — kept for if any link drops btn--toy) */
.btn--primary:not(.btn--toy) {
  color: #fff;
  background: linear-gradient(180deg, #F08850 0%, #E8743C 55%, #C95A21 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 -2px 0 rgba(0, 0, 0, 0.18) inset,
    0 6px 18px rgba(232, 116, 60, 0.30),
    0 2px 4px rgba(0, 0, 0, 0.10);
}
.btn--primary:not(.btn--toy):hover { filter: brightness(1.05); }

/* ---------- Connect modal (desktop fallback for Telegram deep link) ---------- */
.connect-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(440px, calc(100vw - 32px));
  width: 100%;
  color: var(--ink-primary);
}
.connect-dialog::backdrop { background: rgba(26, 26, 26, 0.55); backdrop-filter: blur(4px); }
.connect-dialog[open] { animation: connect-pop 180ms cubic-bezier(.2,.8,.2,1); }
@keyframes connect-pop { from { transform: scale(0.96); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.connect-panel {
  background: var(--bg-panel);
  border-radius: var(--radius-md);
  padding: 28px 24px 24px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}
.connect-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  border: 0; background: transparent; cursor: pointer;
  border-radius: 50%;
  color: var(--ink-secondary);
  font-size: 20px; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 120ms ease, color 120ms ease;
}
.connect-close:hover { background: var(--hairline); color: var(--ink-primary); }
.connect-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.connect-subtitle {
  margin: 0 0 20px;
  color: var(--ink-secondary);
  font-size: 15px;
}
.connect-qr {
  width: 220px; height: 220px;
  margin: 0 auto 18px;
  padding: 12px;
  background: #fff;
  border-radius: var(--radius-sm);
  border: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center;
}
.connect-qr canvas, .connect-qr img { display: block; max-width: 100%; height: auto; }
.connect-qr--placeholder { color: var(--ink-secondary); font-size: 13px; padding: 24px; }

.connect-divider {
  display: flex; align-items: center; gap: 12px;
  color: var(--ink-secondary);
  font-size: 13px;
  margin: 18px 0 14px;
}
.connect-divider::before, .connect-divider::after {
  content: ""; flex: 1; height: 1px; background: var(--hairline);
}

.connect-actions { display: flex; flex-direction: column; gap: 10px; }
.connect-action {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  font-size: 15px; font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--hairline);
  background: var(--bg-canvas);
  color: var(--ink-primary);
  transition: background 120ms ease, border-color 120ms ease;
  cursor: pointer;
}
.connect-action:hover { background: #fff; border-color: var(--ink-secondary); }
.connect-action--primary {
  background: var(--accent-lake);
  color: var(--ink-cream);
  border-color: var(--accent-lake);
}
.connect-action--primary:hover { background: #163e42; border-color: #163e42; color: var(--ink-cream); }

.connect-tertiary {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--ink-secondary);
}
.connect-tertiary a { color: var(--accent-sun-d); text-decoration: underline; text-underline-offset: 2px; }

/* /go full-page layout (no landing chrome around it) */
.go-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  padding: 32px 16px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.go-page__bg {
  position: fixed;
  inset: 0;
  z-index: -2;
}
.go-page__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.go-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 77, 82, 0.18) 0%, rgba(250, 248, 244, 0.55) 60%, rgba(250, 248, 244, 0.85) 100%);
  z-index: -1;
}
.go-page .connect-panel {
  max-width: 460px;
  width: 100%;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.22), 0 12px 24px rgba(0, 0, 0, 0.10);
}
.go-page__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.go-page__avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.go-page__wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink-primary);
}

/* =====================================================================
   §1 HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 88px var(--page-padding) var(--space-3xl);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero {
    padding: 112px var(--page-padding) var(--space-4xl);
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero::after {
  /* Mobile (default): vignette only at top + bottom where the text sits;
     keep the middle clearer so the cyclist breathes. Was previously a
     uniform fog — felt heavy. Desktop has its own lighter override below. */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(250, 248, 244, 0.65) 0%,
      rgba(250, 248, 244, 0.70) 15%,
      rgba(250, 248, 244, 0.30) 40%,
      rgba(250, 248, 244, 0.30) 60%,
      rgba(250, 248, 244, 0.70) 82%,
      rgba(250, 248, 244, 0.85) 100%
    );
  z-index: 1;
}
@media (min-width: 768px) {
  .hero::after {
    /* Even lighter desktop scrim — let the cyclist sing */
    background:
      linear-gradient(180deg,
        rgba(250, 248, 244, 0.78) 0%,
        rgba(250, 248, 244, 0.42) 14%,
        rgba(250, 248, 244, 0) 32%,
        rgba(250, 248, 244, 0) 60%,
        rgba(250, 248, 244, 0.42) 86%,
        rgba(250, 248, 244, 0.78) 100%
      );
  }
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  padding-top: var(--space-3xl);
}
.hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
}
.hero__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
}
.hero__headline {
  margin: 0 0 var(--space-md);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 5.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 18ch;
  text-wrap: balance;
}
.hero__subhead {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.4;
  color: var(--ink-primary);
  margin: 0 auto;
  max-width: 32ch;
  font-weight: 500;
  text-wrap: balance;
}
.hero__trial {
  margin: 0;
  font-size: 14px;
  color: var(--ink-primary);
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* =====================================================================
   §3 HOW IT WORKS — centered single-column, type-led
   ===================================================================== */
.how { border-top: 1px solid var(--hairline); }
.how .section-heading {
  max-width: var(--content-prose);
  margin: 0 auto var(--space-3xl);
  text-align: center;
}
.how__steps {
  max-width: 600px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
}
@media (min-width: 1024px) {
  .how__steps {
    flex-direction: row;
    align-items: flex-start;
    max-width: 1100px;
    gap: var(--space-3xl);
  }
  .how__steps li { flex: 1 1 0; }
  /* Reserve 2 lines of headline space so bodies align across columns
     regardless of which H3s wrap. */
  .how__steps h3 { min-height: 2.4em; }
}
.how__steps li {
  text-align: center;
}
/* Designer-toy step badge — same vinyl-orange recipe as .btn--toy */
.how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1;
  margin: 0 auto var(--space-md);
  text-shadow: 0 1px 0 rgba(120, 40, 0, 0.35);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(180deg, #FFA46E 0%, #F0824A 30%, #E8743C 55%, #BF4F1A 100%);
  box-shadow:
    0 0 0 1px rgba(170, 60, 10, 0.35) inset,
    0 -6px 0 0 rgba(120, 40, 0, 0.22) inset,
    0 12px 22px rgba(232, 116, 60, 0.38),
    0 4px 8px rgba(120, 40, 0, 0.18);
}
@media (max-width: 767px) {
  .how__num { width: 48px; height: 48px; font-size: 24px; }
}
.how__steps h3 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0 0 var(--space-md);
  font-size: clamp(24px, 3vw, 32px);
}
.how__steps p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
  color: var(--ink-primary);
  margin: 0 auto;
  max-width: 50ch;
}
.how__footnote {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: var(--ink-secondary);
  margin: var(--space-3xl) auto 0;
  max-width: 60ch;
}

/* =====================================================================
   §4 WHY DIFFERENT — centered list, type-led
   ===================================================================== */
.why { border-top: 1px solid var(--hairline); }
.why .section-heading {
  max-width: var(--content-prose);
  margin: 0 auto var(--space-3xl);
  text-align: center;
}
.why__list {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
}
.why__item {
  text-align: center;
}
.why__label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-sun);
  font-weight: 700;
  margin-bottom: var(--space-md);
}
.why__pos {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 28px);
  line-height: 1.3;
  color: var(--ink-primary);
  font-weight: 500;
  margin: 0 auto;
  max-width: 32ch;
}

/* =====================================================================
   MID-PAGE CTA
   ===================================================================== */
.mid-cta {
  text-align: center;
  border-top: 1px solid var(--hairline);
  padding: var(--space-2xl) var(--page-padding) !important;
}
@media (min-width: 1024px) {
  .mid-cta { padding: var(--space-2xl) var(--page-padding) !important; }
}

/* =====================================================================
   §5 LOVE LIST
   ===================================================================== */
.love {
  border-top: 1px solid var(--hairline);
  padding: var(--space-3xl) var(--page-padding) !important;
}
@media (min-width: 1024px) {
  .love { padding: var(--space-4xl) var(--page-padding) !important; }
}
.love .section-heading,
.love__list {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.love .section-heading { margin-bottom: var(--space-2xl); }
.love__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .love__list { padding: 0 var(--space-sm); }
}
.love__list li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
}
.love__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-sun);
}

/* =====================================================================
   §6 QUOTES
   ===================================================================== */
.quotes {
  border-top: 1px solid var(--hairline);
}
.quotes .section-heading {
  max-width: var(--content-medium);
  margin: 0 auto var(--space-2xl);
  text-align: center;
}
.quotes__grid {
  max-width: var(--content-medium);
  margin: 0 auto;
  padding: 0 var(--page-padding);
  display: grid;
  gap: var(--space-3xl);
}
@media (min-width: 1024px) {
  .quotes__grid { grid-template-columns: 1fr 1fr 1fr; gap: var(--space-2xl); }
}
.review {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  padding: var(--space-2xl);
  background: var(--bg-panel);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
@media (max-width: 600px) {
  .review { padding: var(--space-xl); }
}
.review__stars {
  color: var(--accent-sun);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.review blockquote {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.55;
  color: var(--ink-primary);
}
.review figcaption {
  font-size: 13px;
  color: var(--ink-secondary);
  padding-top: var(--space-xs);
  border-top: 1px solid var(--hairline);
  margin-top: auto;
}
.review figcaption strong { color: var(--ink-primary); font-weight: 700; }

/* =====================================================================
   §7 RESEARCH (lake band)
   ===================================================================== */
.research {
  background: var(--bg-lake);
  color: var(--ink-cream);
  border-top: 0;
  text-align: center;
}
.research__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: var(--space-3xl) 0;
}
@media (min-width: 1024px) {
  .research__inner { padding: var(--space-4xl) 0; }
}
.research .section-heading {
  color: var(--ink-cream);
  margin-bottom: var(--space-md);
}
.research p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: var(--ink-cream);
  opacity: 0.92;
  max-width: 56ch;
  margin: 0 auto;
}

/* =====================================================================
   §8 FAQ
   ===================================================================== */
.faq {
  border-top: 1px solid var(--hairline);
}
.faq .section-heading {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-2xl);
  text-align: center;
}
.faq__items {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-bottom: 1px solid var(--hairline);
}
.faq__item:first-child { border-top: 1px solid var(--hairline); }
.faq__item summary {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-primary);
  padding: var(--space-lg) 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  user-select: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--accent-sun);
  font-weight: 400;
  transition: transform 200ms ease;
  flex-shrink: 0;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item summary:hover { color: var(--accent-sun); }
.faq__item p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-secondary);
  margin: 0 0 var(--space-lg);
  max-width: none;
  padding-right: var(--space-2xl);
}
.faq__item p strong { color: var(--ink-primary); }
.faq__item p a { color: var(--ink-primary); text-decoration: underline; text-underline-offset: 3px; }

/* =====================================================================
   §9 FOUNDERS
   ===================================================================== */
.founders {
  border-top: 1px solid var(--hairline);
  text-align: center;
  padding: var(--space-4xl) var(--page-padding) !important;
}
@media (min-width: 1024px) {
  .founders { padding: var(--space-5xl) var(--page-padding) !important; }
}
.founders .section-heading {
  max-width: 720px;
  margin: 0 auto var(--space-2xl);
}
.founders__grid {
  max-width: 720px;
  margin: 0 auto var(--space-xl);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2xl);
}
@media (min-width: 768px) {
  .founders__grid { grid-template-columns: 1fr 1fr; }
}
.founder {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.founder__photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--hairline);
  margin-bottom: var(--space-md);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.founder__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: var(--ink-primary);
}
.founder__title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-sun);
  font-weight: 700;
  margin: 4px 0 var(--space-sm);
}
.founder__bio {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-secondary);
  margin: 0;
  max-width: 30ch;
}
.founders__close {
  max-width: 56ch;
  margin: var(--space-3xl) auto var(--space-xl);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.5;
  color: var(--ink-primary);
}
.founders__trial {
  margin: var(--space-md) auto 0;
  font-size: 14px;
  font-style: italic;
  color: var(--ink-secondary);
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
  border-top: 1px solid var(--hairline);
  padding: var(--space-2xl) var(--page-padding);
  text-align: center;
  color: var(--ink-secondary);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
}
.site-footer__ig {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-secondary);
  transition: border-color 120ms ease, color 120ms ease, transform 120ms ease;
}
.site-footer__ig:hover {
  border-color: var(--accent-sun);
  color: var(--accent-sun);
  transform: translateY(-1px);
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-sm) var(--space-lg);
}
.site-footer__nav a {
  color: var(--ink-secondary);
  text-decoration: none;
  padding: 6px 4px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-footer__nav a:hover { color: var(--ink-primary); }
.site-footer .copy { margin: 0; opacity: 0.65; font-size: 13px; }
.contact-btn {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--hairline);
  text-underline-offset: 3px;
  transition: color 120ms ease, text-decoration-color 120ms ease;
}
.contact-btn:hover,
.contact-btn:focus-visible {
  color: var(--accent-sun);
  text-decoration-color: var(--accent-sun);
  outline: none;
}
.contact-btn.is-copied {
  color: var(--accent-sun);
  text-decoration-color: var(--accent-sun);
}

/* =====================================================================
   404 PAGE
   ===================================================================== */
.dnf__main {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3xl) var(--page-padding);
  text-align: center;
}
.dnf__inner h1 {
  font-size: clamp(72px, 14vw, 144px);
  line-height: 0.95;
  margin: 0 0 var(--space-lg);
  letter-spacing: -0.03em;
  color: var(--ink-primary);
}
.dnf__inner p {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--ink-secondary);
  max-width: 50ch;
  margin: 0 auto var(--space-xl);
}

/* =====================================================================
   Legal pages (privacy.html, terms.html)
   ===================================================================== */
body.legal { background: var(--bg-canvas); }
body.legal .site-header { position: relative; }
.legal__main {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-2xl) var(--page-padding) var(--space-4xl);
}
.legal__main article h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.1;
  margin: 0 0 var(--space-sm);
  letter-spacing: -0.015em;
}
.legal__main article h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.25;
  margin: var(--space-2xl) 0 var(--space-sm);
  color: var(--ink-primary);
}
.legal__main article p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-primary);
  margin: 0 0 var(--space-md);
  max-width: none;
}
.legal__main article ul {
  margin: 0 0 var(--space-md);
  padding-left: var(--space-lg);
  list-style: disc;
}
.legal__main article ul li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-primary);
  margin-bottom: var(--space-xs);
}
.legal__main article a {
  color: var(--ink-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal__main article a:hover { color: var(--accent-sun); }
.legal__main article code {
  background: var(--hairline);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 14px;
}
.legal__updated {
  font-size: 14px;
  color: var(--ink-secondary);
  margin-bottom: var(--space-xl) !important;
}
.legal__footer-cta {
  margin-top: var(--space-2xl) !important;
  padding-top: var(--space-xl);
  border-top: 1px solid var(--hairline);
}
.legal__back {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  text-decoration: none !important;
}

/* =====================================================================
   Reduced motion
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
