/* ============================================================
   INSIGHTFUL EYE MARKETING · insightfuleye.com
   Design language: the Tier-Authority audit document, published.
   Near-black paper · Didone serif in cream · gold rule-work ·
   mono letterspaced labels · ✦ markers · confidential footers
   ============================================================ */

:root {
  --bg: #131110;
  --bg-2: #181512;
  --panel: #1d1a16;
  --panel-2: #232017;
  --cream: #ece4d2;
  --cream-dim: #c9bfa9;
  --muted: #97907f;
  --gold: #c9a227;
  --gold-bright: #dcb53a;
  --line: #2d2922;
  --line-gold: rgba(201, 162, 39, 0.38);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;
  --max: 1100px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16.5px;
  color: var(--cream-dim);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ---------- micro-label: mono, letterspaced, gold ---------- */
.micro {
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}
.micro::after { content: ""; height: 1px; flex: 0 0 72px; background: var(--line-gold); }

/* ---------- type ---------- */
h1, h2, h3, .stat-num { font-family: var(--serif); color: var(--cream); }
h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.1rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.01em;
  max-width: 21ch;
}
h1 em, h2 em { font-style: italic; font-weight: 600; color: var(--gold); }
h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.1;
  max-width: 28ch;
  margin-bottom: 20px;
}
h3 { font-weight: 600; font-size: 1.3rem; line-height: 1.25; }
.lede { font-size: 1.1rem; color: var(--muted); max-width: 60ch; }
.section-lede { color: var(--muted); max-width: 64ch; margin-bottom: 12px; }
.section-lede a, .lede a { color: var(--gold); }

/* ---------- header ---------- */
header { background: var(--bg); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 0 28px; height: 66px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo span { font-family: var(--serif); font-weight: 600; font-size: 1.16rem; color: var(--cream); }
.nav-links { display: flex; gap: 24px; align-items: center; list-style: none; }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-family: var(--mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 5px 0; border-bottom: 1px solid transparent;
}
.nav-links a:hover { color: var(--gold-bright); }
.nav-links a[aria-current="page"] { color: var(--gold); border-bottom-color: var(--gold); }
.nav-cta {
  border: 1px solid var(--gold) !important; color: var(--gold) !important;
  padding: 10px 16px !important;
}
.nav-cta:hover { background: var(--gold); color: var(--bg) !important; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--cream); font-size: 1.15rem; padding: 4px 12px; cursor: pointer; }

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -15%, rgba(201,162,39,0.07), transparent 60%),
    var(--bg);
  padding: 104px 0 88px;
  border-bottom: 1px solid var(--line);
}
.hero h1 { margin-bottom: 24px; }
.hero .lede { margin-bottom: 38px; }
.cta-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* ---------- hero report card (Lighthouse gauges) ---------- */
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; align-items: center; }
.report-card {
  background: var(--panel); border: 1px solid var(--line-gold);
  padding: 34px 36px 30px;
}
.report-head {
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.report-domain {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--cream);
  border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 26px;
}
.gauges { display: flex; gap: 26px; justify-content: space-between; }
.gauge { text-align: center; flex: 1; }
.gauge svg { width: 84px; height: 84px; max-width: 100%; transform: rotate(-90deg); }
.gauge .track { fill: none; stroke: var(--line); stroke-width: 5; }
.gauge .arc { fill: none; stroke: var(--gold); stroke-width: 5; stroke-linecap: round; }
.gauge text {
  transform: rotate(90deg); transform-origin: 40px 40px;
  font-family: var(--serif); font-size: 22px; font-weight: 600;
  fill: var(--cream); text-anchor: middle;
}
.gauge span {
  display: block; margin-top: 10px;
  font-family: var(--mono); font-size: 9px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
}
.report-foot {
  border-top: 1px solid var(--line); margin-top: 26px; padding-top: 18px;
  font-size: 0.86rem; color: var(--muted); line-height: 1.7;
}
.report-foot strong { color: var(--cream); font-weight: 600; }
.report-foot a { color: var(--gold); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; text-decoration: none;
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 17px 28px; transition: all .18s ease;
}
.btn-gold { background: var(--gold); color: #171307; }
.btn-gold:hover { background: var(--gold-bright); }
.btn-ghost { border: 1px solid var(--line); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { border: 1px solid var(--gold); color: var(--gold); }
.btn-dark:hover { background: var(--gold); color: #171307; }

/* ---------- iris plate: the gold-bordered demo box ---------- */
.iris-band {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  text-align: center; padding: 18px 28px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--cream-dim);
}
.iris-band .tag { color: var(--gold); margin-right: 16px; letter-spacing: 0.3em; }
.iris-band .tag::before { content: "✦ "; }
.iris-band a { color: var(--gold-bright); font-weight: 500; white-space: nowrap; }
.iris-band strong { color: var(--cream); font-weight: 500; }

/* ---------- sections ---------- */
section { padding: 92px 0; background: var(--bg); }
section.dark { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
section.tint { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
section p { color: var(--muted); }

/* ---------- numbered rows ---------- */
.rows { margin-top: 48px; border-top: 1px solid var(--line); }
.row {
  display: grid; grid-template-columns: 88px 1fr 2fr auto;
  gap: 28px; align-items: baseline;
  padding: 34px 6px; border-bottom: 1px solid var(--line);
  text-decoration: none; transition: background .15s ease;
}
a.row:hover { background: rgba(201,162,39,0.05); }
.row .num { font-family: var(--serif); font-weight: 600; font-style: italic; font-size: 1.6rem; color: var(--gold); }
.row p { color: var(--muted); font-size: 0.98rem; }
.row .go { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
a.row:hover .go { color: var(--gold-bright); }

/* ---------- stats / scorecard ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line); margin-top: 52px; }
.stat { padding: 38px 26px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat-num { font-size: clamp(2.6rem, 4.2vw, 3.6rem); font-weight: 600; color: var(--gold); line-height: 1; }
.stat-label { font-family: var(--mono); font-size: 9.5px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); margin-top: 14px; }

/* ---------- ✦ checklist ---------- */
ul.checks { list-style: none; margin-top: 28px; max-width: 70ch; }
ul.checks li { padding: 15px 0 15px 36px; position: relative; color: var(--muted); border-bottom: 1px solid var(--line); }
ul.checks li::before {
  content: "✦"; position: absolute; left: 2px; top: 14px;
  color: var(--gold); font-size: 0.85rem;
}
ul.checks li strong { color: var(--cream); font-weight: 500; }

/* ---------- case documents ---------- */
.case {
  background: var(--panel); border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  padding: 48px 52px; margin-bottom: 40px;
}
.case .meta { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.case h3 { font-size: 1.7rem; margin-bottom: 16px; }
.case p { color: var(--muted); max-width: 72ch; }
.case ul { margin: 20px 0 0 2px; list-style: none; }
.case ul li { padding: 10px 0 10px 32px; position: relative; color: var(--muted); font-size: 0.97rem; }
.case ul li::before { content: "✦"; position: absolute; left: 0; top: 9px; color: var(--gold); font-size: 0.8rem; }
.case a { color: var(--gold); }
.case .project-name {
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  box-shadow: inset 0 -0.18em 0 rgba(201, 162, 39, 0.18);
}
.case .project-name:hover { color: var(--gold-bright); }
.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.project-actions a {
  border: 1px solid var(--line-gold);
  color: var(--cream) !important;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 13px;
}
.project-actions a:hover {
  border-color: var(--gold);
  color: var(--gold-bright) !important;
}

/* ---------- gold plate callout (FASTEST PATH style) ---------- */
.plate {
  border-left: 3px solid var(--gold); background: var(--panel);
  padding: 26px 30px; margin-top: 36px; max-width: 76ch;
}
.plate .plate-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.plate p { color: var(--cream-dim); }

/* ---------- scoreboard ---------- */
.scoreboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}
.score-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  padding: 28px 26px;
}
.score-card strong {
  display: block;
  margin: 10px 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--gold);
}
.score-card p { color: var(--muted); font-size: 0.96rem; }
.score-label {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.scoreboard-split {
  margin-top: 38px;
  align-items: start;
}
.scoreboard-note {
  margin-top: 0;
  max-width: none;
}

/* ---------- FAQ ---------- */
.faq { margin-top: 44px; border-top: 1px solid var(--line); max-width: 80ch; }
details { border-bottom: 1px solid var(--line); }
details summary {
  font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--cream);
  cursor: pointer; padding: 24px 44px 24px 4px; list-style: none; position: relative;
}
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "✦"; position: absolute; right: 10px; top: 26px; font-size: 0.85rem; color: var(--gold); transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 4px 26px; color: var(--muted); max-width: 68ch; }
details p a { color: var(--gold); }

/* ---------- callout ---------- */
.callout {
  background: var(--panel); color: var(--cream);
  border: 1px solid var(--line-gold);
  padding: 58px 58px;
  display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: space-between;
}
.callout h2 { margin-bottom: 12px; }
.callout p { color: var(--muted); max-width: 54ch; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border-top: 1px solid var(--line); }
.step { padding: 40px 32px 40px 0; border-bottom: 1px solid var(--line); }
.step + .step { padding-left: 32px; border-left: 1px solid var(--line); }
.step .phase { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 16px; }
.step h3 { font-size: 1.7rem; margin-bottom: 12px; }
.step p { color: var(--muted); font-size: 0.98rem; }

/* ---------- two-col ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }

/* ---------- form slot ---------- */
.form-slot {
  border: 1px dashed var(--gold); background: var(--panel);
  padding: 58px 28px; text-align: center; color: var(--muted);
}
.form-slot strong { font-family: var(--serif); color: var(--cream); font-size: 1.12rem; }
.form-slot__intro { margin: 8px 0 1rem; }
.form-slot__alt { margin-top: 1rem; }
.ghl-form-embed {
  width: 100%;
  min-height: 1300px;
  margin: 1rem 0 1.25rem;
}
.ghl-form-embed iframe {
  width: 100%;
  min-height: 1300px;
  display: block;
  background: transparent;
}

/* ---------- contact blocks ---------- */
.contact-block { border-top: 1px solid var(--line); padding: 26px 4px; }
.contact-block h3 { margin-bottom: 8px; font-size: 1.25rem; }
.contact-block p { color: var(--muted); }

/* ---------- blog ---------- */
.post-list { margin-top: 48px; border-top: 1px solid var(--line); }
.post-link { display: block; padding: 40px 6px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .15s; }
.post-link:hover { background: rgba(201,162,39,0.05); }
.post-link .meta { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.post-link h3 { font-size: 1.8rem; margin-bottom: 12px; }
.post-link p { color: var(--muted); max-width: 70ch; }
article.post { max-width: 720px; margin: 0 auto; }
article.post .post-head { margin-bottom: 48px; }
article.post h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }
article.post .meta { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
article.post p { margin-bottom: 24px; color: var(--cream-dim); font-size: 1.05rem; line-height: 1.8; }
article.post p strong { color: var(--cream); font-weight: 600; }
article.post h2 { margin-top: 52px; margin-bottom: 18px; font-size: 1.8rem; }
article.post blockquote {
  border-left: 2px solid var(--gold); padding: 8px 0 8px 28px; margin: 36px 0;
  font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--cream); line-height: 1.5;
}
article.post .post-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line); margin: 40px 0; }
article.post .post-stats div { padding: 26px 18px; border-left: 1px solid var(--line); }
article.post .post-stats div:first-child { border-left: none; }
article.post a { color: var(--gold); }

/* ---------- footer ---------- */
footer { background: var(--bg-2); color: var(--muted); padding: 72px 0 38px; font-size: 0.94rem; border-top: 1px solid var(--line); }
footer .cols { display: grid; grid-template-columns: 2.2fr 1fr 1fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
footer .micro { margin-bottom: 18px; }
footer p { max-width: 40ch; }
footer a { color: var(--cream-dim); text-decoration: none; display: block; margin-bottom: 10px; font-size: 0.93rem; }
footer a:hover { color: var(--gold); }
footer .legal {
  padding-top: 26px;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  section { padding: 64px 0; }
  .hero { padding: 72px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .gauges { gap: 12px; }
  .row { grid-template-columns: 48px 1fr; }
  .row p { grid-column: 2; }
  .row .go { grid-column: 2; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(odd) { border-left: none; }
  .scoreboard-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step + .step { padding-left: 0; border-left: none; }
  .step { padding-right: 0; }
  .split, footer .cols { grid-template-columns: 1fr; }
  .case { padding: 34px 26px; }
  .callout { padding: 42px 30px; }
  .iris-band { font-size: 10px; letter-spacing: 0.08em; }
  .nav-links {
    display: none; position: absolute; top: 66px; left: 0; right: 0;
    background: var(--bg); flex-direction: column; align-items: flex-start;
    padding: 22px 28px 28px; gap: 20px; border-bottom: 1px solid var(--gold);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
}

/* ---------- homepage cinematic stage ---------- */
.home-page {
  background: #070a0c;
  overflow-x: hidden;
}

.home-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  background: transparent;
  border-bottom: 0;
}

.home-page .home-nav {
  max-width: none;
  height: 86px;
  padding: 0 38px;
}

.home-page .logo span {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-page .nav-links {
  display: none;
}

.home-nav-actions {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(236, 228, 210, 0.16);
  background: rgba(7, 10, 12, 0.58);
  backdrop-filter: blur(18px);
}

.home-audit-link,
.home-menu-button,
.home-menu-top button,
.stage-controls button,
.stage-bottom button,
.stage-bottom a {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-audit-link {
  color: var(--cream);
  padding: 15px 18px;
  border-right: 1px solid rgba(236, 228, 210, 0.14);
}

.home-menu-button {
  border: 0;
  color: #08101d;
  background: #dce5ff;
  padding: 16px 22px;
  cursor: pointer;
}

.home-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 6, 16, 0.78);
  transition: opacity .24s ease;
}

.home-menu.open {
  pointer-events: auto;
  opacity: 1;
}

.home-menu-panel {
  position: absolute;
  top: 38px;
  right: 38px;
  bottom: 38px;
  width: min(430px, calc(100vw - 42px));
  display: flex;
  flex-direction: column;
  padding: 22px 28px 24px;
  color: #07101d;
  background: #dce5ff;
  border: 1px solid rgba(255,255,255,0.45);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  transform: translateX(28px);
  transition: transform .28s ease;
}

.home-menu.open .home-menu-panel {
  transform: translateX(0);
}

.home-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-menu-top button {
  border: 0;
  color: #dce5ff;
  background: #07101d;
  padding: 15px 18px;
  cursor: pointer;
}

.home-menu nav {
  display: grid;
  gap: 0;
}

.home-menu nav a {
  color: #05080e;
  font-family: var(--sans);
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-menu nav a:hover {
  color: #3056b8;
}

.home-menu-meta {
  margin-top: auto;
  padding-top: 34px;
  border-top: 1px solid rgba(7, 16, 29, 0.16);
  display: grid;
  gap: 9px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-menu-meta a,
.home-menu-meta span {
  color: #07101d;
  text-decoration: none;
}

.home-stage {
  position: relative;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 45%, rgba(28, 169, 255, 0.28), transparent 16%),
    radial-gradient(circle at 18% 82%, rgba(201, 162, 39, 0.16), transparent 22%),
    linear-gradient(145deg, #030609 0%, #07182a 45%, #02040a 100%);
  border-bottom: 1px solid rgba(236, 228, 210, 0.12);
}

.home-stage::before,
.home-stage::after {
  content: "";
  position: absolute;
  inset: auto -8vw -10vh;
  height: 42vh;
  pointer-events: none;
}

.home-stage::before {
  background:
    linear-gradient(180deg, transparent, rgba(3, 6, 9, 0.75)),
    repeating-linear-gradient(90deg, rgba(99, 183, 255, 0.18) 0 1px, transparent 1px 82px);
  transform: perspective(500px) rotateX(62deg);
  transform-origin: center bottom;
}

.home-stage::after {
  background: radial-gradient(ellipse at center, rgba(73, 177, 255, 0.42), transparent 58%);
  filter: blur(18px);
  opacity: .75;
}

.stage-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.scene-grid {
  position: absolute;
  inset: 13vh 10vw 18vh;
  border: 1px solid rgba(236, 228, 210, 0.1);
  background-image:
    linear-gradient(rgba(220, 229, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 229, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 0 42%, transparent 72%);
}

.scene-core {
  position: absolute;
  left: 50%;
  top: 45%;
  width: clamp(170px, 20vw, 260px);
  aspect-ratio: 1.15;
  color: rgba(201, 162, 39, 0.82);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 28px rgba(201, 162, 39, 0.35));
  animation: coreFloat 7s ease-in-out infinite;
}

.scene-core::before {
  content: "";
  position: absolute;
  inset: 22%;
  border: 1px solid rgba(220, 229, 255, 0.28);
  background: rgba(85, 194, 255, 0.08);
  box-shadow: 0 0 70px rgba(51, 165, 255, 0.34);
}

.scene-core svg {
  width: 74%;
  position: relative;
  z-index: 2;
}

.scene-orbit {
  position: absolute;
  left: 50%;
  top: 45%;
  border: 1px solid rgba(220, 229, 255, 0.14);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-one {
  width: min(64vw, 820px);
  aspect-ratio: 1 / .42;
  animation: orbitDrift 18s linear infinite;
}

.orbit-two {
  width: min(48vw, 600px);
  aspect-ratio: 1 / .36;
  animation: orbitDrift 15s linear infinite reverse;
}

.scene-pulse {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 46vw;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.24), transparent 58%);
  animation: pulseGlow 4s ease-in-out infinite;
}

.scene-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dce5ff;
  box-shadow: 0 0 22px rgba(220, 229, 255, 0.9);
}

.node-a { left: 22%; top: 32%; animation: nodeBlink 4.2s ease-in-out infinite; }
.node-b { right: 27%; top: 27%; animation: nodeBlink 5s ease-in-out infinite .6s; }
.node-c { right: 18%; bottom: 31%; animation: nodeBlink 4.6s ease-in-out infinite 1.1s; }

.stage-rail {
  position: absolute;
  left: 36px;
  top: 50%;
  z-index: 4;
  display: grid;
  gap: 16px;
  transform: translateY(-50%);
}

.stage-rail button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  color: rgba(236, 228, 210, 0.38);
  background: transparent;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .18s ease, transform .18s ease;
}

.stage-rail button span {
  width: 20px;
  color: rgba(201, 162, 39, 0.52);
  letter-spacing: 0;
}

.stage-rail button.active,
.stage-rail button:hover {
  color: var(--cream);
  transform: translateX(5px);
}

.stage-rail button.active::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #dce5ff;
  box-shadow: 0 0 14px rgba(220, 229, 255, 0.9);
}

.stage-copy {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  display: grid;
  place-items: end center;
  padding: 20vh 28px 18vh;
  text-align: center;
}

.stage-copy article {
  display: none;
  max-width: 860px;
  margin: 0 auto;
  animation: stageText .42s ease both;
}

.stage-copy article.active {
  display: block;
}

.stage-kicker {
  margin-bottom: 18px;
  color: #dce5ff;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.stage-copy h1,
.stage-copy h2 {
  max-width: 13ch;
  margin: 0 auto 20px;
  color: #eef3ff;
  font-family: var(--sans);
  font-size: clamp(2.45rem, 7vw, 6.8rem);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stage-copy h1 em,
.stage-copy h2 em {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
}

.stage-copy p {
  max-width: 58ch;
  margin: 0 auto 28px;
  color: rgba(236, 228, 210, 0.7);
}

.stage-copy .cta-row {
  justify-content: center;
}

.stage-copy .btn-ghost {
  background: rgba(7, 10, 12, 0.38);
  backdrop-filter: blur(14px);
}

.stage-proof {
  position: absolute;
  right: 36px;
  top: 50%;
  z-index: 4;
  display: grid;
  gap: 14px;
  width: 150px;
  transform: translateY(-50%);
}

.stage-proof div {
  padding: 16px 0 16px 18px;
  border-left: 1px solid rgba(220, 229, 255, 0.18);
}

.stage-proof strong {
  display: block;
  color: #dce5ff;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.stage-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(236, 228, 210, 0.48);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  line-height: 1.55;
  text-transform: uppercase;
}

.stage-controls {
  position: absolute;
  left: 50%;
  bottom: 104px;
  z-index: 8;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.stage-controls button {
  border: 1px solid rgba(220, 229, 255, 0.16);
  color: rgba(236, 228, 210, 0.76);
  background: rgba(7, 10, 12, 0.38);
  padding: 13px 18px;
  cursor: pointer;
}

.stage-controls button:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.stage-bottom {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(220, 229, 255, 0.13);
  background: rgba(7, 10, 12, 0.35);
  backdrop-filter: blur(14px);
}

.stage-bottom button,
.stage-bottom a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-right: 1px solid rgba(220, 229, 255, 0.13);
  color: rgba(236, 228, 210, 0.78);
  background: transparent;
  cursor: pointer;
}

.stage-bottom a:last-child {
  border-right: 0;
}

.stage-bottom a:hover,
.stage-bottom button:hover {
  color: var(--gold);
}

.home-loader {
  position: absolute;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  gap: 28px;
  color: #dce5ff;
  background: #030609;
  transition: opacity .32s ease, visibility .32s ease;
}

.home-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-loader > div {
  text-align: center;
}

.loader-percent {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: .9;
}

.home-loader p,
.home-loader button {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.home-loader p {
  margin-top: 18px;
  color: rgba(236, 228, 210, 0.62);
}

.home-loader button {
  border: 1px solid rgba(220, 229, 255, 0.2);
  color: #dce5ff;
  background: transparent;
  padding: 16px 22px;
  opacity: .55;
  cursor: pointer;
}

.home-loader.ready button {
  opacity: 1;
  border-color: var(--gold);
  color: var(--gold);
}

body.menu-open {
  overflow: hidden;
}

@keyframes coreFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(-8px); }
  50% { transform: translate(-50%, -50%) translateY(10px); }
}

@keyframes orbitDrift {
  to { transform: translate(-50%, -50%) rotate(342deg); }
}

@keyframes pulseGlow {
  0%, 100% { opacity: .42; transform: translate(-50%, -50%) scale(.9); }
  50% { opacity: .82; transform: translate(-50%, -50%) scale(1.05); }
}

@keyframes nodeBlink {
  0%, 100% { opacity: .2; transform: scale(.75); }
  45% { opacity: 1; transform: scale(1.25); }
}

@keyframes stageText {
  from { opacity: 0; transform: translateY(18px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (max-width: 1100px) {
  .stage-proof {
    display: none;
  }

  .stage-copy {
    place-items: center;
    padding-bottom: 22vh;
  }
}

@media (max-width: 780px) {
  .home-page .home-nav {
    height: 72px;
    padding: 0 18px;
  }

  .home-audit-link {
    display: none;
  }

  .home-menu-button {
    padding: 14px 17px;
  }

  .home-menu-panel {
    top: 16px;
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
  }

  .home-menu nav a {
    font-size: clamp(2rem, 12vw, 3.35rem);
  }

  .stage-rail {
    left: 18px;
    right: 18px;
    top: 92px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    transform: none;
  }

  .stage-rail button {
    flex: 0 0 auto;
    padding: 8px 0;
    font-size: 8px;
    letter-spacing: 0.2em;
  }

  .stage-rail button.active::before {
    display: none;
  }

  .stage-copy {
    padding: 122px 22px 104px;
  }

  .stage-copy h1,
  .stage-copy h2 {
    font-size: clamp(2.2rem, 13vw, 4.1rem);
    max-width: 11ch;
  }

  .stage-copy p {
    font-size: .95rem;
  }

  .stage-controls {
    bottom: 24px;
  }

  .stage-bottom {
    display: none;
  }

  .scene-core {
    top: 42%;
    opacity: .62;
  }
}
