:root {
  --bg: #090b0f;
  --bg-deep: #0d1218;
  --bg-panel: rgba(12, 16, 22, 0.84);
  --bg-panel-strong: rgba(9, 13, 18, 0.95);
  --bg-soft: rgba(255, 255, 255, 0.03);
  --text: #f3efe7;
  --muted: #b7bbb8;
  --line: rgba(154, 197, 184, 0.14);
  --line-strong: rgba(154, 197, 184, 0.28);
  --gold: #dcb874;
  --signal: #58d7b1;
  --signal-strong: #6cf1d2;
  --cobalt: #7aa8ff;
  --odds: #ffbf62;
  --aqua: #61e0ff;
  --mint: #63e8be;
  --signal-soft: rgba(88, 215, 177, 0.12);
  --danger-soft: rgba(243, 128, 128, 0.14);
  --shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
  --shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.2);
  --section-gap: clamp(80px, 12vw, 160px);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --container: min(1240px, calc(100vw - 64px));
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Manrope", "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
  --ambient-depth: 0;
  --ig-ink: #06111a;
  --ig-cyan: #59d9ff;
  --ig-violet: #7f8fff;
  --scene-a: rgba(89, 217, 255, 0.26);
  --scene-b: rgba(88, 215, 177, 0.24);
  --scene-c: rgba(127, 143, 255, 0.22);
  --journey-accent: rgba(88, 215, 177, 0.72);
  --journey-accent-soft: rgba(88, 215, 177, 0.18);
  --journey-accent-alt: rgba(97, 224, 255, 0.4);
  --journey-progress: 0%;
}

:root[data-hero-scene="launch"] {
  --scene-a: rgba(89, 217, 255, 0.3);
  --scene-b: rgba(88, 215, 177, 0.26);
  --scene-c: rgba(127, 143, 255, 0.2);
}

:root[data-hero-scene="market-entry"] {
  --scene-a: rgba(122, 168, 255, 0.32);
  --scene-b: rgba(89, 217, 255, 0.24);
  --scene-c: rgba(216, 194, 147, 0.18);
}

:root[data-hero-scene="turnaround"] {
  --scene-a: rgba(88, 215, 177, 0.28);
  --scene-b: rgba(216, 194, 147, 0.22);
  --scene-c: rgba(122, 168, 255, 0.14);
}

:root[data-hero-scene="post-acquisition"] {
  --scene-a: rgba(127, 143, 255, 0.28);
  --scene-b: rgba(89, 217, 255, 0.22);
  --scene-c: rgba(216, 194, 147, 0.16);
}

:root[data-hero-scene="ma"] {
  --scene-a: rgba(216, 194, 147, 0.26);
  --scene-b: rgba(89, 217, 255, 0.22);
  --scene-c: rgba(127, 143, 255, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  overflow-x: hidden;
  overflow-x: clip;
  background-color: #090b0f;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--sans);
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(97, 224, 255, 0.08), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(255, 191, 98, 0.06), transparent 30%),
    linear-gradient(180deg, #07090c 0%, #0a0d12 45%, #0f141a 100%);
  line-height: 1.6;
  letter-spacing: 0.008em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  overflow-x: hidden;
  overflow-x: clip;
  background-color: #090b0f;
}

::selection {
  background: rgba(103, 214, 176, 0.22);
  color: #f3efe7;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid rgba(103, 214, 176, 0.58);
  outline-offset: 3px;
}

section[id] {
  scroll-margin-top: 112px;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  overflow: clip;
}

.site-bg::before,
.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-bg::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(97, 224, 255, 0.04) 0,
      rgba(97, 224, 255, 0.04) 1px,
      transparent 1px,
      transparent 96px
    );
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.04));
  opacity: 0.28;
  animation: ig-grid-drift 32s linear infinite;
}

.site-bg::after {
  background:
    radial-gradient(420px circle at calc(22% + (var(--ambient-depth) * 40%)) 14%, rgba(99, 232, 190, 0.12), transparent 64%),
    radial-gradient(520px circle at calc(72% - (var(--ambient-depth) * 30%)) 86%, rgba(97, 224, 255, 0.08), transparent 66%);
  opacity: 0.56;
  animation: ig-energy-sweep 22s ease-in-out infinite alternate;
}

.site-bg-noise,
.site-bg-grid,
.site-bg-aura {
  position: absolute;
  inset: 0;
}

.site-bg-noise {
  opacity: 0.06;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.85) 0.4px, transparent 0.6px),
    radial-gradient(circle at 75% 65%, rgba(255, 255, 255, 0.5) 0.4px, transparent 0.7px);
  background-size: 26px 26px, 32px 32px;
}

.site-bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 78%);
  opacity: 0.34;
}

.site-bg-aura {
  filter: blur(54px);
}

.site-bg-aura-one {
  background:
    radial-gradient(circle at 18% 16%, rgba(88, 215, 177, 0.24), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(122, 168, 255, 0.12), transparent 24%);
  transform: translate3d(0, calc(var(--ambient-depth) * -56px), 0) scale(calc(1 + (var(--ambient-depth) * 0.08)));
  opacity: calc(0.88 + (var(--ambient-depth) * 0.1));
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.site-bg-aura-two {
  background:
    radial-gradient(circle at 84% 42%, rgba(88, 215, 177, 0.16), transparent 20%),
    radial-gradient(circle at 22% 78%, rgba(216, 194, 147, 0.1), transparent 24%);
  transform: translate3d(0, calc(var(--ambient-depth) * 42px), 0) scale(calc(1 + (var(--ambient-depth) * 0.06)));
  opacity: calc(0.84 + (var(--ambient-depth) * 0.12));
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.site-bg-grid {
  transform: translate3d(0, calc(var(--ambient-depth) * 18px), 0);
  opacity: calc(0.34 - (var(--ambient-depth) * 0.08));
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: var(--container);
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 0 80px;
  background-color: transparent;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(var(--scroll-pct, 0) * 1%);
  height: 2px;
  background: linear-gradient(90deg, var(--journey-accent), var(--journey-accent-alt) 62%, rgba(255, 255, 255, 0.16));
  z-index: 100;
  pointer-events: none;
  transform-origin: left;
  transition: width 80ms linear;
}

.chapter-rail {
  position: fixed;
  top: 50%;
  left: clamp(16px, calc((100vw - var(--container)) / 2 - 70px), 42px);
  z-index: 16;
  display: none;
  gap: 10px;
  transform: translateY(-50%);
  padding: 14px 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 36%),
    rgba(8, 11, 16, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

@media (min-width: 1181px) {
  .chapter-rail {
    display: grid;
  }
}

.chapter-rail::before,
.chapter-rail::after {
  content: "";
  position: absolute;
  left: 21px;
  width: 1px;
  pointer-events: none;
}

.chapter-rail::before {
  top: 16px;
  bottom: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.chapter-rail::after {
  top: 16px;
  height: var(--journey-progress, 0%);
  background: linear-gradient(180deg, var(--journey-accent), var(--journey-accent-alt));
  box-shadow: 0 0 18px var(--journey-accent-soft);
  transition: height 420ms cubic-bezier(0.22, 1, 0.36, 1), background 320ms ease;
}

.chapter-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 18px;
  padding-left: 4px;
  color: rgba(227, 232, 236, 0.6);
  transition: color 220ms ease, transform 220ms ease;
}

.chapter-dot:hover,
.chapter-dot:focus-visible {
  color: rgba(243, 239, 231, 0.92);
}

.chapter-dot-core {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.28), transparent 28%),
    rgba(10, 13, 18, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.chapter-dot-core::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.14);
  transition: background-color 220ms ease, transform 220ms ease;
}

.chapter-dot-label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-8px);
  transition: max-width 260ms ease, opacity 220ms ease, transform 220ms ease;
}

.chapter-dot.is-active {
  color: rgba(243, 239, 231, 0.92);
  transform: translateX(2px);
}

.chapter-dot.is-active .chapter-dot-core {
  border-color: var(--journey-accent);
  box-shadow:
    0 0 0 3px rgba(0, 0, 0, 0.12),
    0 0 24px var(--journey-accent-soft);
  transform: scale(1.08);
}

.chapter-dot.is-active .chapter-dot-core::after {
  background: linear-gradient(135deg, var(--journey-accent), var(--journey-accent-alt));
  transform: scale(1.04);
}

.chapter-dot.is-active .chapter-dot-label,
.chapter-dot:hover .chapter-dot-label,
.chapter-dot:focus-visible .chapter-dot-label {
  max-width: 124px;
  opacity: 1;
  transform: translateX(0);
}

.frame {
  position: relative;
  overflow: hidden;
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(120deg, rgba(88, 215, 177, 0.04), transparent 34%),
    var(--bg-panel);
  background-size: 180% 180%, 180% 180%, auto;
  background-position: 0% 0%, 100% 100%, 0 0;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 42px 104px rgba(0, 0, 0, 0.5);
}

.hero > *,
.problem-system > *,
.services-system > *,
.founder-system > *,
.cta-section > *,
.authority-grid > *,
.track-record-grid > *,
.process-grid > * {
  min-width: 0;
}

.frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(122, 168, 255, 0.08), transparent 30%),
    linear-gradient(320deg, rgba(88, 215, 177, 0.05), transparent 28%);
  background-size: 180% 180%, 170% 170%;
  background-position: 0% 0%, 100% 100%;
  animation: chapter-ambient-cobalt 24s ease-in-out infinite;
  pointer-events: none;
}

.section.frame::after {
  content: "";
  position: absolute;
  right: clamp(16px, 2.2vw, 34px);
  bottom: clamp(16px, 2.2vw, 34px);
  width: clamp(90px, 10vw, 148px);
  height: clamp(90px, 10vw, 148px);
  border-radius: 50%;
  border: 1px solid rgba(97, 224, 255, 0.14);
  background:
    radial-gradient(circle at 30% 30%, rgba(97, 224, 255, 0.16), transparent 56%),
    radial-gradient(circle at 68% 72%, rgba(88, 215, 177, 0.12), transparent 62%);
  opacity: 0.28;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.section.chapter.is-active-chapter::after {
  transform: translate3d(0, -4px, 0);
}

.section-pad {
  padding: clamp(40px, 7vw, 110px);
}

.credential-ticker {
  margin-top: var(--section-gap);
  padding: 0;
  overflow: hidden;
  background: rgba(8, 10, 14, 0.86);
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes ig-grid-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-48px, 0, 0);
  }
}

@keyframes ig-energy-sweep {
  from {
    transform: translate3d(-1.6%, -0.8%, 0) scale(1);
  }
  to {
    transform: translate3d(1.4%, 1.2%, 0) scale(1.02);
  }
}

@keyframes chapter-ambient-signal {
  0% {
    background-position: 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 14%, 0% 86%;
  }
  100% {
    background-position: 0% 0%, 100% 100%;
  }
}

@keyframes chapter-ambient-cobalt {
  0% {
    background-position: 6% 0%, 94% 100%;
  }
  50% {
    background-position: 100% 40%, 0% 60%;
  }
  100% {
    background-position: 6% 0%, 94% 100%;
  }
}

@keyframes chapter-ambient-gold {
  0% {
    background-position: 0% 8%, 100% 92%;
  }
  50% {
    background-position: 84% 0%, 16% 100%;
  }
  100% {
    background-position: 0% 8%, 100% 92%;
  }
}

@keyframes chapter-halo-drift {
  0% {
    transform: translate3d(var(--chapter-shift, 0px), calc(24px - (var(--chapter-focus, 0) * 16px)), 0) scale(0.98);
  }
  50% {
    transform: translate3d(calc(var(--chapter-shift, 0px) + var(--chapter-halo-path, 16px)), calc(6px - (var(--chapter-focus, 0) * 18px)), 0) scale(1.03);
  }
  100% {
    transform: translate3d(calc(var(--chapter-shift, 0px) - (var(--chapter-halo-path, 16px) * 0.4)), calc(20px - (var(--chapter-focus, 0) * 12px)), 0) scale(0.99);
  }
}

@keyframes chapter-halo-problems {
  0% {
    transform: translate3d(-12px, calc(22px - (var(--chapter-focus, 0) * 18px)), 0) scale(0.97);
    opacity: calc(0.16 + (var(--chapter-focus, 0) * 0.28));
  }
  50% {
    transform: translate3d(16px, calc(4px - (var(--chapter-focus, 0) * 17px)), 0) scale(1.03);
    opacity: calc(0.24 + (var(--chapter-focus, 0) * 0.36));
  }
  100% {
    transform: translate3d(-12px, calc(22px - (var(--chapter-focus, 0) * 18px)), 0) scale(0.97);
    opacity: calc(0.16 + (var(--chapter-focus, 0) * 0.28));
  }
}

@keyframes chapter-halo-services {
  0% {
    transform: translate3d(14px, calc(18px - (var(--chapter-focus, 0) * 12px)), 0) scale(0.99);
  }
  50% {
    transform: translate3d(-8px, calc(2px - (var(--chapter-focus, 0) * 18px)), 0) scale(1.05);
  }
  100% {
    transform: translate3d(14px, calc(18px - (var(--chapter-focus, 0) * 12px)), 0) scale(0.99);
  }
}

@keyframes chapter-halo-track {
  0% {
    transform: translate3d(0, calc(24px - (var(--chapter-focus, 0) * 12px)), 0) scale(0.97);
  }
  35% {
    transform: translate3d(22px, calc(10px - (var(--chapter-focus, 0) * 18px)), 0) scale(1.01);
  }
  70% {
    transform: translate3d(-16px, calc(12px - (var(--chapter-focus, 0) * 16px)), 0) scale(1.03);
  }
  100% {
    transform: translate3d(0, calc(24px - (var(--chapter-focus, 0) * 12px)), 0) scale(0.97);
  }
}

@keyframes chapter-halo-sector {
  0% {
    transform: translate3d(12px, calc(16px - (var(--chapter-focus, 0) * 14px)), 0) scale(0.98);
    opacity: calc(0.14 + (var(--chapter-focus, 0) * 0.3));
  }
  50% {
    transform: translate3d(-12px, calc(6px - (var(--chapter-focus, 0) * 14px)), 0) scale(1.04);
    opacity: calc(0.2 + (var(--chapter-focus, 0) * 0.34));
  }
  100% {
    transform: translate3d(12px, calc(16px - (var(--chapter-focus, 0) * 14px)), 0) scale(0.98);
    opacity: calc(0.14 + (var(--chapter-focus, 0) * 0.3));
  }
}

@keyframes chapter-halo-process {
  0% {
    transform: translate3d(-18px, calc(22px - (var(--chapter-focus, 0) * 16px)), 0) scale(0.96);
  }
  50% {
    transform: translate3d(12px, calc(4px - (var(--chapter-focus, 0) * 20px)), 0) scale(1.02);
  }
  100% {
    transform: translate3d(-18px, calc(22px - (var(--chapter-focus, 0) * 16px)), 0) scale(0.96);
  }
}

@keyframes chapter-halo-founder {
  0% {
    transform: translate3d(8px, calc(20px - (var(--chapter-focus, 0) * 14px)), 0) scale(0.98);
  }
  50% {
    transform: translate3d(-6px, calc(8px - (var(--chapter-focus, 0) * 20px)), 0) scale(1.03);
  }
  100% {
    transform: translate3d(8px, calc(20px - (var(--chapter-focus, 0) * 14px)), 0) scale(0.98);
  }
}

@keyframes chapter-halo-faq {
  0% {
    transform: translate3d(0, calc(20px - (var(--chapter-focus, 0) * 14px)), 0) scale(0.99);
  }
  50% {
    transform: translate3d(10px, calc(2px - (var(--chapter-focus, 0) * 18px)), 0) scale(1.02);
  }
  100% {
    transform: translate3d(0, calc(20px - (var(--chapter-focus, 0) * 14px)), 0) scale(0.99);
  }
}

@keyframes chapter-halo-contact {
  0% {
    transform: translate3d(-12px, calc(20px - (var(--chapter-focus, 0) * 16px)), 0) scale(0.98);
    opacity: calc(0.18 + (var(--chapter-focus, 0) * 0.3));
  }
  50% {
    transform: translate3d(18px, calc(0px - (var(--chapter-focus, 0) * 18px)), 0) scale(1.05);
    opacity: calc(0.26 + (var(--chapter-focus, 0) * 0.4));
  }
  100% {
    transform: translate3d(-12px, calc(20px - (var(--chapter-focus, 0) * 16px)), 0) scale(0.98);
    opacity: calc(0.18 + (var(--chapter-focus, 0) * 0.3));
  }
}

@keyframes chapter-layer-problems {
  0% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 0%, 16% 100%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
}

@keyframes chapter-layer-services {
  0% {
    background-position: 8% 14%, 78% 68%, 0% 0%;
  }
  50% {
    background-position: 22% 32%, 64% 48%, 100% 100%;
  }
  100% {
    background-position: 8% 14%, 78% 68%, 0% 0%;
  }
}

@keyframes chapter-layer-authority {
  0% {
    background-position: 0% 0%, 0% 100%, 100% 0%;
  }
  50% {
    background-position: 100% 0%, 12% 100%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 100%, 100% 0%;
  }
}

@keyframes chapter-layer-track {
  0% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 0%, 0% 100%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
}

@keyframes chapter-layer-sector {
  0% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 100%, 12% 20%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
}

@keyframes chapter-layer-process {
  0% {
    background-position: 0% 100%, 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 0%, 30% 14%, 0% 0%;
  }
  100% {
    background-position: 0% 100%, 0% 0%, 100% 100%;
  }
}

@keyframes chapter-layer-founder {
  0% {
    background-position: 22% 16%, 74% 66%, 0% 0%;
  }
  50% {
    background-position: 30% 26%, 62% 52%, 100% 100%;
  }
  100% {
    background-position: 22% 16%, 74% 66%, 0% 0%;
  }
}

@keyframes chapter-layer-faq {
  0% {
    background-position: 12% 18%, 86% 74%, 0% 0%, 0% 0%;
  }
  50% {
    background-position: 24% 8%, 74% 82%, 100% 0%, 0% 100%;
  }
  100% {
    background-position: 12% 18%, 86% 74%, 0% 0%, 0% 0%;
  }
}

@keyframes chapter-layer-contact {
  0% {
    background-position: 8% 90%, 100% 0%, 0% 0%;
  }
  50% {
    background-position: 16% 72%, 0% 100%, 100% 100%;
  }
  100% {
    background-position: 8% 90%, 100% 0%, 0% 0%;
  }
}

@keyframes chapter-bg-hero {
  0% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
  50% {
    background-position: 100% 12%, 0% 88%, 0 0;
  }
  100% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
}

@keyframes chapter-bg-authority {
  0% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
  50% {
    background-position: 100% 0%, 0% 100%, 0 0;
  }
  100% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
}

@keyframes chapter-bg-problems {
  0% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
  50% {
    background-position: 100% 18%, 0% 82%, 0 0;
  }
  100% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
}

@keyframes chapter-bg-services {
  0% {
    background-position: 4% 12%, 96% 88%, 0 0;
  }
  50% {
    background-position: 96% 22%, 4% 78%, 0 0;
  }
  100% {
    background-position: 4% 12%, 96% 88%, 0 0;
  }
}

@keyframes chapter-bg-track {
  0% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
  50% {
    background-position: 100% 0%, 0% 100%, 0 0;
  }
  100% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
}

@keyframes chapter-bg-sector {
  0% {
    background-position: 0% 6%, 100% 94%, 0 0;
  }
  50% {
    background-position: 100% 22%, 0% 78%, 0 0;
  }
  100% {
    background-position: 0% 6%, 100% 94%, 0 0;
  }
}

@keyframes chapter-bg-process {
  0% {
    background-position: 0% 14%, 100% 86%, 0 0;
  }
  50% {
    background-position: 100% 8%, 0% 92%, 0 0;
  }
  100% {
    background-position: 0% 14%, 100% 86%, 0 0;
  }
}

@keyframes chapter-bg-founder {
  0% {
    background-position: 8% 10%, 92% 90%, 0 0;
  }
  50% {
    background-position: 92% 26%, 8% 74%, 0 0;
  }
  100% {
    background-position: 8% 10%, 92% 90%, 0 0;
  }
}

@keyframes chapter-bg-faq {
  0% {
    background-position: 12% 12%, 88% 88%, 0 0;
  }
  50% {
    background-position: 20% 4%, 80% 96%, 0 0;
  }
  100% {
    background-position: 12% 12%, 88% 88%, 0 0;
  }
}

@keyframes chapter-bg-contact {
  0% {
    background-position: 0% 24%, 100% 76%, 0 0;
  }
  50% {
    background-position: 100% 18%, 0% 82%, 0 0;
  }
  100% {
    background-position: 0% 24%, 100% 76%, 0 0;
  }
}

@keyframes section-title-breathe {
  0%,
  100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-1px);
    filter: brightness(1.06);
  }
}

@keyframes section-kicker-sheen {
  0% {
    box-shadow: 0 0 0 rgba(97, 224, 255, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(97, 224, 255, 0.12);
  }
  100% {
    box-shadow: 0 0 0 rgba(97, 224, 255, 0);
  }
}

@keyframes panel-scan-slow {
  0% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 0%, 100% 100%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
}

@keyframes panel-energy-orbit {
  0% {
    transform: translate3d(-3%, 2%, 0) scale(1);
    opacity: 0.16;
  }
  50% {
    transform: translate3d(3%, -2%, 0) scale(1.04);
    opacity: 0.28;
  }
  100% {
    transform: translate3d(-3%, 2%, 0) scale(1);
    opacity: 0.16;
  }
}

@keyframes panel-crisis-sweep {
  0% {
    background-position: 0% 0%, 50% 100%, 100% 0%;
  }
  50% {
    background-position: 100% 0%, 50% 0%, 0% 100%;
  }
  100% {
    background-position: 0% 0%, 50% 100%, 100% 0%;
  }
}

@keyframes panel-grid-flow {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 100%;
  }
  50% {
    background-position: 100% 0%, 100% 100%, 100% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 0%, 0% 100%;
  }
}

@keyframes panel-founder-drift {
  0% {
    background-position: 12% 18%, 84% 76%, 0% 50%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    background-position: 24% 10%, 74% 68%, 100% 50%;
    transform: translate3d(0, -8px, 0) scale(1.02);
  }
  100% {
    background-position: 12% 18%, 84% 76%, 0% 50%;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes panel-contact-drift {
  0% {
    background-position: 14% 84%, 86% 18%, 0% 0%;
  }
  50% {
    background-position: 28% 74%, 72% 28%, 100% 100%;
  }
  100% {
    background-position: 14% 84%, 86% 18%, 0% 0%;
  }
}

@keyframes chapter-motion-hero {
  0% {
    background-position: 0% 0%, 0% 100%, 50% 0%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    background-position: 100% 0%, 100% 0%, 50% 100%;
    transform: translate3d(0, -8px, 0) scale(1.02);
  }
  100% {
    background-position: 0% 0%, 0% 100%, 50% 0%;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes chapter-motion-services {
  0% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 0%, 100% 100%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
}

@keyframes chapter-motion-founder {
  0% {
    background-position: 0% 0%, 100% 100%, 0% 50%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    background-position: 100% 0%, 0% 100%, 100% 50%;
    transform: translate3d(0, -6px, 0) scale(1.015);
  }
  100% {
    background-position: 0% 0%, 100% 100%, 0% 50%;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes chapter-motion-contact {
  0% {
    background-position: 0% 100%, 100% 0%, 0% 0%;
  }
  50% {
    background-position: 100% 0%, 0% 100%, 100% 100%;
  }
  100% {
    background-position: 0% 100%, 100% 0%, 0% 0%;
  }
}

@keyframes chapter-motion-faq {
  0% {
    background-position: 10% 20%, 88% 78%, 0% 0%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    background-position: 22% 8%, 74% 92%, 100% 100%;
    transform: translate3d(0, -5px, 0) scale(1.01);
  }
  100% {
    background-position: 10% 20%, 88% 78%, 0% 0%;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heading-underline-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.credential-ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
  white-space: nowrap;
  animation: ticker-scroll 48s linear infinite;
  width: max-content;
}

.credential-ticker-track span {
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.credential-ticker-track .ticker-dot {
  color: rgba(103, 214, 176, 0.46);
  font-size: 1rem;
  letter-spacing: 0;
}

.credential-ticker:hover .credential-ticker-track {
  animation-play-state: paused;
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  margin-bottom: 20px;
  background:
    linear-gradient(120deg, rgba(89, 217, 255, 0.06), transparent 28%),
    linear-gradient(300deg, rgba(127, 143, 255, 0.08), transparent 32%),
    rgba(8, 11, 16, 0.84);
  backdrop-filter: blur(14px);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(122, 168, 255, 0.12);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(97, 224, 255, 0), var(--journey-accent-alt), color-mix(in srgb, var(--journey-accent) 65%, rgba(255, 191, 98, 0.55)), rgba(97, 224, 255, 0));
  opacity: 0.34;
  pointer-events: none;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.wordmark-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  padding: 1px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 24% 20%, rgba(122, 168, 255, 0.24), transparent 40%),
    linear-gradient(145deg, rgba(88, 215, 177, 0.16), rgba(216, 194, 147, 0.08)),
    rgba(9, 13, 18, 0.92);
  box-shadow:
    0 0 0 1px rgba(154, 197, 184, 0.14),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

.wordmark-mark img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.wordmark-copy {
  display: grid;
  gap: 1px;
}

.wordmark-copy strong {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  font-family: var(--sans);
  font-size: 1.34rem;
  line-height: 1;
  color: #f3efe7;
  font-weight: normal;
  letter-spacing: -0.01em;
  text-transform: none;
}

.wordmark-copy strong span:first-child {
  font-weight: 400;
  letter-spacing: -0.01em;
  position: relative;
}

.wordmark-copy strong span:last-child {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f3efe7;
}

.wordmark-i {
  font-style: normal;
  position: relative;
  display: inline-block;
}

.wordmark-i::before {
  content: "";
  position: absolute;
  top: -0.08em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.32em;
  height: 0.32em;
  border-radius: 999px;
  background: #67d6b0;
  z-index: 1;
}

.wordmark-copy small {
  display: block;
  margin-top: 0.15em;
  font-size: 0.55em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.nav-toggle span {
  width: 16px;
  height: 1.6px;
  border-radius: 999px;
  background: rgba(233, 236, 240, 0.92);
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.6px) rotate(-45deg);
}

.site-nav a:not(.nav-cta-button) {
  padding: 10px 13px;
  font-size: 0.88rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.site-nav a:not(.nav-cta-button):hover,
.site-nav a:not(.nav-cta-button):focus-visible {
  color: var(--text);
  border-color: rgba(97, 224, 255, 0.2);
  background: rgba(97, 224, 255, 0.08);
}

.site-nav a:not(.nav-cta-button).is-active {
  color: var(--text);
  border-color: rgba(97, 224, 255, 0.32);
  background:
    linear-gradient(140deg, rgba(97, 224, 255, 0.16), rgba(99, 232, 190, 0.14) 50%, rgba(255, 191, 98, 0.08));
}

.nav-cta-button {
  margin-left: 8px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 38px);
}

.hero.section-pad {
  padding-top: clamp(30px, 5.4vw, 78px);
}

.hero-copy {
  position: relative;
  width: min(100%, 880px);
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.hero-copy::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(97, 224, 255, 0.12), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(88, 215, 177, 0.1), transparent 30%),
    linear-gradient(125deg, rgba(127, 143, 255, 0.08), transparent 42%);
  background-size: 180% 180%, 180% 180%, 180% 180%;
  animation: panel-scan-slow 18s ease-in-out infinite;
  opacity: 0.62;
  z-index: 0;
}

.hero-copy::after {
  inset: 12px;
  border-radius: calc(var(--radius-xl) - 10px);
  background:
    repeating-linear-gradient(
      118deg,
      rgba(97, 224, 255, 0.04) 0,
      rgba(97, 224, 255, 0.04) 1px,
      transparent 1px,
      transparent 24px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%);
  opacity: 0.34;
  mix-blend-mode: screen;
  animation: panel-crisis-sweep 22s linear infinite;
  z-index: 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
}

.hero-badges span,
.stage-status,
.problem-display-header span,
.service-display-head span,
.blueprint-head span,
.gain-board-head span,
.panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(103, 214, 176, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(122, 168, 255, 0.08), rgba(88, 215, 177, 0.08)),
    rgba(88, 215, 177, 0.06);
  color: #dafcf2;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-badges span {
  white-space: nowrap;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: rgba(147, 228, 204, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker.is-decoding {
  font-family: "SF Mono", "Fira Code", monospace;
  letter-spacing: 0.5px;
  color: rgba(205, 246, 236, 0.98);
  text-shadow: 0 0 18px rgba(97, 224, 255, 0.34);
  animation: kickerDecodePulse 560ms ease-out;
}

@keyframes kickerDecodePulse {
  0% {
    opacity: 0.76;
    transform: translateY(1px);
  }
  55% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-kicker::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(103, 214, 176, 0.34);
  background:
    radial-gradient(circle at 28% 30%, rgba(89, 217, 255, 0.34), transparent 52%),
    linear-gradient(135deg, rgba(88, 215, 177, 0.18), rgba(122, 168, 255, 0.14));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(122, 168, 255, 0.08);
}

#track-record .section-kicker::before,
#services .section-kicker::before {
  border-color: rgba(89, 217, 255, 0.34);
  background:
    radial-gradient(circle at 28% 30%, rgba(89, 217, 255, 0.36), transparent 52%),
    linear-gradient(135deg, rgba(122, 168, 255, 0.2), rgba(88, 215, 177, 0.12));
}

#founder .section-kicker::before,
#contact .section-kicker::before {
  border-color: rgba(216, 194, 147, 0.34);
  background:
    radial-gradient(circle at 28% 30%, rgba(216, 194, 147, 0.34), transparent 52%),
    linear-gradient(135deg, rgba(216, 194, 147, 0.18), rgba(127, 143, 255, 0.14));
}

h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-wrap: balance;
}

.section-heading h2,
.cta-copy h2 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 16.8ch;
  font-size: clamp(3.15rem, 5.5vw, 6.05rem);
}

.headline-accent {
  color: #f3f6f4;
  text-shadow: 0 0 24px rgba(88, 215, 177, 0.14);
}

.hero h1[data-typing="true"] {
  border-right: 2px solid rgba(103, 214, 176, 0.6);
  animation: cursorBlink 600ms step-end infinite;
  min-height: 1.2em;
}

.headline-accent.accent-glow {
  text-shadow: 0 0 30px rgba(103, 214, 176, 0.5), 0 0 60px rgba(103, 214, 176, 0.2);
  transition: text-shadow 600ms ease-out;
}

@keyframes cursorBlink {
  0%,
  100% {
    border-right-color: rgba(103, 214, 176, 0.6);
  }
  50% {
    border-right-color: transparent;
  }
}

.hero-lead,
.hero-trust,
.editorial-copy p,
.cta-copy p,
.contact-card-head p,
.founder-copy p,
.service-display p,
.sector-note p,
.gain-panel p {
  margin: 0;
  color: #d8d4cd;
  font-size: 1.04rem;
}

.hero-lead {
  max-width: 58ch;
  margin-top: 22px;
  margin-inline: auto;
  font-size: clamp(1.06rem, 1.78vw, 1.28rem);
  line-height: 1.56;
}

.hero-trust {
  max-width: 60ch;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions {
  justify-content: center;
}

.form-actions {
  justify-content: flex-end;
}

.hero-action-note {
  margin: 12px 0 0;
  color: rgba(182, 180, 173, 0.92);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  text-align: center;
}

.hero-principal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(154, 197, 184, 0.3);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
}

.hero-principal-link:hover,
.hero-principal-link:focus-visible {
  color: rgba(255, 255, 255, 0.96);
  border-color: rgba(154, 197, 184, 0.52);
  background: rgba(255, 255, 255, 0.04);
}

.hero-founded-note {
  margin: 10px 0 0;
  color: rgba(183, 187, 184, 0.84);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.hero-ledger {
  display: grid;
  gap: 16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(217, 203, 171, 0.16);
}

.hero-ledger-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.hero-ledger-head span,
.authority-intro .section-kicker {
  margin: 0;
}

.hero-ledger-head strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ddd7ce;
}

.hero-ledger-list {
  display: grid;
  gap: 12px;
}

.hero-ledger-list article {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-ledger-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-ledger-list strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-ledger-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 500;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(135deg, #9af7e3, #5fdcb8 38%, #6de6d0 62%, #6fd9ff 100%);
  color: #030e0b;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 0 rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(88, 215, 177, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -2px 0 rgba(0, 0, 0, 0.1),
    0 24px 48px rgba(88, 215, 177, 0.34);
  transform: translateY(-2px);
}

.button-secondary {
  border-color: rgba(154, 197, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 58%),
    rgba(255, 255, 255, 0.018);
  color: var(--text);
}

.hero-stage {
  position: relative;
  margin-top: 0;
  padding: 30px;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-xl) - 6px);
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), var(--scene-b), transparent 34%),
    radial-gradient(circle at 78% 14%, var(--scene-c), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%),
    var(--bg-panel-strong);
  isolation: isolate;
  transform-style: flat;
  contain: layout paint;
  container-type: inline-size;
  container-name: heroStage;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    conic-gradient(
      from calc(var(--ambient-depth) * 360deg),
      rgba(0, 0, 0, 0) 0deg,
      var(--scene-a) 56deg,
      rgba(0, 0, 0, 0) 132deg,
      var(--scene-c) 220deg,
      rgba(0, 0, 0, 0) 300deg
    );
  opacity: 0.18;
  mix-blend-mode: normal;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: calc(var(--radius-xl) - 14px);
  pointer-events: none;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.84;
  mix-blend-mode: normal;
  filter: saturate(1.08) brightness(1.04);
}

.hero-stage-surface {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 28px;
}

.hero-stage-surface::before,
.hero-stage-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-stage-surface::before {
  background:
    radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--journey-accent) 22%, transparent), transparent 24%),
    repeating-linear-gradient(
      90deg,
      rgba(97, 224, 255, 0.045) 0,
      rgba(97, 224, 255, 0.045) 1px,
      transparent 1px,
      transparent 78px
    );
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.82), transparent 88%);
  opacity: 0.34;
  mix-blend-mode: normal;
  animation: hero-grid-pan 24s linear infinite;
}

.hero-stage-surface::after {
  inset: -18%;
  background:
    conic-gradient(from 180deg at 72% 24%, transparent 0deg, rgba(97, 224, 255, 0.02) 44deg, rgba(97, 224, 255, 0.28) 62deg, rgba(255, 255, 255, 0.02) 72deg, transparent 96deg),
    radial-gradient(circle at 72% 24%, color-mix(in srgb, var(--journey-accent) 26%, transparent), transparent 26%);
  opacity: 0.28;
  mix-blend-mode: normal;
  animation: hero-sweep-arc 14s linear infinite;
}

.hero-object-world {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.14;
  transition: opacity 520ms ease, filter 520ms ease;
}

.hero-object-world::before,
.hero-object-world::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-object-world::before {
  background:
    radial-gradient(circle at 18% 74%, var(--scene-b), transparent 36%),
    radial-gradient(circle at 82% 20%, var(--scene-c), transparent 38%);
  opacity: 0.6;
  filter: blur(24px);
}

.hero-object-world::after {
  background:
    linear-gradient(122deg, rgba(97, 224, 255, 0.16), transparent 34%, rgba(255, 191, 98, 0.1) 58%, transparent 80%);
  mix-blend-mode: screen;
  opacity: 0.3;
}

.stage-header,
.hero-stage-surface,
.hero-selector {
  position: relative;
  z-index: 2;
}

.object-card,
.chip-monolith,
.token-cube {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
  transition: opacity 520ms ease, filter 520ms ease, box-shadow 520ms ease, border-color 520ms ease;
}

.object-card {
  width: 116px;
  aspect-ratio: 0.72;
  padding: 8px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(217, 203, 171, 0.24), rgba(12, 15, 19, 0.86) 22%, rgba(8, 10, 14, 0.96));
  border: 1px solid rgba(217, 203, 171, 0.36);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(217, 203, 171, 0.08);
}

.object-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.24), transparent 28%),
    radial-gradient(circle at 72% 18%, rgba(217, 203, 171, 0.18), transparent 24%);
  opacity: 0.7;
}

.card-face {
  position: relative;
  height: 100%;
  border-radius: 13px;
  border: 1px solid rgba(217, 203, 171, 0.26);
  background:
    radial-gradient(circle at top, rgba(217, 203, 171, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(8, 10, 14, 0.94));
}

.card-mark {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(217, 203, 171, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 40%),
    rgba(10, 13, 17, 0.82);
}

.card-mark-lower {
  left: auto;
  right: 12px;
  top: auto;
  bottom: 10px;
  transform: rotate(180deg);
}

.card-mark::before,
.card-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(217, 203, 171, 0.7);
  transform: translate(-50%, -50%);
}

.card-mark::before {
  width: 10px;
  height: 1px;
}

.card-mark::after {
  width: 1px;
  height: 10px;
}

.card-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 52px;
  border: 1px solid rgba(217, 203, 171, 0.26);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(45deg);
  background:
    radial-gradient(circle at center, rgba(217, 203, 171, 0.18), transparent 58%);
}

.card-core::before,
.card-core::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(217, 203, 171, 0.18);
  border-radius: inherit;
}

.object-card-one {
  top: 26px;
  right: 12px;
  transform: rotate(18deg) translateZ(0);
  animation: float-card-one 11s ease-in-out infinite;
}

.object-card-two {
  right: 96px;
  bottom: 64px;
  transform: rotate(-14deg) scale(0.92);
  animation: float-card-two 13s ease-in-out infinite;
}

.chip-monolith {
  width: 74px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.04) 18%, rgba(11, 13, 17, 0.96) 44%, rgba(217, 203, 171, 0.18) 100%);
  border: 1px solid rgba(217, 203, 171, 0.18);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.chip-monolith span {
  display: block;
  height: 14px;
  margin: 7px 6px;
  border-radius: 999px;
  border: 1px solid rgba(217, 203, 171, 0.12);
  background:
    linear-gradient(90deg, rgba(217, 203, 171, 0.28), rgba(7, 9, 12, 0.88));
}

.chip-monolith-one {
  left: 10px;
  top: 82px;
  height: 186px;
  padding-top: 16px;
  animation: float-monolith 14s ease-in-out infinite;
}

.chip-monolith-two {
  left: 58px;
  bottom: 74px;
  width: 56px;
  height: 128px;
  padding-top: 14px;
  opacity: 0.9;
  animation: float-monolith 12s ease-in-out infinite reverse;
}

.token-cube {
  width: 58px;
  height: 58px;
}

.cube-face {
  position: absolute;
  display: block;
  border: 1px solid rgba(217, 203, 171, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(8, 10, 14, 0.94));
}

.cube-front {
  inset: 0;
  border-radius: 12px;
}

.cube-side {
  top: 7px;
  right: -12px;
  width: 22px;
  height: 44px;
  border-radius: 8px;
  transform: skewY(-34deg);
  transform-origin: left top;
  background:
    linear-gradient(180deg, rgba(217, 203, 171, 0.14), rgba(8, 10, 14, 0.9));
}

.cube-top {
  left: 8px;
  top: -12px;
  width: 40px;
  height: 22px;
  border-radius: 8px;
  transform: skewX(-34deg);
  transform-origin: left bottom;
  background:
    linear-gradient(90deg, rgba(217, 203, 171, 0.22), rgba(255, 255, 255, 0.06));
}

.token-cube-one {
  top: 156px;
  right: 126px;
  transform: rotate(-12deg);
  animation: float-cube 9.5s ease-in-out infinite;
}

.token-cube-two {
  left: 110px;
  bottom: 56px;
  transform: rotate(10deg) scale(0.9);
  animation: float-cube 11.5s ease-in-out infinite reverse;
}

:root[data-hero-scene="launch"] .hero-object-world {
  opacity: 0.15;
  filter: saturate(1.04);
}

:root[data-hero-scene="market-entry"] .hero-object-world {
  opacity: 0.18;
  filter: saturate(1.1) brightness(1.04);
}

:root[data-hero-scene="market-entry"] .chip-monolith {
  border-color: rgba(97, 224, 255, 0.32);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.34), 0 0 28px rgba(97, 224, 255, 0.16);
}

:root[data-hero-scene="turnaround"] .hero-object-world {
  opacity: 0.13;
  filter: saturate(0.9) contrast(1.06);
}

:root[data-hero-scene="turnaround"] .object-card {
  border-color: rgba(255, 191, 98, 0.3);
}

:root[data-hero-scene="post-acquisition"] .hero-object-world {
  opacity: 0.16;
  filter: saturate(1.06);
}

:root[data-hero-scene="post-acquisition"] .token-cube {
  border-color: rgba(122, 168, 255, 0.3);
}

:root[data-hero-scene="ma"] .hero-object-world {
  opacity: 0.2;
  filter: saturate(1.12) brightness(1.05);
}

:root[data-hero-scene="ma"] .object-card,
:root[data-hero-scene="ma"] .chip-monolith,
:root[data-hero-scene="ma"] .token-cube {
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.36), 0 0 28px rgba(255, 191, 98, 0.16);
}

.stage-header,
.gain-board-head,
.service-display-head,
.blueprint-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.stage-header strong,
.gain-board-head strong,
.service-display-head strong,
.blueprint-head strong {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
}

.stage-label {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stage-status {
  animation: badge-pulse 3.4s ease-in-out infinite;
}

.problem-radar .radar-ring {
  position: absolute;
  border: 1px solid rgba(217, 203, 171, 0.16);
  border-radius: 50%;
}

.signal-node {
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    rgba(11, 13, 17, 0.84);
  text-align: center;
  color: #d7d2c9;
  font-size: 0.88rem;
}

.signal-node span {
  max-width: 16ch;
}

.signal-core-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-stage-surface {
  display: block;
  margin-top: 18px;
}

.hero-stage-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
  max-width: 940px;
  min-height: 752px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(154, 197, 184, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(88, 215, 177, 0.1), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(122, 168, 255, 0.07), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 56%),
    rgba(9, 12, 17, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 26px 56px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(6px);
  transition: border-color 420ms ease, box-shadow 420ms ease, background-color 420ms ease;
}

.hero-stage-card.is-transitioning .hero-card-copy,
.hero-stage-card.is-transitioning .hero-card-state,
.hero-stage-card.is-transitioning .hero-detail-grid > div {
  animation: hero-state-swap 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage-card.is-transitioning .signal-node {
  animation: hero-node-swap 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage-card.is-transitioning .signal-node:nth-child(2) {
  animation-delay: 28ms;
}

.hero-stage-card.is-transitioning .signal-node:nth-child(3) {
  animation-delay: 56ms;
}

.hero-stage-card.is-transitioning .signal-node:nth-child(4) {
  animation-delay: 84ms;
}

.hero-card-main {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 18px;
  align-items: stretch;
}

.hero-card-copy,
.hero-card-state {
  display: grid;
  gap: 12px;
}

.hero-card-copy {
  min-width: 0;
  padding: 22px 22px 20px;
  border: 1px solid rgba(154, 197, 184, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(88, 215, 177, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(8, 11, 15, 0.76);
}

.hero-card-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.38rem, 3.2vw, 3.1rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.hero-card-copy p:last-of-type {
  margin: 12px 0 0;
  max-width: 31ch;
  color: #d7d2ca;
  font-size: 0.98rem;
  line-height: 1.58;
}

.hero-node-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.blueprint-grid div,
.problem-card,
.service-chip,
.process-card,
.gain-bar,
.faq-item,
.sector-note,
.contact-card,
.founder-dossier,
.gain-panel,
.problem-display,
.service-display,
.gain-board,
.blueprint-panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 50%),
    linear-gradient(135deg, rgba(88, 215, 177, 0.02), transparent 52%),
    rgba(255, 255, 255, 0.02);
}

.hero-card-state,
.hero-detail-grid {
  padding: 14px;
  border: 1px solid rgba(154, 197, 184, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(9, 12, 16, 0.78);
}

.hero-card-state {
  display: grid;
  gap: 10px;
  background:
    radial-gradient(circle at top right, rgba(88, 215, 177, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(9, 12, 16, 0.8);
  align-content: start;
}

.hero-state-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.hero-state-head span {
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-state-head strong {
  color: #e7e1d7;
  font-size: 0.9rem;
}

.hero-state-stack,
.hero-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-ambient-visual {
  --ambient-a: rgba(88, 215, 177, 0.52);
  --ambient-b: rgba(97, 224, 255, 0.34);
  --ambient-c: rgba(122, 168, 255, 0.26);
  --ambient-speed: 10s;
  position: relative;
  display: block;
  isolation: isolate;
  height: clamp(46px, 5.5vw, 58px);
  margin-top: 2px;
  border-radius: 14px;
  border: 1px solid rgba(154, 197, 184, 0.18);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(5, 9, 13, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -18px 26px rgba(9, 26, 39, 0.34);
}

.hero-ambient-visual::before,
.hero-ambient-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: background 600ms ease, opacity 600ms ease, filter 600ms ease;
}

.hero-ambient-visual::before {
  background:
    radial-gradient(130% 160% at 12% 50%, var(--ambient-a), transparent 62%),
    radial-gradient(120% 140% at 88% 48%, var(--ambient-b), transparent 66%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.06) 0%, transparent 44%, rgba(255, 255, 255, 0.04) 100%);
  background-size: 190% 190%, 160% 160%, 100% 100%;
  animation: hero-ambient-mesh var(--ambient-speed) linear infinite;
  opacity: 1;
}

.hero-ambient-visual::after {
  background:
    linear-gradient(90deg, transparent 0%, var(--ambient-c) 50%, transparent 100%);
  transform: translateX(-45%);
  opacity: 0.62;
  filter: blur(12px);
  animation: hero-ambient-sheen calc(var(--ambient-speed) * 0.72) ease-in-out infinite;
}

.hero-ambient-visual[data-scene="launch"] {
  --ambient-a: rgba(88, 215, 177, 0.58);
  --ambient-b: rgba(97, 224, 255, 0.38);
  --ambient-c: rgba(88, 215, 177, 0.34);
  --ambient-speed: 9.2s;
}

.hero-ambient-visual[data-scene="market-entry"] {
  --ambient-a: rgba(88, 215, 177, 0.48);
  --ambient-b: rgba(220, 184, 116, 0.36);
  --ambient-c: rgba(97, 224, 255, 0.28);
  --ambient-speed: 10.4s;
}

.hero-ambient-visual[data-scene="turnaround"] {
  --ambient-a: rgba(220, 184, 116, 0.52);
  --ambient-b: rgba(255, 191, 98, 0.36);
  --ambient-c: rgba(220, 184, 116, 0.34);
  --ambient-speed: 8.4s;
}

.hero-ambient-visual[data-scene="post-acquisition"] {
  --ambient-a: rgba(122, 168, 255, 0.52);
  --ambient-b: rgba(97, 224, 255, 0.32);
  --ambient-c: rgba(122, 168, 255, 0.3);
  --ambient-speed: 11.2s;
}

.hero-ambient-visual[data-scene="ma"] {
  --ambient-a: rgba(220, 184, 116, 0.48);
  --ambient-b: rgba(122, 168, 255, 0.34);
  --ambient-c: rgba(97, 224, 255, 0.28);
  --ambient-speed: 9.8s;
}

@keyframes hero-ambient-mesh {
  0% {
    background-position: 0% 50%, 100% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 38%, 0% 62%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 100% 50%, 50% 50%;
  }
}

@keyframes hero-ambient-sheen {
  0% {
    transform: translateX(-55%);
    opacity: 0.34;
  }
  50% {
    transform: translateX(22%);
    opacity: 0.58;
  }
  100% {
    transform: translateX(-55%);
    opacity: 0.34;
  }
}

.hero-state-stack div,
.hero-detail-grid div,
.problem-meta,
.service-matrix div {
  display: grid;
  gap: 6px;
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 50%),
    linear-gradient(135deg, rgba(122, 168, 255, 0.025), transparent 58%),
    rgba(255, 255, 255, 0.02);
  align-content: center;
  justify-items: center;
  text-align: center;
}

.hero-state-stack span,
.hero-detail-grid span,
.problem-meta span,
.service-matrix span {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-state-stack strong,
.hero-detail-grid strong,
.service-matrix strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: #e5e0d9;
}

.hero-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.hero-selector::before {
  content: "Click a mandate view";
  width: 100%;
  margin-bottom: 6px;
  color: rgba(205, 245, 229, 0.72);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.selector-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 44px;
  padding: 0 30px 0 26px;
  border: 1px solid rgba(154, 197, 184, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 66%),
    rgba(255, 255, 255, 0.022);
  color: var(--muted);
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.selector-chip::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(97, 224, 255, 0.4);
  box-shadow: 0 0 0 0 rgba(97, 224, 255, 0.42);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.selector-chip::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(214, 232, 247, 0.72);
  border-bottom: 1.5px solid rgba(214, 232, 247, 0.72);
  transform: rotate(-45deg);
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.selector-chip[aria-selected="false"] {
  color: var(--muted);
  border-color: rgba(154, 197, 184, 0.28);
}

.selector-chip[aria-selected="false"]::before {
  animation: badge-pulse 2.4s ease-in-out infinite;
}

.selector-chip.is-active,
.selector-chip:hover,
.selector-chip:focus-visible {
  color: var(--text);
  border-color: rgba(103, 214, 176, 0.42);
  background:
    linear-gradient(140deg, rgba(89, 217, 255, 0.16), rgba(103, 214, 176, 0.16) 46%, rgba(127, 143, 255, 0.12)),
    rgba(103, 214, 176, 0.11);
  transform: translateY(-1px) scale(1.01);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.selector-chip.is-active::before,
.selector-chip:hover::before,
.selector-chip:focus-visible::before {
  background: rgba(99, 232, 190, 0.9);
  box-shadow: 0 0 0 5px rgba(99, 232, 190, 0.16);
  transform: scale(1.06);
}

.selector-chip.is-active::after,
.selector-chip:hover::after,
.selector-chip:focus-visible::after {
  opacity: 1;
  border-color: rgba(232, 251, 244, 0.96);
  transform: translateX(2px) rotate(-45deg);
}

.authority-strip {
  margin-top: 18px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    linear-gradient(90deg, rgba(122, 168, 255, 0.04), rgba(88, 215, 177, 0.04)),
    rgba(8, 10, 14, 0.86);
}

.metrics-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 24px 0 30px;
}

.metric-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.metric-cell {
  text-align: center;
  padding: 22px 12px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: transform 400ms ease, border-color 400ms ease;
}

.metric-cell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(97, 224, 255, 0), rgba(97, 224, 255, 0.76), rgba(255, 191, 98, 0.56), rgba(97, 224, 255, 0));
  opacity: 0.54;
}

.metric-cell:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.1);
}

.metric-ring-wrap {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 10px;
}

.metric-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.metric-ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.11);
  stroke-width: 2;
}

.metric-ring-fill {
  fill: none;
  stroke: url(#metricGradient);
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-dasharray: 226.2;
  stroke-dashoffset: 226.2;
  transition: stroke-dashoffset 1.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.metric-ring-fill.is-complete {
  filter: drop-shadow(0 0 10px rgba(103, 214, 176, 0.42));
  animation: metricRingPop 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes metricRingPop {
  0% {
    filter: drop-shadow(0 0 0 rgba(103, 214, 176, 0));
  }
  45% {
    filter: drop-shadow(0 0 14px rgba(103, 214, 176, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 10px rgba(103, 214, 176, 0.42));
  }
}

.metric-value {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(2.2rem, 3.2vw, 2.8rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, var(--signal), var(--cobalt));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.metric-ring-wrap .metric-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: inline-grid;
  place-items: center;
  margin: 0;
  padding-inline: 4px;
  line-height: 1;
  font-size: clamp(1.2rem, 1.65vw, 1.58rem);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums lining-nums;
  text-align: center;
  white-space: nowrap;
}

.metric-label {
  display: block;
  margin-top: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

.authority-intro {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(154, 197, 184, 0.12);
  overflow: hidden;
}

.authority-strip > .authority-intro,
.authority-strip > .metrics-bar,
.authority-strip > .authority-grid {
  width: min(100%, 1140px);
  margin-inline: auto;
}

.authority-intro p:last-child {
  max-width: 600px;
  margin: 0;
  color: #d8d3ca;
  font-size: 1rem;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.authority-cell {
  display: grid;
  gap: 8px;
  grid-column: span 1;
  min-height: 136px;
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 56%),
    linear-gradient(135deg, rgba(122, 168, 255, 0.025), transparent 58%),
    rgba(255, 255, 255, 0.018);
  position: relative;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.authority-cell::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 54%;
  height: 1px;
  background: linear-gradient(90deg, rgba(97, 224, 255, 0.5), rgba(97, 224, 255, 0));
  opacity: 0.56;
}

.authority-cell span {
  color: rgba(132, 210, 255, 0.9);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.authority-cell strong {
  font-size: 0.95rem;
  line-height: 1.32;
}

.authority-cell p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.52;
}

.authority-cell-featured {
  grid-column: span 1;
  padding: 22px 22px 20px;
  background:
    radial-gradient(circle at top left, rgba(103, 214, 176, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 56%),
    linear-gradient(135deg, rgba(122, 168, 255, 0.04), transparent 62%),
    rgba(255, 255, 255, 0.022);
}

.authority-cell-featured strong {
  font-size: 1.02rem;
  line-height: 1.32;
}

.authority-cell:nth-child(2),
.authority-cell:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(88, 215, 177, 0.06), transparent 58%),
    rgba(255, 255, 255, 0.02);
}

.authority-cell:hover,
.authority-cell:focus-within,
.sector-lane:hover,
.contact-proof article:hover,
.dossier-stack div:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 214, 176, 0.3);
  background: 
    linear-gradient(180deg, rgba(103, 214, 176, 0.06), transparent 58%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 
    0 32px 84px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.authority-cell:focus-visible,
.sector-lane:focus-visible,
.contact-proof article:focus-visible,
.dossier-stack div:focus-visible {
  outline: 2px solid rgba(103, 214, 176, 0.58);
  outline-offset: 2px;
}

.section,
.site-footer {
  margin-top: var(--section-gap);
}

.chapter {
  isolation: isolate;
  transform: translate3d(var(--chapter-dx, 0px), var(--chapter-dy, 0px), 0);
  transition:
    border-color 320ms ease,
    box-shadow 420ms ease,
    transform 240ms ease;
}

.chapter > * {
  position: relative;
  z-index: 2;
}

.chapter-motion {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0.32;
  mix-blend-mode: normal;
}

.chapter,
.chapter::before,
.chapter::after,
.chapter-motion {
  animation-play-state: paused;
}

.chapter.is-active-chapter,
.chapter.is-active-chapter::before,
.chapter.is-active-chapter::after,
.chapter.is-active-chapter .chapter-motion {
  animation-play-state: running;
}

.chapter:not(.is-active-chapter) .hero-stage-card::before,
.chapter:not(.is-active-chapter) .hero-stage-card::after,
.chapter:not(.is-active-chapter) .problem-display::before,
.chapter:not(.is-active-chapter) .problem-display::after,
.chapter:not(.is-active-chapter) .service-display::before,
.chapter:not(.is-active-chapter) .service-display::after,
.chapter:not(.is-active-chapter) .founder-copy::before,
.chapter:not(.is-active-chapter) .founder-copy::after,
.chapter:not(.is-active-chapter) .founder-dossier::before,
.chapter:not(.is-active-chapter) .founder-dossier::after,
.chapter:not(.is-active-chapter) .contact-card::before,
.chapter:not(.is-active-chapter) .contact-card::after,
.chapter:not(.is-active-chapter) .authority-intro::before {
  animation-play-state: paused;
}

.chapter.is-active-chapter .hero-stage-card::before,
.chapter.is-active-chapter .hero-stage-card::after,
.chapter.is-active-chapter .problem-display::before,
.chapter.is-active-chapter .problem-display::after,
.chapter.is-active-chapter .service-display::before,
.chapter.is-active-chapter .service-display::after,
.chapter.is-active-chapter .founder-copy::before,
.chapter.is-active-chapter .founder-copy::after,
.chapter.is-active-chapter .founder-dossier::before,
.chapter.is-active-chapter .founder-dossier::after,
.chapter.is-active-chapter .contact-card::before,
.chapter.is-active-chapter .contact-card::after,
.chapter.is-active-chapter .authority-intro::before {
  animation-play-state: running;
}

.chapter-motion-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(97, 224, 255, 0.18), transparent 24%),
    radial-gradient(circle at 78% 78%, rgba(88, 215, 177, 0.16), transparent 24%),
    repeating-linear-gradient(
      118deg,
      rgba(97, 224, 255, 0.06) 0,
      rgba(97, 224, 255, 0.06) 1px,
      transparent 1px,
      transparent 26px
    );
  background-size: 180% 180%, 180% 180%, 120% 120%;
  animation: chapter-motion-hero 20s ease-in-out infinite;
}

.chapter-motion-services {
  background:
    linear-gradient(90deg, rgba(97, 224, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(216, 194, 147, 0.06) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 82% 22%, rgba(88, 215, 177, 0.16), transparent 24%);
  background-size: 48px 100%, 100% 48px, 160% 160%;
  animation: chapter-motion-services 18s linear infinite;
  opacity: 0.28;
}

.chapter-motion-founder {
  background:
    radial-gradient(circle at 20% 18%, rgba(216, 194, 147, 0.14), transparent 22%),
    radial-gradient(circle at 82% 76%, rgba(122, 168, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(88, 215, 177, 0.08), transparent 42%);
  background-size: 170% 170%, 170% 170%, 180% 180%;
  animation: chapter-motion-founder 22s ease-in-out infinite;
  opacity: 0.26;
}

.chapter-motion-contact {
  background:
    radial-gradient(circle at 14% 82%, rgba(88, 215, 177, 0.18), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(97, 224, 255, 0.14), transparent 22%),
    repeating-linear-gradient(
      132deg,
      rgba(216, 194, 147, 0.04) 0,
      rgba(216, 194, 147, 0.04) 1px,
      transparent 1px,
      transparent 22px
    );
  background-size: 180% 180%, 180% 180%, 120% 120%;
  animation: chapter-motion-contact 18s linear infinite;
  opacity: 0.3;
}

.chapter-motion-faq {
  background:
    radial-gradient(circle at 14% 24%, rgba(97, 224, 255, 0.16), transparent 22%),
    radial-gradient(circle at 84% 74%, rgba(216, 194, 147, 0.14), transparent 24%),
    linear-gradient(126deg, rgba(122, 168, 255, 0.1), transparent 42%);
  background-size: 170% 170%, 170% 170%, 180% 180%;
  animation: chapter-motion-faq 21s ease-in-out infinite;
  opacity: 0.24;
}

.chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      rgba(89, 217, 255, 0.26) 0%,
      rgba(88, 215, 177, 0.34) 32%,
      rgba(216, 194, 147, 0.26) 58%,
      rgba(127, 143, 255, 0.28) 100%
    ) top calc(100% - 32px) / calc(100% - 32px) 1px no-repeat,
    linear-gradient(135deg, rgba(122, 168, 255, 0.08), transparent 30%),
    linear-gradient(320deg, rgba(88, 215, 177, 0.06), transparent 28%);
  background-size:
    calc(100% - 32px) 1px,
    180% 180%,
    170% 170%;
  background-position:
    center top,
    0% 0%,
    100% 100%;
  opacity: calc(0.42 + (var(--chapter-focus, 0) * 0.5));
  pointer-events: none;
  transition: opacity 360ms ease, transform 420ms ease;
  transform: translate3d(
    calc(var(--chapter-dx, 0px) * 0.34),
    calc(var(--chapter-dy, 0px) * 0.22),
    0
  ) scale(1.01);
  z-index: 0;
}

.chapter::after {
  content: "";
  position: absolute;
  inset: auto -10% -16% 12%;
  height: 46%;
  border-radius: 999px;
  background: radial-gradient(circle, var(--chapter-glow, rgba(88, 215, 177, 0.16)), transparent 72%);
  opacity: calc(0.18 + (var(--chapter-focus, 0) * 0.34));
  filter: blur(42px);
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms ease;
  animation: chapter-halo-drift var(--chapter-halo-speed, 22s) ease-in-out infinite;
  transform: translate3d(var(--chapter-shift, 0px), calc(20px - (var(--chapter-focus, 0) * 20px)), 0);
  z-index: 0;
}

.chapter.is-active-chapter {
  border-color: rgba(162, 214, 196, 0.28);
  transform: translate3d(0, 0, 0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 42px 104px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(88, 215, 177, 0.14),
    0 0 38px rgba(88, 215, 177, 0.09);
}

.chapter.is-active-chapter::before {
  opacity: calc(0.58 + (var(--chapter-focus, 0) * 0.34));
}

.chapter.is-active-chapter::after {
  opacity: calc(0.36 + (var(--chapter-focus, 0) * 0.34));
  transform: translate3d(0, 0, 0);
}

:root[data-active-chapter="hero"] {
  --journey-accent: rgba(88, 215, 177, 0.76);
  --journey-accent-soft: rgba(88, 215, 177, 0.22);
  --journey-accent-alt: rgba(97, 224, 255, 0.46);
}

:root[data-active-chapter="authority"] {
  --journey-accent: rgba(216, 194, 147, 0.8);
  --journey-accent-soft: rgba(216, 194, 147, 0.22);
  --journey-accent-alt: rgba(97, 224, 255, 0.34);
}

:root[data-active-chapter="problems"] {
  --journey-accent: rgba(122, 168, 255, 0.78);
  --journey-accent-soft: rgba(122, 168, 255, 0.22);
  --journey-accent-alt: rgba(97, 224, 255, 0.4);
}

:root[data-active-chapter="services"] {
  --journey-accent: rgba(216, 194, 147, 0.82);
  --journey-accent-soft: rgba(216, 194, 147, 0.2);
  --journey-accent-alt: rgba(88, 215, 177, 0.34);
}

:root[data-active-chapter="track-record"] {
  --journey-accent: rgba(97, 224, 255, 0.84);
  --journey-accent-soft: rgba(97, 224, 255, 0.22);
  --journey-accent-alt: rgba(127, 143, 255, 0.4);
}

:root[data-active-chapter="sector"] {
  --journey-accent: rgba(127, 143, 255, 0.8);
  --journey-accent-soft: rgba(127, 143, 255, 0.2);
  --journey-accent-alt: rgba(97, 224, 255, 0.38);
}

:root[data-active-chapter="process"] {
  --journey-accent: rgba(88, 215, 177, 0.74);
  --journey-accent-soft: rgba(88, 215, 177, 0.2);
  --journey-accent-alt: rgba(216, 194, 147, 0.34);
}

:root[data-active-chapter="founder"] {
  --journey-accent: rgba(216, 194, 147, 0.8);
  --journey-accent-soft: rgba(216, 194, 147, 0.22);
  --journey-accent-alt: rgba(97, 224, 255, 0.34);
}

:root[data-active-chapter="faq"] {
  --journey-accent: rgba(122, 168, 255, 0.78);
  --journey-accent-soft: rgba(122, 168, 255, 0.2);
  --journey-accent-alt: rgba(216, 194, 147, 0.3);
}

:root[data-active-chapter="contact"] {
  --journey-accent: rgba(88, 215, 177, 0.82);
  --journey-accent-soft: rgba(88, 215, 177, 0.24);
  --journey-accent-alt: rgba(255, 191, 98, 0.34);
}

.chapter-signal {
  --chapter-glow: rgba(88, 215, 177, 0.18);
  --chapter-halo-speed: 16s;
  --chapter-halo-path: 18px;
}

.chapter-signal.frame::before {
  animation-name: chapter-ambient-signal;
  animation-duration: 18s;
}

.chapter-cobalt {
  --chapter-glow: rgba(122, 168, 255, 0.16);
  --chapter-shift: 24px;
  --chapter-halo-speed: 22s;
  --chapter-halo-path: 26px;
}

.chapter-cobalt.frame::before {
  animation-name: chapter-ambient-cobalt;
  animation-duration: 24s;
}

.chapter-gold {
  --chapter-glow: rgba(216, 194, 147, 0.14);
  --chapter-shift: -18px;
  --chapter-halo-speed: 28s;
  --chapter-halo-path: 20px;
}

.chapter-gold.frame::before {
  animation-name: chapter-ambient-gold;
  animation-duration: 28s;
}

.hero.chapter {
  animation: chapter-bg-hero 22s ease-in-out infinite;
}

#authority.chapter {
  animation: chapter-bg-authority 30s ease-in-out infinite;
}

#problems.chapter {
  animation: chapter-bg-problems 24s ease-in-out infinite;
}

#services.chapter {
  animation: chapter-bg-services 26s ease-in-out infinite;
}

#track-record.chapter {
  animation: chapter-bg-track 24s linear infinite;
}

#sector.chapter {
  animation: chapter-bg-sector 30s ease-in-out infinite;
}

#process.chapter {
  animation: chapter-bg-process 26s ease-in-out infinite;
}

#founder.chapter {
  animation: chapter-bg-founder 30s ease-in-out infinite;
}

#faq.chapter {
  animation: chapter-bg-faq 32s linear infinite;
}

#contact.chapter {
  animation: chapter-bg-contact 22s ease-in-out infinite;
}

.hero.frame::before {
  background:
    radial-gradient(circle at 16% 14%, rgba(89, 217, 255, 0.16), transparent 34%),
    radial-gradient(circle at 80% 76%, rgba(99, 232, 190, 0.14), transparent 34%),
    linear-gradient(125deg, rgba(127, 143, 255, 0.12), transparent 40%);
  background-size: 180% 180%, 180% 180%, 180% 180%;
  animation: chapter-layer-services 20s ease-in-out infinite;
}

#authority.frame::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(97, 224, 255, 0.08) 0,
      rgba(97, 224, 255, 0.08) 1px,
      transparent 1px,
      transparent 54px
    ),
    linear-gradient(180deg, rgba(103, 214, 176, 0.1), transparent 54%),
    linear-gradient(125deg, rgba(122, 168, 255, 0.12), transparent 42%);
  background-size: 110% 100%, 150% 150%, 180% 180%;
  animation: chapter-layer-authority 28s linear infinite;
}

#problems.frame::before {
  background:
    repeating-linear-gradient(
      122deg,
      rgba(122, 168, 255, 0.07) 0,
      rgba(122, 168, 255, 0.07) 1px,
      transparent 1px,
      transparent 16px
    ),
    radial-gradient(circle at 72% 24%, rgba(99, 232, 190, 0.12), transparent 32%),
    linear-gradient(160deg, rgba(122, 168, 255, 0.12), transparent 48%);
  background-size: 130% 130%, 170% 170%, 180% 180%;
  animation: chapter-layer-problems 22s ease-in-out infinite;
}

#services.frame::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(97, 224, 255, 0.14), transparent 30%),
    radial-gradient(circle at 82% 68%, rgba(216, 194, 147, 0.13), transparent 32%),
    linear-gradient(130deg, rgba(103, 214, 176, 0.11), transparent 44%);
  background-size: 170% 170%, 170% 170%, 180% 180%;
  animation: chapter-layer-services 24s ease-in-out infinite;
}

#track-record.frame::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(132, 210, 255, 0.09) 0,
      rgba(132, 210, 255, 0.09) 1px,
      transparent 1px,
      transparent 42px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(216, 194, 147, 0.05) 0,
      rgba(216, 194, 147, 0.05) 1px,
      transparent 1px,
      transparent 24px
    ),
    linear-gradient(140deg, rgba(127, 143, 255, 0.12), transparent 42%);
  background-size: 120% 100%, 100% 120%, 180% 180%;
  animation: chapter-layer-track 24s linear infinite;
}

#sector.frame::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(122, 168, 255, 0.06) 0,
      rgba(122, 168, 255, 0.06) 1px,
      transparent 1px,
      transparent 36px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(97, 224, 255, 0.05) 0,
      rgba(97, 224, 255, 0.05) 1px,
      transparent 1px,
      transparent 36px
    ),
    linear-gradient(120deg, rgba(103, 214, 176, 0.11), transparent 44%);
  background-size: 115% 115%, 115% 115%, 180% 180%;
  animation: chapter-layer-sector 30s linear infinite;
}

#process.frame::before {
  background:
    repeating-linear-gradient(
      136deg,
      rgba(216, 194, 147, 0.08) 0,
      rgba(216, 194, 147, 0.08) 1px,
      transparent 1px,
      transparent 18px
    ),
    radial-gradient(circle at 18% 80%, rgba(103, 214, 176, 0.12), transparent 28%),
    linear-gradient(125deg, rgba(122, 168, 255, 0.1), transparent 44%);
  background-size: 135% 135%, 170% 170%, 180% 180%;
  animation: chapter-layer-process 26s ease-in-out infinite;
}

#founder.frame::before {
  background:
    radial-gradient(circle at 24% 18%, rgba(216, 194, 147, 0.14), transparent 30%),
    radial-gradient(circle at 72% 68%, rgba(122, 168, 255, 0.12), transparent 34%),
    linear-gradient(125deg, rgba(103, 214, 176, 0.1), transparent 44%);
  background-size: 165% 165%, 165% 165%, 180% 180%;
  animation: chapter-layer-founder 30s ease-in-out infinite;
}

#faq.frame::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(97, 224, 255, 0.13), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(216, 194, 147, 0.11), transparent 30%),
    repeating-linear-gradient(
      90deg,
      rgba(122, 168, 255, 0.06) 0,
      rgba(122, 168, 255, 0.06) 1px,
      transparent 1px,
      transparent 44px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(97, 224, 255, 0.04) 0,
      rgba(97, 224, 255, 0.04) 1px,
      transparent 1px,
      transparent 30px
    );
  background-size: 170% 170%, 170% 170%, 120% 100%, 100% 120%;
  animation: chapter-layer-faq 30s ease-in-out infinite;
}

#contact.frame::before {
  background:
    radial-gradient(circle at 12% 88%, rgba(103, 214, 176, 0.18), transparent 32%),
    linear-gradient(140deg, rgba(97, 224, 255, 0.11), transparent 42%),
    linear-gradient(320deg, rgba(216, 194, 147, 0.08), transparent 38%);
  background-size: 180% 180%, 180% 180%, 180% 180%;
  animation: chapter-layer-contact 20s ease-in-out infinite;
}

#problems.chapter::after {
  animation-name: chapter-halo-problems;
  animation-duration: 18s;
  inset: auto -8% -17% 7%;
  height: 52%;
}

#services.chapter::after {
  animation-name: chapter-halo-services;
  animation-duration: 21s;
  inset: auto -11% -16% 12%;
  height: 46%;
}

#track-record.chapter::after {
  animation-name: chapter-halo-track;
  animation-duration: 20s;
  inset: auto -9% -18% 9%;
  height: 50%;
}

#sector.chapter::after {
  animation-name: chapter-halo-sector;
  animation-duration: 26s;
  inset: auto -8% -18% 12%;
  height: 44%;
}

#process.chapter::after {
  animation-name: chapter-halo-process;
  animation-duration: 24s;
  inset: auto -10% -19% 8%;
  height: 48%;
}

#founder.chapter::after {
  animation-name: chapter-halo-founder;
  animation-duration: 25s;
  inset: auto -7% -16% 11%;
  height: 46%;
}

#faq.chapter::after {
  animation-name: chapter-halo-faq;
  animation-duration: 27s;
  inset: auto -9% -19% 10%;
  height: 42%;
}

#contact.chapter::after {
  animation-name: chapter-halo-contact;
  animation-duration: 18s;
  inset: auto -8% -15% 8%;
  height: 54%;
}

.chapter .section-kicker,
.chapter .section-kicker::before,
.chapter .section-heading h2,
.chapter .cta-copy h2,
.chapter .authority-intro p:last-child {
  transition:
    color 280ms ease,
    opacity 280ms ease,
    transform 280ms ease;
}

.chapter.is-active-chapter .section-kicker {
  color: rgba(227, 250, 240, 0.94);
  background: transparent;
  border-radius: 0;
  padding: 0;
  transform: none;
  animation: none;
}

.chapter.is-active-chapter .section-kicker::before {
  border-color: rgba(103, 214, 176, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(122, 168, 255, 0.08);
  transform: none;
}

.chapter.is-active-chapter .section-heading h2,
.chapter.is-active-chapter .cta-copy h2,
.chapter.is-active-chapter .authority-intro p:last-child {
  color: rgba(246, 244, 238, 0.985);
  animation: none;
}

.hero.is-active-chapter .section-kicker {
  color: rgba(147, 228, 204, 0.9);
}

.hero.is-active-chapter .section-kicker::before {
  border-color: rgba(103, 214, 176, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(122, 168, 255, 0.08);
}

.interactive-sheen {
  position: relative;
  isolation: isolate;
}

.interactive-sheen .sheen-overlay {
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      240px circle at var(--sx, 50%) var(--sy, 50%),
      rgba(89, 217, 255, 0.24) 0%,
      rgba(88, 215, 177, 0.16) 20%,
      rgba(127, 143, 255, 0.12) 34%,
      rgba(0, 0, 0, 0) 62%
    );
  mix-blend-mode: screen;
  transition: opacity 220ms ease;
}

.interactive-sheen > * {
  position: relative;
  z-index: 1;
}

.interactive-sheen.is-sheen-active .sheen-overlay,
.interactive-sheen:focus-within .sheen-overlay {
  opacity: 1;
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 940px;
  margin: 0 auto clamp(24px, 3vw, 36px);
  text-align: center;
  position: relative;
}

.section-heading h2 {
  position: relative;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: clamp(84px, 8.6vw, 136px);
  height: 2px;
  margin-top: 14px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(89, 217, 255, 0.26),
      rgba(88, 215, 177, 0.4) 48%,
      rgba(127, 143, 255, 0.26)
    );
}

.section-heading h2,
.cta-copy h2 {
  font-size: clamp(2.65rem, 4.85vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.028em;
}

.cta-copy {
  position: relative;
}

.section-heading::before,
.cta-copy::before,
.authority-intro::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 2px;
  width: 2px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(97, 224, 255, 0.02),
    rgba(97, 224, 255, 0.56) 22%,
    rgba(88, 215, 177, 0.72) 56%,
    rgba(216, 194, 147, 0.38) 100%
  );
  box-shadow: 0 0 18px rgba(97, 224, 255, 0.16);
  opacity: 0;
  transform: scaleY(0.32);
  transform-origin: top center;
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}

.authority-intro::after {
  left: -14px;
  top: 0;
}

.chapter.is-active-chapter .section-heading::before,
.chapter.is-active-chapter .cta-copy::before,
.chapter.is-active-chapter .authority-intro::after {
  opacity: 0.92;
  transform: scaleY(1);
}

#gain .section-heading,
#sector .section-heading,
#process .section-heading {
  max-width: 1240px;
  margin: 0 auto 22px;
}

#gain .section-heading h2,
#process .section-heading h2 {
  max-width: 34ch;
  font-size: clamp(2.4rem, 3.8vw, 4.05rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

#sector .section-heading h2 {
  max-width: 32ch;
  font-size: clamp(2.4rem, 3.8vw, 4.05rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

/* Create visual chapter rhythm with intentional asymmetry on desktop */
#problems .section-heading,
#track-record .section-heading,
#founder .section-heading {
  justify-items: start;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

#services .section-heading,
#sector .section-heading {
  justify-items: end;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

#services .section-heading h2::after,
#sector .section-heading h2::after {
  margin-left: auto;
}

#problems .section-heading h2::after,
#track-record .section-heading h2::after,
#founder .section-heading h2::after {
  margin-right: auto;
}

.why-grid,
.gain-system,
.services-system,
.sector-system,
.founder-system,
.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 26px;
}

#gain .gain-system,
#sector .sector-system,
#process .process-system {
  margin-top: 8px;
}

#gain .gain-system {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 18px;
}

#gain .gain-panel {
  margin-top: 0;
}

.editorial-copy {
  display: grid;
  gap: 16px;
}

.editorial-copy p {
  max-width: 62ch;
}

#why .editorial-copy p:first-child {
  max-width: 24ch;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
}

#why .editorial-copy p:nth-child(2),
#why .editorial-copy p:nth-child(3) {
  padding-left: 22px;
  border-left: 1px solid rgba(217, 203, 171, 0.18);
}

.blueprint-panel,
.gain-board,
.gain-panel,
.problem-display,
.service-display,
.founder-dossier,
.contact-card,
.sector-note {
  padding: 22px;
}

.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.blueprint-grid div {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.blueprint-grid span,
.gain-board-head span,
.service-display-head span {
  color: var(--muted);
}

.blueprint-grid strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.problem-system,
.process-system {
  position: relative;
}

.problem-system {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.problem-card,
.service-chip {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 18px;
  color: var(--text);
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
  cursor: pointer;
}

.problem-card {
  position: relative;
  overflow: visible;
}

.service-chip {
  position: relative;
  overflow: visible;
}

.problem-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 12px 34px 12px 20px;
  border: 1px solid rgba(217, 203, 171, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.024);
}

.problem-card::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(214, 232, 247, 0.76);
  border-bottom: 1.5px solid rgba(214, 232, 247, 0.76);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.78;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.service-chip::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(217, 203, 171, 0.42);
  border-right: 1px solid rgba(217, 203, 171, 0.42);
  transform: rotate(45deg);
  opacity: 0.38;
}

.problem-card span,
.service-chip span,
.process-card span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-card strong,
.process-card h3,
.gain-panel h3,
.problem-display h3,
.service-display h3 {
  font-size: 1.06rem;
  font-weight: 600;
}

.problem-card strong {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  font-size: 0.92rem;
  line-height: 1.2;
  padding: 12px 34px 12px 20px;
  border: 1px solid rgba(217, 203, 171, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.024);
  overflow: visible;
}

.service-chip::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(214, 232, 247, 0.76);
  border-bottom: 1.5px solid rgba(214, 232, 247, 0.76);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.78;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.service-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(103, 214, 176, 0.22);
  border-radius: 999px;
  background: rgba(103, 214, 176, 0.06);
}

.problem-card.is-active,
.problem-card:hover,
.problem-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(103, 214, 176, 0.45);
  background: 
    linear-gradient(180deg, rgba(103, 214, 176, 0.12), transparent 80%),
    rgba(103, 214, 176, 0.03);
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(103, 214, 176, 0.2);
}

.problem-card.is-active::after,
.problem-card:hover::after,
.problem-card:focus-visible::after {
  opacity: 1;
  border-color: rgba(232, 251, 244, 0.98);
  transform: translateY(-50%) translateX(2px) rotate(-45deg);
}

.service-chip.is-active,
.service-chip:hover,
.service-chip:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(103, 214, 176, 0.45);
  background: 
    linear-gradient(180deg, rgba(103, 214, 176, 0.12), transparent 80%),
    rgba(103, 214, 176, 0.03);
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(103, 214, 176, 0.2);
}

.service-chip.is-active::after,
.service-chip:hover::after,
.service-chip:focus-visible::after {
  opacity: 1;
  border-color: rgba(232, 251, 244, 0.98);
  transform: translateY(-50%) translateX(2px) rotate(-45deg);
}

.problem-display h3,
.service-display h3,
.gain-panel h3 {
  margin: 20px 0 10px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.problem-display-header strong,
.service-display-head strong {
  font-size: 1rem;
}

.problem-meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.problem-meta p {
  margin: 4px 0 0;
}

.problem-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.problem-display .problem-display-header {
  grid-column: 1 / -1;
}

.problem-display h3 {
  grid-column: 1 / -1;
}

.problem-display > p {
  grid-column: 1;
}

.problem-meta {
  grid-column: 2;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  padding-left: 24px;
}

.problem-radar {
  grid-column: 1 / -1;
}

.problem-display {
  position: static;
}

.service-display {
  position: static;
}

.hero-stage-card,
.problem-display,
.service-display,
.gain-panel,
.sector-map,
.contact-card,
.founder-copy,
.founder-dossier {
  background-image:
    radial-gradient(520px circle at 84% 18%, rgba(89, 217, 255, 0.06), transparent 58%),
    linear-gradient(115deg, rgba(127, 143, 255, 0.05), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 56%);
}

.hero-stage-card,
.service-display,
.problem-display,
.contact-card {
  position: relative;
  overflow: hidden;
}

.hero-stage-card::after,
.service-display::after,
.problem-display::after,
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.24;
  animation: panel-scan-slow 20s linear infinite;
  z-index: 0;
}

.hero-stage-card::before,
.problem-display::before,
.service-display::before,
.contact-card::before,
.founder-copy::before,
.founder-dossier::before,
.authority-intro::before {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.14;
  transform: translate3d(0, 0, 0);
  animation: panel-energy-orbit 18s ease-in-out infinite;
  z-index: 0;
}

.hero-stage-card::before {
  background:
    radial-gradient(circle at 22% 20%, rgba(97, 224, 255, 0.18), transparent 18%),
    radial-gradient(circle at 78% 74%, rgba(88, 215, 177, 0.16), transparent 18%);
  opacity: 0.2;
}

.hero-stage-card::after {
  background:
    radial-gradient(circle at 18% 18%, rgba(97, 224, 255, 0.08), transparent 22%),
    radial-gradient(circle at 82% 72%, rgba(88, 215, 177, 0.08), transparent 22%),
    repeating-linear-gradient(
      120deg,
      rgba(122, 168, 255, 0.05) 0,
      rgba(122, 168, 255, 0.05) 1px,
      transparent 1px,
      transparent 18px
    );
  background-size: 160% 160%, 160% 160%, 120% 120%;
  mix-blend-mode: normal;
}

.problem-display::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 191, 98, 0.2), transparent 18%),
    radial-gradient(circle at 82% 66%, rgba(122, 168, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(255, 191, 98, 0.08), transparent 46%);
  animation-name: panel-crisis-sweep;
  animation-duration: 16s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0.24;
}

.problem-display::after {
  background:
    linear-gradient(124deg, rgba(255, 191, 98, 0.04), transparent 28%, rgba(122, 168, 255, 0.06) 64%, transparent 78%),
    repeating-linear-gradient(
      118deg,
      rgba(255, 191, 98, 0.05) 0,
      rgba(255, 191, 98, 0.05) 1px,
      transparent 1px,
      transparent 14px
    );
  background-size: 180% 180%, 120% 120%;
  mix-blend-mode: normal;
  animation: panel-crisis-sweep 14s linear infinite;
  opacity: 0.28;
}

.service-display::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(97, 224, 255, 0.14), transparent 20%),
    radial-gradient(circle at 80% 72%, rgba(216, 194, 147, 0.14), transparent 20%),
    linear-gradient(135deg, rgba(88, 215, 177, 0.08), transparent 48%);
  opacity: 0.22;
  animation-name: panel-grid-flow;
  animation-duration: 18s;
}

.service-display::after {
  background:
    linear-gradient(90deg, rgba(97, 224, 255, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(216, 194, 147, 0.05) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 78% 22%, rgba(88, 215, 177, 0.1), transparent 24%);
  background-size: 30px 100%, 100% 30px, 160% 160%;
  mix-blend-mode: normal;
  animation: panel-grid-flow 16s linear infinite;
  opacity: 0.3;
}

.contact-card::before {
  background:
    radial-gradient(circle at 14% 82%, rgba(88, 215, 177, 0.18), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(97, 224, 255, 0.14), transparent 18%),
    linear-gradient(140deg, rgba(216, 194, 147, 0.08), transparent 48%);
  opacity: 0.22;
  animation-name: panel-contact-drift;
  animation-duration: 16s;
}

.contact-card::after {
  background:
    radial-gradient(circle at 18% 78%, rgba(88, 215, 177, 0.08), transparent 18%),
    radial-gradient(circle at 82% 22%, rgba(97, 224, 255, 0.08), transparent 18%),
    repeating-linear-gradient(
      132deg,
      rgba(216, 194, 147, 0.04) 0,
      rgba(216, 194, 147, 0.04) 1px,
      transparent 1px,
      transparent 18px
    );
  background-size: 160% 160%, 160% 160%, 120% 120%;
  mix-blend-mode: normal;
  animation: panel-contact-drift 15s linear infinite;
  opacity: 0.28;
}

.founder-copy::before,
.founder-dossier::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(216, 194, 147, 0.14), transparent 18%),
    radial-gradient(circle at 84% 76%, rgba(122, 168, 255, 0.14), transparent 18%),
    linear-gradient(125deg, rgba(88, 215, 177, 0.08), transparent 44%);
  opacity: 0.2;
  animation-name: panel-founder-drift;
  animation-duration: 18s;
}

.founder-copy::after,
.founder-dossier::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(122, 168, 255, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(216, 194, 147, 0.035) 0 1px, transparent 1px 100%);
  background-size: 36px 100%, 100% 36px;
  opacity: 0.18;
  mix-blend-mode: normal;
  animation: panel-grid-flow 18s linear infinite;
  z-index: 0;
}

.authority-intro::before {
  background:
    radial-gradient(circle at 10% 20%, rgba(97, 224, 255, 0.14), transparent 16%),
    radial-gradient(circle at 82% 72%, rgba(216, 194, 147, 0.12), transparent 16%);
  opacity: 0.16;
}

.hero-stage-card > *,
.problem-display > *,
.service-display > *,
.contact-card > *,
.founder-copy > *,
.founder-dossier > *,
.authority-intro > * {
  position: relative;
  z-index: 1;
}

.track-record-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.track-timeline {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  z-index: 0;
  opacity: 0.78;
  pointer-events: none;
}

.track-timeline-line {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(103, 214, 176, 0.4), rgba(122, 168, 255, 0.2), rgba(217, 203, 171, 0.1));
  border-radius: 1px;
  box-shadow:
    0 0 10px rgba(97, 224, 255, 0.26),
    0 0 22px rgba(88, 215, 177, 0.18);
  transition: height 2.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms ease;
  opacity: 0.4;
}

.track-timeline-line.is-drawing {
  height: 100%;
  opacity: 1;
}

.track-record-summary {
  max-width: 640px;
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
}

.evidence-protocol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 22px;
}

.evidence-protocol span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(97, 224, 255, 0.2);
  background:
    linear-gradient(130deg, rgba(97, 224, 255, 0.12), rgba(99, 232, 190, 0.1) 52%, rgba(255, 191, 98, 0.06)),
    rgba(255, 255, 255, 0.015);
  color: rgba(215, 246, 239, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.track-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 9px;
  padding: 22px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), transparent 54%),
    linear-gradient(130deg, rgba(122, 168, 255, 0.035), transparent 52%),
    rgba(255, 255, 255, 0.016);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(var(--track-shift, 0px));
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 400ms ease;
}

.track-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--signal), var(--gold), var(--cobalt));
  opacity: 0;
  transition: opacity 400ms ease;
}

.track-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(89, 217, 255, 0.2);
  opacity: 0.2;
  pointer-events: none;
}

.track-card:hover {
  transform: translateY(calc(var(--track-shift, 0px) - 4px));
  border-color: rgba(255, 255, 255, 0.1);
}

.track-card-featured {
  background:
    radial-gradient(circle at top right, rgba(103, 214, 176, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 56%),
    linear-gradient(130deg, rgba(122, 168, 255, 0.06), transparent 58%),
    rgba(255, 255, 255, 0.02);
  border-color: rgba(154, 197, 184, 0.14);
  animation: featuredPulse 4s ease-in-out infinite;
}

.track-record-grid > .track-card:nth-of-type(1) { --reveal-delay: 60ms !important; }
.track-record-grid > .track-card:nth-of-type(2) { --reveal-delay: 120ms !important; }
.track-record-grid > .track-card:nth-of-type(3) { --reveal-delay: 180ms !important; }
.track-record-grid > .track-card:nth-of-type(4) { --reveal-delay: 240ms !important; }
.track-record-grid > .track-card:nth-of-type(5) { --reveal-delay: 300ms !important; }
.track-record-grid > .track-card:nth-of-type(6) { --reveal-delay: 360ms !important; }
.track-record-grid > .track-card:nth-of-type(7) { --reveal-delay: 420ms !important; }
.track-record-grid > .track-card:nth-of-type(8) { --reveal-delay: 480ms !important; }

@media (min-width: 721px) {
  .track-record-grid > .track-card:last-of-type:nth-of-type(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, calc((100% - 14px) / 2));
  }
}

@keyframes featuredPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(103, 214, 176, 0);
  }
  50% {
    box-shadow: 0 0 20px 0 rgba(103, 214, 176, 0.08);
  }
}

.track-card:hover::before {
  opacity: 1;
}

.track-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.track-tag {
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.track-tag-turnaround {
  background: rgba(103, 214, 176, 0.12);
  color: rgba(103, 214, 176, 0.9);
}

.track-tag-scale {
  background: rgba(122, 168, 255, 0.14);
  color: rgba(168, 200, 255, 0.96);
}

.track-tag-post {
  background: rgba(122, 168, 255, 0.12);
  color: rgba(122, 168, 255, 0.9);
}

.track-tag-ma {
  background: rgba(255, 193, 94, 0.12);
  color: rgba(255, 193, 94, 0.9);
}

.track-duration {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.42);
  font-family: "SF Mono", "Fira Code", monospace;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.track-card h3 {
  margin: 0;
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.28;
}

.track-subtitle {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  color: rgba(190, 210, 235, 0.72);
}

.track-body {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(233, 236, 240, 0.82);
  line-height: 1.54;
}

.track-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.track-evidence span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(154, 197, 184, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(214, 232, 247, 0.84);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 1321px) {
  .track-record-grid .track-card:nth-of-type(2n) {
    --track-shift: 18px;
  }
}

@keyframes badge-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(88, 215, 177, 0);
  }

  50% {
    opacity: 0.88;
    box-shadow: 0 0 0 3px rgba(88, 215, 177, 0.08);
  }
}

@keyframes hero-state-swap {
  0% {
    opacity: 0.86;
    transform: translate3d(0, 4px, 0) scale(0.995);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-node-swap {
  0% {
    opacity: 0.82;
    transform: translate3d(0, 3px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-grid-pan {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-58px, 0, 0);
  }
}

@keyframes hero-sweep-arc {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.03);
  }
}

@keyframes dot-ping {
  0%, 70%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  35% {
    transform: scale(1.6);
    opacity: 0.5;
  }
}

@keyframes float-card-one {
  0%,
  100% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(15deg) translate3d(-10px, 10px, 0);
  }
}

@keyframes float-card-two {
  0%,
  100% {
    transform: rotate(-14deg) scale(0.92) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-10deg) scale(0.95) translate3d(10px, -8px, 0);
  }
}

@keyframes float-monolith {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 12px, 0);
  }
}

@keyframes float-cube {
  0%,
  100% {
    transform: rotate(-12deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-6deg) translate3d(8px, -8px, 0);
  }
}

.problem-radar {
  position: relative;
  height: 140px;
  margin-top: 16px;
}

.problem-radar .radar-ring:nth-child(1) {
  inset: 8px;
}

.problem-radar .radar-ring:nth-child(2) {
  inset: 34px;
}

.problem-radar .radar-ring:nth-child(3) {
  inset: 58px;
}

.radar-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 16px rgba(103, 214, 176, 0.6);
  animation: dot-ping 3s ease-in-out infinite;
}

.dot-two {
  animation-delay: 1.1s;
}

.dot-three {
  animation-delay: 2.2s;
}

.dot-one {
  left: 34%;
  top: 20%;
}

.dot-two {
  left: 62%;
  top: 48%;
}

.dot-three {
  left: 26%;
  top: 66%;
}

.gain-system {
  align-items: start;
}

#gain .gain-system {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
}

.gain-board-head {
  align-items: end;
}

.gain-clusters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.gain-cluster {
  display: grid;
  gap: 12px;
  padding: 16px 16px 18px;
  border-top: 1px solid rgba(217, 203, 171, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 70%);
}

.gain-cluster span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gain-cluster p {
  margin: 0;
  color: #e4dfd7;
  font-size: 1rem;
  line-height: 1.46;
}

.gain-panel {
  background:
    radial-gradient(circle at top right, rgba(103, 214, 176, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 44%),
    rgba(255, 255, 255, 0.02);
}

.gain-proof-band {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.gain-proof-band div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gain-proof-band div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gain-proof-band span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gain-proof-band strong {
  font-size: 1rem;
  font-weight: 600;
  color: #e8e3db;
}

.service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#services .services-system {
  grid-template-columns: 1fr;
}

.service-fit {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-fit span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-fit p {
  margin-top: 10px;
}

.service-matrix {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.service-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.service-matrix div {
  padding: 14px 18px 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-matrix div span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-matrix div strong {
  display: block;
  margin-top: 6px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #e4dfd7;
}

.sector-header {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.sector-subtitle {
  margin: 0;
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.5;
}

.sector-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sector-tag-grid span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(103, 214, 176, 0.18);
  border-radius: 999px;
  background: rgba(103, 214, 176, 0.06);
  color: #ccf4e8;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  position: relative;
  gap: 8px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.sector-tag-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(97, 224, 255, 0.8);
  box-shadow: 0 0 0 4px rgba(97, 224, 255, 0.12);
}

.sector-tag-grid span:hover {
  border-color: rgba(103, 214, 176, 0.38);
  background:
    linear-gradient(120deg, rgba(97, 224, 255, 0.16), rgba(99, 232, 190, 0.14)),
    rgba(103, 214, 176, 0.12);
}

.sector-system {
  align-items: start;
}

.sector-map {
  display: grid;
  gap: 20px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(103, 214, 176, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 56%),
    rgba(255, 255, 255, 0.018);
}

.sector-map-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(217, 203, 171, 0.12);
}

.sector-map-head span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sector-map-head strong {
  font-size: 1.02rem;
}

.sector-lanes {
  display: grid;
  gap: 12px;
}

.sector-lane {
  display: grid;
  grid-template-columns: 42px minmax(160px, 0.8fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(217, 203, 171, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 72%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.sector-lane span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sector-lane strong {
  font-size: 1rem;
  line-height: 1.34;
}

.sector-lane p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.sector-map-note {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 203, 171, 0.12);
}

.sector-map-note span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sector-map-note p {
  margin: 0;
  color: #dfd9d0;
}

.sector-copy {
  display: grid;
  gap: 18px;
}

#sector .sector-system {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 18px;
}

#sector .sector-list p:nth-child(1),
#sector .sector-list p:nth-child(4),
#sector .sector-list p:nth-child(7) {
  border-color: rgba(103, 214, 176, 0.22);
}

.sector-list {
  display: grid;
  gap: 10px;
}

.sector-list p {
  margin: 0;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.process-system {
  padding-top: 2px;
}

.process-rail {
  position: relative;
  display: block;
  height: 3px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.process-line {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  background: linear-gradient(90deg, rgba(103, 214, 176, 0.42) 0%, rgba(217, 203, 171, 0.28) 48%, rgba(122, 168, 255, 0.2) 100%);
  box-shadow: 0 0 12px rgba(97, 224, 255, 0.3);
}

.process-line.is-drawing {
  transform: scaleX(1);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-card {
  display: grid;
  gap: 12px;
  min-height: 162px;
  padding: 22px;
  align-content: start;
  position: relative;
  overflow: hidden;
}

.process-card:nth-child(2),
.process-card:nth-child(3),
.process-card:nth-child(4) {
  margin-top: 0;
}

.process-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(97, 224, 255, 0.62), rgba(99, 232, 190, 0.4), rgba(255, 191, 98, 0.16));
  opacity: 0.72;
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(97, 224, 255, 0.24);
  background: rgba(97, 224, 255, 0.08);
}

.process-card.is-visible span:first-child {
  animation: numberGlow 980ms ease-out;
}

@keyframes numberGlow {
  0% {
    transform: scale(0.96);
    border-color: rgba(103, 214, 176, 0.42);
    box-shadow: 0 0 0 0 rgba(103, 214, 176, 0);
    text-shadow: 0 0 18px rgba(103, 214, 176, 0.66), 0 0 34px rgba(103, 214, 176, 0.32);
    color: rgba(103, 214, 176, 1);
  }
  45% {
    transform: scale(1.08);
    border-color: rgba(103, 214, 176, 0.56);
    box-shadow: 0 0 0 6px rgba(103, 214, 176, 0.12);
  }
  100% {
    transform: scale(1);
    border-color: rgba(97, 224, 255, 0.24);
    box-shadow: none;
    text-shadow: none;
    color: inherit;
  }
}

.process-card p,
.problem-display p,
.service-display p,
.dossier-note,
.contact-card-head p,
.faq-answer p {
  color: var(--muted);
}

.founder-system {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "portrait copy"
    "dossier dossier";
  align-items: start;
  gap: 22px;
}

.founder-portrait-panel,
.founder-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 48%),
    linear-gradient(135deg, rgba(122, 168, 255, 0.03), rgba(88, 215, 177, 0.03)),
    rgba(255, 255, 255, 0.018);
  box-shadow: var(--shadow-soft);
}

.founder-portrait-panel {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0;
  min-height: 0;
  align-self: start;
  height: fit-content;
  grid-area: portrait;
}

.founder-portrait-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.76;
  min-height: 0;
  padding: 6px 18px 0;
  background:
    radial-gradient(circle at 30% 16%, rgba(122, 168, 255, 0.18), transparent 26%),
    radial-gradient(circle at 68% 72%, rgba(88, 215, 177, 0.12), transparent 24%),
    linear-gradient(160deg, #242a31 0%, #15191f 52%, #11151b 100%);
}

.founder-portrait-image {
  position: absolute;
  inset: 6px 18px 0;
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 6px);
  min-width: 0;
  min-height: 0;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  object-fit: cover;
  object-position: 50% 18%;
}

.founder-portrait-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-content: end;
  gap: 8px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(8, 12, 17, 0.08), rgba(8, 12, 17, 0.56)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%);
}

.founder-portrait-fallback span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-portrait-fallback strong {
  max-width: 16ch;
  font-size: 1rem;
  line-height: 1.4;
}

.founder-portrait-panel.is-missing .founder-portrait-image {
  display: none;
}

.founder-portrait-panel.is-missing .founder-portrait-fallback {
  display: grid;
}

.founder-portrait-media::before {
  content: none;
}

.founder-portrait-caption {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px 20px 18px;
  border-top: 1px solid rgba(217, 203, 171, 0.08);
}

.founder-portrait-caption span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-portrait-caption strong {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

.founder-credibility-stack {
  display: grid;
  gap: 14px;
  grid-area: copy;
}

.founder-copy {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 44%),
    linear-gradient(135deg, rgba(122, 168, 255, 0.04), transparent 62%),
    rgba(255, 255, 255, 0.022);
  width: 100%;
}

.founder-facets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.founder-facets div {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 203, 171, 0.12);
}

.founder-facets span {
  color: rgba(132, 210, 255, 0.9);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-steps span {
  color: rgba(103, 214, 176, 0.72);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  text-align: center;
}

.founder-facets p {
  margin: 0;
  color: #dfd9d0;
}

.founder-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(154, 197, 184, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 56%),
    rgba(255, 255, 255, 0.018);
  color: var(--text);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.founder-link:hover,
.founder-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(88, 215, 177, 0.34);
  background:
    linear-gradient(180deg, rgba(88, 215, 177, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.024);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.founder-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.founder-dossier {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: start;
  background:
    radial-gradient(circle at top, rgba(103, 214, 176, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%),
    rgba(255, 255, 255, 0.016);
  width: 100%;
  grid-area: dossier;
  margin-top: 2px;
}

@media (min-width: 1181px) {
  .founder-system {
    align-items: stretch;
  }

  .founder-portrait-panel {
    align-self: stretch;
    height: 100%;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .founder-credibility-stack,
  .founder-copy {
    height: 100%;
  }

  .founder-portrait-media {
    aspect-ratio: auto;
    height: 100%;
  }
}

.dossier-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dossier-stack div {
  display: grid;
  gap: 4px;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.dossier-stack strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.dossier-stack span {
  font-size: 0.84rem;
  line-height: 1.35;
}

.dossier-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dossier-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(217, 203, 171, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: #ddd8cf;
  font-size: 0.8rem;
}

.faq-list {
  display: grid;
  gap: 0;
  counter-reset: faq-counter;
}

@media (min-width: 1101px) {
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    column-gap: 24px;
    row-gap: 0;
  }

  #faq .faq-item {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  #faq .faq-item:nth-child(-n + 4) {
    grid-column: 1;
  }

  #faq .faq-item:nth-child(n + 5) {
    grid-column: 2;
  }

  #faq .faq-item:nth-child(5) {
    grid-row: 1;
  }

  #faq .faq-item:nth-child(6) {
    grid-row: 2;
  }

  #faq .faq-item:nth-child(7) {
    grid-row: 3;
  }

  #faq .faq-item:nth-child(8) {
    grid-row: 4;
  }
}

#faq .faq-item {
  counter-increment: faq-counter;
  border-left: 2px solid transparent;
  border-right: 0;
  border-radius: 0;
  background: transparent;
  padding-left: 10px;
  transition:
    border-left-color 200ms ease,
    background-color 200ms ease;
}

#faq .faq-item:hover,
#faq .faq-item.is-open {
  border-left-color: rgba(103, 214, 176, 0.52);
  background: rgba(103, 214, 176, 0.028);
}

#faq .faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
}

.faq-question span {
  font-size: 1.05rem;
  line-height: 1.42;
}

.faq-question span::before {
  content: counter(faq-counter, decimal-leading-zero);
  display: inline-block;
  min-width: 30px;
  margin-right: 14px;
  color: rgba(103, 214, 176, 0.5);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  vertical-align: 0.08em;
}

.faq-question::after {
  content: "+";
  color: rgba(132, 210, 255, 0.9);
  transition: transform 180ms ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 22px 0;
}

.faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 20px;
}

.cta-copy {
  display: grid;
  gap: 16px;
}

.cta-steps {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.cta-steps-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 6px;
}

.cta-steps div {
  display: grid;
  justify-items: center;
  align-content: center;
  row-gap: 8px;
  min-height: 116px;
  padding: 18px 16px;
  text-align: center;
  border: 1px solid rgba(217, 203, 171, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 58%),
    rgba(255, 255, 255, 0.016);
}

.cta-steps div:last-child {
  border-bottom: 1px solid rgba(217, 203, 171, 0.12);
}

.cta-steps p {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.4;
}

#contact.cta-section {
  grid-template-columns: 1fr;
  gap: 28px;
}

#contact .cta-copy {
  max-width: 720px;
  margin: 0 auto;
  align-content: start;
  justify-items: center;
  padding-right: 0;
  text-align: center;
}

#contact .cta-steps {
  width: min(100%, 760px);
}

#contact .contact-card {
  width: min(100%, 840px);
  margin: 0 auto;
  max-width: 100%;
}

.confidentiality-line {
  color: #d8d4cc;
}

.contact-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}

.contact-response {
  margin: 0;
  color: rgba(171, 218, 203, 0.92);
  font-size: 0.92rem;
}

.contact-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(217, 203, 171, 0.12);
}

.contact-proof article {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 0;
  padding: 16px 15px;
  border: 1px solid rgba(217, 203, 171, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 58%),
    rgba(255, 255, 255, 0.012);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-proof span {
  color: rgba(132, 210, 255, 0.9);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-proof p {
  margin: 0;
  color: rgba(223, 216, 207, 0.86);
  font-size: 0.9rem;
  line-height: 1.42;
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  gap: 14px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.captcha-field {
  border: 1px solid rgba(217, 203, 171, 0.14);
  border-radius: 16px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 64%),
    rgba(255, 255, 255, 0.01);
}

.captcha-field,
.inquiry-fieldset,
.message-field,
.form-actions,
.form-guidance,
.form-note,
.form-status,
.form-honeypot {
  grid-column: 1 / -1;
}

.captcha-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.captcha-question {
  margin: 0;
  color: rgba(223, 216, 207, 0.9);
  font-size: 0.9rem;
}

.captcha-refresh {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(103, 214, 176, 0.22);
  color: rgba(205, 245, 229, 0.92);
  background: rgba(103, 214, 176, 0.08);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.captcha-refresh:hover {
  border-color: rgba(103, 214, 176, 0.32);
  background: rgba(103, 214, 176, 0.14);
  transform: translateY(-1px);
}

.captcha-refresh:focus-visible {
  outline: none;
  border-color: rgba(103, 214, 176, 0.44);
  box-shadow: 0 0 0 3px rgba(103, 214, 176, 0.12);
}

.contact-form label span,
.inquiry-fieldset legend {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form label span small {
  color: rgba(217, 203, 171, 0.66);
  font-size: 0.8rem;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 16px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 58%),
    rgba(8, 10, 14, 0.92);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(182, 180, 173, 0.58);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: rgba(103, 214, 176, 0.4);
  box-shadow:
    0 0 0 1px rgba(103, 214, 176, 0.1),
    0 0 20px -4px rgba(103, 214, 176, 0.15),
    inset 0 0 12px -4px rgba(103, 214, 176, 0.06);
}

.contact-form input:user-invalid,
.contact-form textarea:user-invalid,
.contact-form select:user-invalid {
  border-color: rgba(243, 128, 128, 0.36);
  box-shadow: 0 0 0 3px rgba(243, 128, 128, 0.1);
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(217, 203, 171, 0.9) 50%),
    linear-gradient(135deg, rgba(217, 203, 171, 0.9) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.inquiry-fieldset {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry-fieldset legend {
  width: 100%;
  margin-bottom: 4px;
}

.inquiry-chip {
  position: relative;
  display: inline-flex;
}

.inquiry-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.inquiry-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font-size: 0.9rem;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.inquiry-chip input:checked + span {
  border-color: rgba(103, 214, 176, 0.28);
  background: rgba(103, 214, 176, 0.1);
  color: var(--text);
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(103, 214, 176, 0.4), 0 0 12px -2px rgba(103, 214, 176, 0.15);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.contact-form .button-primary {
  position: relative;
  overflow: visible;
}

.contact-form .button-primary::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(103, 214, 176, 0.3);
  opacity: 0;
  transform: scale(1);
  transition: opacity 400ms ease, transform 400ms ease;
  pointer-events: none;
}

.contact-form .button-primary:hover::after {
  opacity: 1;
  transform: scale(1.06);
}

.contact-form .button-primary:active::after {
  transform: scale(0.98);
  opacity: 0.5;
  transition-duration: 100ms;
}

.message-field,
.form-actions,
.form-guidance,
.form-note,
.form-status {
  grid-column: 1 / -1;
}

.message-field span {
  color: #e7e1d8;
  font-weight: 600;
}

.message-field textarea {
  min-height: 132px;
}

.form-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.form-guidance div {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 92px;
  padding: 14px 14px;
  border: 1px solid rgba(217, 203, 171, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 58%),
    rgba(255, 255, 255, 0.012);
}

.form-guidance span {
  color: rgba(132, 210, 255, 0.9);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-guidance p {
  margin: 0;
  color: #ddd7ce;
  font-size: 0.91rem;
  line-height: 1.45;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
}

.form-direct-email {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 10px;
}

.form-direct-email a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  text-underline-offset: 2px;
  transition: color 300ms ease;
}

.form-direct-email a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.field-note {
  margin: 0;
  color: rgba(182, 180, 173, 0.88);
  font-size: 0.86rem;
  line-height: 1.45;
}

.field-count {
  justify-self: end;
  margin: -2px 0 0;
  color: rgba(217, 203, 171, 0.76);
  font-size: 0.8rem;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-status {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  color: var(--text);
}

.form-status.is-visible {
  display: block;
}

.form-status[data-state="pending"] {
  border-color: rgba(217, 203, 171, 0.26);
  background: rgba(217, 203, 171, 0.08);
}

.form-status[data-state="success"] {
  border-color: rgba(103, 214, 176, 0.26);
  background: rgba(103, 214, 176, 0.1);
}

.form-status[data-state="error"] {
  border-color: rgba(243, 128, 128, 0.22);
  background: rgba(243, 128, 128, 0.1);
}

.contact-form button[disabled] {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.contact-form[aria-busy="true"] {
  pointer-events: none;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
}

.footer-copy {
  max-width: 640px;
}

.footer-copy p {
  margin: 16px 0 0;
  color: var(--muted);
}

.footer-legal {
  margin: 14px 0 0;
  color: rgba(182, 180, 173, 0.48);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-links a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  border-color: rgba(103, 214, 176, 0.28);
  background: rgba(103, 214, 176, 0.08);
}

.footer-top-link {
  border-color: rgba(89, 217, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(89, 217, 255, 0.12), rgba(127, 143, 255, 0.1) 56%, rgba(88, 215, 177, 0.1)),
    rgba(255, 255, 255, 0.02);
  color: #dffaf2;
}

.footer-top-link:hover,
.footer-top-link:focus-visible {
  border-color: rgba(89, 217, 255, 0.44);
}

.sector-header {
  max-width: 980px;
}

.sector-subtitle {
  max-width: 66ch;
  margin: 0 auto;
  color: #d7d3cb;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.58;
}

.legal-page {
  width: min(860px, calc(100vw - 32px));
  margin: 28px auto;
  padding: 34px;
}

.legal-page h1 {
  margin: 10px 0 18px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.legal-page h2 {
  margin: 28px 0 10px;
  color: var(--gold);
  font-size: 1.02rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-page p,
.legal-page li {
  color: #d7d1c9;
}

.legal-page ul {
  padding-left: 20px;
}

.back-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--gold);
}

.principal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 32px 80px;
}

.principal-page .section-kicker {
  margin-bottom: 18px;
}

.principal-page h1 {
  margin: 0 0 10px;
}

.principal-page h2 {
  margin: 0 0 24px;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 500;
  color: #d7d2ca;
}

.principal-page p {
  color: #d7d2ca;
}

.principal-portrait {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(103, 214, 176, 0.3);
  margin-bottom: 24px;
}

.principal-quote {
  margin: 32px 0;
  padding-left: 20px;
  border-left: 3px solid var(--signal);
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
}

.principal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.principal-tag {
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
}

.principal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

.principal-education {
  margin: 24px 0;
}

.reveal {
  --reveal-x: 0px;
  --reveal-y: 34px;
  --reveal-scale: 0.976;
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  filter: blur(12px);
  transition:
    opacity 860ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    filter 860ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
}

.reveal-left {
  --reveal-x: -52px;
  --reveal-y: 0px;
}

.reveal-right {
  --reveal-x: 52px;
  --reveal-y: 0px;
}

.reveal-rise {
  --reveal-x: 0px;
  --reveal-y: 42px;
  --reveal-scale: 0.982;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.authority-grid > :nth-child(2),
.process-grid > :nth-child(2),
.contact-proof > :nth-child(2) {
  --reveal-delay: 70ms;
}

.authority-grid > :nth-child(3),
.process-grid > :nth-child(3),
.contact-proof > :nth-child(3) {
  --reveal-delay: 140ms;
}

.authority-grid > :nth-child(4),
.process-grid > :nth-child(4) {
  --reveal-delay: 210ms;
}

.authority-grid > :nth-child(5) {
  --reveal-delay: 280ms;
}

.authority-grid > :nth-child(6) {
  --reveal-delay: 350ms;
}

.track-record-grid > .track-card:nth-of-type(2) {
  --reveal-delay: 100ms;
}

.track-record-grid > .track-card:nth-of-type(3) {
  --reveal-delay: 200ms;
}

.track-record-grid > .track-card:nth-of-type(4) {
  --reveal-delay: 300ms;
}

.track-record-grid > .track-card:nth-of-type(5) {
  --reveal-delay: 400ms;
}

.track-record-grid > .track-card:nth-of-type(6) {
  --reveal-delay: 500ms;
}

.track-record-grid > .track-card:nth-of-type(7) {
  --reveal-delay: 600ms;
}

.track-record-grid > .track-card:nth-of-type(8) {
  --reveal-delay: 700ms;
}

.track-record-grid > .track-card:nth-of-type(9) {
  --reveal-delay: 800ms;
}

/* Keep ambient motion concentrated on the currently focused chapter to cut GPU load. */
.chapter {
  animation-play-state: paused !important;
}

.chapter::before,
.chapter::after,
.chapter .chapter-motion,
.chapter .hero-stage-card::before,
.chapter .hero-stage-card::after,
.chapter .problem-display::before,
.chapter .problem-display::after,
.chapter .service-display::before,
.chapter .service-display::after,
.chapter .founder-copy::before,
.chapter .founder-copy::after,
.chapter .founder-dossier::before,
.chapter .founder-dossier::after,
.chapter .contact-card::before,
.chapter .contact-card::after,
.chapter .authority-intro::before {
  animation-play-state: paused !important;
}

.chapter.is-active-chapter,
.chapter.is-active-chapter::before,
.chapter.is-active-chapter::after,
.chapter.is-active-chapter .chapter-motion,
.chapter.is-active-chapter .hero-stage-card::before,
.chapter.is-active-chapter .hero-stage-card::after,
.chapter.is-active-chapter .problem-display::before,
.chapter.is-active-chapter .problem-display::after,
.chapter.is-active-chapter .service-display::before,
.chapter.is-active-chapter .service-display::after,
.chapter.is-active-chapter .founder-copy::before,
.chapter.is-active-chapter .founder-copy::after,
.chapter.is-active-chapter .founder-dossier::before,
.chapter.is-active-chapter .founder-dossier::after,
.chapter.is-active-chapter .contact-card::before,
.chapter.is-active-chapter .contact-card::after,
.chapter.is-active-chapter .authority-intro::before {
  animation-play-state: running !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .faq-answer,
  .faq-question::after,
  .selector-chip,
  .problem-card,
  .service-chip,
  .button,
  .site-nav a,
  .footer-links a,
  .authority-cell,
  .sector-lane,
  .contact-proof article,
  .dossier-stack div {
    transition: none;
  }

  .reveal {
    filter: none;
    transform: none;
  }

  .site-bg-aura-one,
  .site-bg-aura-two,
  .site-bg-grid,
  .site-bg::before,
  .site-bg::after,
  .frame::before {
    transform: none;
    transition: none;
  }

  .interactive-sheen .sheen-overlay {
    display: none;
  }

  .object-card,
  .chip-monolith,
  .token-cube {
    animation: none;
  }

  .hero-stage-card.is-transitioning .hero-card-copy,
  .hero-stage-card.is-transitioning .hero-card-state,
  .hero-stage-card.is-transitioning .hero-detail-grid > div,
  .hero-stage-card.is-transitioning .signal-node {
    animation: none;
  }

  .hero h1[data-typing="true"] {
    animation: none;
    border-right: none;
  }

  .headline-accent.accent-glow,
  .track-card-featured,
  .process-card.is-visible span:first-child,
  .metric-ring-fill.is-complete,
  .section-kicker.is-decoding {
    animation: none;
  }

  .track-timeline {
    display: none;
  }

  .process-line {
    transform: scaleX(1);
  }

  .contact-form .button-primary::after {
    display: none;
  }

  .hero-ambient-visual::before,
  .hero-ambient-visual::after {
    animation: none;
  }

  .chapter-rail::after,
  .chapter::after,
  .hero-stage-surface::before,
  .hero-stage-surface::after {
    animation-duration: 42s;
  }

  .chapter {
    animation-duration: 42s;
  }
}

@media (min-width: 1181px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: clamp(22px, 2.6vw, 36px);
  }

  .hero.section-pad {
    padding-top: clamp(22px, 3.8vw, 52px);
  }

  .hero-copy {
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    padding: clamp(24px, 2.7vw, 42px);
    border: 1px solid rgba(154, 197, 184, 0.14);
    border-radius: calc(var(--radius-xl) - 4px);
    background:
      radial-gradient(circle at 82% 22%, rgba(122, 168, 255, 0.14), transparent 36%),
      radial-gradient(circle at 68% 76%, rgba(88, 215, 177, 0.08), transparent 40%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
      rgba(9, 12, 17, 0.66);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 22px 56px rgba(0, 0, 0, 0.32);
    overflow: hidden;
  }

  .hero-copy h1 {
    max-width: 11.8ch;
    font-size: clamp(2.9rem, 4.8vw, 5.4rem);
    line-height: 0.9;
    margin-inline: auto;
  }

  .hero-badges {
    flex-wrap: wrap;
    margin-inline: auto;
    justify-content: center;
  }

  .hero-copy .section-kicker,
  .hero-lead,
  .hero-action-note {
    max-width: 52ch;
    margin-inline: auto;
  }

  .hero-copy .section-kicker {
    justify-content: center;
  }

  .hero-actions {
    margin-top: 22px;
    justify-content: center;
  }

  .hero-action-note {
    text-align: center;
  }

  .hero-stage {
    width: min(100%, 1120px);
    margin-inline: auto;
    min-height: 0;
    padding: clamp(18px, 1.4vw, 24px);
  }

  .hero .stage-header {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .hero .hero-selector {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    padding-bottom: 0;
    scrollbar-width: auto;
    scrollbar-color: auto;
  }

  .hero .hero-selector::-webkit-scrollbar {
    height: 0;
  }

  .hero .hero-selector::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(97, 224, 255, 0.5), rgba(88, 215, 177, 0.5));
  }

  .hero .selector-chip {
    min-width: 152px;
    min-height: 44px;
    padding: 0 22px 0 20px;
    font-size: 0.84rem;
  }

  #contact .contact-card,
  #founder .founder-dossier,
  #services .service-display {
    margin-top: 26px;
  }

  .process-grid {
    gap: 18px;
  }
}

@media (max-width: 1180px) {
  .hero,
  .why-grid,
  .gain-system,
  .services-system,
  .sector-system,
  .founder-system,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .problem-system {
    grid-template-columns: 1fr;
  }

  .authority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .authority-cell,
  .authority-cell-featured {
    grid-column: span 1;
  }

  .metrics-bar {
    grid-template-columns: repeat(3, 1fr);
  }

  .authority-intro {
    align-items: start;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-rail {
    display: none;
  }

  .process-card:nth-child(2) {
    margin-top: 10px;
  }

  .process-card:nth-child(4) {
    margin-top: 8px;
  }

  .gain-clusters {
    grid-template-columns: 1fr;
  }

  .contact-proof {
    grid-template-columns: 1fr;
  }

  .form-guidance {
    grid-template-columns: 1fr;
  }

  #gain .gain-panel {
    margin-top: 0;
  }

  .problem-display,
  .service-display {
    position: static;
  }

  .hero-stage-card {
    min-height: 0;
  }

  .problem-display {
    grid-template-columns: 1fr;
  }

  .problem-meta {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 14px;
    margin-top: 14px;
  }

  .service-matrix {
    grid-template-columns: 1fr;
  }

  .founder-credibility-stack {
    gap: 16px;
  }

  .founder-facets,
  .dossier-stack {
    grid-template-columns: 1fr;
  }

  .founder-portrait-media {
    min-height: 540px;
    padding: 6px 14px 0;
  }

  .founder-portrait-image {
    object-position: center center;
  }
}

@media (max-width: 960px) {
  .reveal-left,
  .reveal-right,
  .reveal-rise {
    --reveal-x: 0px;
    --reveal-y: 24px;
    --reveal-scale: 0.988;
  }

  .hero-card-main,
  .hero-state-stack,
  .hero-detail-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-node-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
    align-items: center;
    overflow: visible;
  }

  .wordmark {
    max-width: 100%;
  }

  .wordmark-copy strong {
    font-size: 1.2rem;
  }

  .wordmark-copy small {
    font-size: 0.5em;
    letter-spacing: 0.14em;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(122, 168, 255, 0.09), rgba(88, 215, 177, 0.08) 52%, rgba(255, 191, 98, 0.05)),
      rgba(9, 13, 18, 0.96);
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px) scale(0.996);
    transition:
      opacity 180ms ease,
      transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 200ms;
    z-index: 160;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
      opacity 180ms ease,
      transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
    animation: nav-reveal 180ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav a:not(.nav-cta-button),
  .site-nav .nav-cta-button {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    min-height: 44px;
    border-radius: 12px;
  }

  .site-nav a:not(.nav-cta-button) {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.03);
  }

  .nav-cta-button {
    margin-left: 0;
  }
}

@media (max-width: 960px) {
  .hero-stage-surface,
  .blueprint-grid,
  .authority-grid {
    grid-template-columns: 1fr;
  }

  .problem-list {
    flex-direction: column;
  }

  .problem-card {
    width: 100%;
    border-radius: 16px;
  }

  .service-nav {
    flex-direction: column;
  }

  .service-chip {
    width: 100%;
    border-radius: 16px;
  }

  .service-matrix {
    grid-template-columns: 1fr;
  }

  .authority-intro,
  .hero-ledger-head,
  .sector-map-head {
    display: grid;
    align-items: start;
  }

  .hero-badges {
    width: 100%;
  }

  .hero-copy {
    text-align: left;
  }

  .section-heading {
    justify-items: start;
    text-align: left;
  }

  .section-kicker {
    gap: 8px;
  }

  .section-kicker::before {
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-lead,
  .hero-badges,
  .hero-copy .section-kicker,
  .hero-action-note {
    margin-inline: 0;
  }

  .hero-selector {
    justify-content: flex-start;
  }

  #contact .cta-copy {
    justify-items: start;
    text-align: left;
    margin-inline: 0;
  }

  #contact .cta-steps {
    width: 100%;
  }

  .cta-steps-compact {
    grid-template-columns: 1fr;
  }

  .cta-steps div {
    min-height: 0;
  }

  .process-card:nth-child(2),
  .process-card:nth-child(3),
  .process-card:nth-child(4) {
    margin-top: 0;
  }

  .object-card-two,
  .chip-monolith-two,
  .token-cube-two {
    display: none;
  }

  .founder-portrait-media {
    min-height: 500px;
    padding: 6px 12px 0;
  }

  .founder-links {
    width: 100%;
  }

  .founder-link {
    width: 100%;
  }
}

@keyframes nav-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  html.nav-open,
  body.nav-open {
    overscroll-behavior-y: contain;
  }
}

@media (max-width: 960px), (pointer: coarse) {
  .site-bg::before,
  .site-bg::after,
  .site-bg-aura,
  .site-bg-grid,
  .frame::before,
  .section.frame::after,
  .chapter::before,
  .chapter::after,
  .chapter-motion,
  .hero-stage-card::before,
  .hero-stage-card::after,
  .problem-display::before,
  .problem-display::after,
  .service-display::before,
  .service-display::after,
  .founder-copy::before,
  .founder-copy::after,
  .founder-dossier::before,
  .founder-dossier::after,
  .contact-card::before,
  .contact-card::after {
    animation: none !important;
  }

  .frame,
  .site-header,
  .site-nav,
  .metric-cell,
  .track-card,
  .problem-display,
  .service-display,
  .contact-card,
  .founder-copy,
  .founder-dossier {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .scroll-progress {
    transition: none;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 20px, 1240px);
  }

  .site-shell {
    padding-top: 10px;
  }

  .site-header,
  .site-footer,
  .section-pad {
    padding: 20px;
  }

  .site-header {
    top: 0;
    border-radius: 20px;
    gap: 14px;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 13.2ch;
    font-size: clamp(2.8rem, 12vw, 4.6rem);
  }

  .section-heading h2::after {
    width: 88px;
    margin-top: 12px;
  }

  .hero-stage::before {
    opacity: 0.16;
  }

  .hero-stage-card::after,
  .service-display::after,
  .problem-display::after,
  .contact-card::after {
    opacity: 0.1;
  }

  .hero-ledger-list article,
  .sector-lane,
  .gain-clusters,
  .service-matrix,
  .contact-proof {
    grid-template-columns: 1fr;
  }

  .track-record-grid {
    grid-template-columns: 1fr;
  }

  .track-timeline {
    display: none;
  }

  .metrics-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-state-head {
    display: grid;
    align-items: start;
  }

  .hero-card-main,
  .hero-state-stack,
  .hero-detail-grid,
  .hero-node-strip {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-copy::after {
    display: none;
  }

  .signal-node {
    min-height: 64px;
    font-size: 0.78rem;
  }

  .object-card {
    width: 88px;
  }

  .chip-monolith-one {
    left: 10px;
    width: 58px;
    height: 156px;
  }

  .token-cube-one {
    right: 96px;
    top: 148px;
    transform: scale(0.82);
  }

  .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }

  .form-actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .footer-links {
    display: grid;
    width: 100%;
  }

  .hero-actions .button,
  .hero-actions .hero-principal-link {
    width: auto;
    min-height: 48px;
    white-space: nowrap;
  }

  .hero-actions .button {
    padding-inline: 18px;
  }

  .hero-actions .hero-principal-link {
    padding: 11px 14px;
    font-size: 0.84rem;
  }

  .form-actions .button {
    width: auto;
    min-width: 168px;
  }

  .hero .selector-chip {
    min-width: 128px;
    min-height: 42px;
    padding: 0 18px 0 18px;
    font-size: 0.82rem;
  }

  .inquiry-fieldset {
    gap: 6px;
  }

  .inquiry-chip span {
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.84rem;
  }

  .wordmark {
    gap: 10px;
  }

  .wordmark-mark {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .wordmark-mark img {
    border-radius: 9px;
  }

  .wordmark-copy strong {
    font-size: 0.76rem;
    gap: 0.15em;
  }

  .wordmark-copy small {
    font-size: 0.43em;
    letter-spacing: 0.12em;
    margin-top: 0.12em;
  }

  .site-nav {
    justify-content: stretch;
  }

  .nav-cta-button {
    width: 100%;
    margin-left: 0;
  }

  .sector-subtitle,
  .form-note {
    text-align: left;
    margin-inline: 0;
  }

  .founder-portrait-media {
    min-height: 420px;
    padding: 4px 8px 0;
  }

  .founder-portrait-caption,
  .founder-copy,
  .founder-dossier {
    padding: 18px;
  }

  .principal-page {
    padding: 104px 20px 64px;
  }

  .principal-actions {
    display: grid;
  }

  .authority-intro {
    margin-bottom: 14px;
  }

  .sector-map,
  .contact-card,
  .founder-dossier,
  .gain-board,
  .gain-panel,
  .problem-display,
  .service-display {
    padding: 20px;
  }

  .button,
  .footer-links a {
    width: 100%;
  }

  .hero-actions .button,
  .hero-actions .hero-principal-link,
  .form-actions .button {
    width: auto;
  }
}

@media (max-width: 360px) {
  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-actions .button,
  .hero-actions .hero-principal-link {
    width: 100%;
  }
}
