:root {
  --ink: #050608;
  --night: #080b10;
  --panel: #10151c;
  --panel-strong: #141c25;
  --panel-soft: rgba(16, 21, 28, 0.76);
  --line: rgba(164, 191, 208, 0.14);
  --line-strong: rgba(164, 191, 208, 0.28);
  --text: #f4f7f8;
  --muted: #98aab6;
  --soft: #d7e5eb;
  --blue: #76a8c6;
  --blue-strong: #8fc5e6;
  --lime: #c7ff45;
  --lime-soft: rgba(199, 255, 69, 0.12);
  --danger: #ff7a7e;
  --shadow: 0 38px 96px rgba(0, 0, 0, 0.44);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --max-width: 1520px;
  --max-width-wide: 1820px;
  --gutter: 56px;
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

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

html {
  scroll-behavior: smooth;
  background: #050608;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 50% -8%, rgba(118, 168, 198, 0.12), transparent 22%),
    radial-gradient(circle at 14% 14%, rgba(143, 197, 230, 0.08), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(215, 229, 235, 0.05), transparent 20%),
    radial-gradient(circle at 70% 72%, rgba(199, 255, 69, 0.05), transparent 15%),
    linear-gradient(180deg, #010204 0%, #04060a 42%, #020307 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  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;
  opacity: 0.16;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92), transparent 84%);
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 20% 26%, rgba(118, 168, 198, 0.09), transparent 0 28%),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.03), transparent 0 20%),
    radial-gradient(circle at 82% 72%, rgba(199, 255, 69, 0.05), transparent 0 14%);
  filter: blur(30px);
  animation: drift-glow 18s ease-in-out infinite alternate;
}

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

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

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

button {
  border: 0;
  background: none;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(199, 255, 69, 0.6);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 120;
  padding: 12px 16px;
  border-radius: 999px;
  color: #05080b;
  background: linear-gradient(135deg, #ddff83 0%, #aaff00 58%, #8fda00 100%);
  box-shadow: 0 18px 42px rgba(170, 255, 0, 0.24);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(118, 168, 198, 0.08), transparent 28%),
    radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.03), transparent 18%),
    radial-gradient(circle at 88% 42%, rgba(199, 255, 69, 0.04), transparent 20%);
}

main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 3% 10%, rgba(118, 168, 198, 0.14), transparent 18%),
    radial-gradient(circle at 6% 42%, rgba(215, 229, 235, 0.08), transparent 16%),
    radial-gradient(circle at 2% 72%, rgba(199, 255, 69, 0.06), transparent 14%),
    radial-gradient(circle at 97% 12%, rgba(118, 168, 198, 0.14), transparent 18%),
    radial-gradient(circle at 94% 48%, rgba(255, 255, 255, 0.06), transparent 16%),
    radial-gradient(circle at 98% 76%, rgba(199, 255, 69, 0.06), transparent 14%),
    radial-gradient(circle at 4% 8%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 7% 20%, rgba(143, 197, 230, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 5% 31%, rgba(255, 255, 255, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 8% 47%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.8px),
    radial-gradient(circle at 3% 58%, rgba(215, 229, 235, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 6% 74%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.8px),
    radial-gradient(circle at 9% 88%, rgba(143, 197, 230, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 96% 9%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 92% 23%, rgba(143, 197, 230, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 95% 37%, rgba(255, 255, 255, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 91% 52%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.8px),
    radial-gradient(circle at 97% 67%, rgba(215, 229, 235, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 93% 81%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.8px),
    radial-gradient(circle at 98% 92%, rgba(199, 255, 69, 0.42) 0 1px, transparent 1.9px);
  opacity: 0.8;
}

main > * {
  position: relative;
  z-index: 1;
}

.site-section {
  position: relative;
  padding: 110px 0;
}

.site-section::before,
.site-section::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: min(18vw, 300px);
  pointer-events: none;
  opacity: 0.65;
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.95) 16%, rgba(0, 0, 0, 0.95) 84%, transparent);
}

.site-section::before {
  left: max(-5vw, -100px);
  background:
    radial-gradient(circle at 72% 16%, rgba(118, 168, 198, 0.18), transparent 30%),
    radial-gradient(circle at 48% 62%, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 78% 84%, rgba(199, 255, 69, 0.06), transparent 18%),
    radial-gradient(circle at 76% 10%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.9px),
    radial-gradient(circle at 44% 24%, rgba(143, 197, 230, 0.7) 0 1px, transparent 1.9px),
    radial-gradient(circle at 68% 42%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.9px),
    radial-gradient(circle at 36% 58%, rgba(215, 229, 235, 0.66) 0 1px, transparent 1.9px),
    radial-gradient(circle at 74% 76%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.9px),
    radial-gradient(circle at 50% 90%, rgba(143, 197, 230, 0.64) 0 1px, transparent 1.9px);
}

.site-section::after {
  right: max(-5vw, -100px);
  background:
    radial-gradient(circle at 28% 18%, rgba(118, 168, 198, 0.18), transparent 30%),
    radial-gradient(circle at 56% 56%, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 24% 82%, rgba(199, 255, 69, 0.06), transparent 18%),
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.9px),
    radial-gradient(circle at 58% 28%, rgba(143, 197, 230, 0.7) 0 1px, transparent 1.9px),
    radial-gradient(circle at 34% 44%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.9px),
    radial-gradient(circle at 66% 62%, rgba(215, 229, 235, 0.66) 0 1px, transparent 1.9px),
    radial-gradient(circle at 28% 76%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.9px),
    radial-gradient(circle at 52% 92%, rgba(143, 197, 230, 0.64) 0 1px, transparent 1.9px);
}

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

.section-tight {
  padding-top: 30px;
}

.section-shell,
.footer-shell {
  width: min(var(--max-width), calc(100% - var(--gutter)));
  margin: 0 auto;
  position: relative;
}

.nav-shell {
  width: min(var(--max-width-wide), calc(100% - var(--gutter)));
  margin: 0 auto;
}

.site-section.is-band {
  background:
    radial-gradient(circle at 12% 20%, rgba(118, 168, 198, 0.08), transparent 24%),
    radial-gradient(circle at 88% 26%, rgba(215, 229, 235, 0.045), transparent 20%),
    linear-gradient(180deg, rgba(6, 9, 14, 0.58), rgba(4, 7, 11, 0.4));
  border-top: 1px solid rgba(164, 191, 208, 0.12);
  border-bottom: 1px solid rgba(164, 191, 208, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}

.site-section.is-band .section-shell > * {
  position: relative;
  z-index: 1;
}

.site-section.is-band .section-shell::before {
  content: "";
  position: absolute;
  inset: -26px -28px;
  border-radius: 36px;
  border: 1px solid rgba(164, 191, 208, 0.08);
  background:
    radial-gradient(circle at 12% 18%, rgba(118, 168, 198, 0.06), transparent 26%),
    radial-gradient(circle at 86% 78%, rgba(199, 255, 69, 0.035), transparent 20%),
    rgba(255, 255, 255, 0.01);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 24px 60px rgba(2, 6, 12, 0.12);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(199, 255, 69, 0.7);
}

.section-head {
  max-width: 920px;
  margin-bottom: 44px;
}

.section-title,
.page-title,
.hero-title,
.cta-title,
.stage-title {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.section-title {
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
}

.section-title-compact {
  font-size: clamp(1.95rem, 3vw, 2.8rem);
}

.section-copy,
.page-intro,
.hero-lede,
.cta-copy,
.banner-copy {
  margin: 18px 0 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.86;
}

.section-copy-spaced {
  margin-bottom: 24px;
}

.surface {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.surface::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 26px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease,
    color 260ms ease;
}

.button::before,
.button-ghost::before {
  content: "";
  position: absolute;
  inset: -30% -50%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 64%, transparent 100%);
  transform: translate3d(-120%, 0, 0) skewX(-18deg);
  transition: transform 780ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.button {
  color: #0b1306;
  background: linear-gradient(135deg, #d8ff82 0%, var(--lime) 100%);
  background-size: 180% 180%;
  animation: ww-button-aurora 8s ease-in-out infinite;
  box-shadow: 0 18px 42px rgba(199, 255, 69, 0.22);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(199, 255, 69, 0.28);
}

.button-ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}

.button:hover::before,
.button:focus-visible::before,
.button-ghost:hover::before,
.button-ghost:focus-visible::before {
  transform: translate3d(136%, 0, 0) skewX(-18deg);
}

.accent {
  color: var(--lime);
}

.accent-soft {
  color: var(--soft);
}

.site-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 0;
  pointer-events: none;
}

.site-nav-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 128px;
  background: linear-gradient(180deg, rgba(4, 6, 10, 0.72), rgba(4, 6, 10, 0.22) 72%, transparent 100%);
  pointer-events: none;
}

.site-nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 20px 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    padding 180ms ease,
    margin 180ms ease,
    border-radius 180ms ease;
}

.site-nav.is-scrolled {
  margin-top: 10px;
  padding: 16px 22px;
  border: 1px solid rgba(164, 191, 208, 0.18);
  border-radius: 22px;
  background: rgba(7, 10, 14, 0.72);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  width: 56px;
  height: 56px;
  padding: 4px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.025);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.brand-tag {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
}

.nav-links a {
  position: relative;
  padding: 8px 0 12px;
  border-radius: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(199, 255, 69, 0), rgba(199, 255, 69, 0.92), rgba(118, 168, 198, 0.48), rgba(199, 255, 69, 0));
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
  opacity: 1;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-nav .button,
.site-nav .button-ghost {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 15px;
  font-size: 0.88rem;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-toggle span + span {
  margin-top: 4px;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(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(-6px) rotate(-45deg);
}

.hero {
  isolation: isolate;
  position: relative;
  padding: 118px 0 70px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 40px auto auto 50%;
  width: min(980px, 92vw);
  height: 560px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(118, 168, 198, 0.2), transparent 66%);
  filter: blur(10px);
  opacity: 0.7;
}

.hero-signature .section-shell {
  position: relative;
  z-index: 1;
  width: min(var(--max-width-wide), calc(100% - var(--gutter)));
}

.cosmic-stage {
  --sky-shift-x: 0px;
  --sky-shift-y: 0px;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.96) 78%, transparent 100%);
}

.cosmic-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% -6%, rgba(4, 7, 12, 0.38), transparent 30%),
    radial-gradient(circle at 18% 24%, rgba(8, 14, 24, 0.22), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(8, 14, 24, 0.18), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(2, 5, 10, 0.18), transparent 42%);
  pointer-events: none;
}

.cosmic-stage-inner {
  position: absolute;
  inset: 0;
  left: 50%;
  width: min(2280px, 138vw);
  transform: translateX(-50%) translate3d(var(--sky-shift-x), var(--sky-shift-y), 0);
  transition: transform 240ms ease-out;
}

.cosmic-nebula,
.starfield,
.orbit-cluster,
.signal-trail {
  position: absolute;
}

.cosmic-nebula {
  border-radius: 999px;
  filter: blur(28px);
  mix-blend-mode: screen;
}

.cosmic-nebula-a {
  top: 26px;
  right: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(118, 168, 198, 0.15) 0, rgba(118, 168, 198, 0.08) 30%, transparent 70%);
  animation: nebula-float-a 18s ease-in-out infinite alternate;
}

.cosmic-nebula-b {
  top: 280px;
  left: -160px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(215, 229, 235, 0.08) 0, rgba(143, 197, 230, 0.05) 34%, transparent 72%);
  animation: nebula-float-b 22s ease-in-out infinite alternate;
}

.starfield {
  inset: 0;
  opacity: 0.84;
  background-repeat: no-repeat;
}

.starfield-deep {
  background-image:
    radial-gradient(circle at 7% 14%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.6px),
    radial-gradient(circle at 13% 58%, rgba(143, 197, 230, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 19% 34%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.7px),
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.7px),
    radial-gradient(circle at 32% 68%, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.8px),
    radial-gradient(circle at 39% 11%, rgba(143, 197, 230, 0.76) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 46% 42%, rgba(255, 255, 255, 0.84) 0 1px, transparent 1.8px),
    radial-gradient(circle at 54% 27%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.6px),
    radial-gradient(circle at 62% 64%, rgba(143, 197, 230, 0.74) 0 1px, transparent 1.8px),
    radial-gradient(circle at 70% 17%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.7px),
    radial-gradient(circle at 77% 55%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.7px),
    radial-gradient(circle at 84% 31%, rgba(215, 229, 235, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 91% 14%, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 68%, rgba(199, 255, 69, 0.5) 0 1px, transparent 1.9px),
    radial-gradient(circle at 5% 76%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.7px),
    radial-gradient(circle at 16% 87%, rgba(143, 197, 230, 0.62) 0 1px, transparent 1.8px),
    radial-gradient(circle at 28% 8%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.7px),
    radial-gradient(circle at 36% 54%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 43% 79%, rgba(215, 229, 235, 0.74) 0 1px, transparent 1.8px),
    radial-gradient(circle at 57% 9%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.7px),
    radial-gradient(circle at 68% 43%, rgba(143, 197, 230, 0.64) 0 1px, transparent 1.8px),
    radial-gradient(circle at 79% 86%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.8px),
    radial-gradient(circle at 95% 33%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.7px);
  animation: star-drift-slow 32s linear infinite;
}

.starfield-mid {
  opacity: 0.68;
  background-image:
    radial-gradient(circle at 10% 30%, rgba(255, 255, 255, 0.78) 0 1.2px, transparent 2px),
    radial-gradient(circle at 16% 76%, rgba(143, 197, 230, 0.65) 0 1.2px, transparent 2px),
    radial-gradient(circle at 24% 48%, rgba(255, 255, 255, 0.76) 0 1.2px, transparent 2px),
    radial-gradient(circle at 31% 84%, rgba(255, 255, 255, 0.72) 0 1.2px, transparent 2px),
    radial-gradient(circle at 38% 25%, rgba(199, 255, 69, 0.34) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at 45% 72%, rgba(255, 255, 255, 0.72) 0 1.2px, transparent 2px),
    radial-gradient(circle at 58% 52%, rgba(255, 255, 255, 0.78) 0 1.2px, transparent 2px),
    radial-gradient(circle at 67% 83%, rgba(143, 197, 230, 0.58) 0 1.2px, transparent 2px),
    radial-gradient(circle at 73% 38%, rgba(255, 255, 255, 0.74) 0 1.2px, transparent 2px),
    radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.8) 0 1.2px, transparent 2px),
    radial-gradient(circle at 88% 44%, rgba(255, 255, 255, 0.7) 0 1.2px, transparent 2px),
    radial-gradient(circle at 94% 62%, rgba(143, 197, 230, 0.62) 0 1.2px, transparent 2px),
    radial-gradient(circle at 7% 58%, rgba(255, 255, 255, 0.7) 0 1.2px, transparent 2px),
    radial-gradient(circle at 14% 12%, rgba(215, 229, 235, 0.66) 0 1.2px, transparent 2px),
    radial-gradient(circle at 27% 70%, rgba(255, 255, 255, 0.72) 0 1.2px, transparent 2px),
    radial-gradient(circle at 35% 14%, rgba(143, 197, 230, 0.58) 0 1.2px, transparent 2px),
    radial-gradient(circle at 49% 58%, rgba(255, 255, 255, 0.72) 0 1.2px, transparent 2px),
    radial-gradient(circle at 61% 15%, rgba(255, 255, 255, 0.7) 0 1.2px, transparent 2px),
    radial-gradient(circle at 75% 9%, rgba(199, 255, 69, 0.26) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at 86% 19%, rgba(255, 255, 255, 0.72) 0 1.2px, transparent 2px),
    radial-gradient(circle at 97% 82%, rgba(143, 197, 230, 0.54) 0 1.2px, transparent 2px);
  animation: star-drift-reverse 40s linear infinite;
}

.starfield-near {
  opacity: 0.48;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.95) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 29% 58%, rgba(255, 255, 255, 0.84) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 42% 37%, rgba(215, 229, 235, 0.78) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 57% 21%, rgba(255, 255, 255, 0.84) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 69% 61%, rgba(255, 255, 255, 0.88) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 81% 27%, rgba(199, 255, 69, 0.42) 0 1.7px, transparent 2.6px),
    radial-gradient(circle at 92% 48%, rgba(255, 255, 255, 0.8) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 12% 82%, rgba(255, 255, 255, 0.86) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 24% 44%, rgba(255, 255, 255, 0.82) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 48% 12%, rgba(215, 229, 235, 0.74) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 63% 83%, rgba(255, 255, 255, 0.84) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 74% 48%, rgba(255, 255, 255, 0.82) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 87% 71%, rgba(255, 255, 255, 0.86) 0 1.5px, transparent 2.4px);
  animation: star-twinkle 9s ease-in-out infinite alternate;
}

.orbit-cluster {
  top: 90px;
  right: -30px;
  width: min(620px, 46vw);
  aspect-ratio: 1;
  opacity: 0.82;
}

.orbit-system {
  position: relative;
  width: 100%;
  height: 100%;
  animation: orbit-spin 36s linear infinite;
}

.orbit-ring,
.orbit-core,
.orbit-node {
  position: absolute;
  border-radius: 999px;
}

.orbit-ring {
  border: 1px solid rgba(143, 197, 230, 0.18);
}

.orbit-ring-a {
  inset: 8%;
}

.orbit-ring-b {
  inset: 20%;
  border-color: rgba(199, 255, 69, 0.14);
  animation: orbit-spin-reverse 22s linear infinite;
}

.orbit-ring-c {
  inset: 33%;
  border-color: rgba(255, 255, 255, 0.12);
}

.orbit-core {
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0, rgba(143, 197, 230, 0.88) 45%, rgba(143, 197, 230, 0.12) 100%);
  box-shadow:
    0 0 0 10px rgba(143, 197, 230, 0.08),
    0 0 46px rgba(143, 197, 230, 0.44);
}

.orbit-node {
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0, rgba(215, 229, 235, 0.7) 42%, rgba(215, 229, 235, 0.08) 100%);
  box-shadow: 0 0 22px rgba(215, 229, 235, 0.5);
  animation: node-pulse 4.4s ease-in-out infinite;
}

.orbit-node-a {
  top: 14%;
  left: 63%;
  animation-delay: 0.2s;
}

.orbit-node-b {
  top: 51%;
  left: 11%;
  width: 10px;
  height: 10px;
  animation-delay: 1.1s;
}

.orbit-node-c {
  top: 75%;
  left: 74%;
  background: radial-gradient(circle, rgba(199, 255, 69, 0.96) 0, rgba(199, 255, 69, 0.5) 44%, rgba(199, 255, 69, 0.06) 100%);
  box-shadow: 0 0 28px rgba(199, 255, 69, 0.38);
  animation-delay: 1.8s;
}

.orbit-node-d {
  top: 34%;
  left: 79%;
  width: 8px;
  height: 8px;
  animation-delay: 2.5s;
}

.signal-trail {
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(143, 197, 230, 0.08), rgba(215, 229, 235, 0.88), rgba(143, 197, 230, 0.22), transparent);
  opacity: 0.66;
  filter: drop-shadow(0 0 8px rgba(215, 229, 235, 0.3));
}

.signal-trail-a {
  top: 216px;
  left: 42%;
  width: 280px;
  transform: rotate(-10deg);
  animation: trail-sweep 8s ease-in-out infinite;
}

.signal-trail-b {
  top: 392px;
  right: 18%;
  width: 220px;
  transform: rotate(18deg);
  animation: trail-sweep-alt 10s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

.hero-grid-premium {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding-right: 10px;
}

.hero-intro {
  margin: 0 0 22px;
  color: var(--soft);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
}

.hero-title span {
  display: block;
}

.hero-title-signature {
  max-width: 880px;
  font-size: clamp(3.45rem, 6vw, 5.9rem);
}

.hero-lede-wide {
  max-width: 760px;
  font-size: 1.1rem;
}

.hero-actions {
  margin-top: 30px;
}

.hero-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-seal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  font-size: 0.86rem;
}

.hero-seal::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(199, 255, 69, 0.64);
}

.hero-side-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.hero-value-board {
  padding: 30px;
  border-color: rgba(164, 191, 208, 0.2);
  background:
    radial-gradient(circle at 84% 14%, rgba(118, 168, 198, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(11, 16, 22, 0.92), rgba(8, 11, 16, 0.74)),
    rgba(0, 0, 0, 0.42);
}

.hero-value-board .stage-title {
  max-width: 12ch;
}

.hero-value-board .card-copy {
  max-width: none;
  margin-top: 14px;
}

.mission-stat-grid,
.mission-stack,
.overview-grid {
  display: grid;
  gap: 14px;
}

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

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

.mission-stat-card,
.mission-card,
.overview-card {
  position: relative;
  overflow: hidden;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.028);
}

.mission-stat-card strong,
.overview-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 1.34rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.mission-stat-card span,
.mission-card p,
.overview-card p {
  position: relative;
  z-index: 1;
  display: block;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.mission-card .card-kicker,
.mission-stat-card .card-kicker {
  position: relative;
  z-index: 1;
}

.mission-card p {
  margin-top: 10px;
}

.platform-brief {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(164, 191, 208, 0.14);
}

.brief-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.brief-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(199, 255, 69, 0.18);
  background: rgba(199, 255, 69, 0.08);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-shell {
  padding: 28px;
  margin-top: 34px;
  border-color: rgba(164, 191, 208, 0.18);
  background:
    radial-gradient(circle at 84% 14%, rgba(118, 168, 198, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(11, 16, 22, 0.88), rgba(8, 11, 16, 0.66)),
    rgba(0, 0, 0, 0.42);
}

.product-shell .mission-stat-grid,
.alpha-console .mission-stat-grid {
  margin-top: 18px;
}

.product-shell-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.product-shell-copy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.product-shell-frame {
  position: relative;
  margin-top: 22px;
  padding-bottom: 20px;
}

.product-screen {
  overflow: hidden;
  border: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 34px;
  background: rgba(2, 5, 8, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

.product-screen-image,
.alpha-visual-image,
.product-float-image {
  display: block;
  width: 100%;
  height: auto;
}

.product-float {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: min(390px, 33%);
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(5, 8, 12, 0.88);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.32);
}

.product-float-image {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(164, 191, 208, 0.1);
  border-radius: 16px;
}

.product-float-copy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.hero-stage {
  overflow: hidden;
  padding: 30px;
  margin-top: 40px;
  border-color: rgba(164, 191, 208, 0.18);
  background:
    radial-gradient(circle at 84% 14%, rgba(118, 168, 198, 0.14), transparent 22%),
    radial-gradient(circle at 12% 100%, rgba(199, 255, 69, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(11, 16, 22, 0.84), rgba(8, 11, 16, 0.58)),
    rgba(0, 0, 0, 0.42);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: -30% 42% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(199, 255, 69, 0.1), transparent 66%);
  pointer-events: none;
}

.hero-stage-head,
.surface-label,
.console-head,
.stage-signal-header,
.status-pill-row {
  position: relative;
  z-index: 1;
}

.hero-stage-head,
.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.surface-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soft);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.surface-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
}

.surface-status {
  padding: 8px 12px;
  border: 1px solid rgba(199, 255, 69, 0.2);
  border-radius: 999px;
  background: var(--lime-soft);
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-stage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 20px;
}

.hero-panel,
.stage-signal,
.signal-band-card,
.capability-card,
.tension-card,
.proof-card,
.principle-card,
.solution-card,
.contact-card,
.roadmap-step,
.report-card,
.page-stat,
.banner-stat,
.founder-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.028);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.hero-panel::after,
.stage-signal::after,
.signal-band-card::after,
.capability-card::after,
.tension-card::after,
.proof-card::after,
.principle-card::after,
.solution-card::after,
.contact-card::after,
.roadmap-step::after,
.report-card::after,
.page-stat::after,
.banner-stat::after,
.founder-card::after {
  content: "";
  position: absolute;
  inset: auto -32% -42% auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(118, 168, 198, 0.16), transparent 68%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-panel:hover,
.stage-signal:hover,
.signal-band-card:hover,
.capability-card:hover,
.tension-card:hover,
.proof-card:hover,
.principle-card:hover,
.solution-card:hover,
.contact-card:hover,
.roadmap-step:hover,
.report-card:hover,
.page-stat:hover,
.banner-stat:hover,
.founder-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

.hero-panel-focus {
  padding: 30px;
  background:
    radial-gradient(circle at 86% 10%, rgba(118, 168, 198, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.stage-title {
  margin-top: 12px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.card-kicker,
.mini-kicker {
  color: var(--soft);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-title {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 1.34rem;
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.card-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
}

.hero-rail {
  display: grid;
  gap: 16px;
}

.stage-signal {
  padding: 20px 22px;
}

.stage-signal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.stage-signal-value,
.card-index,
.roadmap-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(199, 255, 69, 0.18);
  background: rgba(199, 255, 69, 0.08);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
}

.status-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--soft);
  font-size: 0.8rem;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.status-pill.is-lime {
  color: var(--lime);
}

.status-pill.is-soft {
  color: var(--soft);
}

.status-pill.is-danger {
  color: var(--danger);
}

.hero-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.hero-stat {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-stat-label {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-stat-value {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.hero-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--soft);
  font-size: 0.96rem;
}

.hero-note::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(199, 255, 69, 0.65);
}

.overview-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  padding: 34px;
  border-color: rgba(164, 191, 208, 0.2);
  background:
    radial-gradient(circle at 86% 14%, rgba(118, 168, 198, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(10, 14, 20, 0.84), rgba(8, 11, 16, 0.72)),
    rgba(0, 0, 0, 0.42);
}

.overview-band .section-copy {
  max-width: none;
}

.overview-card {
  min-height: 0;
}

.overview-metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(143, 197, 230, 0.2);
  background: rgba(118, 168, 198, 0.08);
  color: var(--blue-strong);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
}

.capability-marquee {
  overflow: hidden;
  margin-bottom: 34px;
}

.marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marquee-move 34s linear infinite;
}

.marquee-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--soft);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-band,
.capability-grid,
.proof-grid,
.principles-grid,
.solution-grid,
.engagement-grid,
.roadmap-grid {
  display: grid;
  gap: 20px;
}

.signal-band,
.proof-grid,
.principles-grid,
.solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.engagement-grid,
.roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-grid,
.alpha-grid,
.contact-layout,
.page-hero-grid,
.split-showcase {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.story-grid > :first-child {
  grid-column: span 2;
  padding: 30px;
}

.alpha-console {
  padding: 20px;
  background:
    radial-gradient(circle at 84% 12%, rgba(118, 168, 198, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.42);
}

.console-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.console-window {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(118, 168, 198, 0.1), transparent 28%),
    rgba(0, 0, 0, 0.38);
  font-family: var(--font-mono);
  font-size: 0.88rem;
}

.alpha-visual {
  overflow: hidden;
  border: 1px solid rgba(164, 191, 208, 0.1);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.42);
}

.console-line {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  color: var(--soft);
}

.console-line + .console-line {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.console-line strong {
  color: var(--lime);
  font-weight: 500;
}

.console-line.is-muted strong {
  color: var(--blue-strong);
}

.console-line.is-danger strong {
  color: var(--danger);
}

.bullet-list,
.solution-list,
.contact-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-list li,
.solution-list li,
.contact-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.74;
}

.bullet-list li::before,
.solution-list li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
}

.report-panel {
  padding: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(118, 168, 198, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.42);
}

.report-preview,
.contact-stack,
.footer-links {
  display: grid;
  gap: 18px;
}

.page-hero {
  position: relative;
  padding: 132px 0 58px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 46px 0 auto;
  height: min(420px, 42vw);
  background:
    radial-gradient(circle at 18% 22%, rgba(118, 168, 198, 0.14), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(199, 255, 69, 0.08), transparent 16%);
  pointer-events: none;
}

.page-hero .section-shell {
  position: relative;
  z-index: 1;
  width: min(var(--max-width-wide), calc(100% - var(--gutter)));
}

.page-title {
  font-size: clamp(3rem, 5.5vw, 5.4rem);
}

.page-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  align-items: stretch;
}

.page-stats {
  display: grid;
  gap: 16px;
}

.page-stat strong,
.banner-stat strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.page-stat span,
.banner-stat span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.banner-panel,
.cta-panel,
.contact-form {
  padding: 36px;
}

.banner-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.thesis-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.12fr 0.88fr;
}

.founder-card p,
.principle-card p,
.solution-card p,
.tension-card p,
.contact-card p,
.roadmap-step p,
.signal-band-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.founder-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.founder-card p + p {
  margin-top: 14px;
}

.roadmap-step h3,
.principle-card h3,
.solution-card h3,
.tension-card h3,
.contact-card h3,
.signal-band-card h3 {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.contact-form {
  display: block;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-field label {
  color: var(--soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 30px;
  align-items: center;
}

.cta-title {
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
}

.footer {
  padding: 0 0 42px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(118, 168, 198, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.03);
}

.footer-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
}

.footer-meta {
  margin-top: 16px;
  color: var(--soft);
  font-size: 0.92rem;
}

.footer-meta a {
  color: var(--text);
}

.footer-links {
  align-content: start;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  column-gap: 28px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.reveal {
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.988);
  transform-origin: 50% 50%;
  filter: blur(10px);
  transition:
    opacity 860ms cubic-bezier(0.18, 1, 0.32, 1) var(--reveal-delay),
    transform 980ms cubic-bezier(0.18, 1, 0.32, 1) var(--reveal-delay),
    filter 860ms ease var(--reveal-delay);
}

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

@keyframes drift-glow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, -18px, 0) scale(1.04);
  }
}

@keyframes nebula-float-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-26px, 20px, 0) scale(1.08);
  }
}

@keyframes nebula-float-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(28px, -18px, 0) scale(1.06);
  }
}

@keyframes star-drift-slow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-18px, 12px, 0);
  }
}

@keyframes star-drift-reverse {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(14px, -10px, 0);
  }
}

@keyframes star-twinkle {
  0%,
  100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.48;
  }
}

@keyframes orbit-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes orbit-spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes node-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes trail-sweep {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(-10px, 0, 0) rotate(-10deg);
  }
  50% {
    opacity: 0.82;
    transform: translate3d(18px, -6px, 0) rotate(-10deg);
  }
}

@keyframes trail-sweep-alt {
  0%,
  100% {
    opacity: 0.14;
    transform: translate3d(12px, 0, 0) rotate(18deg);
  }
  50% {
    opacity: 0.72;
    transform: translate3d(-16px, 8px, 0) rotate(18deg);
  }
}

@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes ww-button-aurora {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes ww-line-sweep {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.42;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.92;
  }
}

@keyframes ww-orb-drift {
  0%,
  100% {
    transform: translate3d(-10px, -8px, 0) scale(0.96);
  }
  50% {
    transform: translate3d(14px, 10px, 0) scale(1.06);
  }
}

@keyframes ww-halo-orbit {
  0%,
  100% {
    transform: translate3d(0, var(--parallax-soft), 0) scale(1);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(-18px, calc(var(--parallax-soft) - 10px), 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes ww-chip-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes ww-point-sweep {
  0%,
  100% {
    transform: translate3d(-112%, 0, 0) skewX(-18deg);
    opacity: 0;
  }
  20% {
    opacity: 0.18;
  }
  52% {
    opacity: 0.3;
  }
  100% {
    transform: translate3d(124%, 0, 0) skewX(-18deg);
  }
}

@media (max-width: 1180px) {
  .product-shell-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-float {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .orbit-cluster {
    right: -72px;
    width: min(500px, 52vw);
    opacity: 0.64;
  }

  .signal-trail-a {
    left: 34%;
  }

}

body.home-page {
  background:
    radial-gradient(circle at 50% -6%, rgba(118, 168, 198, 0.13), transparent 24%),
    radial-gradient(circle at 12% 12%, rgba(143, 197, 230, 0.08), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(215, 229, 235, 0.05), transparent 20%),
    radial-gradient(circle at 72% 74%, rgba(199, 255, 69, 0.04), transparent 16%),
    linear-gradient(180deg, #020306 0%, #06090e 44%, #030509 100%);
}

.home-page main::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(118, 168, 198, 0.06), transparent 26%),
    radial-gradient(circle at 14% 32%, rgba(255, 255, 255, 0.025), transparent 18%),
    radial-gradient(circle at 86% 44%, rgba(199, 255, 69, 0.03), transparent 18%);
}

.home-page main::after {
  opacity: 0.46;
}

.home-page .site-section::before,
.home-page .site-section::after {
  opacity: 0.28;
}

.home-page .site-section-home-band::before,
.home-page .site-section-home-band::after {
  display: none;
}

.home-page .hero::before {
  width: min(1120px, 96vw);
  height: 620px;
  opacity: 0.54;
}

.hero-premium-home {
  padding: 132px 0 86px;
}

.hero-premium-home .section-shell {
  width: min(var(--max-width-wide), calc(100% - var(--gutter)));
}

.hero-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 42px;
  align-items: start;
}

.hero-premium-title {
  max-width: 11ch;
  font-size: clamp(3.75rem, 6.3vw, 6.35rem);
}

.hero-premium-lede {
  max-width: 720px;
  font-size: 1.08rem;
}

.hero-proof-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--soft);
  font-size: 0.85rem;
}

.hero-proof-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(199, 255, 69, 0.62);
}

.hero-premium-side {
  display: grid;
}

.hero-premium-board {
  padding: 32px;
  border-color: rgba(164, 191, 208, 0.22);
  background:
    radial-gradient(circle at 84% 12%, rgba(118, 168, 198, 0.16), transparent 24%),
    radial-gradient(circle at 12% 100%, rgba(199, 255, 69, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(9, 14, 20, 0.92), rgba(7, 10, 15, 0.72)),
    rgba(0, 0, 0, 0.42);
}

.hero-board-title {
  margin-top: 14px;
  max-width: 11ch;
  font-size: clamp(2.15rem, 3vw, 3.2rem);
}

.hero-board-copy {
  max-width: none;
  margin-top: 14px;
}

.workflow-ladder {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.workflow-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(199, 255, 69, 0.1);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.workflow-step strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.06rem;
  letter-spacing: -0.03em;
}

.workflow-step p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.hero-proof-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.proof-ribbon-card {
  position: relative;
  padding: 22px 22px 24px;
  border: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.018);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.proof-ribbon-card strong {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  letter-spacing: -0.05em;
}

.proof-ribbon-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.72;
}

.site-section-home-band {
  background:
    radial-gradient(circle at 14% 16%, rgba(118, 168, 198, 0.07), transparent 22%),
    radial-gradient(circle at 88% 22%, rgba(215, 229, 235, 0.035), transparent 18%),
    linear-gradient(180deg, rgba(7, 11, 17, 0.78), rgba(5, 8, 12, 0.62));
  border-top: 1px solid rgba(164, 191, 208, 0.11);
  border-bottom: 1px solid rgba(164, 191, 208, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}

.site-section-home-band.is-deep {
  background:
    radial-gradient(circle at 16% 20%, rgba(118, 168, 198, 0.08), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(199, 255, 69, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(8, 13, 19, 0.84), rgba(6, 9, 14, 0.68));
}

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

.story-pillar {
  padding: 28px;
  min-height: 100%;
  border-color: rgba(164, 191, 208, 0.16);
  background:
    radial-gradient(circle at 86% 12%, rgba(118, 168, 198, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.36);
}

.story-pillar strong {
  display: block;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.story-pillar p {
  margin: 12px 0 0;
  color: var(--muted);
}

.buyer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: start;
}

.buyer-highlight {
  margin-top: 24px;
  max-width: 620px;
  padding: 18px 0 0 18px;
  border-left: 1px solid rgba(164, 191, 208, 0.18);
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.8;
}

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

.audience-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.016);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.audience-card .card-title {
  font-size: 1.35rem;
  line-height: 1.12;
}

.audience-card .card-copy {
  margin-top: 12px;
}

.alpha-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
}

.alpha-premium-panel {
  padding: 32px;
  border-color: rgba(164, 191, 208, 0.22);
  background:
    radial-gradient(circle at 84% 12%, rgba(118, 168, 198, 0.14), transparent 22%),
    radial-gradient(circle at 14% 100%, rgba(199, 255, 69, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(10, 15, 22, 0.9), rgba(8, 11, 16, 0.72)),
    rgba(0, 0, 0, 0.36);
}

.alpha-lines {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.alpha-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(164, 191, 208, 0.12);
}

.alpha-line:first-child {
  padding-top: 0;
  border-top: 0;
}

.alpha-line-label {
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alpha-line p {
  margin: 0;
  color: var(--soft);
  line-height: 1.75;
}

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

.alpha-micro-card {
  padding: 18px;
  border: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.alpha-micro-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
}

.alpha-micro-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
}

.report-points {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.report-point {
  position: relative;
  padding-left: 22px;
  color: var(--soft);
  line-height: 1.8;
}

.report-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(199, 255, 69, 0.6);
}

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

.report-story-card {
  padding: 24px;
  border: 1px solid rgba(164, 191, 208, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.016);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.report-story-card .card-title {
  font-size: 1.3rem;
  line-height: 1.12;
}

.start-band {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

.start-card {
  padding: 28px;
}

.start-card-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(164, 191, 208, 0.12);
  color: var(--soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.start-card .button {
  width: 100%;
  margin-top: 24px;
}

.cta-banner-premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px 36px;
  border-color: rgba(164, 191, 208, 0.18);
  background:
    radial-gradient(circle at 84% 12%, rgba(118, 168, 198, 0.14), transparent 22%),
    radial-gradient(circle at 16% 90%, rgba(199, 255, 69, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(11, 16, 22, 0.88), rgba(8, 11, 16, 0.7)),
    rgba(0, 0, 0, 0.38);
}

@media (max-width: 1180px) {
  .hero-grid-premium,
  .overview-band,
  .hero-stage-grid,
  .alpha-grid,
  .contact-layout,
  .page-hero-grid,
  .split-showcase,
  .thesis-grid,
  .cta-panel,
  .hero-premium-grid,
  .buyer-layout,
  .alpha-premium-grid,
  .report-layout,
  .cta-banner-premium {
    grid-template-columns: minmax(0, 1fr);
  }

  .capability-grid,
  .capability-grid-premium,
  .signal-band,
  .proof-grid,
  .principles-grid,
  .solution-grid,
  .mission-stat-grid,
  .mission-stack,
  .overview-grid,
  .story-pillars,
  .buyer-cards,
  .report-card-stack,
  .start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .engagement-grid,
  .roadmap-grid,
  .hero-proof-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .site-section::before,
  .site-section::after {
    width: min(20vw, 220px);
    opacity: 0.52;
  }
}

@media (max-width: 900px) {
  .cosmic-nebula-a {
    right: -180px;
    width: 420px;
    height: 420px;
  }

  .cosmic-nebula-b {
    left: -190px;
    width: 360px;
    height: 360px;
  }

  .orbit-cluster {
    top: 160px;
    right: -110px;
    width: 420px;
    opacity: 0.42;
  }

  .signal-trail,
  .starfield-near {
    display: none;
  }

  main::after,
  .site-section::before,
  .site-section::after {
    display: none;
  }

  .site-nav-wrap {
    pointer-events: none;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 14px 0 12px;
  }

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

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    order: 4;
    margin-top: 8px;
    padding: 14px;
    border: 1px solid rgba(164, 191, 208, 0.14);
    border-radius: 20px;
    background: rgba(7, 10, 14, 0.82);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
    pointer-events: auto;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    text-align: left;
    padding: 10px 0 12px;
  }

  .nav-links a::after {
    right: auto;
    width: 42px;
  }

  .nav-actions {
    width: 100%;
    justify-content: stretch;
    order: 5;
    pointer-events: auto;
  }

  .nav-actions .button,
  .nav-actions .button-ghost {
    flex: 1;
  }

  .story-grid,
  .signal-band,
  .capability-grid,
  .capability-grid-premium,
  .proof-grid,
  .principles-grid,
  .solution-grid,
  .engagement-grid,
  .roadmap-grid,
  .mission-stat-grid,
  .mission-stack,
  .overview-grid,
  .field-grid,
  .banner-stat-grid,
  .footer-links,
  .hero-proof-ribbon,
  .story-pillars,
  .buyer-cards,
  .report-card-stack,
  .start-grid,
  .alpha-micro-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-grid > :first-child {
    grid-column: span 1;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-tag {
    white-space: normal;
  }

  .product-shell,
  .alpha-console,
  .hero-value-board,
  .overview-band,
  .hero-premium-board,
  .story-pillar,
  .audience-card,
  .alpha-premium-panel,
  .report-story-card,
  .start-card,
  .cta-banner-premium,
  .proof-ribbon-card {
    padding: 18px;
  }

  .hero-premium-home {
    padding-top: 122px;
  }

  .workflow-step,
  .alpha-line {
    grid-template-columns: minmax(0, 1fr);
  }

  .workflow-index {
    width: 42px;
    height: 42px;
  }

  .hero-proof-inline {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .cosmic-stage {
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.96) 64%, transparent 100%);
  }

  .orbit-cluster,
  .starfield-mid {
    display: none;
  }

  .section-shell,
  .footer-shell,
  .nav-shell {
    width: min(var(--max-width-wide), calc(100% - 28px));
  }

  .site-section,
  .hero {
    padding-top: 78px;
  }

  .site-section {
    padding-bottom: 78px;
  }

  .hero-title {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-premium-title {
    font-size: clamp(2.8rem, 13vw, 4.45rem);
  }

  .hero-stage,
  .product-shell,
  .banner-panel,
  .cta-panel,
  .contact-form,
  .report-panel,
  .footer-main,
  .alpha-console,
  .hero-value-board,
  .overview-band,
  .hero-premium-board,
  .story-pillar,
  .audience-card,
  .alpha-premium-panel,
  .report-story-card,
  .start-card,
  .cta-banner-premium,
  .proof-ribbon-card {
    padding: 18px;
  }

  .hero-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .nav-actions .button,
  .nav-actions .button-ghost {
    width: 100%;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .product-screen {
    border-radius: 22px;
  }

  .hero-proof-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .cta-banner-premium .button-row,
  .cta-banner-premium .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

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

  .cosmic-stage-inner {
    transform: translateX(-50%);
  }
}

/* =====================================================
   OFFICIAL BRAND REDESIGN
   ===================================================== */

.official-brand-site {
  --brand-black: #0a0b0d;
  --brand-white: #ffffff;
  --brand-blue-deep: #1c252e;
  --brand-blue: #496b82;
  --brand-blue-soft: #cae8e2;
  --brand-blue-glow: #e4f5ef;
  --brand-lime: #aaff00;
  --brand-lime-glow: rgba(170, 255, 0, 0.28);
  --brand-line: rgba(255, 255, 255, 0.1);
  --brand-line-strong: rgba(255, 255, 255, 0.18);
  --brand-panel: rgba(13, 16, 20, 0.84);
  --brand-panel-strong: rgba(9, 11, 14, 0.92);
  --font-display: "IBM Plex Sans", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  background:
    radial-gradient(circle at 80% 14%, rgba(73, 107, 130, 0.32), transparent 24%),
    radial-gradient(circle at 16% 16%, rgba(228, 245, 239, 0.06), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(170, 255, 0, 0.05), transparent 24%),
    linear-gradient(180deg, #07090b 0%, #0a0b0d 36%, #111921 100%);
  color: var(--brand-white);
  font-family: var(--font-body);
}

.official-brand-site body,
.official-brand-site button,
.official-brand-site input,
.official-brand-site textarea,
.official-brand-site select {
  font-family: var(--font-body);
}

.official-brand-site body::before {
  opacity: 0.08;
  background-size: 108px 108px;
}

.official-brand-site body::after {
  background:
    radial-gradient(circle at 20% 22%, rgba(73, 107, 130, 0.08), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(228, 245, 239, 0.04), transparent 22%),
    radial-gradient(circle at 72% 80%, rgba(170, 255, 0, 0.04), transparent 18%);
  filter: blur(42px);
}

.official-brand-site main::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(73, 107, 130, 0.08), transparent 28%),
    radial-gradient(circle at 10% 34%, rgba(228, 245, 239, 0.025), transparent 20%),
    radial-gradient(circle at 88% 58%, rgba(170, 255, 0, 0.03), transparent 18%);
}

.official-brand-site main::after {
  opacity: 0.34;
}

.official-brand-site .site-section::before,
.official-brand-site .site-section::after {
  opacity: 0.16;
}

.official-brand-site .section-shell,
.official-brand-site .nav-shell,
.official-brand-site .footer-shell {
  width: min(1480px, calc(100% - 48px));
}

.official-brand-site .site-section {
  padding: 108px 0;
}

.official-brand-site .surface {
  border: 1px solid var(--brand-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(9, 11, 14, 0.68);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.24);
}

.official-brand-site .surface::before {
  border-color: rgba(255, 255, 255, 0.025);
}

.official-brand-site .surface-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.official-brand-site .surface-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-lime);
  box-shadow: 0 0 18px var(--brand-lime-glow);
}

.official-brand-site .eyebrow {
  padding: 10px 18px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.88);
}

.official-brand-site .eyebrow::before {
  background: var(--brand-lime);
  box-shadow: 0 0 14px var(--brand-lime-glow);
}

.official-brand-site .section-title,
.official-brand-site .page-title,
.official-brand-site .hero-title,
.official-brand-site .cta-title,
.official-brand-site .stage-title {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: -0.06em;
}

.official-brand-site .section-title {
  font-size: clamp(2.6rem, 4.2vw, 5.4rem);
  line-height: 0.96;
}

.official-brand-site .section-title-compact {
  font-size: clamp(2rem, 3vw, 3rem);
}

.official-brand-site .section-copy,
.official-brand-site .page-intro,
.official-brand-site .hero-lede,
.official-brand-site .cta-copy,
.official-brand-site .banner-copy,
.official-brand-site .card-copy,
.official-brand-site p {
  color: rgba(255, 255, 255, 0.72);
}

.official-brand-site .button,
.official-brand-site .button-ghost {
  min-height: 52px;
  border-radius: 18px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.official-brand-site .button {
  color: var(--brand-black);
  background: var(--brand-lime);
  box-shadow: 0 20px 46px rgba(170, 255, 0, 0.18);
}

.official-brand-site .button:hover,
.official-brand-site .button:focus-visible {
  box-shadow: 0 22px 50px rgba(170, 255, 0, 0.24);
}

.official-brand-site .button-ghost {
  color: var(--brand-white);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.028);
}

.official-brand-site .button-ghost:hover,
.official-brand-site .button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

.official-brand-site .site-nav-wrap::before {
  height: 138px;
  background: linear-gradient(180deg, rgba(7, 9, 12, 0.84), rgba(7, 9, 12, 0.24) 72%, transparent 100%);
}

.official-brand-site .site-nav {
  gap: 28px;
  padding: 18px 0 14px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.official-brand-site .site-nav.is-scrolled {
  background: rgba(9, 11, 14, 0.8);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
}

.official-brand-site .brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.official-brand-site .brand-wordmark {
  width: clamp(180px, 15vw, 280px);
  height: auto;
}

.official-brand-site .brand-tagline {
  padding-left: clamp(56px, 3.8vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.official-brand-site .nav-links a {
  color: rgba(255, 255, 255, 0.72);
}

.official-brand-site .nav-links a:hover,
.official-brand-site .nav-links a.active {
  color: var(--brand-white);
}

.official-brand-site .nav-links a::after {
  background: linear-gradient(90deg, rgba(170, 255, 0, 0), rgba(170, 255, 0, 0.9), rgba(170, 255, 0, 0));
}

.official-main {
  position: relative;
}

.official-hero {
  padding: 150px 0 84px;
}

.official-hero::before {
  width: min(1100px, 94vw);
  height: 560px;
  background: radial-gradient(circle, rgba(73, 107, 130, 0.26), transparent 66%);
  opacity: 0.62;
}

.official-hero .section-shell {
  width: min(1540px, calc(100% - 48px));
}

.official-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: 42px;
  align-items: start;
}

.official-kicker {
  margin: 0 0 20px;
  color: var(--brand-lime);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.official-title {
  margin: 0;
  max-width: 10ch;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 7vw, 7.25rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.official-copy,
.official-page-copy {
  margin: 22px 0 0;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.84;
}

.official-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.official-trust-list span {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.official-trust-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-lime);
  box-shadow: 0 0 12px var(--brand-lime-glow);
}

.official-hero-panel,
.official-logo-card,
.official-form {
  padding: 34px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(73, 107, 130, 0.24), transparent 26%),
    linear-gradient(180deg, rgba(15, 18, 23, 0.96), rgba(10, 12, 15, 0.88));
}

.hero-panel-mark,
.logo-card-mark {
  width: clamp(84px, 10vw, 124px);
  height: auto;
  margin-bottom: 22px;
}

.official-panel-title,
.official-page-title {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.official-panel-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.official-page-title {
  font-size: clamp(3rem, 5vw, 5.6rem);
}

.official-flow-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.official-flow-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.official-flow-item strong {
  color: var(--brand-lime);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.official-flow-item span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.official-metric-grid,
.motion-grid,
.official-card-grid {
  display: grid;
  gap: 18px;
}

.official-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
}

.official-metric-card {
  padding: 24px 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.016)),
    rgba(255, 255, 255, 0.018);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.official-metric-label {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.official-metric-value {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.08em;
}

.official-metric-card p,
.motion-card p,
.official-step-card p,
.official-story-card p,
.official-start-card p,
.official-page-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.official-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(73, 107, 130, 0.16), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(228, 245, 239, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(12, 14, 18, 0.9), rgba(10, 12, 15, 0.76));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.motion-card,
.official-step-card,
.official-story-card,
.official-start-card,
.official-page-panel {
  padding: 28px;
}

.motion-word {
  color: var(--brand-lime);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.official-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.official-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.official-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(170, 255, 0, 0.12);
  color: var(--brand-lime);
  font-family: var(--font-mono);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.official-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-grid-compact,
.report-grid-compact,
.start-grid-compact {
  align-items: stretch;
}

.official-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.official-list-item {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.official-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand-lime);
  box-shadow: 0 0 14px var(--brand-lime-glow);
}

.official-start-card .button {
  width: 100%;
  margin-top: 24px;
}

.official-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 36px 38px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(73, 107, 130, 0.22), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(170, 255, 0, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(15, 18, 23, 0.94), rgba(10, 12, 15, 0.88));
}

.official-page-hero {
  padding: 150px 0 86px;
}

.official-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.8fr);
  gap: 30px;
  align-items: start;
}

.official-page-stack {
  display: grid;
  gap: 16px;
}

.official-page-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.018);
}

.official-page-stat {
  color: var(--brand-white);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.official-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 30px;
  align-items: start;
}

.official-contact-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.official-form {
  padding: 34px;
}

.official-brand-site .form-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.official-brand-site input,
.official-brand-site select,
.official-brand-site textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--brand-white);
}

.official-brand-site input::placeholder,
.official-brand-site textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.official-brand-site textarea {
  min-height: 180px;
  resize: vertical;
}

.official-brand-site .form-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
}

.official-brand-site .footer {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.official-brand-site .footer-main {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
}

.official-brand-site .footer-copy,
.official-brand-site .footer-meta {
  color: rgba(255, 255, 255, 0.64);
}

.official-brand-site .footer-links a {
  color: rgba(255, 255, 255, 0.7);
}

.official-brand-site .footer-links a:hover {
  color: var(--brand-white);
}

@media (max-width: 1180px) {
  .official-brand-site .official-hero-grid,
  .official-brand-site .official-split,
  .official-brand-site .official-page-grid,
  .official-brand-site .official-contact-grid,
  .official-brand-site .official-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .official-brand-site .official-metric-grid,
  .official-brand-site .motion-grid,
  .official-brand-site .official-card-grid,
  .official-brand-site .official-step-grid,
  .official-brand-site .official-contact-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .official-brand-site .section-shell,
  .official-brand-site .nav-shell,
  .official-brand-site .footer-shell {
    width: min(1480px, calc(100% - 28px));
  }

  .official-brand-site .official-hero {
    padding-top: 126px;
  }

  .official-brand-site .official-title,
  .official-brand-site .official-page-title {
    max-width: 12ch;
  }

  .official-brand-site .official-metric-grid,
  .official-brand-site .motion-grid,
  .official-brand-site .official-card-grid,
  .official-brand-site .official-step-grid,
  .official-brand-site .official-contact-stack {
    grid-template-columns: minmax(0, 1fr);
  }

  .official-brand-site .brand-wordmark {
    width: 188px;
  }

  .official-brand-site .brand-tagline {
    padding-left: 54px;
  }

  .official-brand-site .official-hero-panel,
  .official-brand-site .official-logo-card,
  .official-brand-site .official-form,
  .official-brand-site .motion-card,
  .official-brand-site .official-step-card,
  .official-brand-site .official-story-card,
  .official-brand-site .official-start-card,
  .official-brand-site .official-page-panel,
  .official-brand-site .official-metric-card,
  .official-brand-site .official-cta {
    padding: 22px;
  }

  .official-brand-site .official-flow-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .official-brand-site .official-title {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .official-brand-site .official-page-title {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }

  .official-brand-site .official-trust-list {
    gap: 10px;
  }

  .official-brand-site .official-trust-list span {
    width: 100%;
  }

  .official-brand-site .button-row {
    width: 100%;
  }

  .official-brand-site .button-row .button,
  .official-brand-site .button-row .button-ghost {
    width: 100%;
  }
}

/* WIREWOLF NEXT REDESIGN
   ===================================================== */

body.wirewolf-next {
  --ww-black: #0a0b0d;
  --ww-ink: #142029;
  --ww-night: #0d1116;
  --ww-night-soft: #121921;
  --ww-frost: #e4f5ef;
  --ww-frost-deep: #cae8e2;
  --ww-blue: #496b82;
  --ww-blue-deep: #1c252e;
  --ww-lime: #aaff00;
  --ww-white: #f8fbfa;
  --ww-muted: rgba(248, 251, 250, 0.72);
  --ww-muted-dark: rgba(20, 32, 41, 0.7);
  --ww-line: rgba(255, 255, 255, 0.1);
  --ww-line-dark: rgba(20, 32, 41, 0.12);
  --ww-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  background:
    radial-gradient(circle at 18% 14%, rgba(73, 107, 130, 0.18), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(170, 255, 0, 0.045), transparent 18%),
    radial-gradient(circle at 50% 110%, rgba(202, 232, 226, 0.12), transparent 28%),
    linear-gradient(180deg, #06080b 0%, #0a0b0d 42%, #0c1117 100%);
  color: var(--ww-white);
  font-family: "IBM Plex Sans", sans-serif;
}

body.wirewolf-next::before,
body.wirewolf-next::after {
  opacity: 1;
}

body.wirewolf-next main::before,
body.wirewolf-next main::after {
  content: "";
}

body.wirewolf-next::before {
  opacity: 0;
  background-image: none;
  animation: none;
}

body.wirewolf-next::after {
  opacity: 0.78;
  background:
    radial-gradient(circle at 14% 16%, rgba(73, 107, 130, 0.18), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(170, 255, 0, 0.028), transparent 16%),
    radial-gradient(circle at 52% 88%, rgba(202, 232, 226, 0.1), transparent 24%);
  filter: blur(34px);
  animation: ww-nebula-breathe 18s ease-in-out infinite alternate;
}

body.wirewolf-next main::before {
  background: none;
  opacity: 0;
  animation: none;
}

body.wirewolf-next main::after {
  background:
    radial-gradient(circle at 12% 24%, rgba(73, 107, 130, 0.12), transparent 20%),
    radial-gradient(circle at 22% 28%, rgba(228, 245, 239, 0.028), transparent 16%),
    radial-gradient(circle at 50% 60%, rgba(170, 255, 0, 0.03), transparent 14%);
  opacity: 0.82;
  animation: ww-nebula-breathe 24s ease-in-out infinite alternate-reverse;
}

.wirewolf-next .next-sky-stage {
  --sky-far-x: 0px;
  --sky-far-y: 0px;
  --sky-mid-x: 0px;
  --sky-mid-y: 0px;
  --sky-near-x: 0px;
  --sky-near-y: 0px;
  --sky-foreground-x: 0px;
  --sky-foreground-y: 0px;
  --sky-glow-x: 0px;
  --sky-glow-y: 0px;
  --sky-tilt-x: 0deg;
  --sky-tilt-y: 0deg;
  --sky-roll: 0deg;
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  perspective: 1120px;
  perspective-origin: 50% 40%;
  transform-style: preserve-3d;
}

.wirewolf-next .next-sky-plane {
  position: absolute;
}

.wirewolf-next .next-sky-plane {
  inset: -18%;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

.wirewolf-next .next-sky-plane--far {
  opacity: 0.38;
  transform:
    rotateX(calc(var(--sky-tilt-x) * 0.34))
    rotateY(calc(var(--sky-tilt-y) * 0.34))
    rotateZ(calc(var(--sky-roll) * 0.24))
    translate3d(var(--sky-far-x), var(--sky-far-y), -1180px)
    scale(2.42);
}

.wirewolf-next .next-sky-plane--mid {
  opacity: 0.68;
  mix-blend-mode: screen;
  transform:
    rotateX(calc(var(--sky-tilt-x) * 0.56))
    rotateY(calc(var(--sky-tilt-y) * 0.56))
    rotateZ(calc(var(--sky-roll) * 0.34))
    translate3d(var(--sky-mid-x), var(--sky-mid-y), -420px)
    scale(1.54);
}

.wirewolf-next .next-sky-plane--near {
  opacity: 0.94;
  mix-blend-mode: screen;
  transform:
    rotateX(calc(var(--sky-tilt-x) * 0.9))
    rotateY(calc(var(--sky-tilt-y) * 0.9))
    rotateZ(calc(var(--sky-roll) * 0.5))
    translate3d(var(--sky-near-x), var(--sky-near-y), 260px)
    scale(0.92);
}

.wirewolf-next .next-sky-plane--foreground {
  opacity: 0.34;
  mix-blend-mode: screen;
  transform:
    rotateX(calc(var(--sky-tilt-x) * 1.18))
    rotateY(calc(var(--sky-tilt-y) * 1.18))
    rotateZ(calc(var(--sky-roll) * 0.62))
    translate3d(var(--sky-foreground-x), var(--sky-foreground-y), 860px)
    scale(0.56);
}

.wirewolf-next .next-sky-plane--glow {
  background:
    radial-gradient(circle at 18% 22%, rgba(73, 107, 130, 0.22), transparent 18%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.06), transparent 11%),
    radial-gradient(circle at 28% 52%, rgba(170, 255, 0, 0.055), transparent 12%),
    radial-gradient(circle at 36% 74%, rgba(202, 232, 226, 0.12), transparent 18%);
  opacity: 0.74;
  filter: blur(54px);
  transform:
    rotateX(calc(var(--sky-tilt-x) * 0.72))
    rotateY(calc(var(--sky-tilt-y) * 0.72))
    rotateZ(calc(var(--sky-roll) * 0.22))
    translate3d(var(--sky-glow-x), var(--sky-glow-y), 180px)
    scale(1.28);
}

.wirewolf-next .next-sky-star {
  --star-opacity-low: 0.2;
  --star-opacity-high: 0.5;
  --star-blur: 0px;
  --star-drift-x: 0px;
  --star-drift-y: 0px;
  --star-twinkle-duration: 8s;
  --star-twinkle-delay: 0s;
  --star-drift-duration: 12s;
  --star-drift-delay: 0s;
  position: absolute;
  border-radius: 999px;
  transform: translate3d(-50%, -50%, 0);
  filter: blur(var(--star-blur));
  opacity: var(--star-opacity-low);
  animation:
    ww-star-twinkle-real var(--star-twinkle-duration) ease-in-out infinite var(--star-twinkle-delay),
    ww-star-shift-real var(--star-drift-duration) ease-in-out infinite alternate var(--star-drift-delay);
}

.wirewolf-next .next-sky-star::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 251, 250, 0.96) 42%, rgba(202, 232, 226, 0.66) 68%, rgba(255, 255, 255, 0) 100%);
}

.wirewolf-next .next-sky-star--far::before {
  opacity: 0.82;
}

.wirewolf-next .next-sky-star--mid::before {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
}

.wirewolf-next .next-sky-star--near::before {
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.16),
    0 0 22px rgba(202, 232, 226, 0.08);
}

.wirewolf-next .next-sky-star--foreground::before {
  box-shadow:
    0 0 22px rgba(255, 255, 255, 0.22),
    0 0 54px rgba(202, 232, 226, 0.16),
    0 0 88px rgba(255, 255, 255, 0.12);
}

.wirewolf-next .next-sky-star.is-bright::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 251, 250, 0.98) 36%, rgba(202, 232, 226, 0.84) 58%, rgba(170, 255, 0, 0.2) 78%, rgba(255, 255, 255, 0) 100%);
}

.wirewolf-next .section-shell,
.wirewolf-next .nav-shell,
.wirewolf-next .footer-shell {
  width: min(1560px, calc(100% - 48px));
}

.wirewolf-next .section-shell {
  position: relative;
  z-index: 1;
  will-change: transform;
  transform: translate3d(0, var(--section-shift, 0px), 0);
}

.wirewolf-next .site-nav-wrap::before {
  height: 152px;
  background: linear-gradient(180deg, rgba(6, 8, 11, 0.92), rgba(6, 8, 11, 0.28) 72%, transparent 100%);
}

.wirewolf-next .site-nav {
  gap: 32px;
  padding: 22px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wirewolf-next .site-nav.is-scrolled {
  margin-top: 10px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(16, 22, 29, 0.92), rgba(10, 12, 15, 0.82)),
    rgba(10, 12, 15, 0.9);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.wirewolf-next .brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
}

.wirewolf-next .brand-wordmark {
  width: clamp(190px, 14vw, 250px);
  height: auto;
}

.wirewolf-next .brand-tagline {
  padding-left: clamp(56px, 4vw, 72px);
  color: rgba(248, 251, 250, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.wirewolf-next .nav-links a {
  color: rgba(248, 251, 250, 0.68);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.wirewolf-next .nav-links a::after {
  background: linear-gradient(90deg, transparent, var(--ww-lime), transparent);
}

.wirewolf-next .nav-links a:hover,
.wirewolf-next .nav-links a.active {
  color: var(--ww-white);
}

.wirewolf-next .button,
.wirewolf-next .button-ghost {
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.wirewolf-next .button {
  color: var(--ww-black);
  background: linear-gradient(135deg, #ddff83 0%, #aaff00 58%, #8fda00 100%);
  box-shadow: 0 18px 42px rgba(170, 255, 0, 0.2);
}

.wirewolf-next .button:hover,
.wirewolf-next .button:focus-visible {
  box-shadow: 0 22px 52px rgba(170, 255, 0, 0.24);
}

.wirewolf-next .button-ghost {
  color: var(--ww-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px) saturate(132%);
  -webkit-backdrop-filter: blur(16px) saturate(132%);
}

.wirewolf-next .button-ghost:hover,
.wirewolf-next .button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.wirewolf-next .next-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wirewolf-next .footer {
  position: relative;
  z-index: 1;
}

.wirewolf-next .next-hero,
.wirewolf-next .next-proof-section,
.wirewolf-next .next-section,
.wirewolf-next .next-band-light,
.wirewolf-next .next-page-hero,
.wirewolf-next .next-cta-section {
  position: relative;
  padding: 104px 0;
  --parallax-deep: 0px;
  --parallax-mid: 0px;
  --parallax-soft: 0px;
}

.wirewolf-next .next-hero {
  min-height: 96vh;
  padding-top: 146px;
}

.wirewolf-next .next-hero-copy {
  position: relative;
}

.wirewolf-next .next-hero-copy::before {
  content: "";
  position: absolute;
  top: -72px;
  left: -120px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(73, 107, 130, 0.2), transparent 68%);
  filter: blur(28px);
  opacity: 0.86;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-soft), 0);
}

.wirewolf-next .next-page-hero {
  padding-top: 156px;
}

.wirewolf-next .next-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(73, 107, 130, 0.22), transparent 30%),
    radial-gradient(circle at 78% 16%, rgba(228, 245, 239, 0.06), transparent 20%),
    radial-gradient(circle at 82% 78%, rgba(170, 255, 0, 0.06), transparent 16%),
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.8px),
    radial-gradient(circle at 19% 30%, rgba(202, 232, 226, 0.64) 0 1px, transparent 1.8px),
    radial-gradient(circle at 27% 46%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.8px),
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.8px),
     radial-gradient(circle at 81% 34%, rgba(202, 232, 226, 0.62) 0 1px, transparent 1.8px),
     radial-gradient(circle at 93% 58%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.8px),
     linear-gradient(180deg, rgba(10, 11, 13, 0), rgba(10, 11, 13, 0.24));
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-deep), 0);
}

.wirewolf-next .next-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 124px 124px;
  mask-image: radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0.9), transparent 88%);
  opacity: 0.28;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-soft), 0);
}

.wirewolf-next .next-hero-grid,
.wirewolf-next .next-page-grid,
.wirewolf-next .next-alpha-grid,
.wirewolf-next .next-contact-grid,
.wirewolf-next .next-split-grid {
  display: grid;
  gap: 24px;
}

.wirewolf-next .next-hero-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  align-items: center;
}

.wirewolf-next .next-page-grid,
.wirewolf-next .next-contact-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.88fr);
  align-items: start;
}

.wirewolf-next .next-alpha-grid,
.wirewolf-next .next-split-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: stretch;
}

.wirewolf-next .next-head {
  max-width: 980px;
  margin-bottom: 32px;
}

.wirewolf-next .next-eyebrow,
.wirewolf-next .next-card-label,
.wirewolf-next .next-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 251, 250, 0.84);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wirewolf-next .next-eyebrow::before,
.wirewolf-next .next-card-label::before,
.wirewolf-next .next-panel-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ww-lime);
  box-shadow: 0 0 16px rgba(170, 255, 0, 0.22);
}

.wirewolf-next .next-kicker,
.wirewolf-next .next-page-copy,
.wirewolf-next .next-section-copy,
.wirewolf-next .next-card-copy,
.wirewolf-next .next-lede,
.wirewolf-next .footer-copy,
.wirewolf-next .form-note {
  color: var(--ww-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

.wirewolf-next .next-kicker {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.wirewolf-next .next-display,
.wirewolf-next .next-page-title,
.wirewolf-next .next-section-title,
.wirewolf-next .next-card-title {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: -0.065em;
}

.wirewolf-next .next-display {
  max-width: 12.4ch;
  margin-top: 18px;
  font-size: clamp(3rem, 5.2vw, 5.6rem);
  font-weight: 300;
  line-height: 0.96;
}

.wirewolf-next .next-page-title,
.wirewolf-next .next-section-title {
  font-size: clamp(2.8rem, 4.9vw, 5.8rem);
  font-weight: 300;
  line-height: 0.94;
}

.wirewolf-next .next-section-title-compact {
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.wirewolf-next .next-card-title,
.wirewolf-next .next-panel-title {
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.02;
}

.wirewolf-next .next-lede,
.wirewolf-next .next-page-copy {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 1.12rem;
}

.wirewolf-next .next-cta-note {
  max-width: 42ch;
  margin: 16px 0 0;
  color: rgba(226, 238, 241, 0.72);
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.wirewolf-next .next-band-light .next-cta-note,
.wirewolf-next .next-surface-light .next-cta-note {
  color: var(--ww-muted-dark);
}

.wirewolf-next .next-trustline,
.wirewolf-next .next-lane-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wirewolf-next .next-kinetic-text {
  text-wrap: balance;
}

.wirewolf-next .next-kinetic-word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.wirewolf-next .next-kinetic-word {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 1.08em, 0) rotate(7deg);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
  transition:
    opacity 860ms cubic-bezier(0.18, 1, 0.32, 1),
    transform 980ms cubic-bezier(0.18, 1, 0.32, 1),
    filter 860ms ease;
  transition-delay: calc(var(--reveal-delay, 0ms) + (var(--word-index, 0) * 42ms));
}

.wirewolf-next .reveal.is-visible .next-kinetic-word,
.wirewolf-next .next-kinetic-text.is-visible .next-kinetic-word {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0deg);
}

.wirewolf-next .next-hero-points {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-top: 26px;
}

.wirewolf-next .next-hero-point {
  position: relative;
  overflow: hidden;
  padding: 14px 18px 14px 44px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  color: rgba(248, 251, 250, 0.82);
  line-height: 1.68;
}

.wirewolf-next .next-hero-point::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ww-lime);
  box-shadow: 0 0 18px rgba(170, 255, 0, 0.22);
}

.wirewolf-next .next-hero-point::after {
  content: "";
  position: absolute;
  inset: -32% -24%;
  background: linear-gradient(110deg, transparent 0%, rgba(170, 255, 0, 0.02) 36%, rgba(170, 255, 0, 0.14) 50%, rgba(255, 255, 255, 0.12) 58%, transparent 72%);
  pointer-events: none;
  animation: ww-point-sweep 10s ease-in-out infinite;
}

.wirewolf-next .next-hero-point:nth-child(2)::after {
  animation-delay: -3.3s;
}

.wirewolf-next .next-hero-point:nth-child(3)::after {
  animation-delay: -6.6s;
}

.wirewolf-next .next-trustline span,
.wirewolf-next .next-lane-chip {
  position: relative;
  overflow: hidden;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(248, 251, 250, 0.78);
  font-size: 0.9rem;
  animation: ww-chip-float 8.4s ease-in-out infinite;
}

.wirewolf-next .next-trustline span::after,
.wirewolf-next .next-lane-chip::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 50%, rgba(170, 255, 0, 0.15), transparent 26%);
  opacity: 0.28;
  pointer-events: none;
  animation: ww-orb-drift 12s ease-in-out infinite;
}

.wirewolf-next .next-trustline span:nth-child(2),
.wirewolf-next .next-lane-chip:nth-child(2) {
  animation-delay: -2.1s;
}

.wirewolf-next .next-trustline span:nth-child(3),
.wirewolf-next .next-lane-chip:nth-child(3) {
  animation-delay: -4.2s;
}

.wirewolf-next .next-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.wirewolf-next .next-proof-section {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 0 0 40px;
}

.wirewolf-next .next-proof-section::before {
  content: "";
  position: absolute;
  inset: -18px 0 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(73, 107, 130, 0.18), transparent 24%),
    radial-gradient(circle at 84% 70%, rgba(170, 255, 0, 0.05), transparent 18%);
  opacity: 0.56;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-mid), 0);
}

.wirewolf-next .next-proof-ribbon {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 22px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(73, 107, 130, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(17, 24, 31, 0.8), rgba(10, 12, 15, 0.86));
  backdrop-filter: blur(22px) saturate(132%);
  -webkit-backdrop-filter: blur(22px) saturate(132%);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.wirewolf-next .next-proof-ribbon::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  border: 1px solid rgba(170, 255, 0, 0.09);
  background:
    radial-gradient(circle, rgba(170, 255, 0, 0.12), transparent 58%),
    radial-gradient(circle at center, rgba(73, 107, 130, 0.14), transparent 72%);
  opacity: 0.7;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-soft), 0);
  animation: ww-halo-orbit 15s ease-in-out infinite;
}

.wirewolf-next .next-proof-ribbon::before,
.wirewolf-next .next-metric-card::before,
.wirewolf-next .next-command-card::before,
.wirewolf-next .next-surface::before,
.wirewolf-next .next-proof-item::before,
.wirewolf-next .next-cta-card::before,
.wirewolf-next .footer-main::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.78), rgba(170, 255, 0, 0.28), transparent);
  background-size: 220% 100%;
  animation: ww-line-sweep 8.6s ease-in-out infinite;
  pointer-events: none;
}

.wirewolf-next .next-metric-card::after,
.wirewolf-next .next-proof-item::after,
.wirewolf-next .next-surface-dark::after,
.wirewolf-next .next-surface-light::after {
  content: "";
  position: absolute;
  inset: -24%;
  pointer-events: none;
  animation: ww-orb-drift 14s ease-in-out infinite;
  transition: opacity 280ms ease;
}

.wirewolf-next .next-metric-card::after,
.wirewolf-next .next-proof-item::after,
.wirewolf-next .next-surface-dark::after {
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(170, 255, 0, 0.12), transparent 20%),
    radial-gradient(circle at 22% 16%, rgba(143, 197, 230, 0.12), transparent 24%);
  opacity: calc(0.18 + (var(--hover-glow-opacity) * 0.34));
  mix-blend-mode: screen;
}

.wirewolf-next .next-surface-light::after {
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(73, 107, 130, 0.12), transparent 22%),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.3), transparent 20%);
  opacity: calc(0.16 + (var(--hover-glow-opacity) * 0.22));
}

.wirewolf-next .next-metric-card:nth-child(2)::after,
.wirewolf-next .next-proof-item:nth-child(2)::after,
.wirewolf-next .next-surface:nth-child(2)::after {
  animation-delay: -4.5s;
}

.wirewolf-next .next-metric-card:nth-child(3)::after,
.wirewolf-next .next-proof-item:nth-child(3)::after,
.wirewolf-next .next-surface:nth-child(3)::after {
  animation-delay: -8.8s;
}

.wirewolf-next .next-proof-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.wirewolf-next .next-proof-copy .next-card-label,
.wirewolf-next .next-proof-copy .next-card-title,
.wirewolf-next .next-proof-copy .next-card-copy {
  margin: 0;
}

.wirewolf-next .next-proof-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wirewolf-next .next-proof-item {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  min-height: 122px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.wirewolf-next .next-proof-item strong {
  color: var(--ww-white);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.wirewolf-next .next-proof-item span {
  color: rgba(248, 251, 250, 0.66);
  line-height: 1.62;
}

.wirewolf-next .next-metric-card,
.wirewolf-next .next-command-card,
.wirewolf-next .next-surface,
.wirewolf-next .next-proof-item,
.wirewolf-next .next-proof-ribbon,
.wirewolf-next .next-cta-card,
.wirewolf-next .footer-main {
  --glow-x: 50%;
  --glow-y: 50%;
  --hover-glow-opacity: 0;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  will-change: transform;
  backdrop-filter: blur(18px) saturate(126%);
  -webkit-backdrop-filter: blur(18px) saturate(126%);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease,
    border-color 320ms ease,
    background-color 320ms ease;
}

.wirewolf-next .next-metric-card {
  padding: 22px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(10, 12, 15, 0.64);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
}

.wirewolf-next .next-metric-label {
  color: rgba(248, 251, 250, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wirewolf-next .next-metric-value {
  margin-top: 10px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.08em;
}

.wirewolf-next .next-command-card,
.wirewolf-next .next-surface-dark,
.wirewolf-next .next-feature-panel,
.wirewolf-next .next-cta-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(73, 107, 130, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(22, 30, 39, 0.62), rgba(10, 12, 15, 0.68));
  box-shadow: var(--ww-shadow);
}

.wirewolf-next .next-dark-section {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.wirewolf-next .next-dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(73, 107, 130, 0.1), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(228, 245, 239, 0.035), transparent 18%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 10, 14, 0.12), rgba(7, 10, 14, 0.18));
  background-size: auto, auto, 144px 144px, 144px 144px, auto;
  opacity: 0.9;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-soft), 0);
}

.wirewolf-next .next-spotlight-section {
  background: transparent;
}

.wirewolf-next .next-spotlight-section::before {
  background:
    radial-gradient(circle at 14% 16%, rgba(73, 107, 130, 0.12), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(228, 245, 239, 0.035), transparent 18%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.08), rgba(7, 10, 14, 0.16));
  opacity: 1;
}

.wirewolf-next .next-difference-band::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(73, 107, 130, 0.18), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(228, 245, 239, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(237, 247, 242, 0.8), rgba(213, 235, 229, 0.74));
}

.wirewolf-next .next-command-card {
  padding: 34px;
}

.wirewolf-next .next-command-card::after,
.wirewolf-next .next-cta-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  border: 1px solid rgba(170, 255, 0, 0.08);
  background:
    radial-gradient(circle, rgba(170, 255, 0, 0.08), transparent 58%),
    radial-gradient(circle at center, rgba(73, 107, 130, 0.18), transparent 72%);
  opacity: 0.7;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-soft), 0);
  animation: ww-halo-orbit 13s ease-in-out infinite;
}

.wirewolf-next .next-command-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}

.wirewolf-next .next-command-head-no-mark {
  grid-template-columns: minmax(0, 1fr);
}

.wirewolf-next .next-command-mark,
.wirewolf-next .next-feature-mark,
.wirewolf-next .next-alpha-mark {
  width: 92px;
  height: auto;
}

.wirewolf-next .next-command-rows {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.wirewolf-next .next-command-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wirewolf-next .next-command-row strong {
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wirewolf-next .next-command-row span {
  color: rgba(248, 251, 250, 0.78);
  line-height: 1.72;
}

.wirewolf-next .next-band-light {
  overflow: hidden;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px) saturate(132%);
  -webkit-backdrop-filter: blur(20px) saturate(132%);
  color: var(--ww-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(20, 32, 41, 0.06);
}

.wirewolf-next .next-band-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(73, 107, 130, 0.12), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(170, 255, 0, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(236, 247, 242, 0.7), rgba(209, 233, 227, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(20, 32, 41, 0.08);
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-deep), 0);
  z-index: 0;
}

.wirewolf-next .next-band-light::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 32, 41, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 32, 41, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.24), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(170, 255, 0, 0.04), transparent 16%);
  background-size: 132px 132px, 132px 132px, auto, auto;
  opacity: 0.28;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-mid), 0);
  z-index: 0;
}

.wirewolf-next .next-band-light .next-eyebrow,
.wirewolf-next .next-band-light .next-card-label {
  border-color: rgba(20, 32, 41, 0.1);
  background: rgba(255, 255, 255, 0.56);
  color: rgba(20, 32, 41, 0.84);
}

.wirewolf-next .next-band-light .next-section-copy,
.wirewolf-next .next-band-light .next-card-copy,
.wirewolf-next .next-band-light .next-page-copy {
  color: var(--ww-muted-dark);
}

.wirewolf-next .next-band-light .next-section-title,
.wirewolf-next .next-band-light .next-card-title {
  color: var(--ww-ink);
}

.wirewolf-next .next-band-light .next-surface-dark .next-eyebrow,
.wirewolf-next .next-band-light .next-surface-dark .next-card-label,
.wirewolf-next .next-band-light .next-surface-dark .next-panel-label {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 251, 250, 0.84);
}

.wirewolf-next .next-band-light .next-surface-dark .next-section-title,
.wirewolf-next .next-band-light .next-surface-dark .next-card-title,
.wirewolf-next .next-band-light .next-surface-dark .next-panel-title {
  color: var(--ww-white);
}

.wirewolf-next .next-band-light .next-surface-dark .next-section-copy,
.wirewolf-next .next-band-light .next-surface-dark .next-card-copy,
.wirewolf-next .next-band-light .next-surface-dark .next-page-copy,
.wirewolf-next .next-band-light .next-surface-dark .next-kicker {
  color: var(--ww-muted);
}

.wirewolf-next .next-surface-light {
  border: 1px solid rgba(20, 32, 41, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 22px 62px rgba(20, 32, 41, 0.1);
}

.wirewolf-next .next-surface-light .next-eyebrow,
.wirewolf-next .next-surface-light .next-card-label,
.wirewolf-next .next-surface-light .next-panel-label {
  border-color: rgba(20, 32, 41, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(20, 32, 41, 0.84);
}

.wirewolf-next .next-surface-light .next-section-title,
.wirewolf-next .next-surface-light .next-card-title,
.wirewolf-next .next-surface-light .next-panel-title {
  color: var(--ww-ink);
}

.wirewolf-next .next-surface-light .next-section-copy,
.wirewolf-next .next-surface-light .next-card-copy,
.wirewolf-next .next-surface-light .next-page-copy,
.wirewolf-next .next-surface-light .next-kicker {
  color: var(--ww-muted-dark);
}

.wirewolf-next .next-surface {
  padding: 30px;
}

.wirewolf-next .next-story-list {
  display: grid;
  gap: 14px;
}

.wirewolf-next .next-story-item {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wirewolf-next .next-story-item strong {
  color: var(--ww-white);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wirewolf-next .next-story-item span {
  color: var(--ww-muted);
  line-height: 1.7;
}

.wirewolf-next .next-command-row,
.wirewolf-next .next-proof-item,
.wirewolf-next .next-story-item {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 720ms cubic-bezier(0.18, 1, 0.32, 1),
    transform 840ms cubic-bezier(0.18, 1, 0.32, 1),
    filter 720ms ease;
  transition-delay: calc(140ms + (var(--sequence-index, 0) * 72ms));
}

.wirewolf-next .reveal.is-visible .next-command-row,
.wirewolf-next .reveal.is-visible .next-proof-item,
.wirewolf-next .reveal.is-visible .next-story-item {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.wirewolf-next .next-flow-grid,
.wirewolf-next .next-buyer-grid,
.wirewolf-next .next-principle-grid,
.wirewolf-next .next-solution-grid,
.wirewolf-next .next-capability-grid,
.wirewolf-next .next-path-grid,
.wirewolf-next .next-process-grid,
.wirewolf-next .next-mini-grid,
.wirewolf-next .next-page-stack,
.wirewolf-next .next-contact-choices,
.wirewolf-next .next-report-grid,
.wirewolf-next .next-alpha-stack {
  display: grid;
  gap: 18px;
}

.wirewolf-next .next-flow-grid {
  grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 0.96fr));
}

.wirewolf-next .next-flow-intro {
  grid-row: span 2;
}

.wirewolf-next .next-buyer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wirewolf-next .next-buyer-card-wide {
  grid-column: span 2;
}

.wirewolf-next .next-principle-grid,
.wirewolf-next .next-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wirewolf-next .next-solution-grid,
.wirewolf-next .next-path-grid,
.wirewolf-next .next-process-grid,
.wirewolf-next .next-report-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wirewolf-next .next-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wirewolf-next .next-page-stack,
.wirewolf-next .next-contact-choices,
.wirewolf-next .next-alpha-stack,
.wirewolf-next .next-mini-grid {
  grid-template-columns: minmax(0, 1fr);
}

.wirewolf-next .next-feature-panel {
  display: grid;
  align-content: start;
  gap: 20px;
}

@media (min-width: 781px) {
  .wirewolf-next .next-head {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
    gap: 18px 54px;
    align-items: end;
    max-width: none;
    margin-bottom: 42px;
  }

  .wirewolf-next .next-head .next-eyebrow {
    grid-column: 1 / -1;
  }

  .wirewolf-next .next-head .next-eyebrow {
    transform: translate3d(calc(var(--section-shift, 0px) * -0.18), 0, 0);
  }

  .wirewolf-next .next-head .next-section-title {
    max-width: 10.4ch;
    transform: translate3d(calc(var(--section-shift, 0px) * -0.36), 0, 0);
  }

  .wirewolf-next .next-head .next-section-copy {
    max-width: 34ch;
    margin: 0;
    justify-self: end;
    transform: translate3d(calc(var(--section-shift, 0px) * 0.28), 0, 0);
  }

  .wirewolf-next .next-metric-strip {
    gap: 0;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wirewolf-next .next-metric-card {
    padding: 6px 28px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .wirewolf-next .next-metric-card + .next-metric-card {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wirewolf-next .next-metric-card::before,
  .wirewolf-next .next-metric-card::after {
    display: none;
  }

  .wirewolf-next .next-hero-points {
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wirewolf-next .next-hero-point {
    padding: 16px 0 16px 24px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: transparent;
  }

  .wirewolf-next .next-hero-point:first-child {
    border-top: 0;
  }

  .wirewolf-next .next-hero-point::before {
    left: 2px;
    top: 22px;
  }

  .wirewolf-next .next-hero-point::after {
    display: none;
  }

  .wirewolf-next .next-proof-track,
  .wirewolf-next .next-principle-grid,
  .wirewolf-next .next-flow-grid,
  .wirewolf-next .next-solution-grid,
  .wirewolf-next .next-path-grid,
  .wirewolf-next .next-capability-grid,
  .wirewolf-next .next-process-grid,
  .wirewolf-next .next-report-grid,
  .wirewolf-next .next-faq-grid,
  .wirewolf-next .next-mini-grid,
  .wirewolf-next .next-page-stack,
  .wirewolf-next .next-contact-choices {
    gap: 22px 26px;
  }

  .wirewolf-next .next-proof-ribbon {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 34px;
    padding: 30px 34px;
  }

  .wirewolf-next .next-proof-copy {
    gap: 18px;
    align-content: end;
  }

  .wirewolf-next .next-proof-copy .next-card-title {
    max-width: 9.6ch;
    font-size: clamp(2rem, 3vw, 3.3rem);
    line-height: 0.94;
  }

  .wirewolf-next .next-proof-copy .next-card-copy {
    max-width: 34ch;
  }

  .wirewolf-next .next-proof-item,
  .wirewolf-next .next-page-stack .next-surface,
  .wirewolf-next .next-principle-grid .next-surface,
  .wirewolf-next .next-solution-grid .next-surface,
  .wirewolf-next .next-path-grid .next-surface,
  .wirewolf-next .next-contact-choices .next-surface-light,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro),
  .wirewolf-next .next-capability-grid .next-surface,
  .wirewolf-next .next-process-grid .next-surface,
  .wirewolf-next .next-report-grid .next-surface,
  .wirewolf-next .next-faq-grid .next-surface,
  .wirewolf-next .next-mini-grid .next-surface {
    --editorial-divider: rgba(255, 255, 255, 0.08);
    --editorial-accent: rgba(170, 255, 0, 0.24);
    padding: 22px 8px 4px 18px;
    min-height: auto;
    border: 0;
    border-top: 1px solid var(--editorial-divider);
    border-left: 1px solid var(--editorial-accent);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  .wirewolf-next .next-proof-item strong {
    font-size: 1.08rem;
  }

  .wirewolf-next .next-page-stack .next-surface,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro),
  .wirewolf-next .next-process-grid .next-surface,
  .wirewolf-next .next-report-grid .next-surface,
  .wirewolf-next .next-mini-grid .next-surface,
  .wirewolf-next .next-proof-item {
    --editorial-divider: rgba(255, 255, 255, 0.08);
    --editorial-accent: rgba(170, 255, 0, 0.24);
  }

  .wirewolf-next .next-capability-grid .next-surface,
  .wirewolf-next .next-principle-grid .next-surface,
  .wirewolf-next .next-solution-grid .next-surface,
  .wirewolf-next .next-path-grid .next-surface,
  .wirewolf-next .next-contact-choices .next-surface-light,
  .wirewolf-next .next-faq-grid .next-surface {
    --editorial-divider: rgba(20, 32, 41, 0.14);
    --editorial-accent: rgba(73, 107, 130, 0.28);
  }

  .wirewolf-next .next-proof-item::before,
  .wirewolf-next .next-proof-item::after,
  .wirewolf-next .next-page-stack .next-surface::before,
  .wirewolf-next .next-page-stack .next-surface::after,
  .wirewolf-next .next-principle-grid .next-surface::before,
  .wirewolf-next .next-principle-grid .next-surface::after,
  .wirewolf-next .next-solution-grid .next-surface::before,
  .wirewolf-next .next-solution-grid .next-surface::after,
  .wirewolf-next .next-path-grid .next-surface::before,
  .wirewolf-next .next-path-grid .next-surface::after,
  .wirewolf-next .next-contact-choices .next-surface-light::before,
  .wirewolf-next .next-contact-choices .next-surface-light::after,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro)::before,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro)::after,
  .wirewolf-next .next-capability-grid .next-surface::before,
  .wirewolf-next .next-capability-grid .next-surface::after,
  .wirewolf-next .next-process-grid .next-surface::before,
  .wirewolf-next .next-process-grid .next-surface::after,
  .wirewolf-next .next-report-grid .next-surface::before,
  .wirewolf-next .next-report-grid .next-surface::after,
  .wirewolf-next .next-faq-grid .next-surface::before,
  .wirewolf-next .next-faq-grid .next-surface::after,
  .wirewolf-next .next-mini-grid .next-surface::before,
  .wirewolf-next .next-mini-grid .next-surface::after {
    display: none;
  }

  .wirewolf-next .next-page-stack .next-card-label,
  .wirewolf-next .next-principle-grid .next-card-label,
  .wirewolf-next .next-solution-grid .next-card-label,
  .wirewolf-next .next-path-grid .next-card-label,
  .wirewolf-next .next-contact-choices .next-surface-light .next-card-label,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro) .next-card-label,
  .wirewolf-next .next-capability-grid .next-card-label,
  .wirewolf-next .next-process-grid .next-card-label,
  .wirewolf-next .next-report-grid .next-card-label,
  .wirewolf-next .next-mini-grid .next-card-label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }

  .wirewolf-next .next-faq-grid .next-card-label {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--ww-ink);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.18rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.24;
    text-transform: none;
  }

  .wirewolf-next .next-faq-grid .next-card-label::before {
    display: none;
  }

  .wirewolf-next .next-faq-grid .next-card-copy {
    margin-top: 12px;
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light .next-card-label {
    color: rgba(248, 251, 250, 0.84);
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light .next-card-title {
    color: var(--ww-white);
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light .next-card-copy {
    color: var(--ww-muted);
  }

  .wirewolf-next .next-metric-strip .next-metric-card:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
  }

  .wirewolf-next .next-proof-item:hover,
  .wirewolf-next .next-page-stack .next-surface:hover,
  .wirewolf-next .next-principle-grid .next-surface:hover,
  .wirewolf-next .next-solution-grid .next-surface:hover,
  .wirewolf-next .next-path-grid .next-surface:hover,
  .wirewolf-next .next-contact-choices .next-surface-light:hover,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro):hover,
  .wirewolf-next .next-capability-grid .next-surface:hover,
  .wirewolf-next .next-process-grid .next-surface:hover,
  .wirewolf-next .next-report-grid .next-surface:hover,
  .wirewolf-next .next-faq-grid .next-surface:hover,
  .wirewolf-next .next-mini-grid .next-surface:hover {
    transform: translateY(-2px);
    box-shadow: none;
    border-top-color: var(--editorial-accent);
    border-left-color: var(--editorial-accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .next-kinetic-word,
  .wirewolf-next .next-command-row,
  .wirewolf-next .next-proof-item,
  .wirewolf-next .next-story-item {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .wirewolf-next .next-head .next-eyebrow,
  .wirewolf-next .next-head .next-section-title,
  .wirewolf-next .next-head .next-section-copy {
    transform: none;
  }
}

.wirewolf-next .next-alpha-feature {
  display: grid;
  align-content: space-between;
  gap: 20px;
  min-height: 100%;
}

.wirewolf-next .next-alpha-mark {
  justify-self: end;
  align-self: end;
}

.wirewolf-next .next-contact-grid {
  align-items: start;
}

.wirewolf-next .next-form-card {
  padding: 34px;
}

.wirewolf-next .next-form-card .field-grid {
  margin-top: 22px;
}

.wirewolf-next .next-form-card .form-field label {
  color: rgba(248, 251, 250, 0.82);
}

.wirewolf-next .next-form-card .form-field input,
.wirewolf-next .next-form-card .form-field textarea,
.wirewolf-next .next-form-card .form-field select {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ww-white);
}

.wirewolf-next .next-form-card .form-field input::placeholder,
.wirewolf-next .next-form-card .form-field textarea::placeholder {
  color: rgba(248, 251, 250, 0.42);
}

.wirewolf-next .next-form-card .form-note {
  margin-top: 18px;
}

.wirewolf-next .next-cta-section {
  padding-top: 0;
}

.wirewolf-next .next-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 40px;
}

@keyframes ww-star-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -56px, 0);
  }
}

@keyframes ww-star-drift-reverse {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 44px, 0);
  }
}

@keyframes ww-nebula-breathe {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0.72;
  }
  100% {
    transform: scale(1.06) translate3d(0, -18px, 0);
    opacity: 0.96;
  }
}

@keyframes ww-star-twinkle-real {
  0%,
  100% {
    opacity: var(--star-opacity-low);
  }
  50% {
    opacity: var(--star-opacity-high);
  }
}

@keyframes ww-star-shift-real {
  0% {
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    transform: translate3d(calc(-50% + var(--star-drift-x)), calc(-50% + var(--star-drift-y)), 0);
  }
}

.wirewolf-next .footer {
  padding: 0 0 44px;
}

.wirewolf-next .footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(17, 24, 31, 0.96), rgba(10, 12, 15, 0.98)),
    rgba(10, 12, 15, 0.98);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.wirewolf-next .footer-copy,
.wirewolf-next .footer-meta {
  color: rgba(248, 251, 250, 0.66);
}

.wirewolf-next .footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 18px 28px;
  align-content: start;
}

.wirewolf-next .footer-links a {
  color: rgba(248, 251, 250, 0.74);
}

.wirewolf-next .footer-links a:hover,
.wirewolf-next .footer-links a:focus-visible,
.wirewolf-next .footer-meta a {
  color: var(--ww-white);
}

@media (hover: hover) {
  .wirewolf-next .next-metric-card,
  .wirewolf-next .next-command-card,
  .wirewolf-next .next-surface,
  .wirewolf-next .next-proof-item,
  .wirewolf-next .next-cta-card {
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease,
      background-color 220ms ease;
  }

  .wirewolf-next .next-metric-card:hover,
  .wirewolf-next .next-command-card:hover,
  .wirewolf-next .next-surface:hover,
  .wirewolf-next .next-proof-item:hover,
  .wirewolf-next .next-cta-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170, 255, 0, 0.16);
    box-shadow: 0 34px 92px rgba(0, 0, 0, 0.24);
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .next-proof-ribbon {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .next-hero-grid,
  .wirewolf-next .next-page-grid,
  .wirewolf-next .next-alpha-grid,
  .wirewolf-next .next-contact-grid,
  .wirewolf-next .next-split-grid,
  .wirewolf-next .next-cta-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .next-principle-grid,
  .wirewolf-next .next-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .wirewolf-next .next-flow-intro {
    grid-column: span 2;
    grid-row: auto;
  }

  .wirewolf-next .next-buyer-grid,
  .wirewolf-next .next-solution-grid,
  .wirewolf-next .next-path-grid,
  .wirewolf-next .next-process-grid,
  .wirewolf-next .next-report-grid,
  .wirewolf-next .next-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wirewolf-next .next-buyer-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .wirewolf-next .section-shell,
  .wirewolf-next .nav-shell,
  .wirewolf-next .footer-shell {
    width: min(1560px, calc(100% - 28px));
  }

  .wirewolf-next .next-hero,
  .wirewolf-next .next-section,
  .wirewolf-next .next-band-light,
  .wirewolf-next .next-page-hero,
  .wirewolf-next .next-cta-section {
    padding: 84px 0;
  }

  .wirewolf-next .next-hero {
    min-height: auto;
    padding-top: 128px;
  }

  .wirewolf-next .next-page-hero {
    padding-top: 136px;
  }

  .wirewolf-next .next-display {
    max-width: 11.4ch;
  }

  .wirewolf-next .next-metric-strip,
  .wirewolf-next .next-principle-grid,
  .wirewolf-next .next-capability-grid,
  .wirewolf-next .next-flow-grid,
  .wirewolf-next .next-buyer-grid,
  .wirewolf-next .next-solution-grid,
  .wirewolf-next .next-path-grid,
  .wirewolf-next .next-process-grid,
  .wirewolf-next .next-report-grid,
  .wirewolf-next .next-faq-grid,
  .wirewolf-next .next-proof-track {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .next-buyer-card-wide,
  .wirewolf-next .next-flow-intro {
    grid-column: auto;
  }

  .wirewolf-next .next-command-card,
  .wirewolf-next .next-surface,
  .wirewolf-next .next-metric-card,
  .wirewolf-next .next-form-card,
  .wirewolf-next .next-proof-ribbon,
  .wirewolf-next .next-proof-item,
  .wirewolf-next .footer-main {
    padding: 24px;
  }

  .wirewolf-next .next-command-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .wirewolf-next .brand-wordmark {
    width: 188px;
  }

  .wirewolf-next .brand-tagline {
    padding-left: 54px;
  }

  .wirewolf-next .brand-lockup {
    max-width: calc(100% - 76px);
  }

  .wirewolf-next .nav-actions {
    display: none;
    width: 100%;
    justify-content: stretch;
    margin-top: 10px;
  }

  .wirewolf-next .nav-links.is-open + .nav-actions {
    display: flex;
  }

  .wirewolf-next .nav-actions .button {
    width: 100%;
  }

  .wirewolf-next .nav-links {
    background:
      linear-gradient(180deg, rgba(17, 24, 31, 0.98), rgba(10, 12, 15, 0.98)),
      rgba(10, 12, 15, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
  }
}

@media (max-width: 780px) {
  .wirewolf-next .next-flow-grid,
  .wirewolf-next .next-capability-grid,
  .wirewolf-next .next-process-grid,
  .wirewolf-next .next-report-grid,
  .wirewolf-next .next-faq-grid,
  .wirewolf-next .next-proof-track,
  .wirewolf-next .next-mini-grid {
    gap: 0;
  }

  .wirewolf-next .next-metric-strip {
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wirewolf-next .next-metric-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 16px;
    padding: 18px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .wirewolf-next .next-metric-card + .next-metric-card {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wirewolf-next .next-metric-card::before,
  .wirewolf-next .next-metric-card::after {
    display: none;
  }

  .wirewolf-next .next-metric-value {
    margin-top: 0;
    justify-self: end;
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .wirewolf-next .next-hero-points {
    gap: 0;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wirewolf-next .next-hero-point {
    padding: 18px 0 18px 24px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: transparent;
  }

  .wirewolf-next .next-hero-point:first-child {
    border-top: 0;
  }

  .wirewolf-next .next-hero-point::before {
    left: 2px;
    top: 24px;
  }

  .wirewolf-next .next-hero-point::after {
    display: none;
  }

  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro),
  .wirewolf-next .next-page-stack .next-surface,
  .wirewolf-next .next-principle-grid .next-surface,
  .wirewolf-next .next-solution-grid .next-surface,
  .wirewolf-next .next-path-grid .next-surface,
  .wirewolf-next .next-contact-choices .next-surface-light,
  .wirewolf-next .next-capability-grid .next-surface,
  .wirewolf-next .next-process-grid .next-surface,
  .wirewolf-next .next-report-grid .next-surface,
  .wirewolf-next .next-faq-grid .next-surface,
  .wirewolf-next .next-mini-grid .next-surface,
  .wirewolf-next .next-proof-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid var(--row-divider, rgba(255, 255, 255, 0.08));
    border-left: 2px solid var(--row-accent, rgba(170, 255, 0, 0.22));
    padding: 22px 0 22px 18px;
    min-height: auto;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro)::before,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro)::after,
  .wirewolf-next .next-page-stack .next-surface::before,
  .wirewolf-next .next-page-stack .next-surface::after,
  .wirewolf-next .next-principle-grid .next-surface::before,
  .wirewolf-next .next-principle-grid .next-surface::after,
  .wirewolf-next .next-solution-grid .next-surface::before,
  .wirewolf-next .next-solution-grid .next-surface::after,
  .wirewolf-next .next-path-grid .next-surface::before,
  .wirewolf-next .next-path-grid .next-surface::after,
  .wirewolf-next .next-contact-choices .next-surface-light::before,
  .wirewolf-next .next-contact-choices .next-surface-light::after,
  .wirewolf-next .next-capability-grid .next-surface::before,
  .wirewolf-next .next-capability-grid .next-surface::after,
  .wirewolf-next .next-process-grid .next-surface::before,
  .wirewolf-next .next-process-grid .next-surface::after,
  .wirewolf-next .next-report-grid .next-surface::before,
  .wirewolf-next .next-report-grid .next-surface::after,
  .wirewolf-next .next-faq-grid .next-surface::before,
  .wirewolf-next .next-faq-grid .next-surface::after,
  .wirewolf-next .next-mini-grid .next-surface::before,
  .wirewolf-next .next-mini-grid .next-surface::after,
  .wirewolf-next .next-proof-item::before,
  .wirewolf-next .next-proof-item::after {
    display: none;
  }

  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro),
  .wirewolf-next .next-page-stack .next-surface,
  .wirewolf-next .next-process-grid .next-surface,
  .wirewolf-next .next-report-grid .next-surface,
  .wirewolf-next .next-mini-grid .next-surface,
  .wirewolf-next .next-proof-item {
    --row-divider: rgba(255, 255, 255, 0.08);
    --row-accent: rgba(170, 255, 0, 0.24);
  }

  .wirewolf-next .next-principle-grid .next-surface,
  .wirewolf-next .next-solution-grid .next-surface,
  .wirewolf-next .next-path-grid .next-surface,
  .wirewolf-next .next-contact-choices .next-surface-light,
  .wirewolf-next .next-capability-grid .next-surface,
  .wirewolf-next .next-faq-grid .next-surface {
    --row-divider: rgba(20, 32, 41, 0.12);
    --row-accent: rgba(73, 107, 130, 0.26);
  }

  .wirewolf-next .next-page-stack .next-card-label,
  .wirewolf-next .next-principle-grid .next-card-label,
  .wirewolf-next .next-solution-grid .next-card-label,
  .wirewolf-next .next-path-grid .next-card-label,
  .wirewolf-next .next-contact-choices .next-surface-light .next-card-label,
  .wirewolf-next .next-flow-grid .next-surface:not(.next-flow-intro) .next-card-label,
  .wirewolf-next .next-capability-grid .next-card-label,
  .wirewolf-next .next-process-grid .next-card-label,
  .wirewolf-next .next-report-grid .next-card-label,
  .wirewolf-next .next-mini-grid .next-card-label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }

  .wirewolf-next .next-faq-grid .next-card-label {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--ww-ink);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.14rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.24;
    text-transform: none;
  }

  .wirewolf-next .next-faq-grid .next-card-label::before {
    display: none;
  }

  .wirewolf-next .next-faq-grid .next-card-copy {
    margin-top: 10px;
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light {
    --row-divider: rgba(255, 255, 255, 0.08);
    --row-accent: rgba(170, 255, 0, 0.24);
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light .next-card-label {
    color: rgba(248, 251, 250, 0.84);
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light .next-card-title {
    color: var(--ww-white);
  }

  .wirewolf-next .next-spotlight-section .next-mini-grid .next-surface-light .next-card-copy {
    color: var(--ww-muted);
  }

  .wirewolf-next .next-proof-ribbon {
    padding: 24px 20px;
  }
}

@media (max-width: 640px) {
  .wirewolf-next .brand-wordmark {
    width: 160px;
  }

  .wirewolf-next .brand-tagline {
    padding-left: 46px;
    font-size: 0.58rem;
    letter-spacing: 0.2em;
  }

  .wirewolf-next .next-display {
    font-size: clamp(3.2rem, 14vw, 5.2rem);
  }

  .wirewolf-next .next-page-title,
  .wirewolf-next .next-section-title {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .wirewolf-next .next-kicker,
  .wirewolf-next .next-page-copy,
  .wirewolf-next .next-section-copy,
  .wirewolf-next .next-card-copy,
  .wirewolf-next .next-lede,
  .wirewolf-next .footer-copy,
  .wirewolf-next .form-note {
    font-size: 1rem;
  }

  .wirewolf-next .next-lede,
  .wirewolf-next .next-page-copy {
    font-size: 1.04rem;
  }

  .wirewolf-next .button-row {
    width: 100%;
  }

  .wirewolf-next .button-row .button,
  .wirewolf-next .button-row .button-ghost {
    width: 100%;
  }

  .wirewolf-next .footer-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .footer-links {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .wirewolf-next .next-sky-plane--near {
    opacity: 0.58;
  }

  .wirewolf-next .next-sky-plane--foreground {
    opacity: 0.12;
  }
}

/* Platform page redesign
   ===================================================== */

.wirewolf-next.site-platform {
  background:
    radial-gradient(circle at 82% 12%, rgba(170, 255, 0, 0.1), transparent 20%),
    radial-gradient(circle at 12% 18%, rgba(73, 107, 130, 0.2), transparent 28%),
    linear-gradient(180deg, #05070a 0%, #0a0d11 48%, #090d12 100%);
}

.wirewolf-next .platform-page {
  overflow: hidden;
}

.wirewolf-next .platform-page .section-shell {
  width: min(1660px, calc(100% - 72px));
  transform: none;
}

.wirewolf-next .platform-hero,
.wirewolf-next .platform-operate,
.wirewolf-next .platform-surfaces,
.wirewolf-next .platform-control,
.wirewolf-next .platform-buyers,
.wirewolf-next .platform-start {
  position: relative;
  isolation: isolate;
  padding: clamp(74px, 9vh, 104px) 0;
}

.wirewolf-next .platform-hero {
  min-height: 100vh;
  padding-top: 146px;
  display: grid;
  align-items: center;
}

.wirewolf-next .platform-hero::before,
.wirewolf-next .platform-surfaces::before,
.wirewolf-next .platform-control::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(73, 107, 130, 0.18), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(170, 255, 0, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.2), rgba(5, 7, 10, 0.84));
}

.wirewolf-next .platform-hero-grid,
.wirewolf-next .platform-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
}

.wirewolf-next .platform-hero-copy {
  max-width: 760px;
}

.wirewolf-next .platform-title,
.wirewolf-next .platform-section-title {
  margin: 0;
  color: var(--ww-white);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.wirewolf-next .platform-title {
  max-width: 11.6ch;
  margin-top: 26px;
  font-size: clamp(4.2rem, 6.25vw, 7rem);
  line-height: 0.92;
}

.wirewolf-next .platform-title span,
.wirewolf-next .platform-section-title span {
  color: var(--ww-lime);
}

.wirewolf-next .platform-lede,
.wirewolf-next .platform-section-copy,
.wirewolf-next .platform-start-panel > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(248, 251, 250, 0.72);
  font-size: clamp(1.05rem, 1.18vw, 1.18rem);
  line-height: 1.62;
}

.wirewolf-next .platform-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.wirewolf-next .platform-hero-points span {
  padding: 10px 0 8px;
  border-top: 1px solid rgba(170, 255, 0, 0.48);
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wirewolf-next .platform-command-visual {
  position: relative;
  isolation: isolate;
  min-height: min(58vh, 570px);
  border: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(170, 255, 0, 0.12), transparent 28%),
    radial-gradient(circle at 70% 52%, rgba(202, 232, 226, 0.08), transparent 24%);
  box-shadow: none;
  overflow: hidden;
}

.wirewolf-next .platform-command-visual::before {
  content: "";
  position: absolute;
  inset: 58px 42px 46px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: rotate(-11deg);
  opacity: 0.58;
}

.wirewolf-next .platform-command-visual::after {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.08) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(255, 255, 255, 0.06) 50%, transparent 50.2%);
  background-size: 180px 180px;
  opacity: 0.1;
  mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.78), transparent 68%);
}

.wirewolf-next .platform-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(170, 255, 0, 0.22);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.wirewolf-next .platform-orbit-one {
  width: 72%;
  height: 48%;
  left: 14%;
  top: 26%;
}

.wirewolf-next .platform-orbit-two {
  width: 52%;
  height: 34%;
  right: 10%;
  bottom: 18%;
  border-color: rgba(202, 232, 226, 0.18);
  transform: rotate(18deg);
}

.wirewolf-next .platform-record-card,
.wirewolf-next .platform-record-node {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 7, 10, 0.96);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24);
}

.wirewolf-next .platform-record-card-main {
  left: 50%;
  top: 50%;
  width: min(300px, 44%);
  padding: 22px;
  transform: translate(-50%, -50%);
  border: 0;
  background: linear-gradient(135deg, #d8ff82 0%, #aaff00 68%, #8fda00 100%);
  box-shadow:
    0 0 44px rgba(170, 255, 0, 0.24),
    0 28px 76px rgba(0, 0, 0, 0.32);
}

.wirewolf-next .platform-record-card span,
.wirewolf-next .platform-record-node,
.wirewolf-next .platform-control-stack span,
.wirewolf-next .platform-problem-card span,
.wirewolf-next .platform-surface-card span,
.wirewolf-next .platform-buyer-grid span {
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .platform-record-card span {
  color: rgba(5, 7, 10, 0.72);
}

.wirewolf-next .platform-record-card strong {
  display: block;
  margin-top: 12px;
  color: #05070a;
  font-size: clamp(1.18rem, 1.36vw, 1.48rem);
  font-weight: 600;
  line-height: 1.12;
  opacity: 1;
  text-shadow: none;
}

.wirewolf-next .platform-record-node {
  min-width: 130px;
  padding: 14px 18px;
  text-align: center;
}

.wirewolf-next .platform-node-scope {
  left: 8%;
  top: 16%;
}

.wirewolf-next .platform-node-test {
  right: 9%;
  top: 20%;
}

.wirewolf-next .platform-node-evidence {
  left: 14%;
  bottom: 18%;
}

.wirewolf-next .platform-node-report {
  right: 14%;
  bottom: 14%;
}

.wirewolf-next .platform-record-line {
  position: absolute;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.82), transparent);
  transform-origin: left center;
}

.wirewolf-next .line-a {
  left: 19%;
  top: 30%;
  width: 58%;
  transform: rotate(11deg);
}

.wirewolf-next .line-b {
  left: 24%;
  bottom: 30%;
  width: 52%;
  transform: rotate(-10deg);
}

.wirewolf-next .line-c {
  left: 47%;
  top: 24%;
  width: 38%;
  transform: rotate(70deg);
  opacity: 0.7;
}

.wirewolf-next .platform-operate,
.wirewolf-next .platform-buyers {
  color: var(--ww-ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(170, 255, 0, 0.16), transparent 18%),
    radial-gradient(circle at 12% 18%, rgba(73, 107, 130, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(228, 245, 239, 0.94), rgba(197, 214, 210, 0.9));
}

.wirewolf-next .platform-section-head {
  max-width: 900px;
  margin-bottom: clamp(32px, 5vh, 52px);
}

.wirewolf-next .platform-section-head-right {
  margin-left: auto;
  text-align: right;
}

.wirewolf-next .platform-operate .platform-section-title,
.wirewolf-next .platform-buyers .platform-section-title {
  color: var(--ww-ink);
}

.wirewolf-next .platform-operate .platform-section-copy,
.wirewolf-next .platform-buyers .platform-section-copy {
  margin-left: auto;
  color: rgba(20, 32, 41, 0.72);
}

.wirewolf-next .platform-section-title {
  max-width: 12.8ch;
  font-size: clamp(3rem, 4.7vw, 5.8rem);
  line-height: 0.96;
}

.wirewolf-next .platform-section-head-right .platform-section-title {
  margin-left: auto;
}

.wirewolf-next .platform-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(20, 32, 41, 0.14);
  border-bottom: 1px solid rgba(20, 32, 41, 0.14);
}

.wirewolf-next .platform-problem-card {
  min-height: 230px;
  padding: 28px;
  border-left: 1px solid rgba(20, 32, 41, 0.14);
}

.wirewolf-next .platform-problem-card:first-child {
  border-left: 0;
}

.wirewolf-next .platform-problem-card h3,
.wirewolf-next .platform-buyer-grid h3 {
  margin: 18px 0 0;
  color: var(--ww-ink);
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.wirewolf-next .platform-problem-card.is-active {
  color: var(--ww-white);
  background:
    linear-gradient(180deg, rgba(11, 16, 21, 0.95), rgba(6, 8, 11, 0.98)),
    var(--ww-night);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.wirewolf-next .platform-problem-card.is-active h3 {
  color: var(--ww-white);
}

.wirewolf-next .platform-surfaces {
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.98), rgba(8, 12, 16, 0.98));
}

.wirewolf-next .platform-surface-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wirewolf-next .platform-surface-card {
  min-height: 250px;
  padding: 28px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.wirewolf-next .platform-surface-card:first-child {
  border-left: 0;
}

.wirewolf-next .platform-surface-card h3,
.wirewolf-next .platform-control-stack strong {
  display: block;
  margin: 18px 0 0;
  color: var(--ww-white);
  font-size: clamp(1.48rem, 1.75vw, 2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.wirewolf-next .platform-surface-card p {
  margin: 18px 0 0;
  color: rgba(248, 251, 250, 0.68);
  font-size: 1rem;
  line-height: 1.58;
}

.wirewolf-next .platform-control {
  background:
    radial-gradient(circle at 70% 40%, rgba(170, 255, 0, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(8, 12, 16, 0.98), rgba(5, 7, 10, 0.98));
}

.wirewolf-next .platform-control-stack {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wirewolf-next .platform-control-stack article {
  padding: 28px 0 30px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 2px solid rgba(170, 255, 0, 0.34);
}

.wirewolf-next .platform-buyers {
  padding-top: clamp(68px, 8vh, 92px);
}

.wirewolf-next .platform-buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wirewolf-next .platform-buyer-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(20, 32, 41, 0.12);
  background: rgba(255, 255, 255, 0.24);
}

.wirewolf-next .platform-start {
  padding-top: 0;
  background: linear-gradient(180deg, rgba(197, 214, 210, 0.9), rgba(5, 7, 10, 0.98) 56%);
}

.wirewolf-next .platform-start-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr) auto;
  gap: 34px;
  align-items: end;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(16, 24, 30, 0.86), rgba(5, 7, 10, 0.94)),
    rgba(5, 7, 10, 0.94);
}

.wirewolf-next .platform-start-panel .platform-section-title {
  max-width: 15ch;
  font-size: clamp(2rem, 2.35vw, 3.15rem);
  line-height: 1;
}

.wirewolf-next .platform-start-panel > p {
  margin: 0;
}

.wirewolf-next .platform-start-panel .button-row {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .wirewolf-next .platform-page .section-shell {
    width: min(1560px, calc(100% - 48px));
  }

  .wirewolf-next .platform-hero-grid,
  .wirewolf-next .platform-control-grid,
  .wirewolf-next .platform-start-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .platform-command-visual {
    min-height: 520px;
  }

  .wirewolf-next .platform-problem-grid,
  .wirewolf-next .platform-buyer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .platform-problem-card,
  .wirewolf-next .platform-problem-card:first-child {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(20, 32, 41, 0.14);
  }

  .wirewolf-next .platform-problem-card:first-child {
    border-top: 0;
  }

  .wirewolf-next .platform-surface-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wirewolf-next .platform-surface-card:nth-child(odd) {
    border-left: 0;
  }

  .wirewolf-next .platform-surface-card:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 780px) {
  .wirewolf-next .platform-page .section-shell {
    width: min(1560px, calc(100% - 28px));
  }

  .wirewolf-next .platform-hero,
  .wirewolf-next .platform-operate,
  .wirewolf-next .platform-surfaces,
  .wirewolf-next .platform-control,
  .wirewolf-next .platform-buyers,
  .wirewolf-next .platform-start {
    padding: 68px 0;
  }

  .wirewolf-next .platform-hero {
    min-height: auto;
    padding-top: 132px;
  }

  .wirewolf-next .platform-title {
    font-size: clamp(3.2rem, 12vw, 5rem);
  }

  .wirewolf-next .platform-section-title {
    font-size: clamp(2.7rem, 10vw, 4rem);
  }

  .wirewolf-next .platform-section-head-right {
    margin-left: 0;
    text-align: left;
  }

  .wirewolf-next .platform-section-head-right .platform-section-title,
  .wirewolf-next .platform-operate .platform-section-copy,
  .wirewolf-next .platform-buyers .platform-section-copy {
    margin-left: 0;
  }

  .wirewolf-next .platform-hero-points {
    display: grid;
  }

  .wirewolf-next .platform-command-visual {
    min-height: 430px;
  }

  .wirewolf-next .platform-record-card-main {
    width: min(330px, 72%);
  }

  .wirewolf-next .platform-record-node {
    min-width: 112px;
    padding: 12px 14px;
    font-size: 0.66rem;
  }

  .wirewolf-next .platform-surface-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .platform-surface-card,
  .wirewolf-next .platform-surface-card:first-child,
  .wirewolf-next .platform-surface-card:nth-child(odd),
  .wirewolf-next .platform-surface-card:nth-child(n + 3) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .wirewolf-next .platform-surface-card:first-child {
    border-top: 0;
  }

  .wirewolf-next .platform-control-stack article {
    padding-left: 22px;
  }

  .wirewolf-next .platform-start {
    padding-top: 0;
  }

  .wirewolf-next .platform-start-panel {
    padding: 24px;
  }
}

/* Alpha command center prototype
   ===================================================== */

.wirewolf-next .alpha-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 18px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(4, 6, 8, 0.3), rgba(10, 11, 13, 0.92)),
    linear-gradient(90deg, rgba(10, 11, 13, 0.7), rgba(28, 37, 46, 0.14) 44%, rgba(10, 11, 13, 0.78));
}

.wirewolf-next .alpha-hero::before {
  content: "";
  position: absolute;
  inset: 104px 24px 22px;
  z-index: 0;
  border: 1px solid rgba(170, 255, 0, 0.16);
  clip-path: polygon(0 0, 37% 0, calc(37% + 14px) 12px, calc(63% - 14px) 12px, 63% 0, 100% 0, 100% 100%, 64% 100%, calc(64% - 14px) calc(100% - 12px), calc(36% + 14px) calc(100% - 12px), 36% 100%, 0 100%);
  opacity: 0.62;
  pointer-events: none;
}

.wirewolf-next .alpha-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(170, 255, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170, 255, 0, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.86) 20%, rgba(0, 0, 0, 0.9) 78%, transparent 100%);
  opacity: 0.28;
}

.wirewolf-next .alpha-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.wirewolf-next .alpha-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wirewolf-next .alpha-scanline {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%, transparent 72%, rgba(170, 255, 0, 0.04));
  mix-blend-mode: screen;
  opacity: 0.2;
}

.wirewolf-next .alpha-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
  min-height: clamp(560px, calc(100vh - 240px), 660px);
}

.wirewolf-next .alpha-copy,
.wirewolf-next .alpha-console,
.wirewolf-next .alpha-module-rail {
  position: relative;
  z-index: 1;
}

.wirewolf-next .alpha-copy {
  max-width: 860px;
}

.wirewolf-next .alpha-title {
  margin: 0;
  max-width: 12.9ch;
  color: var(--ww-white);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(4rem, 7.7vw, 8.4rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.84;
}

.wirewolf-next .alpha-lede {
  max-width: 790px;
  margin: 24px 0 0;
  color: rgba(248, 251, 250, 0.78);
  font-size: clamp(1.14rem, 1.45vw, 1.38rem);
  font-weight: 500;
  line-height: 1.75;
}

.wirewolf-next .alpha-copy .button-row {
  margin-top: 26px;
}

.wirewolf-next .alpha-console {
  align-self: end;
  padding: 28px;
  border: 1px solid rgba(170, 255, 0, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 24, 31, 0.78), rgba(5, 7, 9, 0.66)),
    rgba(10, 11, 13, 0.58);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(126%);
  -webkit-backdrop-filter: blur(18px) saturate(126%);
}

.wirewolf-next .alpha-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.wirewolf-next .alpha-console-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(248, 251, 250, 0.66);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wirewolf-next .alpha-command-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ww-white);
}

.wirewolf-next .alpha-command-line span {
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
}

.wirewolf-next .alpha-command-line strong {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.18;
}

.wirewolf-next .alpha-console-feed {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.wirewolf-next .alpha-console-feed div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  color: rgba(248, 251, 250, 0.72);
  font-size: 0.98rem;
  line-height: 1.48;
}

.wirewolf-next .alpha-console-feed span {
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.wirewolf-next .alpha-module-rail {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: min(1560px, calc(100% - 48px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.wirewolf-next .alpha-module-rail div {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  color: rgba(248, 251, 250, 0.76);
  background: rgba(8, 12, 15, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.wirewolf-next .alpha-proof-section {
  position: relative;
  padding: 112px 0;
  background:
    linear-gradient(180deg, rgba(228, 245, 239, 0.95), rgba(202, 232, 226, 0.9)),
    var(--ww-frost);
  color: var(--ww-ink);
}

.wirewolf-next .alpha-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: start;
}

.wirewolf-next .alpha-proof-lead .next-eyebrow {
  color: rgba(20, 32, 41, 0.72);
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(20, 32, 41, 0.12);
}

.wirewolf-next .alpha-proof-lead .next-section-title {
  color: var(--ww-ink);
  max-width: 900px;
}

.wirewolf-next .alpha-proof-lead .next-section-copy {
  color: rgba(20, 32, 41, 0.72);
}

.wirewolf-next .alpha-proof-cards {
  display: grid;
  gap: 18px;
}

.wirewolf-next .alpha-proof-card {
  position: relative;
  min-height: 180px;
  padding: 26px 28px;
  border-left: 2px solid rgba(73, 107, 130, 0.42);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.wirewolf-next .alpha-proof-card span {
  color: rgba(20, 32, 41, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wirewolf-next .alpha-proof-card h3 {
  margin: 14px 0 0;
  color: var(--ww-ink);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

.wirewolf-next .alpha-proof-card p {
  margin: 16px 0 0;
  color: rgba(20, 32, 41, 0.68);
  font-size: 1rem;
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .wirewolf-next .alpha-shell,
  .wirewolf-next .alpha-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .alpha-copy {
    max-width: 960px;
  }

  .wirewolf-next .alpha-console {
    max-width: 720px;
    align-self: start;
  }

  .wirewolf-next .alpha-module-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wirewolf-next .alpha-hero {
    min-height: auto;
    padding: 124px 0 30px;
  }

  .wirewolf-next .alpha-hero::before {
    inset: 102px 14px 18px;
  }

  .wirewolf-next .alpha-stage {
    opacity: 0.72;
  }

  .wirewolf-next .alpha-shell {
    min-height: auto;
    gap: 0;
  }

  .wirewolf-next .alpha-title {
    max-width: 10.5ch;
    font-size: clamp(3rem, 13vw, 3.95rem);
    line-height: 0.88;
  }

  .wirewolf-next .alpha-lede {
    margin-top: 22px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .wirewolf-next .alpha-hero .next-cta-note {
    display: none;
  }

  .wirewolf-next .alpha-console {
    display: none;
  }

  .wirewolf-next .alpha-console-top,
  .wirewolf-next .alpha-console-feed div {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .alpha-console-top {
    display: grid;
    gap: 8px;
  }

  .wirewolf-next .alpha-command-line {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .alpha-module-rail {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    transform: none;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    margin-top: 14px;
  }

  .wirewolf-next .alpha-module-rail::-webkit-scrollbar {
    display: none;
  }

  .wirewolf-next .alpha-module-rail div {
    flex: 0 0 148px;
    min-height: 50px;
    font-size: 0.68rem;
  }

  .wirewolf-next .alpha-proof-section {
    padding: 84px 0;
  }

  .wirewolf-next .alpha-proof-card {
    min-height: auto;
    padding: 24px 0 24px 18px;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(20, 32, 41, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .alpha-scanline {
    display: none;
  }
}

/* Site-wide immersive homepage prototype */
.wirewolf-next .immersive-main {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 12%, rgba(170, 255, 0, 0.15), transparent 30vw),
    radial-gradient(circle at 12% 38%, rgba(73, 107, 130, 0.28), transparent 34vw),
    linear-gradient(180deg, #05070a 0%, #0a0d10 42%, #06080a 100%);
  color: var(--ww-white);
}

.wirewolf-next.site-home {
  background: #05070a;
}

.wirewolf-next .immersive-main .reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.wirewolf-next .immersive-main > .alpha-proof-section,
.wirewolf-next .immersive-main > .next-proof-section,
.wirewolf-next .immersive-main > .next-band-light,
.wirewolf-next .immersive-main > .next-section,
.wirewolf-next .immersive-main > .next-cta-section {
  display: none;
}

.wirewolf-next .platform-world-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.wirewolf-next .immersive-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 2px;
  background: rgba(248, 251, 250, 0.08);
  pointer-events: none;
}

.wirewolf-next .immersive-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--ww-lime), #e4f5ef, #496b82);
  box-shadow: 0 0 24px rgba(170, 255, 0, 0.64);
}

.wirewolf-next .immersive-scene {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(92px, 12vw, 164px) 0;
  border-top: 1px solid rgba(248, 251, 250, 0.08);
}

.wirewolf-next .immersive-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(248, 251, 250, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(248, 251, 250, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 76%);
  pointer-events: none;
}

.wirewolf-next .immersive-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.12), rgba(5, 7, 10, 0.82));
  pointer-events: none;
}

.wirewolf-next .alpha-hero {
  z-index: 2;
}

.wirewolf-next .immersive-split,
.wirewolf-next .position-grid,
.wirewolf-next .immersive-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.wirewolf-next .immersive-flow-grid {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.wirewolf-next .immersive-sticky-copy,
.wirewolf-next .position-statement {
  position: sticky;
  top: 128px;
  align-self: start;
}

.wirewolf-next .immersive-head {
  max-width: 980px;
  margin: 0 auto clamp(34px, 5vw, 64px);
  text-align: center;
}

.wirewolf-next .immersive-title {
  margin: 18px 0 0;
  color: var(--ww-white);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(2.5rem, 6vw, 6.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

.wirewolf-next .immersive-head .immersive-title {
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
}

.wirewolf-next .immersive-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(248, 251, 250, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.62;
}

.wirewolf-next .immersive-head .immersive-copy {
  margin-left: auto;
  margin-right: auto;
}

.wirewolf-next .immersive-command-line {
  margin-top: 34px;
  padding: 18px 20px;
  border: 1px solid rgba(170, 255, 0, 0.22);
  border-left: 2px solid var(--ww-lime);
  background: rgba(5, 7, 10, 0.58);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.wirewolf-next .immersive-command-line span,
.wirewolf-next .module-io span,
.wirewolf-next .alpha-blackboard span,
.wirewolf-next .fragment-card span,
.wirewolf-next .position-compare span,
.wirewolf-next .buyer-card span,
.wirewolf-next .flow-card span,
.wirewolf-next .final-console-top span {
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .immersive-command-line strong {
  display: block;
  margin-top: 10px;
  color: var(--ww-white);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.42;
}

.wirewolf-next [data-tilt-card] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.wirewolf-next [data-tilt-card]:hover,
.wirewolf-next [data-tilt-card]:focus-within {
  border-color: rgba(170, 255, 0, 0.42);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36), 0 0 42px rgba(170, 255, 0, 0.08);
}

.wirewolf-next .fragment-stack {
  min-height: 620px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 118px;
  gap: 16px;
  transform-style: preserve-3d;
}

.wirewolf-next .fragment-card,
.wirewolf-next .flow-card,
.wirewolf-next .evidence-tile,
.wirewolf-next .buyer-card,
.wirewolf-next .position-compare article {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(248, 251, 250, 0.12);
  background:
    linear-gradient(135deg, rgba(248, 251, 250, 0.09), rgba(248, 251, 250, 0.025)),
    rgba(7, 10, 13, 0.74);
  backdrop-filter: blur(20px);
}

.wirewolf-next .fragment-card::before,
.wirewolf-next .flow-card::before,
.wirewolf-next .evidence-tile::before,
.wirewolf-next .buyer-card::before,
.wirewolf-next .position-compare article::before,
.wirewolf-next .module-stage::before,
.wirewolf-next .final-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 20%), rgba(170, 255, 0, 0.18), transparent 38%);
  opacity: 0.85;
  pointer-events: none;
}

.wirewolf-next .fragment-card > *,
.wirewolf-next .flow-card > *,
.wirewolf-next .evidence-tile > *,
.wirewolf-next .buyer-card > *,
.wirewolf-next .position-compare article > *,
.wirewolf-next .module-stage > *,
.wirewolf-next .final-console > * {
  position: relative;
  z-index: 1;
}

.wirewolf-next .fragment-card-large {
  grid-column: span 5;
  grid-row: span 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wirewolf-next .fragment-card:not(.fragment-card-large) {
  grid-column: span 3;
  grid-row: span 2;
}

.wirewolf-next .fragment-card:nth-child(3) {
  transform: translateY(38px);
}

.wirewolf-next .fragment-card:nth-child(4) {
  grid-column: 3 / span 4;
  transform: translateY(-8px);
}

.wirewolf-next .fragment-card span {
  display: block;
  font-size: clamp(2rem, 5vw, 5.8rem);
  letter-spacing: 0;
  line-height: 0.92;
}

.wirewolf-next .fragment-card h3,
.wirewolf-next .flow-card h3,
.wirewolf-next .evidence-tile h3,
.wirewolf-next .buyer-card h3,
.wirewolf-next .position-compare h3,
.wirewolf-next .module-panel h3 {
  margin: 16px 0 0;
  color: var(--ww-white);
  font-size: clamp(1.25rem, 1.9vw, 2.1rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.wirewolf-next .fragment-card p,
.wirewolf-next .flow-card p,
.wirewolf-next .evidence-tile p,
.wirewolf-next .buyer-card p,
.wirewolf-next .position-compare p,
.wirewolf-next .module-panel p {
  margin: 14px 0 0;
  color: rgba(248, 251, 250, 0.67);
  line-height: 1.58;
}

.wirewolf-next .immersive-alpha-lab {
  background:
    radial-gradient(circle at 50% 44%, rgba(170, 255, 0, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(7, 10, 13, 0.94), rgba(5, 7, 10, 0.9));
}

.wirewolf-next .module-lab {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 270px;
  gap: 18px;
  align-items: stretch;
}

.wirewolf-next .module-switcher,
.wirewolf-next .alpha-blackboard {
  display: grid;
  gap: 10px;
  align-content: center;
}

.wirewolf-next .module-button {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(248, 251, 250, 0.12);
  background: rgba(248, 251, 250, 0.045);
  color: rgba(248, 251, 250, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.wirewolf-next .module-button.is-active {
  border-color: rgba(170, 255, 0, 0.72);
  background: rgba(170, 255, 0, 0.12);
  color: var(--ww-lime);
  box-shadow: inset 0 0 28px rgba(170, 255, 0, 0.12);
}

.wirewolf-next .module-stage {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(248, 251, 250, 0.14);
  background:
    radial-gradient(circle at 40% 46%, rgba(170, 255, 0, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(248, 251, 250, 0.08), rgba(248, 251, 250, 0.018)),
    rgba(5, 7, 10, 0.74);
  backdrop-filter: blur(24px);
}

.wirewolf-next .module-stage-core {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.wirewolf-next .module-stage-core span {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(170, 255, 0, 0.22);
  border-radius: 50%;
  animation: moduleSpin 18s linear infinite;
}

.wirewolf-next .module-stage-core span:nth-child(2) {
  inset: 24%;
  border-color: rgba(202, 232, 226, 0.26);
  animation-duration: 13s;
  animation-direction: reverse;
}

.wirewolf-next .module-stage-core span:nth-child(3) {
  inset: 1%;
  border-color: rgba(73, 107, 130, 0.34);
  animation-duration: 24s;
}

.wirewolf-next .module-stage-core strong {
  width: 46%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ww-lime);
  background: radial-gradient(circle, rgba(170, 255, 0, 0.22), rgba(5, 7, 10, 0.88) 62%);
  border: 1px solid rgba(170, 255, 0, 0.38);
  box-shadow: 0 0 70px rgba(170, 255, 0, 0.22);
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.16em;
}

@keyframes moduleSpin {
  to {
    transform: rotate(360deg);
  }
}

.wirewolf-next .module-panel {
  max-width: 520px;
}

.wirewolf-next .module-io {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.wirewolf-next .module-io div,
.wirewolf-next .alpha-blackboard div {
  padding: 16px;
  border: 1px solid rgba(248, 251, 250, 0.11);
  background: rgba(248, 251, 250, 0.045);
}

.wirewolf-next .module-io strong,
.wirewolf-next .alpha-blackboard strong {
  display: block;
  margin-top: 8px;
  color: rgba(248, 251, 250, 0.82);
  font-weight: 500;
  line-height: 1.38;
}

.wirewolf-next .flow-orbit {
  position: sticky;
  top: 140px;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(248, 251, 250, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(170, 255, 0, 0.18), transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 0 40%, rgba(248, 251, 250, 0.045) 41% 42%, transparent 43%);
  box-shadow: inset 0 0 80px rgba(170, 255, 0, 0.06), 0 0 120px rgba(73, 107, 130, 0.16);
}

.wirewolf-next .flow-orbit::before,
.wirewolf-next .flow-orbit::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(170, 255, 0, 0.18);
  border-radius: 50%;
  animation: moduleSpin 22s linear infinite;
}

.wirewolf-next .flow-orbit::after {
  inset: 30%;
  border-color: rgba(202, 232, 226, 0.18);
  animation-duration: 15s;
  animation-direction: reverse;
}

.wirewolf-next .flow-orbit-core,
.wirewolf-next .flow-node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(170, 255, 0, 0.32);
  background: rgba(5, 7, 10, 0.82);
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.wirewolf-next .flow-orbit-core {
  inset: 36%;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(170, 255, 0, 0.18);
}

.wirewolf-next .flow-node {
  width: 92px;
  height: 42px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.wirewolf-next .flow-node-one {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.wirewolf-next .flow-node-two {
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
}

.wirewolf-next .flow-node-three {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.wirewolf-next .flow-node-four {
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
}

.wirewolf-next .flow-copy {
  display: grid;
  gap: 18px;
}

.wirewolf-next .flow-card {
  min-height: 190px;
}

.wirewolf-next .flow-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(170, 255, 0, 0.28);
  border-radius: 50%;
}

.wirewolf-next .proof-wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
  gap: 16px;
}

.wirewolf-next .evidence-tile-wide {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wirewolf-next .evidence-tile .next-card-label,
.wirewolf-next .final-console .next-card-label {
  color: var(--ww-lime);
}

.wirewolf-next .immersive-position {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.98), rgba(5, 7, 10, 0.72)),
    radial-gradient(circle at 78% 48%, rgba(170, 255, 0, 0.18), transparent 32%);
}

.wirewolf-next .position-compare {
  display: grid;
  gap: 18px;
}

.wirewolf-next .position-compare article {
  min-height: 260px;
}

.wirewolf-next .position-compare .is-wirewolf {
  border-color: rgba(170, 255, 0, 0.4);
  background:
    linear-gradient(135deg, rgba(170, 255, 0, 0.14), rgba(248, 251, 250, 0.035)),
    rgba(5, 7, 10, 0.82);
}

.wirewolf-next .buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wirewolf-next .buyer-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wirewolf-next .immersive-final {
  min-height: 82svh;
  border-bottom: 1px solid rgba(248, 251, 250, 0.08);
}

.wirewolf-next .final-console {
  position: relative;
  overflow: hidden;
  width: min(1220px, calc(100% - 48px));
  padding: clamp(30px, 6vw, 74px);
  border: 1px solid rgba(170, 255, 0, 0.28);
  background:
    linear-gradient(135deg, rgba(170, 255, 0, 0.1), rgba(248, 251, 250, 0.03)),
    rgba(5, 7, 10, 0.82);
  backdrop-filter: blur(24px);
  box-shadow: 0 34px 140px rgba(0, 0, 0, 0.42);
}

.wirewolf-next .final-console-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(248, 251, 250, 0.1);
}

.wirewolf-next .final-console .immersive-title {
  max-width: 11ch;
}

.wirewolf-next .final-console .button-row {
  margin-top: 34px;
}

@media (max-width: 1180px) {
  .wirewolf-next .immersive-split,
  .wirewolf-next .position-grid,
  .wirewolf-next .immersive-flow-grid,
  .wirewolf-next .module-lab,
  .wirewolf-next .module-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .immersive-sticky-copy,
  .wirewolf-next .position-statement,
  .wirewolf-next .flow-orbit {
    position: relative;
    top: auto;
  }

  .wirewolf-next .module-switcher {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wirewolf-next .alpha-blackboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wirewolf-next .proof-wall-grid,
  .wirewolf-next .buyer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wirewolf-next .alpha-console {
    display: none;
  }

  .wirewolf-next .alpha-copy {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
  }

  .wirewolf-next .alpha-title {
    width: auto;
    max-width: 9.4ch;
  }

  .wirewolf-next .alpha-lede,
  .wirewolf-next .alpha-hero .next-kicker {
    overflow-wrap: break-word;
  }

  .wirewolf-next .alpha-hero .next-kicker {
    max-width: 28ch;
  }

  .wirewolf-next .alpha-lede {
    max-width: 34ch;
  }

  .wirewolf-next .alpha-hero .button-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .platform-world-canvas {
    opacity: 0.48;
  }

  .wirewolf-next .alpha-hero {
    min-height: 100svh;
    padding-bottom: 72px;
  }

  .wirewolf-next .alpha-stage {
    opacity: 0.54;
  }

  .wirewolf-next .alpha-shell {
    min-height: calc(100svh - 248px);
  }

  .wirewolf-next .alpha-title {
    max-width: 9.4ch;
    font-size: clamp(2.72rem, 12vw, 3.55rem);
    line-height: 0.94;
  }

  .wirewolf-next .alpha-copy {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
  }

  .wirewolf-next .alpha-title {
    width: auto;
    max-width: 9.4ch;
  }

  .wirewolf-next .alpha-lede,
  .wirewolf-next .alpha-hero .next-kicker {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .wirewolf-next .alpha-hero .button-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .wirewolf-next .alpha-hero .button,
  .wirewolf-next .alpha-hero .button-ghost {
    width: 100%;
    min-height: 54px;
    justify-content: center;
  }

  .wirewolf-next .immersive-scene {
    min-height: auto;
    padding: 82px 0;
  }

  .wirewolf-next .immersive-title {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
    line-height: 0.96;
  }

  .wirewolf-next .immersive-copy {
    font-size: 1rem;
  }

  .wirewolf-next .fragment-stack,
  .wirewolf-next .proof-wall-grid,
  .wirewolf-next .buyer-grid,
  .wirewolf-next .alpha-blackboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    min-height: 0;
  }

  .wirewolf-next .fragment-card,
  .wirewolf-next .fragment-card-large,
  .wirewolf-next .fragment-card:not(.fragment-card-large),
  .wirewolf-next .evidence-tile,
  .wirewolf-next .evidence-tile-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
    transform: none;
  }

  .wirewolf-next .fragment-card:nth-child(3),
  .wirewolf-next .fragment-card:nth-child(4) {
    transform: none;
  }

  .wirewolf-next .module-switcher {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .wirewolf-next .module-switcher::-webkit-scrollbar {
    display: none;
  }

  .wirewolf-next .module-button {
    flex: 0 0 172px;
  }

  .wirewolf-next .module-stage {
    min-height: auto;
  }

  .wirewolf-next .module-stage-core {
    width: min(72vw, 280px);
  }

  .wirewolf-next .flow-orbit {
    width: min(82vw, 380px);
    margin-bottom: 24px;
  }

  .wirewolf-next .flow-node {
    width: 76px;
    height: 36px;
    font-size: 0.64rem;
  }

  .wirewolf-next .final-console {
    width: min(calc(100% - 32px), 680px);
    padding: 28px 20px;
  }

  .wirewolf-next .final-console-top {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next [data-tilt-card],
  .wirewolf-next .module-stage-core span,
  .wirewolf-next .flow-orbit::before,
  .wirewolf-next .flow-orbit::after {
    animation: none;
    transition: none;
    transform: none;
  }
}

/* WireWolf Experience rebuild
   ===================================================== */
.wirewolf-next .wwx-page {
  position: relative;
  overflow: clip;
  background: #030608;
  color: #f7fbfa;
}

.wirewolf-next .wwx-page > :not(.wwx-home) {
  display: none !important;
}

.wirewolf-next .wwx-home {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(3, 6, 8, 0.88), rgba(3, 6, 8, 0.96)),
    radial-gradient(circle at 72% 12%, rgba(170, 255, 0, 0.11), transparent 34vw),
    radial-gradient(circle at 18% 48%, rgba(61, 107, 130, 0.18), transparent 38vw);
}

.wirewolf-next .wwx-field-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.42;
}

.wirewolf-next .wwx-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 2px;
  background: rgba(247, 251, 250, 0.08);
}

.wirewolf-next .wwx-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #aaff00, #f7fbfa, #6ea0ba);
  box-shadow: 0 0 22px rgba(170, 255, 0, 0.48);
}

.wirewolf-next .wwx-scene {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(96px, 11vw, 170px) 0;
  border-top: 1px solid rgba(247, 251, 250, 0.08);
}

.wirewolf-next .wwx-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 251, 250, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 250, 0.026) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent, black 14%, black 84%, transparent);
}

.wirewolf-next .wwx-hero {
  min-height: 100svh;
  padding-top: 116px;
  border-top: 0;
  overflow: hidden;
}

.wirewolf-next .wwx-hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
}

.wirewolf-next .wwx-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.wirewolf-next .wwx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(247, 251, 250, 0.14);
  border-radius: 8px;
  background: rgba(247, 251, 250, 0.045);
  color: rgba(247, 251, 250, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aaff00;
  box-shadow: 0 0 18px rgba(170, 255, 0, 0.55);
}

.wirewolf-next .wwx-kicker {
  margin: 28px 0 0;
  color: rgba(247, 251, 250, 0.72);
  font-size: clamp(1.04rem, 1.25vw, 1.28rem);
  line-height: 1.55;
}

.wirewolf-next .wwx-hero h1,
.wirewolf-next .wwx-scene h2 {
  margin: 18px 0 0;
  color: #f7fbfa;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(3.3rem, 6.2vw, 6.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.88;
}

.wirewolf-next .wwx-scene h2 {
  max-width: 11.5ch;
  font-size: clamp(2.8rem, 5.7vw, 6.3rem);
}

.wirewolf-next .wwx-hero h1 span,
.wirewolf-next .wwx-hunt-copy h2 span,
.wirewolf-next .wwx-live-work-copy h2 span,
.wirewolf-next .wwx-section-head h2 span,
.wirewolf-next .wwx-proof-copy h2 span,
.wirewolf-next .wwx-close-panel h2 span {
  color: #aaff00;
}

.wirewolf-next .wwx-lede {
  max-width: 740px;
  margin: 24px 0 0;
  color: rgba(247, 251, 250, 0.72);
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
  line-height: 1.7;
  overflow-wrap: break-word;
}

.wirewolf-next .wwx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.wirewolf-next .wwx-product-theater {
  position: relative;
  min-height: 650px;
  perspective: 1400px;
}

.wirewolf-next .wwx-theater-caption {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: grid;
  gap: 5px;
  color: rgba(247, 251, 250, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-theater-caption strong {
  color: #f7fbfa;
  font-weight: 500;
}

.wirewolf-next .wwx-product-frame {
  position: absolute;
  inset: 36px 0 0;
  overflow: hidden;
  border: 1px solid rgba(247, 251, 250, 0.14);
  border-radius: 8px;
  background: rgba(7, 12, 15, 0.78);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.46);
  transform: rotateX(8deg) rotateY(-13deg) translate3d(0, 0, 0);
  transform-origin: center;
  animation: wwxTheaterFloat 9s ease-in-out infinite;
}

.wirewolf-next .wwx-product-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(170, 255, 0, 0.12);
  pointer-events: none;
}

.wirewolf-next .wwx-product-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  transform: scale(1.08);
}

.wirewolf-next .wwx-route-svg {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wirewolf-next .wwx-route-path,
.wirewolf-next .wwx-attack-path {
  fill: none;
  stroke: #aaff00;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 16 22;
  animation: wwxRoute 4.8s linear infinite;
  filter: drop-shadow(0 0 8px rgba(170, 255, 0, 0.48));
}

.wirewolf-next .wwx-route-path-two {
  stroke: #6ea0ba;
  stroke-dasharray: 8 18;
  animation-duration: 7s;
}

.wirewolf-next .wwx-live-panel {
  position: absolute;
  z-index: 4;
  width: min(260px, 42%);
  padding: 16px;
  border: 1px solid rgba(247, 251, 250, 0.16);
  border-radius: 8px;
  background: rgba(3, 6, 8, 0.84);
}

.wirewolf-next .wwx-live-panel span,
.wirewolf-next .wwx-fragment-rail span,
.wirewolf-next .wwx-unification-strip span,
.wirewolf-next .wwx-module-glass span,
.wirewolf-next .wwx-alpha-stack span,
.wirewolf-next .wwx-quote-panel span,
.wirewolf-next .wwx-loop-grid span,
.wirewolf-next .wwx-report-wall span {
  color: #aaff00;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-live-panel strong {
  display: block;
  margin-top: 8px;
  color: #f7fbfa;
  font-size: 0.96rem;
  font-weight: 500;
}

.wirewolf-next .wwx-live-panel-a {
  right: 5%;
  top: 16%;
}

.wirewolf-next .wwx-live-panel-b {
  left: 7%;
  bottom: 10%;
}

@keyframes wwxTheaterFloat {
  0%, 100% {
    transform: rotateX(8deg) rotateY(-13deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(6deg) rotateY(-9deg) translate3d(0, -10px, 0);
  }
}

@keyframes wwxRoute {
  to {
    stroke-dashoffset: -152;
  }
}

.wirewolf-next .wwx-two-column,
.wirewolf-next .wwx-attack-grid,
.wirewolf-next .wwx-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
}

.wirewolf-next .wwx-sticky-copy {
  position: sticky;
  top: 128px;
  align-self: start;
}

.wirewolf-next .wwx-fragment-system {
  display: grid;
  gap: 18px;
}

.wirewolf-next .wwx-fragment-rail {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(247, 251, 250, 0.11);
  border-radius: 8px;
  background: rgba(247, 251, 250, 0.035);
}

.wirewolf-next .wwx-fragment-rail span {
  flex: 0 0 auto;
  min-width: 142px;
  padding: 18px 16px;
  border: 1px solid rgba(247, 251, 250, 0.1);
  border-radius: 6px;
  color: rgba(247, 251, 250, 0.72);
  background: rgba(3, 6, 8, 0.64);
  animation: wwxRail 14s linear infinite;
}

@keyframes wwxRail {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-62px);
  }
}

.wirewolf-next .wwx-fragment-stats,
.wirewolf-next .wwx-loop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wirewolf-next .wwx-fragment-stats article,
.wirewolf-next .wwx-alpha-stack article,
.wirewolf-next .wwx-loop-grid article,
.wirewolf-next .wwx-report-wall article,
.wirewolf-next .wwx-quote-panel {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(247, 251, 250, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 251, 250, 0.08), rgba(247, 251, 250, 0.018)),
    rgba(5, 9, 12, 0.78);
}

.wirewolf-next .wwx-fragment-stats article::before,
.wirewolf-next .wwx-loop-grid article::before,
.wirewolf-next .wwx-report-wall article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #aaff00, rgba(110, 160, 186, 0.68), transparent);
  transform: translateX(-70%);
  animation: wwxPanelScan 4.8s ease-in-out infinite;
}

.wirewolf-next .wwx-fragment-stats article:nth-child(2)::before,
.wirewolf-next .wwx-loop-grid article:nth-child(2)::before {
  animation-delay: 0.75s;
}

.wirewolf-next .wwx-fragment-stats article:nth-child(3)::before,
.wirewolf-next .wwx-loop-grid article:nth-child(3)::before {
  animation-delay: 1.45s;
}

@keyframes wwxPanelScan {
  0%, 20% {
    transform: translateX(-88%);
  }
  68%, 100% {
    transform: translateX(100%);
  }
}

.wirewolf-next .wwx-fragment-stats span {
  display: block;
  color: #aaff00;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.9;
}

.wirewolf-next .wwx-fragment-stats strong,
.wirewolf-next .wwx-alpha-stack strong,
.wirewolf-next .wwx-loop-grid h3,
.wirewolf-next .wwx-report-wall strong,
.wirewolf-next .wwx-quote-panel strong {
  display: block;
  margin-top: 18px;
  color: #f7fbfa;
  font-size: clamp(1.22rem, 1.7vw, 1.78rem);
  font-weight: 500;
  line-height: 1.15;
}

.wirewolf-next .wwx-fragment-stats p,
.wirewolf-next .wwx-alpha-stack p,
.wirewolf-next .wwx-loop-grid p,
.wirewolf-next .wwx-quote-panel strong,
.wirewolf-next .wwx-module-glass p {
  color: rgba(247, 251, 250, 0.68);
  line-height: 1.58;
}

.wirewolf-next .wwx-unification-strip {
  padding: 22px 24px;
  border: 1px solid rgba(170, 255, 0, 0.32);
  border-radius: 8px;
  background: rgba(170, 255, 0, 0.085);
}

.wirewolf-next .wwx-unification-strip strong {
  display: block;
  margin-top: 10px;
  color: #f7fbfa;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  font-weight: 500;
}

.wirewolf-next .wwx-section-head {
  max-width: 980px;
  margin: 0 auto clamp(28px, 4vw, 56px);
  text-align: center;
}

.wirewolf-next .wwx-section-head h2 {
  font-size: clamp(2.7rem, 5.1vw, 5.35rem);
}

.wirewolf-next .wwx-section-head h2,
.wirewolf-next .wwx-section-head .wwx-lede {
  margin-left: auto;
  margin-right: auto;
}

.wirewolf-next .wwx-module-system {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: stretch;
}

.wirewolf-next .wwx-module-list,
.wirewolf-next .wwx-alpha-stack {
  display: grid;
  gap: 10px;
  align-content: center;
}

.wirewolf-next .wwx-module-button {
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(247, 251, 250, 0.12);
  border-radius: 8px;
  background: rgba(247, 251, 250, 0.035);
  color: rgba(247, 251, 250, 0.74);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.wirewolf-next .wwx-module-button.is-active {
  border-color: rgba(170, 255, 0, 0.7);
  background: rgba(170, 255, 0, 0.12);
  color: #aaff00;
}

.wirewolf-next .wwx-module-visual {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(247, 251, 250, 0.14);
  border-radius: 8px;
  background: rgba(5, 9, 12, 0.84);
}

.wirewolf-next .wwx-module-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: scale(1.08);
}

.wirewolf-next .wwx-module-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 0.1), rgba(3, 6, 8, 0.62) 64%, rgba(3, 6, 8, 0.76)),
    linear-gradient(180deg, transparent, rgba(3, 6, 8, 0.66));
  pointer-events: none;
}

.wirewolf-next .wwx-module-glass {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 48px);
  z-index: 2;
  width: min(500px, calc(100% - 36px));
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(247, 251, 250, 0.14);
  border-radius: 8px;
  background: rgba(3, 6, 8, 0.82);
}

.wirewolf-next .wwx-module-glass h3 {
  margin: 14px 0 0;
  color: #f7fbfa;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.wirewolf-next .wwx-module-output {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.wirewolf-next .wwx-module-output strong {
  padding: 14px 16px;
  border: 1px solid rgba(247, 251, 250, 0.1);
  border-radius: 6px;
  color: rgba(247, 251, 250, 0.82);
  background: rgba(247, 251, 250, 0.04);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.42;
}

.wirewolf-next .wwx-alpha-stack article {
  min-height: 185px;
}

.wirewolf-next .wwx-attack-map {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(247, 251, 250, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(247, 251, 250, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 250, 0.025) 1px, transparent 1px),
    rgba(5, 9, 12, 0.68);
  background-size: 64px 64px;
  overflow: hidden;
}

.wirewolf-next .wwx-attack-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wirewolf-next .wwx-attack-path {
  stroke-width: 4;
  stroke-dasharray: 22 24;
}

.wirewolf-next .wwx-attack-path-soft {
  stroke: #6ea0ba;
  stroke-width: 2;
  opacity: 0.65;
}

.wirewolf-next .wwx-map-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 116px;
  height: 48px;
  border: 1px solid rgba(170, 255, 0, 0.42);
  border-radius: 8px;
  background: rgba(3, 6, 8, 0.82);
  color: #aaff00;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: wwxNodePulse 3.8s ease-in-out infinite;
}

.wirewolf-next .node-recon { left: 8%; bottom: 18%; }
.wirewolf-next .node-exploit { left: 30%; top: 30%; animation-delay: 0.45s; }
.wirewolf-next .node-access { left: 50%; bottom: 26%; animation-delay: 0.9s; }
.wirewolf-next .node-evidence { right: 18%; top: 18%; animation-delay: 1.3s; }
.wirewolf-next .node-validate { right: 8%; bottom: 22%; animation-delay: 1.75s; }

@keyframes wwxNodePulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(170, 255, 0, 0);
  }
  50% {
    box-shadow: 0 0 36px rgba(170, 255, 0, 0.16);
  }
}

.wirewolf-next .wwx-loop-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.wirewolf-next .wwx-meter {
  height: 8px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(247, 251, 250, 0.08);
}

.wirewolf-next .wwx-meter span {
  display: block;
  width: 30%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #aaff00, #6ea0ba);
  animation: wwxMeter 4.6s ease-in-out infinite;
}

.wirewolf-next .wwx-loop-grid article:nth-child(2) .wwx-meter span {
  animation-delay: 0.65s;
}

.wirewolf-next .wwx-loop-grid article:nth-child(3) .wwx-meter span {
  animation-delay: 1.2s;
}

@keyframes wwxMeter {
  0% {
    width: 18%;
  }
  48%, 70% {
    width: 88%;
  }
  100% {
    width: 18%;
  }
}

.wirewolf-next .wwx-proof-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
}

.wirewolf-next .wwx-report-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  perspective: 1200px;
}

.wirewolf-next .wwx-report-wall article {
  min-height: 230px;
  transform: rotateY(-5deg);
  animation: wwxReportFloat 8s ease-in-out infinite;
}

.wirewolf-next .wwx-report-wall article:nth-child(2),
.wirewolf-next .wwx-report-wall article:nth-child(4) {
  transform: translateY(36px) rotateY(4deg);
  animation-delay: 0.8s;
}

@keyframes wwxReportFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

.wirewolf-next .wwx-close {
  min-height: 84svh;
}

.wirewolf-next .wwx-close-panel {
  width: min(1180px, calc(100% - 48px));
  padding: clamp(34px, 6vw, 78px);
  border: 1px solid rgba(170, 255, 0, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(170, 255, 0, 0.11), rgba(247, 251, 250, 0.025)),
    rgba(3, 6, 8, 0.84);
}

.wirewolf-next .wwx-close-panel h2 {
  max-width: 10.5ch;
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-hero-grid,
  .wirewolf-next .wwx-two-column,
  .wirewolf-next .wwx-attack-grid,
  .wirewolf-next .wwx-proof-grid,
  .wirewolf-next .wwx-module-system {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .wwx-sticky-copy {
    position: relative;
    top: auto;
  }

  .wirewolf-next .wwx-product-theater {
    min-height: 560px;
  }

  .wirewolf-next .wwx-module-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .wirewolf-next .wwx-module-list::-webkit-scrollbar {
    display: none;
  }

  .wirewolf-next .wwx-module-button {
    flex: 0 0 190px;
  }

  .wirewolf-next .wwx-alpha-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-scene {
    min-height: auto;
    padding: 82px 0;
  }

  .wirewolf-next .wwx-hero {
    min-height: 100svh;
    padding-top: 112px;
  }

  .wirewolf-next .wwx-hero-copy {
    max-width: min(100%, 340px);
  }

  .wirewolf-next .wwx-eyebrow {
    max-width: 100%;
    padding: 0 12px;
    font-size: 0.63rem;
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(2.36rem, 9.8vw, 3rem);
    line-height: 0.98;
  }

  .wirewolf-next .wwx-scene h2 {
    max-width: 10.8ch;
    font-size: clamp(2.45rem, 10vw, 3.08rem);
    line-height: 0.98;
  }

  .wirewolf-next .wwx-lede,
  .wirewolf-next .wwx-kicker {
    max-width: 32ch;
    font-size: 1rem;
    line-height: 1.56;
  }

  .wirewolf-next .wwx-actions {
    max-width: 340px;
  }

  .wirewolf-next .wwx-actions .button,
  .wirewolf-next .wwx-actions .button-ghost {
    width: 100%;
  }

  .wirewolf-next .wwx-product-theater {
    min-height: 390px;
    margin-top: 8px;
  }

  .wirewolf-next .wwx-product-frame {
    inset: 10px -42px 0;
    transform: rotateX(6deg) rotateY(-9deg);
  }

  .wirewolf-next .wwx-product-frame img {
    object-position: center;
  }

  .wirewolf-next .wwx-live-panel {
    display: none;
  }

  .wirewolf-next .wwx-fragment-stats,
  .wirewolf-next .wwx-loop-grid,
  .wirewolf-next .wwx-report-wall,
  .wirewolf-next .wwx-alpha-stack {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .wwx-fragment-stats article,
  .wirewolf-next .wwx-loop-grid article,
  .wirewolf-next .wwx-report-wall article {
    min-height: auto;
  }

  .wirewolf-next .wwx-module-visual {
    min-height: 560px;
  }

  .wirewolf-next .wwx-module-glass {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .wirewolf-next .wwx-attack-map {
    min-height: 460px;
  }

  .wirewolf-next .wwx-map-node {
    width: 92px;
    height: 40px;
    font-size: 0.64rem;
  }

  .wirewolf-next .wwx-report-wall article:nth-child(2),
  .wirewolf-next .wwx-report-wall article:nth-child(4),
  .wirewolf-next .wwx-report-wall article {
    transform: none;
  }

  .wirewolf-next .wwx-close-panel {
    width: min(calc(100% - 28px), 680px);
    padding: 28px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-product-frame,
  .wirewolf-next .wwx-route-path,
  .wirewolf-next .wwx-attack-path,
  .wirewolf-next .wwx-fragment-rail span,
  .wirewolf-next .wwx-fragment-stats article::before,
  .wirewolf-next .wwx-loop-grid article::before,
  .wirewolf-next .wwx-report-wall article::before,
  .wirewolf-next .wwx-map-node,
  .wirewolf-next .wwx-meter span,
  .wirewolf-next .wwx-report-wall article {
    animation: none;
  }
}

/* WireWolf Night Hunt experience
   ===================================================== */
.wirewolf-next.site-home::before,
.wirewolf-next.site-home::after,
.wirewolf-next.site-home main::before,
.wirewolf-next.site-home main::after,
.wirewolf-next.site-home .next-sky-stage {
  display: none !important;
}

.wirewolf-next.site-home {
  background: #02050b;
}

.wirewolf-next .wwx-page {
  background: #02050b;
  overflow: clip;
}

.wirewolf-next .wwx-home {
  --wwx-scroll: 0;
  --wwx-pointer-x: 0;
  --wwx-pointer-y: 0;
  --moon-x: 0vw;
  --moon-y: 0vh;
  --moon-scale: 1;
  --horizon-back-y: 0px;
  --horizon-front-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.82) 0%, rgba(3, 7, 13, 0.92) 44%, rgba(1, 3, 7, 1) 100%);
}

.wirewolf-next .wwx-home[data-wwx-scene="fracture"] {
  --moon-x: -8vw;
  --moon-y: 6vh;
  --moon-scale: 0.92;
  --horizon-back-y: -22px;
  --horizon-front-y: -10px;
}

.wirewolf-next .wwx-home[data-wwx-scene="system"] {
  --moon-x: -18vw;
  --moon-y: 11vh;
  --moon-scale: 0.82;
  --horizon-back-y: -38px;
  --horizon-front-y: -28px;
}

.wirewolf-next .wwx-home[data-wwx-scene="attack"] {
  --moon-x: -25vw;
  --moon-y: 16vh;
  --moon-scale: 0.78;
  --horizon-back-y: -58px;
  --horizon-front-y: -42px;
}

.wirewolf-next .wwx-home[data-wwx-scene="loop"],
.wirewolf-next .wwx-home[data-wwx-scene="proof"],
.wirewolf-next .wwx-home[data-wwx-scene="close"] {
  --moon-x: -34vw;
  --moon-y: 20vh;
  --moon-scale: 0.72;
  --horizon-back-y: -76px;
  --horizon-front-y: -58px;
}

.wirewolf-next .wwx-home[data-wwx-scene="system"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="attack"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="loop"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="proof"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="close"] .wwx-moon {
  opacity: 0.58;
}

.wirewolf-next .wwx-night-canvas,
.wirewolf-next .wwx-night-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wirewolf-next .wwx-night-canvas {
  opacity: 0.96;
}

.wirewolf-next .wwx-night-stage {
  overflow: hidden;
}

.wirewolf-next .wwx-moon {
  position: absolute;
  top: clamp(96px, 10vh, 150px);
  left: -86px;
  right: auto;
  width: clamp(92px, 11vw, 176px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 1), rgba(224, 241, 250, 0.94) 42%, rgba(149, 178, 195, 0.88) 74%, rgba(82, 105, 121, 0.72) 100%);
  box-shadow:
    0 0 52px rgba(230, 245, 255, 0.14),
    0 0 124px rgba(170, 255, 0, 0.022);
  opacity: 0.92;
  transform:
    translate3d(calc(var(--moon-x) + var(--wwx-pointer-x) * -8px), calc(var(--moon-y) + var(--wwx-pointer-y) * -5px), 0)
    scale(var(--moon-scale));
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wirewolf-next .wwx-moon::before,
.wirewolf-next .wwx-moon::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.wirewolf-next .wwx-moon::before {
  inset: 16%;
  background:
    radial-gradient(circle at 36% 44%, rgba(72, 94, 107, 0.2), transparent 18%),
    radial-gradient(circle at 62% 38%, rgba(65, 86, 100, 0.15), transparent 13%),
    radial-gradient(circle at 58% 68%, rgba(55, 74, 88, 0.14), transparent 17%);
  mix-blend-mode: multiply;
}

.wirewolf-next .wwx-moon::after {
  display: none;
}

.wirewolf-next .wwx-moon span {
  display: none;
}

@keyframes wwxMoonHowl {
  0%, 34% {
    opacity: 0;
    transform: scale(0.72);
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.wirewolf-next .wwx-moonbeam {
  position: absolute;
  top: 0;
  right: -8vw;
  width: 62vw;
  height: 100vh;
  background:
    linear-gradient(118deg, transparent 0 20%, rgba(225, 245, 255, 0.028) 35%, rgba(170, 255, 0, 0.014) 51%, transparent 72%);
  opacity: 0.42;
  transform: translateX(calc(var(--wwx-scroll) * -22vw));
}

.wirewolf-next .wwx-horizon {
  position: absolute;
  left: -8vw;
  right: -8vw;
  bottom: -1px;
  height: clamp(150px, 21vh, 260px);
  transform: translate3d(0, var(--horizon-front-y), 0);
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wirewolf-next .wwx-horizon-back {
  height: clamp(210px, 30vh, 380px);
  bottom: 7vh;
  opacity: 0.78;
  background: linear-gradient(180deg, rgba(12, 24, 37, 0) 0%, rgba(12, 26, 38, 0.62) 58%, rgba(4, 8, 13, 0.92) 100%);
  clip-path: polygon(0 72%, 10% 54%, 22% 67%, 34% 39%, 49% 62%, 62% 44%, 76% 66%, 91% 43%, 100% 58%, 100% 100%, 0 100%);
  transform: translate3d(0, var(--horizon-back-y), 0);
}

.wirewolf-next .wwx-horizon-front {
  background: linear-gradient(180deg, rgba(9, 18, 27, 0) 0%, rgba(4, 9, 14, 0.92) 42%, rgba(1, 3, 6, 1) 100%);
  clip-path: polygon(0 54%, 9% 42%, 18% 57%, 29% 36%, 41% 58%, 54% 31%, 67% 61%, 80% 38%, 92% 56%, 100% 44%, 100% 100%, 0 100%);
}

.wirewolf-next .wwx-progress {
  height: 2px;
  background: rgba(226, 242, 255, 0.06);
}

.wirewolf-next .wwx-progress span {
  background: linear-gradient(90deg, rgba(226, 242, 255, 0.2), #e7f5ff, #aaff00);
  box-shadow: 0 0 26px rgba(226, 242, 255, 0.36);
}

.wirewolf-next .site-nav-wrap {
  pointer-events: none;
}

.wirewolf-next .site-nav-wrap::before {
  height: 140px;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.86), rgba(2, 5, 11, 0.26) 70%, transparent);
}

.wirewolf-next .site-nav {
  pointer-events: auto;
  gap: clamp(16px, 2.2vw, 28px);
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(226, 242, 255, 0.13);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(13, 22, 32, 0.72), rgba(4, 8, 14, 0.78)),
    rgba(5, 9, 14, 0.7);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.wirewolf-next .site-nav.is-scrolled {
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(13, 22, 32, 0.86), rgba(3, 7, 12, 0.88)),
    rgba(5, 9, 14, 0.82);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.4);
}

.wirewolf-next .brand-lockup {
  min-width: clamp(178px, 15vw, 250px);
  padding: 7px 10px 7px 8px;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.wirewolf-next .brand-wordmark {
  width: clamp(142px, 11.5vw, 204px);
}

.wirewolf-next .brand-tagline {
  position: relative;
  width: 1px;
  max-width: 1px;
  height: 34px;
  overflow: hidden;
  padding: 0;
  color: transparent;
  letter-spacing: 0;
}

.wirewolf-next .brand-tagline::before {
  content: "";
  position: absolute;
  inset: 4px 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(226, 242, 255, 0.34), transparent);
}

.wirewolf-next .nav-links {
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 5px;
  border: 1px solid rgba(226, 242, 255, 0.08);
  border-radius: 999px;
  background: rgba(1, 3, 7, 0.32);
}

.wirewolf-next .nav-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(226, 242, 255, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wirewolf-next .nav-links a::after {
  display: none;
}

.wirewolf-next .nav-links a:hover,
.wirewolf-next .nav-links a.active {
  color: #f7fbfa;
  background: rgba(226, 242, 255, 0.1);
}

.wirewolf-next .nav-links a.active {
  box-shadow: inset 0 0 0 1px rgba(170, 255, 0, 0.34), 0 0 28px rgba(170, 255, 0, 0.08);
}

.wirewolf-next .nav-actions .button {
  min-height: 48px;
  padding-inline: 22px;
  white-space: nowrap;
}

.wirewolf-next .nav-toggle {
  flex-direction: column;
  border-color: rgba(226, 242, 255, 0.18);
  border-radius: 999px;
  background: rgba(226, 242, 255, 0.07);
}

.wirewolf-next .nav-toggle span {
  background: #e7f5ff;
  box-shadow: 0 0 10px rgba(226, 242, 255, 0.22);
}

.wirewolf-next .wwx-scene {
  min-height: 116svh;
  align-items: center;
  border-top: 0;
  padding: clamp(112px, 13vw, 190px) 0;
}

.wirewolf-next .wwx-scene::before {
  display: none;
}

.wirewolf-next .wwx-scene > .section-shell {
  opacity: calc(0.24 + var(--scene-focus, 0) * 0.76);
  transform:
    translate3d(0, calc((1 - var(--scene-focus, 0)) * 54px), 0)
    scale(calc(0.982 + var(--scene-focus, 0) * 0.018));
  transition: opacity 240ms linear, transform 240ms linear;
}

.wirewolf-next .wwx-hero {
  min-height: 104svh;
  padding-top: 132px;
}

  .wirewolf-next .wwx-hero-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(620px, 1.28fr);
    gap: clamp(42px, 7vw, 130px);
  }

.wirewolf-next .wwx-eyebrow {
  border-color: rgba(226, 242, 255, 0.14);
  background: rgba(226, 242, 255, 0.055);
  color: rgba(226, 242, 255, 0.8);
}

.wirewolf-next .wwx-eyebrow::before {
  background: #e7f5ff;
  box-shadow: 0 0 18px rgba(231, 245, 255, 0.58);
}

  .wirewolf-next .wwx-hero h1 {
  max-width: 12.6ch;
  font-size: clamp(3.15rem, 4.8vw, 5.7rem);
  line-height: 0.92;
}

.wirewolf-next .wwx-scene h2 {
  max-width: 10.6ch;
  font-size: clamp(3rem, 5.45vw, 6.2rem);
  line-height: 0.9;
}

.wirewolf-next .wwx-section-head h2 {
  font-size: clamp(2.75rem, 4.55vw, 5.15rem);
}

.wirewolf-next .wwx-kicker,
.wirewolf-next .wwx-lede {
  color: rgba(226, 242, 255, 0.72);
}

.wirewolf-next .wwx-product-theater {
  min-height: 680px;
  transform: translate3d(calc(var(--wwx-pointer-x) * -8px), calc(var(--wwx-pointer-y) * -8px), 0);
}

.wirewolf-next .wwx-theater-caption {
  top: 10px;
  left: 10px;
  color: rgba(226, 242, 255, 0.72);
}

.wirewolf-next .wwx-product-frame {
  inset: 42px 0 0;
  border-color: rgba(226, 242, 255, 0.16);
  background: rgba(3, 8, 14, 0.78);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.48),
    0 0 90px rgba(226, 242, 255, 0.06);
  transform: rotateX(7deg) rotateY(-10deg) translate3d(0, 0, 0);
  animation: wwxNightFloat 9s ease-in-out infinite;
}

.wirewolf-next .wwx-product-frame::before {
  border-color: rgba(226, 242, 255, 0.08);
}

.wirewolf-next .wwx-product-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(128deg, rgba(226, 242, 255, 0.11), transparent 38%),
    radial-gradient(circle at 78% 18%, rgba(226, 242, 255, 0.14), transparent 22%),
    linear-gradient(180deg, transparent 56%, rgba(1, 3, 7, 0.72));
  pointer-events: none;
}

@keyframes wwxNightFloat {
  0%, 100% {
    transform: rotateX(7deg) rotateY(-10deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(5deg) rotateY(-7deg) translate3d(0, -12px, 0);
  }
}

.wirewolf-next .wwx-route-path,
.wirewolf-next .wwx-attack-path {
  stroke: #e7f5ff;
  stroke-width: 2.25;
  stroke-dasharray: 2 18;
  filter: drop-shadow(0 0 10px rgba(231, 245, 255, 0.44));
}

.wirewolf-next .wwx-route-path-two,
.wirewolf-next .wwx-attack-path-soft {
  stroke: #aaff00;
  opacity: 0.72;
}

.wirewolf-next .wwx-live-panel {
  border-color: rgba(226, 242, 255, 0.16);
  background: rgba(2, 5, 10, 0.8);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.wirewolf-next .wwx-live-panel span,
.wirewolf-next .wwx-fragment-rail span,
.wirewolf-next .wwx-unification-strip span,
.wirewolf-next .wwx-module-glass span,
.wirewolf-next .wwx-alpha-stack span,
.wirewolf-next .wwx-quote-panel span,
.wirewolf-next .wwx-loop-grid span,
.wirewolf-next .wwx-report-wall span {
  color: #e7f5ff;
}

.wirewolf-next .wwx-two-column,
.wirewolf-next .wwx-attack-grid,
.wirewolf-next .wwx-proof-grid {
  align-items: center;
}

.wirewolf-next .wwx-sticky-copy {
  top: 148px;
}

.wirewolf-next .wwx-fragment-system,
.wirewolf-next .wwx-module-system,
.wirewolf-next .wwx-loop-grid,
.wirewolf-next .wwx-report-wall {
  transform: translate3d(0, calc((1 - var(--scene-focus, 0)) * 70px), 0);
}

.wirewolf-next .wwx-fragment-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 330px;
  border-color: rgba(226, 242, 255, 0.12);
  background:
    radial-gradient(circle at 52% 48%, rgba(226, 242, 255, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(226, 242, 255, 0.035), rgba(2, 5, 10, 0.24));
}

.wirewolf-next .wwx-fragment-rail::before {
  content: "";
  position: absolute;
  inset: 20% 10%;
  border-top: 1px solid rgba(226, 242, 255, 0.18);
  border-bottom: 1px solid rgba(170, 255, 0, 0.1);
  transform: skewY(-10deg);
}

.wirewolf-next .wwx-fragment-rail span {
  min-width: 0;
  align-self: center;
  justify-self: center;
  width: min(150px, 100%);
  border-color: rgba(226, 242, 255, 0.14);
  color: rgba(226, 242, 255, 0.78);
  background: rgba(2, 5, 10, 0.72);
  animation: none;
  transform: translate3d(0, calc((1 - var(--scene-focus, 0)) * 28px), 0);
}

.wirewolf-next .wwx-fragment-rail span:nth-child(2),
.wirewolf-next .wwx-fragment-rail span:nth-child(5) {
  transform: translate3d(0, calc((1 - var(--scene-focus, 0)) * -34px), 0);
}

.wirewolf-next .wwx-fragment-stats article,
.wirewolf-next .wwx-alpha-stack article,
.wirewolf-next .wwx-loop-grid article,
.wirewolf-next .wwx-report-wall article,
.wirewolf-next .wwx-quote-panel,
.wirewolf-next .wwx-module-glass,
.wirewolf-next .wwx-unification-strip {
  border-color: rgba(226, 242, 255, 0.13);
  background:
    linear-gradient(145deg, rgba(226, 242, 255, 0.09), rgba(226, 242, 255, 0.016)),
    rgba(2, 5, 10, 0.72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.wirewolf-next .wwx-fragment-stats article::before,
.wirewolf-next .wwx-loop-grid article::before,
.wirewolf-next .wwx-report-wall article::before {
  display: none;
}

.wirewolf-next .wwx-fragment-stats article,
.wirewolf-next .wwx-loop-grid article,
.wirewolf-next .wwx-report-wall article {
  transform:
    translate3d(0, calc((1 - var(--scene-focus, 0)) * 46px), 0)
    rotateX(calc((1 - var(--scene-focus, 0)) * 4deg));
}

.wirewolf-next .wwx-fragment-stats article:nth-child(2),
.wirewolf-next .wwx-loop-grid article:nth-child(2),
.wirewolf-next .wwx-report-wall article:nth-child(2) {
  transform:
    translate3d(0, calc((1 - var(--scene-focus, 0)) * -26px), 0)
    rotateX(calc((1 - var(--scene-focus, 0)) * -4deg));
}

.wirewolf-next .wwx-fragment-stats span {
  color: #e7f5ff;
}

.wirewolf-next .wwx-unification-strip {
  border-color: rgba(170, 255, 0, 0.24);
  background:
    linear-gradient(90deg, rgba(170, 255, 0, 0.12), rgba(226, 242, 255, 0.055), rgba(2, 5, 10, 0.72));
}

.wirewolf-next .wwx-module-list {
  position: relative;
}

.wirewolf-next .wwx-module-button {
  border-color: rgba(226, 242, 255, 0.13);
  background: rgba(2, 5, 10, 0.56);
  color: rgba(226, 242, 255, 0.66);
}

.wirewolf-next .wwx-module-button.is-active {
  border-color: rgba(231, 245, 255, 0.56);
  background: rgba(226, 242, 255, 0.12);
  color: #f7fbfa;
  box-shadow: 0 0 34px rgba(226, 242, 255, 0.08);
}

.wirewolf-next .wwx-module-visual,
.wirewolf-next .wwx-attack-map {
  border-color: rgba(226, 242, 255, 0.15);
  background:
    linear-gradient(145deg, rgba(226, 242, 255, 0.075), rgba(2, 5, 10, 0.1)),
    rgba(2, 5, 10, 0.72);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.34);
}

.wirewolf-next .wwx-module-visual {
  transform: translate3d(0, calc((0.5 - var(--scene-local, 0.5)) * 34px), 0);
}

.wirewolf-next .wwx-module-visual::after {
  background:
    linear-gradient(116deg, rgba(226, 242, 255, 0.09), transparent 38%),
    linear-gradient(90deg, rgba(2, 5, 10, 0.04), rgba(2, 5, 10, 0.62) 64%, rgba(1, 3, 7, 0.82)),
    linear-gradient(180deg, transparent, rgba(1, 3, 7, 0.76));
}

.wirewolf-next .wwx-attack-map {
  background:
    radial-gradient(circle at 18% 76%, rgba(170, 255, 0, 0.11), transparent 26%),
    radial-gradient(circle at 78% 20%, rgba(226, 242, 255, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(6, 14, 22, 0.68), rgba(1, 3, 7, 0.9));
}

.wirewolf-next .wwx-attack-map::before {
  content: "";
  position: absolute;
  inset: auto -8% 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(4, 10, 15, 0.78));
  clip-path: polygon(0 42%, 12% 32%, 27% 52%, 41% 28%, 58% 48%, 73% 24%, 88% 46%, 100% 34%, 100% 100%, 0 100%);
}

.wirewolf-next .wwx-map-node {
  border-color: rgba(226, 242, 255, 0.34);
  background: rgba(2, 5, 10, 0.84);
  color: #e7f5ff;
  box-shadow: 0 0 32px rgba(226, 242, 255, 0.06);
}

.wirewolf-next .wwx-meter {
  background: rgba(226, 242, 255, 0.1);
}

.wirewolf-next .wwx-meter span {
  background: linear-gradient(90deg, #e7f5ff, #aaff00);
}

.wirewolf-next .wwx-report-wall article {
  animation: wwxNightDrift 8s ease-in-out infinite;
}

.wirewolf-next .wwx-report-wall article:nth-child(2),
.wirewolf-next .wwx-report-wall article:nth-child(4) {
  animation-delay: 0.8s;
}

@media (min-width: 1181px) {
  .wirewolf-next .wwx-os .wwx-section-head {
    margin-bottom: 0;
  }

  .wirewolf-next .wwx-os .wwx-module-system {
    margin-top: clamp(-136px, -7vw, -82px);
  }
}

@keyframes wwxNightDrift {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

.wirewolf-next .wwx-close-panel {
  border-color: rgba(226, 242, 255, 0.2);
  background:
    linear-gradient(124deg, rgba(226, 242, 255, 0.14), rgba(170, 255, 0, 0.06), rgba(2, 5, 10, 0.78)),
    rgba(2, 5, 10, 0.8);
  box-shadow: 0 46px 140px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-product-theater {
    min-height: 550px;
  }

  .wirewolf-next .wwx-fragment-rail {
    min-height: 260px;
  }

  .wirewolf-next .brand-lockup {
    min-width: 190px;
  }
}

@media (max-width: 900px) {
  .wirewolf-next .site-nav {
    flex-wrap: wrap;
    border-radius: 24px;
  }

  .wirewolf-next .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    pointer-events: auto;
  }

  .wirewolf-next .nav-links {
    display: none;
    width: 100%;
    order: 4;
    margin-top: 8px;
    border-radius: 18px;
    background: rgba(2, 5, 10, 0.76);
  }

  .wirewolf-next .nav-links.is-open {
    display: grid;
  }

  .wirewolf-next .nav-links a {
    width: 100%;
    justify-content: flex-start;
  }

  .wirewolf-next .nav-actions {
    width: 100%;
    order: 5;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .nav-shell {
    width: calc(100vw - 28px);
  }

  .wirewolf-next .wwx-moon {
    top: 118px;
    left: -44px;
    right: auto;
    width: 100px;
    opacity: 0.58;
  }

  .wirewolf-next .wwx-moonbeam {
    right: -34vw;
    width: 100vw;
  }

  .wirewolf-next .site-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    gap: 8px;
  }

  .wirewolf-next .brand-lockup {
    min-width: 0;
  }

  .wirewolf-next .brand-wordmark {
    width: min(146px, 40vw);
  }

  .wirewolf-next .brand-tagline {
    display: none;
  }

  .wirewolf-next .nav-toggle {
    justify-self: end;
  }

  .wirewolf-next .nav-links,
  .wirewolf-next .nav-actions {
    grid-column: 1 / -1;
  }

  .wirewolf-next .wwx-scene {
    min-height: auto;
    padding: 92px 0;
  }

  .wirewolf-next .wwx-hero {
    min-height: 106svh;
    padding-top: 118px;
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(2.5rem, 10.8vw, 3.15rem);
  }

  .wirewolf-next .wwx-scene h2 {
    max-width: 9.8ch;
    font-size: clamp(2.55rem, 11vw, 3.35rem);
  }

  .wirewolf-next .wwx-kicker,
  .wirewolf-next .wwx-lede {
    max-width: 34ch;
  }

  .wirewolf-next .wwx-product-theater {
    min-height: 420px;
    margin-top: 12px;
  }

  .wirewolf-next .wwx-product-frame {
    inset: 8px -54px 0;
    transform: rotateX(5deg) rotateY(-8deg);
  }

  .wirewolf-next .wwx-theater-caption {
    display: none;
  }

  .wirewolf-next .wwx-fragment-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 360px;
  }

  .wirewolf-next .wwx-module-visual {
    min-height: 540px;
  }

  .wirewolf-next .wwx-attack-map {
    min-height: 470px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-moon::after,
  .wirewolf-next .wwx-moon span,
  .wirewolf-next .wwx-product-frame,
  .wirewolf-next .wwx-report-wall article {
    animation: none;
  }

  .wirewolf-next .wwx-scene > .section-shell,
  .wirewolf-next .wwx-moon,
  .wirewolf-next .wwx-horizon {
    transition: none;
  }
}

/* Night Hunt art direction v2: no running trail, scene-led scroll story */
.wirewolf-next .wwx-home {
  --wwx-moon-drift-x: 0vw;
  --wwx-moon-drift-y: 0vh;
  --wwx-moon-scale: 1;
  --wwx-moon-opacity: 0.94;
}

.wirewolf-next .wwx-home[data-wwx-scene] {
  --moon-x: 0vw;
  --moon-y: 0vh;
  --moon-scale: 1;
}

.wirewolf-next .wwx-home[data-wwx-scene] .wwx-moon {
  opacity: var(--wwx-moon-opacity);
}

.wirewolf-next .wwx-moon {
  transform:
    translate3d(
      calc(var(--wwx-moon-drift-x) + var(--wwx-pointer-x) * -8px),
      calc(var(--wwx-moon-drift-y) + var(--wwx-pointer-y) * -5px),
      0
    )
    scale(var(--wwx-moon-scale));
}

.wirewolf-next .wwx-route-path,
.wirewolf-next .wwx-attack-path,
.wirewolf-next .wwx-route-path-two,
.wirewolf-next .wwx-attack-path-soft {
  stroke: rgba(231, 245, 255, 0.72);
  filter: drop-shadow(0 0 10px rgba(231, 245, 255, 0.22));
}

.wirewolf-next .wwx-route-path-two,
.wirewolf-next .wwx-attack-path-soft {
  stroke: rgba(138, 178, 201, 0.64);
}

@media (min-width: 1181px) {
  .wirewolf-next .wwx-scene {
    min-height: 132svh;
    padding: clamp(130px, 14vw, 210px) 0;
  }

  .wirewolf-next .wwx-fracture .section-shell,
  .wirewolf-next .wwx-attack .section-shell,
  .wirewolf-next .wwx-proof .section-shell {
    width: min(1620px, calc(100% - 48px));
  }

  .wirewolf-next .wwx-fracture .wwx-two-column {
    grid-template-columns: minmax(390px, 0.72fr) minmax(680px, 1.28fr);
    align-items: center;
  }

  .wirewolf-next .wwx-fracture .wwx-sticky-copy {
    align-self: center;
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * -70px), calc((0.5 - var(--scene-local, 0.5)) * 34px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * -5deg));
  }

  .wirewolf-next .wwx-fragment-system {
    position: relative;
    min-height: 760px;
    display: block;
    perspective: 1200px;
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * 74px), calc((0.5 - var(--scene-local, 0.5)) * -58px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * 6deg));
  }

  .wirewolf-next .wwx-fragment-system::before {
    content: "";
    position: absolute;
    inset: 0 0 130px;
    border: 1px solid rgba(226, 242, 255, 0.13);
    border-radius: 8px;
    background:
      radial-gradient(circle at 78% 20%, rgba(231, 245, 255, 0.13), transparent 24%),
      radial-gradient(circle at 28% 70%, rgba(138, 178, 201, 0.12), transparent 28%),
      linear-gradient(145deg, rgba(226, 242, 255, 0.06), rgba(2, 5, 10, 0.42));
    box-shadow: 0 44px 140px rgba(0, 0, 0, 0.34);
  }

  .wirewolf-next .wwx-fragment-system::after {
    content: "";
    position: absolute;
    inset: 9% 7% 30%;
    background:
      linear-gradient(16deg, transparent 0 14%, rgba(226, 242, 255, 0.18) 14.2%, transparent 14.6% 38%, rgba(226, 242, 255, 0.12) 38.3%, transparent 38.8%),
      linear-gradient(164deg, transparent 0 24%, rgba(138, 178, 201, 0.16) 24.2%, transparent 24.7% 62%, rgba(226, 242, 255, 0.1) 62.2%, transparent 62.7%);
    opacity: calc(0.38 + var(--scene-focus, 0) * 0.42);
    transform: skewY(-6deg);
    pointer-events: none;
  }

  .wirewolf-next .wwx-fragment-rail {
    position: absolute;
    inset: 42px 40px 235px;
    min-height: 0;
    display: block;
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .wirewolf-next .wwx-fragment-rail::before {
    display: none;
  }

  .wirewolf-next .wwx-fragment-rail span {
    position: absolute;
    display: grid;
    place-items: center;
    width: 160px;
    min-height: 58px;
    padding: 0 18px;
    color: rgba(231, 245, 255, 0.78);
    background: rgba(2, 5, 10, 0.72);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    transform:
      translate3d(0, calc((1 - var(--scene-focus, 0)) * 44px), calc(var(--scene-focus, 0) * 60px))
      rotate(calc((1 - var(--scene-focus, 0)) * -4deg));
  }

  .wirewolf-next .wwx-fragment-rail span:nth-child(1) { left: 4%; top: 14%; }
  .wirewolf-next .wwx-fragment-rail span:nth-child(2) { left: 34%; top: 5%; }
  .wirewolf-next .wwx-fragment-rail span:nth-child(3) { right: 5%; top: 19%; }
  .wirewolf-next .wwx-fragment-rail span:nth-child(4) { left: 10%; bottom: 9%; }
  .wirewolf-next .wwx-fragment-rail span:nth-child(5) { left: 43%; bottom: 16%; }
  .wirewolf-next .wwx-fragment-rail span:nth-child(6) { right: 7%; bottom: 7%; }

  .wirewolf-next .wwx-fragment-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 84px;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.72fr 0.78fr 0.72fr;
    gap: 18px;
  }

  .wirewolf-next .wwx-fragment-stats article {
    min-height: 255px;
    transform:
      translate3d(0, calc((1 - var(--scene-focus, 0)) * 80px), 0)
      rotateX(calc((1 - var(--scene-focus, 0)) * 9deg));
  }

  .wirewolf-next .wwx-fragment-stats article:nth-child(2) {
    margin-top: -34px;
    transform:
      translate3d(0, calc((1 - var(--scene-focus, 0)) * -48px), 0)
      rotateX(calc((1 - var(--scene-focus, 0)) * -7deg));
  }

  .wirewolf-next .wwx-unification-strip {
    position: absolute;
    left: 9%;
    right: 9%;
    bottom: 0;
    z-index: 3;
  }

  .wirewolf-next .wwx-os .section-shell {
    width: min(1620px, calc(100% - 48px));
    min-height: 880px;
    display: grid;
    grid-template-columns: minmax(360px, 0.58fr) minmax(760px, 1.42fr);
    gap: clamp(36px, 5vw, 86px);
    align-items: center;
  }

  .wirewolf-next .wwx-os .wwx-section-head {
    grid-column: 1;
    text-align: left;
    margin: 0;
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * -80px), calc((0.5 - var(--scene-local, 0.5)) * 40px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * -7deg));
  }

  .wirewolf-next .wwx-os .wwx-section-head h2,
  .wirewolf-next .wwx-os .wwx-section-head .wwx-lede {
    margin-left: 0;
    margin-right: 0;
  }

  .wirewolf-next .wwx-os .wwx-section-head h2 {
    font-size: clamp(3.4rem, 5vw, 6.1rem);
  }

  .wirewolf-next .wwx-os .wwx-module-system {
    grid-column: 2;
    margin-top: 0;
    grid-template-columns: 190px minmax(0, 1fr);
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * 90px), calc((0.5 - var(--scene-local, 0.5)) * -50px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * 5deg));
  }

  .wirewolf-next .wwx-os .wwx-alpha-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wirewolf-next .wwx-module-visual {
    min-height: 650px;
  }

  .wirewolf-next .wwx-loop .section-shell {
    width: min(1620px, calc(100% - 48px));
    min-height: 820px;
    display: grid;
    grid-template-columns: minmax(360px, 0.62fr) minmax(720px, 1.38fr);
    gap: clamp(42px, 5vw, 88px);
    align-items: center;
  }

  .wirewolf-next .wwx-loop .wwx-section-head {
    text-align: left;
    margin: 0;
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * -78px), calc((0.5 - var(--scene-local, 0.5)) * 44px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * -8deg));
  }

  .wirewolf-next .wwx-loop .wwx-section-head h2 {
    max-width: 8.4ch;
    margin-left: 0;
    margin-right: 0;
  }

  .wirewolf-next .wwx-loop-grid {
    position: relative;
    min-height: 690px;
    display: block;
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * 92px), calc((0.5 - var(--scene-local, 0.5)) * -48px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * 7deg));
  }

  .wirewolf-next .wwx-loop-grid::before,
  .wirewolf-next .wwx-loop-grid::after {
    content: "";
    position: absolute;
    inset: 7% 11%;
    border: 1px solid rgba(226, 242, 255, 0.14);
    border-radius: 50%;
    transform: rotate(-12deg);
  }

  .wirewolf-next .wwx-loop-grid::after {
    inset: 18% 23%;
    border-color: rgba(138, 178, 201, 0.14);
    transform: rotate(18deg);
  }

  .wirewolf-next .wwx-loop-grid article {
    position: absolute;
    z-index: 2;
    width: min(360px, 42%);
    min-height: 290px;
  }

  .wirewolf-next .wwx-loop-grid article:nth-child(1) {
    left: 2%;
    top: 16%;
  }

  .wirewolf-next .wwx-loop-grid article:nth-child(2) {
    right: 5%;
    top: 2%;
  }

  .wirewolf-next .wwx-loop-grid article:nth-child(3) {
    left: 33%;
    bottom: 0;
  }

  .wirewolf-next .wwx-proof .wwx-proof-grid {
    grid-template-columns: minmax(430px, 0.72fr) minmax(720px, 1.28fr);
    align-items: center;
  }

  .wirewolf-next .wwx-proof-copy {
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * -88px), calc((0.5 - var(--scene-local, 0.5)) * 42px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * -6deg));
  }

  .wirewolf-next .wwx-report-wall {
    min-height: 650px;
    transform:
      translate3d(calc((1 - var(--scene-focus, 0)) * 80px), calc((0.5 - var(--scene-local, 0.5)) * -52px), 0)
      rotateY(calc((1 - var(--scene-focus, 0)) * 8deg));
  }

  .wirewolf-next .wwx-report-wall article {
    min-height: 260px;
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-fragment-system,
  .wirewolf-next .wwx-module-system,
  .wirewolf-next .wwx-loop-grid,
  .wirewolf-next .wwx-report-wall {
    transform: none;
  }
}

/* Broadway-inspired navigation and lunar hero art
   ===================================================== */
.wirewolf-next .site-nav-wrap::before {
  height: 118px;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.72), rgba(2, 5, 11, 0.16) 68%, transparent);
}

.wirewolf-next .site-nav,
.wirewolf-next .site-nav.is-scrolled {
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.wirewolf-next .site-nav {
  display: grid;
  grid-template-columns: auto minmax(420px, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
}

.wirewolf-next .brand-lockup {
  min-width: 0;
  padding: 0;
  gap: 14px;
}

.wirewolf-next .brand-wordmark {
  width: clamp(176px, 13vw, 224px);
}

.wirewolf-next .brand-tagline {
  width: 1px;
  max-width: 1px;
  height: 32px;
}

.wirewolf-next .nav-links {
  justify-content: center;
  gap: clamp(24px, 3.2vw, 48px);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wirewolf-next .nav-links a {
  min-height: auto;
  padding: 6px 0 10px;
  border-radius: 0;
  color: rgba(226, 242, 255, 0.7);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wirewolf-next .nav-links a::after {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-radius: 999px;
  background: #e7f5ff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
}

.wirewolf-next .nav-links a:hover,
.wirewolf-next .nav-links a.active {
  color: #f7fbfa;
  background: transparent;
  box-shadow: none;
}

.wirewolf-next .nav-links a:hover::after,
.wirewolf-next .nav-links a.active::after {
  opacity: 0.8;
  transform: scaleX(1);
}

.wirewolf-next .nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.wirewolf-next .nav-actions .button {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  text-transform: none;
}

.wirewolf-next .wwx-hero-art {
  min-height: 700px;
  display: grid;
  place-items: center;
  perspective: 1400px;
  transform:
    translate3d(calc(var(--wwx-pointer-x) * -12px), calc(var(--wwx-pointer-y) * -10px), 0)
    rotateY(calc(var(--wwx-pointer-x) * -1deg));
}

.wirewolf-next .wwx-lunar-system {
  position: relative;
  width: min(760px, 50vw);
  aspect-ratio: 1;
  transform-style: preserve-3d;
}

.wirewolf-next .wwx-lunar-system::before,
.wirewolf-next .wwx-lunar-system::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(226, 242, 255, 0.14);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-14deg);
}

.wirewolf-next .wwx-lunar-system::after {
  inset: 23%;
  border-color: rgba(138, 178, 201, 0.16);
  transform: rotateX(68deg) rotateZ(28deg);
}

.wirewolf-next .wwx-lunar-glow {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 44%, rgba(226, 242, 255, 0.22), transparent 18%),
    radial-gradient(circle at 48% 50%, rgba(138, 178, 201, 0.2), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(170, 255, 0, 0.055), transparent 58%);
  filter: blur(16px);
  animation: wwxLunarBreath 7.5s ease-in-out infinite;
}

.wirewolf-next .wwx-lunar-moon {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 36%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #ffffff, #e7f5ff 42%, #9fb8c5 78%, #4e6978 100%);
  box-shadow:
    0 0 70px rgba(226, 242, 255, 0.34),
    0 0 190px rgba(138, 178, 201, 0.18);
  transform: translate3d(-50%, -50%, 110px);
  animation: wwxLunarFloat 8s ease-in-out infinite;
}

.wirewolf-next .wwx-lunar-moon::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 42% 44%, rgba(50, 70, 82, 0.18), transparent 18%),
    radial-gradient(circle at 63% 38%, rgba(50, 70, 82, 0.15), transparent 14%),
    radial-gradient(circle at 58% 67%, rgba(50, 70, 82, 0.14), transparent 17%);
  mix-blend-mode: multiply;
}

.wirewolf-next .wwx-howl-ring {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 42%;
  height: 17%;
  border: 1px solid rgba(226, 242, 255, 0.16);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 90px) rotate(-12deg);
  animation: wwxHowlExpand 5.8s ease-in-out infinite;
}

.wirewolf-next .wwx-howl-ring-two {
  animation-delay: 1.25s;
}

.wirewolf-next .wwx-howl-ring-three {
  animation-delay: 2.5s;
}

.wirewolf-next .wwx-wolf-mark {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 3;
  width: 13%;
  transform: translate3d(-50%, -50%, 160px);
  opacity: 0.88;
  filter: drop-shadow(0 0 28px rgba(226, 242, 255, 0.2));
}

.wirewolf-next .wwx-wolf-mark img {
  width: 100%;
  height: auto;
}

.wirewolf-next .wwx-constellation-node {
  position: absolute;
  z-index: 4;
  min-width: 112px;
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  border: 1px solid rgba(226, 242, 255, 0.16);
  border-radius: 999px;
  background: rgba(2, 5, 10, 0.58);
  color: rgba(226, 242, 255, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.26);
  animation: wwxNodeOrbit 8s ease-in-out infinite;
}

.wirewolf-next .node-pentest { left: 2%; top: 48%; animation-delay: 0.1s; }
.wirewolf-next .node-osint { left: 22%; top: 13%; animation-delay: 0.8s; }
.wirewolf-next .node-cve { right: 9%; top: 22%; animation-delay: 1.4s; }
.wirewolf-next .node-proof { right: 4%; bottom: 26%; animation-delay: 2s; }
.wirewolf-next .node-validate { left: 22%; bottom: 9%; animation-delay: 2.6s; }

.wirewolf-next .wwx-alpha-signal {
  position: absolute;
  left: 50%;
  bottom: 2%;
  z-index: 5;
  min-width: 260px;
  padding: 18px 22px;
  border: 1px solid rgba(226, 242, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(226, 242, 255, 0.09), rgba(2, 5, 10, 0.58)),
    rgba(2, 5, 10, 0.66);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.wirewolf-next .wwx-alpha-signal span {
  color: #e7f5ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-alpha-signal strong {
  display: block;
  margin-top: 8px;
  color: #f7fbfa;
  font-size: 1.02rem;
  font-weight: 600;
}

@keyframes wwxLunarBreath {
  0%, 100% {
    opacity: 0.72;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes wwxLunarFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@keyframes wwxHowlExpand {
  0%, 28% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 90px) rotate(-12deg) scale(0.52);
  }
  46% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 90px) rotate(-12deg) scale(1.85);
  }
}

@keyframes wwxNodeOrbit {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@media (max-width: 1100px) {
  .wirewolf-next .site-nav {
    grid-template-columns: auto 48px;
  }

  .wirewolf-next .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .wirewolf-next .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 12px;
    padding: 18px;
    border: 1px solid rgba(226, 242, 255, 0.13);
    border-radius: 8px;
    background: rgba(2, 5, 10, 0.86);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .wirewolf-next .nav-links.is-open {
    display: grid;
    gap: 12px;
  }

  .wirewolf-next .nav-links a {
    min-height: 42px;
  }

  .wirewolf-next .nav-actions {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
  }

  .wirewolf-next .nav-links.is-open + .nav-actions {
    display: flex;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-hero-art {
    min-height: 420px;
  }

  .wirewolf-next .wwx-lunar-system {
    width: min(430px, 108vw);
    margin-left: 5vw;
  }

  .wirewolf-next .wwx-constellation-node {
    min-width: 88px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.58rem;
  }

  .wirewolf-next .wwx-alpha-signal {
    min-width: 220px;
    padding: 14px 16px;
  }

  .wirewolf-next .nav-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-lunar-glow,
  .wirewolf-next .wwx-lunar-moon,
  .wirewolf-next .wwx-howl-ring,
  .wirewolf-next .wwx-constellation-node {
    animation: none;
  }
}

/* Hero rebuild: moonlit hunt scene, no orb centerpiece */
.wirewolf-next .wwx-hero-art {
  min-height: 720px;
  display: block;
  perspective: none;
  transform: translate3d(calc(var(--wwx-pointer-x) * -10px), calc(var(--wwx-pointer-y) * -8px), 0);
}

.wirewolf-next .wwx-hero .wwx-hero-copy {
  align-self: center;
  max-width: 560px;
  padding-top: clamp(46px, 8vh, 100px);
}

.wirewolf-next .wwx-hero .wwx-kicker {
  max-width: 34ch;
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
}

.wirewolf-next .wwx-hero .wwx-lede {
  max-width: 44ch;
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.64;
}

.wirewolf-next .wwx-hero .wwx-actions {
  margin-top: 28px;
}

@media (min-width: 1181px) {
  .wirewolf-next .wwx-hero-grid {
    display: block;
    min-height: 820px;
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    max-width: min(1180px, 86vw);
    margin: 0 auto;
    padding-top: clamp(84px, 13vh, 142px);
    text-align: center;
  }

  .wirewolf-next .wwx-hero .wwx-eyebrow,
  .wirewolf-next .wwx-hero .wwx-actions {
    justify-content: center;
  }

  .wirewolf-next .wwx-hero .wwx-kicker,
  .wirewolf-next .wwx-hero .wwx-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: 15ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(3.8rem, 6vw, 7.35rem);
  }

  .wirewolf-next .wwx-hero-art {
    position: absolute;
    inset: 0;
    z-index: -1;
    min-height: 100%;
    opacity: 0.82;
  }

  .wirewolf-next .wwx-hunt-scene {
    width: 58vw;
    min-height: 760px;
    margin-left: auto;
    margin-right: 0;
  }
}

.wirewolf-next .wwx-hunt-scene {
  position: relative;
  width: min(780px, 52vw);
  min-height: 720px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 0;
}

.wirewolf-next .wwx-hunt-scene::before {
  content: "";
  position: absolute;
  inset: 4% 2% 18% 6%;
  background:
    radial-gradient(circle at 28% 74%, rgba(226, 242, 255, 0.12), transparent 18%),
    radial-gradient(circle at 76% 22%, rgba(226, 242, 255, 0.1), transparent 24%),
    linear-gradient(128deg, transparent 0 42%, rgba(226, 242, 255, 0.08) 52%, transparent 72%);
  filter: blur(2px);
  opacity: 0.88;
}

.wirewolf-next .wwx-hunt-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.42), transparent 24%, transparent 72%, rgba(2, 5, 11, 0.2)),
    linear-gradient(180deg, transparent 58%, rgba(2, 5, 11, 0.86));
  pointer-events: none;
}

.wirewolf-next .wwx-night-fog {
  position: absolute;
  left: -12%;
  right: -12%;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(138, 178, 201, 0.16), rgba(138, 178, 201, 0.04) 42%, transparent 72%);
  filter: blur(24px);
  opacity: 0.68;
  animation: wwxFogDrift 11s ease-in-out infinite;
}

.wirewolf-next .wwx-night-fog-one {
  top: 22%;
}

.wirewolf-next .wwx-night-fog-two {
  top: 52%;
  opacity: 0.48;
  animation-delay: -4s;
  animation-duration: 14s;
}

.wirewolf-next .wwx-moonlight-slice {
  position: absolute;
  top: -5%;
  right: 7%;
  width: 42%;
  height: 92%;
  background: linear-gradient(164deg, rgba(226, 242, 255, 0.18), rgba(226, 242, 255, 0.035) 42%, transparent 72%);
  clip-path: polygon(32% 0, 100% 0, 54% 100%, 0 100%);
  opacity: 0.82;
  mix-blend-mode: screen;
  transform: translate3d(calc(var(--wwx-pointer-x) * -16px), calc(var(--wwx-pointer-y) * -12px), 0);
}

.wirewolf-next .wwx-howl-waves {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.wirewolf-next .wwx-howl-waves path {
  fill: none;
  stroke: rgba(226, 242, 255, 0.46);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 12 22;
  filter: drop-shadow(0 0 10px rgba(226, 242, 255, 0.22));
  animation: wwxHowlPath 6.5s linear infinite;
}

.wirewolf-next .wwx-howl-waves path:nth-child(2) {
  stroke: rgba(138, 178, 201, 0.44);
  animation-duration: 8s;
}

.wirewolf-next .wwx-howl-waves path:nth-child(3) {
  stroke: rgba(226, 242, 255, 0.24);
  animation-duration: 9s;
}

.wirewolf-next .wwx-exposure-light {
  position: absolute;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e7f5ff;
  box-shadow:
    0 0 16px rgba(226, 242, 255, 0.64),
    0 0 42px rgba(138, 178, 201, 0.24);
  animation: wwxExposurePulse 4.8s ease-in-out infinite;
}

.wirewolf-next .wwx-exposure-light-one { right: 15%; top: 26%; }
.wirewolf-next .wwx-exposure-light-two { right: 29%; top: 51%; animation-delay: 1.1s; }
.wirewolf-next .wwx-exposure-light-three { right: 9%; bottom: 27%; animation-delay: 2.15s; }

.wirewolf-next .wwx-ridge {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 0;
  z-index: 2;
}

.wirewolf-next .wwx-ridge-back {
  height: 42%;
  bottom: 9%;
  background: linear-gradient(180deg, rgba(17, 35, 49, 0), rgba(9, 21, 32, 0.88) 46%, rgba(2, 5, 11, 0.96));
  clip-path: polygon(0 76%, 12% 58%, 25% 71%, 39% 38%, 52% 62%, 67% 33%, 84% 67%, 100% 48%, 100% 100%, 0 100%);
  opacity: 0.8;
}

.wirewolf-next .wwx-ridge-front {
  height: 34%;
  background: linear-gradient(180deg, rgba(9, 18, 28, 0), rgba(1, 4, 9, 0.96) 42%, #010306 100%);
  clip-path: polygon(0 52%, 10% 42%, 20% 59%, 33% 32%, 46% 58%, 59% 41%, 72% 62%, 88% 36%, 100% 48%, 100% 100%, 0 100%);
}

.wirewolf-next .wwx-wolf-ridge {
  position: absolute;
  left: 24%;
  bottom: 25%;
  z-index: 6;
  width: clamp(78px, 8vw, 118px);
  opacity: 0.92;
  filter:
    drop-shadow(0 0 18px rgba(226, 242, 255, 0.2))
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.44));
  transform: translate3d(calc(var(--wwx-pointer-x) * 8px), calc(var(--wwx-pointer-y) * 4px), 0);
}

.wirewolf-next .wwx-wolf-ridge img {
  width: 100%;
  height: auto;
}

.wirewolf-next .wwx-hunt-caption {
  position: absolute;
  right: 7%;
  bottom: 18%;
  z-index: 7;
  width: min(340px, 44%);
  padding-left: 18px;
  border-left: 1px solid rgba(226, 242, 255, 0.28);
  text-align: left;
}

.wirewolf-next .wwx-hunt-caption span {
  color: rgba(226, 242, 255, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-hunt-caption strong {
  display: block;
  margin-top: 10px;
  color: #f7fbfa;
  font-size: clamp(1.16rem, 1.6vw, 1.42rem);
  font-weight: 600;
  line-height: 1.18;
}

@keyframes wwxFogDrift {
  0%, 100% {
    transform: translate3d(-4%, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(5%, -7%, 0) scale(1.08);
  }
}

@keyframes wwxHowlPath {
  to {
    stroke-dashoffset: -160;
  }
}

@keyframes wwxExposurePulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.76);
  }
  48% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-hunt-scene {
    width: min(430px, 112vw);
    min-height: 430px;
    margin-left: -2vw;
  }

  .wirewolf-next .wwx-wolf-ridge {
    left: 20%;
    bottom: 28%;
  }

  .wirewolf-next .wwx-hunt-caption {
    right: 5%;
    bottom: 18%;
    width: 52%;
  }

  .wirewolf-next .wwx-hunt-caption strong {
    font-size: 1rem;
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    max-width: min(680px, 100%);
  }

  .wirewolf-next .wwx-hero-art {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-hero {
    min-height: 100svh;
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    max-width: min(100%, 350px);
    padding-top: 28px;
  }

  .wirewolf-next .wwx-hero .wwx-eyebrow {
    max-width: 100%;
    white-space: normal;
  }

  .wirewolf-next .wwx-hero .wwx-kicker,
  .wirewolf-next .wwx-hero .wwx-lede {
    max-width: 32ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-night-fog,
  .wirewolf-next .wwx-howl-waves path,
  .wirewolf-next .wwx-exposure-light {
    animation: none;
  }
}

/* Scroll-traveling wolf and larger moving moon */
.wirewolf-next .wwx-moon {
  left: -110px;
  width: clamp(156px, 18vw, 292px);
}

.wirewolf-next .wwx-ground-wolf {
  position: fixed;
  left: 0;
  bottom: clamp(-94px, -8vh, -46px);
  z-index: 0;
  width: clamp(170px, 14vw, 260px);
  aspect-ratio: 1.25;
  pointer-events: none;
  opacity: 0.46;
  transform:
    translate3d(
      var(--wwx-wolf-x, 4vw),
      0,
      0
    )
    scaleX(1);
  filter:
    drop-shadow(0 0 22px rgba(226, 242, 255, 0.12))
    drop-shadow(0 26px 32px rgba(0, 0, 0, 0.5));
}

.wirewolf-next .wwx-ground-wolf img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  filter:
    invert(1)
    brightness(0.72)
    sepia(0.16)
    saturate(0.62)
    drop-shadow(0 0 18px rgba(226, 242, 255, 0.22))
    drop-shadow(0 28px 34px rgba(0, 0, 0, 0.62));
  transform-origin: 50% 92%;
  transition: opacity 220ms ease, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wirewolf-next .wwx-wolf-walk {
  opacity: 1;
  animation: wwxWolfStopMotion 0.72s steps(4, end) infinite;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-walk {
  animation-play-state: paused;
  transform:
    translateY(10px)
    rotate(-3deg)
    scaleX(0.94)
    scaleY(0.84);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-ground-wolf {
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes wwxWolfStopMotion {
  0% {
    transform: translateX(0) skewX(0deg) scaleY(1);
  }
  25% {
    transform: translateX(2px) skewX(-1.2deg) scaleY(0.995);
  }
  50% {
    transform: translateX(0) skewX(0.8deg) scaleY(1);
  }
  75% {
    transform: translateX(-2px) skewX(1.2deg) scaleY(0.995);
  }
  100% {
    transform: translateX(0) skewX(0deg) scaleY(1);
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-moon {
    left: -56px;
    width: 146px;
  }

  .wirewolf-next .wwx-ground-wolf {
    bottom: 8px;
    width: 118px;
    opacity: 0.42;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-wolf-leg-front-a,
  .wirewolf-next .wwx-wolf-leg-back-b,
  .wirewolf-next .wwx-wolf-leg-front-b,
  .wirewolf-next .wwx-wolf-leg-back-a,
  .wirewolf-next .wwx-wolf-tail,
  .wirewolf-next .wwx-wolf-walk {
    animation: none;
  }
}

/* Hero focus reset: let the moonlit hunt own the first viewport. */
.wirewolf-next .wwx-hero {
  min-height: 100svh;
  padding-top: clamp(104px, 12vh, 142px);
  padding-bottom: clamp(72px, 8vh, 118px);
}

.wirewolf-next .wwx-hero-grid {
  display: block;
  width: min(1440px, calc(100% - 64px));
  min-height: auto;
}

.wirewolf-next .wwx-hero > .section-shell {
  opacity: 1;
  transform: none;
}

.wirewolf-next .wwx-hero .wwx-hero-copy {
  max-width: min(1240px, 90vw);
  margin: 0 auto;
  padding-top: clamp(20px, 4vh, 62px);
  padding-bottom: clamp(150px, 17vh, 220px);
  text-align: center;
}

.wirewolf-next .wwx-hero-art {
  display: none;
}

.wirewolf-next .wwx-hero .wwx-eyebrow,
.wirewolf-next .wwx-hero .wwx-actions {
  justify-content: center;
}

.wirewolf-next .wwx-hero .wwx-kicker,
.wirewolf-next .wwx-hero .wwx-lede {
  margin-left: auto;
  margin-right: auto;
}

.wirewolf-next .wwx-hero .wwx-kicker {
  max-width: 58ch;
  font-size: clamp(0.98rem, 1vw, 1.12rem);
}

.wirewolf-next .wwx-hero h1 {
  max-width: min(1120px, 86vw);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.1rem, 4.85vw, 5.8rem);
  line-height: 0.95;
}

.wirewolf-next .wwx-hero .wwx-lede {
  max-width: 74ch;
  font-size: clamp(0.98rem, 1vw, 1.1rem);
  line-height: 1.62;
}

.wirewolf-next .wwx-ground-wolf {
  bottom: clamp(-112px, -10vh, -66px);
  z-index: 2;
  width: clamp(148px, 11vw, 226px);
  opacity: 0.42;
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-hero-grid {
    width: min(920px, calc(100% - 44px));
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    max-width: min(780px, 100%);
    padding-top: 48px;
    padding-bottom: 170px;
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: min(760px, 92vw);
    font-size: clamp(2.9rem, 7.2vw, 4.6rem);
  }

  .wirewolf-next .wwx-hero .wwx-kicker,
  .wirewolf-next .wwx-hero .wwx-lede {
    max-width: 62ch;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-hero {
    padding-top: 96px;
    padding-bottom: 54px;
  }

  .wirewolf-next .wwx-hero-grid {
    width: min(calc(100% - 30px), 460px);
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 178px;
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: 11.6ch;
    font-size: clamp(2.45rem, 11.8vw, 3.35rem);
    line-height: 0.98;
  }

  .wirewolf-next .wwx-hero .wwx-kicker,
  .wirewolf-next .wwx-hero .wwx-lede {
    max-width: 34ch;
  }

  .wirewolf-next .wwx-ground-wolf {
    bottom: -4px;
    width: 112px;
    opacity: 0.38;
  }
}

/* Articulated wolf rig: visible body, real limb motion, idle sitting pose. */
.wirewolf-next .wwx-ground-wolf {
  bottom: clamp(24px, 3.2vh, 44px);
  z-index: 3;
  width: clamp(230px, 18vw, 340px);
  aspect-ratio: 430 / 230;
  opacity: 0.78;
  transform:
    translate3d(
      var(--wwx-wolf-x, 4vw),
      0,
      0
    )
    scaleX(1);
  filter:
    drop-shadow(0 0 24px rgba(226, 242, 255, 0.16))
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.58));
}

.wirewolf-next .wwx-wolf-rig {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.wirewolf-next .wwx-wolf-rig path,
.wirewolf-next .wwx-wolf-rig ellipse,
.wirewolf-next .wwx-wolf-rig circle {
  vector-effect: non-scaling-stroke;
}

.wirewolf-next .wwx-wolf-mover,
.wirewolf-next .wwx-wolf-body,
.wirewolf-next .wwx-wolf-head,
.wirewolf-next .wwx-wolf-tail,
.wirewolf-next .wwx-wolf-leg {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wirewolf-next .wwx-wolf-body,
.wirewolf-next .wwx-wolf-head,
.wirewolf-next .wwx-wolf-tail,
.wirewolf-next .wwx-wolf-leg {
  fill: rgba(188, 197, 191, 0.9);
  stroke: rgba(247, 251, 250, 0.16);
  stroke-width: 1.2;
}

.wirewolf-next .wwx-wolf-leg-hind-far,
.wirewolf-next .wwx-wolf-leg-front-far {
  fill: rgba(132, 141, 136, 0.74);
}

.wirewolf-next .wwx-wolf-back,
.wirewolf-next .wwx-wolf-chest {
  fill: rgba(188, 197, 191, 0.92);
}

.wirewolf-next .wwx-wolf-hackle {
  fill: rgba(216, 225, 220, 0.72);
  stroke: rgba(247, 251, 250, 0.08);
}

.wirewolf-next .wwx-wolf-ruff {
  fill: rgba(146, 156, 150, 0.88);
}

.wirewolf-next .wwx-wolf-eye {
  fill: #aaff00;
  stroke: none;
  filter: drop-shadow(0 0 6px rgba(170, 255, 0, 0.5));
}

.wirewolf-next .wwx-wolf-ground-shadow {
  fill: rgba(0, 0, 0, 0.44);
  filter: blur(5px);
}

.wirewolf-next .wwx-wolf-body {
  animation: wwxWolfBodyPace 0.86s linear infinite;
}

.wirewolf-next .wwx-wolf-head {
  transform-origin: 18% 62%;
  animation: wwxWolfHeadPace 0.86s linear infinite;
}

.wirewolf-next .wwx-wolf-tail {
  transform-origin: 92% 58%;
  animation: wwxWolfTailPace 0.86s linear infinite;
}

.wirewolf-next .wwx-wolf-leg {
  transform-origin: 50% 8%;
}

.wirewolf-next .wwx-wolf-leg-hind-near {
  animation: wwxWolfHindNear 0.86s linear infinite;
}

.wirewolf-next .wwx-wolf-leg-front-near {
  animation: wwxWolfFrontNear 0.86s linear infinite;
}

.wirewolf-next .wwx-wolf-leg-hind-far {
  animation: wwxWolfHindFar 0.86s linear infinite;
}

.wirewolf-next .wwx-wolf-leg-front-far {
  animation: wwxWolfFrontFar 0.86s linear infinite;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-body,
.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-head,
.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-tail,
.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-leg {
  animation-play-state: paused;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-body {
  transform: translate3d(6px, 28px, 0) rotate(-6deg) scaleY(0.92);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-head {
  transform: translate3d(-10px, 4px, 0) rotate(-10deg);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-tail {
  transform: translate3d(18px, 28px, 0) rotate(-24deg) scaleX(0.92);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-leg-hind-near {
  transform: translate3d(16px, 22px, 0) rotate(58deg) scaleY(0.74);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-leg-hind-far {
  transform: translate3d(22px, 28px, 0) rotate(38deg) scaleY(0.7);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-leg-front-near {
  transform: translate3d(-4px, 14px, 0) rotate(-8deg) scaleY(0.92);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-leg-front-far {
  transform: translate3d(4px, 16px, 0) rotate(8deg) scaleY(0.86);
}

@keyframes wwxWolfBodyPace {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -1px, 0) rotate(0.6deg);
  }
}

@keyframes wwxWolfHeadPace {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2.4deg);
  }
}

@keyframes wwxWolfTailPace {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

@keyframes wwxWolfHindNear {
  0%, 100% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(-10deg) translate3d(-3px, 0, 0);
  }
  50% {
    transform: rotate(-24deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(6deg) translate3d(3px, 0, 0);
  }
}

@keyframes wwxWolfFrontNear {
  0%, 100% {
    transform: rotate(-22deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(-4deg) translate3d(2px, 0, 0);
  }
  50% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(4deg) translate3d(-2px, 0, 0);
  }
}

@keyframes wwxWolfHindFar {
  0%, 100% {
    transform: rotate(-20deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }
}

@keyframes wwxWolfFrontFar {
  0%, 100% {
    transform: rotate(20deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-18deg) translate3d(0, 0, 0);
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-ground-wolf {
    bottom: 18px;
    width: 178px;
    opacity: 0.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-wolf-body,
  .wirewolf-next .wwx-wolf-head,
  .wirewolf-next .wwx-wolf-tail,
  .wirewolf-next .wwx-wolf-leg {
    animation: none;
  }
}

/* Real wolf sprite pass: transparent walk cycle with matching sitting frame. */
.wirewolf-next .wwx-page {
  overflow: visible;
}

.wirewolf-next .wwx-ground-wolf {
  bottom: clamp(34px, 4.2vh, 62px);
  width: clamp(320px, 24vw, 470px);
  aspect-ratio: 396 / 271;
  opacity: 0.86;
  transition: transform 180ms linear;
  filter:
    drop-shadow(0 0 24px rgba(226, 242, 255, 0.14))
    drop-shadow(0 28px 38px rgba(0, 0, 0, 0.66));
}

.wirewolf-next .wwx-ground-wolf::before,
.wirewolf-next .wwx-ground-wolf::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wirewolf-next .wwx-ground-wolf::before {
  left: -2%;
  right: -3%;
  bottom: -0.5%;
  z-index: 0;
  height: 12%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 16% 68%, rgba(0, 0, 0, 0.8) 0 8%, transparent 20%),
    radial-gradient(ellipse at 34% 70%, rgba(0, 0, 0, 0.7) 0 7%, transparent 18%),
    radial-gradient(ellipse at 58% 68%, rgba(0, 0, 0, 0.76) 0 8%, transparent 20%),
    radial-gradient(ellipse at 78% 70%, rgba(0, 0, 0, 0.62) 0 6%, transparent 17%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 20%, rgba(0, 0, 0, 0.34) 54%, rgba(0, 0, 0, 0.18) 82%, transparent 100%);
  filter: blur(4px);
  opacity: 0.76;
  transform: scaleY(0.36);
  transform-origin: center bottom;
}

.wirewolf-next .wwx-ground-wolf::after {
  left: 8%;
  right: 17%;
  bottom: 0.5%;
  z-index: 1;
  height: 7%;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 15% 55%, rgba(226, 242, 255, 0.1) 0 4%, transparent 12%),
    radial-gradient(ellipse at 36% 58%, rgba(103, 139, 158, 0.14) 0 7%, transparent 20%),
    radial-gradient(ellipse at 61% 56%, rgba(226, 242, 255, 0.08) 0 4%, transparent 14%),
    linear-gradient(90deg, transparent 0 8%, rgba(70, 100, 118, 0.06) 12% 18%, transparent 22% 31%, rgba(226, 242, 255, 0.07) 36% 42%, transparent 47% 58%, rgba(70, 100, 118, 0.07) 63% 69%, transparent 74% 100%);
  clip-path: polygon(0 47%, 9% 49%, 17% 44%, 28% 50%, 39% 45%, 50% 51%, 61% 46%, 73% 50%, 85% 45%, 100% 49%, 100% 60%, 86% 58%, 75% 63%, 62% 58%, 51% 62%, 38% 57%, 26% 63%, 15% 58%, 0 62%);
  filter: blur(0.5px);
  opacity: 0.38;
}

.wirewolf-next .wwx-wolf-sprite-window {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
}

.wirewolf-next .wwx-wolf-sprite-window::before,
.wirewolf-next .wwx-wolf-sprite-window::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wirewolf-next .wwx-wolf-sprite-window::before {
  left: 5%;
  right: 9%;
  bottom: 0.6%;
  z-index: 0;
  height: 8%;
  background:
    radial-gradient(ellipse at 12% 66%, rgba(0, 0, 0, 0.9) 0 3.2%, transparent 8.8%),
    radial-gradient(ellipse at 30% 69%, rgba(0, 0, 0, 0.82) 0 3%, transparent 8.2%),
    radial-gradient(ellipse at 58% 66%, rgba(0, 0, 0, 0.88) 0 3.3%, transparent 9%),
    radial-gradient(ellipse at 79% 69%, rgba(0, 0, 0, 0.78) 0 2.8%, transparent 8%);
  filter: blur(2px);
  opacity: 0.82;
  transform: scaleY(0.42);
  transform-origin: center bottom;
}

.wirewolf-next .wwx-wolf-sprite-window::after {
  left: 8%;
  right: 17%;
  bottom: 2.4%;
  z-index: 0;
  height: 6%;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 13% 58%, rgba(226, 242, 255, 0.09) 0 3.8%, transparent 9%),
    radial-gradient(ellipse at 31% 61%, rgba(103, 139, 158, 0.12) 0 4%, transparent 10%),
    radial-gradient(ellipse at 59% 58%, rgba(226, 242, 255, 0.07) 0 3.5%, transparent 9%),
    radial-gradient(ellipse at 79% 61%, rgba(103, 139, 158, 0.1) 0 3.4%, transparent 9%);
  filter: blur(1.4px);
  opacity: 0.34;
  transform: scaleY(0.4);
  transform-origin: center bottom;
}

.wirewolf-next .wwx-wolf-walk-strip {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../images/wolf-real-walk-sprite.png");
  background-position: 0 100%;
  background-size: 500% 100%;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  transform-origin: left bottom;
  animation: wwxRealWolfWalk 2.65s step-end infinite;
  transition:
    opacity 140ms ease,
    visibility 0s linear 140ms;
}

.wirewolf-next .wwx-ground-wolf .wwx-wolf-sit-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  visibility: hidden;
  filter: none;
  transform: translate3d(-5%, 4%, 0) scale(0.97) rotate(-1.5deg);
  transform-origin: center bottom;
  transition:
    opacity 520ms ease,
    visibility 0s linear 0s,
    transform 1100ms cubic-bezier(0.16, 0.84, 0.22, 1);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-walk-strip {
  display: none;
  opacity: 0;
  visibility: hidden;
  animation-play-state: paused;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-sit-frame {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-5%, 1.2%, 0) scale(1) rotate(0deg);
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-ground-wolf::before {
  left: 13%;
  right: 28%;
  bottom: -0.3%;
  height: 13%;
  background:
    radial-gradient(ellipse at 20% 68%, rgba(0, 0, 0, 0.84) 0 8%, transparent 22%),
    radial-gradient(ellipse at 47% 70%, rgba(0, 0, 0, 0.76) 0 10%, transparent 25%),
    radial-gradient(ellipse at 76% 70%, rgba(0, 0, 0, 0.58) 0 6%, transparent 18%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.18) 82%, transparent 100%);
  opacity: 0.8;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-ground-wolf::after {
  left: 14%;
  right: 36%;
  bottom: 0.2%;
  opacity: 0.34;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-sprite-window::before {
  left: 13%;
  right: 28%;
  bottom: 0.5%;
  background:
    radial-gradient(ellipse at 18% 67%, rgba(0, 0, 0, 0.9) 0 4.3%, transparent 11%),
    radial-gradient(ellipse at 40% 69%, rgba(0, 0, 0, 0.82) 0 4.5%, transparent 12%),
    radial-gradient(ellipse at 77% 69%, rgba(0, 0, 0, 0.74) 0 3.4%, transparent 10%);
  opacity: 0.84;
}

.wirewolf-next .wwx-home.wwx-wolf-resting .wwx-wolf-sprite-window::after {
  left: 14%;
  right: 36%;
  bottom: 2%;
  background:
    radial-gradient(ellipse at 18% 60%, rgba(226, 242, 255, 0.09) 0 4.2%, transparent 10%),
    radial-gradient(ellipse at 43% 62%, rgba(103, 139, 158, 0.12) 0 4.6%, transparent 11%),
    radial-gradient(ellipse at 76% 62%, rgba(226, 242, 255, 0.06) 0 3.6%, transparent 9%);
  opacity: 0.32;
}

@keyframes wwxRealWolfWalk {
  0%, 19.99% {
    background-position: 0 100%;
  }
  20%, 39.99% {
    background-position: 25% 100%;
  }
  40%, 59.99% {
    background-position: 50% 100%;
  }
  60%, 79.99% {
    background-position: 75% 100%;
  }
  80%, 99.99% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 100%;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-ground-wolf {
    bottom: 24px;
    width: 238px;
    opacity: 0.78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-wolf-walk-strip {
    animation: none;
  }
}

/* Laptop density pass: keep the night-hunt art, but let more content fit above the fold. */
@media (min-width: 901px) and (max-width: 1440px) {
  :root {
    --gutter: 40px;
  }

  .wirewolf-next .site-nav,
  .wirewolf-next .site-nav.is-scrolled {
    margin-top: 16px;
  }

  .wirewolf-next .site-nav {
    grid-template-columns: auto minmax(320px, 1fr) auto;
    gap: clamp(18px, 2.2vw, 34px);
  }

  .wirewolf-next .brand-wordmark {
    width: clamp(156px, 12vw, 188px);
  }

  .wirewolf-next .nav-links {
    gap: clamp(16px, 2vw, 28px);
  }

  .wirewolf-next .wwx-scene {
    min-height: 108svh;
    padding: clamp(88px, 8vw, 128px) 0;
  }

  .wirewolf-next .wwx-hero {
    min-height: 94svh;
    padding-top: clamp(86px, 9vh, 112px);
    padding-bottom: clamp(42px, 6vh, 76px);
  }

  .wirewolf-next .wwx-hero-grid {
    width: min(1160px, calc(100% - 40px));
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    max-width: min(980px, 88vw);
    padding-top: clamp(10px, 2.4vh, 34px);
    padding-bottom: clamp(92px, 12vh, 150px);
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: 16ch;
    font-size: clamp(2.72rem, 4.2vw, 4.65rem);
    line-height: 1;
  }

  .wirewolf-next .wwx-moon {
    left: clamp(-116px, -6vw, -72px);
    width: clamp(150px, 16vw, 224px);
    opacity: 0.58 !important;
    transform:
      translate3d(
        calc(var(--wwx-moon-drift-x) - 24vw + var(--wwx-pointer-x) * -8px),
        calc(var(--wwx-moon-drift-y) + var(--wwx-pointer-y) * -5px),
        0
      )
      scale(var(--wwx-moon-scale));
  }

  .wirewolf-next .wwx-moonbeam {
    opacity: 0.18;
  }

  .wirewolf-next .wwx-scene h2,
  .wirewolf-next .wwx-section-head h2,
  .wirewolf-next .wwx-os .wwx-section-head h2 {
    font-size: clamp(2.45rem, 4vw, 4.75rem);
    line-height: 0.96;
  }

  .wirewolf-next .wwx-lede {
    margin-top: 18px;
    font-size: clamp(0.96rem, 1vw, 1.04rem);
    line-height: 1.55;
  }

  .wirewolf-next .wwx-kicker {
    font-size: clamp(0.92rem, 0.95vw, 1rem);
    line-height: 1.5;
  }

  .wirewolf-next .wwx-actions {
    margin-top: 22px;
  }

  .wirewolf-next .wwx-fracture .section-shell,
  .wirewolf-next .wwx-attack .section-shell,
  .wirewolf-next .wwx-proof .section-shell,
  .wirewolf-next .wwx-os .section-shell,
  .wirewolf-next .wwx-loop .section-shell {
    width: min(1180px, calc(100% - 40px));
  }

  .wirewolf-next .wwx-fracture .wwx-two-column,
  .wirewolf-next .wwx-proof .wwx-proof-grid {
    grid-template-columns: minmax(310px, 0.72fr) minmax(520px, 1.28fr);
    gap: clamp(28px, 3.4vw, 54px);
  }

  .wirewolf-next .wwx-fragment-system {
    min-height: 620px;
  }

  .wirewolf-next .wwx-fragment-rail {
    inset: 30px 30px 198px;
  }

  .wirewolf-next .wwx-fragment-rail span {
    width: 132px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 0.68rem;
  }

  .wirewolf-next .wwx-fragment-stats {
    bottom: 68px;
    gap: 14px;
  }

  .wirewolf-next .wwx-fragment-stats article {
    min-height: 205px;
    padding: 22px;
  }

  .wirewolf-next .wwx-os .section-shell,
  .wirewolf-next .wwx-loop .section-shell {
    min-height: 680px;
    grid-template-columns: minmax(300px, 0.58fr) minmax(540px, 1.42fr);
    gap: clamp(28px, 3.5vw, 58px);
  }

  .wirewolf-next .wwx-os .wwx-module-system {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .wirewolf-next .wwx-module-button {
    padding: 14px;
  }

  .wirewolf-next .wwx-module-visual {
    min-height: 500px;
  }

  .wirewolf-next .wwx-loop-grid {
    min-height: 560px;
  }

  .wirewolf-next .wwx-loop-grid article {
    min-height: 230px;
    padding: 22px;
  }

  .wirewolf-next .wwx-report-wall {
    min-height: 520px;
  }

  .wirewolf-next .wwx-report-wall article {
    min-height: 210px;
    padding: 22px;
  }

  .wirewolf-next .wwx-ground-wolf {
    bottom: clamp(22px, 3vh, 42px);
    width: clamp(250px, 21vw, 360px);
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .wirewolf-next .wwx-scene {
    min-height: 100svh;
    padding-top: clamp(76px, 9vh, 104px);
    padding-bottom: clamp(70px, 8vh, 100px);
  }

  .wirewolf-next .wwx-hero {
    min-height: 92svh;
    padding-top: 84px;
    padding-bottom: 42px;
  }

  .wirewolf-next .wwx-hero .wwx-hero-copy {
    padding-top: 0;
    padding-bottom: clamp(72px, 10vh, 118px);
  }

  .wirewolf-next .wwx-hero h1 {
    font-size: clamp(2.55rem, 4.1vw, 4.25rem);
  }

  .wirewolf-next .wwx-scene h2,
  .wirewolf-next .wwx-section-head h2,
  .wirewolf-next .wwx-os .wwx-section-head h2 {
    font-size: clamp(2.3rem, 3.7vw, 4.2rem);
  }

  .wirewolf-next .wwx-lede {
    line-height: 1.5;
  }

  .wirewolf-next .wwx-fragment-system {
    min-height: 560px;
  }

  .wirewolf-next .wwx-os .section-shell,
  .wirewolf-next .wwx-loop .section-shell {
    min-height: 610px;
  }

  .wirewolf-next .wwx-module-visual {
    min-height: 455px;
  }

  .wirewolf-next .wwx-loop-grid {
    min-height: 510px;
  }

  .wirewolf-next .wwx-report-wall {
    min-height: 480px;
  }

  .wirewolf-next .wwx-ground-wolf {
    width: clamp(220px, 18vw, 320px);
  }
}

/* Compact scroll-story layout for high-resolution laptop viewports. */
@media (min-width: 1181px) and (max-width: 2200px), (min-width: 1181px) and (max-height: 1100px) {
  .wirewolf-next .wwx-scene {
    min-height: 100svh;
    padding-top: clamp(86px, 7vw, 122px);
    padding-bottom: clamp(64px, 6vw, 96px);
  }

  .wirewolf-next .wwx-scene h2,
  .wirewolf-next .wwx-section-head h2,
  .wirewolf-next .wwx-os .wwx-section-head h2 {
    max-width: 13.4ch;
    font-size: clamp(2.8rem, 3.65vw, 4.65rem);
    line-height: 0.98;
  }

  .wirewolf-next .wwx-lede {
    margin-top: 18px;
    font-size: clamp(0.98rem, 0.92vw, 1.08rem);
    line-height: 1.52;
  }

  .wirewolf-next .wwx-fracture .section-shell,
  .wirewolf-next .wwx-attack .section-shell,
  .wirewolf-next .wwx-proof .section-shell,
  .wirewolf-next .wwx-os .section-shell,
  .wirewolf-next .wwx-loop .section-shell {
    width: min(1460px, calc(100% - 56px));
  }

  .wirewolf-next .wwx-fracture .wwx-two-column {
    grid-template-columns: minmax(520px, 0.78fr) minmax(620px, 1.22fr);
    gap: clamp(30px, 3vw, 58px);
  }

  .wirewolf-next .wwx-fracture .wwx-sticky-copy,
  .wirewolf-next .wwx-os .wwx-section-head,
  .wirewolf-next .wwx-loop .wwx-section-head,
  .wirewolf-next .wwx-proof-copy {
    transform: none;
  }

  .wirewolf-next .wwx-fracture .wwx-lede {
    max-width: 54ch;
  }

  .wirewolf-next .wwx-fragment-system {
    min-height: 540px;
    transform: none;
  }

  .wirewolf-next .wwx-fragment-system::before {
    inset: 0 0 92px;
  }

  .wirewolf-next .wwx-fragment-system::after {
    inset: 9% 7% 34%;
  }

  .wirewolf-next .wwx-fragment-rail {
    inset: 26px 30px 178px;
  }

  .wirewolf-next .wwx-fragment-rail span {
    width: 132px;
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.66rem;
  }

  .wirewolf-next .wwx-fragment-stats {
    bottom: 56px;
    gap: 14px;
  }

  .wirewolf-next .wwx-fragment-stats article {
    min-height: 180px;
    padding: 20px;
    transform: none;
  }

  .wirewolf-next .wwx-fragment-stats article:nth-child(2) {
    margin-top: -20px;
    transform: none;
  }

  .wirewolf-next .wwx-fragment-stats span {
    font-size: clamp(2.4rem, 3.1vw, 3.75rem);
    line-height: 0.92;
  }

  .wirewolf-next .wwx-fragment-stats strong,
  .wirewolf-next .wwx-alpha-stack strong,
  .wirewolf-next .wwx-loop-grid h3,
  .wirewolf-next .wwx-report-wall strong,
  .wirewolf-next .wwx-quote-panel strong {
    margin-top: 14px;
    font-size: clamp(1.04rem, 1.12vw, 1.32rem);
  }

  .wirewolf-next .wwx-fragment-stats p,
  .wirewolf-next .wwx-alpha-stack p,
  .wirewolf-next .wwx-loop-grid p,
  .wirewolf-next .wwx-module-glass p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .wirewolf-next .wwx-unification-strip {
    left: 7%;
    right: 7%;
    padding: 16px 20px;
  }

  .wirewolf-next .wwx-unification-strip strong {
    margin-top: 8px;
    font-size: clamp(0.9rem, 1vw, 1.04rem);
  }

  .wirewolf-next .wwx-os .section-shell,
  .wirewolf-next .wwx-loop .section-shell {
    min-height: 640px;
    grid-template-columns: minmax(340px, 0.62fr) minmax(620px, 1.38fr);
    gap: clamp(30px, 3.4vw, 62px);
  }

  .wirewolf-next .wwx-module-visual {
    min-height: 480px;
  }

  .wirewolf-next .wwx-loop-grid {
    min-height: 520px;
  }

  .wirewolf-next .wwx-report-wall {
    min-height: 500px;
  }

  .wirewolf-next .wwx-moon {
    width: clamp(130px, 11vw, 220px);
    opacity: 0.5 !important;
  }

  .wirewolf-next .wwx-ground-wolf {
    bottom: clamp(18px, 2.4vh, 34px);
    width: clamp(220px, 14vw, 330px);
    opacity: 0.62;
  }
}

/* Approved customer-problem section: left-led point, no stat-box billboard. */
body.wirewolf-next,
.wirewolf-next .wwx-home {
  overflow-x: clip;
}

.wirewolf-next .wwx-problem-point {
  min-height: 100svh;
  align-items: center;
  padding-top: clamp(112px, 10vh, 150px);
  padding-bottom: clamp(76px, 8vh, 118px);
}

.wirewolf-next .wwx-problem-point > .wwx-problem-shell {
  z-index: 4;
  width: min(1180px, calc(100% - 72px));
  max-width: 1180px;
  margin-left: max(36px, 7vw);
  margin-right: auto;
  text-align: left;
}

.wirewolf-next .wwx-problem-point .wwx-eyebrow {
  margin-left: 0;
  margin-right: 0;
}

.wirewolf-next .wwx-problem-title {
  max-width: 21ch;
  margin: 24px 0 0;
  color: #f7fbfa;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(2.8rem, 3.7vw, 4.25rem);
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1;
}

.wirewolf-next .wwx-problem-title span {
  display: block;
}

@media (min-width: 1021px) {
  .wirewolf-next .wwx-problem-title span:first-child {
    white-space: nowrap;
  }
}

.wirewolf-next .wwx-problem-title span:nth-child(2) {
  color: var(--lime);
}

.wirewolf-next .wwx-problem-lede {
  max-width: 50ch;
  margin: 24px 0 0;
  color: rgba(247, 251, 250, 0.72);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.52;
}

.wirewolf-next .wwx-problem-beats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 44px);
  max-width: 1040px;
  margin: 42px 0 0;
  text-align: left;
}

.wirewolf-next .wwx-problem-beat {
  min-height: 116px;
  padding-top: 18px;
  border-top: 1px solid rgba(215, 229, 235, 0.14);
  color: rgba(247, 251, 250, 0.64);
}

.wirewolf-next .wwx-problem-beat strong {
  display: block;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-problem-beat span {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.02rem, 1.05vw, 1.16rem);
  line-height: 1.35;
}

@media (scripting: enabled) {
  .wirewolf-next .wwx-problem-point .wwx-eyebrow,
  .wirewolf-next .wwx-problem-title span,
  .wirewolf-next .wwx-problem-lede,
  .wirewolf-next .wwx-problem-beat {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-eyebrow,
  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-title span,
  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-lede,
  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-beat {
    animation: wwxProblemReveal 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-eyebrow {
    animation-delay: 80ms;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-title span:nth-child(1) {
    animation-delay: 220ms;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-title span:nth-child(2) {
    animation-delay: 380ms;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-lede {
    animation-delay: 560ms;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-beat:nth-child(1) {
    animation-delay: 760ms;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-beat:nth-child(2) {
    animation-delay: 920ms;
  }

  .wirewolf-next .wwx-problem-point.is-current .wwx-problem-beat:nth-child(3) {
    animation-delay: 1080ms;
  }
}

@keyframes wwxProblemReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1020px) {
  .wirewolf-next .wwx-problem-point > .wwx-problem-shell {
  width: min(calc(100% - 32px), 760px);
    margin-left: auto;
    margin-right: auto;
  }

  .wirewolf-next .wwx-problem-title {
    max-width: 11.5ch;
    font-size: clamp(2.45rem, 10vw, 3.5rem);
  }

  .wirewolf-next .wwx-problem-beats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wirewolf-next .wwx-problem-beat {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-problem-point .wwx-eyebrow,
  .wirewolf-next .wwx-problem-title span,
  .wirewolf-next .wwx-problem-lede,
  .wirewolf-next .wwx-problem-beat {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Approved Alpha section: right-led copy with a context graph, not a dashboard. */
.wirewolf-next .wwx-alpha-redesign {
  min-height: 100svh;
  align-items: center;
  padding-top: clamp(112px, 10vh, 150px);
  padding-bottom: clamp(70px, 8vh, 112px);
}

.wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell {
  z-index: 4;
  width: min(1580px, calc(100% - 72px));
  max-width: 1580px;
  display: grid;
  grid-template-columns: minmax(620px, 1.08fr) minmax(430px, 0.72fr);
  gap: clamp(46px, 6vw, 112px);
  align-items: center;
}

.wirewolf-next .wwx-alpha-map {
  position: relative;
  min-height: 620px;
}

.wirewolf-next .wwx-alpha-ambient {
  position: absolute;
  inset: 38px 0 0;
  background:
    radial-gradient(ellipse at 28% 58%, rgba(170, 255, 0, 0.08), transparent 48%),
    radial-gradient(ellipse at 58% 44%, rgba(226, 242, 255, 0.045), transparent 52%);
  pointer-events: none;
}

.wirewolf-next .wwx-alpha-rail {
  position: absolute;
  left: 8%;
  right: 6%;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(226, 242, 255, 0.22), rgba(170, 255, 0, 0.82), rgba(226, 242, 255, 0.22), transparent);
  transform: translateY(-50%);
}

.wirewolf-next .wwx-alpha-rail::before {
  content: "";
  position: absolute;
  inset: -16px 28% -16px 36%;
  background: radial-gradient(ellipse, rgba(170, 255, 0, 0.24), transparent 70%);
  filter: blur(14px);
}

.wirewolf-next .wwx-alpha-core {
  position: absolute;
  left: 43%;
  top: 48%;
  width: 188px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(170, 255, 0, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(170, 255, 0, 0.22), transparent 60%),
    rgba(3, 9, 14, 0.78);
  box-shadow:
    0 0 60px rgba(170, 255, 0, 0.12),
    inset 0 0 38px rgba(170, 255, 0, 0.1);
  transform: translate(-50%, -50%);
  animation: wwxAlphaCoreBreathe 4.8s ease-in-out infinite;
}

.wirewolf-next .wwx-alpha-core img {
  width: 82px;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(170, 255, 0, 0.24));
}

.wirewolf-next .wwx-alpha-core span,
.wirewolf-next .wwx-alpha-node strong,
.wirewolf-next .wwx-alpha-benefit span {
  display: block;
  color: #aaff00;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-alpha-core span {
  position: absolute;
  bottom: 34px;
  letter-spacing: 0.18em;
  text-transform: none;
}

.wirewolf-next .wwx-alpha-node {
  position: absolute;
  width: 190px;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(226, 242, 255, 0.15);
  border-radius: 8px;
  background: rgba(3, 8, 13, 0.76);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.26);
}

.wirewolf-next .wwx-alpha-node p,
.wirewolf-next .wwx-alpha-benefit p {
  margin: 8px 0 0;
  color: rgba(226, 242, 255, 0.64);
  font-size: 0.92rem;
  line-height: 1.45;
}

.wirewolf-next .wwx-alpha-node-finding {
  left: 3%;
  top: 24%;
}

.wirewolf-next .wwx-alpha-node-evidence {
  left: 17%;
  top: 63%;
}

.wirewolf-next .wwx-alpha-node-fix {
  right: 21%;
  top: 18%;
}

.wirewolf-next .wwx-alpha-node-proof {
  right: 3%;
  top: 58%;
}

.wirewolf-next .wwx-alpha-node::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(56px, 8vw, 138px);
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 242, 255, 0.24), rgba(170, 255, 0, 0.68));
  opacity: 0.7;
}

.wirewolf-next .wwx-alpha-node-finding::after,
.wirewolf-next .wwx-alpha-node-evidence::after {
  left: 100%;
}

.wirewolf-next .wwx-alpha-node-fix::after,
.wirewolf-next .wwx-alpha-node-proof::after {
  right: 100%;
  transform: scaleX(-1);
}

.wirewolf-next .wwx-alpha-copy {
  justify-self: end;
  width: min(560px, 100%);
  text-align: right;
}

.wirewolf-next .wwx-alpha-copy .wwx-eyebrow {
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  color: rgba(226, 242, 255, 0.78);
}

.wirewolf-next .wwx-alpha-copy h2 {
  margin: 28px 0 0;
  color: #f7fbfa;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(3.05rem, 4.7vw, 5.45rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.wirewolf-next .wwx-alpha-copy h2 span {
  color: #aaff00;
}

.wirewolf-next .wwx-alpha-copy .wwx-lede {
  max-width: 48ch;
  margin: 24px 0 0 auto;
  color: rgba(226, 242, 255, 0.64);
  font-size: clamp(1.02rem, 1vw, 1.14rem);
  line-height: 1.45;
}

.wirewolf-next .wwx-alpha-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.wirewolf-next .wwx-alpha-benefit {
  position: relative;
  min-width: 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(226, 242, 255, 0.14);
}

.wirewolf-next .wwx-alpha-benefit p {
  max-width: 18ch;
  margin-left: auto;
  font-size: 0.78rem;
  line-height: 1.35;
}

.wirewolf-next .wwx-alpha-benefit::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #aaff00);
  box-shadow: 0 0 18px rgba(170, 255, 0, 0.34);
}

@media (scripting: enabled) {
  .wirewolf-next .wwx-alpha-copy .wwx-eyebrow,
  .wirewolf-next .wwx-alpha-copy h2,
  .wirewolf-next .wwx-alpha-copy .wwx-lede,
  .wirewolf-next .wwx-alpha-benefit,
  .wirewolf-next .wwx-alpha-node,
  .wirewolf-next .wwx-alpha-core,
  .wirewolf-next .wwx-alpha-rail {
    opacity: 0;
  }

  .wirewolf-next .wwx-alpha-node,
  .wirewolf-next .wwx-alpha-rail {
    transform: translate3d(0, 24px, 0);
  }

  .wirewolf-next .wwx-alpha-core {
    transform: translate(-50%, calc(-50% + 24px));
  }

  .wirewolf-next .wwx-alpha-copy .wwx-eyebrow,
  .wirewolf-next .wwx-alpha-copy h2,
  .wirewolf-next .wwx-alpha-copy .wwx-lede,
  .wirewolf-next .wwx-alpha-benefit {
    transform: translate3d(36px, 0, 0);
  }

  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-copy .wwx-eyebrow,
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-copy h2,
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-copy .wwx-lede,
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-benefit {
    animation: wwxAlphaCopyReveal 760ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-node,
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-rail {
    animation: wwxAlphaMapReveal 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-core {
    animation:
      wwxAlphaCoreReveal 720ms cubic-bezier(0.2, 0.8, 0.2, 1) 280ms forwards,
      wwxAlphaCoreBreathe 4.8s ease-in-out 1s infinite;
  }

  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-copy .wwx-eyebrow { animation-delay: 80ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-copy h2 { animation-delay: 220ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-copy .wwx-lede { animation-delay: 420ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-benefit:nth-child(1) { animation-delay: 620ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-benefit:nth-child(2) { animation-delay: 760ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-benefit:nth-child(3) { animation-delay: 900ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-rail { animation-delay: 220ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-node-finding { animation-delay: 320ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-node-evidence { animation-delay: 460ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-node-fix { animation-delay: 600ms; }
  .wirewolf-next .wwx-alpha-redesign.is-current .wwx-alpha-node-proof { animation-delay: 740ms; }
}

@keyframes wwxAlphaCopyReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wwxAlphaMapReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wwxAlphaCoreReveal {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes wwxAlphaCoreBreathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.035);
  }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .wirewolf-next .wwx-alpha-redesign {
    padding-top: 104px;
    padding-bottom: 56px;
  }

  .wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell {
    width: min(1254px, calc(100% - 56px));
    grid-template-columns: minmax(680px, 1fr) minmax(420px, 0.72fr);
    gap: clamp(56px, 6vw, 86px);
  }

  .wirewolf-next .wwx-alpha-map {
    min-height: 560px;
  }

  .wirewolf-next .wwx-alpha-ambient {
    inset: 28px 0 0;
  }

  .wirewolf-next .wwx-alpha-core {
    width: 168px;
  }

  .wirewolf-next .wwx-alpha-node {
    width: 190px;
    min-height: 82px;
    padding: 14px 16px;
  }

  .wirewolf-next .wwx-alpha-node p,
  .wirewolf-next .wwx-alpha-benefit p,
  .wirewolf-next .wwx-alpha-copy .wwx-lede {
    font-size: 0.88rem;
  }

  .wirewolf-next .wwx-alpha-node-finding { left: 3%; top: 22%; }
  .wirewolf-next .wwx-alpha-node-evidence { left: 17%; top: 54%; }
  .wirewolf-next .wwx-alpha-node-fix { right: 21%; top: 17%; }
  .wirewolf-next .wwx-alpha-node-proof { right: 3%; top: 49%; }

  .wirewolf-next .wwx-alpha-copy h2 {
    font-size: clamp(3rem, 4.4vw, 4.45rem);
  }

  .wirewolf-next .wwx-alpha-copy .wwx-lede {
    margin-top: 20px;
  }

  .wirewolf-next .wwx-alpha-benefits {
    gap: 12px;
    margin-top: 26px;
  }

  .wirewolf-next .wwx-alpha-benefit {
    padding-top: 10px;
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell {
    width: min(920px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wirewolf-next .wwx-alpha-copy {
    order: -1;
    justify-self: end;
  }

  .wirewolf-next .wwx-alpha-map {
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-alpha-redesign {
    padding-top: 118px;
    padding-bottom: 64px;
  }

  .wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell {
    width: min(calc(100% - 32px), 620px);
  }

  .wirewolf-next .wwx-alpha-copy {
    text-align: left;
  }

  .wirewolf-next .wwx-alpha-copy .wwx-eyebrow,
  .wirewolf-next .wwx-alpha-copy .wwx-lede,
  .wirewolf-next .wwx-alpha-benefit p {
    margin-left: 0;
  }

  .wirewolf-next .wwx-alpha-benefits {
    grid-template-columns: 1fr;
  }

  .wirewolf-next .wwx-alpha-benefit p {
    max-width: 34ch;
  }

  .wirewolf-next .wwx-alpha-copy h2 {
    font-size: clamp(2.55rem, 14vw, 3.8rem);
  }

  .wirewolf-next .wwx-alpha-map {
    min-height: 700px;
  }

  .wirewolf-next .wwx-alpha-ambient {
    inset: 20px 0 0;
  }

  .wirewolf-next .wwx-alpha-core {
    left: 50%;
    top: 42%;
    width: 150px;
  }

  .wirewolf-next .wwx-alpha-node {
    width: min(230px, 82%);
  }

  .wirewolf-next .wwx-alpha-node::after {
    display: none;
  }

  .wirewolf-next .wwx-alpha-node-finding { left: 0; top: 7%; }
  .wirewolf-next .wwx-alpha-node-evidence { left: 18%; top: 25%; }
  .wirewolf-next .wwx-alpha-node-fix { right: 0; top: 54%; }
  .wirewolf-next .wwx-alpha-node-proof { left: 4%; top: 70%; }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-alpha-core,
  .wirewolf-next .wwx-alpha-copy .wwx-eyebrow,
  .wirewolf-next .wwx-alpha-copy h2,
  .wirewolf-next .wwx-alpha-copy .wwx-lede,
  .wirewolf-next .wwx-alpha-benefit,
  .wirewolf-next .wwx-alpha-node,
  .wirewolf-next .wwx-alpha-rail {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .wirewolf-next .wwx-alpha-core {
    transform: translate(-50%, -50%);
  }
}

/* Hunt section: attacker path without the empty glass billboard. */
.wirewolf-next .wwx-hunt-redesign {
  min-height: 100svh;
  align-items: center;
  padding-top: clamp(112px, 10vh, 150px);
  padding-bottom: clamp(74px, 8vh, 118px);
}

.wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell {
  z-index: 4;
  width: min(1540px, calc(100% - 72px));
  max-width: 1540px;
  display: grid;
  grid-template-columns: minmax(650px, 1.22fr) minmax(410px, 0.78fr);
  gap: clamp(56px, 7vw, 128px);
  align-items: center;
}

.wirewolf-next .wwx-hunt-copy {
  grid-column: 2;
  justify-self: end;
  max-width: 580px;
  text-align: left;
}

.wirewolf-next .wwx-hunt-copy .wwx-eyebrow {
  margin-left: 0;
  margin-right: 0;
}

.wirewolf-next .wwx-hunt-copy h2 {
  max-width: 10ch;
  margin: 28px 0 0;
  color: #f7fbfa;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(3.05rem, 4.85vw, 5.55rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 0.96;
}

.wirewolf-next .wwx-hunt-copy .wwx-lede {
  max-width: 46ch;
  margin: 24px 0 0;
  color: rgba(226, 242, 255, 0.66);
  font-size: clamp(1.02rem, 1.05vw, 1.16rem);
  line-height: 1.5;
}

.wirewolf-next .wwx-hunt-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.wirewolf-next .wwx-hunt-outcomes span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-top: 1px solid rgba(170, 255, 0, 0.62);
  color: #aaff00;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-hunt-visual {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  min-height: 620px;
  isolation: isolate;
}

.wirewolf-next .wwx-hunt-visual::before {
  content: "";
  display: none;
}

.wirewolf-next .wwx-hunt-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.wirewolf-next .wwx-hunt-path,
.wirewolf-next .wwx-hunt-path-shadow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wirewolf-next .wwx-hunt-path-shadow {
  stroke: rgba(170, 255, 0, 0.3);
  stroke-width: 1.6;
}

.wirewolf-next .wwx-hunt-path {
  stroke: #aaff00;
  stroke-width: 2.6;
  stroke-dasharray: 14 18;
  filter: drop-shadow(0 0 12px rgba(170, 255, 0, 0.42));
  animation: wwxHuntTrace 5.6s linear infinite;
}

.wirewolf-next .wwx-hunt-node {
  position: absolute;
  z-index: 1;
  width: 180px;
  min-height: 96px;
  padding: 16px 17px;
  border-left: 1px solid rgba(170, 255, 0, 0.7);
  background:
    linear-gradient(90deg, rgba(170, 255, 0, 0.13), rgba(2, 5, 10, 0.94) 48%, rgba(2, 5, 10, 0.9)),
    rgba(2, 5, 10, 0.94);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(226, 242, 255, 0.04);
  backdrop-filter: blur(4px);
}

.wirewolf-next .wwx-hunt-node::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 18px;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #aaff00;
  box-shadow: 0 0 18px rgba(170, 255, 0, 0.7);
}

.wirewolf-next .wwx-hunt-node span,
.wirewolf-next .wwx-hunt-node strong {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-hunt-node span {
  color: rgba(226, 242, 255, 0.46);
  font-size: 0.65rem;
}

.wirewolf-next .wwx-hunt-node strong {
  margin-top: 7px;
  color: #f7fbfa;
  font-size: 0.78rem;
}

.wirewolf-next .wwx-hunt-node p {
  margin: 7px 0 0;
  color: rgba(226, 242, 255, 0.64);
  font-size: 0.88rem;
  line-height: 1.35;
}

.wirewolf-next .wwx-hunt-node-recon { left: 1%; top: 62%; }
.wirewolf-next .wwx-hunt-node-chain { left: 17%; top: 28%; }
.wirewolf-next .wwx-hunt-node-access { left: 43%; top: 42%; }
.wirewolf-next .wwx-hunt-node-evidence { right: 17%; top: 18%; }
.wirewolf-next .wwx-hunt-node-fix { right: 1%; top: 46%; }
.wirewolf-next .wwx-hunt-node-verify { right: 28%; top: 72%; }

@media (scripting: enabled) {
  .wirewolf-next .wwx-hunt-copy .wwx-eyebrow,
  .wirewolf-next .wwx-hunt-copy h2,
  .wirewolf-next .wwx-hunt-copy .wwx-lede,
  .wirewolf-next .wwx-hunt-outcomes span,
  .wirewolf-next .wwx-hunt-node,
  .wirewolf-next .wwx-hunt-path {
    opacity: 0;
  }

  .wirewolf-next .wwx-hunt-copy .wwx-eyebrow,
  .wirewolf-next .wwx-hunt-copy h2,
  .wirewolf-next .wwx-hunt-copy .wwx-lede,
  .wirewolf-next .wwx-hunt-outcomes span {
    transform: translate3d(36px, 0, 0);
  }

  .wirewolf-next .wwx-hunt-node {
    transform: translate3d(0, 24px, 0);
  }

  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-copy .wwx-eyebrow,
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-copy h2,
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-copy .wwx-lede,
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-outcomes span {
    animation: wwxHuntCopyReveal 760ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node {
    animation: wwxHuntNodeReveal 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-path {
    opacity: 1;
  }

  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-copy .wwx-eyebrow { animation-delay: 80ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-copy h2 { animation-delay: 220ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-copy .wwx-lede { animation-delay: 420ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-outcomes span:nth-child(1) { animation-delay: 600ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-outcomes span:nth-child(2) { animation-delay: 720ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-outcomes span:nth-child(3) { animation-delay: 840ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node-recon { animation-delay: 280ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node-chain { animation-delay: 400ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node-access { animation-delay: 520ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node-evidence { animation-delay: 640ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node-fix { animation-delay: 760ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-hunt-node-verify { animation-delay: 880ms; }
}

@keyframes wwxHuntTrace {
  to {
    stroke-dashoffset: -160;
  }
}

@keyframes wwxHuntCopyReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wwxHuntNodeReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .wirewolf-next .wwx-hunt-redesign {
    padding-top: 104px;
    padding-bottom: 58px;
  }

  .wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell {
    width: min(1254px, calc(100% - 56px));
    grid-template-columns: minmax(650px, 1.24fr) minmax(380px, 0.76fr);
    gap: clamp(44px, 5vw, 80px);
  }

  .wirewolf-next .wwx-hunt-copy h2 {
    font-size: clamp(3rem, 4.4vw, 4.35rem);
  }

  .wirewolf-next .wwx-hunt-copy .wwx-lede {
    font-size: 0.94rem;
  }

  .wirewolf-next .wwx-hunt-visual {
    min-height: 560px;
  }

  .wirewolf-next .wwx-hunt-node {
    width: 158px;
    min-height: 86px;
    padding: 13px 14px;
  }

  .wirewolf-next .wwx-hunt-node p {
    font-size: 0.78rem;
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell {
    width: min(920px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wirewolf-next .wwx-hunt-copy {
    grid-column: 1;
    justify-self: start;
    max-width: 720px;
  }

  .wirewolf-next .wwx-hunt-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .wirewolf-next .wwx-hunt-copy h2 {
    max-width: 12ch;
  }

  .wirewolf-next .wwx-hunt-visual {
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-hunt-redesign {
    padding-top: 118px;
    padding-bottom: 66px;
  }

  .wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell {
    width: min(calc(100% - 32px), 620px);
  }

  .wirewolf-next .wwx-hunt-copy h2 {
    font-size: clamp(2.55rem, 14vw, 3.8rem);
  }

  .wirewolf-next .wwx-hunt-visual {
    min-height: 760px;
  }

  .wirewolf-next .wwx-hunt-svg {
    opacity: 0.55;
  }

  .wirewolf-next .wwx-hunt-node {
    width: min(230px, 82%);
  }

  .wirewolf-next .wwx-hunt-node-recon { left: 0; top: 4%; }
  .wirewolf-next .wwx-hunt-node-chain { right: 0; left: auto; top: 18%; }
  .wirewolf-next .wwx-hunt-node-access { left: 7%; top: 34%; }
  .wirewolf-next .wwx-hunt-node-evidence { right: 0; top: 50%; }
  .wirewolf-next .wwx-hunt-node-fix { left: 0; right: auto; top: 66%; }
  .wirewolf-next .wwx-hunt-node-verify { right: 0; top: 82%; }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-hunt-copy .wwx-eyebrow,
  .wirewolf-next .wwx-hunt-copy h2,
  .wirewolf-next .wwx-hunt-copy .wwx-lede,
  .wirewolf-next .wwx-hunt-outcomes span,
  .wirewolf-next .wwx-hunt-node,
  .wirewolf-next .wwx-hunt-path {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Live work section: a separate value pillar from the find/fix/validate loop. */
.wirewolf-next .wwx-live-work {
  min-height: 100svh;
  align-items: center;
  padding-top: clamp(112px, 10vh, 150px);
  padding-bottom: clamp(74px, 8vh, 118px);
}

.wirewolf-next .wwx-live-work > .wwx-live-work-shell {
  z-index: 4;
  width: min(1480px, calc(100% - 72px));
  max-width: 1480px;
  display: grid;
  grid-template-columns: minmax(400px, 0.78fr) minmax(600px, 1.22fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.wirewolf-next .wwx-live-work-copy {
  max-width: 560px;
  text-align: left;
}

.wirewolf-next .wwx-live-work-copy .wwx-eyebrow {
  margin-left: 0;
  margin-right: 0;
}

.wirewolf-next .wwx-live-work-copy h2 {
  max-width: 10.5ch;
  margin-top: 26px;
  font-size: clamp(3rem, 4.55vw, 5.2rem);
  line-height: 0.96;
}

.wirewolf-next .wwx-live-work-copy .wwx-lede {
  max-width: 48ch;
}

.wirewolf-next .wwx-live-work-console {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(226, 242, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(226, 242, 255, 0.08), rgba(226, 242, 255, 0.018)),
    rgba(2, 6, 11, 0.78);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wirewolf-next .wwx-live-work-console::before {
  content: "";
  position: absolute;
  inset: -22% -12% 18% 26%;
  background:
    radial-gradient(ellipse at 36% 32%, rgba(170, 255, 0, 0.13), transparent 42%),
    radial-gradient(ellipse at 72% 60%, rgba(226, 242, 255, 0.09), transparent 48%);
  opacity: 0.9;
  pointer-events: none;
}

.wirewolf-next .wwx-live-work-console::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.8), transparent);
  animation: wwxLiveScan 4.8s ease-in-out infinite;
}

.wirewolf-next .wwx-live-work-top,
.wirewolf-next .wwx-live-work-step {
  position: relative;
  z-index: 1;
}

.wirewolf-next .wwx-live-work-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(226, 242, 255, 0.12);
}

.wirewolf-next .wwx-live-work-top span,
.wirewolf-next .wwx-live-work-step span {
  color: #aaff00;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-live-work-top strong {
  color: rgba(226, 242, 255, 0.74);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wirewolf-next .wwx-live-work-step {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 86px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(226, 242, 255, 0.1);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(170, 255, 0, 0.07), transparent 38%),
    rgba(2, 5, 10, 0.5);
}

.wirewolf-next .wwx-live-work-step strong {
  color: rgba(247, 251, 250, 0.84);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  font-weight: 500;
  line-height: 1.38;
}

@keyframes wwxLiveScan {
  0%, 24% {
    transform: translateX(-82%);
  }
  68%, 100% {
    transform: translateX(82%);
  }
}

@media (scripting: enabled) {
  .wirewolf-next .wwx-live-work-copy .wwx-eyebrow,
  .wirewolf-next .wwx-live-work-copy h2,
  .wirewolf-next .wwx-live-work-copy .wwx-lede,
  .wirewolf-next .wwx-live-work-step,
  .wirewolf-next .wwx-live-work-top {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-copy .wwx-eyebrow,
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-copy h2,
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-copy .wwx-lede,
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-step,
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-top {
    animation: wwxLiveReveal 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-copy .wwx-eyebrow { animation-delay: 80ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-copy h2 { animation-delay: 220ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-copy .wwx-lede { animation-delay: 400ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-top { animation-delay: 260ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-step:nth-child(2) { animation-delay: 420ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-step:nth-child(3) { animation-delay: 540ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-step:nth-child(4) { animation-delay: 660ms; }
  .wirewolf-next .wwx-live-work.is-current .wwx-live-work-step:nth-child(5) { animation-delay: 780ms; }
}

@keyframes wwxLiveReveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .wirewolf-next .wwx-live-work {
    padding-top: 104px;
    padding-bottom: 58px;
  }

  .wirewolf-next .wwx-live-work > .wwx-live-work-shell {
    width: min(1254px, calc(100% - 56px));
    grid-template-columns: minmax(380px, 0.74fr) minmax(650px, 1.26fr);
    gap: clamp(42px, 5vw, 78px);
  }

  .wirewolf-next .wwx-live-work-copy h2 {
    font-size: clamp(3rem, 4.15vw, 4.3rem);
  }

  .wirewolf-next .wwx-live-work-console {
    min-height: 500px;
    padding: 28px;
  }

  .wirewolf-next .wwx-live-work-step {
    min-height: 78px;
    padding: 15px 17px;
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-live-work > .wwx-live-work-shell {
    width: min(920px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wirewolf-next .wwx-live-work-copy {
    max-width: 720px;
  }

  .wirewolf-next .wwx-live-work-copy h2 {
    max-width: 12ch;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-live-work {
    padding-top: 118px;
    padding-bottom: 66px;
  }

  .wirewolf-next .wwx-live-work > .wwx-live-work-shell {
    width: min(calc(100% - 32px), 620px);
  }

  .wirewolf-next .wwx-live-work-copy h2 {
    font-size: clamp(2.55rem, 14vw, 3.8rem);
  }

  .wirewolf-next .wwx-live-work-console {
    min-height: auto;
    padding: 20px;
  }

  .wirewolf-next .wwx-live-work-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wirewolf-next .wwx-live-work-copy .wwx-eyebrow,
  .wirewolf-next .wwx-live-work-copy h2,
  .wirewolf-next .wwx-live-work-copy .wwx-lede,
  .wirewolf-next .wwx-live-work-step,
  .wirewolf-next .wwx-live-work-top {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Compact proof wall: report outputs without oversized empty cards. */
.wirewolf-next .wwx-proof .wwx-report-wall {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: 760px;
  margin-left: auto;
}

.wirewolf-next .wwx-proof .wwx-report-wall article,
.wirewolf-next .wwx-proof .wwx-report-wall article:nth-child(2),
.wirewolf-next .wwx-proof .wwx-report-wall article:nth-child(4) {
  min-height: 104px;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
  transform: none;
  animation: none;
}

.wirewolf-next .wwx-proof .wwx-report-wall article::before {
  width: 2px;
  height: auto;
  inset: 0 auto 0 0;
  background: linear-gradient(180deg, #aaff00, rgba(110, 160, 186, 0.68), transparent);
  transform: none;
  animation: none;
}

.wirewolf-next .wwx-proof .wwx-report-wall strong {
  margin-top: 0;
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  line-height: 1.28;
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-proof .wwx-report-wall article,
  .wirewolf-next .wwx-proof .wwx-report-wall article:nth-child(2),
  .wirewolf-next .wwx-proof .wwx-report-wall article:nth-child(4) {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Reports and contact page redesign
   ===================================================== */

.wirewolf-next.site-reports,
.wirewolf-next.site-contact,
.wirewolf-next.site-legacy-platform {
  --page-lime: #aaff00;
  --page-white: #f7fbfa;
  --page-muted: rgba(226, 242, 255, 0.68);
  --page-dim: rgba(226, 242, 255, 0.46);
  --page-line: rgba(226, 242, 255, 0.12);
  --page-panel: rgba(5, 9, 13, 0.82);
  background:
    radial-gradient(circle at 78% 12%, rgba(170, 255, 0, 0.1), transparent 24%),
    radial-gradient(circle at 14% 20%, rgba(73, 107, 130, 0.18), transparent 30%),
    linear-gradient(180deg, #02050a 0%, #05080c 48%, #020408 100%);
}

.wirewolf-next.site-reports main::before,
.wirewolf-next.site-contact main::before,
.wirewolf-next.site-legacy-platform main::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(73, 107, 130, 0.16), transparent 28%),
    radial-gradient(circle at 86% 32%, rgba(170, 255, 0, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.08), rgba(2, 5, 10, 0.78));
}

.wirewolf-next.site-reports main::after,
.wirewolf-next.site-contact main::after,
.wirewolf-next.site-legacy-platform main::after {
  opacity: 0.52;
}

.wirewolf-next.site-reports .wwx-eyebrow,
.wirewolf-next.site-contact .wwx-eyebrow,
.wirewolf-next.site-legacy-platform .wwx-eyebrow {
  border-color: rgba(226, 242, 255, 0.16);
  background: rgba(226, 242, 255, 0.055);
  color: rgba(226, 242, 255, 0.78);
  letter-spacing: 0.12em;
}

.wirewolf-next.site-reports .wwx-eyebrow::before,
.wirewolf-next.site-contact .wwx-eyebrow::before,
.wirewolf-next.site-legacy-platform .wwx-eyebrow::before {
  background: var(--page-lime);
  box-shadow: 0 0 18px rgba(170, 255, 0, 0.68);
}

.reports-main,
.contact-main {
  overflow: hidden;
}

.report-hero,
.contact-hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 72px;
  display: grid;
  align-items: center;
  isolation: isolate;
}

.report-hero::before,
.contact-hero::before,
.report-chain::before,
.contact-fit::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34vh;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(170deg, transparent 0 36%, rgba(10, 27, 39, 0.48) 36.4% 59%, transparent 59.4%),
    linear-gradient(6deg, rgba(7, 17, 25, 0.78) 0 45%, transparent 45.4%);
  opacity: 0.72;
}

.report-hero-grid,
.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(560px, 1fr);
  gap: clamp(50px, 7vw, 116px);
  align-items: center;
}

.report-copy,
.contact-copy {
  max-width: 760px;
}

.report-copy h1,
.contact-copy h1,
.report-section-head h2,
.report-chain-copy h2,
.report-export h2,
.report-cta-panel h2,
.contact-fit h2,
.legacy-redirect-card h1 {
  margin: 0;
  color: var(--page-white);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 0.96;
}

.report-copy h1,
.contact-copy h1 {
  max-width: 10.8ch;
  margin-top: 28px;
  font-size: clamp(4.1rem, 6.2vw, 7.4rem);
}

.report-copy h1 span,
.contact-copy h1 span,
.report-section-head h2 span,
.report-chain-copy h2 span {
  color: var(--page-lime);
}

.report-copy p,
.contact-copy > p,
.report-section-head p,
.report-chain-copy p,
.report-export-list p,
.report-audience-grid p,
.contact-next p,
.contact-fit p,
.legacy-redirect-card p {
  margin: 24px 0 0;
  color: var(--page-muted);
  font-size: clamp(1.02rem, 1.05vw, 1.17rem);
  line-height: 1.55;
}

.report-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.report-proof-line span {
  min-height: 38px;
  padding: 10px 0 0;
  border-top: 1px solid rgba(170, 255, 0, 0.62);
  color: var(--page-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-visual {
  position: relative;
  min-height: min(58vh, 590px);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.report-visual::before {
  content: "";
  position: absolute;
  width: min(46vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 48%, rgba(7, 11, 15, 0.16), transparent 9%),
    radial-gradient(circle at 57% 46%, rgba(7, 11, 15, 0.14), transparent 8%),
    linear-gradient(135deg, rgba(229, 241, 244, 0.78), rgba(99, 114, 121, 0.42));
  filter: blur(0.2px);
  opacity: 0.54;
  transform: translate(10%, -8%);
  z-index: -3;
}

.report-visual::after {
  content: "";
  position: absolute;
  inset: 10% 3% 8%;
  z-index: -2;
  background:
    linear-gradient(104deg, transparent 0 23%, rgba(170, 255, 0, 0.52) 23.2% 23.45%, transparent 23.7% 100%),
    linear-gradient(169deg, transparent 0 49%, rgba(226, 242, 255, 0.18) 49.1% 49.35%, transparent 49.55% 100%),
    radial-gradient(circle at 58% 50%, rgba(170, 255, 0, 0.12), transparent 30%);
  opacity: 0.68;
}

.report-dossier {
  width: min(620px, 92%);
  padding: 26px;
  border: 1px solid rgba(226, 242, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(16, 23, 28, 0.94), rgba(3, 7, 11, 0.88)),
    var(--page-panel);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.report-dossier-top,
.report-dossier-title,
.report-dossier-grid,
.report-evidence-rail {
  position: relative;
  z-index: 1;
}

.report-dossier-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(226, 242, 255, 0.11);
  color: var(--page-dim);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-dossier-top strong {
  color: var(--page-lime);
}

.report-dossier-title {
  margin-top: 22px;
}

.report-dossier-title span,
.report-dossier-grid span,
.report-evidence-rail span,
.report-format-card span {
  display: block;
  color: var(--page-dim);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-dossier-title strong {
  display: block;
  max-width: 13ch;
  margin-top: 10px;
  color: var(--page-white);
  font-size: clamp(2.1rem, 3.1vw, 3.5rem);
  font-weight: 560;
  line-height: 0.98;
}

.report-dossier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(226, 242, 255, 0.1);
}

.report-dossier-grid div {
  min-height: 86px;
  padding: 16px;
  background: rgba(5, 9, 13, 0.9);
}

.report-dossier-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--page-white);
  font-size: 1.03rem;
}

.report-evidence-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.report-evidence-rail span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(170, 255, 0, 0.2);
  color: rgba(226, 242, 255, 0.72);
  background: rgba(170, 255, 0, 0.055);
  text-align: center;
  font-size: 0.62rem;
}

.report-format-card {
  position: absolute;
  width: min(230px, 32%);
  padding: 16px;
  border-left: 1px solid rgba(170, 255, 0, 0.72);
  background:
    linear-gradient(90deg, rgba(170, 255, 0, 0.13), rgba(5, 9, 13, 0.95) 56%),
    rgba(5, 9, 13, 0.92);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.report-format-card strong {
  display: block;
  margin-top: 8px;
  color: var(--page-white);
  font-size: 0.95rem;
  line-height: 1.26;
}

.report-format-card-one {
  right: 0;
  top: 14%;
}

.report-format-card-two {
  left: 0;
  bottom: 10%;
}

.report-audience,
.report-chain,
.report-export,
.report-cta,
.contact-fit {
  position: relative;
  padding: clamp(72px, 9vh, 112px) 0;
}

.report-section-head {
  max-width: 880px;
}

.report-section-head h2,
.report-chain-copy h2,
.report-export h2,
.contact-fit h2 {
  max-width: 13.8ch;
  margin-top: 24px;
  font-size: clamp(2.8rem, 4.6vw, 5.6rem);
}

.report-audience-grid,
.contact-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  border-top: 1px solid var(--page-line);
  border-bottom: 1px solid var(--page-line);
  background: var(--page-line);
}

.report-audience-grid article,
.contact-fit-grid article {
  min-height: 260px;
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(8, 13, 18, 0.88), rgba(3, 6, 10, 0.92));
}

.report-audience-grid span,
.contact-fit-grid span,
.report-export-list span,
.report-cta-panel span,
.contact-direct span,
.contact-next span,
.contact-form-head span {
  color: var(--page-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-audience-grid h3 {
  margin: 34px 0 0;
  color: var(--page-white);
  font-size: clamp(1.45rem, 1.55vw, 2rem);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.08;
}

.report-audience-grid p {
  font-size: 1rem;
}

.report-chain-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(620px, 1fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: center;
}

.report-chain-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.report-chain-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.82), transparent);
  box-shadow: 0 0 22px rgba(170, 255, 0, 0.35);
}

.report-chain-track div {
  position: relative;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(226, 242, 255, 0.12);
  background: rgba(5, 9, 13, 0.92);
}

.report-chain-track div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--page-lime);
  box-shadow: 0 0 18px rgba(170, 255, 0, 0.68);
}

.report-chain-track span {
  display: block;
  margin-left: 22px;
  color: var(--page-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-chain-track strong {
  display: block;
  margin: 24px 0 0;
  color: var(--page-white);
  font-size: 1.18rem;
  line-height: 1.2;
}

.report-export-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.62fr) minmax(620px, 1fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}

.report-export-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--page-line);
}

.report-export-list article {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--page-line);
}

.report-export-list p {
  margin: 0;
}

.report-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border: 1px solid rgba(170, 255, 0, 0.2);
  background:
    radial-gradient(circle at 86% 0%, rgba(170, 255, 0, 0.13), transparent 28%),
    rgba(5, 9, 13, 0.88);
}

.report-cta-panel h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(1.9rem, 2.6vw, 3.4rem);
  line-height: 1.02;
}

.contact-hero-grid {
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 0.82fr);
  gap: clamp(42px, 6vw, 96px);
}

.contact-hero {
  min-height: 100svh;
}

.contact-copy {
  max-width: 650px;
}

.contact-copy > p {
  max-width: 54ch;
}

.contact-intent-list {
  display: grid;
  gap: 8px;
  width: min(580px, 100%);
  margin-top: 24px;
}

.contact-intent-list span {
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  color: rgba(226, 242, 255, 0.82);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.28;
}

.contact-intent-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--page-lime);
  box-shadow: 0 0 16px rgba(170, 255, 0, 0.58);
}

.contact-direct {
  width: fit-content;
  margin-top: 22px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(170, 255, 0, 0.62);
}

.contact-direct a {
  display: block;
  margin-top: 8px;
  color: var(--page-white);
  font-size: clamp(1.15rem, 1.45vw, 1.72rem);
  font-weight: 620;
}

.contact-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border-top: 1px solid var(--page-line);
  background: var(--page-line);
}

.contact-next article {
  min-height: 150px;
  padding: 18px 16px;
  background: rgba(5, 9, 13, 0.78);
}

.contact-next strong {
  display: block;
  margin-top: 16px;
  color: var(--page-white);
  font-size: 1.02rem;
}

.contact-next p {
  margin-top: 8px;
  font-size: 0.94rem;
  line-height: 1.42;
}

.contact-form-panel,
.legacy-redirect-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(226, 242, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(16, 23, 28, 0.95), rgba(3, 7, 11, 0.9)),
    var(--page-panel);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.contact-form-panel::before,
.legacy-redirect-card::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.55), transparent);
}

.contact-form-head h2 {
  margin: 8px 0 0;
  color: var(--page-white);
  font-size: clamp(1.8rem, 2.35vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-form-head p {
  margin: 10px 0 0;
  color: var(--page-muted);
  line-height: 1.48;
}

.contact-form-panel .field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contact-form-panel .form-field {
  display: grid;
  gap: 7px;
}

.contact-form-panel .form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form-panel label {
  color: rgba(226, 242, 255, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(226, 242, 255, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  color: var(--page-white);
}

.contact-form-panel input,
.contact-form-panel select {
  min-height: 48px;
  padding: 12px 14px;
}

.contact-form-panel select {
  color-scheme: dark;
}

.contact-form-panel select option,
.contact-form-panel select optgroup {
  background: #f8fbfa;
  color: #061018;
}

.contact-form-panel textarea {
  min-height: 124px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
  color: rgba(226, 242, 255, 0.38);
}

.contact-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.contact-form-panel .form-note a {
  color: var(--ww-lime);
  font-weight: 700;
  text-decoration: none;
}

.contact-form-panel .form-note a:hover,
.contact-form-panel .form-note a:focus-visible {
  text-decoration: underline;
}

.contact-submit-row .button,
.contact-submit-row .button-ghost {
  min-height: 48px;
}

.contact-form-panel .form-note {
  margin: 14px 0 0;
  color: var(--page-dim);
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.contact-fit-grid article {
  min-height: 230px;
}

.contact-fit h2 {
  max-width: 11ch;
  margin-top: 22px;
  font-size: clamp(1.8rem, 2.35vw, 3.25rem);
}

.legacy-redirect {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px;
}

.legacy-redirect-card {
  width: min(720px, 100%);
}

.legacy-redirect-card h1 {
  margin-top: 24px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.legacy-redirect-card .button {
  margin-top: 28px;
}

@media (min-width: 901px) and (max-width: 1440px) {
  .report-hero,
  .contact-hero {
    padding-top: 94px;
    padding-bottom: 34px;
  }

  .report-hero-grid,
  .contact-hero-grid {
    gap: 42px;
  }

  .report-copy h1,
  .contact-copy h1 {
    font-size: clamp(3.3rem, 5.6vw, 5.6rem);
  }

  .contact-copy h1 {
    max-width: 10ch;
    margin-top: 22px;
    font-size: clamp(3.25rem, 4.9vw, 4.45rem);
    line-height: 0.98;
  }

  .report-copy p,
  .contact-copy > p {
    max-width: 54ch;
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .contact-intent-list {
    gap: 4px;
    margin-top: 18px;
  }

  .contact-intent-list span {
    min-height: 25px;
    font-size: 0.88rem;
  }

  .contact-direct {
    margin-top: 16px;
    padding-top: 10px;
  }

  .report-visual {
    min-height: 500px;
  }

  .report-dossier {
    width: min(560px, 92%);
    padding: 22px;
  }

  .report-dossier-title strong {
    font-size: clamp(1.9rem, 2.9vw, 3rem);
  }

  .report-audience-grid article {
    min-height: 238px;
    padding: 24px 22px;
  }

  .contact-next article {
    min-height: 116px;
    padding: 14px 12px;
  }

  .contact-next {
    margin-top: 28px;
  }

  .contact-next strong {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .contact-next p {
    margin-top: 6px;
    font-size: 0.86rem;
    line-height: 1.34;
  }

  .contact-form-panel {
    padding: 20px;
  }

  .contact-form-head h2 {
    font-size: clamp(1.55rem, 2.1vw, 2.5rem);
  }

  .contact-form-head p {
    margin-top: 8px;
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .contact-form-panel .field-grid {
    gap: 10px;
    margin-top: 12px;
  }

  .contact-form-panel input,
  .contact-form-panel select {
    min-height: 42px;
    padding: 9px 12px;
  }

  .contact-form-panel textarea {
    min-height: 82px;
    padding: 10px 12px;
  }

  .contact-submit-row {
    margin-top: 14px;
  }

  .contact-submit-row .button,
  .contact-submit-row .button-ghost {
    min-height: 44px;
  }

  .contact-form-panel .form-note {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.36;
  }
}

@media (max-width: 1180px) {
  .report-hero-grid,
  .contact-hero-grid,
  .report-chain-grid,
  .report-export-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .report-hero,
  .contact-hero {
    min-height: auto;
  }

  .contact-hero {
    padding-top: 104px;
    padding-bottom: 54px;
  }

  .contact-copy h1 {
    max-width: 12ch;
    font-size: clamp(3.2rem, 8.2vw, 4.7rem);
    line-height: 0.98;
  }

  .contact-copy > p {
    max-width: 58ch;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.46;
  }

  .contact-intent-list {
    margin-top: 20px;
  }

  .report-visual {
    min-height: 520px;
  }

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

@media (max-width: 760px) {
  .report-hero,
  .contact-hero,
  .report-audience,
  .report-chain,
  .report-export,
  .report-cta,
  .contact-fit {
    padding: 84px 0 56px;
  }

  .report-copy h1,
  .contact-copy h1 {
    font-size: clamp(2.35rem, 9.4vw, 3.15rem);
    line-height: 1.02;
  }

  .contact-copy h1 {
    max-width: 12.5ch;
    margin-top: 22px;
  }

  .contact-copy > p {
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .contact-intent-list {
    display: none;
  }

  .contact-intent-list span {
    min-height: 24px;
    font-size: 0.88rem;
  }

  .report-section-head h2,
  .report-chain-copy h2,
  .report-export h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .report-visual {
    min-height: 520px;
  }

  .report-visual::before {
    width: 82vw;
  }

  .report-format-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }

  .report-dossier {
    width: 100%;
  }

  .report-dossier-grid,
  .report-evidence-rail,
  .report-chain-track,
  .report-audience-grid,
  .contact-next,
  .contact-fit-grid,
  .contact-form-panel .field-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .report-chain-track::before {
    left: 22px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(170, 255, 0, 0.82), transparent);
  }

  .report-export-list article,
  .report-cta-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .report-cta-panel {
    padding: 28px 24px;
  }

  .contact-form-panel {
    padding: 20px;
  }

  .contact-form-head h2 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .contact-form-head p {
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .contact-form-panel input,
  .contact-form-panel select {
    min-height: 46px;
  }

  .contact-form-panel textarea {
    min-height: 96px;
  }

  .contact-submit-row .button,
  .contact-submit-row .button-ghost,
  .report-cta-panel .button {
    width: 100%;
  }

  .legacy-redirect {
    padding: 24px;
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .contact-hero {
    padding-top: 76px;
    padding-bottom: 34px;
  }

  .contact-hero-grid {
    gap: 24px;
  }

  .contact-copy h1 {
    max-width: 17ch;
    font-size: clamp(2.35rem, 7.2vw, 2.95rem);
  }

  .contact-copy > p {
    display: none;
  }

  .contact-form-panel .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin-top: 10px;
  }

  .contact-form-head p,
  .contact-form-panel .form-note {
    display: none;
  }

  .contact-form-panel label {
    font-size: 0.61rem;
  }

  .contact-form-panel input,
  .contact-form-panel select {
    min-height: 38px;
    padding: 8px 12px;
  }

  .contact-form-panel textarea {
    min-height: 66px;
    padding: 9px 12px;
  }

  .contact-submit-row {
    margin-top: 10px;
  }

  .contact-submit-row .button,
  .contact-submit-row .button-ghost {
    min-height: 40px;
  }
}

/* Responsive logo lockup
   ===================================================== */

.wirewolf-next .brand-lockup {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.wirewolf-next .brand-logo {
  display: block;
  height: auto;
}

.wirewolf-next .brand-logo-full {
  width: clamp(176px, 13vw, 224px);
}

.wirewolf-next .brand-logo-mark {
  display: none;
}

@media (min-width: 901px) and (max-width: 1440px) {
  .wirewolf-next .brand-logo-full {
    width: clamp(156px, 12vw, 188px);
  }
}

@media (max-width: 760px) {
  .wirewolf-next .brand-lockup {
    width: auto;
    max-width: none;
  }

  .wirewolf-next .brand-logo-full {
    display: none;
  }

  .wirewolf-next .brand-logo-mark {
    display: block;
    width: 42px;
  }
}

/* Static homepage reset: remove the experimental section animation layers. */
@media (scripting: enabled) {
  .wirewolf-next .wwx-scene *,
  .wirewolf-next .wwx-scene *::before,
  .wirewolf-next .wwx-scene *::after {
    animation: none !important;
    transition: none !important;
  }

  .wirewolf-next .wwx-hero .wwx-eyebrow,
  .wirewolf-next .wwx-hero .wwx-kicker,
  .wirewolf-next .wwx-hero h1,
  .wirewolf-next .wwx-hero .wwx-lede,
  .wirewolf-next .wwx-hero .wwx-actions,
  .wirewolf-next .wwx-problem-point .wwx-eyebrow,
  .wirewolf-next .wwx-problem-title span,
  .wirewolf-next .wwx-problem-lede,
  .wirewolf-next .wwx-problem-beat,
  .wirewolf-next .wwx-alpha-copy .wwx-eyebrow,
  .wirewolf-next .wwx-alpha-copy h2,
  .wirewolf-next .wwx-alpha-copy .wwx-lede,
  .wirewolf-next .wwx-alpha-benefit,
  .wirewolf-next .wwx-alpha-node,
  .wirewolf-next .wwx-hunt-copy .wwx-eyebrow,
  .wirewolf-next .wwx-hunt-copy h2,
  .wirewolf-next .wwx-hunt-copy .wwx-lede,
  .wirewolf-next .wwx-hunt-outcomes span,
  .wirewolf-next .wwx-hunt-node,
  .wirewolf-next .wwx-hunt-path,
  .wirewolf-next .wwx-live-work-copy .wwx-eyebrow,
  .wirewolf-next .wwx-live-work-copy h2,
  .wirewolf-next .wwx-live-work-copy .wwx-lede,
  .wirewolf-next .wwx-live-work-step,
  .wirewolf-next .wwx-live-work-top,
  .wirewolf-next .wwx-proof .wwx-report-wall article {
    opacity: 1 !important;
    transform: none !important;
    translate: none !important;
    rotate: none !important;
    filter: none !important;
  }

  .wirewolf-next .wwx-alpha-core {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
    animation: none !important;
  }

  .wirewolf-next .wwx-alpha-rail {
    opacity: 1 !important;
    transform: translateY(-50%) !important;
  }

  .wirewolf-next .wwx-live-work-console::after,
  .wirewolf-next .wwx-hunt-runner {
    display: none !important;
  }

  .wirewolf-next .wwx-loop .wwx-section-head,
  .wirewolf-next .wwx-loop-grid,
  .wirewolf-next .wwx-proof-copy,
  .wirewolf-next .wwx-report-wall {
    transform: none !important;
    translate: none !important;
    rotate: none !important;
  }
}

/* Mobile product experience pass
   ===================================================== */

@media (max-width: 760px) {
  html,
  body,
  body.wirewolf-next {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .wirewolf-next .section-shell,
  .wirewolf-next .nav-shell,
  .wirewolf-next .footer-shell {
    width: min(calc(100% - 32px), 430px);
  }

  .wirewolf-next .site-nav-wrap {
    position: fixed;
  }

  .wirewolf-next .site-nav-wrap::before {
    height: 94px;
    background: linear-gradient(180deg, rgba(2, 5, 10, 0.96), rgba(2, 5, 10, 0.42) 68%, transparent);
  }

  .wirewolf-next .site-nav,
  .wirewolf-next .site-nav.is-scrolled {
    grid-template-columns: 44px 48px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 12px;
  }

  .wirewolf-next .brand-lockup {
    min-width: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wirewolf-next .brand-logo-mark {
    width: 40px;
  }

  .wirewolf-next .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(226, 242, 255, 0.06);
  }

  .wirewolf-next .nav-links {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(226, 242, 255, 0.12);
    border-radius: 8px;
    background: rgba(2, 5, 10, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .wirewolf-next .nav-links a {
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 10px;
  }

  .wirewolf-next .nav-actions {
    grid-column: 1 / -1;
  }

  .wirewolf-next .nav-actions .button {
    width: 100%;
    min-height: 50px;
  }

  .wirewolf-next .wwx-progress,
  .wirewolf-next .wwx-ground-wolf,
  .wirewolf-next .wwx-wolf-sprite-window,
  .wirewolf-next .wwx-wolf-walk-strip,
  .wirewolf-next .wwx-wolf-sit-frame {
    display: none !important;
  }

  .wirewolf-next .wwx-moon {
    display: block !important;
    top: clamp(110px, 17vh, 170px);
    left: auto;
    right: clamp(-126px, -25vw, -78px);
    width: clamp(190px, 58vw, 250px);
    opacity: 0.32 !important;
    filter: blur(0.2px);
    transform:
      translate3d(
        calc(var(--wwx-moon-drift-x, 0vw) * -0.05),
        calc(var(--wwx-moon-drift-y, 0vh) * 0.22),
        0
      )
      scale(calc(0.88 + (var(--wwx-moon-scale, 1) - 1) * 0.18));
  }

  .wirewolf-next .wwx-moonbeam {
    display: block !important;
    right: -54vw;
    width: 120vw;
    opacity: 0.08;
  }

  .wirewolf-next .wwx-home[data-wwx-scene] .wwx-moon {
    opacity: 0.32 !important;
  }

  .wirewolf-next .wwx-night-stage {
    overflow: hidden;
    opacity: 0.58;
  }

  .wirewolf-next .wwx-night-canvas {
    opacity: 0.74;
  }

  .wirewolf-next .wwx-horizon {
    height: 25vh;
  }

  .wirewolf-next .wwx-home,
  .wirewolf-next .wwx-page,
  .wirewolf-next .wwx-scene,
  .wirewolf-next .wwx-scene > .section-shell {
    max-width: 100%;
  }

  .wirewolf-next .wwx-scene {
    min-height: auto;
    padding: 78px 0;
  }

  .wirewolf-next .wwx-hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 72px;
  }

  .wirewolf-next .wwx-hero-grid,
  .wirewolf-next .wwx-problem-shell,
  .wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell,
  .wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell,
  .wirewolf-next .wwx-live-work > .wwx-live-work-shell,
  .wirewolf-next .wwx-proof-grid {
    width: min(calc(100% - 32px), 430px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .wirewolf-next .wwx-hero-copy,
  .wirewolf-next .wwx-alpha-copy,
  .wirewolf-next .wwx-hunt-copy,
  .wirewolf-next .wwx-live-work-copy,
  .wirewolf-next .wwx-proof-copy,
  .wirewolf-next .wwx-section-head,
  .wirewolf-next .wwx-close-panel {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .wirewolf-next .wwx-eyebrow {
    max-width: 100%;
    min-height: 36px;
    padding: 0 12px;
    white-space: normal;
    line-height: 1.15;
  }

  .wirewolf-next .wwx-hero .wwx-eyebrow,
  .wirewolf-next .wwx-hero .wwx-kicker,
  .wirewolf-next .wwx-hero h1,
  .wirewolf-next .wwx-hero .wwx-lede,
  .wirewolf-next .wwx-hero .wwx-actions {
    justify-content: flex-start;
    text-align: left;
  }

  .wirewolf-next .wwx-hero h1,
  .wirewolf-next .wwx-problem-title,
  .wirewolf-next .wwx-scene h2,
  .wirewolf-next .wwx-section-head h2,
  .wirewolf-next .wwx-alpha-copy h2,
  .wirewolf-next .wwx-hunt-copy h2,
  .wirewolf-next .wwx-live-work-copy h2,
  .wirewolf-next .wwx-proof-copy h2,
  .wirewolf-next .wwx-close-panel h2 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 11vw, 3.35rem);
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }

  .wirewolf-next .wwx-hero h1 {
    max-width: 10.8ch;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .wirewolf-next .wwx-kicker,
  .wirewolf-next .wwx-lede {
    max-width: 32rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.48;
    text-align: left;
  }

  .wirewolf-next .wwx-hero .wwx-lede {
    margin-top: 18px;
  }

  .wirewolf-next .wwx-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .wirewolf-next .wwx-actions .button,
  .wirewolf-next .wwx-actions .button-ghost,
  .wirewolf-next .button,
  .wirewolf-next .button-ghost {
    min-height: 52px;
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    text-align: center;
  }

  .wirewolf-next .wwx-problem-beats {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 26px;
  }

  .wirewolf-next .wwx-problem-beat {
    min-height: 0;
    padding: 16px 0 16px 18px;
    border-left: 1px solid rgba(170, 255, 0, 0.6);
    border-top: 0;
  }

  .wirewolf-next .wwx-alpha-redesign,
  .wirewolf-next .wwx-hunt-redesign,
  .wirewolf-next .wwx-live-work {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell,
  .wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell,
  .wirewolf-next .wwx-live-work > .wwx-live-work-shell {
    gap: 24px;
  }

  .wirewolf-next .wwx-alpha-map {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(226, 242, 255, 0.12);
    border-left-color: rgba(170, 255, 0, 0.4);
    background:
      radial-gradient(circle at 0 100%, rgba(170, 255, 0, 0.1), transparent 36%),
      rgba(5, 9, 13, 0.72);
  }

  .wirewolf-next .wwx-alpha-ambient,
  .wirewolf-next .wwx-alpha-rail,
  .wirewolf-next .wwx-alpha-core {
    display: none !important;
  }

  .wirewolf-next .wwx-alpha-node,
  .wirewolf-next .wwx-alpha-node-finding,
  .wirewolf-next .wwx-alpha-node-evidence,
  .wirewolf-next .wwx-alpha-node-fix,
  .wirewolf-next .wwx-alpha-node-proof {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 14px 14px 13px;
    transform: none !important;
    border: 1px solid rgba(226, 242, 255, 0.1);
    background: rgba(2, 5, 10, 0.7);
  }

  .wirewolf-next .wwx-alpha-benefits,
  .wirewolf-next .wwx-hunt-outcomes {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 24px;
  }

  .wirewolf-next .wwx-alpha-benefit,
  .wirewolf-next .wwx-hunt-outcomes span {
    min-height: 46px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(170, 255, 0, 0.56);
  }

  .wirewolf-next .wwx-hunt-visual {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(226, 242, 255, 0.12);
    border-left-color: rgba(170, 255, 0, 0.4);
    background:
      radial-gradient(circle at 0 100%, rgba(170, 255, 0, 0.1), transparent 36%),
      rgba(5, 9, 13, 0.72);
  }

  .wirewolf-next .wwx-hunt-svg,
  .wirewolf-next .wwx-hunt-runner {
    display: none !important;
  }

  .wirewolf-next .wwx-hunt-node,
  .wirewolf-next .wwx-hunt-node-recon,
  .wirewolf-next .wwx-hunt-node-chain,
  .wirewolf-next .wwx-hunt-node-access,
  .wirewolf-next .wwx-hunt-node-evidence,
  .wirewolf-next .wwx-hunt-node-fix,
  .wirewolf-next .wwx-hunt-node-verify {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 14px 14px 14px 38px;
    transform: none !important;
    border: 1px solid rgba(226, 242, 255, 0.1);
    background: rgba(2, 5, 10, 0.7);
  }

  .wirewolf-next .wwx-hunt-node::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #aaff00;
    box-shadow: 0 0 16px rgba(170, 255, 0, 0.6);
  }

  .wirewolf-next .wwx-live-work-console {
    min-height: 0;
    padding: 16px;
  }

  .wirewolf-next .wwx-live-work-top {
    min-height: 0;
    padding-bottom: 14px;
  }

  .wirewolf-next .wwx-live-work-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 16px 0;
  }

  .wirewolf-next .wwx-loop .section-shell {
    width: min(calc(100% - 32px), 430px);
    min-height: 0;
  }

  .wirewolf-next .wwx-loop-grid {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    transform: none !important;
  }

  .wirewolf-next .wwx-loop-grid::before,
  .wirewolf-next .wwx-loop-grid::after {
    display: none !important;
  }

  .wirewolf-next .wwx-loop-grid article,
  .wirewolf-next .wwx-loop-grid article:nth-child(1),
  .wirewolf-next .wwx-loop-grid article:nth-child(2),
  .wirewolf-next .wwx-loop-grid article:nth-child(3) {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 18px;
    transform: none !important;
  }

  .wirewolf-next .wwx-meter {
    margin-top: 20px;
  }

  .wirewolf-next .wwx-proof-grid {
    gap: 24px;
  }

  .wirewolf-next .wwx-report-wall {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    transform: none !important;
  }

  .wirewolf-next .wwx-report-wall article,
  .wirewolf-next .wwx-report-wall article:nth-child(1),
  .wirewolf-next .wwx-report-wall article:nth-child(2),
  .wirewolf-next .wwx-report-wall article:nth-child(3),
  .wirewolf-next .wwx-report-wall article:nth-child(4) {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 18px;
    transform: none !important;
  }

  .wirewolf-next .wwx-close {
    padding-top: 78px;
    padding-bottom: 86px;
  }

  .wirewolf-next .wwx-close-panel {
    width: min(calc(100% - 32px), 430px);
    padding: 24px 18px;
  }

  .wirewolf-next .footer {
    padding-bottom: 28px;
  }

  .wirewolf-next .footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(226, 242, 255, 0.1);
  }

  .wirewolf-next .footer-main::before {
    display: none;
  }

  .wirewolf-next .footer-copy,
  .wirewolf-next .footer-meta {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .wirewolf-next .footer-links {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .wirewolf-next .footer-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(226, 242, 255, 0.08);
  }

  .wirewolf-next .footer-meta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .wirewolf-next.site-contact {
    overflow-x: hidden;
  }

  .contact-main,
  .contact-hero,
  .contact-fit,
  .contact-hero-grid,
  .contact-copy,
  .contact-form-panel,
  .contact-fit-grid,
  .contact-fit-grid article {
    max-width: 100%;
    min-width: 0;
  }

  .contact-hero,
  .contact-fit {
    padding: 92px 0 56px;
  }

  .contact-hero-grid {
    width: min(calc(100% - 32px), 430px);
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .contact-copy h1 {
    max-width: 10ch;
    margin-top: 18px;
    font-size: clamp(2.55rem, 11vw, 3.35rem);
    line-height: 1;
  }

  .contact-copy > p {
    max-width: 32rem;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .contact-intent-list {
    display: grid;
    margin-top: 22px;
  }

  .contact-intent-list span {
    min-height: 28px;
    font-size: 0.92rem;
  }

  .contact-form-panel {
    width: 100%;
    padding: 18px;
    border-color: rgba(226, 242, 255, 0.14);
    scroll-margin-top: 104px;
  }

  .contact-form-head h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    line-height: 1.05;
  }

  .contact-form-head p,
  .contact-form-panel .form-note {
    display: block;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .contact-form-panel .field-grid,
  .contact-submit-row {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
    gap: 12px;
  }

  .contact-form-panel .field-grid {
    margin-top: 14px;
  }

  .contact-form-panel input,
  .contact-form-panel select,
  .contact-form-panel textarea {
    min-width: 0;
    font-size: 16px;
  }

  .contact-form-panel input,
  .contact-form-panel select {
    min-height: 48px;
  }

  .contact-form-panel textarea {
    min-height: 120px;
  }

  .contact-submit-row .button,
  .contact-submit-row .button-ghost {
    width: 100%;
    min-height: 52px;
  }

  .contact-fit-grid {
    width: min(calc(100% - 32px), 430px);
    grid-template-columns: minmax(0, 1fr);
    gap: 1px;
  }

  .contact-fit-grid article {
    min-height: 0;
    padding: 22px 18px;
  }

  .contact-fit h2 {
    max-width: 13ch;
    font-size: clamp(1.75rem, 7vw, 2.35rem);
    line-height: 1.06;
  }
}

@media (max-width: 380px) {
  .wirewolf-next .section-shell,
  .wirewolf-next .nav-shell,
  .wirewolf-next .footer-shell,
  .wirewolf-next .wwx-hero-grid,
  .wirewolf-next .wwx-problem-shell,
  .wirewolf-next .wwx-alpha-redesign > .wwx-alpha-shell,
  .wirewolf-next .wwx-hunt-redesign > .wwx-hunt-shell,
  .wirewolf-next .wwx-live-work > .wwx-live-work-shell,
  .wirewolf-next .wwx-loop .section-shell,
  .wirewolf-next .wwx-proof-grid,
  .wirewolf-next .wwx-close-panel,
  .contact-hero-grid,
  .contact-fit-grid {
    width: min(calc(100% - 24px), 430px);
  }

  .wirewolf-next .wwx-hero h1,
  .wirewolf-next .wwx-problem-title,
  .wirewolf-next .wwx-scene h2,
  .wirewolf-next .wwx-section-head h2,
  .wirewolf-next .wwx-alpha-copy h2,
  .wirewolf-next .wwx-hunt-copy h2,
  .wirewolf-next .wwx-live-work-copy h2,
  .wirewolf-next .wwx-proof-copy h2,
  .wirewolf-next .wwx-close-panel h2,
  .contact-copy h1 {
    font-size: clamp(2.3rem, 10.5vw, 3rem);
  }
}

/* Mark feedback pass: smoother moonlight, simpler footer, and cleaner contact form. */
.wirewolf-next .nav-actions:empty {
  display: none;
}

.wirewolf-next.site-contact main::before {
  opacity: 0.92;
  background:
    radial-gradient(circle at 18% 18%, rgba(73, 107, 130, 0.15), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(170, 255, 0, 0.055), transparent 24%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.04) 0%, rgba(2, 5, 10, 0.34) 48%, rgba(2, 5, 10, 0.82) 100%);
}

body.wirewolf-next.site-contact::before,
body.wirewolf-next.site-contact::after {
  opacity: 0;
  background: none;
  filter: none;
  animation: none;
}

.wirewolf-next.site-contact main::after {
  display: none;
  opacity: 0;
  background: none;
}

.wirewolf-next.site-contact .contact-hero::before,
.wirewolf-next.site-contact .contact-fit::before {
  display: none;
}

.wirewolf-next.site-contact .contact-hero {
  padding-top: clamp(142px, 17vh, 190px);
  padding-bottom: clamp(80px, 10vh, 124px);
}

.wirewolf-next.site-contact .contact-fit {
  padding-top: clamp(68px, 8vh, 100px);
}

.wirewolf-next.site-contact .contact-hero-grid,
.wirewolf-next.site-contact .contact-fit-grid {
  width: min(1360px, calc(100% - 96px));
}

.wirewolf-next.site-contact .contact-copy {
  max-width: 720px;
}

.wirewolf-next.site-contact .contact-copy h1 {
  max-width: 13.2ch;
}

.wirewolf-next .wwx-home {
  --wwx-moon-opacity: 1;
}

.wirewolf-next .wwx-home[data-wwx-scene] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="system"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="attack"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="loop"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="proof"] .wwx-moon,
.wirewolf-next .wwx-home[data-wwx-scene="close"] .wwx-moon {
  opacity: 1;
}

.wirewolf-next .wwx-night-stage {
  z-index: 1;
  opacity: 1;
}

.wirewolf-next .wwx-night-canvas {
  z-index: 0;
}

.wirewolf-next .wwx-scene {
  z-index: 2;
}

.wirewolf-next .wwx-moon {
  z-index: 3;
  isolation: isolate;
  overflow: hidden;
  background: rgb(181, 207, 218);
  box-shadow:
    0 0 56px rgba(226, 242, 255, 0.19),
    0 0 132px rgba(177, 218, 232, 0.08),
    0 0 228px rgba(170, 255, 0, 0.024);
}

.wirewolf-next .wwx-moon::before {
  z-index: 2;
  background:
    radial-gradient(circle at 36% 44%, rgba(34, 50, 60, 0.22), transparent 18%),
    radial-gradient(circle at 62% 38%, rgba(38, 56, 66, 0.18), transparent 13%),
    radial-gradient(circle at 58% 68%, rgba(36, 52, 62, 0.16), transparent 17%);
}

.wirewolf-next .wwx-moon::after {
  display: block;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 37% 31%, rgb(255, 255, 255), rgb(229, 244, 250) 38%, rgb(181, 207, 218) 69%, rgb(123, 150, 165) 100%);
}

.wirewolf-next .wwx-moonbeam {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  right: auto;
  background:
    radial-gradient(ellipse at 18% 28%, rgba(226, 242, 255, 0.1) 0, rgba(190, 219, 230, 0.05) 20%, rgba(170, 255, 0, 0.012) 34%, transparent 58%),
    linear-gradient(104deg, rgba(226, 242, 255, 0.022) 0%, rgba(226, 242, 255, 0.009) 14%, transparent 28%);
  opacity: 0.38;
  transform: none;
}

.wirewolf-next .footer-main {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 86px);
  padding: clamp(34px, 4vw, 56px) 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  will-change: auto;
}

.wirewolf-next .footer {
  z-index: 8;
  background:
    linear-gradient(180deg, rgba(1, 3, 7, 0.92) 0%, rgba(1, 3, 7, 0.98) 54%, #010307 100%);
}

.wirewolf-next .footer-main::before {
  display: none;
}

.wirewolf-next .footer-brand-block {
  max-width: 780px;
}

.wirewolf-next .footer-kicker {
  color: var(--ww-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wirewolf-next .footer-copy {
  max-width: 15ch;
  margin: 16px 0 0;
  color: var(--ww-white);
  font-size: clamp(2.15rem, 3.4vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.wirewolf-next .footer-support {
  max-width: 56ch;
  margin: 18px 0 0;
  color: rgba(248, 251, 250, 0.64);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.58;
}

.wirewolf-next .footer-action-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.wirewolf-next .footer-meta {
  margin: 0;
  color: rgba(248, 251, 250, 0.62);
  font-size: 0.9rem;
}

.wirewolf-next .footer-note {
  color: rgba(248, 251, 250, 0.52);
  font-size: 0.9rem;
}

.wirewolf-next .footer-legal-links {
  display: inline-flex;
  justify-content: center;
  gap: 18px;
  color: rgba(248, 251, 250, 0.58);
  font-size: 0.9rem;
}

.wirewolf-next .footer-legal-links a {
  color: inherit;
  text-decoration: none;
}

.wirewolf-next .footer-legal-links a:hover,
.wirewolf-next .footer-legal-links a:focus-visible {
  color: var(--ww-white);
  text-decoration: underline;
}

.wirewolf-next .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(226, 242, 255, 0.08);
}

.wirewolf-next .footer-social-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(226, 242, 255, 0.16);
  border-radius: 999px;
  color: rgba(248, 251, 250, 0.74);
  font-weight: 700;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.wirewolf-next .footer-social-link:hover,
.wirewolf-next .footer-social-link:focus-visible {
  border-color: rgba(170, 255, 0, 0.58);
  background: rgba(170, 255, 0, 0.06);
  color: var(--ww-white);
}

.wirewolf-next.site-legal .legal-main {
  position: relative;
  min-height: 100vh;
  padding-top: 132px;
  background:
    radial-gradient(circle at 82% 10%, rgba(170, 255, 0, 0.12), transparent 26%),
    radial-gradient(circle at 18% 18%, rgba(97, 139, 166, 0.14), transparent 30%),
    linear-gradient(180deg, #01040a 0%, #03070b 52%, #010307 100%);
}

.wirewolf-next.site-legal .legal-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(226, 242, 255, 0.62) 0 1px, transparent 1.8px),
    radial-gradient(circle at 72% 18%, rgba(226, 242, 255, 0.42) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 70%, rgba(226, 242, 255, 0.48) 0 1px, transparent 1.8px),
    radial-gradient(circle at 28% 76%, rgba(226, 242, 255, 0.34) 0 1px, transparent 1.8px);
}

.wirewolf-next.site-legal .legal-shell {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.wirewolf-next.site-legal .legal-hero {
  padding: clamp(52px, 7vw, 96px) 0 28px;
}

.wirewolf-next.site-legal .legal-hero h1 {
  max-width: 12ch;
  margin: 22px 0 0;
  color: var(--ww-white);
  font-size: clamp(3rem, 7vw, 7.2rem);
  letter-spacing: 0;
  line-height: 0.94;
}

.wirewolf-next.site-legal .legal-hero p {
  margin: 22px 0 0;
  color: rgba(248, 251, 250, 0.62);
  font-size: 1rem;
}

.wirewolf-next.site-legal .legal-content {
  padding: 18px 0 clamp(82px, 9vw, 130px);
}

.wirewolf-next.site-legal .legal-content article {
  max-width: 760px;
  border-top: 1px solid rgba(226, 242, 255, 0.14);
  padding-top: 34px;
}

.wirewolf-next.site-legal .legal-content h2 {
  margin: 34px 0 0;
  color: var(--ww-white);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0;
  line-height: 1.1;
}

.wirewolf-next.site-legal .legal-content h2:first-child {
  margin-top: 0;
}

.wirewolf-next.site-legal .legal-content p {
  margin: 12px 0 0;
  color: rgba(226, 242, 255, 0.7);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

.contact-hero-grid {
  align-items: start;
}

@media (min-width: 1181px) and (max-height: 860px) {
  .wirewolf-next.site-contact .contact-hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 56px;
    align-items: start;
  }

  .wirewolf-next.site-contact .contact-hero-grid {
    grid-template-columns: minmax(520px, 0.94fr) minmax(560px, 0.76fr);
    gap: clamp(48px, 5vw, 88px);
  }

  .wirewolf-next.site-contact .contact-copy h1 {
    max-width: 14.5ch;
    margin-top: 16px;
    font-size: clamp(4.1rem, 4.7vw, 5.65rem);
    line-height: 0.98;
  }

  .wirewolf-next.site-contact .contact-copy > p {
    max-width: 64ch;
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .wirewolf-next.site-contact .contact-intent-list {
    gap: 4px;
    margin-top: 16px;
  }

  .wirewolf-next.site-contact .contact-intent-list span {
    min-height: 24px;
    font-size: 0.88rem;
  }

  .wirewolf-next.site-contact .contact-form-panel {
    padding: 22px;
  }

  .wirewolf-next.site-contact .contact-form-head h2 {
    font-size: clamp(1.55rem, 1.9vw, 2.35rem);
  }

  .wirewolf-next.site-contact .contact-form-head p {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.36;
  }

  .wirewolf-next.site-contact .contact-form-panel .field-grid {
    gap: 10px;
    margin-top: 12px;
  }

  .wirewolf-next.site-contact .contact-form-panel input,
  .wirewolf-next.site-contact .contact-form-panel select {
    min-height: 42px;
    padding: 9px 12px;
  }

  .wirewolf-next.site-contact .contact-form-panel textarea {
    min-height: 82px;
    padding: 10px 12px;
  }

  .wirewolf-next.site-contact .contact-submit-row {
    margin-top: 12px;
  }

  .wirewolf-next.site-contact .contact-form-panel .form-note {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1.34;
  }

  .wirewolf-next.site-contact .contact-fit {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .wirewolf-next.site-contact .contact-fit-grid article {
    min-height: 210px;
  }
}

.contact-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.contact-submit-row .button {
  width: 100%;
}

.contact-submit-row .button:disabled {
  cursor: wait;
  opacity: 0.74;
}

.form-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: rgba(226, 242, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.42;
}

.form-status[data-state="success"] {
  color: #aaff00;
}

.form-status[data-state="error"] {
  color: #ffb3b3;
}

.contact-transition {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}

.contact-transition__canvas,
.contact-transition__core,
.contact-transition__white {
  position: absolute;
  inset: 0;
}

.contact-transition__canvas {
  width: 100%;
  height: 100%;
}

.contact-transition__core {
  top: 50%;
  left: 50%;
  width: min(72vmax, 1120px);
  height: min(72vmax, 1120px);
  inset: auto;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.48);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.94) 0 7%, rgba(226, 242, 255, 0.72) 16%, rgba(170, 255, 0, 0.16) 32%, transparent 64%);
  filter: blur(3px);
  mix-blend-mode: screen;
}

.contact-transition__white {
  opacity: 0;
  background: #f8fbfa;
}

.contact-transition--arrival {
  background: transparent;
}

.contact-transition--arrival .contact-transition__white {
  opacity: 1;
}

body.site-contact.is-contact-arriving .site-nav-wrap,
body.site-contact.is-contact-arriving .contact-main,
body.site-contact.is-contact-arriving .footer {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.992);
}

body.site-contact.is-contact-arriving.is-contact-revealed .site-nav-wrap,
body.site-contact.is-contact-arriving.is-contact-revealed .contact-main,
body.site-contact.is-contact-arriving.is-contact-revealed .footer {
  opacity: 1;
  transform: none;
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.is-contact-transitioning {
  cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
  .contact-transition__canvas,
  .contact-transition__core {
    display: none;
  }

  body.site-contact.is-contact-arriving .site-nav-wrap,
  body.site-contact.is-contact-arriving .contact-main,
  body.site-contact.is-contact-arriving .footer {
    transform: none;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 32px 0 22px;
  }

  .wirewolf-next .footer-copy {
    max-width: 12ch;
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .wirewolf-next .footer-support {
    max-width: 31rem;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .wirewolf-next .footer-action-block {
    justify-content: flex-start;
    align-items: stretch;
  }

  .wirewolf-next .footer-action-block .button,
  .wirewolf-next .footer-social-link {
    width: 100%;
  }

  .wirewolf-next .footer-bottom {
    display: grid;
    gap: 8px;
    padding-bottom: 22px;
  }
}

/* Operator-grade attack-chain visual: concrete path, artifacts, and priority. */
.wirewolf-next .wwx-hunt-redesign .wwx-hunt-visual {
  min-height: 620px;
  display: flex;
  align-items: stretch;
}

.wirewolf-next .wwx-attack-board {
  position: relative;
  width: 100%;
  min-height: 620px;
  padding: clamp(20px, 2.1vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(226, 242, 255, 0.13);
  border-left-color: rgba(170, 255, 0, 0.58);
  background:
    linear-gradient(90deg, rgba(170, 255, 0, 0.06) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(226, 242, 255, 0.04) 0 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(170, 255, 0, 0.12), transparent 25%),
    radial-gradient(circle at 80% 76%, rgba(97, 139, 166, 0.12), transparent 30%),
    rgba(2, 5, 10, 0.78);
  background-size:
    64px 64px,
    64px 64px,
    auto,
    auto,
    auto;
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
}

.wirewolf-next .wwx-attack-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.08), transparent) 0 21% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(226, 242, 255, 0.08), transparent) 0 55% / 100% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(226, 242, 255, 0.05), transparent) 33% 0 / 1px 100% no-repeat,
    linear-gradient(180deg, transparent, rgba(226, 242, 255, 0.05), transparent) 66% 0 / 1px 100% no-repeat;
  opacity: 0.74;
}

.wirewolf-next .wwx-attack-board-head,
.wirewolf-next .wwx-attack-board-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(226, 242, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
}

.wirewolf-next .wwx-attack-board-head {
  align-items: center;
  padding: 14px 16px;
}

.wirewolf-next .wwx-attack-board-head span,
.wirewolf-next .wwx-attack-board-foot span,
.wirewolf-next .wwx-hunt-node span,
.wirewolf-next .wwx-hunt-node em {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.wirewolf-next .wwx-attack-board-head span {
  color: var(--ww-lime);
  font-size: 0.68rem;
  font-weight: 800;
}

.wirewolf-next .wwx-attack-board-head strong {
  color: rgba(248, 251, 250, 0.84);
  font-size: 0.94rem;
  text-align: right;
}

.wirewolf-next .wwx-attack-path {
  position: absolute;
  inset: 76px 24px 92px;
  z-index: 0;
  width: calc(100% - 48px);
  height: calc(100% - 168px);
  overflow: visible;
  opacity: 0.82;
}

.wirewolf-next .wwx-attack-path path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wirewolf-next .wwx-attack-path-shadow {
  stroke: rgba(170, 255, 0, 0.16);
  stroke-width: 12;
  filter: blur(9px);
}

.wirewolf-next .wwx-attack-path-line {
  stroke: rgba(170, 255, 0, 0.88);
  stroke-width: 2.4;
  stroke-dasharray: 10 16;
  filter: drop-shadow(0 0 12px rgba(170, 255, 0, 0.42));
  animation: wwxHuntTrace 5.8s linear infinite;
}

.wirewolf-next .wwx-attack-path circle {
  fill: var(--ww-lime);
  filter: drop-shadow(0 0 12px rgba(170, 255, 0, 0.72));
}

.wirewolf-next .wwx-attack-chain {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(132px, auto));
  gap: 18px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-recon,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-chain,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-access,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-evidence,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-fix,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-verify {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 0;
  padding: 15px 16px 14px;
  border: 1px solid rgba(226, 242, 255, 0.1);
  border-left: 2px solid rgba(170, 255, 0, 0.74);
  background:
    linear-gradient(90deg, rgba(170, 255, 0, 0.11), rgba(4, 8, 13, 0.94) 42%, rgba(1, 4, 9, 0.9)),
    rgba(2, 5, 10, 0.86);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node::before {
  left: -5px;
  top: 17px;
  width: 8px;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node span {
  color: rgba(170, 255, 0, 0.84);
  font-size: 0.64rem;
  font-weight: 800;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node strong {
  margin-top: 9px;
  color: var(--ww-white);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.08;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node p {
  margin-top: 9px;
  color: rgba(226, 242, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.4;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node em {
  display: block;
  margin-top: 12px;
  color: rgba(170, 255, 0, 0.74);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node-recon { grid-column: 1 / span 4; grid-row: 1; }
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-chain { grid-column: 5 / span 4; grid-row: 1; }
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-access { grid-column: 9 / span 4; grid-row: 1; }
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-evidence { grid-column: 2 / span 4; grid-row: 2; }
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-fix { grid-column: 6 / span 4; grid-row: 2; }
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-verify { grid-column: 3 / span 8; grid-row: 3; }

.wirewolf-next .wwx-attack-board-foot {
  align-items: stretch;
  padding: 0;
}

.wirewolf-next .wwx-attack-board-foot > div {
  flex: 1 1 0;
  padding: 14px 16px;
}

.wirewolf-next .wwx-attack-board-foot > div + div {
  border-left: 1px solid rgba(226, 242, 255, 0.1);
}

.wirewolf-next .wwx-attack-board-foot span {
  color: rgba(226, 242, 255, 0.5);
  font-size: 0.62rem;
  font-weight: 800;
}

.wirewolf-next .wwx-attack-board-foot strong {
  display: block;
  margin-top: 7px;
  color: var(--ww-white);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  line-height: 1.22;
}

@media (scripting: enabled) {
  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-attack-board-head,
  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-hunt-node,
  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-attack-board-foot,
  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-attack-path-line {
    opacity: 0;
  }

  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-attack-board-head,
  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-hunt-node,
  .wirewolf-next .wwx-hunt-redesign:not(.is-current) .wwx-attack-board-foot {
    transform: translate3d(0, 20px, 0);
  }

  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-attack-board-head,
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-attack-board-foot {
    animation: wwxHuntNodeReveal 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-attack-board-head { animation-delay: 160ms; }
  .wirewolf-next .wwx-hunt-redesign.is-current .wwx-attack-board-foot { animation-delay: 980ms; }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .wirewolf-next .wwx-attack-board {
    min-height: 560px;
    padding: 20px;
  }

  .wirewolf-next .wwx-attack-chain {
    grid-template-rows: repeat(3, minmax(112px, auto));
    gap: 14px;
    margin: 18px 0;
  }

  .wirewolf-next .wwx-attack-chain .wwx-hunt-node {
    padding: 13px 14px;
  }

  .wirewolf-next .wwx-attack-chain .wwx-hunt-node p {
    font-size: 0.78rem;
  }
}

@media (max-width: 1180px) {
  .wirewolf-next .wwx-hunt-redesign .wwx-hunt-visual {
    min-height: 0;
  }

  .wirewolf-next .wwx-attack-board {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .wirewolf-next .wwx-hunt-redesign .wwx-hunt-visual {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .wirewolf-next .wwx-attack-board {
    padding: 16px;
  }

  .wirewolf-next .wwx-attack-board-head,
  .wirewolf-next .wwx-attack-board-foot {
    display: grid;
    gap: 8px;
  }

  .wirewolf-next .wwx-attack-board-head strong {
    text-align: left;
  }

  .wirewolf-next .wwx-attack-path {
    display: none;
  }

  .wirewolf-next .wwx-attack-chain {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 10px;
  }

  .wirewolf-next .wwx-attack-chain .wwx-hunt-node,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-recon,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-chain,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-access,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-evidence,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-fix,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-verify {
    grid-column: auto;
    grid-row: auto;
    padding: 14px 14px 14px 38px;
  }

  .wirewolf-next .wwx-attack-board-foot > div + div {
    border-left: 0;
    border-top: 1px solid rgba(226, 242, 255, 0.1);
  }
}

/* Fit pass for the operator attack board on normal laptop and desktop viewports. */
.wirewolf-next .wwx-attack-board {
  min-height: 560px;
  padding: clamp(18px, 1.8vw, 24px);
}

.wirewolf-next .wwx-attack-board-head {
  padding: 12px 14px;
}

.wirewolf-next .wwx-attack-path {
  inset: 66px 22px 80px;
  width: calc(100% - 44px);
  height: calc(100% - 146px);
}

.wirewolf-next .wwx-attack-chain {
  grid-template-rows: repeat(3, minmax(108px, auto));
  gap: 12px;
  margin: 16px 0;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-recon,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-chain,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-access,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-evidence,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-fix,
.wirewolf-next .wwx-attack-chain .wwx-hunt-node-verify {
  padding: 12px 13px 11px;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node::before {
  top: 14px;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node strong {
  margin-top: 7px;
  font-size: clamp(0.96rem, 1vw, 1.1rem);
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node p {
  margin-top: 7px;
  font-size: 0.78rem;
  line-height: 1.34;
}

.wirewolf-next .wwx-attack-chain .wwx-hunt-node em {
  margin-top: 8px;
  font-size: 0.52rem;
}

.wirewolf-next .wwx-attack-board-foot > div {
  padding: 11px 14px;
}

.wirewolf-next .wwx-attack-board-foot strong {
  margin-top: 6px;
  font-size: clamp(0.92rem, 1vw, 1.04rem);
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .wirewolf-next .wwx-attack-board {
    min-height: 520px;
    padding: 16px;
  }

  .wirewolf-next .wwx-attack-chain {
    grid-template-rows: repeat(3, minmax(96px, auto));
    gap: 10px;
    margin: 14px 0;
  }

  .wirewolf-next .wwx-attack-chain .wwx-hunt-node,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-recon,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-chain,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-access,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-evidence,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-fix,
  .wirewolf-next .wwx-attack-chain .wwx-hunt-node-verify {
    padding: 10px 11px;
  }
}

/* Remove the rectangular green wash behind the Alpha map; keep only clean connection glow. */
.wirewolf-next .wwx-alpha-ambient {
  display: none;
}

.wirewolf-next .wwx-alpha-rail {
  background: linear-gradient(90deg, transparent, rgba(226, 242, 255, 0.2), rgba(170, 255, 0, 0.55), rgba(226, 242, 255, 0.18), transparent);
}

.wirewolf-next .wwx-alpha-rail::before {
  inset: -8px 41% -8px 43%;
  background: radial-gradient(ellipse, rgba(170, 255, 0, 0.14), transparent 72%);
  filter: blur(12px);
  opacity: 0.72;
}

.wirewolf-next .wwx-alpha-core {
  background:
    radial-gradient(circle, rgba(170, 255, 0, 0.13), transparent 58%),
    rgba(3, 9, 14, 0.82);
  box-shadow:
    0 0 38px rgba(170, 255, 0, 0.09),
    inset 0 0 28px rgba(170, 255, 0, 0.08);
}
