/* ===========================================================
   $GUMP — gold-tracking memecoin (institutional + warm)
   =========================================================== */

:root {
  --bg: #0c0907;
  --bg-2: #14100c;
  --bg-3: #1a140e;
  --bg-alt: #100c08;
  --bg-soft: #f7f1e1;
  --line: #2a2018;
  --line-2: #382b1f;
  --light-line: #e9e0c8;

  --ink: #f6ecd6;
  --ink-2: #d5c5a0;
  --ink-3: #9c8b6a;
  --ink-4: #6e5f44;

  --light-ink: #1a140a;
  --light-ink-mid: #4f4530;

  --gold: #ffc66b;
  --gold-2: #f3c876;
  --gold-3: #ffe1a8;
  --gold-dark: #b3811f;
  --gold-deep: #7a571a;
  --gold-soft: #2a1f10;

  --green: #2bd17e;
  --red: #ef4444;

  --shadow: 0 1px 2px rgba(0,0,0,0.4), 0 12px 32px rgba(0,0,0,0.35);

  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, 'Segoe UI', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-3); }
code {
  font-family: 'JetBrains Mono','SF Mono','Consolas',monospace;
  font-size: 0.92em;
  background: var(--bg-3);
  border: 1px solid var(--line);
  padding: 2px 6px;
  border-radius: 3px;
  color: var(--ink);
}
::selection { background: var(--gold); color: #1a140a; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------------- interactive background ---------------- */
.fx-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(1100px 720px at 82% -10%, rgba(255,198,107,0.06), transparent 60%),
    radial-gradient(900px 700px at -10% 95%, rgba(255,198,107,0.04), transparent 60%),
    var(--bg);
}
.fx-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  opacity: 0.7;
}
.fx-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }
.fx-spot {
  position: absolute;
  width: 440px; height: 440px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255,198,107,0.08), rgba(255,198,107,0.025) 35%, transparent 65%);
  filter: blur(14px);
  transform: translate3d(-50%, -50%, 0);
  left: 50%; top: 40%;
  transition: opacity .5s ease;
  mix-blend-mode: screen;
}
body.is-touch .fx-spot { display: none; }

/* sections sit above background */
.topstrip, .nav, main, .site-footer, .marquee, .kfbar { position: relative; z-index: 2; }

@media (prefers-reduced-motion: reduce) {
  .fx-canvas, .fx-spot { display: none; }
}

/* ---------------- reveal ---------------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------------- top strip ---------------- */
.topstrip {
  background: #050402;
  border-bottom: 1px solid var(--line);
  color: var(--ink-3);
  font-size: 11.5px;
  letter-spacing: 0.04em;
}
.topstrip-inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  height: 34px;
  font-feature-settings: 'tnum' 1;
}
.ts-item strong { color: var(--ink); font-weight: 600; }
.ts-sep { color: var(--ink-4); }
.ts-dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); margin-right: 6px;
  box-shadow: 0 0 8px rgba(43, 209, 126, 0.6);
}
.ts-price strong { color: var(--gold); font-feature-settings: 'tnum' 1; }

/* ---------------- nav ---------------- */
.nav {
  background: rgba(12, 9, 7, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  height: 70px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink);
}
.brand-mark { width: 38px; height: 38px; border-radius: 50%; box-shadow: 0 6px 20px rgba(255,198,107,0.18); }
.brand-text { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--gold);
  letter-spacing: -0.01em;
}
.brand-sub {
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 9.5px;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-top: 5px;
}

.primary-nav { display: flex; gap: 30px; flex: 1; justify-content: center; }
.primary-nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  position: relative;
  padding: 8px 0;
}
.primary-nav a::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: center;
  transition: transform .2s;
}
.primary-nav a:hover { color: var(--gold); }
.primary-nav a:hover::after { transform: scaleX(1); }

.header-cta { display: flex; gap: 10px; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  width: 40px; height: 40px;
  border-radius: 6px;
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); }
.nav-mobile {
  display: none;
  flex-direction: column; gap: 14px;
  padding: 18px 28px 24px;
  border-top: 1px solid var(--line);
  background: rgba(12, 9, 7, 0.96);
}
.nav-mobile a { color: var(--ink-2); font-weight: 500; }
.nav-mobile.open { display: flex; }

/* ---------------- buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  padding: 9px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: transform .15s, background .15s, color .15s, border-color .15s, box-shadow .15s;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-lg { padding: 13px 22px; font-size: 15px; }

.btn-primary {
  background: linear-gradient(180deg, var(--gold-3), var(--gold) 55%, var(--gold-dark));
  color: #1a140a;
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(255, 198, 107, 0.22), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(255, 198, 107, 0.32), inset 0 1px 0 rgba(255,255,255,0.4);
  color: #1a140a;
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

.btn-ghost {
  background: rgba(255,198,107,0.06);
  color: var(--gold-3);
  border-color: rgba(255,198,107,0.3);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(255,198,107,0.12); }

/* ---------------- hero ---------------- */
.hero { padding: 72px 0 56px; border-bottom: 1px solid var(--line); }
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 380px;
  gap: 56px;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(255, 198, 107, 0.16);
}

h1, h2, h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.05;
}
h1 {
  font-size: clamp(48px, 7vw, 84px);
  margin-bottom: 22px;
}
h1 em {
  font-style: italic;
  color: var(--gold);
}
h2 { font-size: clamp(30px, 4.6vw, 48px); margin-bottom: 12px; }
h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.005em;
}

.hero-sub {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 620px;
  margin-bottom: 28px;
  line-height: 1.55;
}
.hero-sub strong { color: var(--gold); font-weight: 600; }

.hero-cta { display: flex; gap: 12px; margin-bottom: 44px; flex-wrap: wrap; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-stats .stat {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
  position: relative;
}
.hero-stats .stat::before {
  content: '';
  position: absolute;
  top: 22px; left: 20px;
  width: 18px; height: 1px;
  background: var(--gold);
  opacity: 0.55;
}
.hero-stats .stat:last-child { border-right: none; }
.stat-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
}
.stat-value {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-sub { font-size: 12px; color: var(--ink-3); margin-top: 6px; }

/* ---------------- hero quote card ---------------- */
.hero-right { position: relative; }
.sticker {
  position: absolute;
  top: -16px; left: -8px;
  z-index: 3;
  background: var(--gold);
  color: #1a140a;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
  transform: rotate(-4deg);
  display: inline-flex; align-items: center; gap: 6px;
}
.sticker-arrow {
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.quote-card {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.03);
  padding: 22px;
  position: relative;
  border-radius: 8px;
}
.quote-card::after {
  content: '';
  position: absolute; inset: -1px;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255,198,107,0.4), transparent 50%);
  z-index: -1;
  filter: blur(12px);
  opacity: 0.5;
}
.qc-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 16px;
}
.qc-eyebrow {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-3); font-weight: 700; margin-bottom: 4px;
}
.qc-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.qc-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 198, 107, 0.08);
  color: var(--gold);
  border: 1px solid rgba(255, 198, 107, 0.3);
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.qc-badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  animation: pulseGold 1.6s infinite;
}
@keyframes pulseGold {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.qc-price {
  display: flex; align-items: baseline; gap: 10px;
  margin-bottom: 14px;
}
.qc-price-value {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum' 1;
}
.qc-price-change {
  font-size: 13px; font-weight: 600;
  font-feature-settings: 'tnum' 1;
}
.qc-price-change.gain { color: var(--green); }
.qc-price-change.loss { color: var(--red); }

.qc-spark {
  height: 70px;
  margin-bottom: 16px;
  background: rgba(255,255,255,0.018);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.qc-spark svg { width: 100%; height: 100%; }

.qc-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
  font-size: 12.5px;
  padding: 12px;
  background: rgba(0,0,0,0.2);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 14px;
}
.qc-meta > div { display: flex; justify-content: space-between; gap: 8px; }
.qc-meta-l { color: var(--ink-3); }
.qc-meta-v { color: var(--ink); font-weight: 500; font-feature-settings: 'tnum' 1; }

.qc-divider { height: 1px; background: var(--line-2); margin-bottom: 14px; }

.qc-ca-label {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-3); font-weight: 700; margin-bottom: 6px;
}
.qc-ca-addr {
  display: block;
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--line);
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 10.5px;
  color: var(--ink-2);
  word-break: break-all;
  margin-bottom: 8px;
}
.qc-ca-copy {
  background: rgba(255,198,107,0.06);
  border: 1px solid rgba(255,198,107,0.3);
  font-size: 11px; font-weight: 600;
  color: var(--gold);
  padding: 5px 12px; border-radius: 4px; cursor: pointer;
  font-family: inherit;
}
.qc-ca-copy:hover { background: rgba(255,198,107,0.12); border-color: var(--gold); }

/* ---------------- marquee ---------------- */
.marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(20, 16, 12, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 14px 0;
}
.marquee::before, .marquee::after {
  content: '';
  position: absolute; top: 0; bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after  { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.marquee-track {
  display: inline-flex; align-items: center; gap: 28px;
  white-space: nowrap;
  animation: marqueeScroll 55s linear infinite;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: var(--ink-2);
}
.marquee-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); opacity: 0.45;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------------- key figures bar ---------------- */
.kfbar {
  background: rgba(16, 12, 8, 0.5);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.kfbar-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px;
}
.kf-l {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-3); font-weight: 600; margin-bottom: 5px;
}
.kf-v {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px; font-weight: 400;
  color: var(--ink);
  font-feature-settings: 'tnum' 1;
}
.kf-v.gain { color: var(--green); }
.kf-v.loss { color: var(--red); }

/* ---------------- sections ---------------- */
.section { padding: 80px 0; }
.section-alt {
  background: rgba(16, 12, 8, 0.55);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(4px);
}
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head h2 { margin-bottom: 14px; }
.section-head .lede {
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 680px;
}

/* ---------------- 3-card grids ---------------- */
.grid-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.card {
  position: relative;
  background: linear-gradient(180deg, rgba(26,20,14,0.95), rgba(20,16,12,0.95));
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 30px 26px;
  transition: border-color .25s, transform .25s;
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px; height: 1px;
  background: var(--gold);
  opacity: 0.55;
  transition: width .3s;
}
.card:hover {
  border-color: rgba(255,198,107,0.35);
  transform: translateY(-3px);
}
.card:hover::before { width: 100%; }
.card-num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 16px; color: var(--gold);
  margin-bottom: 12px;
}
.card h3 { margin-bottom: 10px; font-size: 19px; color: var(--ink); }
.card p { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }

/* ---------------- methodology table ---------------- */
.method-table {
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  overflow-x: auto;
}
.method-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.method-table th, .method-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line-2);
  vertical-align: top;
}
.method-table thead { background: rgba(0,0,0,0.3); }
.method-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}
.method-table tbody tr:last-child td { border-bottom: none; }
.method-table td { color: var(--ink-2); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  background: linear-gradient(180deg, var(--gold-3), var(--gold) 50%, var(--gold-dark));
  color: #1a140a;
  border-radius: 50%;
  font-size: 12px; font-weight: 800;
}

.method-notes {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 24px;
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  overflow: hidden;
}
.note { padding: 18px; border-right: 1px solid var(--line-2); }
.note:last-child { border-right: none; }
.note-l {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-3); font-weight: 600; margin-bottom: 6px;
}
.note-v { font-size: 14px; color: var(--ink); font-weight: 500; }

/* ---------------- vault grid ---------------- */
.vault-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.vault-card {
  background: linear-gradient(180deg, rgba(26,20,14,0.95), rgba(20,16,12,0.95));
  border: 1px solid var(--line-2);
  border-radius: 10px;
  padding: 32px 28px;
  transition: border-color .25s, transform .25s;
}
.vault-card:hover {
  border-color: rgba(255,198,107,0.4);
  transform: translateY(-3px);
}
.vault-emoji {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 198, 107, 0.18), rgba(255, 198, 107, 0.04));
  border: 1px solid rgba(255, 198, 107, 0.22);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.vault-emoji svg { width: 32px; height: 32px; }
.vault-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
}
.ticker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: rgba(255,198,107,0.08);
  border: 1px solid rgba(255,198,107,0.2);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.vault-card p { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin-bottom: 18px; }
.vault-foot {
  padding-top: 14px;
  border-top: 1px solid var(--line-2);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
}
.vf-l { color: var(--ink-3); }
.vf-v { color: var(--ink); font-weight: 600; font-feature-settings: 'tnum' 1; }
.vf-v.gold { color: var(--gold); }

.basket-foot {
  text-align: center;
  margin-top: 36px;
  color: var(--ink-3);
  font-style: italic;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 17px;
}

/* ---------------- distribution feed ---------------- */
.dist-card {
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  overflow: hidden;
}
.dist-head {
  display: flex; justify-content: space-between; align-items: center; gap: 32px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line-2);
}
.dist-eyebrow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-3); font-weight: 700; margin-bottom: 6px;
}
.dist-counter {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 40px; font-weight: 400;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum' 1;
}
.dist-meta { display: flex; gap: 32px; }
.dist-meta > div { display: flex; flex-direction: column; }
.dist-meta-l {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-3); font-weight: 600; margin-bottom: 4px;
}
.dist-meta-v {
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 600;
  font-feature-settings: 'tnum' 1;
}

.dist-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.dist-table th, .dist-table td {
  padding: 12px 18px; text-align: left;
  border-bottom: 1px solid var(--line-2);
}
.dist-table thead { background: rgba(0,0,0,0.25); }
.dist-table th {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-3); font-weight: 700; border-bottom: 1px solid var(--line);
}
.dist-table td { color: var(--ink-2); }
.muted { color: var(--ink-4) !important; font-style: italic; background: rgba(0,0,0,0.15); }

/* ---------------- eligibility ---------------- */
.elig-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.elig {
  background: linear-gradient(180deg, rgba(26,20,14,0.95), rgba(20,16,12,0.95));
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 32px 28px;
  transition: border-color .25s, transform .25s;
}
.elig:hover { border-color: rgba(255,198,107,0.35); transform: translateY(-3px); }
.elig-letter {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: linear-gradient(180deg, var(--gold-3), var(--gold) 60%, var(--gold-dark));
  color: #1a140a;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 18px; font-weight: 600;
  border-radius: 50%;
  margin-bottom: 18px;
}
.elig h3 { margin-bottom: 10px; font-size: 18px; color: var(--ink); }
.elig p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }

/* ---------------- docs ---------------- */
.docs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.doc {
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px 24px;
}
.doc h3 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 24px; font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.doc p, .doc li { font-size: 14px; color: var(--ink-2); line-height: 1.65; }
.doc strong { color: var(--ink); }
.doc em { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; color: var(--gold); font-size: 1.05em; }
.doc ul { list-style: none; padding: 0; }
.doc ul li { padding: 4px 0 4px 16px; position: relative; }
.doc ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 13px;
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.ca-pill {
  margin-top: 48px;
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line-2);
  padding: 18px 24px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
  border-radius: 8px;
}
.ca-pill-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-3); font-weight: 700;
}
.ca-pill-addr {
  flex: 1; min-width: 200px;
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--ink-2);
  border-radius: 4px;
  word-break: break-all;
}
.ca-pill-copy {
  background: rgba(255,198,107,0.08);
  border: 1px solid rgba(255,198,107,0.3);
  font-size: 12px; font-weight: 600;
  color: var(--gold);
  padding: 7px 14px; border-radius: 4px; cursor: pointer;
  font-family: inherit;
}
.ca-pill-copy:hover { background: rgba(255,198,107,0.16); border-color: var(--gold); }
.ca-pill-link { font-size: 13px; font-weight: 600; color: var(--gold); }

/* ---------------- final CTA ---------------- */
.final-cta {
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(255,198,107,0.12), transparent 60%),
    linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
  text-align: center;
}
.cta-inner { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.gold-eyebrow { color: var(--gold); }
.final-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(36px, 5vw, 52px);
}
.final-cta p {
  font-size: 17px;
  color: var(--ink-2);
  margin-bottom: 28px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------------- footer ---------------- */
.site-footer {
  background: rgba(8, 6, 4, 0.85);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid; grid-template-columns: 1fr 2fr; gap: 64px;
  padding: 48px 0;
}
.footer-brand .brand-mark { width: 34px; height: 34px; }
.footer-tag { font-size: 13px; color: var(--ink-3); max-width: 260px; margin: 12px 0; }
.footer-social { margin-top: 14px; }
.social {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--ink-2);
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color .15s, color .15s;
}
.social:hover { border-color: var(--gold); color: var(--gold); }

.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-head {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--gold); font-weight: 700; margin-bottom: 14px;
}
.footer-cols a, .footer-cols span {
  display: block; font-size: 13px;
  color: var(--ink-2); margin-bottom: 8px;
}
.footer-cols a:hover { color: var(--gold); }
.footer-cols span { color: var(--ink-3); }

.footer-bottom {
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,0.4);
  padding: 18px 0;
  font-size: 12px;
  color: var(--ink-3);
}

/* ---------------- toast ---------------- */
.copy-toast {
  position: fixed;
  bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--bg-3);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
  z-index: 200;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.copy-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------------- responsive ---------------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .grid-3, .vault-grid, .elig-grid, .method-notes { grid-template-columns: repeat(2, 1fr); }
  .docs-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .kfbar-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats .stat:nth-child(2) { border-right: none; }
  .topstrip-inner { font-size: 11px; gap: 8px; }
  .ts-price { display: none; }
}
@media (max-width: 680px) {
  .primary-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 56px 0 40px; }
  .hero h1 { font-size: 48px; }
  .section { padding: 56px 0; }
  .grid-3, .vault-grid, .elig-grid, .method-notes { grid-template-columns: 1fr; }
  .note { border-right: none; border-bottom: 1px solid var(--line-2); }
  .note:last-child { border-bottom: none; }
  .dist-head { flex-direction: column; align-items: flex-start; gap: 18px; }
  .dist-meta { flex-wrap: wrap; gap: 18px; }
  .kfbar-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .ca-pill { flex-direction: column; align-items: flex-start; }
  .sticker { display: none; }
  .footer-cols { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
}
