:root {
  color-scheme: dark;
  --bg: #050311;
  --panel: #0b0720;
  --panel-2: #120a2e;
  --ink: #f4f0ff;
  --muted: #ada4cb;
  --line: rgba(244, 240, 255, 0.14);
  --gold: #ff2d95;
  --gold-2: #3fe8ff;
  --red: #ff2d95;
  --blue: #5b4dff;
  --violet: #8f5cff;
  --night: #050311;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --rail: 86px;
  --header: 68px;
  --max: 1320px;
  --font-body: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-family: var(--font-body);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  --pointer-x: 50vw;
  --pointer-y: 30vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% -8%, rgba(63, 232, 255, 0.2), transparent 28%),
    radial-gradient(circle at 18% 12%, rgba(255, 45, 149, 0.22), transparent 28%),
    radial-gradient(circle at 92% 64%, rgba(143, 92, 255, 0.2), transparent 30%),
    linear-gradient(180deg, #03020a, #0b0720 42%, #050311);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 45, 149, 0.22), transparent 13rem),
    radial-gradient(circle at calc(var(--pointer-x) + 10rem) calc(var(--pointer-y) + 4rem), rgba(63, 232, 255, 0.2), transparent 16rem);
  mix-blend-mode: screen;
  opacity: 0.7;
  transition: opacity 220ms ease;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.035) 50%, rgba(0, 0, 0, 0.035) 50%);
  background-size: 100% 4px;
  mix-blend-mode: overlay;
  opacity: 0.18;
}

body.menu-lock { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.opening-slate {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-content: center;
  gap: 10px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 45, 149, 0.24), transparent 28%),
    radial-gradient(circle at 58% 48%, rgba(63, 232, 255, 0.12), transparent 34%),
    #03020a;
  text-align: center;
  pointer-events: none;
  animation: slateExit 1800ms cubic-bezier(0.76, 0, 0.24, 1) 520ms forwards;
}

.opening-slate::before,
.opening-slate::after {
  position: absolute;
  left: 50%;
  width: min(540px, 72vw);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 45, 149, 0.8), rgba(63, 232, 255, 0.74), transparent);
  transform: translateX(-50%);
}

.opening-slate::before { top: 38%; }
.opening-slate::after { bottom: 38%; }

.opening-slate span {
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-style: italic;
}

.opening-slate strong {
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 11vw, 9rem);
  font-weight: 400;
  line-height: 0.82;
  text-transform: uppercase;
}

.opening-slate em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.film-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: var(--rail);
  z-index: 90;
  height: 3px;
  background: rgba(244, 240, 255, 0.06);
  pointer-events: none;
}

.film-progress span {
  display: block;
  width: calc(var(--doc-progress, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-2), rgba(244, 240, 255, 0.9));
  box-shadow: 0 0 22px rgba(63, 232, 255, 0.35);
}

.scene-counter {
  position: fixed;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  z-index: 45;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 8px;
  padding: 9px 10px;
  color: rgba(244, 240, 255, 0.62);
  background: rgba(5, 3, 17, 0.58);
  border: 1px solid rgba(255, 45, 149, 0.24);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  pointer-events: none;
}

.scene-counter span {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scene-counter strong {
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 0.8;
}

.cinema-matte {
  position: fixed;
  inset: 0;
  z-index: 44;
  pointer-events: none;
}

.cinema-matte span {
  position: absolute;
  right: 0;
  left: var(--rail);
  height: clamp(10px, 1.4vw, 22px);
  background: rgba(1, 2, 2, 0.74);
  transform: scaleY(calc(0.46 + (var(--doc-progress, 0) * 0.28)));
  transform-origin: center top;
}

.cinema-matte span:first-child { top: var(--header); }
.cinema-matte span:last-child {
  bottom: 0;
  transform-origin: center bottom;
}

.side-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  display: grid;
  width: var(--rail);
  grid-template-rows: 82px 1fr auto;
  color: var(--muted);
  background: rgba(5, 3, 17, 0.9);
  border-right: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.rail-mark {
  display: grid;
  place-items: center;
  padding: 18px;
}

.rail-mark img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(255, 45, 149, 0.28);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.side-rail nav {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px 10px;
}

.side-rail nav a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 11px 4px;
  border-radius: 8px;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.side-rail svg { width: 19px; height: 19px; }
.side-rail nav a:hover,
.side-rail nav a.active { color: var(--gold); background: rgba(255, 45, 149, 0.08); }

.side-rail nav a::before {
  position: absolute;
  inset: 50% auto auto -10px;
  width: 3px;
  height: 22px;
  content: "";
  background: var(--gold);
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

.side-rail a.active::before {
  opacity: 1;
}

.game-portal {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  place-items: center;
  opacity: 0.58;
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

.game-portal img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border: 1px solid rgba(255, 45, 149, 0.34);
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.38);
}

.game-portal:hover {
  opacity: 1;
  filter: drop-shadow(0 0 14px rgba(255, 45, 149, 0.2));
  transform: translateY(-2px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  height: var(--header);
  margin-left: var(--rail);
  padding: 0 clamp(18px, 3vw, 42px);
  background: rgba(5, 3, 17, 0.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
  transition: background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.site-header[data-scrolled] {
  background: rgba(5, 3, 17, 0.9);
  border-bottom-color: rgba(255, 45, 149, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.brand,
.nav,
.nav-cta,
.button {
  display: flex;
  align-items: center;
}

.brand {
  width: fit-content;
  min-width: 180px;
}

.brand-logo {
  width: clamp(172px, 18vw, 242px);
  max-height: 48px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.25));
}

.nav {
  gap: clamp(18px, 3vw, 34px);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a { transition: color 160ms ease; }
.nav a:hover { color: var(--gold); }

.nav-cta {
  min-height: 38px;
  gap: 9px;
  margin-left: 28px;
  padding: 10px 15px;
  color: var(--gold-2);
  border: 1px solid rgba(255, 45, 149, 0.48);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav-cta svg,
.button svg { width: 17px; height: 17px; }

.icon-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: rgba(244, 240, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

main {
  margin-left: var(--rail);
}

main > section {
  scroll-margin-top: calc(var(--header) + 18px);
}

.cinema-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--header));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #05090a;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(1.13) contrast(1.05) brightness(calc(0.98 - (var(--scroll-progress, 0) * 0.08)));
  transform: scale(calc(1.025 + (var(--scroll-progress, 0) * 0.026)));
  transform-origin: 65% 50%;
}

.hero-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  contain: strict;
  opacity: 0.46;
  mix-blend-mode: screen;
  pointer-events: none;
}

.cinema-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 3, 17, 0.88) 0%, rgba(5, 3, 17, 0.58) 38%, rgba(5, 3, 17, 0.08) 78%),
    linear-gradient(0deg, rgba(5, 3, 17, 0.74) 0%, rgba(5, 3, 17, 0.05) 52%, rgba(5, 3, 17, 0.36) 100%);
}

.cinema-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 32%;
  content: "";
  background: linear-gradient(0deg, #050311 0%, rgba(5, 3, 17, 0));
  pointer-events: none;
}

.hero-panel {
  width: min(760px, calc(100% - 44px));
  padding: clamp(58px, 7vw, 98px) 0 70px clamp(22px, 4vw, 48px);
  animation: heroLift 760ms ease both;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  font-size: clamp(4.6rem, 9.6vw, 9.4rem);
  line-height: 0.84;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  display: block;
  width: fit-content;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.58);
}

h1 span:nth-child(2) {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 240, 255, 0.84);
  text-shadow: none;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.08;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 14px;
  color: rgba(244, 240, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-line {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--gold-2);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(680px, 100%);
  margin: 0 0 22px;
}

.hero-offers a {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-areas:
    "icon title"
    "icon copy";
  gap: 3px 10px;
  min-height: 92px;
  padding: 12px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(244, 240, 255, 0.09), rgba(244, 240, 255, 0.025)),
    rgba(5, 3, 17, 0.46);
  border: 1px solid rgba(244, 240, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-offers a::after {
  position: absolute;
  inset: auto 10px 9px 50px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(63, 232, 255, 0.86), rgba(255, 45, 149, 0));
  opacity: 0.6;
}

.hero-offers a:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(135deg, rgba(255, 45, 149, 0.13), rgba(63, 232, 255, 0.06)),
    rgba(5, 3, 17, 0.56);
  border-color: rgba(63, 232, 255, 0.48);
}

.hero-offers svg {
  grid-area: icon;
  width: 23px;
  height: 23px;
  color: var(--gold);
}

.hero-offers strong {
  grid-area: title;
  color: var(--gold-2);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-offers span {
  grid-area: copy;
  color: rgba(244, 240, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-tags {
  position: absolute;
  top: 88px;
  right: clamp(22px, 4vw, 62px);
  display: grid;
  gap: 8px;
  width: 180px;
  color: rgba(244, 240, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-tags span {
  width: fit-content;
  padding: 7px 9px;
  background: rgba(5, 3, 17, 0.38);
  border: 1px solid rgba(255, 45, 149, 0.26);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  animation: tagFloat 4.8s ease-in-out infinite;
}

.hero-tags span:nth-child(2) {
  margin-left: 32px;
  animation-delay: -1.1s;
}

.hero-tags span:nth-child(3) {
  margin-left: 10px;
  animation-delay: -2.4s;
}

.hero-tags span:nth-child(4) {
  margin-left: 46px;
  animation-delay: -3.2s;
}

.hero-notes {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: clamp(190px, 23vh, 250px);
  display: grid;
  gap: 8px;
  width: min(300px, 28vw);
  color: rgba(244, 240, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.hero-notes span {
  width: fit-content;
  padding: 8px 10px;
  background: rgba(11, 7, 32, 0.58);
  border-left: 2px solid rgba(255, 45, 149, 0.58);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  transform: rotate(-1deg);
}

.hero-notes span:nth-child(2) {
  margin-left: 28px;
  transform: rotate(1.4deg);
}

.hero-notes span:nth-child(3) {
  margin-left: 9px;
  color: var(--gold-2);
  transform: rotate(-0.8deg);
}

.button {
  --magnet-x: 0px;
  --magnet-y: 0px;
  justify-content: center;
  min-height: 46px;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button.magnetic {
  transform: translate3d(var(--magnet-x), var(--magnet-y), 0);
}

.button:hover {
  transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 2px), 0);
  box-shadow: 0 22px 48px rgba(255, 45, 149, 0.2);
}

.button.gold {
  position: relative;
  overflow: hidden;
  color: #06020f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #ff2d95, #8f5cff 48%, #3fe8ff);
  border: 1px solid rgba(63, 232, 255, 0.65);
  box-shadow: 0 0 28px rgba(255, 45, 149, 0.22), 0 18px 42px rgba(63, 232, 255, 0.12);
}

.button.gold::after {
  position: absolute;
  inset: -60% auto -60% -40%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-20deg);
  animation: buttonSheen 4.8s ease-in-out infinite;
}

.button.outline {
  color: var(--ink);
  background: rgba(5, 3, 17, 0.38);
  border: 1px solid rgba(255, 45, 149, 0.5);
}

.signature-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signature-row strong {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.16rem;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.signature-mark {
  width: clamp(210px, 22vw, 330px);
  height: auto;
  filter: hue-rotate(138deg) saturate(2.1) brightness(1.1) drop-shadow(0 10px 22px rgba(63, 232, 255, 0.2));
}

.hero-quote {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 72px;
  width: min(280px, 28vw);
  margin: 0;
  padding: 18px;
  color: var(--ink);
  background: rgba(5, 3, 17, 0.56);
  border: 1px solid rgba(255, 45, 149, 0.36);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  animation: quoteFloat 5.6s ease-in-out infinite;
}

.hero-quote svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}

.hero-quote p {
  margin: 10px 0 8px;
  color: rgba(244, 240, 255, 0.8);
  line-height: 1.45;
}

.hero-quote cite {
  display: block;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  text-align: right;
}

.signal-band {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 45, 149, 0.08), transparent 22%, rgba(80, 52, 180, 0.18)),
    #050313;
}

.signal-band::before,
.signal-band::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 90px;
  content: "";
  pointer-events: none;
}

.signal-band::before {
  left: 0;
  background: linear-gradient(90deg, #050313, rgba(7, 4, 20, 0));
}

.signal-band::after {
  right: 0;
  background: linear-gradient(270deg, #050313, rgba(7, 4, 20, 0));
}

.signal-track {
  display: flex;
  width: max-content;
  gap: 36px;
  padding: 14px 0;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
  animation: marquee 28s linear infinite;
}

.signal-track span {
  position: relative;
  padding-left: 36px;
}

.signal-track span::before {
  position: absolute;
  left: 0;
  color: rgba(244, 240, 255, 0.34);
  content: "/";
}

.metropolis-reel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  min-height: min(880px, calc(100svh + 160px));
  overflow: hidden;
  padding: clamp(56px, 8vw, 106px) clamp(20px, 4vw, 62px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(5, 3, 17, 0.98), rgba(11, 7, 32, 0.86) 44%, rgba(5, 3, 17, 0.98)),
    #050311;
}

.metropolis-reel::before {
  position: absolute;
  inset: -10% -8%;
  z-index: -2;
  content: "MAGNUS MAGNUS MAGNUS";
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 240, 255, 0.055);
  font-family: var(--font-display);
  font-size: clamp(8rem, 20vw, 22rem);
  line-height: 0.75;
  letter-spacing: 0.02em;
  transform: rotate(-9deg) translate3d(calc(var(--pointer-dx, 0px) * -0.008), calc(var(--pointer-dy, 0px) * -0.006), 0);
  white-space: pre-wrap;
}

.metropolis-reel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 45, 149, 0.16), transparent 18%, transparent 82%, rgba(80, 52, 180, 0.28)),
    linear-gradient(rgba(244, 240, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 100% 8px;
  mix-blend-mode: screen;
  opacity: 0.52;
  pointer-events: none;
}

.reel-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.reel-copy h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(4.2rem, 10.5vw, 11rem);
  line-height: 0.76;
  text-wrap: balance;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
}

.reel-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(244, 240, 255, 0.82);
  font-size: clamp(1rem, 1.32vw, 1.22rem);
  line-height: 1.55;
}

.reel-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.reel-proof span {
  padding: 8px 10px;
  color: var(--gold-2);
  background: rgba(5, 3, 17, 0.62);
  border: 1px solid rgba(255, 45, 149, 0.32);
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reel-stage {
  --reel-x: 0px;
  --reel-y: 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
  perspective: 1400px;
}

.reel-stage::before {
  position: absolute;
  inset: -20px;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(63, 232, 255, 0.24), transparent 32%),
    rgba(244, 240, 255, 0.035);
  border: 1px solid rgba(255, 45, 149, 0.28);
  border-radius: 8px;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.44);
  transform: skewY(-1deg);
}

.reel-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 230px;
  height: 100%;
  background: rgba(244, 240, 255, 0.06);
  border: 1px solid rgba(244, 240, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
  transform-style: preserve-3d;
  transition: transform 320ms ease, filter 320ms ease, border-color 320ms ease;
}

.reel-frame::after {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 9px;
  color: #090604;
  background: var(--gold-2);
  border-radius: 5px;
  content: attr(data-reel);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reel-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.08);
  transition: transform 500ms ease, filter 500ms ease;
}

.reel-frame:hover {
  z-index: 10;
  border-color: rgba(63, 232, 255, 0.64);
  filter: brightness(1.08);
}

.reel-frame:hover img {
  transform: scale(1.06);
  filter: saturate(1.14) contrast(1.12);
}

.frame-one:hover,
.frame-two:hover,
.frame-three:hover {
  transform: translateY(-6px);
}

.frame-one {
  grid-area: 1 / 1;
  z-index: 4;
  aspect-ratio: auto;
  transform: translate3d(calc(var(--reel-x) * -0.008), calc(var(--reel-y) * -0.006), 0);
}

.frame-two {
  grid-area: 1 / 2;
  z-index: 5;
  aspect-ratio: auto;
  transform: translate3d(calc(var(--reel-x) * 0.007), calc(var(--reel-y) * 0.006), 0);
}

.frame-three {
  grid-area: 1 / 3;
  z-index: 6;
  aspect-ratio: auto;
  transform: translate3d(calc(var(--reel-x) * 0.006), calc(var(--reel-y) * -0.007), 0);
}

.reel-monogram {
  position: absolute;
  right: -16px;
  bottom: -58px;
  z-index: 8;
  color: rgba(63, 232, 255, 0.52);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 9vw, 8rem);
  font-style: italic;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.56);
  transform: translate3d(calc(var(--reel-x) * 0.01), calc(var(--reel-y) * -0.01), 0) rotate(-7deg);
  pointer-events: none;
}

.capability-strip,
.selected-work,
.brand-work,
.process-section,
.proof-section,
.final-cta {
  padding: clamp(36px, 5vw, 68px) clamp(20px, 3vw, 42px);
  border-bottom: 1px solid var(--line);
}

.section-label,
.section-row,
.brand-work,
.service-lane-grid,
.project-grid,
.process-section,
.proof-section,
.final-cta {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.capability-strip {
  background: rgba(5, 3, 17, 0.96);
}

.section-label {
  margin-bottom: 28px;
}

.section-label h2,
.section-row h2,
.process-copy h2,
.final-cta h2 {
  position: relative;
  width: fit-content;
}

.section-label h2::after,
.section-row h2::after,
.process-copy h2::after,
.final-cta h2::after {
  position: absolute;
  right: -4%;
  bottom: -0.18em;
  z-index: -1;
  width: 62%;
  height: 0.08em;
  content: "";
  background: linear-gradient(90deg, rgba(255, 45, 149, 0), rgba(255, 45, 149, 0.7), rgba(63, 232, 255, 0.42), rgba(63, 232, 255, 0));
  box-shadow: 0 0 20px rgba(255, 45, 149, 0.18), 0 0 28px rgba(63, 232, 255, 0.12);
  opacity: 0.82;
  mix-blend-mode: screen;
}

.section-label p,
.process-copy p,
.final-cta p {
  color: var(--muted);
  line-height: 1.55;
}

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

.service-lane {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(244, 240, 255, 0.07), rgba(244, 240, 255, 0.02)),
    rgba(11, 7, 32, 0.78);
  border: 1px solid rgba(244, 240, 255, 0.14);
  border-radius: 8px;
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.service-lane::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--gold-2), transparent);
  opacity: 0.54;
}

.service-lane:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(180deg, rgba(255, 45, 149, 0.11), rgba(63, 232, 255, 0.035)),
    rgba(11, 7, 32, 0.84);
  border-color: rgba(63, 232, 255, 0.42);
}

.service-lane > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(244, 240, 255, 0.24);
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
}

.service-lane svg,
.process-steps svg,
.metrics svg {
  width: 25px;
  height: 25px;
  margin-bottom: 16px;
  color: var(--gold);
}

.service-lane h3 {
  max-width: 86%;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.service-lane p,
.project-card p,
.process-steps p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.service-lane ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-lane li {
  position: relative;
  padding-left: 18px;
  color: rgba(244, 240, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-lane li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.selected-work {
  background: #070414;
}

.brand-work {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 45, 149, 0.11), transparent 24%),
    linear-gradient(180deg, #050311, #0b0720 58%, #050311);
}

.brand-work::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 3, 17, 0.9), transparent 22%, transparent 78%, rgba(5, 3, 17, 0.92)),
    radial-gradient(circle at 50% 60%, rgba(255, 45, 149, 0.12), transparent 46%);
  pointer-events: none;
}

.brand-work > * {
  position: relative;
}

.brand-work-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.brand-work-copy h2 {
  max-width: 760px;
}

.brand-work-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(244, 240, 255, 0.72);
  line-height: 1.55;
}

.brand-proof-stage {
  position: relative;
  min-height: clamp(390px, 44vw, 590px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 45, 149, 0.18), transparent 22%),
    radial-gradient(circle at 78% 76%, rgba(218, 92, 35, 0.12), transparent 26%),
    linear-gradient(135deg, #050311, #081012 50%, #050311);
  border: 1px solid rgba(255, 45, 149, 0.18);
  border-radius: 8px;
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.46);
  isolation: isolate;
}

.brand-proof-stage::before,
.brand-proof-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.brand-proof-stage::before {
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(255, 45, 149, 0.2) 11.15%, transparent 11.35% 88%, rgba(255, 45, 149, 0.16) 88.15%, transparent 88.35%),
    linear-gradient(180deg, transparent 0 31%, rgba(255, 45, 149, 0.24) 31.2%, transparent 31.45% 70%, rgba(255, 45, 149, 0.18) 70.2%, transparent 70.45%);
  opacity: 0.72;
}

.brand-proof-stage::after {
  background:
    radial-gradient(circle at 50% 20%, rgba(244, 240, 255, 0.12), transparent 24%),
    linear-gradient(rgba(244, 240, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 100% 4px;
  opacity: 0.2;
  mix-blend-mode: screen;
}

.brand-logo-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(62px, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
  min-height: inherit;
  padding: clamp(22px, 4.2vw, 54px);
}

.brand-logo-card {
  --logo-rotate: 0deg;
  position: relative;
  display: grid;
  margin: 0;
  place-items: center;
  padding: clamp(10px, 1.4vw, 18px);
  overflow: visible;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.46));
  transform: rotate(var(--logo-rotate, 0deg)) translate3d(0, 0, 0);
  transform-origin: center;
  transition: transform 220ms ease, filter 220ms ease;
}

.brand-logo-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(6, 10, 11, 0.58);
  border: 1px solid rgba(255, 45, 149, 0.22);
  box-shadow: inset 0 1px 0 rgba(244, 240, 255, 0.1), 0 18px 48px rgba(0, 0, 0, 0.28);
}

.brand-logo-card::after {
  position: absolute;
  right: 10%;
  bottom: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(63, 232, 255, 0.78), transparent);
  opacity: 0.64;
}

.brand-logo-card img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: calc(100% - 22px);
  max-height: calc(100% - 44px);
  object-fit: contain;
  filter: saturate(1.05) contrast(1.04);
}

.brand-logo-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 13px;
  left: 16px;
  z-index: 2;
  color: rgba(244, 240, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.brand-logo-card:hover {
  filter: drop-shadow(0 22px 42px rgba(255, 45, 149, 0.18)) drop-shadow(0 18px 28px rgba(0, 0, 0, 0.48));
  transform: rotate(var(--logo-rotate, 0deg)) translateY(-6px) scale(1.03);
}

.logo-lucas {
  --logo-rotate: -1deg;
  grid-column: 1 / 7;
  grid-row: 1 / 3;
}

.logo-lucas img {
  max-width: 94%;
  max-height: 66%;
  filter: drop-shadow(0 9px 0 rgba(5, 3, 17, 0.72)) drop-shadow(0 18px 22px rgba(0, 0, 0, 0.48));
}

.logo-lucas::before {
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 45, 149, 0.18), transparent),
    rgba(4, 7, 8, 0.74);
}

.logo-fanatics {
  --logo-rotate: 1.5deg;
  grid-column: 7 / 10;
  grid-row: 1 / 3;
}

.logo-fanatics::before {
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 82%);
  background: linear-gradient(135deg, rgba(244, 240, 255, 0.12), rgba(6, 10, 11, 0.78));
}

.logo-topps {
  --logo-rotate: -1.8deg;
  grid-column: 10 / 13;
  grid-row: 1 / 3;
}

.logo-topps::before {
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(244, 240, 255, 0.18), rgba(244, 240, 255, 0.03)),
    rgba(6, 10, 11, 0.66);
  box-shadow: inset 0 0 0 5px rgba(244, 240, 255, 0.035), 0 18px 48px rgba(0, 0, 0, 0.3);
}

.logo-nick {
  --logo-rotate: 1deg;
  grid-column: 1 / 6;
  grid-row: 3 / 6;
}

.logo-nick::before {
  inset: 10% 2%;
  clip-path: polygon(7% 42%, 0 26%, 18% 28%, 16% 10%, 34% 25%, 45% 0, 54% 27%, 75% 5%, 72% 29%, 100% 25%, 84% 44%, 97% 66%, 73% 60%, 76% 86%, 54% 69%, 41% 100%, 33% 68%, 11% 84%, 20% 60%);
  background:
    radial-gradient(circle at 50% 50%, rgba(218, 92, 35, 0.26), rgba(6, 10, 11, 0.52) 64%);
  border-color: rgba(218, 92, 35, 0.34);
}

.logo-gpk {
  --logo-rotate: -2deg;
  grid-column: 6 / 13;
  grid-row: 3 / 6;
  padding: clamp(16px, 2.2vw, 32px);
}

.logo-gpk::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(218, 92, 35, 0.18), transparent 48%),
    rgba(6, 10, 11, 0.54);
  border-color: rgba(218, 92, 35, 0.3);
  transform: rotate(0.6deg);
}

.logo-gpk img {
  max-width: 92%;
  max-height: 68%;
  object-fit: contain;
  border: 0;
  filter: drop-shadow(0 8px 0 rgba(5, 3, 17, 0.55)) drop-shadow(0 18px 26px rgba(0, 0, 0, 0.52));
}

.brand-note {
  margin: 14px 0 0;
  color: rgba(169, 157, 139, 0.68);
  font-size: 0.72rem;
  line-height: 1.4;
}

.section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.section-row a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.live-proof {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-bottom: 24px;
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(110deg, rgba(255, 45, 149, 0.16), rgba(244, 240, 255, 0.045) 36%, rgba(80, 52, 180, 0.18)),
    rgba(5, 3, 17, 0.78);
  border: 1px solid rgba(255, 45, 149, 0.28);
  border-radius: 8px;
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.34);
}

.live-proof figure {
  position: relative;
  min-height: 260px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 255, 0.12);
  border-radius: 8px;
}

.live-proof figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 3, 17, 0.02), rgba(5, 3, 17, 0.58)),
    radial-gradient(circle at 18% 18%, rgba(63, 232, 255, 0.18), transparent 32%);
  pointer-events: none;
}

.live-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.02);
}

.live-proof > div {
  position: relative;
  z-index: 1;
  padding: clamp(6px, 1.5vw, 18px) clamp(4px, 1vw, 12px);
}

.live-proof::before {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(63, 232, 255, 0.76), transparent);
}

.live-proof::after {
  position: absolute;
  top: -42px;
  right: 18%;
  width: 210px;
  height: 210px;
  content: "";
  background: radial-gradient(circle, rgba(63, 232, 255, 0.16), transparent 62%);
  pointer-events: none;
}

.live-proof h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.live-proof p:not(.eyebrow) {
  max-width: 800px;
  margin: 0 0 18px;
  color: rgba(244, 240, 255, 0.74);
  line-height: 1.5;
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.proof-points span {
  padding: 7px 9px;
  color: var(--gold-2);
  background: rgba(5, 3, 17, 0.48);
  border: 1px solid rgba(63, 232, 255, 0.24);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.live-proof .button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  white-space: nowrap;
}

.project-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift: 0px;
  position: relative;
  grid-column: span 1;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(244, 240, 255, 0.055), rgba(244, 240, 255, 0.018));
  border: 1px solid var(--line);
  border-radius: 8px;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift));
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.project-card::before {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  max-width: calc(100% - 24px);
  padding: 7px 9px;
  color: var(--gold-2);
  background: rgba(5, 3, 17, 0.68);
  border: 1px solid rgba(255, 45, 149, 0.25);
  border-radius: 5px;
  content: attr(data-cue);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(8px);
}

.project-card:hover {
  --lift: -7px;
  border-color: rgba(255, 45, 149, 0.4);
  box-shadow: var(--shadow);
}

.project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 20%), rgba(63, 232, 255, 0.18), transparent 36%);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.project-card:hover::after {
  opacity: 1;
}

.project-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.project-card img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  transition: transform 380ms ease, filter 380ms ease;
}

.project-card:nth-child(1) img { object-position: 49% 33%; }
.project-card:nth-child(2) img { object-position: 50% 42%; }
.project-card:nth-child(3) img { object-position: 50% 18%; }
.project-card:nth-child(4) img { object-position: 50% 47%; }

.project-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.08) contrast(1.08);
}

.project-card.featured img {
  height: 246px;
  object-position: 50% 18%;
}

.project-card div {
  padding: 14px;
}

.project-card h3 {
  font-size: 1.12rem;
  text-transform: uppercase;
}

.project-card span {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 8px;
  color: var(--gold);
  border: 1px solid rgba(255, 45, 149, 0.35);
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.process-section {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  background: #050311;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  padding: 14px;
  text-align: center;
  transition: color 180ms ease, transform 180ms ease;
}

.process-steps li::after {
  position: absolute;
  top: 42px;
  right: -12px;
  color: rgba(255, 45, 149, 0.72);
  content: "→";
}

.process-steps li:hover {
  transform: translateY(-4px);
}

.process-steps li:last-child::after {
  content: "";
}

.process-steps span {
  color: rgba(244, 240, 255, 0.26);
  font-size: 0.7rem;
  font-weight: 850;
}

.process-steps strong {
  display: block;
  color: var(--ink);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: 12px;
  background:
    linear-gradient(120deg, rgba(80, 52, 180, 0.36), rgba(5, 3, 17, 0.96)),
    #050311;
}

.testimonial,
.metrics article {
  padding: 22px;
  background: rgba(244, 240, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.testimonial h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  line-height: 1.05;
  text-transform: none;
}

.testimonial span {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 850;
  text-transform: uppercase;
}

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

.metrics strong {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(1.45rem, 2.55vw, 2.8rem);
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr) auto;
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 16% 50%, rgba(255, 45, 149, 0.18), transparent 28%),
    #070414;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(105deg, transparent 0 6%, rgba(255, 45, 149, 0.18) 6.4%, rgba(63, 232, 255, 0.08) 38%, transparent 62%),
    radial-gradient(ellipse at 18% 50%, rgba(255, 45, 149, 0.12), transparent 34%);
  opacity: 0.9;
  pointer-events: none;
}

.final-cta > * {
  position: relative;
}

.final-cta h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-style: italic;
  text-transform: uppercase;
}

.case-study-page .opening-slate {
  display: none;
}

.case-hero,
.case-snapshot,
.case-section,
.case-artifacts,
.case-results,
.case-quote {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.case-hero,
.case-snapshot,
.case-section,
.case-artifacts,
.case-results,
.case-quote {
  padding: clamp(36px, 5vw, 68px) clamp(20px, 3vw, 42px);
  border-bottom: 1px solid var(--line);
}

.case-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  min-height: calc(100vh - var(--header));
  overflow: hidden;
  isolation: isolate;
}

.case-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 76% 20%, rgba(63, 232, 255, 0.18), transparent 28%),
    radial-gradient(circle at 20% 24%, rgba(255, 45, 149, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(5, 3, 17, 0.94), rgba(18, 10, 46, 0.84));
}

.case-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(5rem, 10vw, 11rem);
}

.case-lede {
  max-width: 700px;
  color: rgba(244, 240, 255, 0.84);
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.5;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.case-hero-image {
  position: relative;
  min-height: clamp(390px, 48vw, 640px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.46);
}

.case-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 3, 17, 0.04), rgba(5, 3, 17, 0.58)),
    radial-gradient(circle at 20% 16%, rgba(63, 232, 255, 0.22), transparent 30%);
  pointer-events: none;
}

.case-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.case-hero-art {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 45, 149, 0.13), transparent 38%),
    #020107;
}

.case-hero-art img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: invert(1) hue-rotate(145deg) saturate(1.15) drop-shadow(0 0 34px rgba(63, 232, 255, 0.2));
  mix-blend-mode: screen;
}

.case-hero-image figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 10px;
  color: var(--gold-2);
  background: rgba(5, 3, 17, 0.64);
  border: 1px solid rgba(63, 232, 255, 0.28);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.case-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 0;
}

.case-snapshot article,
.case-build-grid article {
  min-height: 190px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(244, 240, 255, 0.06), rgba(244, 240, 255, 0.018)),
    rgba(11, 7, 32, 0.76);
  border: 1px solid rgba(244, 240, 255, 0.14);
  border-radius: 8px;
}

.case-snapshot span,
.case-result-list span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-snapshot strong {
  display: block;
  margin: 42px 0 10px;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.case-snapshot p,
.case-text-stack p,
.case-build-grid p,
.case-results p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.52;
}

.case-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.1fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: start;
}

.case-section-copy h2,
.case-results h2 {
  font-size: clamp(2.8rem, 6vw, 6rem);
}

.case-text-stack {
  display: grid;
  gap: 18px;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
}

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

.case-artifacts figure {
  position: relative;
  min-height: clamp(250px, 31vw, 430px);
  margin: 0;
  overflow: hidden;
  background: rgba(244, 240, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.case-artifacts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
  transition: transform 220ms ease, filter 220ms ease;
}

.case-artifacts figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.16) contrast(1.12);
}

.case-artifacts figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 9px;
  color: var(--gold-2);
  background: rgba(5, 3, 17, 0.68);
  border: 1px solid rgba(255, 45, 149, 0.26);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

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

.case-build-grid svg {
  width: 26px;
  height: 26px;
  margin-bottom: 34px;
  color: var(--gold);
}

.case-build-grid h3 {
  color: var(--gold-2);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-results {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(80, 52, 180, 0.3), rgba(5, 3, 17, 0.94)),
    #050311;
}

.case-result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.case-result-list span {
  padding: 12px;
  color: var(--gold-2);
  background: rgba(244, 240, 255, 0.045);
  border: 1px solid rgba(63, 232, 255, 0.22);
  border-radius: 8px;
}

.case-quote {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 45, 149, 0.16), transparent 34%),
    rgba(5, 3, 17, 0.96);
}

.case-quote svg {
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.case-quote p {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-family: var(--font-display);
  line-height: 0.98;
  text-transform: uppercase;
}

.case-quote span {
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-lane-grid .reveal:nth-child(2),
.project-grid .reveal:nth-child(2),
.process-steps .reveal:nth-child(2),
.metrics .reveal:nth-child(2) { transition-delay: 70ms; }

.service-lane-grid .reveal:nth-child(3),
.project-grid .reveal:nth-child(3),
.process-steps .reveal:nth-child(3),
.metrics .reveal:nth-child(3) { transition-delay: 140ms; }

.service-lane-grid .reveal:nth-child(4),
.project-grid .reveal:nth-child(4),
.process-steps .reveal:nth-child(4),
.metrics .reveal:nth-child(4) { transition-delay: 210ms; }

.project-grid .reveal:nth-child(5),
.process-steps .reveal:nth-child(5) { transition-delay: 280ms; }

.project-grid .reveal:nth-child(6),
.process-steps .reveal:nth-child(6) { transition-delay: 350ms; }

@keyframes heroLift {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes quoteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes tagFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes buttonSheen {
  0%, 42% { transform: translateX(0) skewX(-20deg); }
  62%, 100% { transform: translateX(520%) skewX(-20deg); }
}

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

@keyframes slateExit {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1.018);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.035);
  }
}

.final-cta p {
  margin-bottom: 0;
}

@media (max-width: 1120px) {
  :root { --rail: 0px; }

  .side-rail { display: none; }

  .film-progress,
  .cinema-matte span {
    left: 0;
  }

  .site-header,
  main { margin-left: 0; }

  .brand-logo {
    width: 182px;
  }

  .icon-button { display: grid; }

  .nav {
    position: fixed;
    top: var(--header);
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: rgba(5, 3, 17, 0.97);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav.is-open { display: flex; }
  .nav a { padding: 14px; }
  .nav-cta { display: none; }

  .service-lane-grid,
  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .service-lane {
    min-height: 300px;
  }

  .hero-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 660px;
  }

  .hero-offers a {
    min-height: 86px;
  }

  .hero-quote,
  .hero-notes {
    display: none;
  }

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

  .project-card,
  .project-card:nth-child(1),
  .project-card:nth-child(2),
  .project-card.featured {
    grid-column: span 1;
  }

  .process-section,
  .metropolis-reel,
  .case-hero,
  .case-section,
  .case-results,
  .brand-work-copy,
  .proof-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

  .case-hero {
    min-height: auto;
    padding-top: 72px;
  }

  .case-hero-copy h1 {
    font-size: clamp(4.8rem, 13vw, 8rem);
  }

  .metropolis-reel {
    min-height: auto;
  }

  .reel-stage {
    min-height: 0;
  }

}

@media (max-width: 680px) {
  :root { --header: 64px; }

  .cinema-hero {
    min-height: auto;
  }

  .hero-bg {
    object-position: 61% center;
    filter: saturate(1.08) contrast(1.05) brightness(0.92);
  }

  .cinema-hero::before {
    background:
      linear-gradient(90deg, rgba(5, 3, 17, 0.86), rgba(5, 3, 17, 0.45)),
      linear-gradient(0deg, rgba(5, 3, 17, 0.7), rgba(5, 3, 17, 0.04) 50%, rgba(5, 3, 17, 0.34));
  }

  .hero-panel {
    width: 100%;
    padding: 58px 22px 42px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 156px;
    max-height: 42px;
  }

  h1 {
    font-size: clamp(3.9rem, 18vw, 5.4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.8rem);
  }

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

  .hero-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .hero-offers a {
    grid-template-columns: 24px 1fr;
    grid-template-areas: "icon title";
    min-height: 54px;
    padding: 10px;
    align-items: center;
  }

  .hero-offers a::after {
    inset: auto 10px 7px;
  }

  .hero-offers svg {
    width: 20px;
    height: 20px;
  }

  .hero-offers strong {
    font-size: 0.72rem;
    line-height: 1.08;
  }

  .hero-offers span {
    display: none;
  }

  .signature-row,
  .hero-quote,
  .hero-tags,
  .hero-notes,
  .hero-field {
    display: none;
  }

  .opening-slate strong {
    font-size: clamp(3.2rem, 18vw, 5.6rem);
  }

  .scene-counter {
    display: none;
  }

  .service-lane-grid,
  .case-snapshot,
  .case-artifacts,
  .case-build-grid,
  .case-result-list,
  .project-grid,
  .process-steps,
  .metrics {
    grid-template-columns: 1fr;
  }

  .case-hero,
  .case-section,
  .case-results {
    grid-template-columns: 1fr;
  }

  .case-hero-image {
    min-height: 320px;
  }

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

  .case-snapshot {
    padding-top: 28px;
  }

  .case-snapshot strong {
    margin-top: 28px;
  }

  .brand-proof-stage {
    min-height: auto;
  }

  .brand-logo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    padding: 20px;
  }

  .brand-logo-card,
  .logo-lucas,
  .logo-fanatics,
  .logo-topps,
  .logo-nick,
  .logo-gpk {
    grid-column: 1;
    grid-row: auto;
    min-height: 118px;
  }

  .logo-gpk {
    min-height: 210px;
  }

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

  .live-proof .button {
    width: 100%;
    justify-content: center;
  }

  .project-card,
  .project-card:nth-child(1),
  .project-card:nth-child(2),
  .project-card.featured {
    grid-column: span 1;
  }

  .section-row {
    display: block;
  }

  .brand-work-copy {
    display: block;
  }

  .brand-work-copy p:not(.eyebrow) {
    margin-top: 14px;
  }

  .metropolis-reel {
    padding-top: 54px;
  }

  .metropolis-reel::before {
    font-size: 8.5rem;
  }

  .reel-copy h2 {
    font-size: clamp(4.1rem, 18vw, 6.4rem);
  }

  .reel-stage {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .frame-one,
  .frame-two,
  .frame-three {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-area: auto;
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .reel-monogram {
    right: 0;
    bottom: -46px;
  }

  .project-card img {
    height: 240px;
  }

  .service-lane {
    min-height: auto;
  }

  .process-steps li::after {
    content: "";
  }

}

@media (prefers-reduced-motion: reduce) {
  .opening-slate {
    display: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
