/* ForgedLife public site. Shared by index, individuals, churches, women,
   privacy and terms. The church/join/brother/partner landing pages are
   self-contained and do not load this file. */

:root {
  --bg: #0B0B0C;
  --panel: #141416;
  --panel-2: #1B1B1E;
  --heat: #FF6B35;
  --heat-dim: rgba(255, 107, 53, 0.35);
  --heat-glow: rgba(255, 107, 53, 0.18);
  --text: #F2EFEA;
  --muted: #A8A39C;
  --line: rgba(242, 239, 234, 0.09);
  --line-strong: rgba(242, 239, 234, 0.16);
  --radius: 6px;
  --head: 'Bebas Neue', 'Oswald', Impact, 'Arial Narrow', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --wrap: 1180px;
  --gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Grain. One fixed layer, low opacity, no pointer events. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}

main, header, footer { position: relative; z-index: 1; }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--text); text-decoration: none; }
a:hover { color: var(--heat); }
p a { text-decoration: underline; text-decoration-color: var(--heat-dim); text-underline-offset: 3px; }
p a:hover { text-decoration-color: var(--heat); }

h1, h2, h3, h4 {
  font-family: var(--head);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
  color: var(--text);
}

h1 { font-size: clamp(56px, 8.6vw, 124px); letter-spacing: 0.005em; }
h2 { font-size: clamp(40px, 5.6vw, 72px); }
h3 { font-size: clamp(26px, 3vw, 36px); letter-spacing: 0.02em; }
h4 { font-size: 22px; letter-spacing: 0.03em; }

p { margin: 0 0 18px; }
p.lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: var(--text); max-width: 34em; }
.muted { color: var(--muted); }
.small { font-size: 14px; }

ul, ol { padding-left: 1.2em; margin: 0 0 18px; }
li { margin-bottom: 6px; }

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--heat);
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--heat); }

/* Buttons. One filled button per section; the rest are outlined. */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}
.btn:hover { border-color: var(--text); color: var(--text); }
.btn-primary { background: var(--heat); border-color: var(--heat); color: #0B0B0C; }
.btn-primary:hover { background: #FF7D4F; border-color: #FF7D4F; color: #0B0B0C; box-shadow: 0 0 0 4px var(--heat-glow); }
.btn svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 11, 12, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 68px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--head);
  font-size: 26px;
  letter-spacing: 0.08em;
  color: var(--text);
  line-height: 1;
}
.brand img { width: 34px; height: 34px; }
.brand:hover { color: var(--text); }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 14px; font-weight: 500; color: var(--muted); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
.nav a[aria-current="page"] { box-shadow: inset 0 -1px 0 var(--heat); padding-bottom: 2px; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-actions .btn { padding: 10px 16px; font-size: 14px; }
.nav-toggle { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; overflow: hidden; pointer-events: none; }
.nav-toggle:focus-visible ~ .nav-burger { outline: 2px solid var(--heat); outline-offset: 2px; border-radius: 4px; }
.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  margin-right: -10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--text); transition: transform 0.2s, opacity 0.2s; }

/* Hero */
.hero { padding: clamp(72px, 10vw, 140px) 0 clamp(56px, 7vw, 96px); position: relative; }
.hero::after {
  content: "";
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--heat) 0, var(--heat-dim) 30%, transparent 70%);
  max-width: var(--wrap);
  margin: 0 auto;
}
.hero h1 { max-width: 16ch; margin-bottom: 28px; }
.hero .lead { margin-bottom: 36px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: end; }
.hero-grid-center { align-items: center; }
.hero-compact { padding: clamp(48px, 6vw, 80px) 0 clamp(40px, 5vw, 64px); }
.hero-compact h1 { font-size: clamp(44px, 6vw, 80px); }
.hero-side { color: var(--muted); font-size: 15px; border-left: 1px solid var(--line-strong); padding-left: 20px; max-width: 30em; }
.hero-side strong { color: var(--text); font-weight: 600; }

/* Sections */
.section { padding: clamp(64px, 8vw, 120px) 0; border-top: 1px solid var(--line); }
.section-tight { padding: clamp(48px, 6vw, 80px) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head p { color: var(--muted); font-size: 18px; max-width: 34em; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
}
.split.reverse > .split-text { order: 2; }
.split.reverse > .split-media { order: 1; }
.split-text h2, .split-text h3 { margin-bottom: 18px; }
.split-text p { color: var(--muted); max-width: 30em; }
.split-text p strong { color: var(--text); font-weight: 600; }
.split-media { display: flex; justify-content: center; }
.split + .split { margin-top: clamp(64px, 8vw, 120px); }

.spec { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--line); }
.spec li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); margin: 0; font-size: 15px; color: var(--muted); }
.spec li b { color: var(--text); font-weight: 600; }

/* Phone and browser frames */
.phone {
  width: min(300px, 78vw);
  border-radius: 38px;
  border: 1px solid rgba(242, 239, 234, 0.2);
  background: #17171A;
  padding: 9px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px #000, 0 0 60px var(--heat-glow);
  flex: none;
}
.phone img { border-radius: 30px; width: 100%; aspect-ratio: 900 / 1954; object-fit: cover; }
.phone-sm { width: min(240px, 66vw); border-radius: 32px; }
.phone-sm img { border-radius: 24px; }

.tablet {
  width: 100%;
  max-width: 560px;
  border-radius: 18px;
  border: 1px solid rgba(242, 239, 234, 0.2);
  background: #17171A;
  padding: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px #000, 0 0 60px var(--heat-glow);
}
.tablet img { border-radius: 10px; }

.browser {
  width: 100%;
  max-width: 640px;
  border-radius: 8px;
  border: 1px solid rgba(242, 239, 234, 0.18);
  background: #17171A;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px #000;
}
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #3A3A3F; }
.browser-bar span { margin-left: 8px; flex: 1; height: 20px; border-radius: 4px; background: #232327; font-size: 11px; color: var(--muted); line-height: 20px; padding: 0 10px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.browser img { width: 100%; aspect-ratio: 1280 / 800; }

/* Fork panels */
.fork { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.panel {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s;
}
.panel::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--heat), transparent 60%); opacity: 0; transition: opacity 0.2s; }
.panel:hover { border-color: var(--line-strong); }
.panel:hover::before { opacity: 1; }
.panel h3 { margin-bottom: 6px; }
.panel p { color: var(--muted); margin: 0 0 6px; }
.panel .panel-link { margin-top: auto; padding-top: 18px; color: var(--heat); font-weight: 600; font-size: 15px; }
.panel .panel-link::after { content: " \2192"; }
.panel-dark { background: var(--panel-2); }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.pillar { border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); padding: 28px 24px 32px; min-height: 220px; display: flex; flex-direction: column; }
.pillar .num { font-family: var(--head); font-size: 15px; letter-spacing: 0.14em; color: var(--heat); margin-bottom: 26px; }
.pillar h3 { font-size: clamp(30px, 3.4vw, 44px); margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: 15px; margin: 0; max-width: 22em; }

/* Studies */
.study { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 72px); padding: clamp(32px, 4vw, 48px) 0; border-top: 1px solid var(--line); align-items: start; }
.study:last-child { border-bottom: 1px solid var(--line); }
.study h3 { margin-bottom: 8px; }
.study .meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.study .meta span { display: inline-flex; align-items: center; gap: 8px; }
.study .meta span::before { content: ""; width: 5px; height: 5px; background: var(--heat); border-radius: 50%; }
.study p { color: var(--muted); max-width: 30em; }
.weeks { list-style: none; padding: 0; margin: 0; counter-reset: wk; }
.weeks li { counter-increment: wk; display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); margin: 0; align-items: baseline; }
.weeks li:first-child { border-top: 0; }
.weeks li::before { content: "WK " counter(wk, decimal-leading-zero); font-family: var(--head); font-size: 16px; letter-spacing: 0.1em; color: var(--heat); }
.weeks li b { font-weight: 600; }
.weeks li small { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; font-family: var(--serif); font-style: italic; font-size: 16px; }
.phases { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.phases h4 { color: var(--heat); font-size: 15px; letter-spacing: 0.14em; margin-bottom: 10px; }
.phases ol { margin: 0; padding-left: 1.4em; color: var(--muted); font-size: 15px; }
.phases li { margin-bottom: 4px; }

/* Steps (churches) */
.step { display: grid; grid-template-columns: 90px 1fr 1fr; gap: clamp(20px, 4vw, 64px); align-items: center; padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.step .n { font-family: var(--head); font-size: clamp(64px, 8vw, 110px); line-height: 0.85; color: var(--heat); }
.step h3 { margin-bottom: 12px; }
.step p { color: var(--muted); max-width: 30em; }
.step .step-media { display: flex; justify-content: center; }
.step.reverse .step-text { order: 3; }
.step.reverse .step-media { order: 2; }

/* Trust box */
.trust { border: 1px solid var(--heat-dim); border-left: 3px solid var(--heat); border-radius: var(--radius); background: var(--panel); padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 40px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px 48px; }
.trust h3 { grid-column: 1 / -1; margin-bottom: 0; }
.trust p { margin: 0; color: var(--muted); }
.trust p strong { color: var(--text); font-weight: 600; }
.trust ul { margin: 0; padding-left: 1.1em; color: var(--muted); font-size: 15px; }

/* Pricing */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 20px; }
.tier { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px 26px; display: flex; flex-direction: column; }
.tier.featured { border-color: var(--heat-dim); background: var(--panel-2); }
.tier h3 { font-size: 30px; margin-bottom: 4px; }
.tier .who { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.tier .price { font-family: var(--head); font-size: 48px; line-height: 1; margin-bottom: 4px; }
.tier .price small { font-family: var(--body); font-size: 14px; color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.tier .note { color: var(--muted); font-size: 14px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.tier-wide { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 20px; }
.tier-wide h3 { font-size: 30px; margin: 0 0 4px; }
.tier-wide p { margin: 0; color: var(--muted); font-size: 15px; }
.includes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.includes div { font-size: 14px; color: var(--muted); padding-left: 12px; border-left: 1px solid var(--heat-dim); }
.includes div b { display: block; color: var(--text); font-weight: 600; margin-bottom: 2px; }
.pilot { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: space-between; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; }
.pilot p { margin: 0; max-width: 36em; }

/* FAQ */
.faq { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line-strong); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 44px 20px 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--heat);
  border-bottom: 1px solid var(--heat);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { color: var(--muted); max-width: 40em; margin: 0 0 22px; }

/* Pull quote */
.quote { text-align: center; padding: clamp(56px, 8vw, 110px) var(--gutter); }
.quote blockquote { margin: 0 auto; max-width: 30em; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.25; color: var(--text); }
.quote cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--body); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--heat); }

/* Closing */
.closing { text-align: center; padding: 0 var(--gutter) clamp(72px, 9vw, 130px); }
.closing .btn-row { justify-content: center; }
.closing h2 { margin-bottom: 14px; }
.closing p { color: var(--muted); max-width: 30em; margin: 0 auto 28px; }

/* Two-column compare (women) */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compare .panel h3 { margin-bottom: 14px; }
.compare ul { list-style: none; padding: 0; margin: 0; }
.compare li { padding: 10px 0; border-top: 1px solid var(--line); margin: 0; color: var(--muted); font-size: 15px; }
.compare li b { color: var(--text); font-weight: 600; }

/* Founder story */
.story { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(28px, 5vw, 72px); }
.story-side { color: var(--muted); font-size: 15px; }
.story-side .mark { width: 72px; height: 72px; margin-bottom: 18px; }
.story-body p { font-size: 18px; line-height: 1.65; max-width: 34em; }
.story-body p:first-child::first-letter { font-family: var(--head); font-size: 3.2em; float: left; line-height: 0.8; margin: 6px 10px 0 0; color: var(--heat); }
.story-body .signoff { color: var(--muted); font-size: 15px; margin-top: 8px; }

/* Legal */
.legal { display: grid; grid-template-columns: 240px 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.toc { position: sticky; top: 92px; font-size: 14px; }
.toc ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.toc li { margin: 0; border-bottom: 1px solid var(--line); }
.toc a { display: block; padding: 9px 0; color: var(--muted); }
.toc a:hover { color: var(--text); }
.legal-body h2 { font-size: 34px; margin: 48px 0 12px; scroll-margin-top: 90px; }
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body p, .legal-body li { color: var(--muted); max-width: 40em; }
.legal-body p strong, .legal-body li strong { color: var(--text); font-weight: 600; }
.legal-body .updated { font-size: 14px; color: var(--heat); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 28px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 40px; color: var(--muted); font-size: 14px; }
.site-footer .wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: start; }
.site-footer .brand { margin-bottom: 12px; font-size: 22px; }
.site-footer .brand img { width: 28px; height: 28px; }
.site-footer p { max-width: 30em; margin: 0 0 16px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; list-style: none; padding: 0; margin: 0; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--text); }
.copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; }

.app-store-note { font-size: 13px; color: var(--muted); }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid, .split, .fork, .compare, .story, .legal, .phases { grid-template-columns: 1fr; }
  .split.reverse > .split-text { order: 1; }
  .split.reverse > .split-media { order: 2; }
  .split-media { justify-content: flex-start; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .step { grid-template-columns: 64px 1fr; }
  .step .step-media { grid-column: 2; justify-content: flex-start; }
  .step.reverse .step-text { order: 0; }
  .step.reverse .step-media { order: 0; }
  .tiers { grid-template-columns: 1fr; }
  .includes { grid-template-columns: 1fr 1fr; }
  .trust { grid-template-columns: 1fr; }
  .study { grid-template-columns: 1fr; }
  .toc { position: static; }
  .hero-side { border-left: 0; padding-left: 0; }
  .site-footer .wrap { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav-burger { display: flex; }
  .nav, .nav-actions { display: none; }
  .nav-toggle:checked ~ .nav-panel { display: flex; }
  .nav-panel {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line-strong);
    padding: 8px var(--gutter) 20px;
  }
  .nav-panel .nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-panel .nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; color: var(--text); }
  .nav-panel .nav a[aria-current="page"] { box-shadow: none; color: var(--heat); }
  .nav-panel .nav-actions { display: flex; flex-direction: column; align-items: stretch; margin-top: 16px; }
  .nav-panel .nav-actions .btn { justify-content: center; padding: 14px; font-size: 15px; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (min-width: 821px) {
  .nav-panel { display: contents; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  :root { --gutter: 20px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { min-height: 0; padding: 22px 20px 24px; }
  .pillar .num { margin-bottom: 14px; }
  .includes { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; }
  .step .step-media { grid-column: 1; }
  .step .n { font-size: 56px; }
  .tier-wide { grid-template-columns: 1fr; }
  .spec li { grid-template-columns: 1fr; gap: 2px; }
  .weeks li { grid-template-columns: 52px 1fr; }
  .btn-row .btn { width: 100%; justify-content: center; }
  .closing .btn-row .btn, .pilot .btn { width: auto; }
  .footer-links { grid-template-columns: 1fr; }
  .brand { font-size: 22px; }
  .story-body p:first-child::first-letter { font-size: 2.6em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
