/* ============================================================
   GUILDSTEW — Kickstarter pre-launch page
   Builds on styles.css (tokens, nav, buttons, footer, waitlist).
   Only KS-specific components live here.
   ============================================================ */

/* Kickstarter touch: every decorative radial glow on this page goes
   mint-green (the green Kickstarter leans on), regardless of the
   orange/teal/purple class in the markup. Scoped here so the main
   site's glows are untouched (kickstarter.css only loads on this page). */
.flow-glow.orange,
.flow-glow.teal,
.flow-glow.purple {
  background: #2FE3A4 !important;
}

/* ---- KS hero ---- */
.ks-hero {
  min-height: 100vh;
  padding: 170px 0 90px;
  overflow: visible;
}
.ks-hero .flow-glow.g1 { top: -8%; left: -8%; width: 620px; height: 620px; }
.ks-hero .flow-glow.g2 { bottom: -160px; right: -6%; width: 600px; height: 600px; opacity: 0.4; }

.ks-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.ks-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  padding: 15px 30px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.18rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate-3);
  margin-bottom: 26px;
  backdrop-filter: blur(10px);
}
.ks-badge .ks-ks-mark {
  display: inline-grid;
  place-items: center;
  width: 20px; height: 20px;
  border-radius: 6px;
  background: var(--orange);
  color: var(--cream);
  font-family: 'Cherry Cream Soda', serif;
  font-size: 0.74rem;
  line-height: 1;
}
.ks-badge .ks-wordmark {
  height: 24px;
  width: auto;
  display: block;
  position: relative;
  top: -1px;
}
.ks-hero h1 {
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  line-height: 0.99;
  margin-bottom: 24px;
}
.ks-hero h1 .text-orange { display: inline-block; }
.ks-hero p.lede {
  font-size: 1.16rem;
  color: var(--slate-3);
  max-width: 540px;
  margin-bottom: 32px;
}
.ks-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

/* ---- Countdown ---- */
.countdown {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.count-unit {
  background: linear-gradient(165deg, rgba(46,39,104,0.4), rgba(20,24,45,0.6));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 16px 8px 12px;
  min-width: 78px;
  text-align: center;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}
.count-unit .num {
  font-family: 'Cherry Cream Soda', serif;
  font-size: 2.1rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.count-unit .lab {
  display: block;
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate);
}
.countdown-cap {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-light);
  margin-bottom: 14px;
}

/* ---- KS hero side card (campaign snapshot) ---- */
.ks-snapshot {
  background: linear-gradient(165deg, rgba(35,41,68,0.92), rgba(20,24,45,0.98));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow-lg), 0 0 80px -22px rgba(255,83,0,0.25);
  backdrop-filter: blur(20px);
}
.ks-snapshot h3 {
  font-family: 'Cherry Cream Soda', serif;
  font-size: 1.4rem;
  color: var(--cream);
  margin-bottom: 18px;
}
.ks-snap-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ks-snap-row:last-of-type { border-bottom: none; }
.ks-snap-row .k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
}
.ks-snap-row .v {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--cream);
  text-align: right;
}
.ks-snap-row .v.accent { color: var(--orange-light); }
.ks-snap-note {
  margin-top: 16px;
  font-size: 0.82rem;
  color: var(--slate-2);
  line-height: 1.5;
}

/* ---- Recap mini-cards ---- */
.recap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 2;
}
.recap-card {
  background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  transition: transform 0.3s, border-color 0.3s;
}
.recap-card:hover { transform: translateY(-4px); border-color: rgba(255,83,0,0.35); }
.recap-card .ic {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  color: var(--cream);
  font-family: 'Cherry Cream Soda', serif;
  font-size: 1.2rem;
  margin-bottom: 14px;
  box-shadow: 0 8px 20px -6px rgba(255,83,0,0.5);
}
.recap-card:nth-child(2n) .ic {
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  box-shadow: 0 8px 20px -6px rgba(31,168,143,0.45);
}
.recap-card h4 { font-family: 'Cherry Cream Soda', serif; font-size: 1.2rem; color: var(--cream); margin-bottom: 6px; }
.recap-card p { color: var(--slate-2); font-size: 0.92rem; margin: 0; }

/* ---- Why Kickstarter ---- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative; z-index: 2;
}
.why-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.why-list li {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.why-list li:last-child { border-bottom: none; }
.why-list .n {
  flex: 0 0 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  color: var(--cream);
  display: grid; place-items: center;
  font-family: 'Cherry Cream Soda', serif; font-size: 0.95rem;
  box-shadow: 0 6px 16px -4px rgba(255,83,0,0.5);
}
.why-list h4 { font-family: 'Cherry Cream Soda', serif; color: var(--cream); font-size: 1.15rem; margin-bottom: 3px; }
.why-list p { color: var(--slate-2); font-size: 0.93rem; margin: 0; max-width: 46ch; }

/* ============================================================
   FUNDING LADDER ($2K → $10K milestone goals)
   ============================================================ */
.fund-section { position: relative; overflow: visible; }
.fund-section .flow-glow.g1 { top: -150px; right: -8%; width: 560px; height: 560px; opacity: 0.4; }
.ladder {
  max-width: 760px;
  margin: 0 auto;
  position: relative; z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rung {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 20px;
  background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 24px;
  backdrop-filter: blur(10px);
  position: relative;
  transition: transform 0.3s, border-color 0.3s;
}
.rung:hover { transform: translateX(4px); border-color: rgba(255,83,0,0.35); }
.rung .amt {
  font-family: 'Cherry Cream Soda', serif;
  font-size: 1.7rem;
  color: var(--orange-light);
  line-height: 1;
}
.rung .unlock { color: var(--slate-3); font-weight: 500; }
.rung .unlock strong { color: var(--cream); }
.rung .tick {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.18);
  display: grid; place-items: center;
  color: var(--slate);
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.rung.goal {
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  border-color: transparent;
  box-shadow: 0 18px 40px -14px rgba(255,83,0,0.6);
}
.rung.goal .amt { color: var(--cream); font-size: 2rem; }
.rung.goal .unlock { color: var(--cream); }
.rung.goal .unlock strong { color: var(--navy); }
.rung.goal .tick { border-color: rgba(255,255,255,0.6); color: var(--cream); }
.fund-foot {
  text-align: center;
  margin-top: 26px;
  color: var(--slate-2);
  font-size: 0.95rem;
  position: relative; z-index: 2;
}
.fund-foot em.h { color: var(--orange-light); font-style: italic; }

/* ============================================================
   REWARD TIERS
   ============================================================ */
.tiers-section { position: relative; overflow: visible; }
.tiers-section .flow-glow.g1 { top: -140px; left: -8%; width: 560px; height: 560px; opacity: 0.38; }
.tiers-section .flow-glow.g2 { bottom: -160px; right: -8%; width: 540px; height: 540px; opacity: 0.32; }
.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative; z-index: 2;
}
.tier-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgba(35,41,68,0.7), rgba(20,24,45,0.9));
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  position: relative;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.tier-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,83,0,0.4);
  box-shadow: var(--shadow), 0 0 44px -12px rgba(255,83,0,0.3);
}
.tier-card.featured {
  border-color: rgba(255,83,0,0.55);
  box-shadow: var(--shadow), 0 0 50px -12px rgba(255,83,0,0.4);
  background: linear-gradient(165deg, rgba(255,83,0,0.12), rgba(20,24,45,0.92));
}
.tier-flag {
  position: absolute;
  top: -12px; left: 22px;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  color: var(--cream);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
  box-shadow: 0 6px 18px -4px rgba(255,83,0,0.55);
}
.tier-flag.limited {
  background: rgba(9,11,26,0.85);
  border: 1px solid rgba(55,242,209,0.5);
  color: var(--teal-light);
}
.tier-price {
  font-family: 'Cherry Cream Soda', serif;
  font-size: 2.3rem;
  line-height: 1;
  color: var(--cream);
}
.tier-price .cur { font-size: 1.2rem; color: var(--orange-light); vertical-align: 0.5em; }
.tier-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange-light);
  margin: 8px 0 4px;
}
.tier-tag {
  color: var(--slate-2);
  font-size: 0.86rem;
  font-style: italic;
  min-height: 38px;
  margin-bottom: 14px;
}
.tier-incl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
  padding: 10px 0 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: auto;
}
.tier-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.tier-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.86rem;
  color: var(--slate-3);
  line-height: 1.4;
}
.tier-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 15px; height: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F8A47C' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12 l4 4 l10 -10'/></svg>") no-repeat center / contain;
}
.tier-list li.merch::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2337F2D1' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2 L3 6 v14 a2 2 0 0 0 2 2 h14 a2 2 0 0 0 2 -2 V6 l-3 -4 Z'/><path d='M3 6 h18'/><path d='M16 10 a4 4 0 0 1 -8 0'/></svg>") no-repeat center / contain;
}
.tier-list li strong { color: var(--cream); }
.tier-prev {
  font-size: 0.82rem;
  color: var(--orange-light);
  font-weight: 600;
  margin-bottom: 12px;
}
.tiers-note {
  text-align: center;
  margin-top: 30px;
  color: var(--slate-2);
  font-size: 0.92rem;
  position: relative; z-index: 2;
}

/* ============================================================
   STRETCH GOALS
   ============================================================ */
.stretch-section { position: relative; overflow: visible; }
.stretch-section .flow-glow.g1 { top: -140px; right: -10%; width: 540px; height: 540px; opacity: 0.4; }
.stretch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  position: relative; z-index: 2;
}
.stretch-card {
  background: linear-gradient(165deg, rgba(46,39,104,0.4), rgba(20,24,45,0.75));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}
.stretch-card .sg-amt {
  font-family: 'Cherry Cream Soda', serif;
  font-size: 2rem;
  color: var(--orange-light);
  line-height: 1;
}
.stretch-card h4 {
  font-family: 'Cherry Cream Soda', serif;
  font-size: 1.5rem;
  color: var(--cream);
  margin: 6px 0 12px;
}
.stretch-card p { color: var(--slate-2); font-size: 0.95rem; margin-bottom: 14px; }
.sg-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sg-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  color: var(--slate-3);
  line-height: 1.45;
}
.sg-list li::before {
  content: '✦';
  position: absolute; left: 0; top: 0;
  color: var(--orange);
}
.sg-list li strong { color: var(--cream); }
.sg-tester {
  margin-top: 16px;
  padding: 12px 16px;
  border-left: 3px solid var(--orange);
  background: rgba(255,83,0,0.07);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--orange-light);
  font-size: 0.9rem;
}
/* Locked / teased goals */
.stretch-locked {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.sg-tease {
  background: linear-gradient(165deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sg-tease .lock {
  font-size: 1.1rem;
  color: var(--slate);
  margin-bottom: 8px;
}
.sg-tease .sg-amt { font-size: 1.5rem; display: block; filter: blur(0); }
.sg-tease .blurred {
  margin-top: 6px;
  font-family: 'Cherry Cream Soda', serif;
  font-size: 1.05rem;
  color: var(--slate-2);
  filter: blur(5px);
  user-select: none;
}
.sg-tease .reveal-tag {
  margin-top: 10px;
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate);
}
.stretch-disclaimer {
  text-align: center;
  margin-top: 26px;
  color: var(--slate);
  font-size: 0.85rem;
  max-width: 720px;
  margin-left: auto; margin-right: auto;
  position: relative; z-index: 2;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-section { position: relative; overflow: visible; }
.timeline-section .flow-glow.g1 { top: -130px; left: -8%; width: 540px; height: 540px; opacity: 0.38; }
.timeline {
  max-width: 760px;
  margin: 0 auto;
  position: relative; z-index: 2;
  padding-left: 8px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 27px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--orange), var(--teal));
  opacity: 0.5;
}
.tl-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding-bottom: 30px;
  position: relative;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--navy-2);
  border: 2px solid var(--orange);
  display: grid; place-items: center;
  font-family: 'Cherry Cream Soda', serif;
  color: var(--orange-light);
  font-size: 0.9rem;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--navy);
}
.tl-item.done .tl-dot { background: var(--orange); border-color: transparent; color: var(--cream); }
.tl-item.key .tl-dot { background: var(--teal); border-color: transparent; color: var(--cream); box-shadow: 0 0 0 6px var(--navy), 0 0 22px -2px var(--teal); }
.tl-body { padding-top: 4px; }
.tl-date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-light);
}
.tl-body h4 { font-family: 'Cherry Cream Soda', serif; font-size: 1.3rem; color: var(--cream); margin: 4px 0 6px; }
.tl-body p { color: var(--slate-2); font-size: 0.93rem; margin: 0; max-width: 52ch; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { position: relative; overflow: visible; }
.faq-section .flow-glow.g1 { bottom: -140px; right: -8%; width: 520px; height: 520px; opacity: 0.34; }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  position: relative; z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: linear-gradient(165deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
}
.faq-item[open] { border-color: rgba(255,83,0,0.4); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: 'Cherry Cream Soda', serif;
  font-size: 1.18rem;
  color: var(--cream);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q-mark {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  position: relative;
  transition: transform 0.3s;
}
.faq-item summary .q-mark::before,
.faq-item summary .q-mark::after {
  content: '';
  position: absolute;
  background: var(--orange-light);
  border-radius: 2px;
}
.faq-item summary .q-mark::before { top: 12px; left: 4px; right: 4px; height: 2px; }
.faq-item summary .q-mark::after  { left: 12px; top: 4px; bottom: 4px; width: 2px; transition: transform 0.3s; }
.faq-item[open] summary .q-mark::after { transform: scaleY(0); }
.faq-answer {
  padding: 0 24px 22px;
  color: var(--slate-2);
  font-size: 0.98rem;
  line-height: 1.6;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.34s ease;
}
@media (prefers-reduced-motion: reduce) {
  .faq-answer { transition: none; }
}
.faq-answer p { margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--cream); }

/* ============================================================
   TEAM / STUDIO
   ============================================================ */
.team-section { position: relative; overflow: visible; }
.team-section .flow-glow.g1 { top: -120px; left: -10%; width: 520px; height: 520px; opacity: 0.36; }
.team-card {
  max-width: 880px;
  margin: 0 auto;
  position: relative; z-index: 2;
  background: linear-gradient(165deg, rgba(46,39,104,0.45), rgba(20,24,45,0.85));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 44px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}
.team-card .logo-orb {
  width: 178px; height: 178px;
  margin: 0 auto 24px;
  padding: 0;
  border-radius: 40px;
  display: inline-grid; place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  box-shadow: 0 24px 60px -16px rgba(255,83,0,0.6);
}
.team-card .logo-orb img { width: 150px; height: auto; display: block; }
.team-card h3 { font-family: 'Cherry Cream Soda', serif; font-size: 1.9rem; color: var(--cream); margin-bottom: 14px; }
.team-card p { color: var(--slate-2); font-size: 1.02rem; max-width: 60ch; margin: 0 auto 14px; }
.team-card p strong { color: var(--cream); }
.team-card em.h { color: var(--orange-light); font-style: italic; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .ks-hero-grid, .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .recap-grid { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: repeat(2, 1fr); }
  .stretch-grid { grid-template-columns: 1fr; }
  .stretch-locked { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ks-hero { padding: 130px 0 60px; }
  .rung { grid-template-columns: 88px 1fr; }
  .rung .tick { display: none; }
  .tier-grid { grid-template-columns: 1fr; }
  .stretch-locked { grid-template-columns: 1fr 1fr; }
  .count-unit { min-width: 64px; padding: 12px 6px 10px; }
  .count-unit .num { font-size: 1.7rem; }
  .team-card { padding: 30px 22px; }
}

/* === #why glow must not clip against the section above (.feature is overflow:hidden) === */
#why.feature { overflow: visible; }

/* The global .container uses `margin:0 auto`, which on a flex-item child of the
   column-flex <section> cancels align-items:stretch and makes the container
   shrink-wrap to its content. In the FAQ that means the box width changes
   between collapsed (short questions) and expanded (long answers). Force a
   definite width so the FAQ list stays a constant 820px open or closed. */
#faq > .container { width: 100%; }

/* === Launch-alert email capture (email-only) === */
#alertForm.is-stacked { max-width: 520px; }
#alertForm .apply-row { align-items: stretch; }
#alertForm .apply-row button {
  width: auto;
  flex: none;
  margin-top: 0;
  white-space: nowrap;
}
#alertForm .form-fineprint {
  margin: 12px 0 0;
  font-size: 0.82rem;
  color: var(--slate-3);
  text-align: center;
  max-width: none;
}
@media (max-width: 600px) {
  #alertForm .apply-row button { width: 100%; }
}
