﻿:root {
  --bg: #050708;
  --header-height: 72px;
  --slide-padding-x: clamp(24px, 5vw, 70px);
  --slide-padding-y: clamp(52px, 6vw, 86px);
  --panel: rgba(6, 10, 12, 0.76);
  --panel-strong: rgba(8, 13, 15, 0.92);
  --line: rgba(202, 145, 67, 0.38);
  --line-cool: rgba(255, 255, 255, 0.16);
  --text: #f4f0e8;
  --muted: #b9b5ad;
  --gold: #d49a45;
  --gold-light: #f1bd70;
  --shadow: rgba(0, 0, 0, 0.54);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-padding-top: 0;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  margin: 0;
  background: #050607;
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(241, 189, 112, 0.08), transparent 34%),
    radial-gradient(circle at 12% 32%, rgba(212, 154, 69, 0.09), transparent 28%),
    radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.035), transparent 30%),
    linear-gradient(90deg, rgba(212, 154, 69, 0.045), transparent 28%, transparent 72%, rgba(212, 154, 69, 0.045)),
    linear-gradient(180deg, #050607 0%, var(--bg) 48%, #030405 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.nav-open {
  overflow: hidden;
}

main > .story-hero,
main > .career-arc-section,
main > .fts-feature-section,
main > .princess-project-section,
main > .story-video-section,
main > .ai-production-section,
main > .original-ip-section,
main > .credibility-section,
main > .final-cta {
  scroll-margin-top: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

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

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

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

.section-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 54px);
  background: rgba(2, 4, 5, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  font-size: 21px;
  letter-spacing: 0;
  color: #050607;
  background: var(--text);
  clip-path: polygon(0 100%, 36% 0, 53% 0, 100% 100%, 76% 100%, 66% 76%, 35% 76%, 25% 100%);
}

.swihart-brand {
  gap: 18px;
}

.swihart-logo {
  width: 46px;
  height: 54px;
  object-fit: contain;
}

.swihart-wordmark {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #d7d0c4;
}

.site-nav a {
  position: relative;
  padding: 26px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-light);
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line-cool);
  border-radius: 4px;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 72px;
  overflow: hidden;
  background: #050607;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.js .story-hero {
  min-height: 100svh;
  padding-top: 72px;
  overflow: hidden;
}

.js .story-hero .hero-inner {
  position: relative;
  top: auto;
  min-height: calc(100vh - 72px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  background-image: url("assets/hero-background-vision-production.webp");
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.88) 0%, rgba(3, 5, 6, 0.62) 34%, rgba(3, 5, 6, 0.16) 68%, rgba(3, 5, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(3, 5, 6, 0.42) 0%, rgba(3, 5, 6, 0.05) 42%, rgba(3, 5, 6, 0.82) 100%);
}

.hero-inner {
  position: relative;
  display: grid;
  z-index: 2;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(58px, 9vh, 94px) clamp(24px, 5vw, 70px) clamp(46px, 7vh, 78px);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 980px;
}

.hero-process-showcase {
  --hero-process-scale: 1;
  position: absolute;
  z-index: 1;
  top: clamp(72px, 9vh, 118px);
  right: -4vw;
  display: grid;
  align-content: start;
  width: min(72vw, 1320px);
  min-width: 0;
  pointer-events: none;
}

.hero-process-stack {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: min(50vh, 540px);
  background: transparent;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 13%, #000 29%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 13%, #000 29%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
  mask-composite: intersect;
  transform: scale(var(--hero-process-scale));
  transform-origin: center;
}

.hero-process-stack::before,
.hero-process-stack::after {
  display: none;
}

.hero-process-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 180ms linear;
}

.hero-process-layer.is-current {
  opacity: 1;
}

.hero-process-layer:nth-child(2) {
  filter: none;
}

.hero-process-layer:nth-child(3) {
  filter: none;
}

.hero-process-layer:nth-child(4) {
  filter: none;
}

.hero-process-layer:nth-child(5) {
  filter: none;
}

.hero-process-layer:nth-child(6) {
  filter: none;
}

.hero-process-layer:nth-child(7) {
  filter: none;
}

.hero-process-ui {
  position: absolute;
  right: auto;
  bottom: clamp(18px, 4vh, 42px);
  left: 50%;
  z-index: 6;
  pointer-events: auto;
  transform: translateX(-50%);
}

.hero-process-indicator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 14px;
  border: 0;
}

.hero-process-indicator button {
  appearance: none;
  display: inline-flex;
  min-height: 0;
  padding: 0;
  color: rgba(244, 240, 232, 0.5);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-process-indicator button:first-child {
  border-left: 0;
}

.hero-process-indicator button.is-active {
  color: var(--gold-light);
  background: transparent;
  text-shadow: 0 0 14px rgba(241, 189, 112, 0.34);
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: rgba(244, 240, 232, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.8px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(241, 189, 112, 0.18);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  color: var(--gold-light);
  text-shadow: 0 0 18px rgba(241, 189, 112, 0.34);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1 {
  max-width: 900px;
  font-size: clamp(38px, 4.3vw, 62px);
}

h1 span {
  display: block;
  color: var(--gold);
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
}

.hero-text {
  max-width: 760px;
  margin: 20px 0 0;
  color: #f3f1ed;
  font-size: clamp(16px, 1.28vw, 18px);
  line-height: 1.55;
}

.hero-text::before {
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: var(--gold);
}

.hero-kicker {
  margin: 10px 0 0;
  color: var(--gold);
  max-width: 780px;
  font-size: clamp(16px, 1.9vw, 24px);
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-actions .button {
  min-height: 46px;
  padding-right: 24px;
  padding-left: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.primary {
  color: #08090a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.button.ghost {
  color: var(--text);
  background: rgba(5, 8, 10, 0.45);
}

.button svg {
  width: 22px;
  height: 22px;
}

.has-ambient-gold {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.has-ambient-gold > :not(.ambient-gold-lines) {
  position: relative;
  z-index: 2;
}

.ambient-gold-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: var(--ambient-opacity, 0.34);
  mix-blend-mode: screen;
}

.ambient-gold-lines::before,
.ambient-gold-lines::after {
  position: absolute;
  inset: -18%;
  content: "";
  pointer-events: none;
}

.ambient-gold-lines::before {
  background:
    radial-gradient(ellipse at 13% 58%, rgba(255, 193, 88, 0.26), transparent 24%),
    radial-gradient(ellipse at 82% 38%, rgba(255, 193, 88, 0.2), transparent 26%),
    radial-gradient(ellipse at 50% 42%, rgba(255, 232, 177, 0.075), transparent 34%),
    linear-gradient(90deg, rgba(212, 154, 69, 0.12), transparent 28%, transparent 68%, rgba(212, 154, 69, 0.13));
  filter: blur(30px);
  opacity: 0.68;
  animation: ambientGoldBreath calc(var(--ambient-speed, 36s) * 1.35) ease-in-out infinite;
}

.ambient-gold-lines::after {
  background-image:
    radial-gradient(circle, rgba(255, 213, 135, 0.62) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(241, 189, 112, 0.28) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 0.8px, transparent 1.4px);
  background-position: 12% 38%, 78% 62%, 50% 48%;
  background-size: 230px 210px, 320px 260px, 420px 360px;
  filter: blur(0.6px);
  opacity: 0.24;
  animation: ambientGoldDust calc(var(--ambient-speed, 36s) * 1.25) linear infinite;
}

.ambient-gold-lines span {
  position: absolute;
  top: 50%;
  left: var(--x, 50%);
  width: var(--w, 4px);
  height: var(--h, 82%);
  opacity: var(--o, 0.24);
  background:
    linear-gradient(180deg, transparent 0%, rgba(241, 189, 112, 0.1) 10%, rgba(255, 238, 194, 0.92) 50%, rgba(241, 189, 112, 0.14) 88%, transparent 100%);
  border-radius: 999px;
  box-shadow:
    0 0 18px rgba(255, 219, 141, 0.7),
    0 0 46px rgba(241, 189, 112, 0.38),
    0 0 110px rgba(212, 154, 69, 0.24);
  filter: blur(var(--ambient-blur, 20px));
  transform: translate3d(-50%, calc(-50% + var(--drift, 14px)), 0) scaleX(1) scaleY(1);
  animation: ambientGoldLine var(--ambient-speed, 36s) ease-in-out infinite;
  animation-delay: var(--d, 0s);
}

.ambient-gold-lines span::before {
  position: absolute;
  top: 54%;
  left: 50%;
  width: max(5px, calc(var(--w, 4px) * 1.8));
  height: 18%;
  content: "";
  background: rgba(255, 224, 152, 0.82);
  border-radius: 999px;
  filter: blur(4px);
  transform: translate(-50%, -50%);
}

@keyframes ambientGoldLine {
  0% {
    opacity: calc(var(--o, 0.24) * 0.18);
    transform: translate3d(calc(-50% - 10px), calc(-50% + var(--drift, 14px) + 22px), 0) scaleX(0.72) scaleY(0.88);
  }

  18% {
    opacity: calc(var(--o, 0.24) * 0.72);
    transform: translate3d(calc(-50% + 7px), calc(-50% - var(--drift, 14px) - 14px), 0) scaleX(1.02) scaleY(1.04);
  }

  42% {
    opacity: var(--o, 0.24);
    transform: translate3d(calc(-50% + 18px), calc(-50% - var(--drift, 14px) + 8px), 0) scaleX(1.28) scaleY(1.1);
  }

  66% {
    opacity: calc(var(--o, 0.24) * 0.38);
    transform: translate3d(calc(-50% - 4px), calc(-50% + var(--drift, 14px) - 28px), 0) scaleX(0.86) scaleY(0.96);
  }

  82% {
    opacity: calc(var(--o, 0.24) * 0.82);
    transform: translate3d(calc(-50% - 16px), calc(-50% + var(--drift, 14px) + 4px), 0) scaleX(1.1) scaleY(1.08);
  }

  100% {
    opacity: calc(var(--o, 0.24) * 0.18);
    transform: translate3d(calc(-50% - 10px), calc(-50% + var(--drift, 14px) + 22px), 0) scaleX(0.72) scaleY(0.88);
  }
}

@keyframes ambientGoldBreath {
  0% {
    opacity: 0.32;
    transform: translate3d(-2%, 1%, 0) scale(0.98, 0.96);
  }

  28% {
    opacity: 0.76;
    transform: translate3d(1.6%, -1.2%, 0) scale(1.04, 1.02);
  }

  58% {
    opacity: 0.48;
    transform: translate3d(2.4%, 0.8%, 0) scale(1.01, 1.08);
  }

  100% {
    opacity: 0.32;
    transform: translate3d(-2%, 1%, 0) scale(0.98, 0.96);
  }
}

@keyframes ambientGoldDust {
  0% {
    opacity: 0.08;
    background-position: 12% 58%, 78% 82%, 50% 88%;
    transform: translate3d(-10px, 36px, 0) scale(0.98);
  }

  34% {
    opacity: 0.28;
    background-position: 15% 42%, 74% 56%, 52% 60%;
    transform: translate3d(12px, -8px, 0) scale(1.02);
  }

  68% {
    opacity: 0.18;
    background-position: 10% 22%, 82% 34%, 47% 38%;
    transform: translate3d(-6px, -32px, 0) scale(1);
  }

  100% {
    opacity: 0.08;
    background-position: 12% -6%, 78% 4%, 50% 12%;
    transform: translate3d(10px, -64px, 0) scale(0.99);
  }
}

.vision-process-section {
  --process-progress: 0;
  --vision-opacity: 1;
  --blueprint-opacity: 0;
  --blockout-opacity: 0;
  --production-opacity: 0;
  --vision-stage-scale: 1;
  position: relative;
  height: 400vh;
  background: #030405;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vision-process-sticky {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  height: 100vh;
  padding: clamp(74px, 7vw, 92px) clamp(18px, 4vw, 56px) clamp(18px, 2vw, 30px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 16%, rgba(241, 189, 112, 0.11), transparent 22%),
    linear-gradient(180deg, #030405 0%, #050607 52%, #020303 100%);
}

.vision-process-sticky::before,
.vision-process-sticky::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.vision-process-sticky::before {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.88) 0%, rgba(3, 4, 5, 0.16) 18%, rgba(3, 4, 5, 0.12) 68%, rgba(3, 4, 5, 0.9) 100%),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.54) 82%);
}

.vision-process-sticky::after {
  background:
    linear-gradient(90deg, rgba(212, 154, 69, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(212, 154, 69, 0.05) 1px, transparent 1px);
  background-size: 12.5% 100%, 100% 25%;
  opacity: 0.26;
}

.vision-process-heading,
.vision-process-stage,
.vision-stage-indicator,
.vision-process-footer {
  position: relative;
  z-index: 4;
}

.vision-process-heading {
  max-width: 1180px;
  margin: 0 auto clamp(12px, 1.8vw, 20px);
  text-align: center;
}

.vision-process-heading .eyebrow {
  margin-bottom: 10px;
}

.vision-process-heading h2 {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 58px);
  font-weight: 400;
  letter-spacing: clamp(4px, 0.82vw, 11px);
  line-height: 1.04;
}

.vision-process-heading p {
  max-width: 1100px;
  margin: 10px auto 0;
  color: rgba(244, 240, 232, 0.82);
  font-size: clamp(12px, 1.05vw, 17px);
  letter-spacing: 3px;
  line-height: 1.55;
  text-transform: uppercase;
}

.vision-stage-stack {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  min-height: clamp(320px, 44vh, 620px);
  margin: 0 auto;
  overflow: hidden;
  background: #060809;
  border: 1px solid rgba(212, 154, 69, 0.3);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: scale(var(--vision-stage-scale));
  transform-origin: center;
}

.vision-stage-stack::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.28)),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.28) 80%);
}

.vision-stage-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 220ms linear;
}

.vision-stage-layer:nth-child(1) {
  opacity: var(--vision-opacity);
}

.vision-stage-layer:nth-child(2) {
  opacity: var(--blueprint-opacity);
  filter: sepia(0.72) saturate(0.75) brightness(0.72) contrast(1.22);
}

.vision-stage-layer:nth-child(3) {
  opacity: var(--blockout-opacity);
  filter: grayscale(1) brightness(0.82) contrast(1.06);
}

.vision-stage-layer:nth-child(4) {
  opacity: var(--production-opacity);
  filter: saturate(1.02) contrast(1.06);
}

.vision-process-section.is-static {
  height: auto;
}

.vision-process-section.is-static .vision-process-sticky {
  position: relative;
  min-height: auto;
}

.vision-process-section.is-static .vision-stage-stack {
  transform: none;
}

.vision-process-section.is-static .vision-stage-layer {
  opacity: 0;
  transition: none;
}

.vision-process-section.is-static .vision-stage-layer:first-child {
  opacity: 1;
}

.vision-process-stage {
  position: absolute;
  right: clamp(24px, 5vw, 70px);
  bottom: clamp(92px, 9vw, 132px);
  display: grid;
  gap: 6px;
  width: min(330px, 34vw);
  padding: 20px 22px;
  background: linear-gradient(90deg, rgba(3, 4, 5, 0.78), rgba(3, 4, 5, 0.38));
  border-left: 1px solid rgba(241, 189, 112, 0.48);
}

.stage-number {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 5px;
}

.stage-title {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.stage-copy {
  margin: 0;
  color: rgba(244, 240, 232, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.vision-stage-indicator {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1500px);
  margin: 0 auto;
  border: 1px solid rgba(212, 154, 69, 0.26);
  border-top: 0;
}

.vision-stage-indicator span {
  display: grid;
  min-height: clamp(42px, 5.6vh, 58px);
  place-items: center;
  color: rgba(244, 240, 232, 0.54);
  background: rgba(3, 4, 5, 0.72);
  font-size: clamp(9px, 0.86vw, 12px);
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, text-shadow 180ms ease;
}

.vision-stage-indicator span.is-active {
  color: var(--gold-light);
  background: rgba(212, 154, 69, 0.1);
  text-shadow: 0 0 14px rgba(241, 189, 112, 0.34);
}

.vision-process-footer {
  max-width: 1120px;
  margin: clamp(10px, 1.5vw, 18px) auto 0;
  color: rgba(244, 240, 232, 0.78);
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 26px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 80px var(--shadow);
  backdrop-filter: blur(16px);
}

.metric {
  min-height: 120px;
  padding: 18px 18px 14px;
  border-left: 1px solid var(--line);
}

.metric:nth-child(1),
.metric:nth-child(4) {
  border-left: 0;
}

.metric.large {
  min-height: 145px;
}

.metric svg,
.expertise-grid svg,
.site-footer svg {
  width: 31px;
  height: 31px;
  color: var(--gold);
  stroke-width: 1.7;
}

.metric strong {
  display: block;
  margin-top: 12px;
  color: var(--gold-light);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.metric span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1.45;
  text-transform: uppercase;
}

.metric small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.panel-rule {
  grid-column: 1 / -1;
  height: 1px;
  margin: 8px 0 10px;
  background: var(--line);
}

.compact-panel {
  grid-template-columns: 1fr;
}

.compact-panel .metric,
.compact-panel .metric.large {
  min-height: auto;
  border-left: 0;
  border-top: 1px solid var(--line);
}

.compact-panel .metric:first-child {
  border-top: 0;
}

.hero-proof-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: end;
}

.hero-proof-panel .metric {
  min-height: 140px;
}

.split-section,
.work-section,
.cards-section,
.gallery-section,
.feature-band,
.quote-section,
.brand-band,
.throughline-section,
.chapters-section,
.work-proof-section,
.selected-work-section,
.process-rail-section,
.timeline-section,
.final-cta {
  padding: clamp(52px, 7vw, 86px) clamp(24px, 5vw, 70px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.credibility-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(128px, 13vw, 210px) 0 clamp(92px, 10vw, 150px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse at 50% 60%, rgba(241, 189, 112, 0.18), transparent 28%),
    radial-gradient(circle at 12% 30%, rgba(241, 189, 112, 0.055), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.035), transparent 28%),
    linear-gradient(180deg, #040506 0%, #080908 42%, #040506 100%);
}

.credibility-section::before,
.credibility-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.credibility-section::before {
  background:
    linear-gradient(rgba(241, 189, 112, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 189, 112, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.62), transparent 72%);
  opacity: 0.42;
}

.credibility-section::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.72), transparent 18%, transparent 82%, rgba(3, 5, 6, 0.72)),
    radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.62) 100%);
}

.brand-band {
  min-height: min(760px, calc(100svh - 88px));
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 14% 20%, rgba(241, 189, 112, 0.055), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.035), transparent 28%),
    linear-gradient(180deg, #050607 0%, #070808 48%, #050607 100%);
}

.credibility-section .brand-band {
  position: relative;
  z-index: 2;
  min-height: auto;
  padding: clamp(64px, 6.5vw, 96px) clamp(24px, 5vw, 70px) 0;
  border-bottom: 0;
  background: transparent;
  align-content: start;
}

.credibility-section .proof-bar {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(9, 11, 12, 0.94), rgba(6, 8, 9, 0.94)),
    #080a0b;
}

.brand-band .eyebrow {
  max-width: 1460px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(241, 189, 112, 0.86);
}

.partners-heading {
  position: relative;
  max-width: 860px;
  margin: 0 auto clamp(34px, 4vw, 58px);
  text-align: center;
}

.partners-heading::after {
  display: block;
  width: min(180px, 34vw);
  height: 1px;
  margin: 20px auto 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(241, 189, 112, 0.72), transparent);
  box-shadow: 0 0 24px rgba(241, 189, 112, 0.22);
}

.partners-heading .eyebrow {
  margin-bottom: 22px;
  text-align: center;
}

.partners-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(244, 240, 232, 0.86);
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.7;
}

.compact-feature {
  min-height: auto;
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: clamp(48px, 6vw, 76px);
}

.curated-work-section {
  background:
    radial-gradient(circle at 80% 8%, rgba(37, 117, 148, 0.12), transparent 30%),
    linear-gradient(180deg, #050708, #060809);
}

.curated-work-section .section-heading {
  max-width: 1040px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.curated-work-section .section-heading h2 {
  max-width: 920px;
}

.curated-work-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  padding-bottom: 0;
}

.curated-work-grid .selected-card {
  min-height: clamp(340px, 31vw, 430px);
}

.curated-work-grid .selected-card img {
  min-height: 0;
}

.curated-work-grid .selected-card h3 {
  font-size: clamp(22px, 2.05vw, 32px);
}

.curated-work-grid .selected-card div > span {
  max-width: 38ch;
  line-height: 1.4;
}

.process-rail-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 15%, rgba(241, 189, 112, 0.11), transparent 26%),
    linear-gradient(180deg, rgba(5, 7, 8, 0.98), rgba(3, 5, 6, 0.99));
}

.process-copy {
  max-width: 720px;
}

.process-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.process-visual {
  overflow: hidden;
  background: #030405;
  border: 1px solid rgba(241, 189, 112, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.process-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05);
}

.process-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: clamp(10px, 1.8vw, 20px) 0 0;
  list-style: none;
  border: 1px solid rgba(241, 189, 112, 0.18);
}

.process-rail li {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 12px 10px;
  color: rgba(244, 240, 232, 0.78);
  background: rgba(8, 11, 12, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.selected-work-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(230px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(214, 158, 76, 0.45) rgba(255, 255, 255, 0.06);
}

.project-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow-x: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.project-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1400px;
  align-items: stretch;
  grid-auto-rows: 360px;
}

.selected-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #07090a;
  border: 1px solid rgba(212, 175, 55, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 0 0 rgba(212, 175, 55, 0);
  scroll-snap-align: start;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.project-proof-grid .selected-card {
  height: 360px;
  min-height: 0;
}

.selected-card.large-card {
  grid-column: span 1;
}

.selected-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 260ms ease, filter 260ms ease;
}

.project-proof-grid .selected-card img {
  height: 100%;
  min-height: 0;
}

.rising-sun-card {
  min-height: 360px;
}

.rising-sun-card img {
  object-fit: cover;
  object-position: 48% 50%;
  background: #050607;
}

.rising-sun-card::after {
  inset: 28% 0 0;
  background: linear-gradient(180deg, rgba(3, 5, 6, 0), rgba(3, 5, 6, 0.94));
}

.rising-sun-card div {
  max-width: 560px;
}

.ai-production-card img {
  object-position: center;
  filter: saturate(0.82) contrast(1.06) brightness(0.78);
}

.selected-card::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 5, 6, 0.96));
}

.selected-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(245, 208, 124, 0.18), transparent 22%),
    linear-gradient(315deg, rgba(212, 175, 55, 0.12), transparent 28%);
  opacity: 0.28;
  transition: opacity 220ms ease;
}

.project-proof-grid .selected-card::after {
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 5, 6, 0.92));
}

.selected-card div {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.project-proof-grid .selected-card div {
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.selected-card p {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-proof-grid .selected-card p {
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 1.7px;
}

.selected-card h3 {
  margin: 0;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-proof-grid .selected-card h3 {
  max-width: 680px;
  font-size: clamp(26px, 2.7vw, 42px);
}

.selected-card div > span {
  display: block;
  margin-top: 9px;
  color: #e8e1d7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-proof-grid .selected-card div > span {
  max-width: 560px;
  font-size: 11px;
  letter-spacing: 0.9px;
}

.selected-card em {
  display: block;
  max-width: 92%;
  margin-top: 12px;
  color: rgba(232, 225, 215, 0.82);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

.project-proof-grid .selected-card em {
  display: none;
}

.selected-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.project-proof-grid .selected-card ul {
  margin-top: 14px;
}

.selected-card li {
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.project-proof-grid .selected-card li {
  background: rgba(255, 255, 255, 0.06);
}

.project-proof-grid .selected-card li:nth-child(n + 3) {
  display: none;
}

.fts-feature-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 650px;
  padding: clamp(52px, 7vw, 86px) clamp(24px, 5vw, 70px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 74% 10%, rgba(37, 117, 148, 0.16), transparent 28%),
    linear-gradient(180deg, #050708, #080b0d);
}

.fts-feature-section::before,
.fts-feature-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.fts-feature-section::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.94) 0%, rgba(5, 7, 8, 0.66) 47%, rgba(5, 7, 8, 0.9) 100%),
    radial-gradient(circle at 16% 42%, rgba(37, 117, 148, 0.26), transparent 30%);
}

.fts-feature-section::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.18), rgba(5, 7, 8, 0.76)),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.54) 76%);
}

.fts-art-crawl {
  position: absolute;
  inset: -15% -8%;
  z-index: 0;
  display: flex;
  align-items: center;
  opacity: 0.78;
  filter: saturate(0.95) brightness(1.06) contrast(1.08);
  transform: rotate(-5deg) scale(1.12);
  pointer-events: none;
}

.fts-art-track {
  display: flex;
  width: max-content;
  gap: clamp(16px, 2vw, 28px);
  animation: ftsArtDrift 96s linear infinite;
}

.fts-art-track img {
  flex: 0 0 auto;
  width: clamp(220px, 24vw, 440px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.64);
}

.fts-static-content {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

.fts-static-content p:not(.eyebrow):not(.project-role),
.fts-feature-section p:not(.project-role) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.project-role {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  color: var(--gold-light);
  background: rgba(241, 189, 112, 0.07);
  border: 1px solid rgba(241, 189, 112, 0.28);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1.25;
  text-transform: uppercase;
}

.mobile-role-line {
  display: none;
}

.fts-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.fts-tags span {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fts-media {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 16px;
}

.fts-carousel-frame {
  position: relative;
  --fts-slide-count: 15;
  --fts-slide-duration: 12s;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.fts-carousel-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(245, 208, 124, 0.12), transparent 26%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.24));
}

.fts-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  opacity: 0;
  animation: ftsMediaFlip calc(var(--fts-slide-count) * var(--fts-slide-duration)) infinite;
  animation-delay: calc(var(--slide, 0) * var(--fts-slide-duration));
  filter: saturate(0.98) contrast(1.04);
}

@keyframes ftsArtDrift {
  to {
    transform: translateX(-50%);
  }
}

@keyframes ftsMediaFlip {
  0%,
  5.6% {
    opacity: 1;
    transform: scale(1);
  }

  6.7%,
  100% {
    opacity: 0;
    transform: scale(1.018);
  }
}

.selected-card:hover img {
  filter: saturate(1.05) brightness(1.06);
  transform: scale(1.035);
}

.selected-card:hover {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(245, 208, 124, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(212, 175, 55, 0.07);
  transform: translateY(-2px);
}

.selected-card:hover::before {
  opacity: 0.44;
}

.throughline-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #050607;
}

.throughline-section p:last-child {
  max-width: 1000px;
  margin: 0;
  color: #e7e1d6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.38;
}

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

.compact-story .chapter-grid a {
  display: block;
  min-height: 170px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.compact-story .chapter-grid strong {
  display: block;
  color: var(--text);
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.compact-story .chapter-grid span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.chapter-grid article span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.chapter-grid h3 {
  margin: 38px 0 18px;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.chapter-grid p,
.proof-work-grid p,
.final-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.proof-bar {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #080a0b;
  isolation: isolate;
  overflow: visible;
  transition: grid-template-columns 420ms cubic-bezier(0.2, 0.92, 0.18, 1);
}

.proof-bar div {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 116px;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 18px 10px;
  text-align: center;
  border-left: 1px solid var(--line);
  transition:
    min-height 360ms cubic-bezier(0.2, 0.92, 0.18, 1),
    padding 360ms cubic-bezier(0.2, 0.92, 0.18, 1),
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 260ms ease,
    filter 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.92, 0.18, 1);
}

.js .proof-bar div {
  opacity: 0;
  transform: translateY(28px) scale(0.92);
}

.proof-bar div::after {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  color: #b7f07a;
  content: "+1UP";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1;
  text-shadow:
    0 0 10px rgba(183, 240, 122, 0.72),
    0 2px 0 rgba(0, 0, 0, 0.72);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px) scale(0.72);
}

.proof-bar.is-active div {
  animation: proofTilePop 760ms cubic-bezier(0.2, 1.42, 0.32, 1) forwards;
  animation-delay: calc(var(--score-index, 0) * 95ms);
}

.proof-bar.is-active div::after {
  animation: arcadeOneUpFloat 820ms ease-out forwards;
  animation-delay: calc(var(--score-index, 0) * 95ms + 160ms);
}

.proof-bar div:first-child {
  border-left: 0;
}

.proof-bar strong {
  position: relative;
  color: var(--gold-light);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(241, 189, 112, 0.42),
    0 2px 0 rgba(0, 0, 0, 0.68);
  transition:
    color 220ms ease,
    font-size 360ms cubic-bezier(0.2, 0.92, 0.18, 1),
    text-shadow 220ms ease;
}

.proof-bar strong::after {
  position: absolute;
  inset: -0.12em -0.18em;
  content: attr(data-final-value);
  color: rgba(102, 244, 197, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 0);
}

.js .proof-bar strong,
.js .proof-bar span {
  opacity: 0;
}

.proof-bar.is-active strong {
  animation: proofNumberPop 680ms cubic-bezier(0.18, 1.46, 0.28, 1) forwards;
  animation-delay: calc(var(--score-index, 0) * 95ms + 90ms);
  font-variant-numeric: tabular-nums;
  min-width: 2.4ch;
}

.proof-bar.is-active strong.is-resolved {
  animation:
    proofNumberPop 680ms cubic-bezier(0.18, 1.46, 0.28, 1) forwards,
    sciFiValueDrift 3.8s steps(2, end) infinite;
  animation-delay:
    calc(var(--score-index, 0) * 95ms + 90ms),
    calc(var(--score-index, 0) * -410ms);
  text-shadow:
    0 0 10px rgba(241, 189, 112, 0.18),
    0 0 18px rgba(102, 244, 197, 0.08);
}

.proof-bar.is-active strong.is-resolved::after {
  animation: sciFiGhostFlicker 4.4s steps(1, end) infinite;
  animation-delay: calc(var(--score-index, 0) * -370ms);
}

.proof-bar.is-active strong.is-recounting {
  color: #ffe6a7;
  text-shadow:
    0 0 14px rgba(241, 189, 112, 0.82),
    0 0 20px rgba(102, 244, 197, 0.2);
  transform: translateY(-3px) scale(1.08);
}

.proof-bar span {
  color: rgba(255, 250, 238, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.45px;
  line-height: 1.3;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
  transition:
    color 220ms ease,
    letter-spacing 260ms ease;
}

.proof-bar.is-active span {
  animation: proofLabelPop 520ms ease-out forwards;
  animation-delay: calc(var(--score-index, 0) * 95ms + 210ms);
}

@keyframes proofTilePop {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.92);
  }

  58% {
    opacity: 1;
    transform: translateY(-12px) scale(1.035);
  }

  78% {
    transform: translateY(5px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes proofNumberPop {
  0% {
    opacity: 0;
    text-shadow: none;
    transform: translateY(18px) scale(0.64);
  }

  48% {
    opacity: 1;
    color: #ffe29a;
    text-shadow: 0 0 18px rgba(241, 189, 112, 0.9);
    transform: translateY(-12px) scale(1.24);
  }

  72% {
    transform: translateY(3px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes proofLabelPop {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes arcadeOneUpFloat {
  0% {
    opacity: 0;
    transform: translate(-50%, 16px) scale(0.72);
  }

  24% {
    opacity: 1;
    transform: translate(-50%, -8px) scale(1.08);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -42px) scale(0.9);
  }
}

@keyframes sciFiValueDrift {
  0%,
  100% {
    filter: brightness(1);
    transform: translate(0, 0);
  }

  12% {
    filter: brightness(1.12);
    transform: translate(1px, -1px);
  }

  19% {
    transform: translate(-1px, 0);
  }

  37% {
    filter: brightness(0.96);
    transform: translate(0, 1px);
  }

  61% {
    filter: brightness(1.08);
    transform: translate(1px, 0);
  }

  74% {
    transform: translate(-1px, -1px);
  }
}

@keyframes sciFiGhostFlicker {
  0%,
  82%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }

  84% {
    opacity: 0.34;
    transform: translate(2px, -1px);
  }

  86% {
    opacity: 0.12;
    transform: translate(-2px, 1px);
  }

  88% {
    opacity: 0;
  }
}

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

.proof-work-grid article {
  overflow: hidden;
  background: var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-work-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: saturate(0.85);
}

.proof-work-grid div {
  padding: 20px;
}

.proof-work-grid span {
  display: block;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.proof-work-grid p {
  margin-bottom: 0;
}

.story-video-section {
  align-items: start;
}

.original-ip-section {
  align-items: start;
}

.ai-production-section {
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
}

.princess-project-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.18fr);
  align-items: center;
  background:
    radial-gradient(circle at 78% 34%, rgba(241, 189, 112, 0.1), transparent 34%),
    linear-gradient(180deg, #050607, #030405);
}

.princess-project-section::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.9) 0%, rgba(5, 7, 8, 0.62) 42%, rgba(5, 7, 8, 0.2) 100%),
    radial-gradient(circle at 18% 24%, rgba(241, 189, 112, 0.16), transparent 32%);
}

.princess-project-section::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.2), rgba(5, 7, 8, 0.7)),
    radial-gradient(circle at 72% 54%, transparent 0%, rgba(0, 0, 0, 0.48) 78%);
}

.princess-bg-crawl {
  position: absolute;
  inset: -18% -8%;
  z-index: 0;
  display: flex;
  align-items: center;
  opacity: 0.28;
  filter: saturate(0.82) brightness(0.7) contrast(1.05);
  transform: rotate(-4deg) scale(1.1);
  pointer-events: none;
}

.princess-bg-track {
  display: flex;
  width: max-content;
  gap: clamp(16px, 2vw, 28px);
  animation: princessBgDrift 118s linear infinite;
}

.princess-bg-track img {
  flex: 0 0 auto;
  width: clamp(220px, 23vw, 440px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.64);
}

.princess-copy,
.princess-media {
  position: relative;
  z-index: 3;
}

.princess-copy h2 {
  max-width: 720px;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 0.92;
}

.princess-copy p:not(.eyebrow):not(.project-role) {
  max-width: 760px;
  color: rgba(244, 240, 232, 0.86);
  font-size: clamp(15px, 1.28vw, 19px);
  line-height: 1.52;
}

.princess-copy .workflow-strip {
  margin-top: 24px;
}

.princess-copy .workflow-strip span {
  min-height: 78px;
}

.princess-media {
  overflow: hidden;
  display: grid;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(5, 7, 8, 0.78);
  border: 1px solid rgba(241, 189, 112, 0.26);
  border-radius: 6px;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.princess-carousel-frame {
  position: relative;
  --princess-slide-count: 11;
  --princess-slide-duration: 6.4s;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.princess-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(241, 189, 112, 0.13), transparent 28%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.36));
}

.princess-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  animation: princessMediaFlip calc(var(--princess-slide-count) * var(--princess-slide-duration)) infinite;
  animation-delay: calc(var(--slide, 0) * var(--princess-slide-duration));
  filter: saturate(0.92) contrast(1.05) brightness(0.9);
}

@keyframes princessBgDrift {
  to {
    transform: translateX(-50%);
  }
}

.original-ip-crawl {
  position: absolute;
  inset: -18% -8%;
  z-index: 0;
  display: flex;
  align-items: center;
  opacity: 0.72;
  filter: saturate(0.88) brightness(0.9) contrast(1.08);
  transform: rotate(4deg) scale(1.12);
  pointer-events: none;
}

.original-ip-track {
  display: flex;
  width: max-content;
  gap: clamp(18px, 2vw, 30px);
  animation: originalIpDrift 86s linear infinite;
}

.original-ip-track img {
  flex: 0 0 auto;
  width: clamp(260px, 28vw, 520px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.62);
}

.original-ip-copy,
.original-ip-media {
  position: relative;
  z-index: 3;
}

.original-ip-copy p:not(.eyebrow):not(.project-role) {
  max-width: 760px;
  margin: 0;
  color: #e8e1d7;
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.62;
}

.original-ip-media {
  display: grid;
  gap: 14px;
}

.original-ip-carousel-frame {
  position: relative;
  --original-ip-slide-count: 8;
  --original-ip-slide-duration: 7s;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.original-ip-carousel-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(245, 208, 124, 0.13), transparent 28%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.3));
}

.original-ip-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: originalIpMediaFlip calc(var(--original-ip-slide-count) * var(--original-ip-slide-duration)) infinite;
  animation-delay: calc(var(--slide, 0) * var(--original-ip-slide-duration));
  filter: saturate(0.94) contrast(1.04);
}

.ai-art-crawl {
  position: absolute;
  inset: -18% -8%;
  z-index: 0;
  display: flex;
  align-items: center;
  opacity: 0.76;
  filter: saturate(0.82) brightness(0.9) contrast(1.08);
  transform: rotate(-5deg) scale(1.12);
  pointer-events: none;
}

.ai-art-track {
  display: flex;
  width: max-content;
  gap: clamp(18px, 2vw, 30px);
  animation: aiArtDrift 92s linear infinite;
}

.ai-art-track img {
  flex: 0 0 auto;
  width: clamp(260px, 27vw, 500px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.62);
}

.ai-copy,
.ai-media {
  position: relative;
  z-index: 3;
}

.ai-copy p:not(.eyebrow):not(.project-role) {
  max-width: 760px;
  margin: 0;
  color: #e8e1d7;
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.62;
}

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

.workflow-strip span {
  display: grid;
  min-height: 96px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 14px;
  color: var(--text);
  background: rgba(3, 5, 6, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
}

.workflow-strip strong {
  position: relative;
  z-index: 2;
  color: var(--text);
  font-size: 11px;
  line-height: 1.25;
}

.workflow-strip small {
  position: relative;
  z-index: 2;
  max-width: 24ch;
  color: rgba(244, 240, 232, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.35;
  text-transform: none;
}

.ai-media {
  display: grid;
  gap: 14px;
  align-self: center;
  margin-top: 0;
}

.ai-carousel-frame {
  position: relative;
  --ai-slide-count: 18;
  --ai-slide-duration: 5.8s;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  transition:
    aspect-ratio 420ms ease,
    max-width 420ms ease,
    justify-self 420ms ease;
}

:is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-portrait {
  width: auto;
  height: min(620px, calc(100svh - 170px));
  max-width: 100%;
  aspect-ratio: 9 / 16;
  justify-self: center;
}

:is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-square {
  width: auto;
  height: min(560px, calc(100svh - 170px));
  max-width: 100%;
  aspect-ratio: 1 / 1;
  justify-self: center;
}

:is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-wide {
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  justify-self: stretch;
}

.ai-carousel-frame.is-portrait,
.ai-carousel-frame.is-square,
.ai-carousel-frame.is-wide {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  justify-self: stretch;
}

.ai-carousel-frame::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(245, 208, 124, 0.13), transparent 28%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.28));
}

.media-credit {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 9px;
  color: rgba(244, 240, 232, 0.82);
  background: rgba(0, 0, 0, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.ai-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  animation: aiMediaFlip calc(var(--ai-slide-count) * var(--ai-slide-duration)) infinite;
  animation-delay: calc(var(--slide, 0) * var(--ai-slide-duration));
  filter: saturate(0.9) contrast(1.04);
}

:is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-sequenced
  :is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide) {
  animation: none;
  opacity: 0;
  transition:
    opacity 520ms ease,
    filter 520ms ease,
    transform 520ms ease;
}

:is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-sequenced
  :is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

:is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).media-wide {
  object-fit: cover;
}

:is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).media-vertical,
:is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).media-square {
  object-fit: contain;
  background: #000;
}

:is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-sequenced
  img:is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).is-active.media-wide {
  animation: previewKenBurns 6s ease-out both;
}

@keyframes previewKenBurns {
  from {
    transform: scale(1.015);
  }

  to {
    transform: scale(1.055);
  }
}

@keyframes originalIpDrift {
  to {
    transform: translateX(-50%);
  }
}

@keyframes princessMediaFlip {
  0%,
  8% {
    opacity: 1;
    transform: scale(1);
  }

  10%,
  100% {
    opacity: 0;
    transform: scale(1.018);
  }
}

@keyframes originalIpMediaFlip {
  0%,
  14% {
    opacity: 1;
    transform: scale(1);
  }

  17%,
  100% {
    opacity: 0;
    transform: scale(1.018);
  }
}

@keyframes aiArtDrift {
  to {
    transform: translateX(-50%);
  }
}

@keyframes aiMediaFlip {
  0%,
  14% {
    opacity: 1;
    transform: scale(1);
  }

  17%,
  100% {
    opacity: 0;
    transform: scale(1.018);
  }
}

.career-arc-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 72px);
  display: grid;
  align-content: center;
  padding: clamp(42px, 5vw, 76px) clamp(34px, 6vw, 112px) clamp(34px, 4.6vw, 68px);
  isolation: isolate;
  background: #030405;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.career-arc-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.7), rgba(3, 4, 5, 0.22) 46%, rgba(3, 4, 5, 0.42) 100%),
    var(--career-bg-image, none) center / cover no-repeat;
  opacity: 0.9;
}

.career-arc-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.84) 0%, rgba(3, 4, 5, 0.28) 34%, rgba(3, 4, 5, 0.82) 100%),
    radial-gradient(circle at 54% 50%, rgba(241, 189, 112, 0.08), transparent 44%);
}

.career-arc-top {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
}

.career-arc-intro {
  max-width: 980px;
}

.career-arc-intro h2 {
  max-width: 1040px;
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 3.7vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: none;
}

.career-arc-intro p:not(.eyebrow) {
  max-width: 780px;
  margin: clamp(16px, 1.8vw, 24px) 0 0;
  color: rgba(244, 240, 232, 0.82);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.5;
}

.career-arc-intro .eyebrow::after {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 16px;
  content: "";
  background: var(--gold-light);
  border-radius: 999px;
}

.career-card-grid {
  display: grid;
  grid-template-columns: 0.84fr repeat(3, minmax(0, 1.04fr));
  gap: clamp(18px, 2.2vw, 30px);
  max-width: 1560px;
  margin: clamp(34px, 4.2vw, 58px) auto 0;
}

.career-profile {
  position: relative;
  display: grid;
  align-content: start;
  overflow: hidden;
  min-height: 372px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(8, 10, 11, 0.76);
  border: 1px solid rgba(241, 189, 112, 0.38);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.32);
}

.career-profile img {
  width: 100%;
  aspect-ratio: 1.04 / 1;
  object-fit: cover;
  object-position: center 24%;
  border-bottom: 1px solid rgba(241, 189, 112, 0.26);
}

.career-profile-copy {
  padding: clamp(18px, 1.7vw, 24px);
}

.career-profile h3,
.career-node h3 {
  margin: 0;
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.node-number {
  display: block;
  margin-bottom: 4px;
  color: rgba(241, 189, 112, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
}

.career-profile h3 {
  color: var(--gold-light);
  text-transform: none;
}

.career-role {
  margin: 10px 0 18px;
  color: rgba(244, 240, 232, 0.78);
  font-size: clamp(14px, 1.08vw, 17px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.42;
  text-transform: none;
}

.career-profile blockquote {
  position: relative;
  margin: 18px 0 0;
  padding-top: 18px;
  padding-left: 28px;
  color: rgba(255, 248, 235, 0.95);
  border-top: 1px solid rgba(241, 189, 112, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1vw, 16px);
  font-style: italic;
  line-height: 1.48;
}

.career-profile blockquote::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "\201C";
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.career-node {
  display: grid;
  position: relative;
  align-content: start;
  min-width: 0;
  min-height: 372px;
  padding: clamp(22px, 2.2vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(8, 10, 11, 0.72);
  border: 1px solid rgba(241, 189, 112, 0.3);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
}

.node-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 1.4vw, 22px);
  align-items: center;
  padding-bottom: clamp(18px, 2vw, 28px);
  margin-bottom: clamp(20px, 2vw, 30px);
  border-bottom: 1px solid rgba(241, 189, 112, 0.24);
}

.node-icon {
  display: grid;
  width: clamp(56px, 5vw, 78px);
  aspect-ratio: 1;
  place-items: center;
  color: var(--gold-light);
  background:
    radial-gradient(circle at 50% 36%, rgba(241, 189, 112, 0.18), transparent 62%),
    rgba(241, 189, 112, 0.06);
  border: 1px solid rgba(241, 189, 112, 0.52);
  border-radius: 999px;
  box-shadow:
    inset 0 0 18px rgba(241, 189, 112, 0.08),
    0 0 28px rgba(241, 189, 112, 0.08);
}

.node-icon svg {
  width: 40%;
  height: 40%;
  stroke-width: 1.8;
}

.node-content {
  display: grid;
  align-content: space-between;
  min-height: 206px;
}

.arc-date {
  margin: 6px 0 0;
  color: var(--gold-light);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.career-node p {
  margin: 0;
  color: rgba(244, 240, 232, 0.9);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.52;
}

.proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 2.4vw, 34px);
}

.proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  color: var(--gold-light);
  background: rgba(3, 5, 6, 0.52);
  border: 1px solid rgba(241, 189, 112, 0.34);
  border-radius: 4px;
  font-size: clamp(11px, 0.78vw, 13px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.career-throughline {
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: clamp(34px, 4vw, 58px) auto 0;
  text-align: center;
}

.career-throughline span {
  position: relative;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 189, 112, 0.46), transparent);
}

.career-throughline span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  content: "";
  background: var(--gold-light);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 12px rgba(241, 189, 112, 0.58));
  transform: translate(-50%, -50%);
}

.career-throughline p {
  margin: 0;
  color: rgba(244, 240, 232, 0.96);
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.4;
}

.career-throughline strong {
  color: var(--gold-light);
  font-weight: 800;
}

.selected-card li,
.fts-tags span,
.workflow-strip span,
.proof-chips span,
.proof-work-grid span {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 44%, rgba(241, 189, 112, 0.055)),
    rgba(8, 11, 12, 0.46);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -16px 28px rgba(255, 255, 255, 0.018),
    0 10px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px) saturate(1.12);
  transition:
    color 180ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 220ms ease;
}

.selected-card li::after,
.fts-tags span::after,
.workflow-strip span::after,
.proof-chips span::after,
.proof-work-grid span::after {
  position: absolute;
  inset: -70% -48%;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.16) 46%, rgba(255, 246, 222, 0.62) 50%, rgba(241, 189, 112, 0.2) 54%, transparent 63%);
  opacity: 0;
  transform: translateX(-92%) rotate(8deg);
}

.selected-card li:hover,
.fts-tags span:hover,
.workflow-strip span:hover,
.proof-chips span:hover,
.proof-work-grid span:hover {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(241, 189, 112, 0.16), rgba(255, 255, 255, 0.055) 46%, rgba(102, 244, 197, 0.045)),
    rgba(12, 15, 16, 0.58);
  border-color: rgba(241, 189, 112, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 32px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(241, 189, 112, 0.08);
}

.selected-card li:hover::after,
.fts-tags span:hover::after,
.workflow-strip span:hover::after,
.proof-chips span:hover::after,
.proof-work-grid span:hover::after,
.fts-tags:hover span::after,
.workflow-strip:hover span::after,
.career-node:hover .proof-chips span::after {
  animation: chipGlassZing 840ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--glass-chip-index, 0) * 54ms);
}

.selected-card li > *,
.fts-tags span > *,
.workflow-strip span > *,
.proof-chips span > *,
.proof-work-grid span > * {
  position: relative;
  z-index: 2;
}

@keyframes chipGlassZing {
  0% {
    opacity: 0;
    transform: translateX(-92%) rotate(8deg);
  }

  18%,
  58% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(92%) rotate(8deg);
  }
}

.selected-card li:nth-child(1),
.fts-tags span:nth-child(1),
.workflow-strip span:nth-child(1),
.proof-chips span:nth-child(1) {
  --glass-chip-index: 0;
}

.selected-card li:nth-child(2),
.fts-tags span:nth-child(2),
.workflow-strip span:nth-child(2),
.proof-chips span:nth-child(2) {
  --glass-chip-index: 1;
}

.selected-card li:nth-child(3),
.fts-tags span:nth-child(3),
.workflow-strip span:nth-child(3),
.proof-chips span:nth-child(3) {
  --glass-chip-index: 2;
}

.selected-card li:nth-child(4),
.fts-tags span:nth-child(4),
.workflow-strip span:nth-child(4),
.proof-chips span:nth-child(4) {
  --glass-chip-index: 3;
}

.selected-card li:nth-child(5),
.fts-tags span:nth-child(5),
.workflow-strip span:nth-child(5),
.proof-chips span:nth-child(5) {
  --glass-chip-index: 4;
}

.selected-card li:nth-child(6),
.fts-tags span:nth-child(6),
.workflow-strip span:nth-child(6),
.proof-chips span:nth-child(6) {
  --glass-chip-index: 5;
}

.project-page {
  padding-top: 72px;
}

.project-hero {
  padding: 0;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.project-hero img {
  width: 100%;
  max-height: 68vh;
  object-fit: contain;
  background: #000;
}

.project-intro {
  padding: clamp(42px, 7vw, 84px) clamp(24px, 5vw, 70px);
}

.project-intro h1 {
  max-width: 980px;
}

.project-intro p:not(.eyebrow) {
  color: var(--gold-light);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.project-tags span {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.final-cta {
  display: grid;
  justify-items: center;
  min-height: clamp(440px, 58vh, 680px);
  align-content: center;
  padding-top: clamp(76px, 9vw, 126px);
  padding-bottom: clamp(132px, 12vw, 176px);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(9, 10, 9, 0.16) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(90deg, rgba(255, 183, 72, 0.035), transparent 28%, transparent 72%, rgba(255, 183, 72, 0.045)),
    #040506;
}

.final-cta p {
  max-width: 920px;
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.6vw, 64px);
  line-height: 1.08;
  text-shadow:
    0 3px 22px rgba(0, 0, 0, 0.82),
    0 1px 0 rgba(0, 0, 0, 0.7);
}

.final-cta.has-ambient-gold::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(3, 5, 6, 0.08) 0%, rgba(3, 5, 6, 0.14) 34%, transparent 56%),
    radial-gradient(ellipse at 50% 72%, rgba(255, 190, 91, 0.055), transparent 42%),
    linear-gradient(90deg, rgba(3, 5, 6, 0.62), transparent 22%, transparent 78%, rgba(3, 5, 6, 0.62)),
    linear-gradient(180deg, rgba(3, 5, 6, 0.5), transparent 18%, transparent 78%, rgba(3, 5, 6, 0.7));
}

.final-cta.has-ambient-gold::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(255, 207, 125, 0.11) 6.3%, transparent 6.8%),
    linear-gradient(90deg, transparent 0 13%, rgba(255, 207, 125, 0.13) 13.25%, transparent 13.85%),
    linear-gradient(90deg, transparent 0 72%, rgba(255, 207, 125, 0.09) 72.2%, transparent 72.8%),
    linear-gradient(90deg, transparent 0 82%, rgba(255, 207, 125, 0.12) 82.2%, transparent 83%),
    linear-gradient(90deg, transparent 0 88%, rgba(255, 207, 125, 0.08) 88.2%, transparent 88.6%);
  filter: blur(0.5px);
  opacity: 0.7;
  animation: contactLightSheen 38s ease-in-out infinite;
}

.final-cta .ambient-gold-lines span:nth-child(1),
.final-cta .ambient-gold-lines span:nth-child(3),
.final-cta .ambient-gold-lines span:nth-child(4),
.final-cta .ambient-gold-lines span:nth-child(5),
.final-cta .ambient-gold-lines span:nth-child(6),
.final-cta .ambient-gold-lines span:nth-child(8),
.final-cta .ambient-gold-lines span:nth-child(9) {
  filter: blur(13px);
}

.final-cta .ambient-gold-lines span:nth-child(2),
.final-cta .ambient-gold-lines span:nth-child(7) {
  filter: blur(7px);
}

.final-cta .ambient-gold-lines span:nth-child(2)::after,
.final-cta .ambient-gold-lines span:nth-child(7)::after {
  position: absolute;
  inset: 0;
  width: 1px;
  margin: 0 auto;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 246, 221, 0.9) 48%, transparent);
  border-radius: 999px;
  box-shadow:
    0 0 12px rgba(255, 235, 180, 0.86),
    0 0 38px rgba(255, 184, 74, 0.42);
  opacity: 0.82;
  animation: contactLightCore calc(var(--ambient-speed, 46s) * 0.72) ease-in-out infinite;
}

.final-cta .hero-actions {
  margin-top: clamp(30px, 3.6vw, 48px);
}

@keyframes contactLightSheen {
  0% {
    opacity: 0.28;
    transform: translate3d(-1.8%, 1%, 0) scaleX(0.96);
  }

  30% {
    opacity: 0.76;
    transform: translate3d(0.8%, -0.6%, 0) scaleX(1.04);
  }

  62% {
    opacity: 0.44;
    transform: translate3d(1.8%, 0.8%, 0) scaleX(1);
  }

  100% {
    opacity: 0.28;
    transform: translate3d(-1.8%, 1%, 0) scaleX(0.96);
  }
}

@keyframes contactLightCore {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(0, 18px, 0) scaleY(0.82);
  }

  38% {
    opacity: 0.96;
    transform: translate3d(0, -14px, 0) scaleY(1.16);
  }

  70% {
    opacity: 0.42;
    transform: translate3d(0, 8px, 0) scaleY(0.94);
  }
}

.split-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 24px;
}

.expertise-grid article {
  min-height: 114px;
}

.expertise-grid span {
  display: block;
  margin-top: 17px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  position: relative;
}

.section-heading h2 {
  max-width: 820px;
  text-align: right;
}

.section-heading::after {
  position: absolute;
  right: 0;
  bottom: -14px;
  width: min(34vw, 440px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.38), transparent);
  opacity: 0.55;
}

.section-subtitle {
  max-width: 860px;
  margin: -8px 0 30px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

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

.work-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: saturate(0.82);
  transition: transform 260ms ease, filter 260ms ease;
}

.work-card::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(4, 6, 7, 0.95));
}

.work-card span {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 20px;
  left: 16px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.work-card:hover img,
.work-card:focus-visible img {
  filter: saturate(1.04) brightness(1.08);
  transform: scale(1.05);
}

.feature-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #050607;
}

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

.feature-band::before {
  z-index: 1;
  background:
    radial-gradient(circle at 12% 35%, rgba(212, 154, 69, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(5, 7, 8, 0.78) 0%, rgba(5, 7, 8, 0.44) 48%, rgba(5, 7, 8, 0.66) 100%);
}

.feature-band::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.36), rgba(5, 7, 8, 0.62)),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.42) 78%);
}

.film-poster-crawl {
  position: absolute;
  inset: -18% -8%;
  z-index: 0;
  display: flex;
  align-items: center;
  opacity: 0.82;
  filter: saturate(0.96) brightness(1.18) contrast(1.08);
  transform: rotate(-6deg) scale(1.12);
  pointer-events: none;
}

.poster-track {
  display: flex;
  width: max-content;
  gap: clamp(18px, 2vw, 30px);
  animation: filmPosterDrift 64s linear infinite;
}

.poster-track img {
  flex: 0 0 auto;
  width: clamp(112px, 11vw, 190px);
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.62);
}

.feature-copy,
.film-media {
  position: relative;
  z-index: 3;
}

@keyframes filmPosterDrift {
  to {
    transform: translateX(-50%);
  }
}

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

  main > .story-hero,
  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    scroll-snap-align: none;
  }

  .vision-process-section {
    height: auto;
  }

  .vision-process-sticky {
    position: relative;
    min-height: auto;
  }

  .vision-stage-stack {
    min-height: 56vw;
    transform: none;
  }

  .vision-stage-layer {
    transition: none;
  }

  .vision-stage-layer:first-child {
    opacity: 1;
  }

  .js .proof-bar div,
  .js .proof-bar strong,
  .js .proof-bar span {
    opacity: 1;
    transform: none;
  }

  .proof-bar.is-active div,
  .proof-bar.is-active div::after,
  .proof-bar.is-active strong,
  .proof-bar.is-active span,
  .brand-row article {
    animation: none;
  }

  .proof-bar div::after {
    display: none;
  }

  .brand-row article {
    opacity: 1;
    transform: none;
  }

  .poster-track,
  .fts-art-track,
  .fts-carousel-slide,
  .original-ip-track,
  .original-ip-carousel-slide,
  .princess-bg-track,
  .princess-carousel-slide,
  .ai-art-track,
  .ai-carousel-slide {
    animation: none;
  }

  .fts-carousel-slide:first-child,
  .original-ip-carousel-slide:first-child,
  .princess-carousel-slide:first-child,
  .ai-carousel-slide:first-child {
    opacity: 1;
  }

  .ambient-gold-lines::after,
  .ambient-gold-lines span {
    animation: none;
  }

  :is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame, .ai-carousel-frame).is-sequenced
    :is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).is-active {
    animation: none;
    transform: none;
  }
}

.feature-copy p:not(.eyebrow):not(.project-role),
.quote-section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.film-media {
  display: grid;
  gap: 16px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

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

.feature-list span,
.milestone-grid article {
  padding: 22px;
  background: var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.feature-list span {
  color: var(--gold-light);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.filmography-posters {
  grid-column: 1 / -1;
  padding-top: 18px;
}

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

.poster-grid article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: #07090a;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.poster-grid img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 220ms ease, filter 220ms ease;
}

.poster-grid span {
  display: block;
  min-height: 48px;
  padding: 12px 10px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.poster-grid article:hover img {
  filter: saturate(1.05) brightness(1.08);
  transform: scale(1.04);
}

.gameography-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.game-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background: #050708;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.game-cover {
  grid-column: span 1;
}

.game-wide {
  grid-column: span 2;
}

.game-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.92);
  transition: transform 220ms ease, filter 220ms ease;
}

.game-cover img {
  aspect-ratio: 2 / 3;
}

.game-wide img {
  aspect-ratio: 16 / 9;
}

.game-card::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(4, 6, 7, 0.96));
}

.game-card span {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 14px;
  left: 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.game-card:hover img {
  filter: saturate(1.08) brightness(1.08);
  transform: scale(1.04);
}

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

.milestone-grid strong {
  color: var(--gold-light);
  font-size: 24px;
  text-transform: uppercase;
}

.milestone-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 250px;
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.passion-portrait {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46);
  filter: saturate(0.92) contrast(1.04);
}

blockquote {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.4vw, 64px);
  line-height: 1.08;
}

.quote-credit {
  color: var(--gold-light) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1380px;
  margin: 0 auto;
  color: rgba(236, 230, 220, 0.74);
  font-size: clamp(9px, 0.7vw, 12px);
  isolation: isolate;
}

.brand-row article {
  --brand-row: 0;
  --brand-col: 0;
  position: relative;
  display: grid;
  flex: 0 0 150px;
  min-height: 68px;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 10px 9px;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022) 48%, rgba(241, 189, 112, 0.04)),
    rgba(8, 10, 11, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -16px 26px rgba(255, 255, 255, 0.012),
    0 16px 34px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px) saturate(1.04);
  transform-style: preserve-3d;
}

.js .brand-row article {
  opacity: 1;
  transform: none;
}

.brand-band.is-visible:not(.has-entered) .brand-row article {
  animation: none;
}

.brand-band.has-entered .brand-row article {
  opacity: 1;
  transform: none;
}

.brand-row article {
  transition:
    background 520ms ease,
    border-color 520ms ease,
    box-shadow 620ms ease,
    filter 520ms ease,
    transform 620ms cubic-bezier(0.18, 0.92, 0.2, 1);
  will-change: opacity, transform, filter;
}

.brand-row article::before {
  position: absolute;
  inset: -95% -55%;
  content: "";
  background:
    linear-gradient(112deg, transparent 35%, rgba(255, 255, 255, 0.08) 44%, rgba(255, 248, 226, 0.36) 50%, rgba(241, 189, 112, 0.14) 57%, transparent 67%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-96%) rotate(9deg);
}

.brand-row article::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 52%),
    radial-gradient(circle at 50% 0%, rgba(241, 189, 112, 0.06), transparent 60%);
  opacity: 0.48;
  pointer-events: none;
}

.brand-row article > * {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
}

.brand-row article.is-swapping {
  z-index: 12;
  border-color: rgba(241, 189, 112, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 20px 48px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(241, 189, 112, 0.11);
  animation: brandGlassExchange 1980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand-row article.is-swapping::before {
  animation: brandGlassSheen 1980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand-row article.is-swapping .company-mark,
.brand-row article.is-swapping small {
  animation: brandNameVeil 760ms ease-in both;
}

.brand-row article.has-swapped .company-mark,
.brand-row article.has-swapped small {
  animation: brandNameResolve 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand-row article:nth-child(10n + 1) { --brand-col: 0; }
.brand-row article:nth-child(10n + 2) { --brand-col: 1; }
.brand-row article:nth-child(10n + 3) { --brand-col: 2; }
.brand-row article:nth-child(10n + 4) { --brand-col: 3; }
.brand-row article:nth-child(10n + 5) { --brand-col: 4; }
.brand-row article:nth-child(10n + 6) { --brand-col: 5; }
.brand-row article:nth-child(10n + 7) { --brand-col: 6; }
.brand-row article:nth-child(10n + 8) { --brand-col: 7; }
.brand-row article:nth-child(10n + 9) { --brand-col: 8; }
.brand-row article:nth-child(10n) { --brand-col: 9; }

.brand-row article:nth-child(n + 11):nth-child(-n + 20) {
  --brand-row: 1;
}

.brand-row article:nth-child(n + 21) {
  --brand-row: 2;
}

@media (hover: hover) and (min-width: 800px) {
  .brand-row:hover article:not(:hover) {
    filter: brightness(0.78) saturate(0.9);
  }

  .brand-row article:hover {
    z-index: 8;
    background:
      linear-gradient(135deg, rgba(241, 189, 112, 0.1), transparent 42%),
      rgba(16, 14, 11, 0.82);
    border-color: rgba(241, 189, 112, 0.34);
    box-shadow:
      0 0 0 1px rgba(241, 189, 112, 0.1),
      10px 12px 28px rgba(0, 0, 0, 0.34),
      0 0 18px rgba(241, 189, 112, 0.08);
    filter: brightness(1.06) saturate(1.04);
    transform: translateY(-2px);
  }

  .brand-row article:hover .company-mark {
    color: #fff4df;
    text-shadow: 0 0 10px rgba(241, 189, 112, 0.18);
  }
}

.brand-row img {
  display: block;
  width: auto;
  max-width: 66px;
  height: 18px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.7;
}

.brand-row span {
  display: block;
  color: rgba(237, 233, 225, 0.82);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-row .company-mark {
  color: rgba(246, 241, 232, 0.9);
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 0.96;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.08),
    0 2px 0 rgba(0, 0, 0, 0.62);
}

.brand-row small {
  display: block;
  max-width: 100%;
  color: rgba(228, 222, 212, 0.58);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.65px;
  line-height: 1.16;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.66);
  text-transform: uppercase;
}

@keyframes brandScanIn {
  0% {
    opacity: 0;
    filter: blur(6px) brightness(0.65);
    transform: translate(-46px, -34px) skewX(-7deg);
  }

  48% {
    opacity: 1;
    filter: blur(0) brightness(1.18);
    transform: translate(9px, 7px) skewX(2deg);
  }

  72% {
    filter: brightness(1.02);
    transform: translate(-2px, -1px) skewX(-1deg);
  }

  100% {
    opacity: 1;
    filter: none;
    transform: translate(0, 0) skewX(0);
  }
}

@keyframes brandGlassExchange {
  0% {
    filter: brightness(1) saturate(1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  28% {
    filter: brightness(1.18) saturate(1.08);
    transform: translate3d(0, -8px, 0) scale(1.018);
  }

  52% {
    filter: brightness(1.28) saturate(1.12);
    transform: translate3d(10px, -10px, 0) scale(1.026) skewX(-1.6deg);
  }

  76% {
    filter: brightness(1.08) saturate(1.04);
    transform: translate3d(-2px, 2px, 0) scale(1.006);
  }

  100% {
    filter: brightness(1) saturate(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes brandGlassSheen {
  0% {
    opacity: 0;
    transform: translateX(-96%) rotate(9deg);
  }

  22%,
  64% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(96%) rotate(9deg);
  }
}

@keyframes brandNameVeil {
  0% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(-7px);
  }
}

@keyframes brandNameResolve {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(8px);
  }

  56% {
    opacity: 1;
    filter: blur(1px);
  }

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}

.site-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 26px;
  padding: 28px clamp(24px, 5vw, 70px);
  color: #c8c0b5;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(241, 189, 112, 0.075), transparent 48%),
    linear-gradient(90deg, rgba(241, 189, 112, 0.04), transparent 28%, transparent 72%, rgba(241, 189, 112, 0.045)),
    #050607;
  border-top: 1px solid rgba(241, 189, 112, 0.09);
  overflow: hidden;
}

.final-cta .site-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 213, 135, 0.22) 0 1px, transparent 1.5px),
    linear-gradient(90deg, transparent 0 13%, rgba(255, 207, 125, 0.055) 13.25%, transparent 13.85%, transparent 81%, rgba(255, 207, 125, 0.045) 81.2%, transparent 81.8%);
  background-size: 260px 180px, 100% 100%;
  opacity: 0.38;
  animation: ambientGoldDust 68s linear infinite;
}

.site-footer a {
  position: relative;
  z-index: 1;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.site-footer svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 761px) {
  html {
    scroll-padding-top: 0;
    scroll-snap-type: y mandatory;
  }

  body {
    min-height: 100svh;
  }

  main {
    position: relative;
    overflow: visible;
  }

  main > .story-hero,
  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    height: 100svh;
    min-height: 100svh;
    scroll-margin-top: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    padding: calc(var(--header-height) + clamp(28px, 4.2vw, 56px)) var(--slide-padding-x) var(--slide-padding-y);
  }

  main > .story-hero {
    padding-top: var(--header-height);
  }

  .js .story-hero {
    min-height: 100svh;
    padding-top: var(--header-height);
  }

  .js .story-hero .hero-inner {
    min-height: calc(100svh - var(--header-height));
  }

  .career-arc-section,
  .fts-feature-section,
  .feature-band,
  .credibility-section,
  .final-cta {
    align-content: center;
  }

  .career-arc-section {
    gap: clamp(16px, 2vh, 24px);
  }

  .career-card-grid {
    gap: clamp(12px, 1.8vw, 22px);
    margin-top: clamp(18px, 2.4vh, 28px);
  }

  .career-profile,
  .career-node {
    min-height: 0;
  }

  .career-profile-copy,
  .career-node {
    padding: clamp(18px, 2.2vw, 28px);
  }

  .career-profile img {
    min-height: 0;
    max-height: clamp(210px, 34vh, 310px);
    object-fit: cover;
  }

  .career-throughline {
    margin-top: clamp(16px, 2.6vh, 28px);
  }

  .credibility-section {
    gap: clamp(20px, 3vh, 34px);
  }

  .credibility-section .brand-band {
    padding-top: clamp(26px, 4vh, 44px);
    padding-bottom: 0;
  }

  .brand-row {
    gap: clamp(8px, 1vw, 14px);
  }

  .brand-row article {
    min-height: clamp(64px, 9vh, 86px);
  }

  .feature-band,
  .fts-feature-section {
    align-items: center;
  }

  .hero-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .career-arc-section::before,
  .feature-band::before,
  .feature-band::after,
  .fts-feature-section::before,
  .fts-feature-section::after,
  .credibility-section::before,
  .credibility-section::after,
  .final-cta.has-ambient-gold::before,
  .final-cta.has-ambient-gold::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .film-poster-crawl,
  .princess-bg-crawl,
  .ai-art-crawl,
  .original-ip-crawl,
  .fts-art-crawl {
    inset: 0;
  }
}

@media (max-width: 1100px) {
  .site-header {
    gap: 16px;
    padding-inline: 28px;
  }

  .site-nav {
    gap: 20px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .swihart-brand {
    gap: 12px;
  }

  .swihart-logo {
    width: 42px;
    height: 46px;
  }

  .swihart-wordmark {
    font-size: 14px;
    letter-spacing: 5px;
  }

  .hero-inner,
  .split-section,
  .feature-band,
  .fts-feature-section {
    grid-template-columns: 1fr;
  }

  .ai-media {
    margin-top: 0;
  }

  .vision-process-heading h2 {
    letter-spacing: 7px;
  }

  .vision-process-stage {
    right: 42px;
    bottom: 118px;
    width: min(340px, 42vw);
  }

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

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

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

  .chapter-grid,
  .proof-work-grid,
  .selected-work-grid {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
  }

  .project-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 330px;
  }

  .proof-bar {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .throughline-section {
    grid-template-columns: 1fr;
  }

  .selected-card.large-card {
    grid-column: span 1;
  }

  .selected-card {
    min-height: 330px;
  }

  .project-proof-grid .selected-card {
    height: 330px;
    min-height: 0;
  }

  .selected-card img {
    min-height: 330px;
  }

  .project-proof-grid .selected-card img {
    height: 100%;
    min-height: 0;
  }

  .selected-card div {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .selected-card p {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .selected-card h3 {
    font-size: 19px;
    line-height: 0.96;
  }

  .selected-card div > span {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.25;
  }

  .selected-card em {
    display: none;
  }

  .selected-card ul {
    gap: 5px;
    margin-top: 10px;
  }

  .selected-card li {
    padding: 4px 5px;
    font-size: 7px;
    letter-spacing: 0.5px;
  }

  .selected-card li:nth-child(n + 3) {
    display: none;
  }

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

  .career-card-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .career-profile {
    max-width: 720px;
  }

  .career-node,
  .builder-node,
  .leader-node {
    min-height: 0;
    margin-top: 0;
  }

  .brand-row article {
    flex-basis: 132px;
  }

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

  .game-wide {
    grid-column: span 2;
  }

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

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    text-align: left;
  }
}

@media (min-width: 900px) and (max-height: 820px) {
  .ai-production-section {
    min-height: calc(100svh - 72px);
    padding-top: 34px;
    padding-bottom: 34px;
    grid-template-columns: minmax(0, 0.9fr) minmax(410px, 0.82fr);
    align-items: center;
  }

  .ai-copy h2 {
    font-size: clamp(36px, 4.35vw, 58px);
    line-height: 0.92;
  }

  .ai-copy p:not(.eyebrow):not(.project-role) {
    font-size: 13px;
    line-height: 1.42;
  }

  .ai-copy .workflow-strip {
    gap: 8px;
    margin-top: 18px;
  }

  .ai-copy .workflow-strip span {
    min-height: 62px;
    padding: 9px;
  }

  .ai-copy .workflow-strip small {
    display: none;
  }

  .ai-media {
    align-self: center;
    margin-top: 0;
  }

  .ai-carousel-frame {
    aspect-ratio: 16 / 9;
  }

  .princess-project-section {
    min-height: calc(100svh - 72px);
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .princess-copy h2 {
    max-width: 620px;
    font-size: clamp(34px, 3.85vw, 54px);
    line-height: 0.91;
  }

  .princess-copy .project-role {
    margin-bottom: 14px;
    padding: 7px 10px;
    font-size: 10.5px;
  }

  .princess-copy p:not(.eyebrow):not(.project-role) {
    max-width: 610px;
    font-size: 13.5px;
    line-height: 1.43;
  }

  .princess-copy .workflow-strip {
    gap: 8px;
    margin-top: 18px;
  }

  .princess-copy .workflow-strip span {
    min-height: 58px;
    padding: 10px;
    font-size: 10px;
  }

  .princess-media {
    align-self: center;
  }

  .career-arc-section {
    min-height: calc(100svh - 72px);
    padding: 24px clamp(42px, 5.4vw, 74px) 20px;
  }

  .career-arc-top {
    max-width: 1380px;
  }

  .career-arc-intro h2 {
    max-width: 900px;
    font-size: clamp(29px, 3.25vw, 43px);
    line-height: 1.17;
  }

  .career-arc-intro .eyebrow::after {
    margin-top: 12px;
  }

  .career-card-grid {
    grid-template-columns: 0.84fr repeat(3, minmax(0, 1.02fr));
    gap: 18px;
    max-width: 1380px;
    margin-top: 22px;
  }

  .career-profile,
  .career-node {
    min-height: 304px;
  }

  .career-profile img {
    width: 100%;
    aspect-ratio: 1.34 / 1;
  }

  .career-profile-copy {
    padding: 14px 18px;
  }

  .career-profile h3,
  .career-node h3 {
    font-size: 19px;
  }

  .node-number {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .career-role {
    margin: 7px 0 13px;
    font-size: 13px;
    line-height: 1.28;
  }

  .career-profile blockquote {
    margin-top: 12px;
    padding-top: 13px;
    padding-left: 24px;
    font-size: 12.5px;
    line-height: 1.36;
  }

  .career-profile blockquote::before {
    top: 10px;
    font-size: 30px;
  }

  .career-node {
    position: relative;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 18px 20px 16px;
    transform: none;
  }

  .node-heading {
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }

  .arc-date {
    margin-top: 5px;
    font-size: 16px;
  }

  .career-node p {
    font-size: 13.5px;
    line-height: 1.46;
  }

  .node-content {
    min-height: 170px;
  }

  .proof-chips {
    gap: 7px;
    margin-top: 20px;
  }

  .proof-chips span {
    min-height: 29px;
    padding: 6px 10px;
    font-size: 10.5px;
  }

  .career-throughline {
    gap: 16px;
    margin-top: 22px;
  }

  .career-throughline p {
    font-size: 19px;
  }
}

@media (max-width: 800px) {
  .credibility-section {
    padding-top: clamp(88px, 16vw, 128px);
    padding-bottom: clamp(72px, 14vw, 112px);
  }

  .credibility-section .brand-band {
    padding-top: clamp(42px, 9vw, 58px);
  }

  .has-ambient-gold {
    --ambient-opacity: 0.26 !important;
    --ambient-blur: 28px !important;
  }

  .ambient-gold-lines span:nth-child(n + 4) {
    display: none;
  }

  .final-cta {
    min-height: clamp(380px, 58vh, 540px);
  }

  .vision-process-section {
    height: auto;
  }

  .vision-process-sticky {
    position: relative;
    min-height: auto;
    padding-top: 92px;
  }

  .vision-process-heading {
    text-align: left;
  }

  .vision-process-heading h2 {
    letter-spacing: 4px;
  }

  .vision-process-heading p {
    letter-spacing: 1.5px;
  }

  .vision-stage-stack {
    min-height: 68vh;
    transform: none !important;
  }

  .vision-process-stage {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 12px auto 0;
  }

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

  .vision-stage-indicator span {
    min-height: 48px;
  }

  .vision-process-footer {
    letter-spacing: 2px;
    text-align: left;
  }

  .site-header {
    height: 66px;
  }

  .brand {
    gap: 12px;
    font-size: 13px;
    letter-spacing: 4px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .swihart-logo {
    width: 36px;
    height: 42px;
  }

  .swihart-wordmark {
    font-size: 13px;
    letter-spacing: 4px;
  }

  .menu-button {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 28px;
    background: rgba(3, 5, 6, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero {
    padding-top: 66px;
  }

  .js .story-hero {
    min-height: 100svh;
    padding-top: 66px;
    overflow: hidden;
  }

  .js .story-hero .hero-inner {
    position: relative;
    top: auto;
    min-height: calc(100vh - 66px);
  }

  .hero-inner {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-process-showcase {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 22px;
    pointer-events: auto;
  }

  .hero-process-stack {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .hero-process-ui {
    position: absolute;
    right: auto;
    bottom: 18px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
  }

  .hero-process-indicator {
    justify-content: flex-start;
  }

  .quote-section {
    grid-template-columns: 1fr;
  }

  .passion-portrait {
    max-width: 100%;
  }

  .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .metric,
  .metric.large,
  .metric:nth-child(1),
  .metric:nth-child(4) {
    min-height: 116px;
    border-left: 1px solid var(--line);
  }

  .metric:nth-child(odd) {
    border-left: 0;
  }

  .expertise-grid,
  .work-grid,
  .milestone-grid,
  .gallery-grid,
  .poster-grid,
  .gameography-grid,
  .chapter-grid,
  .proof-work-grid,
  .selected-work-grid,
  .game-cover,
  .game-wide {
    grid-column: span 1;
  }

  .chapter-grid,
  .proof-work-grid,
  .selected-work-grid {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
  }

  .project-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    grid-auto-rows: 330px;
  }

  .proof-bar {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .brand-row article {
    flex-basis: 132px;
  }

  .gallery-grid {
    grid-auto-rows: 210px;
  }

  .gallery-grid img:first-child {
    grid-row: span 1;
  }
}

@media (max-width: 540px) {
  .career-arc-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .career-arc-intro h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .career-card-grid {
    gap: 16px;
    margin-top: 26px;
  }

  .career-profile,
  .career-node {
    min-height: 0;
  }

  .career-profile-copy,
  .career-node {
    padding: 18px;
  }

  .career-profile img {
    width: 100%;
  }

  .node-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .node-content {
    min-height: 0;
  }

  .proof-chips {
    margin-top: 20px;
  }

  .proof-chips span {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .career-throughline {
    margin-top: 28px;
  }

  .career-throughline p {
    font-size: 18px;
  }

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

  .hero-inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button {
    min-width: 0;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
    white-space: normal;
  }

  .hero-panel,
  .expertise-grid,
  .work-grid,
  .milestone-grid,
  .gallery-grid,
  .poster-grid,
  .gameography-grid,
  .chapter-grid,
  .proof-work-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar {
    grid-template-columns: repeat(8, minmax(92px, 1fr));
  }

  .selected-work-grid {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
  }

  .project-proof-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 330px;
  }

  .fts-feature-section {
    min-height: 600px;
    padding-inline: 24px;
  }

  .fts-static-content {
    margin: 0;
  }

  .fts-art-track img {
    width: 250px;
  }

  .selected-card.large-card {
    grid-column: span 1;
  }

  .workflow-strip {
    grid-template-columns: 1fr;
  }

  .proof-bar div {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .proof-bar div:first-child {
    border-left: 0;
  }

  .hero-panel,
  .expertise-grid,
  .work-grid,
  .milestone-grid,
  .gallery-grid,
  .poster-grid,
  .gameography-grid,
  .metric,
  .metric.large,
  .metric:nth-child(odd),
  .metric:nth-child(1),
  .metric:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .metric:first-child {
    border-top: 0;
  }

  .work-card,
  .work-card img {
    min-height: 260px;
  }

  .brand-row article {
    flex-basis: 100%;
    min-height: 62px;
  }
}

.fts-tags,
.workflow-strip,
.proof-chips,
.selected-card ul,
.proof-work-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.workflow-strip {
  grid-template-columns: none;
  margin-top: 22px;
}

.fts-tags span,
.workflow-strip span,
.proof-chips span,
.selected-card li,
.proof-work-grid span,
.project-tags span {
  display: inline-flex;
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: rgba(244, 240, 232, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.03) 48%, rgba(241, 189, 112, 0.04)),
    rgba(8, 11, 12, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.14);
  font-size: clamp(9px, 0.64vw, 11px);
  font-weight: 900;
  letter-spacing: 0.85px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.workflow-strip strong,
.workflow-strip small {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.workflow-strip strong {
  display: inline;
}

.workflow-strip small {
  display: none;
}

.proof-chips {
  margin-top: 20px;
}

.proof-chips span {
  color: var(--gold-light);
  border-color: rgba(241, 189, 112, 0.28);
}

.selected-card li {
  padding: 6px 8px;
}

.ai-copy .workflow-strip,
.princess-copy .workflow-strip,
.feature-copy .workflow-strip {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
  gap: 8px;
}

.ai-copy .workflow-strip span,
.princess-copy .workflow-strip span,
.feature-copy .workflow-strip span {
  width: auto;
  min-height: 0;
  padding: 7px 10px;
  font-size: clamp(9px, 0.64vw, 11px);
  line-height: 1.2;
}

@media (max-width: 800px) {
  .partners-heading {
    margin-bottom: 30px;
  }

  .partners-heading .eyebrow {
    margin-bottom: 18px;
  }

  .partners-heading p:not(.eyebrow) {
    max-width: 34rem;
    font-size: 15px;
    line-height: 1.6;
  }

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

  .brand-row article {
    min-width: 0;
    min-height: 62px;
    flex-basis: auto;
  }
}

@media (max-width: 540px) {
  .credibility-section .brand-band {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .brand-row article {
    flex-basis: auto;
  }

  .fts-tags,
  .workflow-strip,
  .proof-chips,
  .selected-card ul,
  .proof-work-grid {
    display: flex;
    grid-template-columns: none;
    gap: 7px;
  }

  .fts-tags span,
  .workflow-strip span,
  .proof-chips span,
  .selected-card li,
  .proof-work-grid span,
  .project-tags span {
    min-height: 0;
    padding: 7px 9px;
    font-size: 9.5px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 78px;
    scroll-snap-type: y proximity;
  }

  main > .story-hero,
  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    min-height: 100svh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body,
  main {
    width: 100%;
    max-width: 100%;
  }

  .site-header {
    height: 64px;
    padding-inline: 16px;
  }

  .swihart-brand {
    min-width: 0;
    gap: 10px;
  }

  .swihart-logo {
    width: 34px;
    height: 40px;
    flex: 0 0 auto;
  }

  .swihart-wordmark {
    overflow: hidden;
    max-width: calc(100vw - 104px);
    font-size: 12px;
    letter-spacing: 3.6px;
    text-overflow: ellipsis;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .site-nav {
    top: 64px;
    max-height: calc(100svh - 64px);
    overflow-y: auto;
    padding: 6px 20px 24px;
  }

  .site-nav a {
    padding: 15px 0;
    font-size: 12px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 3.6px;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(40px, 12vw, 48px);
    line-height: 0.95;
  }

  h2,
  .feature-copy h2,
  .career-arc-intro h2,
  .princess-copy h2,
  .ai-copy h2,
  .final-cta p {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1;
    letter-spacing: 0.5px;
  }

  .story-video-section .feature-copy h2,
  .princess-copy h2,
  .ai-copy h2 {
    font-size: clamp(29px, 8.4vw, 36px);
    line-height: 1.02;
  }

  .final-cta p {
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.12;
  }

  .hero,
  .js .story-hero {
    min-height: 100svh;
    padding-top: 64px;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 5, 6, 0.92) 0%, rgba(3, 5, 6, 0.72) 58%, rgba(3, 5, 6, 0.52) 100%),
      linear-gradient(180deg, rgba(3, 5, 6, 0.36), rgba(3, 5, 6, 0.82));
  }

  .hero-inner,
  .js .story-hero .hero-inner {
    min-height: calc(100svh - 64px);
    grid-template-columns: 1fr;
    align-content: center;
    padding: 54px 20px 46px;
  }

  .hero-kicker {
    font-size: clamp(14px, 4.4vw, 17px);
    line-height: 1.35;
    letter-spacing: 0.8px;
  }

  .hero-text,
  .feature-copy p:not(.eyebrow):not(.project-role),
  .fts-static-content p:not(.eyebrow):not(.project-role),
  .fts-feature-section p:not(.project-role),
  .princess-copy p:not(.eyebrow):not(.project-role),
  .ai-copy p:not(.eyebrow):not(.project-role),
  .original-ip-copy p:not(.eyebrow):not(.project-role),
  .career-node p,
  .partners-heading p:not(.eyebrow),
  .site-footer a {
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

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

  .button,
  .hero-actions .button {
    min-height: 46px;
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .career-arc-section,
  .feature-band,
  .fts-feature-section,
  .credibility-section,
  .final-cta {
    padding: 64px 20px;
  }

  .career-arc-section {
    padding-top: 64px;
  }

  .career-arc-intro p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.56;
  }

  .career-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 440px;
    margin-top: 24px;
  }

  .career-profile,
  .career-node {
    min-height: 0;
    border-radius: 7px;
  }

  .career-profile img {
    aspect-ratio: 1.04 / 1;
    object-position: center 24%;
  }

  .career-profile-copy,
  .career-node {
    padding: 16px;
  }

  .career-profile h3,
  .career-node h3 {
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1;
  }

  .node-heading {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }

  .node-icon {
    width: 50px;
    height: 50px;
  }

  .arc-date {
    font-size: 16px;
  }

  .career-role {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .career-profile blockquote {
    margin-top: 12px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.42;
  }

  .career-node p {
    margin-bottom: 0;
  }

  .proof-chips {
    margin-top: 16px;
  }

  .career-throughline {
    margin-top: 24px;
  }

  .career-throughline p {
    font-size: 18px;
    line-height: 1.45;
  }

  .fts-feature-section,
  .feature-band,
  .princess-project-section,
  .story-video-section,
  .ai-production-section,
  .original-ip-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    overflow: hidden;
  }

  .fts-feature-section {
    padding-top: 72px;
  }

  .fts-static-content,
  .feature-copy,
  .princess-copy,
  .ai-copy,
  .original-ip-copy {
    max-width: 100%;
  }

  .project-role {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 7px 9px;
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 1.35;
  }

  .mobile-role-line {
    display: block;
    margin: -4px 0 14px;
    color: rgba(241, 189, 112, 0.9);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .fts-media,
  .film-media,
  .princess-media,
  .ai-media,
  .original-ip-media {
    width: 100%;
    max-width: 100%;
  }

  .fts-carousel-frame,
  .princess-carousel-frame,
  .video-frame,
  .ai-carousel-frame,
  .original-ip-carousel-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .ai-carousel-frame.is-portrait,
  .ai-carousel-frame.is-square,
  .ai-carousel-frame.is-wide,
  :is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame).is-portrait,
  :is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame).is-square,
  :is(.fts-carousel-frame, .princess-carousel-frame, .original-ip-carousel-frame).is-wide {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    justify-self: stretch;
  }

  :is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).media-vertical,
  :is(.fts-carousel-slide, .princess-carousel-slide, .original-ip-carousel-slide, .ai-carousel-slide).media-square {
    object-fit: contain;
    background: #000;
  }

  .fts-art-crawl,
  .film-poster-crawl,
  .princess-bg-crawl,
  .ai-art-crawl,
  .original-ip-crawl {
    inset: -10% -18%;
    max-width: none;
    opacity: 0.34;
  }

  .fts-art-track,
  .poster-track,
  .princess-bg-track,
  .ai-art-track,
  .original-ip-track {
    max-width: none;
  }

  .ai-copy .workflow-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ai-copy .workflow-strip span {
    display: grid;
    justify-items: start;
    min-height: 0;
    padding: 12px;
    text-align: left;
  }

  .ai-copy .workflow-strip strong,
  .ai-copy .workflow-strip small {
    display: block;
  }

  .ai-copy .workflow-strip strong {
    color: var(--gold-light);
    font-size: 11px;
    letter-spacing: 0.9px;
  }

  .ai-copy .workflow-strip small {
    margin-top: 4px;
    color: rgba(244, 240, 232, 0.78);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
  }

  .fts-tags,
  .workflow-strip,
  .proof-chips,
  .feature-copy .workflow-strip,
  .princess-copy .workflow-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .fts-tags span,
  .workflow-strip span,
  .proof-chips span,
  .feature-copy .workflow-strip span,
  .princess-copy .workflow-strip span,
  .project-tags span {
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 6px 8px;
    font-size: 9px;
    letter-spacing: 0.65px;
    line-height: 1.2;
  }

  .credibility-section {
    padding: 64px 0 70px;
  }

  .credibility-section .proof-bar {
    margin-top: 0;
  }

  .proof-bar {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 8px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .proof-bar::-webkit-scrollbar {
    display: none;
  }

  .proof-bar div {
    flex: 0 0 136px;
    min-width: 136px;
    min-height: 96px;
    padding: 16px 10px;
    scroll-snap-align: start;
    border-left: 1px solid var(--line);
  }

  .proof-bar div:first-child {
    border-left: 1px solid var(--line);
    margin-left: 16px;
  }

  .proof-bar div:last-child {
    margin-right: 16px;
  }

  .proof-bar strong {
    font-size: clamp(30px, 10vw, 40px);
  }

  .proof-bar span {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1.25;
  }

  .credibility-section .brand-band {
    padding: 44px 20px 0;
  }

  .partners-heading {
    max-width: 360px;
    margin-bottom: 26px;
  }

  .partners-heading .eyebrow {
    margin-bottom: 14px;
    letter-spacing: 3.2px;
  }

  .partners-heading p:not(.eyebrow) {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.55;
  }

  .brand-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 430px;
    margin-inline: auto;
  }

  .brand-row article {
    min-width: 0;
    min-height: 68px;
    flex-basis: auto;
    padding: 12px 8px;
  }

  .company-mark {
    font-size: clamp(14px, 4.3vw, 18px);
    line-height: 1;
  }

  .brand-row small {
    margin-top: 5px;
    font-size: 8px;
    letter-spacing: 0.65px;
    line-height: 1.15;
  }

  .final-cta {
    min-height: 100svh;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .final-cta p {
    max-width: 100%;
    line-height: 1.08;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html {
    scroll-padding-top: 80px;
    scroll-snap-type: y proximity;
  }

  .hero-inner,
  .feature-band,
  .fts-feature-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-right: 46px;
    padding-left: 46px;
  }

  .feature-band,
  .fts-feature-section,
  .career-arc-section,
  .credibility-section,
  .final-cta {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  h1 {
    font-size: clamp(44px, 7.2vw, 58px);
  }

  h2,
  .feature-copy h2,
  .princess-copy h2,
  .ai-copy h2 {
    font-size: clamp(38px, 6.6vw, 54px);
  }

  .career-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .career-profile {
    max-width: none;
  }

  .leader-node {
    grid-column: span 2;
  }

  .proof-bar {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .proof-bar::-webkit-scrollbar {
    display: none;
  }

  .proof-bar div {
    flex: 0 0 150px;
    min-height: 106px;
    scroll-snap-align: start;
  }

  .credibility-section .brand-band {
    padding-right: 46px;
    padding-left: 46px;
  }

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

  .brand-row article {
    min-width: 0;
    min-height: 78px;
    flex-basis: auto;
  }
}

@media (min-width: 801px) {
  html {
    scroll-padding-top: 0;
    scroll-snap-type: y mandatory;
  }

  body {
    background: #050607;
  }

  main > .story-hero,
  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    min-height: 100svh;
    scroll-margin-top: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    padding-top: calc(var(--header-height) + clamp(28px, 4.2vw, 56px));
    padding-bottom: var(--slide-padding-y);
  }

  main > .story-hero,
  .js .story-hero {
    min-height: 100svh;
    padding-top: var(--header-height);
  }

  .js .story-hero .hero-inner {
    min-height: calc(100svh - var(--header-height));
  }
}

@media (min-width: 801px) and (max-height: 820px) {
  main > .career-arc-section,
  main > .credibility-section {
    padding-top: calc(var(--header-height) + 22px);
    padding-bottom: 28px;
  }

  .career-arc-intro h2 {
    font-size: clamp(32px, 4vw, 46px);
  }

  .career-arc-intro p,
  .career-node p,
  .career-profile-copy blockquote {
    font-size: 13px;
    line-height: 1.42;
  }

  .career-card-grid {
    gap: 12px;
    margin-top: 16px;
  }

  .career-profile-copy,
  .career-node {
    padding: 16px;
  }

  .career-profile img {
    max-height: 210px;
  }

  .proof-chips {
    gap: 6px;
    margin-top: 12px;
  }

  .proof-chips span {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 9px;
  }

  .career-throughline {
    display: none;
  }

  .proof-bar div {
    min-height: 86px;
    padding: 12px 8px;
  }

  .proof-bar strong {
    font-size: clamp(24px, 3.2vw, 36px);
  }

  .credibility-section .brand-band {
    padding-top: 22px;
  }

  .partners-heading {
    margin-bottom: 18px;
  }

  .partners-heading p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.4;
  }

  .brand-row {
    gap: 8px;
  }

  .brand-row article {
    min-height: 56px;
    padding: 10px 8px;
  }

  .company-mark {
    font-size: clamp(15px, 1.8vw, 22px);
  }
}

@media (max-width: 767px) {
  html {
    scroll-snap-type: y proximity;
  }

  main > .story-hero,
  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    min-height: 100svh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  main > .final-cta {
    min-height: calc(100svh - 78px);
  }

  .final-cta .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    padding: 16px 20px;
  }

  .final-cta .site-footer a {
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
  }

  .final-cta .site-footer a:nth-child(3),
  .final-cta .site-footer a:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  html,
  body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
    scroll-padding-top: 72px !important;
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
  }

  body {
    position: static !important;
  }

  main,
  .project-page,
  .site-main,
  .scroll-container,
  .snap-container,
  .page {
    height: auto !important;
    min-height: 100% !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  main > .story-hero,
  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta,
  section,
  .section,
  .work-section,
  .feature-section,
  .hero-section,
  .about-section,
  .contact-section {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
    scroll-margin-top: 72px !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    transform: none !important;
  }

  main > .career-arc-section,
  main > .fts-feature-section,
  main > .princess-project-section,
  main > .story-video-section,
  main > .ai-production-section,
  main > .original-ip-section,
  main > .credibility-section,
  main > .final-cta {
    padding: 84px 20px !important;
  }

  main > .story-hero,
  .hero,
  .js .story-hero {
    min-height: auto !important;
    padding-top: 64px !important;
  }

  .hero-inner,
  .js .story-hero .hero-inner {
    min-height: auto !important;
    align-content: start !important;
    padding: 86px 20px 72px !important;
  }

  .vision-process-sticky,
  .vision-process-section,
  .sticky,
  .pin,
  .pinned,
  .sticky-section,
  .scroll-lock,
  .snap-section,
  .parallax,
  .background-parallax {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
    transform: none !important;
  }

  .hero-process-stack,
  .hero-process-layer,
  .hero-process-showcase,
  .fts-art-crawl,
  .film-poster-crawl,
  .princess-bg-crawl,
  .ai-art-crawl,
  .original-ip-crawl,
  .ambient-gold-lines,
  .parallax,
  .background-parallax,
  .section-bg {
    transform: none !important;
    animation: none !important;
  }

  .hero-bg,
  .career-arc-section,
  .fts-feature-section,
  .princess-project-section,
  .story-video-section,
  .ai-production-section,
  .original-ip-section,
  .credibility-section,
  .final-cta {
    background-attachment: scroll !important;
    background-position: center top !important;
  }

  .hero-process-indicator,
  .scroll-cue {
    display: none !important;
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .button,
  .hero-actions .button {
    min-height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: normal;
  }

  .hero-text,
  .feature-copy p:not(.eyebrow):not(.project-role),
  .fts-feature-section p:not(.project-role),
  .princess-copy p:not(.eyebrow):not(.project-role),
  .ai-copy p:not(.eyebrow):not(.project-role),
  .original-ip-copy p:not(.eyebrow):not(.project-role),
  .career-node p,
  .partners-heading p:not(.eyebrow),
  .site-footer a {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .fts-feature-section,
  .princess-project-section,
  .story-video-section,
  .ai-production-section,
  .original-ip-section {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    align-items: start !important;
    overflow: visible !important;
  }

  .final-cta {
    padding-bottom: 0 !important;
  }

  .final-cta .site-footer {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: calc(100% + 40px) !important;
    margin: 48px -20px 0 !important;
  }

  .site-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

