/* ValorFit demo — Catalyst Nexus. Dark-first, brand: charcoal shell, steel-blue VALOR, brick-red FIT. */
:root {
  --ink: #141414;
  --panel: #1d1d1d;
  --panel-2: #242424;
  --line: rgba(255,255,255,0.09);
  --text: #f0ede8;
  --muted: rgba(240,237,232,0.62);
  --faint: rgba(240,237,232,0.38);
  --valor: #5b7f9e;   /* steel blue — "VALOR" */
  --red: #a93226;     /* brick red — "FIT", CTAs */
  --red-hi: #c0392b;
  --gold: #b8860b;
  --radius: 10px;
  --demo: #9b6bd6;    /* purple demo-note marker */
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .disp {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.12;
}
a { color: inherit; }
img, svg { max-width: 100%; display: block; }

/* ── Nav ─────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px;
  background: rgba(20,20,20,0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: baseline; gap: 2px; text-decoration: none;
  font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; letter-spacing: 0.02em; }
.logo .lv { color: var(--valor); }
.logo .lf { color: var(--red-hi); }
.logo .reg { font-size: 10px; color: var(--faint); margin-left: 2px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); transition: color .15s; }
.nav-links a:hover, .nav-links a.on { color: var(--text); }
.nav-cta {
  background: var(--red); color: #fff !important; padding: 9px 20px; border-radius: 999px;
  letter-spacing: 0.1em !important;
}
.nav-cta:hover { background: var(--red-hi); }
@media (max-width: 860px) { .nav-links { gap: 14px; } .nav-links li.hide-m { display: none; } }

/* ── Hero ────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  padding: 110px 28px 90px; text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(91,127,158,0.22), transparent),
    radial-gradient(ellipse 60% 50% at 85% 110%, rgba(169,50,38,0.16), transparent),
    var(--ink);
}
.hero-flag {
  position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background: repeating-linear-gradient(180deg, transparent 0 46px, var(--text) 46px 48px);
}
.hero-kicker { font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.hero h1 { font-size: clamp(42px, 7vw, 84px); max-width: 900px; margin: 0 auto 20px; }
.hero h1 .r { color: var(--red-hi); }
.hero p { max-width: 620px; margin: 0 auto 34px; font-size: 18px; color: var(--muted); }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  padding: 15px 34px; border-radius: 999px; border: none; cursor: pointer; transition: all .15s;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-hi); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--text); border: 1.5px solid rgba(255,255,255,0.28); }
.btn-ghost:hover { border-color: var(--text); }
.hero-badges { display: flex; gap: 22px; justify-content: center; margin-top: 40px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

/* ── Sections ────────────────────────────────────────── */
.sec { padding: 84px 28px; max-width: 1120px; margin: 0 auto; }
.sec-tag { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--valor); margin-bottom: 12px; }
.sec-tag.red { color: var(--red-hi); }
.sec h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; max-width: 720px; }
.sec-lead { color: var(--muted); font-size: 17px; max-width: 640px; margin-bottom: 44px; }

.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px;
}
.card .num { font-family: 'Oswald', sans-serif; font-size: 13px; color: var(--red-hi);
  letter-spacing: 0.2em; margin-bottom: 14px; }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { font-size: 14.5px; color: var(--muted); }

/* Founder band */
.founder { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-inner { max-width: 1120px; margin: 0 auto; padding: 84px 28px;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center; }
@media (max-width: 860px) { .founder-inner { grid-template-columns: 1fr; } }
.founder-art {
  aspect-ratio: 4/5; border-radius: var(--radius); position: relative; overflow: hidden;
  background: linear-gradient(160deg, #2a3743 0%, #1a2027 55%, #241a19 100%);
  border: 1px solid var(--line);
  display: flex; align-items: flex-end; padding: 24px;
}
.founder-art .tag { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--faint); }
.founder-quote { font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3vw, 34px);
  font-weight: 500; text-transform: none; letter-spacing: 0; line-height: 1.3; margin: 18px 0 22px; }
.founder-quote em { color: var(--valor); font-style: normal; }
.founder p.body { color: var(--muted); font-size: 15.5px; margin-bottom: 14px; }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; text-align: center; }
.stat { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 20px; }
.stat .n { font-family: 'Oswald', sans-serif; font-size: 44px; font-weight: 700; color: var(--text); }
.stat .n span { color: var(--red-hi); }
.stat .l { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); margin-top: 6px; }

/* Donate band */
.band {
  background: linear-gradient(120deg, rgba(169,50,38,0.28), rgba(91,127,158,0.18)), var(--panel);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: center; padding: 76px 28px;
}
.band h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.band p { color: var(--muted); max-width: 560px; margin: 0 auto 30px; }

/* ── Demo note ───────────────────────────────────────── */
.demo-note {
  display: flex; gap: 10px; align-items: flex-start;
  background: rgba(155,107,214,0.08); border: 1px dashed rgba(155,107,214,0.45);
  border-radius: 8px; padding: 12px 14px; margin-top: 18px;
  font-size: 13px; color: rgba(240,237,232,0.75);
}
.demo-badge {
  flex-shrink: 0; font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: #fff;
  background: var(--demo); border-radius: 4px; padding: 3px 8px; margin-top: 1px;
}

/* ── Store ───────────────────────────────────────────── */
.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.product { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .15s, border-color .15s; }
.product:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.2); }
.product-art { aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 700; letter-spacing: 0.04em; }
.product-art .lv { color: rgba(255,255,255,0.85); } .product-art .lf { color: var(--red-hi); }
.pa-1 { background: linear-gradient(150deg, #21262b, #16181b); }
.pa-2 { background: linear-gradient(150deg, #2b2121, #1b1616); }
.pa-3 { background: linear-gradient(150deg, #212b26, #161b18); }
.product-info { padding: 16px 18px 18px; border-top: 1px solid var(--line); }
.product-info h3 { font-size: 15.5px; font-weight: 500; letter-spacing: 0.06em; }
.product-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.price { font-family: 'Oswald', sans-serif; font-size: 17px; color: var(--muted); }
.add-btn { background: transparent; border: 1px solid rgba(255,255,255,0.25); color: var(--text);
  font-family: 'Oswald', sans-serif; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px; cursor: pointer; transition: all .15s; }
.add-btn:hover { background: var(--red); border-color: var(--red); }
.cart-pill { position: relative; }
.cart-count { position: absolute; top: -7px; right: -9px; background: var(--gold); color: #141414;
  font-size: 10.5px; font-weight: 700; border-radius: 999px; min-width: 17px; height: 17px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 780px) { .feature-split { grid-template-columns: 1fr; } }
.feature-split .card ul { list-style: none; margin-top: 12px; }
.feature-split .card li { font-size: 14px; color: var(--muted); padding: 7px 0 7px 24px; position: relative; }
.feature-split .card li::before { content: ''; position: absolute; left: 0; top: 13px;
  width: 12px; height: 12px; border-radius: 3px; }
.card.now li::before { background: rgba(255,255,255,0.18); }
.card.next { border-color: rgba(169,50,38,0.5); }
.card.next li::before { background: var(--red); }

/* ── Members (portal mock) ───────────────────────────── */
.portal { display: grid; grid-template-columns: 380px 1fr; gap: 22px; align-items: start; }
@media (max-width: 920px) { .portal { grid-template-columns: 1fr; } }
.login-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.login-card h3 { font-size: 20px; margin-bottom: 4px; }
.login-card .sub { font-size: 13px; color: var(--faint); margin-bottom: 22px; }
.field { margin-bottom: 14px; }
.field span { display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 6px; }
.field input { width: 100%; background: var(--ink); border: 1px solid var(--line); border-radius: 7px;
  padding: 12px 14px; color: var(--text); font-size: 14.5px; font-family: inherit; }
.field input:focus { outline: none; border-color: var(--valor); }
.dash { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.dash-top { padding: 22px 26px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.dash-top h3 { font-size: 19px; }
.chip { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
.chip-green { background: rgba(22,163,74,0.16); color: #4ade80; }
.chip-blue  { background: rgba(91,127,158,0.2); color: #93b6d5; }
.chip-gold  { background: rgba(184,134,11,0.18); color: #d9a94a; }
.chip-red   { background: rgba(169,50,38,0.2); color: #e07b70; }
.chip-gray  { background: rgba(255,255,255,0.08); color: var(--muted); }
.dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px 26px; }
@media (max-width: 640px) { .dash-grid { grid-template-columns: 1fr; } }
.tile { background: var(--panel-2); border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
.tile .t-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); margin-bottom: 8px; }
.tile .t-big { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 600; }
.tile p { font-size: 13.5px; color: var(--muted); margin-top: 6px; }
.feed-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.feed-item:last-child { border-bottom: none; }
.feed-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--valor); margin-top: 7px; flex-shrink: 0; }
.feed-item .who { color: var(--text); font-weight: 600; }
.feed-item .what { color: var(--muted); }

/* ── Apply (application + staff queue) ───────────────── */
.view-toggle { display: inline-flex; background: var(--panel); border: 1px solid var(--line);
  border-radius: 999px; padding: 4px; margin-bottom: 34px; }
.view-toggle button { background: transparent; border: none; color: var(--muted); cursor: pointer;
  font-family: 'Oswald', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 10px 24px; border-radius: 999px; transition: all .15s; }
.view-toggle button.on { background: var(--red); color: #fff; }
.progress { display: flex; gap: 8px; margin-bottom: 30px; }
.progress .p-step { flex: 1; text-align: center; }
.progress .p-bar { height: 4px; border-radius: 2px; background: rgba(255,255,255,0.12); margin-bottom: 8px; }
.progress .p-step.done .p-bar { background: var(--valor); }
.progress .p-step.now .p-bar { background: var(--red); }
.progress .p-name { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }
.progress .p-step.now .p-name { color: var(--text); }
.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px; max-width: 660px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.field select, .field textarea { width: 100%; background: var(--ink); border: 1px solid var(--line);
  border-radius: 7px; padding: 12px 14px; color: var(--text); font-size: 14.5px; font-family: inherit; }
.queue { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.queue-top { display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 22px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.queue-top h3 { font-size: 17px; }
.queue-stats { display: flex; gap: 16px; font-size: 12.5px; color: var(--muted); flex-wrap: wrap; }
.queue-stats b { color: var(--text); }
.qtable { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.qtable th { text-align: left; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--faint); font-weight: 600; padding: 12px 22px; border-bottom: 1px solid var(--line); }
.qtable td { padding: 14px 22px; border-bottom: 1px solid var(--line); color: var(--muted); }
.qtable tr:last-child td { border-bottom: none; }
.qtable td:first-child { color: var(--text); font-weight: 500; }
.qtable-wrap { overflow-x: auto; }

/* ── Footer ──────────────────────────────────────────── */
footer { border-top: 1px solid var(--line); background: var(--panel); margin-top: 40px; }
.footer { max-width: 1120px; margin: 0 auto; padding: 56px 28px 36px;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
@media (max-width: 780px) { .footer { grid-template-columns: 1fr; } }
.ft-tagline { font-size: 14px; color: var(--muted); max-width: 340px; margin-top: 12px; }
.ft-heading { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.ft-row { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.ft-row a { text-decoration: none; }
.ft-row a:hover { color: var(--text); }
.ft-bottom { max-width: 1120px; margin: 0 auto; padding: 0 28px 30px; display: flex;
  justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 11.5px; color: var(--faint); }
