/* ============================================================
   Faharas — The AI Index · Landing pages
   Shared stylesheet used by /index.html and /about-us/index.html
   ============================================================ */

:root {
  color-scheme: light;
  --serif: "Fraunces", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --bg: #f4f5f7;
  --bg-elev: #ffffff;
  --bg-subtle: #f8f9fb;
  --bg-muted: #eef0f3;
  --text: #0f172a;
  --text-soft: #475569;
  --text-faint: #64748b;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --primary-btn-bg: #0f172a;
  --primary-btn-text: #ffffff;
  --primary-btn-hover: #1e293b;
  --green: #059669;
  --green-soft: #ecfdf5;
  --amber: #d97706;
  --amber-soft: #fffbeb;
  --red: #dc2626;
  --red-soft: #fef2f2;
  --blue: #2563eb;
  --blue-soft: #eff6ff;
  --violet: #7c3aed;
  --focus: #0f172a;
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.03);
  --shadow-strong: 0 10px 25px -5px rgba(0, 0, 0, 0.07), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --radius-sm: 8px;
  --radius-md: 12px;
  --measure: 36em;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b0f14;
  --bg-elev: #121820;
  --bg-subtle: #19222c;
  --bg-muted: #222d3a;
  --text: #f8fafc;
  --text-soft: #cbd5e1;
  --text-faint: #94a3b8;
  --line: #243040;
  --line-strong: #334155;
  --primary-btn-bg: #f8fafc;
  --primary-btn-text: #0f172a;
  --primary-btn-hover: #e2e8f0;
  --green: #34d399;
  --green-soft: #064e3b;
  --amber: #fbbf24;
  --amber-soft: #451a03;
  --red: #f87171;
  --red-soft: #450a0a;
  --blue: #60a5fa;
  --blue-soft: #172554;
  --violet: #c084fc;
  --focus: #60a5fa;
  --shadow: 0 4px 20px rgba(0, 0, 0, .4);
  --shadow-strong: 0 14px 40px rgba(0, 0, 0, .6);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: min(55vw, 680px);
  height: min(45vh, 480px);
  background: radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--blue) 5%, transparent) 0%, color-mix(in srgb, var(--blue) 1.5%, transparent) 45%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
::selection { background: color-mix(in srgb, var(--blue) 25%, transparent); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.mono { font-family: var(--mono); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.prose { max-width: var(--measure); }
.mono-val { font-family: var(--mono); font-size: 12.5px; color: var(--text-faint); }

/* ---------- Floating capsule navigation ---------- */
.mast {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%);
  z-index: 60;
  display: flex; align-items: center; gap: 4px;
  padding: 6px 8px;
  background: color-mix(in srgb, var(--bg-elev) 82%, transparent);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  max-width: calc(100vw - 20px);
}
.mast-brand {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 4px 12px 4px 6px; border-radius: 999px;
}
.brand-mark { width: 22px; height: 22px; color: var(--text); flex-shrink: 0; }
.mast-brand:hover .brand-mark { transform: rotate(360deg); transition: transform .5s; }
.brand-copy { display: grid; line-height: 1.15; gap: 2px; }
.brand-name { font-family: var(--sans); font-size: 15px; font-weight: 750; letter-spacing: -.02em; color: var(--text); white-space: nowrap; }
.brand-tag { font-size: 9px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .14em; font-family: var(--mono); font-weight: 600; white-space: nowrap; }

.mast-nav { display: flex; align-items: center; gap: 2px; padding: 0 4px; }
.mast-nav a {
  position: relative;
  padding: 8px 13px; border-radius: 999px;
  font-size: 13px; font-weight: 550; color: var(--text-soft);
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.mast-nav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px;
  height: 2px; border-radius: 2px; background: var(--blue);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s ease;
}
.mast-nav a:hover { color: var(--text); }
.mast-nav a:hover::after { transform: scaleX(1); }
.mast-nav a.active { color: var(--text); }
.mast-nav a.active::after { transform: scaleX(1); }

.mast-right { display: flex; align-items: center; gap: 4px; margin-left: 4px; }
.mast-date-chip {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; font-weight: 600;
  color: var(--text-faint);
  padding: 7px 13px; border-radius: 999px;
  background: var(--bg-muted); border: 1px solid var(--line);
  white-space: nowrap;
}
.theme-btn {
  width: 34px; height: 34px; min-width: 34px; min-height: 34px;
  display: inline-grid; place-items: center;
  background: transparent; color: var(--text-soft); border: 0;
  border-radius: 50%; cursor: pointer;
  transition: background .15s, color .15s;
}
.theme-btn:hover { background: var(--bg-muted); color: var(--text); }
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 150px;
  background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-strong); padding: 4px; z-index: 70;
  display: grid; gap: 2px;
}
.menu-item {
  display: flex; align-items: center; gap: 8px; width: 100%;
  padding: 8px 10px; border-radius: 6px; background: transparent; color: var(--text-soft);
  font-size: 13px; font-weight: 500; cursor: pointer; text-align: left;
  transition: background .12s, color .12s;
}
.menu-item:hover { background: var(--bg-subtle); color: var(--text); }
.theme-check { width: 14px; font-size: 12px; font-weight: 700; color: var(--blue); display: inline-flex; }
.dropdown-menu[hidden] { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; min-height: 48px; padding: 0 22px;
  border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 600; letter-spacing: -.005em;
  cursor: pointer; white-space: nowrap; text-decoration: none; line-height: 1;
  transition: background .15s, border-color .15s, box-shadow .15s, transform .05s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary-btn-bg); color: var(--primary-btn-text); border: 1px solid transparent; box-shadow: 0 1px 2px rgba(0,0,0,0.06); }
.btn-primary:hover { background: var(--primary-btn-hover); }
.btn-secondary { background: var(--bg-elev); color: var(--text); border: 1px solid var(--line-strong); box-shadow: var(--shadow); }
.btn-secondary:hover { background: var(--bg-subtle); border-color: var(--line-strong); }

/* ---------- Badges & chips ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600; padding: 4px 10px;
  border-radius: 4px; background: var(--bg-muted); color: var(--text-soft);
  border: 1px solid var(--line); white-space: nowrap; line-height: 1.3;
}
.badge.verified { background: var(--green-soft); color: var(--green); border-color: color-mix(in srgb, var(--green) 30%, transparent); }
.badge.current { background: var(--blue-soft); color: var(--blue); border-color: color-mix(in srgb, var(--blue) 30%, transparent); }
.badge.partial { background: var(--amber-soft); color: var(--amber); border-color: color-mix(in srgb, var(--amber) 30%, transparent); }
.meta-chip-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }

/* ---------- Hero ---------- */    .hero { padding: 132px 0 88px; text-align: center; }
    .hero.hero-sm { padding: 118px 0 64px; }
    .hero-sm .hero-title { font-size: clamp(34px, 5.5vw, 64px); }
.issue {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11.5px; letter-spacing: .18em; color: var(--text-faint); font-weight: 600;
}
.issue::before, .issue::after {
  content: ""; width: 34px; height: 1px; background: var(--line-strong);
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(48px, 8.5vw, 104px);
  line-height: 0.98; font-weight: 450; letter-spacing: -.03em;
  margin: 30px auto 0; max-width: 12em;
  color: var(--text);
}
.hero-title em { font-style: italic; }
.hero-lede {
  font-size: 19px; line-height: 1.7; color: var(--text-soft);
  max-width: 40em; margin: 28px auto 0;
}
.hero-lede strong { color: var(--text); font-weight: 600; }

/* ---------- Stat tiles ---------- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px; max-width: 920px; margin: 38px auto 0;
  text-align: left;
}
.stat {
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 13px 16px;
  box-shadow: var(--shadow);
}
.stat-label {
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; color: var(--text-faint);
}
.stat-value {
  font-family: var(--mono); font-size: 21px; font-weight: 700;
  color: var(--text); margin-top: 2px; font-variant-numeric: tabular-nums;
}

/* ---------- Countdown ---------- */
.countdown-wrap { margin: 48px auto 0; }
.countdown {
  display: inline-flex; align-items: stretch;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  padding: 18px 6px;
  font-variant-numeric: tabular-nums;
}
.cd-cell { display: grid; gap: 6px; min-width: 92px; padding: 0 16px; }
.cd-num {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(36px, 5.5vw, 60px); line-height: 1;
  color: var(--text); letter-spacing: -.02em;
}
.cd-label {
  font-size: 10.5px; letter-spacing: .2em; color: var(--text-faint);
  text-transform: uppercase; font-weight: 600;
}
.cd-sep { width: 1px; background: var(--line); margin: 6px 0; }
.launch-date {
  margin: 26px 0 0; font-size: 12px; letter-spacing: .22em;
  color: var(--text-soft); font-weight: 600;
}
.launch-date b { color: var(--blue); font-weight: 600; }

/* ---------- Notify form ---------- */
.notify-form {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  max-width: 480px; margin: 26px auto 0;
}
.notify-input {
  flex: 1 1 230px; min-width: 0; height: 48px; padding: 0 16px;
  border-radius: var(--radius-sm); border: 1px solid var(--line-strong);
  background: var(--bg-elev); color: var(--text); font-size: 14.5px;
  transition: border-color .15s, box-shadow .15s;
}
.notify-input::placeholder { color: var(--text-faint); }
.notify-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 18%, transparent); }
.form-note { margin: 14px 0 0; font-size: 12.5px; color: var(--text-faint); }
.text-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px; font-size: 13.5px; font-weight: 600; color: var(--blue);
}
.text-link:hover { text-decoration: underline; }    .notify-success {
      display: none; align-items: center; justify-content: center; gap: 8px;
      max-width: 480px; margin: 26px auto 0; padding: 14px 18px;
      background: var(--green-soft); color: var(--green); border: 1px solid color-mix(in srgb, var(--green) 30%, transparent);
      border-radius: var(--radius-sm); font-size: 14px; font-weight: 600;
    }

    /* ---------- Forms (contact page) ---------- */
    .field { display: grid; gap: 6px; margin-bottom: 14px; }
    .field label { font-size: 12.5px; font-weight: 600; color: var(--text-soft); }
    .control-input, .control-textarea {
      width: 100%; padding: 10px 12px;
      border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
      background: var(--bg-elev); color: var(--text); font-size: 14px;
      font-family: var(--sans);
      transition: border-color .15s, box-shadow .15s;
    }
    .control-input::placeholder, .control-textarea::placeholder { color: var(--text-faint); }
    .control-input:focus, .control-textarea:focus {
      outline: none; border-color: var(--blue);
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 18%, transparent);
    }
    .control-textarea { min-height: 130px; resize: vertical; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
    .contact-success {
      display: none; align-items: center; gap: 8px;
      margin-top: 18px; padding: 14px 18px;
      background: var(--green-soft); color: var(--green);
      border: 1px solid color-mix(in srgb, var(--green) 30%, transparent);
      border-radius: var(--radius-sm); font-size: 14px; font-weight: 600;
    }

/* ---------- Sections ---------- */
.section { border-top: 1px solid var(--line); padding: 84px 0; }
.sec-num { font-family: var(--mono); font-size: 12px; letter-spacing: .2em; color: var(--blue); font-weight: 600; margin: 0 0 14px; }
.sec-title {
  font-family: var(--serif); font-weight: 450; letter-spacing: -.02em;
  font-size: clamp(30px, 4.5vw, 46px); line-height: 1.1;
  margin: 0 0 10px; color: var(--text);
}
.sec-sub { font-size: 15.5px; color: var(--text-soft); max-width: 40em; margin: 0 0 20px; }
.sec-sub.push { margin-top: 46px; }
.sec-rule { width: 100%; height: 1px; background: var(--line); margin: 22px 0 34px; }
.sec-body { max-width: 42em; }
.sec-body p { font-size: 17px; line-height: 1.75; color: var(--text-soft); margin: 0 0 18px; }
.sec-body p:last-child { margin-bottom: 0; }
.sec-body strong { color: var(--text); font-weight: 600; }
.dropcap::first-letter {
  font-family: var(--serif); font-weight: 500; color: var(--text);
  float: left; font-size: 3.3em; line-height: 0.82;
  padding: 0.06em 0.1em 0 0;
}

/* ---------- Lifecycle stepper ---------- */
.life-wrap { margin-top: 34px; }
.life-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 8px;
}
.life-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, minmax(82px, 1fr));
  min-width: 860px; /* one row always — scrolls instead of wrapping */
}
.life-track {
  position: absolute; left: 4%; right: 4%; top: 20px;
  height: 2px; background: var(--line); z-index: 0;
  border-radius: 2px;
}
.life-track-fill {
  position: absolute; left: 0; top: 0; height: 100%; width: 0%;
  background: var(--blue); border-radius: 2px;
  transition: width .55s cubic-bezier(.4, 0, .2, 1);
}
.life-step {
  position: relative; z-index: 1;
  display: grid; justify-items: center; gap: 10px;
  padding: 0; background: none; border: 0; cursor: pointer;
  font: inherit; color: inherit;
}
.life-node {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg-elev); border: 1.5px solid var(--line-strong);
  font: 600 12.5px var(--mono); color: var(--text-soft);
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s, transform .2s;
}
.life-label {
  font-size: 12px; font-weight: 600; color: var(--text-faint);
  white-space: nowrap; letter-spacing: -.005em;
  transition: color .2s;
}
.life-step:hover .life-node,
.life-step:focus-visible .life-node,
.life-step.on .life-node {
  background: var(--primary-btn-bg); border-color: var(--primary-btn-bg);
  color: var(--primary-btn-text);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  transform: translateY(-2px);
}
.life-step:hover .life-label,
.life-step:focus-visible .life-label,
.life-step.on .life-label { color: var(--text); }

.life-detail {
  margin-top: 24px;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 14px 18px;
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: var(--radius-sm); box-shadow: var(--shadow);
  min-height: 54px;
}
.life-detail.pop { animation: ld-pop .25s ease; }
@keyframes ld-pop { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.ld-num { font: 600 11px var(--mono); letter-spacing: .18em; color: var(--blue); text-transform: uppercase; white-space: nowrap; }
.ld-sep { width: 1px; align-self: stretch; background: var(--line); }
.ld-name { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--text); letter-spacing: -.01em; white-space: nowrap; }
.ld-desc { font-size: 13.5px; color: var(--text-soft); }
.life-play {
  margin-left: auto; flex-shrink: 0;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg-subtle); border: 1px solid var(--line); color: var(--text-soft);
  cursor: pointer; transition: background .15s, color .15s, border-color .15s;
}
.life-play:hover { background: var(--bg-muted); color: var(--text); }
.life-play.playing { background: var(--blue-soft); color: var(--blue); border-color: color-mix(in srgb, var(--blue) 30%, transparent); }

/* ---------- Unified cards (V3 style) ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  gap: 14px;
}
.cards-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card {
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: var(--radius-sm); box-shadow: var(--shadow);
  padding: 16px; display: flex; flex-direction: column; gap: 10px;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
  position: relative;
}
.card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-strong); transform: translateY(-1px); }
.card-head { display: flex; align-items: center; gap: 11px; }
.resource-mark {
  width: 40px; height: 40px; min-width: 40px; min-height: 40px;
  flex-shrink: 0; border-radius: var(--radius-sm);
  background: var(--bg-subtle); border: 1px solid var(--line);
  display: grid; place-items: center;
  font: 700 12px var(--mono); color: var(--text);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
.card-title { font-size: 15px; font-weight: 650; color: var(--text); margin: 0; letter-spacing: -.01em; line-height: 1.25; }
.card-desc { font-size: 13px; color: var(--text-soft); line-height: 1.5; margin: 0; flex: 1; }
.card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding-top: 10px; border-top: 1px solid var(--line);
}
.card-foot .mono-val { font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.card-arrow { color: var(--blue); font-size: 13px; font-family: var(--mono); }

/* ---------- Chips (about page) ---------- */
.chips-row { display: flex; flex-wrap: wrap; gap: 8px; max-width: 46em; margin-top: 24px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: var(--radius-sm);
  font-family: var(--mono); font-size: 12px; font-weight: 600;
  background: var(--bg-elev); border: 1px solid var(--line); color: var(--text-soft);
  white-space: nowrap;
}
.chips-note { margin: 18px 0 0; font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; color: var(--text-faint); text-transform: uppercase; font-weight: 600; }

/* ---------- Story timeline (story page) ---------- */
.tl-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0 36px;
  align-items: start;
  margin-top: 34px;
}
.tl-rail { position: relative; padding: 6px 0; }
.tl-line {
  position: absolute; left: 23px; top: 14px; bottom: 14px;
  width: 2px; background: var(--line); border-radius: 2px;
}
.tl-node {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 14px; width: 100%;
  padding: 13px 0; background: none; border: 0; cursor: pointer;
  font: inherit; color: inherit; text-align: left;
}
.tl-dot {
  width: 46px; height: 46px; min-width: 46px; min-height: 46px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg-elev); border: 1.5px solid var(--line-strong);
  font: 600 11px var(--mono); color: var(--text-soft);
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s, transform .2s;
}
.tl-node-label { display: grid; gap: 2px; line-height: 1.25; }
.tl-years { font: 600 11px var(--mono); letter-spacing: .06em; color: var(--text-faint); }
.tl-name { font-size: 13.5px; font-weight: 650; color: var(--text-soft); transition: color .2s; }
.tl-node:hover .tl-dot,
.tl-node:focus-visible .tl-dot,
.tl-node.on .tl-dot {
  background: var(--primary-btn-bg); border-color: var(--primary-btn-bg);
  color: var(--primary-btn-text); box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  transform: translateY(-1px);
}
.tl-node:hover .tl-name,
.tl-node:focus-visible .tl-name,
.tl-node.on .tl-name { color: var(--text); }

.tl-panes { position: relative; }
.tl-pane { display: none; }
.tl-pane.on { display: block; animation: ld-pop .28s ease; }
.tl-pane-inner {
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: var(--radius-md); box-shadow: var(--shadow);
  padding: 28px 30px;
}
.tl-pane-title {
  font-family: var(--serif); font-weight: 450; letter-spacing: -.015em;
  font-size: clamp(21px, 2.6vw, 28px); line-height: 1.2;
  margin: 0 0 14px; color: var(--text);
}
.tl-pane .sec-body p { font-size: 15.5px; }
.tl-pane .stats-grid { margin: 22px 0 0; }
.tl-pane .stat { padding: 11px 14px; }
.tl-pane .stat-value { font-size: 18px; }

.tl-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-top: 40px;
}
.tl-top-copy { margin: 0; font-size: 15.5px; color: var(--text-soft); max-width: 40em; }

/* ---------- FAQ (story page) ---------- */
.faq-list { display: grid; gap: 10px; max-width: 46em; margin-top: 26px; }
.faq {
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: var(--radius-sm); box-shadow: var(--shadow);
}
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 15px 18px;
  font-size: 14.5px; font-weight: 650; color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex-shrink: 0;
  font: 600 17px var(--mono); color: var(--blue);
  transition: transform .2s;
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--text); }
.faq-body {
  padding: 0 18px 16px; margin: 0;
  font-size: 13.5px; color: var(--text-soft); line-height: 1.65;
}

/* ---------- Closing ---------- */
.closing { padding: 96px 0 88px; text-align: center; border-top: 1px solid var(--line); }
.closing-title {
  font-family: var(--serif); font-weight: 450; letter-spacing: -.02em;
  font-size: clamp(32px, 5vw, 52px); line-height: 1.12; margin: 0;
  color: var(--text);
}
.closing-date {
  margin: 20px 0 0; font-family: var(--mono); font-size: 13px;
  letter-spacing: .24em; color: var(--blue); font-weight: 600;
}
.closing-lede { font-size: 17px; color: var(--text-soft); max-width: 32em; margin: 22px auto 0; }
.closing-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px; font-size: 13.5px; font-weight: 600; color: var(--blue);
}
.closing-link:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.lp-footer { border-top: 1px solid var(--line); padding: 40px 0 34px; }
.lp-footer-inner {
  max-width: 1080px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}    .lp-footer-line { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; color: var(--text-faint); }
    .lp-footer-copy { font-size: 12.5px; color: var(--text-faint); }
    .lp-footer-nav { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
    .lp-footer-nav a { font-size: 12.5px; font-weight: 500; color: var(--text-faint); transition: color .15s; }
    .lp-footer-nav a:hover { color: var(--text); }

/* ---------- Toasts ---------- */
.toast-region { position: fixed; bottom: 84px; right: 24px; display: grid; gap: 8px; z-index: 250; pointer-events: none; }
.toast {
  background: var(--text); color: var(--bg); padding: 10px 16px;
  border-radius: var(--radius-sm); font-size: 13px; font-weight: 500;
  box-shadow: var(--shadow-strong); display: flex; align-items: center; gap: 10px;
  animation: toast-in .2s ease;
}
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .mast-date-chip { display: none; }
}
@media (max-width: 760px) {
  .mast-nav { display: none; }
  .hero { padding: 110px 0 64px; }
  .section, .closing { padding: 64px 0; }
  .tl-layout { grid-template-columns: 1fr; gap: 18px; }
  .tl-rail {
    display: flex; overflow-x: auto; gap: 8px;
    padding: 2px 2px 8px; -webkit-overflow-scrolling: touch;
  }
  .tl-line { display: none; }
  .tl-node {
    flex-direction: column; gap: 6px; width: auto;
    min-width: 132px; text-align: center;
    padding: 10px 12px;
    background: var(--bg-elev); border: 1px solid var(--line);
    border-radius: var(--radius-sm);
  }
  .tl-node.on { border-color: var(--primary-btn-bg); }
  .tl-dot { width: 40px; height: 40px; min-width: 40px; min-height: 40px; }
  .tl-pane-inner { padding: 22px 20px; }
}
@media (max-width: 380px) {
  .brand-tag { display: none; }
}
@media (max-width: 640px) {
  .cards-grid.two-col { grid-template-columns: 1fr; }
}    @media (max-width: 560px) {
      .countdown {
        display: grid; grid-template-columns: repeat(2, 1fr);
        width: min(100%, 300px); row-gap: 18px;
        padding: 20px 8px;
      }
      .cd-sep { display: none; }
      .cd-cell { min-width: 0; padding: 0; text-align: center; }
      .form-grid { grid-template-columns: 1fr; }
    }
