:root {
  color-scheme: dark;
  --bg: #0f1012;
  --field: #151515;
  --ink: #f8f2e8;
  --muted: #c9c0b3;
  --line: rgba(255, 255, 255, 0.18);
  --accent: #f2b84b;
  --accent2: #64d8d5;
  --surface: #191919;
  --shadow: rgba(0, 0, 0, 0.36);
  --body-font: "Aptos", "Segoe UI", "Trebuchet MS", sans-serif;
  --display-font: "Bahnschrift", "Segoe UI", sans-serif;
  --utility-font: "Cascadia Mono", "Consolas", monospace;
  --max: 1180px;
  --mouse-x: 68%;
  --mouse-y: 12%;
  --parallax-x: 0;
  --parallax-y: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.impact-section,
.final-cta {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), color-mix(in srgb, var(--accent) 24%, transparent), transparent 32%),
    radial-gradient(circle at calc(100% - var(--mouse-x)) calc(100% - var(--mouse-y)), color-mix(in srgb, var(--accent2) 18%, transparent), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 46px),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, black), var(--bg) 58%, #060708);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
  -webkit-tap-highlight-color: color-mix(in srgb, var(--accent) 28%, transparent);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  will-change: opacity;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 18%, rgba(255, 255, 255, 0.035) 36%, transparent 62%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 7px);
  mix-blend-mode: screen;
  opacity: 0.55;
}

a {
  color: inherit;
}

a,
button,
summary,
.button,
.mobile-sticky-cta {
  touch-action: manipulation;
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 12px;
  border: 1px solid var(--accent);
  background: #050607;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid color-mix(in srgb, var(--accent2) 72%, white);
  outline-offset: 2px;
}

.ambient-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.28;
  contain: strict;
  transform: translateZ(0);
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 32px, var(--max));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.nav-links,
.header-cta,
.button,
.hero-logo-row,
.mini-tags li,
.mobile-sticky-cta {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
}

.brand-logo {
  width: clamp(172px, 17vw, 214px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-copy {
  display: none;
}

.brand-copy small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.nav-links {
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav-links a,
.header-cta {
  padding: 8px 10px;
  color: color-mix(in srgb, var(--ink) 72%, var(--muted));
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 780;
  border: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  color: var(--ink);
  border-color: var(--line);
}

.header-cta {
  border-color: color-mix(in srgb, var(--accent) 52%, transparent);
  color: color-mix(in srgb, var(--accent) 72%, white);
}

.impact-hero {
  position: relative;
  min-height: calc(100svh - 74px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.hero-bg,
.hero-bg::after,
.hero-grain,
.cta-bg,
.cta-bg::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg {
  z-index: -4;
  transform: translate3d(calc(var(--parallax-x) * -10px), calc(var(--parallax-y) * -8px), 0) scale(1.03);
  transition: transform 280ms ease-out;
}

.hero-bg img,
.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.hero-bg::after,
.cta-bg::after {
  content: "";
  background:
    radial-gradient(circle at 72% 28%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.52) 44%, rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), var(--bg));
}

.hero-grain {
  z-index: -3;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 10px);
  opacity: 0.48;
  transform: translate3d(calc(var(--parallax-x) * 8px), calc(var(--parallax-y) * 8px), 0);
  transition: transform 260ms ease-out;
}

.hero-grid {
  width: min(100% - 40px, var(--max));
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  padding: 78px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 52px;
  align-items: center;
}

.hero-grid-single {
  grid-template-columns: minmax(0, 920px);
  justify-content: start;
}

.hero-grid-single .hero-copy {
  max-width: 920px;
}

.hero-copy {
  min-width: 0;
}

.hero-logo-row {
  width: fit-content;
  max-width: 100%;
  gap: 12px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, transparent);
  background: color-mix(in srgb, var(--surface) 58%, transparent);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.hero-logo-row img {
  width: 104px;
  max-height: 54px;
  object-fit: contain;
}

.hero-logo-row span,
.eyebrow,
.section-kicker,
.panel-meta span,
.mini-tags li,
.briefing-card span,
.starter-card span,
.product-tile span,
.faction-copy span {
  font-family: var(--utility-font);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  width: fit-content;
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--accent) 78%, white);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display-font);
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 940px;
  font-size: clamp(3.2rem, 7.6vw, 7.8rem);
  text-wrap: balance;
  text-shadow:
    0 0 32px color-mix(in srgb, var(--accent) 28%, transparent),
    0 28px 62px rgba(0, 0, 0, 0.48);
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  text-wrap: balance;
}

h3 {
  font-size: 1.16rem;
}

.hero-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: color-mix(in srgb, var(--ink) 82%, var(--muted));
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

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

.button {
  position: relative;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.025);
  border-color: color-mix(in srgb, var(--accent) 72%, white);
  box-shadow: 0 22px 48px color-mix(in srgb, var(--accent) 22%, transparent);
}

.button.primary {
  border-color: color-mix(in srgb, var(--accent) 68%, white);
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent2) 48%, var(--accent)));
  color: #070707;
  animation: cta-pulse 3.6s ease-in-out infinite;
}

.button.primary::before {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  transform: skewX(-18deg);
  animation: shimmer 3.8s ease-in-out infinite;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  position: relative;
  padding: 20px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, var(--line));
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.025)),
    color-mix(in srgb, var(--surface) 78%, rgba(0, 0, 0, 0.64));
  box-shadow: 0 34px 86px var(--shadow);
  transform: translate3d(calc(var(--parallax-x) * -5px), calc(var(--parallax-y) * -5px), 0);
  transition: transform 260ms ease-out, border-color 220ms ease, box-shadow 220ms ease;
}

.hero-panel:hover {
  border-color: color-mix(in srgb, var(--accent) 72%, white);
  box-shadow: 0 38px 96px color-mix(in srgb, var(--accent) 18%, var(--shadow));
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--accent2) 28%, transparent);
}

.panel-logo {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 172px;
  place-items: center;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
  background:
    radial-gradient(circle at 50% 20%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 42%),
    rgba(0, 0, 0, 0.26);
}

.panel-logo[data-logo-mode="light"] {
  background: rgba(255, 248, 226, 0.9);
}

.panel-logo img {
  max-height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
}

.panel-logo[data-logo-mode="light"] img {
  filter: none;
}

.panel-meta {
  position: relative;
  z-index: 1;
  padding: 22px 2px 8px;
}

.panel-meta span {
  color: color-mix(in srgb, var(--accent2) 80%, white);
}

.panel-meta strong {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-family: var(--utility-font);
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: 0.9;
}

.panel-meta p {
  margin: 0;
  color: var(--muted);
}

.mini-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mini-tags li {
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid color-mix(in srgb, var(--accent2) 34%, var(--line));
  color: color-mix(in srgb, var(--ink) 82%, var(--muted));
  background: rgba(0, 0, 0, 0.22);
}

.hero-ribbon {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px);
}

.hero-ribbon span {
  padding: 14px 22px;
  border-right: 1px solid var(--line);
  color: color-mix(in srgb, var(--ink) 78%, var(--muted));
  font-weight: 800;
}

.impact-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 9%, transparent), transparent 36%),
    color-mix(in srgb, var(--surface) 72%, var(--bg));
}

.impact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), color-mix(in srgb, var(--accent2) 10%, transparent), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  opacity: 0.42;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 92px 0;
}

.briefing-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--line);
  gap: 1px;
}

.briefing-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 158px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.025)),
    color-mix(in srgb, var(--field) 82%, black);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.briefing-link {
  cursor: pointer;
}

.briefing-link::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: skewX(-16deg);
  opacity: 0;
}

.briefing-link::after {
  content: ">";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--accent) 80%, white);
  font-family: var(--utility-font);
  font-size: 1rem;
  font-weight: 900;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, var(--line));
  background: rgba(0, 0, 0, 0.22);
  transform: translateX(0);
  opacity: 0.54;
  animation: briefing-arrow-pulse 2.8s ease-in-out infinite;
  transition: transform 220ms ease, opacity 220ms ease, border-color 220ms ease, background 220ms ease;
}

.briefing-link:hover,
.briefing-link:focus-visible {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent) 58%, var(--line));
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    color-mix(in srgb, var(--field) 82%, black);
  box-shadow: 0 22px 46px color-mix(in srgb, var(--accent) 14%, transparent);
}

.briefing-link:hover::before,
.briefing-link:focus-visible::before {
  animation: briefing-sweep 720ms ease;
}

.briefing-link:hover::after,
.briefing-link:focus-visible::after {
  animation: none;
  transform: translateX(4px);
  opacity: 1;
  border-color: color-mix(in srgb, var(--accent) 72%, white);
  background: color-mix(in srgb, var(--accent) 16%, rgba(0, 0, 0, 0.26));
}

.briefing-card span,
.starter-card span,
.product-tile span,
.launch-force-card span {
  color: color-mix(in srgb, var(--accent) 78%, white);
}

.briefing-card p,
.copy p,
.audience-card p,
.starter-card p,
.product-tile p,
.faction-card p,
.launch-force-card p,
.source-card li,
.reference-intro,
.faq p,
.site-footer p {
  color: var(--muted);
}

.briefing-card small {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: color-mix(in srgb, var(--accent2) 76%, white);
  font-family: var(--utility-font);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.72;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.split-layout.reverse .copy-block {
  order: 2;
}

.split-layout.reverse .feature-image {
  order: 1;
}

.copy-block {
  min-width: 0;
}

.copy {
  max-width: 720px;
}

.copy p {
  margin: 0 0 16px;
}

.copy p:last-child {
  margin-bottom: 0;
}

.feature-image {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
  background:
    radial-gradient(circle at 22% 16%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 38%),
    color-mix(in srgb, var(--field) 80%, black);
  box-shadow: 0 30px 80px var(--shadow);
  transform: translate3d(calc(var(--parallax-x) * 4px), calc(var(--parallax-y) * 4px), 0);
  transition: transform 260ms ease-out, box-shadow 220ms ease;
}

.feature-image:hover {
  box-shadow: 0 36px 92px color-mix(in srgb, var(--accent) 18%, var(--shadow));
}

.feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 20%, transparent), transparent 34%, color-mix(in srgb, var(--accent2) 18%, transparent)),
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.56));
}

.feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 700ms ease;
}

.feature-image:hover img {
  transform: scale(1.075);
}

.feature-logo {
  display: grid;
  place-items: center;
  padding: 42px;
}

.feature-logo img {
  width: min(76%, 420px);
  height: auto;
  min-height: 0;
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.42));
}

.feature-logo[data-logo-mode="light"] {
  background: color-mix(in srgb, var(--ink) 90%, white);
}

.feature-logo[data-logo-mode="light"] img {
  filter: none;
}

.feature-image figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  max-width: calc(100% - 32px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 850;
  text-align: right;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.feature-logo figcaption {
  color: var(--muted);
  text-shadow: none;
}

.audience-wrap {
  padding-top: 0;
}

.audience-grid,
.starter-grid,
.product-grid,
.launch-force-grid,
.faction-grid,
.reference-grid {
  display: grid;
  gap: 14px;
}

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

.audience-card,
.starter-card,
.product-tile,
.launch-force-card,
.faction-card,
.source-card,
.faq details {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.025)),
    color-mix(in srgb, var(--field) 82%, black);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.audience-card {
  min-height: 132px;
  padding: 20px;
}

.audience-card span {
  color: color-mix(in srgb, var(--accent2) 82%, white);
  font-family: var(--utility-font);
  font-weight: 900;
}

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

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 36px;
}

.starter-card,
.product-tile,
.launch-force-card,
.source-card,
.faq details {
  padding: 22px;
}

.starter-card:hover,
.product-tile:hover,
.launch-force-card:hover,
.faction-card:hover,
.source-card:hover,
.faq details:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent) 56%, var(--line));
  box-shadow: 0 24px 56px color-mix(in srgb, var(--accent) 13%, transparent);
}

.starter-card h3 {
  margin: 14px 0 10px;
}

.tactical-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tactical-list li {
  padding: 13px 14px;
  border-left: 3px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: color-mix(in srgb, var(--ink) 82%, var(--muted));
}

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

.download-card {
  position: relative;
  min-height: 68px;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, transparent), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.22);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.download-card::after {
  content: "PDF";
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: color-mix(in srgb, var(--accent2) 72%, white);
  font-family: var(--utility-font);
  font-size: 0.72rem;
}

.download-card:hover,
.download-card:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 72%, white);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--accent) 18%, transparent);
}

.download-card span {
  display: block;
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--accent) 78%, white);
  font-family: var(--utility-font);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.product-grid {
  grid-template-columns: repeat(5, 1fr);
}

.product-tile {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.product-tile-visual {
  min-height: 452px;
  padding: 0;
}

.product-tile-visual .product-copy {
  min-height: 150px;
  padding: 18px 22px 22px;
}

.product-collage {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.30)),
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 34%),
    radial-gradient(circle at 78% 26%, color-mix(in srgb, var(--accent2) 18%, transparent), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    color-mix(in srgb, var(--field) 76%, black);
}

.product-collage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(color-mix(in srgb, var(--accent2) 10%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--accent2) 10%, transparent) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.38;
}

.product-collage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 42px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--field) 78%, black));
  pointer-events: none;
}

.product-collage-image {
  position: absolute;
  z-index: 1;
  left: var(--x, 8%);
  top: var(--y, 8%);
  width: var(--w, 58%);
  height: var(--h, auto);
  max-height: 132px;
  object-fit: contain;
  transform: rotate(var(--r, 0deg));
  transform-origin: center;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.56));
  transition: transform 260ms ease, filter 260ms ease;
}

.product-tile:hover .product-collage-image {
  transform: translateY(-3px) rotate(var(--r, 0deg)) scale(1.025);
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.62));
}

.product-collage-image.collage-cover {
  height: var(--h, 98px);
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, var(--line));
  background: rgba(0, 0, 0, 0.28);
}

.product-collage-image.collage-token {
  max-height: 70px;
  opacity: 0.68;
  filter: invert(1) drop-shadow(0 12px 16px rgba(0, 0, 0, 0.50));
}

.product-collage-image.collage-badge {
  max-height: 58px;
  padding: 7px;
  border: 1px solid color-mix(in srgb, var(--accent2) 38%, transparent);
  background: rgba(0, 0, 0, 0.36);
}

.product-carousel {
  min-height: 304px;
  background:
    radial-gradient(circle at 48% 82%, rgba(255, 255, 255, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.30)),
    color-mix(in srgb, var(--field) 82%, black);
  isolation: isolate;
}

.product-carousel::before,
.product-carousel::after {
  z-index: 0;
}

.product-carousel-image {
  position: absolute;
  inset: 14px;
  z-index: 1;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  transform: translateY(5px) scale(0.965);
  filter: saturate(1.05) contrast(1.03) brightness(0.96) drop-shadow(0 20px 28px rgba(0, 0, 0, 0.58));
  animation: product-carousel-fade var(--carousel-duration, 29.4s) ease-in-out infinite;
  animation-delay: var(--slide-delay, 0s);
}

.product-carousel-image:first-child {
  opacity: 1;
}

.product-carousel:hover .product-carousel-image {
  animation-play-state: paused;
}

.product-carousel .collage-badge {
  z-index: 3;
  max-height: 48px;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.56);
}

@keyframes product-carousel-fade {
  0%,
  12% {
    opacity: 1;
    transform: translateY(0) scale(0.995);
  }

  16%,
  100% {
    opacity: 0;
    transform: translateY(7px) scale(0.965);
  }
}

.launch-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 18%, rgba(189, 42, 36, 0.20), transparent 34%),
    radial-gradient(circle at 20% 86%, color-mix(in srgb, var(--accent2) 15%, transparent), transparent 32%),
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 70%, black), var(--bg));
}

.launch-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 48%, color-mix(in srgb, var(--accent) 18%, transparent) 48% 48.3%, transparent 48.3% 100%);
  background-size: 42px 42px, 42px 42px, auto;
  opacity: 0.72;
}

.launch-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 42px;
  align-items: center;
  padding-bottom: 42px;
}

.launch-copy {
  min-width: 0;
}

.launch-highlights {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.launch-highlights li {
  position: relative;
  padding: 14px 14px 14px 44px;
  color: color-mix(in srgb, var(--ink) 86%, var(--muted));
  border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 16%, transparent), transparent 52%),
    rgba(0, 0, 0, 0.22);
}

.launch-highlights li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--accent);
  transform: rotate(45deg);
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.launch-actions .button {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  min-width: 184px;
  line-height: 1.12;
}

.launch-actions .button span {
  color: color-mix(in srgb, var(--ink) 62%, var(--muted));
  font-family: var(--utility-font);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-media {
  position: relative;
  min-height: 600px;
  transform: translate3d(calc(var(--parallax-x) * 5px), calc(var(--parallax-y) * 4px), 0);
  transition: transform 260ms ease-out;
}

.launch-image {
  position: absolute;
  margin: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.launch-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 22px 32px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 26px color-mix(in srgb, var(--accent2) 14%, transparent));
}

.launch-box {
  top: 7%;
  left: -1%;
  width: 61%;
  aspect-ratio: 1.45;
  transform: rotate(-2.2deg);
  z-index: 2;
}

.launch-contents {
  right: -1%;
  bottom: 4%;
  width: 72%;
  aspect-ratio: 1.28;
  transform: rotate(1.4deg);
  z-index: 1;
}

.launch-box::after,
.launch-contents::after {
  content: none;
}

.launch-force-wrap {
  padding-top: 0;
}

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

.launch-force-card {
  min-height: 150px;
}

.launch-force-card span {
  display: block;
  margin-bottom: 12px;
  font-family: var(--utility-font);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-force-card p {
  margin: 0;
}

.faction-section {
  position: relative;
  overflow: hidden;
}

.faction-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, color-mix(in srgb, var(--accent) 12%, transparent) 18% 18.2%, transparent 18.2% 100%),
    repeating-linear-gradient(90deg, transparent 0 70px, color-mix(in srgb, var(--accent2) 10%, transparent) 70px 71px, transparent 71px 140px);
  opacity: 0.52;
}

.faction-head {
  position: relative;
  z-index: 1;
}

.faction-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.faction-card {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  isolation: isolate;
  padding: 18px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 16px;
}

.faction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 48%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  opacity: 0.88;
}

.faction-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 280ms ease;
}

.faction-card:hover::after {
  transform: scaleX(1);
}

.faction-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, var(--line));
  background:
    radial-gradient(circle, color-mix(in srgb, var(--accent) 16%, transparent), transparent 66%),
    rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.24);
}

.faction-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter:
    invert(1)
    sepia(0.18)
    saturate(0.85)
    brightness(1.12)
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 12px color-mix(in srgb, var(--accent2) 34%, transparent));
  transform: scale(1);
  transition: transform 260ms ease;
}

.faction-card:hover .faction-icon img {
  transform: scale(1.08);
}

.faction-copy {
  min-width: 0;
}

.faction-copy span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--accent2) 76%, white);
}

.faction-copy h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.08rem, 1.8vw, 1.44rem);
  line-height: 1.06;
  text-transform: uppercase;
}

.faction-copy p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.54;
}

.reference-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1fr) minmax(260px, 0.8fr);
}

.reference-copy {
  align-self: center;
}

.source-card .tactical-list {
  margin-top: 16px;
}

.source-card .tactical-list li {
  border-left-color: var(--accent2);
}

.source-links {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.source-links a {
  display: block;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--accent2) 34%, var(--line));
  color: var(--ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
}

.source-links a:hover,
.source-links a:focus-visible {
  border-color: color-mix(in srgb, var(--accent2) 72%, white);
}

.final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.cta-bg {
  z-index: -2;
}

.cta-bg::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.55)),
    radial-gradient(circle at 78% 30%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 30%);
}

.cta-content {
  width: min(100% - 40px, var(--max));
  min-height: 520px;
  margin: 0 auto;
  padding: 86px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(260px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.cta-content-single {
  grid-template-columns: minmax(0, 0.82fr);
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.faq details {
  padding: 0;
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
}

.site-footer {
  background: #050607;
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand p {
  max-width: 820px;
  margin: 4px 0 0;
  font-size: 0.86rem;
}

.footer-inner a {
  color: color-mix(in srgb, var(--accent) 74%, white);
  font-weight: 900;
  text-decoration: none;
}

.mobile-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 40;
  display: none;
  min-height: 52px;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent) 68%, white);
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent2) 46%, var(--accent)));
  color: #070707;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  animation: mobile-cta-breathe 5s ease-in-out infinite;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  pointer-events: none;
  opacity: 0;
  translate: -50% -50%;
  will-change: transform, opacity;
}

.cursor-dot {
  --cursor-pixel: #8c5cff;
  --cursor-pixel-dark: #231041;
  --cursor-pixel-hot: #5ab8ff;
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 48%, transparent));
  image-rendering: pixelated;
  transition: filter 180ms ease, opacity 180ms ease, scale 180ms ease;
}

.cursor-dot::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: var(--cursor-pixel-hot);
  image-rendering: pixelated;
  box-shadow:
    4px 0 var(--cursor-pixel-hot),
    -4px 4px var(--cursor-pixel),
    0 4px var(--cursor-pixel),
    4px 4px var(--cursor-pixel),
    8px 4px var(--cursor-pixel),
    -8px 8px var(--cursor-pixel-dark),
    -4px 8px var(--cursor-pixel),
    0 8px var(--cursor-pixel),
    4px 8px var(--cursor-pixel),
    8px 8px var(--cursor-pixel-dark),
    -12px 12px var(--cursor-pixel-hot),
    -4px 12px var(--cursor-pixel-dark),
    0 12px var(--cursor-pixel),
    4px 12px var(--cursor-pixel),
    12px 12px var(--cursor-pixel-hot),
    -8px 16px var(--cursor-pixel-dark),
    -4px 16px var(--cursor-pixel-dark),
    4px 16px var(--cursor-pixel-dark),
    8px 16px var(--cursor-pixel-dark),
    -12px 20px var(--cursor-pixel-hot),
    -8px 20px var(--cursor-pixel-dark),
    8px 20px var(--cursor-pixel-dark),
    12px 20px var(--cursor-pixel-hot);
  transform: rotate(-8deg);
}

.cursor-dot::after {
  content: attr(data-cursor-unit);
  position: absolute;
  top: 23px;
  left: 20px;
  min-width: 22px;
  padding: 2px 4px 3px;
  border: 1px solid color-mix(in srgb, var(--accent2) 54%, transparent);
  background: color-mix(in srgb, var(--surface) 76%, black);
  color: color-mix(in srgb, var(--accent2) 80%, white);
  font-family: var(--utility-font);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.cursor-ring {
  width: 46px;
  height: 46px;
  border: 1px solid color-mix(in srgb, var(--accent2) 72%, white);
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 0 46%, color-mix(in srgb, var(--accent) 64%, transparent) 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 0 46%, color-mix(in srgb, var(--accent2) 64%, transparent) 46% 54%, transparent 54%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--accent) 22%, transparent),
    0 0 18px color-mix(in srgb, var(--accent2) 24%, transparent);
  transition: width 180ms ease, height 180ms ease, border-color 180ms ease, opacity 180ms ease, border-radius 180ms ease;
}

body.has-custom-cursor,
body.has-custom-cursor a,
body.has-custom-cursor button,
body.has-custom-cursor summary {
  cursor: none;
}

body.has-custom-cursor .cursor-dot,
body.has-custom-cursor .cursor-ring {
  opacity: 1;
}

body.cursor-hover .cursor-ring {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  border-color: color-mix(in srgb, var(--accent) 82%, white);
}

body.cursor-hover .cursor-dot {
  filter: drop-shadow(0 0 14px color-mix(in srgb, var(--accent) 66%, transparent));
  scale: 1.1;
}

body[data-layout="paintlab"],
body[data-layout="studio"],
body[data-layout="workbench"] {
  color-scheme: light;
  --display-font: "Century Gothic", "Bahnschrift", sans-serif;
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), color-mix(in srgb, var(--accent) 22%, transparent), transparent 30%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.035) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, #f4f4ef, #e4e3dc 58%, #d4d6ce);
  color: #161616;
}

body[data-layout="paintlab"] .site-header,
body[data-layout="studio"] .site-header,
body[data-layout="workbench"] .site-header {
  background: rgba(246, 246, 240, 0.88);
}

body[data-layout="paintlab"] .impact-section,
body[data-layout="studio"] .impact-section,
body[data-layout="workbench"] .impact-section {
  background:
    radial-gradient(circle at 15% 10%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 30%),
    #f7f7f1;
}

body[data-layout="paintlab"] .impact-section:nth-of-type(even),
body[data-layout="studio"] .impact-section:nth-of-type(even),
body[data-layout="workbench"] .impact-section:nth-of-type(even) {
  background: #ecece5;
}

body[data-layout="paintlab"] .briefing-card,
body[data-layout="paintlab"] .audience-card,
body[data-layout="paintlab"] .starter-card,
body[data-layout="paintlab"] .product-tile,
body[data-layout="paintlab"] .source-card,
body[data-layout="paintlab"] .faq details,
body[data-layout="studio"] .briefing-card,
body[data-layout="studio"] .audience-card,
body[data-layout="studio"] .starter-card,
body[data-layout="studio"] .product-tile,
body[data-layout="studio"] .source-card,
body[data-layout="studio"] .faq details,
body[data-layout="workbench"] .briefing-card,
body[data-layout="workbench"] .audience-card,
body[data-layout="workbench"] .starter-card,
body[data-layout="workbench"] .product-tile,
body[data-layout="workbench"] .source-card,
body[data-layout="workbench"] .faq details {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.52)),
    #fff;
  color: #171717;
}

body[data-layout="paintlab"] .copy p,
body[data-layout="paintlab"] .audience-card p,
body[data-layout="paintlab"] .starter-card p,
body[data-layout="paintlab"] .product-tile p,
body[data-layout="paintlab"] .source-card li,
body[data-layout="paintlab"] .reference-intro,
body[data-layout="paintlab"] .faq p,
body[data-layout="studio"] .copy p,
body[data-layout="studio"] .audience-card p,
body[data-layout="studio"] .starter-card p,
body[data-layout="studio"] .product-tile p,
body[data-layout="studio"] .source-card li,
body[data-layout="studio"] .reference-intro,
body[data-layout="studio"] .faq p,
body[data-layout="workbench"] .copy p,
body[data-layout="workbench"] .audience-card p,
body[data-layout="workbench"] .starter-card p,
body[data-layout="workbench"] .product-tile p,
body[data-layout="workbench"] .source-card li,
body[data-layout="workbench"] .reference-intro,
body[data-layout="workbench"] .faq p {
  color: #5d5d56;
}

body[data-layout="paintlab"] .hero-bg::after,
body[data-layout="studio"] .hero-bg::after,
body[data-layout="workbench"] .hero-bg::after {
  background:
    radial-gradient(circle at 72% 24%, color-mix(in srgb, var(--accent2) 30%, transparent), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72) 42%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, transparent, #f4f4ef);
}

body[data-layout="paintlab"] h1,
body[data-layout="studio"] h1,
body[data-layout="workbench"] h1,
body[data-layout="paintlab"] h2,
body[data-layout="studio"] h2,
body[data-layout="workbench"] h2,
body[data-layout="paintlab"] .brand,
body[data-layout="studio"] .brand,
body[data-layout="workbench"] .brand,
body[data-layout="paintlab"] .nav-links a,
body[data-layout="studio"] .nav-links a,
body[data-layout="workbench"] .nav-links a,
body[data-layout="paintlab"] .hero-lead,
body[data-layout="studio"] .hero-lead,
body[data-layout="workbench"] .hero-lead {
  color: #151515;
  text-shadow: none;
}

body[data-layout="paintlab"] .hero-panel,
body[data-layout="studio"] .hero-panel,
body[data-layout="workbench"] .hero-panel {
  background: rgba(255, 255, 255, 0.82);
  color: #171717;
}

body[data-layout="mythic"] {
  --display-font: "Cinzel", "Palatino Linotype", Georgia, serif;
}

body[data-layout="mythic"] .impact-hero {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
}

body[data-layout="mythic"] .hero-panel {
  border-radius: 38px 6px 38px 6px;
}

body[data-layout="ops"] .hero-panel,
body[data-layout="grimdark"] .hero-panel,
body[data-layout="direct"] .hero-panel,
body[data-layout="halo"] .hero-panel,
body[data-layout="koprulu"] .hero-panel {
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}

body[data-layout="ops"] .impact-section::before,
body[data-layout="grimdark"] .impact-section::before,
body[data-layout="direct"] .impact-section::before,
body[data-layout="halo"] .impact-section::before,
body[data-layout="koprulu"] .impact-section::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 18%, transparent) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent2) 12%, transparent) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.5;
}

body[data-layout="forge"] .hero-panel,
body[data-layout="legion"] .hero-panel,
body[data-layout="arsenal"] .hero-panel,
body[data-layout="mech"] .hero-panel {
  border-radius: 2px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 8px, transparent 8px 18px),
    color-mix(in srgb, var(--surface) 82%, black);
}

body[data-layout="mech"] .impact-section::before {
  background:
    linear-gradient(30deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5% 87%, rgba(255, 255, 255, 0.08) 87.5%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5% 87%, rgba(255, 255, 255, 0.08) 87.5%);
  background-size: 58px 100px;
}

body[data-layout="trench"],
body[data-layout="heraldic"] {
  --display-font: "Goudy Old Style", "Palatino Linotype", Georgia, serif;
}

body[data-layout="trench"] .impact-section,
body[data-layout="heraldic"] .impact-section {
  background:
    repeating-linear-gradient(160deg, color-mix(in srgb, var(--accent2) 12%, transparent) 0 12px, transparent 12px 32px),
    color-mix(in srgb, var(--surface) 78%, var(--bg));
}

body[data-layout="trench"] .feature-image,
body[data-layout="heraldic"] .feature-image {
  border-radius: 0;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.42);
}

body[data-layout="hub"] .hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

body[data-layout="hub"] .hero-panel {
  transform: rotate(1.5deg) translate3d(calc(var(--parallax-x) * -5px), calc(var(--parallax-y) * -5px), 0);
}

body[data-style="armypainter"] {
  --display-font: "Cooper Black", "Georgia", serif;
}

body[data-style="scale75"] {
  --display-font: "Century Gothic", "Bahnschrift", sans-serif;
}

body[data-style="battletech"],
body[data-style="starcraft"],
body[data-style="fortyk"],
body[data-style="fortyk-direct"],
body[data-style="killteam"],
body[data-style="halo"] {
  --display-font: "Bahnschrift", "Segoe UI", sans-serif;
}

body[data-style="oldworld"],
body[data-style="heresy"],
body[data-style="thirtyk"] {
  --display-font: "Copperplate Gothic Light", "Palatino Linotype", Georgia, serif;
}

body[data-style="trench"] {
  --display-font: "Rockwell", Georgia, serif;
}

body[data-style="warmachine"] {
  --display-font: "Rockwell", Georgia, serif;
}

body[data-style="starcraft"] .hero-bg::after {
  background:
    radial-gradient(circle at 75% 25%, rgba(140, 92, 255, 0.30), transparent 26%),
    radial-gradient(circle at 52% 40%, rgba(90, 184, 255, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(3, 9, 18, 0.88), rgba(8, 15, 26, 0.54) 45%, rgba(3, 6, 14, 0.82)),
    linear-gradient(180deg, transparent, #080f1a);
}

@keyframes shimmer {
  0% {
    left: -45%;
  }

  48%,
  100% {
    left: 132%;
  }
}

@keyframes briefing-sweep {
  0% {
    left: -45%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes briefing-arrow-pulse {
  0%,
  100% {
    transform: translateX(0);
    box-shadow: 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent);
  }

  50% {
    transform: translateX(3px);
    box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 18%, transparent);
  }
}

@keyframes cta-pulse {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0);
  }

  50% {
    box-shadow: 0 20px 46px color-mix(in srgb, var(--accent) 26%, transparent);
  }
}

@keyframes mobile-cta-breathe {
  0%,
  87%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  89% {
    transform: translate3d(-1px, 0, 0) scale(1.012);
  }

  91% {
    transform: translate3d(1px, 0, 0) scale(1.012);
  }

  93% {
    transform: translate3d(-1px, 0, 0) scale(1.006);
  }

  95% {
    transform: translate3d(1px, 0, 0) scale(1.006);
  }
}

.js-enabled .reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(8px);
  transition:
    opacity 0.68s ease,
    transform 0.68s ease,
    filter 0.68s ease;
  transition-delay: var(--stagger, 0ms);
}

.js-enabled .reveal-title {
  transform: translate3d(0, 34px, 0);
}

.js-enabled .reveal-subtitle {
  transition-delay: calc(var(--stagger, 0ms) + 90ms);
}

.js-enabled .reveal-pop {
  transform: scale(0.88);
}

.js-enabled .reveal-image {
  transform: translate3d(0, 28px, 0) scale(1.04);
}

.js-enabled .reveal-from-left {
  transform: translate3d(-36px, 0, 0);
}

.js-enabled .reveal-from-right {
  transform: translate3d(36px, 0, 0);
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 1040px) {
  body[data-layout] .hero-grid,
  .hero-grid,
  .split-layout,
  .split-layout.reverse,
  .launch-shell,
  .cta-content,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .split-layout.reverse .copy-block,
  .split-layout.reverse .feature-image {
    order: initial;
  }

  .briefing-strip,
  .starter-grid,
  .product-grid,
  .launch-force-grid,
  .faction-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .launch-media {
    min-height: 560px;
  }

  .hero-panel {
    max-width: 620px;
  }

  body[data-layout="hub"] .hero-panel {
    transform: translate3d(calc(var(--parallax-x) * -5px), calc(var(--parallax-y) * -5px), 0);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
    font-size: 15.5px;
  }

  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }

  .nav-shell {
    width: min(100% - 24px, var(--max));
    min-height: auto;
    padding: 7px 0 8px;
    flex-wrap: wrap;
    gap: 7px 10px;
    justify-content: flex-start;
  }

  .brand-logo {
    width: min(168px, 48vw);
    max-height: 38px;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    order: 2;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 7px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 1px 0 3px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 9px;
    border-color: color-mix(in srgb, var(--accent) 24%, transparent);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.72rem;
  }

  .impact-hero,
  .hero-grid {
    min-height: calc(100svh - 88px);
  }

  .hero-grid {
    width: min(100% - 28px, 560px);
    padding: 30px 0 78px;
    gap: 24px;
  }

  .hero-logo-row {
    flex-direction: column;
    align-items: flex-start;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 4.1rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-ribbon {
    position: relative;
    grid-template-columns: 1fr;
  }

  .hero-ribbon span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .briefing-strip,
  .audience-grid,
  .starter-grid,
  .product-grid,
  .download-actions,
  .launch-force-grid,
  .faction-grid,
  .section-head,
  .faq {
    grid-template-columns: 1fr;
  }

  .section-inner,
  .launch-shell,
  .cta-content,
  .footer-inner {
    width: min(100% - 28px, 560px);
    padding: 44px 0 calc(64px + env(safe-area-inset-bottom));
  }

  .briefing-card,
  .product-tile,
  .launch-force-card,
  .faction-card {
    min-height: auto;
  }

  .product-tile-visual {
    padding: 0;
  }

  .product-collage {
    min-height: 258px;
  }

  .product-carousel {
    min-height: 270px;
  }

  .product-collage-image {
    max-height: 150px;
  }

  .product-collage-image.collage-cover {
    height: var(--h, 108px);
  }

  .product-tile-visual .product-copy {
    min-height: auto;
    padding: 18px;
  }

  .launch-shell {
    gap: 28px;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .launch-media {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .launch-box,
  .launch-contents {
    position: relative;
    width: 100%;
    transform: none;
  }

  .launch-box {
    aspect-ratio: 1.45;
    margin-bottom: 14px;
  }

  .launch-contents {
    aspect-ratio: 1.28;
  }

  .launch-actions .button {
    min-width: 0;
  }

  .feature-image,
  .feature-image img {
    min-height: 220px;
  }

  .panel-logo {
    min-height: 132px;
  }

  .panel-logo img {
    max-height: 96px;
  }

  .footer-inner,
  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-sticky-cta {
    display: inline-flex;
    right: calc(12px + env(safe-area-inset-right));
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: calc(12px + env(safe-area-inset-left));
    min-height: 54px;
    padding: 0 18px;
    font-size: 0.96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .ambient-canvas,
  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }

  .product-carousel-image {
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
  }

  .product-carousel-image:first-child {
    opacity: 1 !important;
  }

  .js-enabled .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

