/* ============================================================
   HOOD WARS · $HOODWARS
   Dark war-room theme. The Hood = green, the Eye = red.
   ============================================================ */

:root {
  --bg: #070a08;
  --bg-raise: #0c110d;
  --panel: #0d130e;
  --panel-edge: #1b271d;
  --line: #22301f;
  --ink: #e8f2e8;
  --dim: #8fa38f;
  --green: #00c805;
  --green-hi: #39ff88;
  --green-deep: #0a5c22;
  --red: #ff4438;
  --red-deep: #411010;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Space Grotesk", "Helvetica Neue", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", monospace;
  --maxw: 1120px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(1100px 500px at 78% -8%, rgba(0, 200, 5, 0.09), transparent 62%),
    radial-gradient(900px 460px at 12% 32%, rgba(255, 68, 56, 0.05), transparent 60%),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(0, 200, 5, 0.35); }

/* faint CRT scanlines — texture over template */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: repeating-linear-gradient(0deg,
    rgba(210, 255, 220, 0.01) 0 1px,
    transparent 1px 4px);
}

a { color: var(--green-hi); }

.mono { font-family: var(--font-mono); }
.dim { color: var(--dim); }
.green { color: var(--green-hi); }
.pltr { color: var(--red); }

/* ============ NAV ============ */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 40px);
  background: rgba(7, 10, 8, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark { width: 26px; height: 26px; color: var(--green); }

.brand-word {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.06em;
}

.brand-word em {
  font-style: normal;
  color: var(--green);
}

.nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.nav-links a {
  color: var(--dim);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.nav-links a:hover { color: var(--green-hi); }

/* ============ BUTTONS ============ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn svg { width: 18px; height: 18px; }

.btn-primary {
  background: linear-gradient(180deg, #00e206, #00a804);
  color: #04140a;
  box-shadow: 0 0 12px rgba(0, 200, 5, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 2px 20px rgba(0, 200, 5, 0.38); }

.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover { border-color: var(--green-deep); color: var(--green-hi); }

.btn-ghost-inverse {
  border-color: rgba(232, 242, 232, 0.25);
  color: var(--ink);
  background: transparent;
}

.btn-ghost-inverse:hover { border-color: var(--green-hi); color: var(--green-hi); }

.btn-sm { padding: 9px 16px; font-size: 14.5px; }

/* CA chip (shown until the real CA exists) */
.ca-tba {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 14px;
  white-space: nowrap;
}

/* full-address copy button (footer) */
.ca-full {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 18px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.ca-full:hover { border-color: var(--green-deep); }

.ca-full-label {
  font-size: 12.5px;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.ca-full .copy-hint {
  font-size: 11px;
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ============ HERO ============ */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 4vw, 40px) 48px;
  overflow: clip;
}

.hero-eyewatermark {
  position: absolute;
  right: -6%;
  top: -4%;
  width: min(46vw, 560px);
  pointer-events: none;
}

.kicker {
  font-family: var(--font-mono);
  font-size: 13.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
  margin: 0 0 18px;
}

h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.hw-line {
  display: block;
  font-size: clamp(72px, 11vw, 148px);
  color: var(--ink);
  text-shadow: 0 0 26px rgba(0, 200, 5, 0.14);
}

.hw-line-2 {
  display: inline-block;
  width: fit-content;
  color: var(--green);
  position: relative;
}

.hw-saber {
  position: absolute;
  right: 0.35em;
  top: 0.12em;
  width: 0.09em;
  height: 0.78em;
  border-radius: 0.06em;
  background: linear-gradient(180deg, #8dffb0, #00c805);
  box-shadow: 0 0 18px rgba(0, 200, 5, 0.9), 0 0 42px rgba(0, 200, 5, 0.45);
  transform: rotate(24deg);
  transform-origin: bottom center;
}

.tagline {
  margin: 4px 0 18px;
  font-family: var(--font-mono);
  font-size: clamp(15px, 2vw, 18px);
  color: var(--ink);
}

.lede { max-width: 56ch; color: #c6d4c6; }
.lede strong { color: var(--ink); }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 26px 0 10px;
}

.cta-center { justify-content: center; }

.stat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.stat-chips li {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--dim);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  background: rgba(0, 200, 5, 0.04);
}

/* mascot */

.hero-mascot { position: relative; }

.mascot-stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.mascot-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--panel-edge);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 200, 5, 0.08);
  line-height: 0;
}

.mascot {
  width: min(100%, 380px);
  display: block;
  user-select: none;
}

.mascot-caption {
  margin: 0;
  text-align: center;
  font-size: 13.5px;
  color: var(--dim);
}

/* ============ MARQUEE ============ */

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 200, 5, 0.03);
  padding: 12px 0;
}

.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  width: max-content;
  animation: scrollx 30s linear infinite;
}

.marquee-track span {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--dim);
}

@keyframes scrollx {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ SECTIONS ============ */

.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(56px, 9vw, 110px) clamp(18px, 4vw, 40px);
}

.section-head { margin-bottom: clamp(28px, 4vw, 48px); }

.section-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 5.4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0.02em;
}

/* lore */

.eye-figure { margin: 0 0 clamp(28px, 4vw, 44px); }

.the-eye {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.eye-figure figcaption {
  text-align: center;
  font-size: 12.5px;
  margin-top: 10px;
}

.panels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel {
  border-top: 1px solid var(--panel-edge);
  padding: 18px 0 0;
}

.panel-tag {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 10px;
}

.panel:nth-child(1) .panel-tag { color: var(--red); }

.panel h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.25;
}

.panel p {
  margin: 0;
  font-size: 14.5px;
  color: #b7c6b7;
}

/* war chest */

.chest-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.chest-cards {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
}

.stat-card {
  background: var(--panel);
  border: 1px solid var(--panel-edge);
  border-left: 3px solid var(--green);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-label {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}

.stat-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 40px);
  letter-spacing: 0.02em;
}

.stat-unit {
  font-family: var(--font-mono);
  font-size: 0.45em;
  color: var(--green-hi);
  vertical-align: 0.35em;
}

.stat-foot { margin: 4px 0 0; font-size: 12px; }

.stat-status { color: var(--green-hi); }

.calc-card {
  background: linear-gradient(180deg, rgba(0, 200, 5, 0.07), rgba(0, 200, 5, 0.02));
  border: 1px solid var(--green-deep);
  border-radius: 14px;
  padding: 24px;
}

.calc-title { margin: 0 0 16px; color: var(--green-hi); font-size: 14px; }

.calc-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--dim);
  margin-bottom: 8px;
}

.calc-inputrow { display: flex; align-items: center; gap: 10px; }

.calc-input {
  width: 130px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg-raise);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 18px;
}

.calc-input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 200, 5, 0.15); }

.calc-unit { font-size: 13px; color: var(--dim); }

.calc-chips { display: flex; gap: 8px; margin: 12px 0 18px; }

.calc-chips button {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--dim);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
}

.calc-chips button:hover { color: var(--green-hi); border-color: var(--green-deep); }

.calc-out {
  border-top: 1px dashed var(--line);
  padding-top: 16px;
}

.calc-out-label { margin: 0 0 4px; font-size: 12px; color: var(--dim); letter-spacing: 0.12em; text-transform: uppercase; }

.calc-out-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 46px);
  color: var(--green-hi);
}

.calc-note { margin: 16px 0 0; font-size: 13.5px; color: var(--dim); }

.chest-notes {
  margin-top: 26px;
  max-width: 72ch;
  color: #b7c6b7;
}

/* live market band */

.live-band {
  background: var(--panel);
  border: 1px solid var(--panel-edge);
  border-radius: 14px;
  padding: 20px 22px 16px;
  margin-bottom: 18px;
}

.live-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.live-stat .stat-label { margin-bottom: 2px; }

.live-value {
  margin: 0;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 700;
  color: var(--ink);
}

.live-value.up { color: var(--green-hi); }
.live-value.down { color: var(--red); }

.waking { margin-top: 18px; }

.waking-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 12.5px;
  color: var(--green-hi);
  margin-bottom: 8px;
}

.waking-head .dim { color: var(--dim); }

.waking-bar {
  height: 10px;
  border-radius: 999px;
  background: var(--bg-raise);
  border: 1px solid var(--panel-edge);
  overflow: hidden;
}

.waking-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a844, #39ff88);
  box-shadow: 0 0 14px rgba(0, 200, 5, 0.5);
  transition: width 1.2s ease;
}

.live-src {
  margin: 12px 0 0;
  font-size: 11.5px;
}

@media (max-width: 960px) {
  .live-stats { grid-template-columns: repeat(2, 1fr); }
}

/* the report — takedown notice mockery */

.report-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
  align-items: start;
}

.notice-card {
  position: relative;
  margin: 0;
  background: #131311;
  border: 1px solid #2a2a26;
  border-radius: 12px;
  padding: 24px 26px 20px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.notice-head {
  margin: 0 0 16px;
  font-size: 13.5px;
  color: #d8d8d2;
  padding-bottom: 14px;
  border-bottom: 1px solid #2a2a26;
}

.notice-info {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid #4a4a44;
  border-radius: 50%;
  font-size: 10px;
  color: #9a9a92;
  vertical-align: -3px;
}

.notice-body p {
  margin: 0 0 18px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #b3b3ab;
}

.notice-body .notice-auth { margin-bottom: 6px; }

.notice-stamp {
  position: absolute;
  top: 14px;
  right: 16px;
  transform: rotate(6deg);
  padding: 6px 13px;
  border: 2px solid var(--red);
  border-radius: 6px;
  color: var(--red);
  font-size: 12.5px;
  letter-spacing: 0.22em;
  opacity: 0.85;
}

.report-lede {
  margin: 0 0 18px;
  color: #c6d4c6;
  font-size: 16.5px;
}

.audit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.audit-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 10px 2px;
  border-bottom: 1px dashed var(--line);
  font-size: 13.5px;
  color: var(--dim);
}

.audit-list b { color: var(--green-hi); font-weight: 500; text-align: right; }

.report-quote {
  margin: 0 0 20px;
  font-family: var(--font-mono);
  font-size: 16px;
  line-height: 1.6;
  color: var(--green-hi);
}

.report-note {
  margin: 26px 0 0;
  max-width: 78ch;
  color: #b7c6b7;
  font-size: 14.5px;
  border-left: 2px solid var(--red-deep);
  padding-left: 14px;
}

/* episodes — war ledger, not cards */

.ep-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--panel-edge);
}

.ep {
  display: grid;
  grid-template-columns: 90px 240px 1fr;
  gap: 22px;
  align-items: baseline;
  padding: 22px 4px;
  border-bottom: 1px dashed var(--line);
}

.ep-now {
  background: linear-gradient(90deg, rgba(0, 200, 5, 0.06), transparent 60%);
  box-shadow: inset 2px 0 0 var(--green);
}

.ep-num {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--red);
}

.ep-now .ep-num { color: var(--green-hi); }

.ep h3 { margin: 0; font-size: 19px; }

.ep p { margin: 0; font-size: 14.5px; color: #b7c6b7; }

.now-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid var(--green-deep);
  color: var(--green-hi);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  vertical-align: 2px;
}

/* join */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  background: var(--panel);
  border: 1px solid var(--panel-edge);
  border-radius: 14px;
  padding: 24px 22px;
}

.step-badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--green-deep);
  color: var(--green-hi);
  font-size: 15px;
  margin-bottom: 14px;
}

.steps h3 { margin: 0 0 8px; font-size: 19px; }

.steps p { margin: 0 0 14px; font-size: 14.5px; color: #b7c6b7; }

/* enlist strip — flat, left-aligned */

.enlist {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-raise);
}

.enlist-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 72px) clamp(18px, 4vw, 40px);
}

.enlist .kicker { margin-bottom: 10px; }

.enlist h2 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.06;
}

/* claim board — locked withdrawal window */

.claim-board {
  position: relative;
  border: 1px dashed var(--green-deep);
  background:
    linear-gradient(180deg, rgba(0, 200, 5, 0.05), rgba(0, 200, 5, 0.015));
  padding: clamp(26px, 4vw, 44px);
  padding-right: clamp(200px, 22vw, 260px);
  overflow: hidden;
}

.claim-mascot {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin: 0;
  width: clamp(150px, 16vw, 200px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--panel-edge);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  line-height: 0;
  pointer-events: none;
}

.claim-mascot img { width: 100%; display: block; }

/* lore key art */
.keyart {
  margin: clamp(30px, 5vw, 52px) 0 0;
}

.keyart img {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--panel-edge);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}

.keyart figcaption {
  text-align: center;
  font-size: 12.5px;
  margin-top: 12px;
}

.claim-stamp {
  position: absolute;
  top: 22px;
  right: 22px;
  transform: rotate(7deg);
  padding: 8px 16px;
  border: 2px solid var(--red);
  border-radius: 6px;
  color: var(--red);
  font-size: 15px;
  letter-spacing: 0.24em;
  opacity: 0.85;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.92 0'/%3E%3C/filter%3E%3Crect width='120' height='40' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-mask-size: 120px 40px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.92 0'/%3E%3C/filter%3E%3Crect width='120' height='40' filter='url(%23n)'/%3E%3C/svg%3E");
  mask-size: 120px 40px;
}

.claim-lede {
  max-width: 62ch;
  margin: 0 0 26px;
  color: #c6d4c6;
  font-size: 17px;
}

.claim-lede strong { color: var(--ink); }

.claim-status {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  max-width: 460px;
}

.claim-status li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 2px;
  border-bottom: 1px dashed var(--line);
  font-size: 13.5px;
  color: var(--dim);
}

.claim-status .st-pending { color: var(--red); }
.claim-status .st-open { color: var(--green-hi); }

.btn-locked {
  border: 1px dashed var(--line);
  background: transparent;
  color: var(--dim);
  cursor: pointer;
  font-family: var(--font-mono);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.btn-locked:hover { border-color: var(--green-deep); color: var(--green-hi); }

.claim-fine { margin: 18px 0 0; font-size: 12.5px; }

/* footer */

.footer {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 40px clamp(18px, 4vw, 40px) 48px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.formerly {
  margin: 26px 0 0;
  font-size: 13px;
  color: var(--dim);
  border-left: 2px solid var(--green-deep);
  padding-left: 12px;
}

.disclaimer {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #71826f;
}

.disclaimer strong { color: #93a593; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--dim);
}

.footer-links { display: flex; gap: 18px; }

.footer-links a { color: var(--dim); text-decoration: none; }
.footer-links a:hover { color: var(--green-hi); }

/* toast */

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  background: #0f1a10;
  border: 1px solid var(--green-deep);
  color: var(--green-hi);
  font-family: var(--font-mono);
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 80;
}

.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ============ REVEAL ============ */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
.reveal.d5 { transition-delay: 0.4s; }

.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .mascot, .marquee-track { animation: none; }
}

/* ============ RESPONSIVE ============ */

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-mascot { order: -1; }
  .mascot { width: min(72%, 300px); }
  .hero-eyewatermark { right: -20%; top: 0; width: 70vw; }
  .panels { grid-template-columns: repeat(2, 1fr); }
  .ep { grid-template-columns: 70px 1fr; }
  .ep p { grid-column: 1 / -1; }
  .chest-grid { grid-template-columns: 1fr; }
  .report-grid { grid-template-columns: 1fr; }
  .notice-stamp { position: static; display: inline-block; transform: rotate(-3deg); margin-bottom: 16px; }
  .steps { grid-template-columns: 1fr; }
  .claim-board { padding-right: clamp(26px, 4vw, 44px); }
  .claim-mascot { display: none; }
  .nav-links { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .panels { grid-template-columns: 1fr; }
  .ep { grid-template-columns: 1fr; gap: 6px; }
  .cta-row .btn { flex: 1 1 auto; justify-content: center; }
  .ca-tba { width: 100%; justify-content: center; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .claim-stamp { position: static; display: inline-block; transform: rotate(-3deg); margin-bottom: 18px; }
}
