/* ============================================================
   Tempered Edge - Premium layer (v2)
   Scoped to body.v2 so other pages are unaffected.
   Design system: light-based depth (glow + hairline borders +
   grain), typography-first, mono technical meta-layer.
   No purple. No particles. No glassmorphism.
   ============================================================ */

.v2 {
  --mono: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;
  --serif: "Instrument Serif", Georgia, serif;
  --hairline: rgba(244, 241, 234, 0.08);
  --hairline-hover: rgba(244, 241, 234, 0.18);
  --text-hi: #f4f1ea;
  --text-mid: rgba(244, 241, 234, 0.72);
  --text-low: rgba(244, 241, 234, 0.5);
  --ember: #d8a25a; /* warm forged-metal accent, used sparingly */
  --ok: #4ade80;
}

/* ---- global canvas: grain + blueprint grid ---- */
.v2::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(244, 241, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 70%);
}
.v2::after {
  content: "";
  position: fixed;
  inset: -50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* NOTE: .site-header (sticky) and .sticky-cta (fixed) must keep their own
   positioning from styles.css; never add them to this group. */
.v2 main,
.v2 .footer {
  position: relative;
  z-index: 2;
}

/* ---- Lenis requirements ---- */
html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* ---- header: frosted hairline ---- */
.v2 .site-header {
  background: rgba(15, 20, 25, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}

/* ---- typography upgrade ---- */
.v2 .eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-low);
}
.v2 .eyebrow::before {
  content: "// ";
  color: var(--ember);
  opacity: 0.7;
}
/* ---- CTA band: converted from the v1 light bone band to the dark system.
   One canvas, no spliced-in old design. Subtle ember wash signals "this is
   the moment" without breaking the page. ---- */
.v2 .cta-band {
  background: linear-gradient(180deg, rgba(216, 162, 90, 0.06), transparent 45%), #11161c;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.v2 .cta-band h2, .v2 .cta-band li { color: var(--text-hi); }
.v2 .cta-band p { color: var(--text-mid); }
.v2 .cta-band .eyebrow { color: var(--text-low); }
.v2 .cta-band .audit-cta-support .audit-friction { color: var(--text-low); opacity: 1; }
.v2 .cta-band li::before { color: var(--ember); }
.v2 .cta-band .button.primary { background: var(--bone); color: var(--graphite); }
.v2 .cta-band .button.primary:hover { background: var(--bone); opacity: 0.88; }
/* selectors mirror the v1 "light bg force readable" block so they out-cascade it */
.v2 .cta-band ol li,
.v2 .cta-band .audit-deliverables li,
.v2 .audit-deliverables li {
  background: rgba(244, 241, 234, 0.02);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  color: var(--text-mid);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.v2 .audit-deliverables li:hover { border-color: var(--hairline-hover); transform: translateY(-3px); }
.v2 .cta-band .audit-deliverables li::before,
.v2 .audit-deliverables li::before {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--ember);
}
.v2 .cta-band ol li strong,
.v2 .cta-band .audit-deliverables li strong,
.v2 .audit-deliverables strong { color: var(--text-hi); }

/* hide-until-intro: only applies when JS is running (html.js-anim set inline) */
.js-anim .v2 .hero h1,
.js-anim .v2 .hero .eyebrow,
.js-anim .v2 .hero .hero-copy,
.js-anim .v2 .hero .hero-actions,
.js-anim .v2 .hero .hero-proof-grid,
.js-anim .v2 .hero .hero-audit-note,
.js-anim .v2 .hero .hero-system-panel,
.js-anim .v2 .hero .audit-cta-support,
.js-anim .v2 .hero .risk-reversal,
.js-anim .v2 .hero .scarcity-line,
.js-anim .v2 .hero .sys-strip,
.js-anim .v2 .page-hero h1,
.js-anim .v2 .page-hero .eyebrow,
.js-anim .v2 .page-hero .hero-copy,
.js-anim .v2 .page-hero .hero-actions { visibility: hidden; }
.v2 h1 {
  font-size: clamp(2.75rem, 6.2vw, 6rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
  font-weight: 600;
  color: var(--text-hi);
}
.v2 .serif-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ember);
}
.v2 .section h2,
.v2 .cta-band h2,
.v2 .final-cta h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.v2 p { color: var(--text-mid); }
.v2 .section { padding-top: clamp(88px, 11vw, 150px); padding-bottom: clamp(88px, 11vw, 150px); }

/* ---- hero atmosphere ----
   .hero-home = homepage only (full-viewport + canvas layout).
   Glow + v1-radial retirement apply to every v2 hero variant. */
.v2 .hero-home {
  position: relative;
  min-height: calc(100svh - 150px);
  padding-bottom: 40px;
  padding-top: clamp(52px, 7vh, 82px);
  display: flex;
  align-items: center;
  overflow: clip;
}
.v2 .hero::after,
.v2 .page-hero::after { content: none; } /* retire the v1 steel radial; v2 owns the atmosphere */
.v2 .page-hero { position: relative; }
.v2 .page-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 64vw;
  height: 46vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(216, 162, 90, 0.08), transparent 70%);
  filter: blur(56px);
  pointer-events: none;
}
.v2 #hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.v2 #hero-canvas.on { opacity: 1; }
.v2 .hero-home::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  height: 60vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(216, 162, 90, 0.10), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}
.v2 .hero-shell {
  position: relative;
  z-index: 1;
}
.v2 .hero-copy-stack h1 {
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1.02;
  max-width: 820px;
}
.v2 .hero-system-panel {
  background:
    linear-gradient(180deg, rgba(216, 162, 90, 0.055), transparent 44%),
    linear-gradient(135deg, rgba(244, 241, 234, 0.035), rgba(244, 241, 234, 0.01)),
    #0b0f13;
  border: 1px solid var(--hairline-hover);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.48);
  isolation: isolate;
  overflow: hidden;
}
.v2 .hero-system-panel::before {
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.v2 .system-panel-top,
.v2 .system-panel-bottom,
.v2 .lead-signal-card,
.v2 .response-path {
  position: relative;
}
.v2 .system-panel-top span,
.v2 .system-panel-bottom span,
.v2 .signal-label,
.v2 .signal-time {
  color: var(--text-low);
  font-family: var(--mono);
}
.v2 .system-panel-top strong,
.v2 .system-panel-bottom strong,
.v2 .lead-signal-card strong,
.v2 .path-step p {
  color: var(--text-hi);
}
.v2 .lead-signal-card,
.v2 .system-panel-bottom > div,
.v2 .path-step {
  background: rgba(244, 241, 234, 0.025);
  border-color: var(--hairline);
}
.v2 .lead-signal-card {
  box-shadow: inset 0 0 0 1px rgba(216, 162, 90, 0.05);
}
.v2 .path-step {
  position: relative;
}
.v2 .path-step::before {
  background: var(--hairline);
  bottom: -13px;
  content: "";
  height: 13px;
  left: 33px;
  position: absolute;
  width: 1px;
}
.v2 .path-step:last-child::before { display: none; }
.v2 .path-step.active {
  background: rgba(216, 162, 90, 0.06);
  border-color: rgba(216, 162, 90, 0.42);
}
.v2 .path-step.active span {
  color: var(--ember);
}

/* ---- system status strip ---- */
.v2 .sys-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin-top: 40px;
  padding: 13px 18px;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  background: rgba(244, 241, 234, 0.02);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-low);
}
.v2 .sys-strip a { color: var(--text-mid); text-decoration: underline; text-underline-offset: 3px; }
.v2 .sys-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
  animation: v2pulse 2.4s ease-in-out infinite;
}
@keyframes v2pulse { 50% { opacity: 0.45; } }

/* ---- marquee ---- */
.v2 .marquee {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
  padding: 18px 0;
  position: relative;
  z-index: 2;
}
.v2 .marquee-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: v2marquee 36s linear infinite;
}
.v2 .marquee:hover .marquee-track { animation-play-state: paused; }
.v2 .marquee-track a,
.v2 .marquee-track span {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-low);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
}
.v2 .marquee-track a:hover { color: var(--text-hi); }
.v2 .marquee-track .tick { color: var(--ember); opacity: 0.6; }
@keyframes v2marquee { to { transform: translateX(-50%); } }

/* ---- card system: hairline + spotlight ---- */
.v2 .system-deploy-card,
.v2 .compact-card,
.v2 .offer-card,
.v2 .process-grid article,
.v2 .build-row {
  position: relative;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  background:
    radial-gradient(560px circle at var(--mx, 50%) var(--my, -20%), rgba(216, 162, 90, 0.06), transparent 45%),
    rgba(244, 241, 234, 0.015);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.v2 .system-deploy-card:hover,
.v2 .compact-card:hover,
.v2 .offer-card:hover,
.v2 .process-grid article:hover {
  border-color: var(--hairline-hover);
  transform: translateY(-3px);
}
.v2 .offer-card span,
.v2 .build-row span,
.v2 .process-grid article span {
  font-family: var(--mono);
  color: var(--ember);
  opacity: 0.85;
}
/* ---- Systems We Deploy: vertical trace rail (replaces wrapping pills) ----
   Reads like a system trace: mono step numbers + hairline rail. One step per
   row at every width, so the four cards always align. */
.v2 .system-deploy-card .flow-chain {
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: v2step;
  margin: 4px 0;
}
.v2 .system-deploy-card .flow-arrow { display: none; }
.v2 .system-deploy-card .flow-step {
  counter-increment: v2step;
  position: relative;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  border-radius: 0;
  min-height: 0;
  padding: 9px 0 9px 44px;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-mid);
}
.v2 .system-deploy-card .flow-step::before {
  content: counter(v2step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 11px;
  width: auto;
  height: auto;
  background: none;
  border: 0;
  display: block;
  text-align: left;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ember);
  opacity: 0.9;
}
.v2 .system-deploy-card .flow-step::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 28px;
  bottom: -6px;
  width: 1px;
  background: var(--hairline);
}
.v2 .system-deploy-card .flow-step:last-child::after { display: none; }
.v2 .system-deploy-card .system-outcome {
  font-style: normal;
  font-size: 0.92rem;
  color: var(--text-hi);
  padding-top: 18px;
}
.v2 .system-deploy-card .system-outcome::before {
  content: "\2192  ";
  color: var(--ember);
  font-weight: 600;
}
/* keep generic flow styling for any non-card usage */
.v2 .flow-arrow { color: var(--ember); opacity: 0.6; }

/* ---- lead response OS section ---- */
.v2 .section-heading-row {
  align-items: end;
}
.v2 .lead-os-demo {
  background:
    linear-gradient(180deg, rgba(216, 162, 90, 0.045), transparent 52%),
    #0b0f13;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
  padding: 18px;
  position: relative;
}
.v2 .lead-os-demo::before {
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.026) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
}
.v2 .demo-panel,
.v2 .demo-core,
.v2 .workflow-runbook article {
  background:
    radial-gradient(420px circle at var(--mx, 50%) var(--my, -20%), rgba(216, 162, 90, 0.06), transparent 46%),
    rgba(244, 241, 234, 0.018);
  border-color: var(--hairline);
  position: relative;
  z-index: 1;
}
.v2 .demo-panel-header span,
.v2 .demo-panel-header strong,
.v2 .demo-meta-grid span,
.v2 .output-stack span,
.v2 .workflow-runbook span {
  color: var(--text-low);
  font-family: var(--mono);
}
.v2 .demo-panel-header strong,
.v2 .workflow-runbook span,
.v2 .output-stack span {
  color: var(--ember);
}
.v2 .demo-panel h3,
.v2 .workflow-runbook h3,
.v2 .demo-core strong {
  color: var(--text-hi);
}
.v2 .demo-panel p,
.v2 .output-stack p,
.v2 .workflow-runbook p {
  color: var(--text-mid);
}
.v2 .demo-meta-grid span,
.v2 .output-stack div {
  background: rgba(244, 241, 234, 0.025);
  border-color: var(--hairline);
}
.v2 .demo-core {
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 162, 90, 0.075), transparent 54%),
    rgba(244, 241, 234, 0.012);
}
.v2 .core-chip {
  background: #0b0f13;
  border-color: var(--hairline-hover);
  color: var(--text-mid);
}
.v2 .workflow-runbook article {
  background: rgba(244, 241, 234, 0.014);
}
.v2 .workflow-runbook article:hover {
  border-color: var(--hairline-hover);
}

/* ---- pipeline terminal ---- */
.v2 .pipeline-wrap { max-width: 880px; margin: 48px auto 0; }
.v2 .terminal {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  background: #0b0f13;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.v2 .terminal-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-low);
}
.v2 .terminal-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.14);
}
.v2 .terminal-bar i:first-child { background: rgba(216, 162, 90, 0.5); }
.v2 .terminal-body {
  padding: 22px 20px 26px;
  font-family: var(--mono);
  font-size: clamp(0.68rem, 1.5vw, 0.8rem);
  line-height: 1.9;
  min-height: 248px;
}
.v2 .t-line { display: block; opacity: 0; white-space: pre-wrap; }
.v2 .t-line.show { opacity: 1; transition: opacity 0.25s; }
.v2 .t-time { color: var(--text-low); }
.v2 .t-ok { color: var(--ok); }
.v2 .t-accent { color: var(--ember); }
.v2 .t-dim { color: var(--text-low); }
.v2 .t-cursor {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: var(--ok);
  vertical-align: -2px;
  animation: v2pulse 1s steps(1) infinite;
}
.v2 .pipeline-note {
  margin-top: 18px;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-low);
}

/* ---- stat band ---- */
.v2 .stat-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 48px;
}
.v2 .stat-cell { background: #11161c; padding: 36px 28px; }
.v2 .stat-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-hi);
}
.v2 .stat-num .unit { font-size: 0.55em; color: var(--text-low); font-weight: 500; }
.v2 .stat-label {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-low);
}

/* ---- process grid: no orphan cards. 2x2 on tablet, 4-across on desktop ---- */
.v2 .process-grid { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1040px) { .v2 .process-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .v2 .process-grid { grid-template-columns: 1fr; } }

/* ---- buttons: magnetic-ready + sheen ---- */
.v2 .button.primary {
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.v2 .button.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(15, 20, 25, 0.18), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}
.v2 .button.primary:hover::after { left: 130%; }

/* ---- founder: head-and-shoulders crop, operator not influencer ---- */
.v2 .founder-photo {
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 14px;
  border: 1px solid var(--hairline);
  filter: saturate(0.92);
}
.v2 .founder-caption {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-low);
  margin-top: 12px;
}

/* ---- FAQ ---- */
.v2 .faq details { border-bottom: 1px solid var(--hairline); }

/* ---- fat footer ---- */
.v2 .footer-giant {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 8vw, 96px) 24px 0;
  overflow: hidden;
  text-align: center;
}
.v2 .footer-wordmark {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 11.5vw, 11.5rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 241, 234, 0.14);
  user-select: none;
}
.v2 .footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  margin: 28px 0 8px;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-low);
}
/* ---- footer: aligned columns + vertical link stacks + mono copyright bar.
   Flex (not fixed grid) so 3-column interior pages and the 4-column homepage
   both align cleanly. ---- */
.v2 .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 44px 64px;
  border-top: 1px solid var(--hairline);
  padding: 72px 48px 36px;
}
.v2 .footer > div:first-child { flex: 1 1 260px; max-width: 340px; }
.v2 .footer > div:not(:first-child):not(.footer-copyright) { flex: 0 1 auto; min-width: 170px; }
.v2 .footer h3,
.v2 .footer-heading {
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-low);
  margin-bottom: 16px;
}
.v2 .footer-nav { display: flex; flex-direction: column; gap: 0; }
.v2 .footer a,
.v2 .footer p {
  display: block;
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: var(--text-low);
}
.v2 .footer a:hover { color: var(--text-hi); }
.v2 .footer .brand { display: inline-flex; margin-bottom: 12px; }
.v2 .footer-copyright {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 32px;
  border-top: 1px solid var(--hairline);
  margin-top: 20px;
  padding-top: 24px;
}
.v2 .footer-copyright p {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-low);
}
.v2 .footer .brand-wordmark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--text-mid);
}
.v2 .footer .footer-book { color: var(--text-mid); }
.v2 .footer .footer-book::after { content: " \2192"; color: var(--ember); }
.v2 .footer .footer-book:hover { color: var(--text-hi); }
@media (max-width: 640px) {
  /* extra bottom padding keeps the copyright clear of the fixed sticky-CTA bar */
  .v2 .footer { padding: 56px 24px 96px; gap: 36px 40px; }
}

/* ---- reveal: JS sets initial states; this is the no-JS guarantee ---- */
.no-js .v2 [data-reveal] { opacity: 1 !important; transform: none !important; }

/* ---- reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .v2 .marquee-track { animation: none; }
  .v2 .sys-dot { animation: none; }
  .v2 #hero-canvas { display: none; }
  .v2 .t-line { opacity: 1; }
}

/* ---- mobile ---- */
@media (max-width: 768px) {
  .v2 .hero { min-height: auto; }
  .v2 .sys-strip { gap: 8px 14px; font-size: 0.62rem; }
  .v2 .footer-wordmark { -webkit-text-stroke-width: 0.5px; }
  .v2 .terminal-body { min-height: 286px; }
}
@media (max-width: 640px) {
  .v2 .hero-home {
    padding-bottom: 32px;
    padding-top: 54px;
  }
  .v2 .hero-copy-stack h1 {
    font-size: clamp(2.35rem, 10vw, 2.75rem);
  }
  .v2 .hero-proof-grid,
  .v2 .hero-audit-note,
  .v2 .hero-system-panel,
  .v2 .hero .sys-strip {
    display: none;
  }
}
