/* ============================================================
   ZHOSS ORBITAL — The Palace
   A decadent luxury layer over the OORT void-black HUD system.
   Gold/champagne is the brand accent; ion-cyan stays telemetry.
   ============================================================ */

:root {
  --gold:        #D9B66A;
  --gold-bright: #ECCB7E;
  --gold-deep:   #B8924A;
  --champagne:   #F3E6C6;
  --gold-glow:   rgba(217, 182, 106, 0.34);
  --gold-quiet:  rgba(217, 182, 106, 0.12);
  --gold-line:   rgba(217, 182, 106, 0.26);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: var(--void);
  background-image:
    radial-gradient(120% 80% at 50% -8%, rgba(217,182,106,0.07) 0%, transparent 46%),
    radial-gradient(90% 90% at 100% 0%, rgba(47,227,207,0.05) 0%, transparent 52%),
    var(--bg-grid);
  background-attachment: fixed;
  overflow-x: hidden;
}

#palace-root { isolation: isolate; }

::selection { background: var(--gold); color: #1c1404; }

a { color: inherit; text-decoration: none; }

/* ---- shared layout ---- */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow.ion { color: var(--ion-400); }

.section { padding: 104px 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, var(--text-3xl));
  line-height: 1.08;
  letter-spacing: var(--tracking-tight);
  color: var(--text-strong);
  margin: 16px 0 0;
  text-wrap: balance;
}
.section-head p {
  font-family: var(--font-body);
  color: var(--text-secondary);
  font-size: var(--text-md);
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 60ch;
}

.lucide { width: 1em; height: 1em; stroke-width: 1.6; vertical-align: -0.12em; }
.i { display: contents; }
.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.proc-loader { font-size: 34px; color: var(--gold); }
.proc-loader .lucide { vertical-align: middle; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8, 11, 17, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-hairline);
}
.nav__in {
  max-width: 1200px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 26px; height: 26px; flex: none; color: var(--gold); }
.brand__name {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--text-md); letter-spacing: 0.16em; color: var(--text-strong);
}
.brand__sub {
  font-family: var(--font-display); font-weight: 500;
  font-size: var(--text-2xs); letter-spacing: 0.3em;
  color: var(--gold); text-transform: uppercase;
  padding-left: 12px; margin-left: 2px;
  border-left: 1px solid var(--gold-line);
}
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a {
  font-family: var(--font-display); font-weight: 500;
  font-size: var(--text-sm); letter-spacing: 0.04em;
  color: var(--text-secondary); transition: color var(--dur-fast) var(--ease-servo);
}
.nav__links a:hover { color: var(--gold-bright); }
.nav__cta { margin-left: 8px; }
@media (max-width: 900px) { .nav__links { display: none; } }

/* ---- gold "lux" button override on DS Button ---- */
.oort-btn.lux.is-primary {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #1c1404; border-color: var(--gold-deep);
  box-shadow: 0 0 0 1px rgba(217,182,106,0.25), 0 0 20px var(--gold-glow);
  font-weight: 700;
}
.oort-btn.lux.is-primary:hover { background: linear-gradient(180deg, #f4d98c, var(--gold-bright)); }
.oort-btn.lux.is-secondary { border-color: var(--gold-line); color: var(--gold-bright); }
.oort-btn.lux.is-secondary:hover { border-color: var(--gold); background: var(--gold-quiet); }
.oort-btn.lux.is-ghost { color: var(--gold-bright); }
.oort-btn.lux.is-ghost:hover { background: var(--gold-quiet); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 72px 0 48px; }
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; align-items: center;
}
.hero__kicker { margin-bottom: 26px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(40px, 6.2vw, 78px); line-height: 0.98;
  letter-spacing: -0.022em; color: var(--text-strong);
  margin: 0; text-wrap: balance;
}
.hero h1 .lux-word {
  color: var(--gold);
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 38px var(--gold-glow);
}
.hero__lead {
  font-family: var(--font-body); font-size: var(--text-lg);
  line-height: 1.55; color: var(--text-secondary);
  margin: 28px 0 0; max-width: 52ch;
}
.hero__actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero__chips {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px;
  padding-top: 28px; border-top: 1px solid var(--border-hairline);
}
.chip {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-family: var(--font-mono); font-size: var(--text-xs);
  color: var(--text-muted); letter-spacing: 0.02em;
}
.chip b {
  color: var(--frost-050); font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.chip .u { color: var(--ion-400); }

@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; gap: 8px; }
  .hero__viz { order: -1; margin: 0 auto; }
}

/* ---- orbital schematic ---- */
.hero__viz { position: relative; aspect-ratio: 1; width: 100%; max-width: 460px; justify-self: center; }
.viz-svg { width: 100%; height: 100%; overflow: visible; }
.viz-ring-spin { transform-origin: 250px 250px; animation: vizspin 26s linear infinite; }
.viz-ring-spin.rev { animation-duration: 38s; animation-direction: reverse; }
@keyframes vizspin { to { transform: rotate(360deg); } }
.viz-core { animation: vizpulse 5.5s var(--ease-servo) infinite; transform-origin: 250px 250px; }
@keyframes vizpulse { 0%,100%{ opacity: .85; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .viz-ring-spin, .viz-core { animation: none; }
}

/* ============================================================
   TELEMETRY STAT BAND
   ============================================================ */
.statband {
  border-top: 1px solid var(--border-hairline);
  border-bottom: 1px solid var(--border-hairline);
  background: rgba(12,17,25,0.5);
}
.statband__in {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.statcell {
  padding: 30px 28px; border-left: 1px solid var(--border-hairline);
}
.statcell:first-child { border-left: 0; }
.statcell__v {
  font-family: var(--font-mono); font-weight: 500;
  font-size: var(--text-2xl); color: var(--frost-000);
  letter-spacing: -0.01em; font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline; gap: 6px;
}
.statcell__v .u { font-size: var(--text-md); color: var(--gold); }
.statcell__l {
  font-family: var(--font-display); font-weight: 500;
  font-size: var(--text-xs); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-muted); margin-top: 8px;
}
@media (max-width: 760px) {
  .statband__in { grid-template-columns: repeat(2, 1fr); }
  .statcell:nth-child(3) { border-left: 0; }
  .statcell:nth-child(n+3) { border-top: 1px solid var(--border-hairline); }
}

/* ============================================================
   AMENITIES
   ============================================================ */
.amen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 980px) { .amen-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .amen-grid { grid-template-columns: 1fr; } }

.amen { height: 100%; }
.amen .oort-panel__body { display: flex; flex-direction: column; gap: 14px; padding: 26px; }
.amen__icon {
  width: 44px; height: 44px; border-radius: var(--radius-sm);
  display: grid; place-items: center; flex: none;
  border: 1px solid var(--gold-line); color: var(--gold);
  background: var(--gold-quiet); font-size: 22px;
}
.amen h3 {
  font-family: var(--font-display); font-weight: 600; font-size: var(--text-lg);
  color: var(--text-strong); margin: 6px 0 0; letter-spacing: -0.005em;
}
.amen p {
  font-family: var(--font-body); font-size: var(--text-base);
  line-height: 1.6; color: var(--text-secondary); margin: 0;
}

/* ============================================================
   TIERS
   ============================================================ */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
@media (max-width: 920px) { .tiers { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

.tier {
  display: flex; flex-direction: column; padding: 32px;
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  background: var(--surface-panel);
  box-shadow: var(--etch-panel), var(--shadow-md);
  position: relative;
}
.tier.is-feature {
  border-color: var(--gold-line);
  background:
    linear-gradient(180deg, var(--gold-quiet), transparent 40%),
    var(--surface-panel);
  box-shadow: 0 0 0 1px var(--gold-line), 0 0 34px rgba(217,182,106,0.10), var(--shadow-lg);
}
.tier__tag {
  position: absolute; top: -11px; left: 32px;
  font-family: var(--font-display); font-weight: 600; font-size: var(--text-2xs);
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #1c1404; background: var(--gold);
  padding: 4px 10px; border-radius: var(--radius-pill);
}
.tier__name {
  font-family: var(--font-display); font-weight: 600; font-size: var(--text-xl);
  color: var(--text-strong); letter-spacing: -0.01em;
}
.tier__name.gold { color: var(--gold-bright); }
.tier__price {
  font-family: var(--font-mono); font-weight: 500; font-size: var(--text-3xl);
  color: var(--frost-000); margin: 16px 0 2px; letter-spacing: -0.02em;
}
.tier__price small { font-size: var(--text-md); color: var(--text-muted); font-weight: 400; }
.tier__price.text { font-size: var(--text-xl); color: var(--gold-bright); }
.tier__desc {
  font-family: var(--font-body); font-size: var(--text-sm); line-height: 1.55;
  color: var(--text-secondary); margin: 0 0 22px; min-height: 40px;
}
.tier__feats { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 12px; flex: 1; }
.tier__feats li {
  display: flex; gap: 11px; align-items: flex-start;
  font-family: var(--font-body); font-size: var(--text-sm);
  color: var(--text-primary); line-height: 1.45;
}
.tier__feats .lucide { color: var(--gold); margin-top: 2px; flex: none; font-size: 15px; }
.tier .oort-btn { width: 100%; justify-content: center; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tm-featured {
  position: relative; padding: 48px 56px; margin-bottom: 16px;
  border: 1px solid var(--gold-line); border-radius: var(--radius-md);
  background: linear-gradient(180deg, var(--gold-quiet), transparent 50%), var(--surface-panel);
  box-shadow: 0 0 44px rgba(217,182,106,0.07), var(--shadow-md);
}
.tm-mark {
  font-family: var(--font-display); color: var(--gold);
  font-size: 64px; line-height: 0.5; display: block; height: 30px;
  text-shadow: 0 0 30px var(--gold-glow);
}
.tm-featured blockquote {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(22px, 3vw, var(--text-2xl)); line-height: 1.24;
  letter-spacing: -0.012em; color: var(--text-strong);
  margin: 22px 0 0; max-width: 30ch; text-wrap: balance;
}
.tm-featured blockquote .g { color: var(--gold); }
.tm-by {
  display: flex; align-items: center; gap: 12px; margin-top: 26px;
  font-family: var(--font-mono); font-size: var(--text-xs);
  color: var(--text-muted); letter-spacing: 0.02em;
}
.tm-by b { color: var(--frost-050); font-weight: 500; }
.tm-by .ln { width: 28px; height: 1px; background: var(--gold-line); flex: none; }

.tm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .tm-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.tm-card {
  display: flex; flex-direction: column; gap: 16px; padding: 28px;
  border: 1px solid var(--border-hairline); border-radius: var(--radius-md);
  background: var(--surface-panel); box-shadow: var(--etch-panel);
  transition: border-color var(--dur-fast) var(--ease-servo);
}
.tm-card:hover { border-color: var(--border-strong); }
.tm-card .tm-mark { font-size: 44px; height: 20px; }
.tm-card blockquote {
  flex: 1; margin: 0; font-family: var(--font-body);
  font-size: var(--text-md); line-height: 1.5; color: var(--text-primary);
}

/* ============================================================
   THE FOUNDER
   ============================================================ */
.founder { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center; }
@media (max-width: 820px) { .founder { grid-template-columns: 1fr; gap: 36px; } }
.founder__portrait {
  position: relative; width: 320px; height: 380px; justify-self: center;
  border: 1px solid var(--gold-line); padding: 10px;
  border-radius: var(--radius-md);
  box-shadow: 0 0 40px rgba(217,182,106,0.08);
}
.founder__portrait::before, .founder__portrait::after {
  content: ""; position: absolute; width: 18px; height: 18px; border: 1.5px solid var(--gold);
}
.founder__portrait::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.founder__portrait::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.founder__portrait image-slot { width: 100%; height: 100%; display: block; }
.founder__quote {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(24px, 3vw, var(--text-2xl)); line-height: 1.25;
  letter-spacing: -0.012em; color: var(--text-strong); margin: 18px 0 0; text-wrap: balance;
}
.founder__quote .g { color: var(--gold); }
.founder__by {
  display: flex; align-items: center; gap: 14px; margin-top: 26px;
  font-family: var(--font-mono); font-size: var(--text-sm); color: var(--text-muted);
}
.founder__by b { color: var(--frost-050); font-weight: 500; }
.founder__by .ln { width: 38px; height: 1px; background: var(--gold-line); }

/* ============================================================
   CTA BAND
   ============================================================ */
.ctaband { text-align: center; padding: 110px 0; position: relative; }
.ctaband h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(32px, 5vw, 60px); line-height: 1.02;
  letter-spacing: -0.02em; color: var(--text-strong); margin: 16px 0 0;
}
.ctaband p {
  font-family: var(--font-body); font-size: var(--text-md); color: var(--text-secondary);
  margin: 20px auto 38px; max-width: 46ch;
}

/* ============================================================
   FOOTER
   ============================================================ */
.foot { border-top: 1px solid var(--border-hairline); padding: 56px 0 72px; }
.foot__in { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.foot__links { display: flex; gap: 26px; flex-wrap: wrap; }
.foot__links a {
  font-family: var(--font-display); font-size: var(--text-sm); font-weight: 500;
  color: var(--text-muted); letter-spacing: 0.03em;
}
.foot__links a:hover { color: var(--gold-bright); }
.foot__fine {
  font-family: var(--font-mono); font-size: var(--text-xs); line-height: 1.7;
  color: var(--text-faint); margin-top: 30px; max-width: 70ch;
}

/* ============================================================
   APPLICATION OVERLAY
   ============================================================ */
.apply {
  position: fixed; inset: 0; z-index: 1100;
  background:
    radial-gradient(110% 70% at 50% -6%, rgba(217,182,106,0.06), transparent 50%),
    var(--bg-grid), var(--carbon);
  background-color: var(--carbon);
  display: flex; flex-direction: column;
  opacity: 1;
}
.apply__bar {
  display: flex; align-items: center; gap: 20px;
  padding: 18px 32px; border-bottom: 1px solid var(--border-hairline);
  background: rgba(8,11,17,0.7); backdrop-filter: blur(12px);
}
.apply__steps { display: flex; align-items: center; gap: 8px; margin: 0 auto; }
.pip { display: flex; align-items: center; gap: 8px; }
.pip__dot {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  border: 1px solid var(--border-strong); color: var(--text-muted);
  font-family: var(--font-mono); font-size: var(--text-xs);
  transition: var(--transition-base);
}
.pip.is-active .pip__dot { border-color: var(--gold); color: var(--gold-bright); box-shadow: 0 0 0 3px var(--gold-quiet); }
.pip.is-done .pip__dot { border-color: var(--gold); background: var(--gold); color: #1c1404; }
.pip__label {
  font-family: var(--font-display); font-size: var(--text-xs); font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted);
}
.pip.is-active .pip__label { color: var(--frost-050); }
.pip__line { width: 28px; height: 1px; background: var(--border-strong); }
.pip.is-done + .pip .pip__line, .pip.is-done .pip__line { background: var(--gold-line); }
@media (max-width: 760px) { .pip__label, .pip__line { display: none; } }

.apply__body { flex: 1; min-height: 0; overflow-y: auto; }
.apply__panel {
  margin: 0 auto; width: 100%; max-width: 680px; padding: 48px 32px 72px;
  animation: stepin var(--dur-slow) var(--ease-out);
}
@keyframes stepin { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.apply__panel h2 {
  font-family: var(--font-display); font-weight: 600; font-size: var(--text-2xl);
  color: var(--text-strong); letter-spacing: -0.015em; margin: 14px 0 0;
}
.apply__panel .lead {
  font-family: var(--font-body); font-size: var(--text-md); color: var(--text-secondary);
  margin: 14px 0 36px; line-height: 1.55;
}
.field-grid { display: grid; gap: 20px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .field-grid.two { grid-template-columns: 1fr; } }

/* choice cards (preferences / consent) */
.choices { display: grid; gap: 12px; }
.choice {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px; cursor: pointer;
  border: 1px solid var(--border-hairline); border-radius: var(--radius-sm);
  background: var(--surface-raised); transition: var(--transition-base);
}
.choice:hover { border-color: var(--border-strong); background: var(--surface-hover); }
.choice.is-on { border-color: var(--gold-line); background: var(--gold-quiet); box-shadow: inset 0 0 0 1px var(--gold-line); }
.choice__box {
  width: 20px; height: 20px; flex: none; margin-top: 1px; border-radius: 4px;
  border: 1.5px solid var(--border-strong); display: grid; place-items: center;
  color: #1c1404; transition: var(--transition-base);
}
.choice.is-on .choice__box { background: var(--gold); border-color: var(--gold); }
.choice__box .lucide { font-size: 14px; opacity: 0; }
.choice.is-on .choice__box .lucide { opacity: 1; }
.choice__t { display: block; font-family: var(--font-body); font-size: var(--text-base); color: var(--text-primary); font-weight: 500; }
.choice__d { display: block; font-family: var(--font-body); font-size: var(--text-sm); color: var(--text-muted); margin-top: 3px; line-height: 1.45; }

.apply__foot {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 32px; border-top: 1px solid var(--border-hairline);
  background: rgba(8,11,17,0.7); backdrop-filter: blur(12px);
}
.apply__foot .spacer { flex: 1; }
.apply__hint { font-family: var(--font-mono); font-size: var(--text-xs); color: var(--text-faint); }

/* processing */
.proc { max-width: 560px; margin: auto; padding: 64px 32px; text-align: center; }
.proc h2 { font-family: var(--font-display); font-weight: 600; font-size: var(--text-xl); color: var(--text-strong); margin: 28px 0 8px; }
.proc__log { margin-top: 30px; text-align: left; display: grid; gap: 9px; }
.proc__line {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: var(--text-sm); color: var(--text-muted);
  opacity: 0; transform: translateX(-6px);
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.proc__line.show { opacity: 1; transform: none; color: var(--text-secondary); }
.proc__line .lucide { color: var(--ion-400); font-size: 15px; }

/* boarding pass / approved */
.approved { max-width: 560px; margin: auto; padding: 56px 24px 80px; text-align: center; }
.approved__stamp {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-md);
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-bright);
  border: 1.5px solid var(--gold); border-radius: var(--radius-pill);
  padding: 10px 24px; box-shadow: 0 0 26px var(--gold-glow);
  animation: stampin 520ms var(--ease-out) both;
}
@keyframes stampin { 0% { opacity: 0; transform: scale(1.18); } 60% { opacity: 1; } 100% { transform: scale(1); } }
.approved h2 {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(30px,5vw,46px);
  color: var(--text-strong); letter-spacing: -0.02em; margin: 30px 0 0; line-height: 1.05;
}
.approved h2 .g { color: var(--gold); }
.approved p { font-family: var(--font-body); font-size: var(--text-md); color: var(--text-secondary); margin: 18px auto 0; max-width: 42ch; }

.pass {
  text-align: left; margin: 40px 0 32px; border-radius: var(--radius-md);
  border: 1px solid var(--gold-line); overflow: hidden;
  background: linear-gradient(180deg, var(--gold-quiet), transparent 30%), var(--surface-panel);
  box-shadow: 0 0 40px rgba(217,182,106,0.08), var(--shadow-lg);
}
.pass__top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 22px; border-bottom: 1px dashed var(--gold-line);
}
.pass__brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; letter-spacing: 0.16em; color: var(--gold-bright); font-size: var(--text-sm); }
.pass__brand .lucide { color: var(--gold); }
.pass__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-hairline); }
.pass__cell { background: var(--surface-panel); padding: 18px 22px; }
.pass__cell.full { grid-column: 1 / -1; }
.pass__k { font-family: var(--font-display); font-size: var(--text-2xs); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.pass__v { font-family: var(--font-mono); font-size: var(--text-md); color: var(--frost-000); margin-top: 6px; font-variant-numeric: tabular-nums; }
.pass__v.gold { color: var(--gold-bright); }
.pass__bars { display: flex; gap: 2px; align-items: flex-end; height: 44px; margin-top: 4px; }
.pass__bars i { display: block; width: 3px; background: var(--frost-050); height: 100%; }

@media (max-width: 480px) { .pass__grid { grid-template-columns: 1fr 1fr; } }

/* determination / declined */
.declined { max-width: 560px; margin: auto; padding: 56px 24px 80px; text-align: center; }
.declined__stamp {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-md);
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--status-crit);
  border: 1.5px solid var(--status-crit); border-radius: var(--radius-pill);
  padding: 10px 24px; box-shadow: 0 0 26px rgba(255, 77, 73, 0.30);
  animation: stampin 520ms var(--ease-out) both;
}
.declined h2 {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(30px,5vw,46px);
  color: var(--text-strong); letter-spacing: -0.02em; margin: 30px 0 0; line-height: 1.05;
}
.declined h2 .crit { color: var(--status-crit); }
.declined p { font-family: var(--font-body); font-size: var(--text-md); color: var(--text-secondary); margin: 18px auto 0; max-width: 46ch; }

.dossier {
  text-align: left; margin: 40px 0 32px; border-radius: var(--radius-md);
  border: 1px solid var(--border-strong); overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 77, 73, 0.07), transparent 30%), var(--surface-panel);
  box-shadow: 0 0 40px rgba(255, 77, 73, 0.06), var(--shadow-lg);
}
.dossier__top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 22px; border-bottom: 1px dashed var(--border-strong);
}
.dossier__brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; letter-spacing: 0.16em; color: var(--status-crit); font-size: var(--text-sm); }
.dossier__brand .lucide { color: var(--status-crit); }
.dossier__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-hairline); }
.dossier__cell { background: var(--surface-panel); padding: 18px 22px; }
.dossier__cell.full { grid-column: 1 / -1; }
.dossier__k { font-family: var(--font-display); font-size: var(--text-2xs); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.dossier__v { font-family: var(--font-mono); font-size: var(--text-md); color: var(--frost-000); margin-top: 6px; font-variant-numeric: tabular-nums; }
.dossier__v.crit { color: var(--status-crit); }
.dossier__v.struck { color: var(--text-muted); text-decoration: line-through; }
.dossier__bars { display: flex; gap: 2px; align-items: flex-end; height: 44px; margin-top: 4px; }
.dossier__bars i { display: block; width: 3px; background: var(--steel-400); height: 100%; }
@media (max-width: 480px) { .dossier__grid { grid-template-columns: 1fr 1fr; } }
