/* ============================================================
   $WOODCOIN — premium dark, minimal, cinematic
   One accent. Lots of air. Hairline borders.
   ============================================================ */

:root {
  --bg: #0a0c0a;
  --panel: rgba(255, 255, 255, 0.03);
  --ink: #f2f4ef;
  --muted: #9aa79c;
  --faint: #5d6a60;
  --fire: #ff5a1f;
  --fire-soft: #ff7a45;
  --money: #4ade80;
  --gold: #eab547;
  --line: rgba(255, 255, 255, 0.09);
  --r: 18px;
  --sans: "Space Grotesk", "Inter", -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --body: "Inter", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis { scroll-behavior: auto; }
/* the nav dock is fixed, so anchor jumps must clear it or the section
   heading lands underneath the bar */
html { scroll-padding-top: 100px; }

body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--fire); color: #fff; }
img { display: block; max-width: 100%; }
code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.88em; }

h1, h2, h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; }
h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
h2 em, h1 em {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  letter-spacing: 0;
}
h2 em { color: var(--fire-soft); }
h3 { font-size: 1.12rem; font-weight: 600; }
a { color: var(--ink); }

.wrap { max-width: 880px; margin: 0 auto; padding: 0 28px; }
.wrap--wide { max-width: 1120px; }
.section { padding: 140px 0; }

.kicker {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--fire-soft);
  margin-bottom: 20px;
}
.sub { color: var(--muted); font-size: 1.06rem; max-width: 560px; margin-top: 18px; }
.fine { font-size: 0.78rem; color: var(--faint); line-height: 1.7; margin-top: 40px; max-width: 720px; }
.link { color: var(--fire-soft); font-weight: 600; text-decoration: none; font-size: 0.92rem; }
.link:hover { text-decoration: underline; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 30px; border-radius: 999px;
  font-family: var(--sans); font-weight: 700; font-size: 0.94rem; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s;
}
.btn:hover { transform: translateY(-1px); }
.btn--fire {
  background: var(--fire); color: #fff;
  box-shadow: 0 8px 30px -8px rgba(255, 90, 31, 0.55);
}
.btn--fire:hover { background: var(--fire-soft); box-shadow: 0 12px 36px -8px rgba(255, 90, 31, 0.7); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: rgba(255, 255, 255, 0.3); }
.btn--xl { padding: 17px 36px; font-size: 1rem; }

/* ---------- nav: floating glass dock ---------- */
.nav {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 1000;
  display: flex; justify-content: center; pointer-events: none;
  padding: 0 16px;
}
.nav__dock {
  position: relative;
  pointer-events: auto;
  display: flex; align-items: center; gap: 22px;
  background: rgba(12, 14, 12, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 10px 8px 20px;
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 10px 40px -12px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.nav__dock.is-scrolled {
  background: rgba(10, 12, 10, 0.88);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 44px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 90, 31, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.nav__brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 700; font-size: 0.92rem; letter-spacing: 0.08em;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.nav__links { position: relative; display: flex; gap: 4px; }
.nav__links a {
  position: relative; z-index: 1;
  color: var(--muted); text-decoration: none; font-family: var(--sans);
  font-size: 0.84rem; font-weight: 600; transition: color 0.15s;
  padding: 8px 14px; border-radius: 999px; white-space: nowrap;
}
.nav__links a:hover { color: #fff; }
.nav__glider {
  position: absolute; top: 0; left: 0; height: 100%; width: 0; z-index: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 90, 31, 0.22), rgba(255, 122, 69, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 122, 69, 0.35), 0 0 18px -4px rgba(255, 90, 31, 0.5);
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), width 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}
.nav__live {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--sans); font-size: 0.74rem; font-weight: 600; color: var(--muted);
  border: 1px solid rgba(255, 90, 31, 0.3); border-radius: 999px;
  padding: 6px 13px; white-space: nowrap;
  background: rgba(255, 90, 31, 0.06);
}
.nav__live b { color: var(--fire-soft); font-variant-numeric: tabular-nums; }
.nav__cta { padding: 10px 22px; font-size: 0.84rem; }
.nav__social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; flex: none;
  color: var(--muted); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
}
.nav__social:hover {
  color: var(--ink); border-color: rgba(255, 90, 31, 0.45);
  background: rgba(255, 90, 31, 0.1); transform: translateY(-1px);
}
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 2px; }

/* ---------- ember cursor ---------- */
.has-ember-cursor, .has-ember-cursor a, .has-ember-cursor button,
.has-ember-cursor summary, .has-ember-cursor input, .has-ember-cursor label { cursor: none; }
.cursor-dot, .cursor-ring, .cursor-spark {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 99999;
  border-radius: 50%;
}
.cursor-dot {
  width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px;
  background: #ffcf99;
  box-shadow: 0 0 10px 2px rgba(255, 122, 61, 0.9), 0 0 26px 6px rgba(255, 90, 31, 0.35);
  opacity: 0; transition: opacity 0.25s;
}
.cursor-ring {
  width: 34px; height: 34px; margin: -17px 0 0 -17px;
  border: 1.5px solid rgba(255, 150, 90, 0.55);
  opacity: 0;
  transition: opacity 0.25s, width 0.22s ease, height 0.22s ease, margin 0.22s ease,
    border-color 0.22s, background 0.22s;
}
.cursor-ring.is-hot {
  width: 52px; height: 52px; margin: -26px 0 0 -26px;
  border-color: rgba(255, 122, 61, 0.9);
  background: radial-gradient(circle, rgba(255, 90, 31, 0.12), transparent 70%);
}
.cursor-ring.is-down { transform-origin: center; border-color: #ffe9a8; }
.cursor-spark {
  width: 4px; height: 4px; margin: -2px 0 0 -2px;
  background: #ffb257;
  box-shadow: 0 0 8px 2px rgba(255, 122, 61, 0.8);
  animation: sparkfly 0.7s ease-out forwards;
}
@keyframes sparkfly {
  0% { opacity: 1; transform: translate(0, 0) scale(1); }
  100% { opacity: 0; transform: translate(calc(12px - 24px * var(--r, 0.3)), -34px) scale(0.2); }
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 112%; object-fit: cover; object-position: center 32%; will-change: transform; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 42%, transparent 20%, rgba(10, 12, 10, 0.72) 78%, var(--bg) 100%),
    linear-gradient(rgba(10, 12, 10, 0.62), rgba(10, 12, 10, 0.25) 40%, var(--bg) 96%);
}
#embers { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.hero__content { position: relative; z-index: 2; max-width: 780px; padding: 140px 28px 60px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px;
  padding: 9px 20px; margin-bottom: 34px;
  background: rgba(10, 12, 10, 0.35); backdrop-filter: blur(8px);
}
.livedot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--fire);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.6); }
  50% { box-shadow: 0 0 0 7px rgba(255, 90, 31, 0); }
}

.hero__title {
  font-size: clamp(2.7rem, 7.2vw, 5.4rem);
  color: #fff; margin-bottom: 26px;
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}
.hero__title em {
  display: inline-block;
  background: linear-gradient(95deg, #ffc46b, var(--fire-soft) 60%, var(--fire));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.14rem); color: rgba(255, 255, 255, 0.78);
  max-width: 520px; margin: 0 auto 36px;
}
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }

.hero__contract {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10, 12, 10, 0.45); border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 999px; padding: 10px 20px; backdrop-filter: blur(8px);
  cursor: pointer; font-family: var(--body); font-size: 0.86rem;
  transition: border-color 0.15s;
}
.hero__contract:hover { border-color: var(--fire-soft); }
.hero__contract span { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; color: var(--fire-soft); }

.hero__strip {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: clamp(18px, 4vw, 44px);
  padding: 26px 40px; margin-bottom: 44px;
  border: 1px solid var(--line); border-radius: var(--r);
  background: rgba(10, 12, 10, 0.55); backdrop-filter: blur(14px);
  flex-wrap: wrap; justify-content: center;
}
.hero__strip > div { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.hero__strip strong { font-family: var(--sans); font-size: 1.5rem; font-weight: 700; color: #fff; }
.hero__strip span { font-size: 0.74rem; color: var(--muted); max-width: 150px; text-align: center; line-height: 1.45; }
.hero__strip i { width: 1px; height: 40px; background: var(--line); }

/* ---------- fund ---------- */
.fund { text-align: center; }
.fund .kicker::before { content: none; }
.fund__counter { margin: 64px 0 44px; }
.fund__amount {
  display: block;
  font-family: var(--sans); font-weight: 700; letter-spacing: -0.03em;
  font-size: clamp(4.4rem, 13vw, 9.5rem); line-height: 1;
  color: var(--money);
  text-shadow: 0 0 80px rgba(74, 222, 128, 0.25);
  font-variant-numeric: tabular-nums;
}
.fund__caption { color: var(--faint); font-size: 0.84rem; margin-top: 16px; }

.fund__progress { max-width: 680px; margin: 0 auto 72px; }
.fund__bar {
  height: 10px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line);
  overflow: hidden;
}
.fund__fill {
  height: 100%; width: 0.5%;
  background: linear-gradient(90deg, #22c55e, var(--money));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(74, 222, 128, 0.5);
  transition: width 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fund__scale {
  display: flex; justify-content: space-between; margin-top: 12px;
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600; color: var(--faint);
}

.fund__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 16px; }
.fstat {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px 20px; text-decoration: none;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  transition: border-color 0.15s;
}
a.fstat:hover { border-color: rgba(255, 255, 255, 0.25); }
.fstat__value { font-family: var(--sans); font-size: 1.9rem; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.fstat__label { font-size: 0.82rem; color: var(--muted); }
.fstat__hint { font-size: 0.72rem; color: var(--faint); margin-top: 6px; }

.fund__receipts { text-align: left; max-width: 680px; margin: 0 auto; }
.receipt {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 16px 22px; border: 1px solid var(--line); border-radius: 14px; margin-top: 10px;
  background: var(--panel);
}
.receipt__date { color: var(--faint); font-size: 0.84rem; }
.receipt__amount { font-family: var(--sans); font-weight: 700; color: var(--money); }
.receipt__links a { font-size: 0.8rem; color: var(--muted); margin-left: 14px; }

.impact {
  margin-top: 72px; text-align: left;
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 40px 44px; background: var(--panel);
}
.impact__q { font-family: var(--sans); font-size: 1.15rem; font-weight: 600; margin-bottom: 22px; }
.impact__q output { color: var(--gold); font-variant-numeric: tabular-nums; }
/* The visible track stays 5px, but the input itself is 44px tall so there is
   a real touch target. Painting the track via ::-*-track instead of the
   element background is what makes that possible. */
.impact input[type="range"] {
  width: 100%; appearance: none; -webkit-appearance: none;
  height: 44px; background: transparent; outline: none; cursor: pointer;
  margin-bottom: 16px; touch-action: pan-y;
}
.impact input[type="range"]::-webkit-slider-runnable-track {
  height: 5px; border-radius: 999px; background: rgba(255, 255, 255, 0.12);
}
.impact input[type="range"]::-moz-range-track {
  height: 5px; border-radius: 999px; background: rgba(255, 255, 255, 0.12);
}
.impact input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%;
  margin-top: -8.5px; /* centre the thumb on the 5px track */
  background: var(--ink); cursor: grab; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.impact input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%; border: 0;
  background: var(--ink); cursor: grab; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.impact input[type="range"]:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--fire-soft); outline-offset: 2px;
}
.impact__out { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.impact__out > div {
  border-left: 2px solid var(--line); padding-left: 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.impact__out strong { font-family: var(--sans); font-size: 1.5rem; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.impact__out > div:first-child strong { color: var(--money); }
.impact__out span { font-size: 0.78rem; color: var(--muted); }
.impact .fine { margin-top: 26px; }

/* ---------- live fire map ---------- */
.firemap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.firemap__frame { position: relative; }
.firemap__canvas {
  height: clamp(440px, 62vh, 640px);
  background: #0a0c0a;
  z-index: 1;
}
.firemap__canvas .maplibregl-canvas-container canvas { outline: none; }
.maplibregl-map { background: #0a0c0a; font-family: var(--body); }
.maplibregl-ctrl-group {
  background: rgba(10, 12, 10, 0.85) !important;
  border: 1px solid var(--line); border-radius: 10px !important;
  backdrop-filter: blur(8px); box-shadow: none !important;
}
.maplibregl-ctrl-group button { background: transparent !important; }
.maplibregl-ctrl-group button + button { border-top: 1px solid var(--line) !important; }
.maplibregl-ctrl button .maplibregl-ctrl-icon { filter: invert(0.85); }
.maplibregl-cooperative-gesture-screen {
  background: rgba(10, 12, 10, 0.72); color: var(--ink);
  font-family: var(--sans); font-size: 0.85rem;
}

.firemap__panel {
  position: absolute; top: 20px; left: 20px; z-index: 500;
  background: rgba(10, 12, 10, 0.78); backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 22px; min-width: 250px;
  pointer-events: none;
}
.firemap__tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--fire-soft);
  margin-bottom: 14px;
}
.firemap__stats { list-style: none; display: grid; gap: 9px; }
.firemap__stats li { display: flex; align-items: baseline; gap: 10px; }
.firemap__stats strong {
  font-family: var(--sans); font-weight: 700; font-size: 1.15rem; color: var(--ink);
  font-variant-numeric: tabular-nums; min-width: 74px;
}
.firemap__stats span { font-size: 0.78rem; color: var(--muted); }
.firemap__stats b { color: var(--ink); font-weight: 600; }
.firemap__updated { margin-top: 14px; font-size: 0.7rem; color: var(--faint); font-variant-numeric: tabular-nums; }

.firemap__legend {
  position: absolute; bottom: 34px; left: 20px; z-index: 500;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10, 12, 10, 0.78); backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-size: 0.72rem; color: var(--muted);
  pointer-events: none;
}
.firemap__scale {
  width: 90px; height: 8px; border-radius: 999px;
  background: linear-gradient(90deg, #2a0e02, #7a2405, #d9480f, #ff7a45, #ffe9a8);
}

.firemap__attr {
  position: absolute; bottom: 0; right: 0; z-index: 500;
  background: rgba(10, 12, 10, 0.82); border-top-left-radius: 10px;
  padding: 6px 14px; font-size: 0.68rem; color: var(--faint);
}
.firemap__attr a { color: var(--muted); text-decoration: none; }

/* cinematic vignette so the map melts into the page */
.firemap__frame::after {
  content: ""; position: absolute; inset: 0; z-index: 450; pointer-events: none;
  box-shadow:
    inset 0 60px 70px -40px var(--bg),
    inset 0 -60px 70px -40px var(--bg),
    inset 60px 0 90px -60px var(--bg),
    inset -60px 0 90px -60px var(--bg);
}

/* pulsing beacons on major fire complexes */
.firebeacon {
  background: transparent; position: relative;
  width: 18px; height: 18px; cursor: pointer;
}
.firebeacon::before, .firebeacon::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
}
.firebeacon::before {
  background: #ffb257;
  box-shadow: 0 0 10px 2px rgba(255, 122, 61, 0.9);
  transform: scale(0.38);
}
.firebeacon::after {
  border: 1.5px solid rgba(255, 150, 90, 0.85);
  animation: beacon 2.2s ease-out infinite;
}
@keyframes beacon {
  0% { transform: scale(0.4); opacity: 1; }
  100% { transform: scale(2.4); opacity: 0; }
}
.firetip .maplibregl-popup-content {
  background: rgba(10, 12, 10, 0.92); color: var(--ink);
  border: 1px solid var(--line); border-radius: 8px;
  font-family: var(--body); font-size: 0.76rem;
  padding: 6px 10px; box-shadow: none;
}
.firetip .maplibregl-popup-tip { display: none; }

/* ---------- why ---------- */
.why { border-top: 1px solid var(--line); }
.why__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: center; }
.why__figure img,
.why__figure video {
  border-radius: var(--r); width: 100%; display: block;
}
.why__figure img { aspect-ratio: 4/4.6; object-fit: cover; will-change: transform; }
.why__figure { overflow: hidden; border-radius: var(--r); }
.why__copy h2 { margin-bottom: 26px; }
.why__copy p { color: var(--muted); margin-bottom: 18px; font-size: 1.02rem; }
.why__pve {
  border-left: 2px solid var(--fire); padding-left: 20px; color: var(--ink) !important;
}
.why__pve strong { color: var(--fire-soft); }
.phases-mini { list-style: none; margin-top: 34px; }
.phases-mini li {
  padding: 14px 0; border-top: 1px solid var(--line);
  font-size: 0.92rem; color: var(--muted);
}
.phases-mini b {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--fire-soft);
  display: inline-block; width: 58px;
}

/* ---------- tokenomics ---------- */
.tokenomics { border-top: 1px solid var(--line); }
.split {
  display: flex; gap: 6px; margin: 56px 0 18px; height: 58px;
}
.split__seg {
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 700; font-size: 0.88rem;
}
.split__seg--relief { background: rgba(74, 222, 128, 0.14); color: var(--money); box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.3); }
.split__seg--eth { background: rgba(234, 181, 71, 0.12); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(234, 181, 71, 0.3); }
.split__seg--pad { background: rgba(255, 90, 31, 0.12); color: var(--fire-soft); box-shadow: inset 0 0 0 1px rgba(255, 90, 31, 0.3); }

.ledger { margin-top: 26px; }
.ledger__row {
  display: grid; grid-template-columns: 70px 150px 1fr; gap: 24px; align-items: baseline;
  padding: 22px 0; border-top: 1px solid var(--line);
}
.ledger__row:last-child { border-bottom: 1px solid var(--line); }
.ledger__pct {
  font-family: var(--sans); font-size: 1.6rem; font-weight: 700; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.ledger__name { font-family: var(--sans); font-weight: 600; font-size: 0.95rem; }
.ledger__desc { font-size: 0.88rem; color: var(--muted); }

.specs { margin-top: 44px; font-size: 0.82rem; color: var(--faint); }
.specs a { color: var(--muted); }

/* ---------- buy ---------- */
.buy { border-top: 1px solid var(--line); }
.buy__tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 52px 0 16px; }
.buy__tab {
  padding: 11px 24px; border-radius: 999px; border: 1px solid var(--line);
  background: transparent; font-family: var(--sans); font-weight: 600; font-size: 0.88rem;
  color: var(--muted); cursor: pointer; transition: all 0.15s;
}
.buy__tab:hover { color: var(--ink); border-color: rgba(255, 255, 255, 0.25); }
.buy__tab.is-active { background: var(--ink); color: var(--bg); border-color: var(--ink); }

.buy__panel {
  border: 1px solid var(--line); border-radius: var(--r); padding: 38px 40px;
  background: var(--panel);
}
.buy__panel[hidden] { display: none; }
.steps { list-style: none; counter-reset: step; display: grid; gap: 16px; margin-bottom: 30px; }
.steps li {
  counter-increment: step; position: relative; padding-left: 44px;
  color: var(--muted); font-size: 0.95rem;
}
.steps li em { color: var(--ink); font-style: normal; font-weight: 600; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 1px;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--ink);
  font-family: var(--sans); font-weight: 700; font-size: 0.78rem;
  display: flex; align-items: center; justify-content: center;
}
.steps--tight { margin: 20px 0 6px; }

/* ---------- folds (accordions, flat editorial rows) ---------- */
.folds { margin-top: 44px; }
.fold { border-top: 1px solid var(--line); }
.folds .fold:last-child { border-bottom: 1px solid var(--line); }
.fold summary {
  cursor: pointer; padding: 21px 0; list-style: none;
  font-family: var(--sans); font-weight: 600; font-size: 0.98rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.fold summary::-webkit-details-marker { display: none; }
.fold summary::after {
  content: "+"; color: var(--fire-soft); font-size: 1.3rem; font-weight: 400;
  transition: transform 0.2s; flex-shrink: 0;
}
.fold[open] summary::after { transform: rotate(45deg); }
.fold p, .fold ol { padding-bottom: 24px; color: var(--muted); font-size: 0.92rem; max-width: 680px; }
.fold p a { color: var(--fire-soft); }
.buy .fold { margin-top: 28px; border-bottom: 1px solid var(--line); }

/* ---------- faq ---------- */
.faq { border-top: 1px solid var(--line); }

/* ---------- doc pages (green paper, safety) ---------- */
.page .nav { position: sticky; }
.doc { max-width: 720px; margin: 0 auto; padding: 160px 28px 100px; }
.doc__head h1 {
  font-size: clamp(2.2rem, 5.4vw, 3.4rem); font-weight: 600; letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.doc__head h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--fire-soft); }
.doc__sub { color: var(--muted); font-size: 1.05rem; max-width: 560px; }
.doc__body { margin-top: 72px; }
.doc__body section { padding: 44px 0; border-top: 1px solid var(--line); }
.doc__body h2 {
  font-size: 1.25rem; font-weight: 600; margin-bottom: 18px;
  display: flex; align-items: baseline; gap: 16px;
}
.doc__body h2 span {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 700; color: var(--fire-soft);
  letter-spacing: 0.1em;
}
.doc__body p { color: var(--muted); font-size: 0.98rem; margin-bottom: 16px; max-width: 640px; }
.doc__body p strong, .doc__body p em { color: var(--ink); }
.doc__sign { font-family: var(--serif); font-style: italic; color: var(--fire-soft) !important; }
.doc__links { list-style: none; }
.doc__links li {
  padding: 14px 0; border-top: 1px solid var(--line);
  font-size: 0.92rem; color: var(--muted);
}
.doc__links li:last-child { border-bottom: 1px solid var(--line); }
.doc__links a { color: var(--ink); font-weight: 600; text-decoration: none; }
.doc__links a:hover { color: var(--fire-soft); }
.doc__foot { margin-top: 64px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- cta ---------- */
.cta { position: relative; padding: 170px 28px; text-align: center; overflow: hidden; border-top: 1px solid var(--line); }
.cta__bg { position: absolute; inset: 0; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.cta__shade { position: absolute; inset: 0; background: linear-gradient(var(--bg), rgba(10, 12, 10, 0.6) 35%, rgba(10, 12, 10, 0.82)); }
.cta__content { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; }
.cta__coin {
  width: 96px; margin: 0 auto 30px;
  filter: drop-shadow(0 14px 40px rgba(0, 0, 0, 0.6));
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-16px) rotate(3deg); }
}
.cta h2 { font-size: clamp(2.4rem, 6vw, 4rem); color: #fff; margin-bottom: 18px; }
.cta h2 em { color: var(--fire-soft); }
.cta p { color: rgba(255, 255, 255, 0.75); margin-bottom: 34px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 64px 0 48px; }
.footer__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 36px;
}
.footer__links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer__links a {
  color: var(--muted); text-decoration: none; font-family: var(--sans);
  font-size: 0.86rem; font-weight: 500;
}
.footer__links a:hover { color: var(--ink); }
.footer__x { display: inline-flex; align-items: center; gap: 7px; }
.footer__x svg { flex: none; }
.footer .fine { margin-top: 0; }
.footer__made { margin-top: 20px; font-family: var(--sans); font-size: 0.84rem; font-weight: 600; color: var(--muted); }

.firemap__hint { color: var(--faint); }
@media (max-width: 720px) { .firemap__hint { display: none; } }

/* ---------- tool shortcut bar ---------- */
.toolbar {
  display: flex; justify-content: center; gap: 6px; flex-wrap: wrap;
  margin: 0 auto; padding: 14px 16px 0;
}
.toolbar a {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600;
  color: var(--muted); text-decoration: none; white-space: nowrap;
  padding: 9px 18px; border-radius: 999px; min-height: 38px;
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.toolbar a:hover { color: var(--ink); border-color: rgba(255, 90, 31, 0.4); }
.nav__links a.is-active { color: var(--fire-soft); }
.toolbar a.is-active {
  color: var(--fire-soft); border-color: rgba(255, 90, 31, 0.5);
  background: rgba(255, 90, 31, 0.12);
}
/* the three tool sections sit closer together than the marketing sections —
   they are one workflow, not three separate pitches */
.tool.section { padding: 56px 0; }
.tool.section + .tool.section { padding-top: 0; }

@media (max-width: 720px) {
  .toolbar { gap: 5px; padding: 12px 12px 0; }
  .toolbar a { font-size: 0.72rem; padding: 8px 13px; min-height: 40px; }
}

/* ---------- click-to-assess popup ---------- */
.assess { font-family: var(--sans); min-width: 208px; }
.assess--wait { color: var(--muted); font-size: 0.8rem; padding: 2px 0; }
.assess__top { display: flex; align-items: baseline; gap: 8px; margin-bottom: 2px; }
.assess__score { font-size: 1.7rem; line-height: 1; font-variant-numeric: tabular-nums; }
.assess__band { font-size: 0.82rem; font-weight: 600; }
.assess__where { color: var(--ink); font-size: 0.82rem; font-weight: 600; margin-bottom: 9px; }
.assess__rows {
  display: grid; grid-template-columns: 1fr auto; gap: 3px 12px;
  font-size: 0.74rem; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.assess__rows span { color: var(--muted); }
.assess__rows b { color: var(--ink); font-weight: 600; text-align: right; }
.assess__tier {
  margin-top: 8px; padding-top: 7px; border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.7rem; color: var(--faint);
}
.firetip--assess .maplibregl-popup-content { padding: 13px 15px; }

/* ---------- Robinhood HQ pin ---------- */
.hqpin {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  cursor: pointer; transform: translateY(-2px);
}
.hqpin__dot {
  width: 13px; height: 13px; border-radius: 50%;
  background: #4ade80; border: 2px solid rgba(10, 12, 10, 0.85);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.28), 0 0 18px 3px rgba(74, 222, 128, 0.55);
  animation: hqpulse 2.6s ease-in-out infinite;
}
.hqpin__label {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap;
  color: #eafff1; background: rgba(10, 12, 10, 0.82);
  border: 1px solid rgba(74, 222, 128, 0.42); border-radius: 999px;
  padding: 3px 9px; backdrop-filter: blur(8px);
}
@keyframes hqpulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.28), 0 0 18px 3px rgba(74, 222, 128, 0.5); }
  50%      { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0.06), 0 0 26px 6px rgba(74, 222, 128, 0.7); }
}
@media (prefers-reduced-motion: reduce) { .hqpin__dot { animation: none; } }

/* ---------- fire danger toggle + key ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.firemap__fdrtoggle {
  margin-left: 4px; cursor: pointer; touch-action: manipulation;
  background: rgba(255, 255, 255, 0.05); color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600;
  padding: 7px 14px; min-height: 32px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.firemap__fdrtoggle:hover { color: var(--ink); border-color: rgba(255, 90, 31, 0.4); }
.firemap__fdrtoggle.is-on {
  color: var(--fire-soft); border-color: rgba(255, 90, 31, 0.55);
  background: rgba(255, 90, 31, 0.14);
}
.fdrkey {
  position: absolute; bottom: 74px; left: 50%; transform: translateX(-50%); z-index: 500;
  display: inline-flex; align-items: center; gap: 7px; flex-wrap: wrap; justify-content: center;
  background: rgba(10, 12, 10, 0.78); backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 16px; font-size: 0.68rem; color: var(--muted);
  font-family: var(--sans); max-width: calc(100% - 40px);
}
.fdrkey i { width: 11px; height: 11px; border-radius: 3px; background: var(--c); flex: none; }
.fdrkey b { font-weight: 600; color: var(--muted); margin-right: 5px; }
.fdrkey > span { font-weight: 700; color: var(--ink); margin-right: 3px; }

/* ---------- check your area ---------- */
.riskcheck {
  margin-top: 46px; padding: 34px 34px 30px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 22px;
}
.riskcheck__head h3 {
  font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0 0 10px; letter-spacing: -0.02em;
}
.riskcheck__head p {
  color: var(--muted); font-family: var(--sans); font-size: 0.92rem;
  max-width: 62ch; margin: 0 0 22px; line-height: 1.62;
}
.riskcheck__form { position: relative; display: flex; gap: 10px; flex-wrap: wrap; }
.riskcheck__form input {
  flex: 1 1 260px; min-width: 0;
  background: rgba(0, 0, 0, 0.35); color: var(--ink);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 13px 22px; font-family: var(--sans); font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.riskcheck__form input:focus {
  outline: none; border-color: rgba(255, 90, 31, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.12);
}
.riskcheck__form input::placeholder { color: var(--faint); }
.riskcheck__suggest {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 20;
  list-style: none; margin: 0; padding: 6px;
  background: rgba(14, 17, 14, 0.98); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 16px;
  max-height: 250px; overflow-y: auto;
}
.riskcheck__suggest li {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 11px 16px; border-radius: 11px; cursor: pointer;
  font-family: var(--sans); font-size: 0.9rem; color: var(--ink);
}
.riskcheck__suggest li:hover, .riskcheck__suggest li:focus {
  background: rgba(255, 90, 31, 0.12); outline: none;
}
.riskcheck__suggest span { color: var(--muted); font-size: 0.8rem; }
.riskcheck__hint {
  margin: 12px 2px 0; font-family: var(--sans); font-size: 0.76rem; color: var(--faint);
}

/* ---------- result card ---------- */
.riskcard { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
.riskcard__loading, .riskcard__empty {
  font-family: var(--sans); font-size: 0.9rem; color: var(--muted); margin: 0;
}
.riskcard__top {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 22px;
}
.riskcard__score {
  display: flex; align-items: baseline; gap: 3px; padding: 12px 22px;
  border-radius: 16px; background: color-mix(in srgb, var(--band) 14%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--band) 42%, transparent);
}
.riskcard__score strong {
  font-size: 2.5rem; line-height: 1; color: var(--band); font-variant-numeric: tabular-nums;
}
.riskcard__score span { font-size: 0.9rem; color: var(--muted); }
.riskcard__band { display: flex; flex-direction: column; gap: 3px; }
.riskcard__band b { font-family: var(--sans); font-size: 1.06rem; }
.riskcard__band span { font-family: var(--sans); font-size: 0.84rem; color: var(--muted); }
.riskcard__tier {
  margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
  padding: 9px 16px; border: 1px solid var(--line); border-radius: 12px; cursor: help;
}
.riskcard__tier b { font-family: var(--sans); font-size: 0.92rem; color: var(--ink); }
.riskcard__tier span { font-family: var(--sans); font-size: 0.72rem; color: var(--muted); }
.riskcard__rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.riskcard__rows li {
  display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center;
  padding: 12px 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-family: var(--sans); font-size: 0.88rem;
}
.riskcard__rows li.is-off { opacity: 0.42; }
.riskcard__k { color: var(--muted); }
.riskcard__v { color: var(--ink); font-weight: 600; text-align: right; }
.riskcard__s { color: var(--faint); font-size: 0.72rem; min-width: 96px; text-align: right; }
.riskcard__note {
  margin: 16px 0 0; font-family: var(--sans); font-size: 0.8rem;
  color: var(--muted); line-height: 1.6;
}
.riskcard__disc {
  margin: 10px 0 0; font-family: var(--sans); font-size: 0.75rem;
  color: var(--faint); line-height: 1.6;
}
.riskcard__disc a { color: var(--muted); }

/* ---------- what relief actually looks like ---------- */
.relief {
  margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line);
}
.relief h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem); margin: 0 0 10px; letter-spacing: -0.02em;
}
.relief__lede {
  margin: 0 0 22px; font-family: var(--sans); font-size: 0.88rem;
  color: var(--muted); line-height: 1.7; max-width: 60ch;
}
.relief__grid {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 12px;
}
.relief__grid li {
  border: 1px solid var(--line); border-radius: 12px; padding: 15px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.relief__grid b {
  display: block; font-family: var(--sans); font-size: 1.5rem; font-weight: 700;
  color: var(--fire, #ff5a1f); line-height: 1.15; letter-spacing: -0.02em;
}
.relief__grid span {
  display: block; font-family: var(--sans); font-size: 0.79rem;
  color: var(--muted); line-height: 1.55; margin-top: 6px;
}
.relief__give {
  margin: 0 0 12px; font-family: var(--sans); font-size: 0.88rem;
  color: var(--ink); line-height: 1.7;
}
.relief__give a { color: var(--fire, #ff5a1f); font-weight: 600; }

/* the tie-back: hazard readout -> the fire in Canada -> the vault */
.riskcard__tie {
  margin-top: 18px; padding: 16px 18px; border-radius: 12px;
  border: 1px solid rgba(255, 90, 31, 0.28);
  background: linear-gradient(180deg, rgba(255, 90, 31, 0.09), rgba(255, 90, 31, 0.03));
}
.riskcard__tiek {
  margin: 0 0 10px; font-family: var(--sans); font-size: 0.7rem;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--fire, #ff5a1f);
}
.riskcard__tiedist {
  margin: 0; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
}
.riskcard__tiedist b {
  font-family: var(--sans); font-size: 1.5rem; font-weight: 700;
  color: var(--ink); line-height: 1.1;
}
.riskcard__tiedist span {
  font-family: var(--sans); font-size: 0.8rem; color: var(--muted);
  line-height: 1.5; flex: 1 1 220px;
}
.riskcard__tiedist.is-wait b { color: var(--faint); }
.riskcard__tiesmoke {
  margin: 12px 0 0; font-family: var(--sans); font-size: 0.84rem;
  color: var(--ink); line-height: 1.6;
}
.riskcard__tiesmoke b { color: var(--fire, #ff5a1f); }
.riskcard__tiecta {
  margin: 14px 0 0; padding-top: 12px; font-family: var(--sans);
  font-size: 0.82rem; color: var(--muted); line-height: 1.6;
  border-top: 1px solid rgba(255, 90, 31, 0.2);
}
.riskcard__tiecta b { color: var(--ink); font-weight: 700; }
.riskcard__tiecta a { color: var(--fire, #ff5a1f); font-weight: 600; }

/* ---------- where could you go ---------- */
.relo {
  margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line);
}
.relo__head h3 { font-size: clamp(1.35rem, 2.6vw, 1.85rem); margin: 0 0 10px; letter-spacing: -0.02em; }
.relo__head p {
  color: var(--muted); font-family: var(--sans); font-size: 0.9rem;
  max-width: 66ch; margin: 0 0 22px; line-height: 1.62;
}
.relo__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.relo__row {
  display: grid; align-items: center; gap: 14px;
  grid-template-columns: 26px minmax(150px, 1.4fr) 96px 1fr 46px;
  padding: 12px 6px; border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-family: var(--sans); font-size: 0.88rem;
}
.relo__rank { color: var(--faint); font-variant-numeric: tabular-nums; font-size: 0.82rem; }
.relo__state { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.relo__state b { color: var(--ink); font-weight: 600; }
.relo__state em { font-style: normal; color: var(--muted); font-size: 0.76rem; }
.relo__bars { display: flex; gap: 4px; align-items: center; }
.relo__bars i {
  display: block; width: 26px; height: 6px; border-radius: 999px;
  background: linear-gradient(to right, var(--c) var(--v), rgba(255, 255, 255, 0.09) var(--v));
}
.relo__fires { color: var(--faint); font-size: 0.76rem; }
.relo__fires.is-hot { color: var(--fire-soft); font-weight: 600; }
.relo__score {
  text-align: right; font-weight: 700; color: var(--ink);
  font-variant-numeric: tabular-nums; font-size: 1.02rem;
}
.relo__empty { color: var(--muted); font-family: var(--sans); font-size: 0.88rem; padding: 12px 6px; }
.relo__key {
  display: flex; gap: 16px; margin-top: 14px;
  font-family: var(--sans); font-size: 0.72rem; color: var(--muted);
}
.relo__key span { display: inline-flex; align-items: center; gap: 6px; }
.relo__key i { width: 14px; height: 6px; border-radius: 999px; background: var(--c); }
.relo__note {
  margin: 12px 0 0; font-family: var(--sans); font-size: 0.75rem;
  color: var(--faint); line-height: 1.6; max-width: 74ch;
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .why__grid { grid-template-columns: 1fr; gap: 44px; }
  .fund__stats { grid-template-columns: 1fr; }
  .impact__out { grid-template-columns: 1fr; gap: 20px; }
  .hero__strip i { display: none; }
  .ledger__row { grid-template-columns: 56px 1fr; }
  .ledger__desc { grid-column: 1 / -1; }
}

@media (max-width: 940px) {
  .nav__live { display: none; }
}

/* With six links plus the X and the CTA the dock cannot shrink below about
   1090px, so it has to collapse to the burger well before tablet width.
   Measured, not guessed: at 1050px the dock was 1030px in a 1003px slot. */
@media (max-width: 1120px) {
  .nav__dock { width: 100%; justify-content: space-between; padding: 8px 10px 8px 18px; }
  .nav__links {
    display: none; position: absolute; top: calc(100% + 10px); left: 0; right: 0;
    flex-direction: column; gap: 0; background: rgba(10, 12, 10, 0.97);
    border: 1px solid var(--line); border-radius: 20px; padding: 10px 0;
    backdrop-filter: blur(16px);
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 15px 28px; }
  .nav__glider { display: none; }
  .nav__cta { display: none; }
  .nav__social { margin-left: auto; }
  .nav__toggle { display: block; }
}

@media (max-width: 720px) {
  .section { padding: 96px 0; }
  .nav { top: 10px; }
  /* keep the X link reachable on mobile - it is the main community entry point */
  .nav__social { width: 40px; height: 40px; margin-left: auto; }
  /* comfortable thumb targets on the risk panel */
  .riskcheck__form input, #riskGo { min-height: 48px; }
  .riskcheck__suggest li { padding: 14px 16px; }
  .firemap__fdrtoggle { min-height: 36px; padding: 8px 14px; }
  /* primary actions: copying the contract and picking a buy route */
  .hero__contract { min-height: 44px; }
  .buy__tab { min-height: 44px; }
  .nav__toggle { width: 44px; height: 44px; padding: 0; }
  .hero__strip { margin: 0 20px 36px; padding: 22px 24px; gap: 20px; }
  .buy__panel { padding: 28px 24px; }
  .impact { padding: 30px 26px; }
  .doc { padding-top: 130px; }
  .firemap__panel {
    position: static; margin: 0; border-radius: 0; border-left: 0; border-right: 0;
    border-top: 0; min-width: 0; width: 100%;
  }
  .firemap__stats { grid-template-columns: 1fr 1fr; }
  .firemap__canvas { height: 400px; }
  .firemap__legend { bottom: 26px; }
  .fdrkey { bottom: 76px; font-size: 0.63rem; padding: 6px 12px; gap: 5px; }
  .riskcheck { padding: 26px 20px 22px; margin-top: 32px; border-radius: 18px; }
  .riskcard__tier { margin-left: 0; align-items: flex-start; }
  .riskcard__rows li { grid-template-columns: 1fr auto; }
  .riskcard__s { display: none; }
  .relo__row { grid-template-columns: 22px 1fr auto; row-gap: 8px; padding: 14px 4px; }
  .relo__bars { grid-column: 2 / -1; }
  .relo__fires { grid-column: 2 / -1; }
  .relo__score { grid-row: 1; grid-column: 3; }
  .cta { padding: 120px 28px; }
  #contractAddr { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  .cta__coin, .livedot { animation: none; }
  html { scroll-behavior: auto; }
}
