﻿:root {
  color-scheme: dark;
  --ink: #f7f2e8;
  --muted: #b7afa1;
  --subtle: #807a6f;
  --paper: #080806;
  --panel: #12110d;
  --panel-2: #191711;
  --line: rgba(247, 242, 232, .15);
  --line-strong: rgba(247, 242, 232, .32);
  --cyan: #64efff;
  --green: #bcff52;
  --coral: #ff6c4a;
  --gold: #f3ca6d;
  --radius: 8px;
  --shadow: 0 32px 80px rgba(0, 0, 0, .45);
  --max: 1180px;
  --mx: 50vw;
  --my: 42vh;
  --cursor-x: 50vw;
  --cursor-y: 42vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle 620px at var(--mx) var(--my), rgba(100, 239, 255, .24), transparent 64%),
    radial-gradient(circle 520px at calc(100% - var(--mx)) calc(100% - var(--my)), rgba(255, 108, 74, .16), transparent 65%),
    linear-gradient(130deg, rgba(188, 255, 82, .12), transparent 34%, rgba(100, 239, 255, .1) 62%, transparent),
    #070705;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  animation: bodyGlow 12s ease-in-out infinite alternate;
}
body.intro-active { overflow: hidden; }
body::before {
  position: fixed;
  inset: -10%;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: .82;
  background-image:
    linear-gradient(rgba(100, 239, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 255, 82, .075) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 46%, rgba(255, 108, 74, .08) 49%, transparent 53%);
  background-size: 58px 58px, 58px 58px, 220px 220px;
  mask-image: radial-gradient(circle at var(--mx) var(--my), #000 0 34%, rgba(0,0,0,.38) 62%, transparent 86%);
  animation: gridDrift 16s linear infinite;
}
body::after {
  position: fixed;
  inset: -28%;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: .72;
  background:
    conic-gradient(from 90deg at 50% 50%, transparent, rgba(100,239,255,.28), transparent 26%, rgba(188,255,82,.22), transparent 54%, rgba(255,108,74,.2), transparent 78%, rgba(100,239,255,.24), transparent),
    radial-gradient(circle at 20% 30%, rgba(188,255,82,.22), transparent 30%),
    radial-gradient(circle at 80% 65%, rgba(255,108,74,.18), transparent 28%);
  filter: blur(54px) saturate(1.25);
  animation: auroraSpin 22s linear infinite;
}
body.is-calm * { animation-play-state: paused !important; }
::selection { color: #080806; background: var(--green); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.ambient-canvas { position: fixed; inset: 0; z-index: 0; opacity: .98; pointer-events: none; filter: saturate(1.25) contrast(1.08); }
.energy-field, .scan-overlay { position: fixed; inset: 0; pointer-events: none; }
.energy-field { z-index: 0; overflow: hidden; mix-blend-mode: screen; opacity: .96; }
.energy-beam { position: absolute; width: 68vw; height: 11vh; border-radius: 999px; filter: blur(24px); transform-origin: center; opacity: .55; }
.beam-a { left: -12vw; top: 16vh; background: linear-gradient(90deg, transparent, rgba(100,239,255,.62), rgba(188,255,82,.34), transparent); animation: beamSweepA 7.6s ease-in-out infinite; }
.beam-b { right: -18vw; top: 52vh; background: linear-gradient(90deg, transparent, rgba(255,108,74,.48), rgba(100,239,255,.48), transparent); animation: beamSweepB 9s ease-in-out infinite; }
.beam-c { left: 8vw; bottom: 7vh; width: 82vw; background: linear-gradient(90deg, transparent, rgba(188,255,82,.45), rgba(100,239,255,.34), transparent); animation: beamSweepC 11s ease-in-out infinite; }
.energy-orb { position: absolute; width: 24rem; aspect-ratio: 1; border-radius: 50%; filter: blur(42px); opacity: .34; }
.orb-a { left: 4vw; top: 22vh; background: rgba(100,239,255,.82); animation: orbFloatA 12s ease-in-out infinite; }
.orb-b { right: 8vw; top: 8vh; background: rgba(255,108,74,.62); animation: orbFloatB 14s ease-in-out infinite; }
.orb-c { left: 42vw; bottom: -8vh; background: rgba(188,255,82,.62); animation: orbFloatC 15s ease-in-out infinite; }
.scan-overlay { z-index: 1; opacity: .34; background: repeating-linear-gradient(180deg, transparent 0 10px, rgba(255,255,255,.05) 11px, transparent 12px); mix-blend-mode: overlay; animation: scanDrift 9s linear infinite; }
@keyframes bodyGlow {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 24px -18px, -18px 16px, 18px 12px, 0 0; }
}
@keyframes gridDrift { to { background-position: 58px 58px, -58px 58px, 220px -220px; } }
@keyframes auroraSpin { to { transform: rotate(360deg) scale(1.08); } }
@keyframes beamSweepA { 0%,100% { transform: translate3d(-12vw, 0, 0) rotate(-13deg); } 50% { transform: translate3d(52vw, 18vh, 0) rotate(9deg); } }
@keyframes beamSweepB { 0%,100% { transform: translate3d(12vw, 0, 0) rotate(17deg); } 50% { transform: translate3d(-54vw, -20vh, 0) rotate(-11deg); } }
@keyframes beamSweepC { 0%,100% { transform: translate3d(-6vw, 0, 0) rotate(4deg); } 50% { transform: translate3d(22vw, -28vh, 0) rotate(-8deg); } }
@keyframes orbFloatA { 50% { transform: translate3d(16vw, -10vh, 0) scale(1.18); } }
@keyframes orbFloatB { 50% { transform: translate3d(-18vw, 18vh, 0) scale(.88); } }
@keyframes orbFloatC { 50% { transform: translate3d(12vw, -18vh, 0) scale(1.12); } }
@keyframes scanDrift { to { background-position-y: 220px; } }
.cursor-dot, .cursor-ring { position: fixed; left: 0; top: 0; z-index: 340; pointer-events: none; border-radius: 50%; transform: translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%); will-change: transform; }
.cursor-dot { width: 8px; height: 8px; background: var(--green); box-shadow: 0 0 24px rgba(188, 255, 82, .72); }
.cursor-ring { width: 42px; height: 42px; border: 1px solid rgba(100, 239, 255, .58); mix-blend-mode: difference; transition: transform .14s ease-out, width .18s ease, height .18s ease, border-color .18s ease; }
.scroll-progress { position: fixed; left: 0; top: 0; z-index: 90; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--green), var(--cyan), var(--coral)); }

/* Full-screen portfolio entrance */
.intro-cover {
  position: fixed;
  inset: 0;
  z-index: 300;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #f7f2e8;
  background: #101820;
}
.intro-cover[hidden] { display: none; }
.intro-cover__media,
.intro-cover__shade,
.intro-cover__flare,
.intro-cover__scan,
.intro-cover__waves,
.intro-cover__network,
.intro-cover__hotspots { position: absolute; inset: 0; }
.intro-cover__media { z-index: -5; overflow: hidden; background: #8f8071; animation: introMediaIn 1.6s cubic-bezier(.2,.72,.2,1) both; }
.intro-cover__backdrop {
  position: absolute;
  inset: -8%;
  background: url("assets/hero-cover-coast-v2.png") center / cover no-repeat;
  filter: blur(18px) saturate(1.04) brightness(.94);
  transform: translate3d(var(--intro-shift-x), var(--intro-shift-y), 0) scale(1.16);
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
  animation: introBackdropDrift 12s ease-in-out infinite alternate;
}
.intro-cover__subject {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02) brightness(.98);
  transform: translate3d(var(--intro-shift-x), var(--intro-shift-y), 0) scale(1.02);
  transform-origin: center;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.intro-cover__shade {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(8,17,27,.7) 0%, rgba(8,17,27,.48) 34%, rgba(8,17,27,.06) 70%, rgba(8,17,27,.14) 100%),
    linear-gradient(180deg, rgba(8,17,27,.12), transparent 40%, rgba(6,15,25,.72));
}
.intro-cover__flare {
  z-index: -3;
  pointer-events: none;
  opacity: .88;
  background:
    radial-gradient(circle 440px at var(--intro-x) var(--intro-y), rgba(100,239,255,.2), transparent 68%),
    radial-gradient(circle 380px at 16% 10%, rgba(255,167,78,.18), transparent 70%),
    radial-gradient(circle 420px at 80% 82%, rgba(188,255,82,.11), transparent 72%);
  mix-blend-mode: screen;
  transition: background-position .2s ease-out;
}
.intro-cover__scan {
  z-index: -2;
  pointer-events: none;
  opacity: .15;
  background:
    repeating-linear-gradient(180deg, transparent 0 9px, rgba(255,255,255,.07) 10px, transparent 11px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 96px 96px, 96px 96px;
  animation: introScan 9s linear infinite;
}
.intro-cover__waves { z-index: -1; pointer-events: none; filter: drop-shadow(0 0 16px rgba(100,239,255,.2)); }
.intro-cover__waves i { position: absolute; left: -18vw; width: 136vw; height: 38vh; border: 3px solid transparent; border-radius: 50%; }
.intro-cover__waves i:nth-child(1) { top: 20vh; border-top-color: rgba(100,239,255,.54); transform: rotate(4deg); animation: introWaveA 8s ease-in-out infinite alternate; }
.intro-cover__waves i:nth-child(2) { top: 17vh; border-top: 12px solid rgba(188,255,82,.18); transform: rotate(-7deg); animation: introWaveB 10s ease-in-out infinite alternate; }
.intro-cover__waves i:nth-child(3) { bottom: -16vh; border-top: 7px solid rgba(188,255,82,.26); transform: rotate(8deg); animation: introWaveA 12s ease-in-out infinite alternate-reverse; }
.intro-cover__network { z-index: -1; pointer-events: none; opacity: .86; background: linear-gradient(30deg, transparent 48%, rgba(100,239,255,.16) 49%, transparent 50%) 0 0 / 280px 180px; }
.intro-cover__network i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px rgba(100,239,255,.86); animation: introNodePulse 2.8s ease-in-out infinite; }
.intro-cover__network i:nth-child(1) { left: 5%; top: 24%; }
.intro-cover__network i:nth-child(2) { left: 18%; top: 13%; animation-delay: -.5s; }
.intro-cover__network i:nth-child(3) { left: 34%; top: 67%; animation-delay: -1s; }
.intro-cover__network i:nth-child(4) { right: 18%; top: 15%; background: var(--green); animation-delay: -1.4s; }
.intro-cover__network i:nth-child(5) { right: 6%; top: 31%; background: var(--green); animation-delay: -1.9s; }
.intro-cover__network i:nth-child(6) { right: 9%; bottom: 17%; background: var(--green); animation-delay: -2.3s; }
.intro-cover__hotspots { z-index: 1; pointer-events: none; }
.intro-cover__hotspots i { position: absolute; width: 14px; height: 14px; border: 4px solid #09101a; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green), 0 0 28px rgba(188,255,82,.9); animation: introHotspot 2s ease-in-out infinite; }
.intro-cover__hotspots i:nth-child(1) { left: 58%; top: 39%; }
.intro-cover__hotspots i:nth-child(2) { right: 15%; top: 66%; animation-delay: -.7s; }
.intro-cover__hotspots i:nth-child(3) { left: 41%; bottom: 19%; animation-delay: -1.3s; }
.intro-cover__top,
.intro-cover__bottom,
.intro-cover__content { position: absolute; left: 40px; right: 40px; }
.intro-cover__top {
  top: 20px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: rgba(247,242,232,.88);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  animation: introFadeDown .9s .15s ease both;
}
.intro-cover__mark { display: inline-flex; align-items: center; gap: 12px; }
.intro-cover__mark i { width: 18px; height: 18px; border-radius: 4px; background: linear-gradient(135deg, var(--green) 0 48%, transparent 49%), linear-gradient(315deg, var(--cyan) 0 48%, transparent 49%), var(--gold); box-shadow: 0 0 24px rgba(100,239,255,.5); }
.intro-cover__nav { position: absolute; left: 50%; display: flex; gap: 34px; transform: translateX(-50%); color: rgba(247,242,232,.72); font-size: .84rem; font-weight: 700; text-transform: none; }
.intro-cover__nav a { transition: color .2s ease, transform .2s ease; }
.intro-cover__nav a:hover { color: var(--green); transform: translateY(-2px); }
.intro-motion-toggle { min-height: 40px; padding: 0 14px; border: 1px solid rgba(247,242,232,.4); border-radius: var(--radius); color: inherit; background: rgba(8,17,27,.15); backdrop-filter: blur(12px); cursor: pointer; }
.intro-motion-toggle:hover { border-color: var(--green); color: var(--green); }
.intro-cover__content { top: 48%; max-width: 760px; transform: translateY(-48%); }
.intro-cover__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
  animation: introFadeUp .9s .35s ease both;
}
.intro-cover__kicker::before { width: 34px; height: 1px; content: ""; background: currentColor; }
.intro-cover__title {
  margin: 0 0 16px;
  font-size: 6.2rem;
  line-height: .86;
  font-weight: 950;
}
.intro-cover__title span { display: block; width: fit-content; overflow: hidden; text-shadow: 0 18px 60px rgba(0,0,0,.42); animation: introTitleIn 1.15s cubic-bezier(.18,.76,.18,1) both; }
.intro-cover__title span:nth-child(2) { animation-delay: .12s; }
.intro-cover__lead { margin: 0 0 24px; color: rgba(247,242,232,.78); font-size: 1rem; animation: introFadeUp .9s .58s ease both; }
.intro-cover__actions { display: flex; flex-wrap: wrap; gap: 12px; animation: introFadeUp .9s .7s ease both; }
.intro-enter,
.intro-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 176px;
  min-height: 48px;
  padding: 0 16px 0 18px;
  border: 1px solid rgba(247,242,232,.42);
  border-radius: var(--radius);
  color: #f7f2e8;
  background: rgba(8,17,27,.28);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.intro-enter { color: #071018; border-color: transparent; background: linear-gradient(135deg, var(--green), var(--cyan)); }
.intro-enter i,
.intro-secondary i { position: relative; width: 18px; height: 18px; transition: transform .25s ease; }
.intro-enter i::before,
.intro-enter i::after,
.intro-secondary i::before,
.intro-secondary i::after { position: absolute; content: ""; top: 50%; background: currentColor; }
.intro-enter i::before,
.intro-secondary i::before { left: 0; width: 15px; height: 2px; transform: translateY(-50%); }
.intro-enter i::after,
.intro-secondary i::after { right: 1px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; background: transparent; transform: translateY(-50%) rotate(45deg); }
.intro-enter:hover,
.intro-secondary:hover { transform: translateY(-3px); }
.intro-enter:hover { box-shadow: 0 16px 42px rgba(100,239,255,.24); }
.intro-secondary:hover { border-color: var(--cyan); background: rgba(100,239,255,.12); }
.intro-enter:hover i,
.intro-secondary:hover i { transform: translateX(4px); }
.intro-cover__bottom {
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
  color: rgba(247,242,232,.8);
  animation: introFadeUp .9s .9s ease both;
}
.intro-cover__bottom span { position: relative; padding-left: 18px; }
.intro-cover__bottom span::before { position: absolute; left: 0; top: 5px; width: 6px; height: 6px; content: ""; background: var(--cyan); box-shadow: 0 0 16px rgba(100,239,255,.7); }
.intro-cover__bottom strong { display: block; margin-bottom: 5px; font-size: .8rem; }
.intro-cover__bottom small { display: block; color: rgba(247,242,232,.52); font-size: .66rem; white-space: nowrap; }
.intro-cover.is-leaving { pointer-events: none; animation: introCoverOut 1.05s cubic-bezier(.72,0,.2,1) forwards; }
.intro-cover.is-leaving .intro-cover__content,
.intro-cover.is-leaving .intro-cover__top,
.intro-cover.is-leaving .intro-cover__bottom { animation: introContentOut .5s ease forwards; }
@keyframes introMediaIn { from { opacity: 0; transform: scale(1.12); } to { opacity: 1; transform: scale(1); } }
@keyframes introBackdropDrift { to { transform: translate3d(2vw, -1vh, 0) scale(1.2); } }
@keyframes introTitleIn { from { opacity: 0; transform: translateY(115%); } to { opacity: 1; transform: translateY(0); } }
@keyframes introFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes introFadeDown { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes introScan { to { background-position-y: 260px; } }
@keyframes introWaveA { to { transform: translate3d(5vw, 4vh, 0) rotate(-3deg) scaleY(.86); } }
@keyframes introWaveB { to { transform: translate3d(-4vw, 6vh, 0) rotate(4deg) scaleY(1.08); } }
@keyframes introNodePulse { 50% { opacity: .3; transform: scale(.55); } }
@keyframes introHotspot { 50% { box-shadow: 0 0 0 9px rgba(188,255,82,.12), 0 0 36px rgba(188,255,82,1); } }
@keyframes introContentOut { to { opacity: 0; } }
@keyframes introCoverOut { 0% { clip-path: inset(0 0 0 0); } 100% { clip-path: inset(0 0 100% 0); } }

@media (max-width: 900px) {
  .intro-cover__top,
  .intro-cover__bottom,
  .intro-cover__content { left: 34px; right: 34px; }
  .intro-cover__nav { display: none; }
  .intro-cover__title { font-size: 4.8rem; }
  .intro-cover__bottom { max-width: none; }
}
@media (max-width: 600px) {
  .intro-cover__backdrop { display: block; }
  .intro-cover__subject {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 63% center;
    transform: translate3d(var(--intro-shift-x), var(--intro-shift-y), 0) scale(1.06);
    -webkit-mask-image: none;
    mask-image: none;
  }
  .intro-cover__shade { background: linear-gradient(180deg, rgba(8,17,27,.3), rgba(8,17,27,.42) 36%, rgba(6,15,25,.88)); }
  .intro-cover__top,
  .intro-cover__bottom,
  .intro-cover__content { left: 24px; right: 24px; }
  .intro-cover__top { top: 18px; font-size: .66rem; }
  .intro-motion-toggle { min-height: 34px; padding: 0 10px; font-size: .66rem; }
  .intro-cover__content { top: 45%; }
  .intro-cover__kicker { max-width: 260px; font-size: .74rem; line-height: 1.55; }
  .intro-cover__title { margin-bottom: 14px; font-size: 3.25rem; line-height: .9; }
  .intro-cover__lead { max-width: 300px; margin-bottom: 20px; font-size: .86rem; line-height: 1.55; }
  .intro-cover__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .intro-enter,
  .intro-secondary { min-width: 0; gap: 10px; padding: 0 12px; font-size: .76rem; }
  .intro-cover__bottom { bottom: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .intro-cover__bottom span { padding-left: 12px; }
  .intro-cover__bottom span:nth-child(n+4) { display: none; }
  .intro-cover__bottom strong { font-size: .68rem; }
  .intro-cover__bottom small { display: none; }
  .intro-cover__hotspots i:nth-child(3) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-cover *, .intro-cover { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .intro-cover__subject { transform: none; transition: none; }
}

.site-header {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 32px;
  background: linear-gradient(180deg, rgba(8, 8, 6, .88), rgba(8, 8, 6, .2), transparent);
  backdrop-filter: blur(18px);
}
.brand { display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 10px; min-width: 0; font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.brand-mark { width: 18px; height: 18px; border-radius: 4px; background: linear-gradient(135deg, var(--green) 0 48%, transparent 49%), linear-gradient(315deg, var(--cyan) 0 48%, transparent 49%), var(--coral); box-shadow: 0 0 28px rgba(100, 239, 255, .44); }
.nav { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .86rem; }
.nav a, .sound-toggle { min-height: 36px; padding: 0 11px; border: 1px solid transparent; border-radius: var(--radius); background: transparent; cursor: pointer; }
.nav a { display: inline-flex; align-items: center; }
.nav a:hover, .sound-toggle:hover { color: var(--ink); border-color: var(--line); background: rgba(255, 255, 255, .04); }
.sound-toggle { border-color: var(--line-strong); color: var(--ink); background: rgba(255, 255, 255, .045); }

main { position: relative; z-index: 2; isolation: isolate; }
section { position: relative; padding: 106px 32px; }
.container { width: min(100%, var(--max)); margin: 0 auto; }
h1, h2, h3, p { margin-top: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; content: ""; background: currentColor; }

.hero {
  overflow: hidden;
  min-height: 95svh;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, 1.05fr);
  align-items: end;
  gap: 42px;
  padding: 120px 32px 52px;
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 18%, rgba(100,239,255,.16) 22%, transparent 33%),
    linear-gradient(285deg, transparent 0 44%, rgba(188,255,82,.11) 49%, transparent 61%),
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.1), transparent 32rem);
  animation: heroSweep 8s ease-in-out infinite alternate;
}
@keyframes heroSweep { from { transform: translateX(-4%) skewX(-4deg); opacity: .62; } to { transform: translateX(4%) skewX(4deg); opacity: 1; } }
.hero-copy { max-width: 720px; }
h1 { margin-bottom: 22px; font-size: 6.2rem; line-height: .92; font-weight: 950; text-wrap: balance; }
h1 span { display: block; }
.hero-copy p:not(.eyebrow) { max-width: 640px; margin-bottom: 32px; color: var(--muted); font-size: 1.08rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(255, 255, 255, .045); cursor: pointer; }
.btn::after { width: 16px; height: 16px; content: ""; background: currentColor; clip-path: polygon(15% 44%, 68% 44%, 46% 22%, 58% 10%, 100% 52%, 58% 94%, 46% 82%, 69% 60%, 15% 60%); transition: transform .2s ease; }
.btn:hover::after { transform: translateX(4px); }
.btn.primary { color: #090907; border-color: transparent; background: linear-gradient(135deg, var(--green), var(--cyan)); }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-metrics span { min-height: 74px; padding: 15px 16px 15px 0; border-right: 1px solid var(--line); color: var(--subtle); font-size: .84rem; line-height: 1.55; }
.hero-metrics span:last-child { border-right: 0; }
.hero-metrics strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 1.05rem; }

.hero-stage { position: relative; min-height: 640px; perspective: 1100px; }
.orbit { position: absolute; inset: 8% 5% 7%; border: 1px solid rgba(100, 239, 255, .2); border-radius: 50%; transform: rotate(-9deg); animation: slowSpin 18s linear infinite; }
.orbit::before, .orbit::after { position: absolute; content: ""; border: inherit; border-radius: inherit; }
.orbit::before { inset: 10%; border-color: rgba(255, 108, 74, .24); transform: rotate(28deg); }
.orbit::after { inset: 22%; border-color: rgba(188, 255, 82, .22); transform: rotate(-18deg); }
@keyframes slowSpin { to { transform: rotate(351deg); } }
.stage-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .28s ease, border-color .28s ease; }
.card-main { top: 9%; right: 1%; width: min(78%, 560px); aspect-ratio: 1.08; animation: floatOne 7.5s ease-in-out infinite; }
.card-flat { left: 2%; bottom: 6%; width: min(48%, 320px); aspect-ratio: .82; animation: floatTwo 8.6s ease-in-out infinite; }
.card-video { right: 9%; bottom: -1%; width: min(34%, 245px); aspect-ratio: .72; animation: floatThree 8.2s ease-in-out infinite; }
@keyframes floatOne { 50% { transform: translateY(-18px) rotateX(2deg) rotateY(-2deg); } }
@keyframes floatTwo { 50% { transform: translateY(14px) rotateX(-2deg) rotateY(3deg); } }
@keyframes floatThree { 50% { transform: translateY(-12px) rotateZ(1deg); } }
.hotspot { position: absolute; z-index: 6; width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 10px rgba(188,255,82,.12), 0 0 24px rgba(188,255,82,.75); cursor: pointer; animation: pulse 1.9s ease-in-out infinite; }
.hotspot::after { position: absolute; inset: 5px; border-radius: inherit; content: ""; background: #080806; }
.hotspot-a { left: 60%; top: 35%; }
.hotspot-b { left: 26%; top: 67%; animation-delay: -.5s; }
.hotspot-c { right: 22%; bottom: 18%; animation-delay: -1s; }
@keyframes pulse { 50% { box-shadow: 0 0 0 18px rgba(188,255,82,.03), 0 0 32px rgba(100,239,255,.72); } }
.tip-bubble { position: absolute; left: 50%; bottom: 7%; z-index: 8; max-width: 330px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); color: var(--ink); background: rgba(8, 8, 6, .65); backdrop-filter: blur(14px); transform: translateX(-50%); font-size: .88rem; line-height: 1.55; }

.visual { position: relative; width: 100%; height: 100%; overflow: hidden; background: #f3f0e8; }
.visual::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(120deg, transparent 34%, rgba(255,255,255,.45), transparent 58%); transform: translateX(-120%); animation: sheen 5s ease-in-out infinite; }
.visual.media-video::after,
.modal-visual.media-video::after {
  display: none;
}
@keyframes sheen { 0%, 38% { transform: translateX(-120%); } 76%, 100% { transform: translateX(120%); } }
.product-shot { background: linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px), linear-gradient(#fffdf5, #e9ece2); background-size: 34px 34px, 100% 100%; }
.shadow-oval { position: absolute; left: 31%; right: 31%; bottom: 10%; height: 9%; border-radius: 50%; background: rgba(0,0,0,.2); filter: blur(13px); }
.product-bottle { position: absolute; left: 50%; bottom: 17%; width: 24%; height: 54%; border-radius: 18px 18px 28px 28px; transform: translateX(-50%); background: linear-gradient(90deg, rgba(255,255,255,.84), rgba(255,255,255,.08) 20%, rgba(0,0,0,.16) 75%, rgba(255,255,255,.38)), linear-gradient(180deg, #fffdf6, #d8ded2); box-shadow: 0 32px 44px rgba(40,45,36,.23); }
.product-bottle::after { position: absolute; left: 18%; right: 18%; bottom: 26%; height: 23%; border: 1px solid rgba(0,0,0,.12); border-radius: 4px; content: ""; background: rgba(255,255,255,.36); }
.product-cap { position: absolute; left: 44%; top: 26%; width: 12%; height: 9%; border-radius: 8px 8px 3px 3px; background: linear-gradient(90deg, #d0d5cb, #fff, #aeb6a7); }
.prop { position: absolute; border-radius: var(--radius); box-shadow: 0 20px 32px rgba(0,0,0,.14); }
.prop-a { left: 12%; bottom: 20%; width: 20%; height: 15%; background: linear-gradient(135deg, #25231d, #6a5b45); transform: rotate(-11deg); }
.prop-b { right: 11%; top: 24%; width: 23%; height: 14%; border-radius: 50%; background: linear-gradient(135deg, #a7f4ff, #fff); transform: rotate(12deg); }
.flatlay-shot { background: linear-gradient(135deg, rgba(100,239,255,.22), transparent), #efeee7; }
.flatlay-shot span { position: absolute; border-radius: var(--radius); background: #fffdf4; box-shadow: 0 18px 35px rgba(46,42,34,.18); }
.flatlay-shot span:nth-child(1) { top: 10%; left: 13%; width: 44%; height: 28%; transform: rotate(-8deg); }
.flatlay-shot span:nth-child(2) { right: 10%; top: 24%; width: 32%; height: 45%; transform: rotate(9deg); background: #dde6dc; }
.flatlay-shot span:nth-child(3) { left: 18%; bottom: 11%; width: 52%; height: 25%; transform: rotate(5deg); background: #15140f; }
.flatlay-shot i { position: absolute; left: 19%; top: 47%; width: 24%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, var(--coral), #ffcf7b); box-shadow: 0 16px 28px rgba(255,108,74,.24); }
.scene-shot { background: linear-gradient(180deg, rgba(255,255,255,.42), transparent 44%), linear-gradient(135deg, #d9e5df 0 43%, #f3efe1 44% 100%); }
.scene-shot .arch { position: absolute; right: 9%; top: 14%; width: 38%; height: 58%; border-radius: 44% 44% 4px 4px; background: rgba(255,250,240,.55); }
.scene-shot .plant { position: absolute; left: 10%; bottom: 23%; width: 18%; height: 31%; border-radius: 70% 20% 70% 20%; background: linear-gradient(135deg, #22624c, var(--green)); transform: rotate(-24deg); }
.scene-shot .shelf { position: absolute; left: 8%; right: 8%; bottom: 20%; height: 13px; border-radius: 3px; background: #2c2921; box-shadow: 0 16px 26px rgba(0,0,0,.22); }
.buyer-shot { background: linear-gradient(180deg, rgba(0,0,0,.04), transparent), #efece2; }
.buyer-shot .phone { position: absolute; inset: 9% 18%; border: 8px solid #15140f; border-radius: 26px; background: linear-gradient(180deg, rgba(100,239,255,.18), transparent 48%), linear-gradient(135deg, #e6ded0, #f8f4e8); box-shadow: 0 28px 45px rgba(0,0,0,.25); }
.buyer-shot .person { position: absolute; left: 28%; right: 28%; bottom: 20%; height: 45%; border-radius: 45% 45% 16px 16px; background: linear-gradient(180deg, #6a5845, #181610); }
.buyer-shot .bag { position: absolute; right: 19%; bottom: 16%; width: 22%; height: 31%; border-radius: 5px; background: #fff8e7; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.retouch-shot { background: #12100d; }
.retouch-shot .half { position: absolute; top: 0; bottom: 0; width: 50%; overflow: hidden; }
.retouch-shot .bad { left: 0; background: linear-gradient(135deg, rgba(255,108,74,.25), transparent), repeating-linear-gradient(18deg, #7d776f 0 12px, #6f685f 12px 24px); filter: saturate(.6); }
.retouch-shot .good { right: 0; background: linear-gradient(180deg, rgba(188,255,82,.14), transparent 45%), linear-gradient(135deg, #e8efe7, #fff8ec); }
.retouch-shot .same-product { position: absolute; left: 50%; bottom: 18%; width: 25%; height: 42%; border-radius: 6px; transform: translateX(-50%); background: linear-gradient(90deg, #f8edd8 0 49%, #fff9ec 50%); box-shadow: 0 20px 36px rgba(0,0,0,.24); }
.retouch-shot .divider { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--green); box-shadow: 0 0 20px rgba(188,255,82,.8); }
.video-shot { background: #0e0d0a; }
.video-shot span { position: absolute; top: 8%; bottom: 8%; width: 25%; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: linear-gradient(180deg, #242119, #0e0d0a); animation: videoPulse 3.9s ease-in-out infinite; }
.video-shot span:nth-child(1) { left: 7%; }
.video-shot span:nth-child(2) { left: 37.5%; animation-delay: -1.2s; }
.video-shot span:nth-child(3) { right: 7%; animation-delay: -2.1s; }
.video-shot span::before { position: absolute; left: 31%; right: 31%; top: 24%; height: 36%; border-radius: 12px; content: ""; background: linear-gradient(180deg, #fff8e8, #bac7b7); }
.video-shot i { position: absolute; left: 14%; right: 14%; bottom: 14%; height: 4px; background: linear-gradient(90deg, var(--coral), var(--green)); transform-origin: left center; animation: progressLine 3.2s linear infinite; }
@keyframes videoPulse { 50% { transform: translateY(-10px); } }
@keyframes progressLine { from { transform: scaleX(.08); } to { transform: scaleX(1); } }

.marquee { overflow: hidden; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.marquee-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.marquee span { display: inline-flex; align-items: center; padding: 0 28px; color: var(--muted); font-size: .9rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.marquee span::before { width: 7px; height: 7px; margin-right: 18px; content: ""; background: var(--cyan); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, .42fr); gap: 36px; align-items: end; margin-bottom: 42px; }
.section-head h2, .studio-copy h2, .compare-copy h2, .contact-panel h2 { margin-bottom: 0; font-size: 3.25rem; line-height: 1.03; text-wrap: balance; }
.section-head p, .studio-copy p, .compare-copy p, .contact-panel p { margin-bottom: 0; color: var(--muted); line-height: 1.78; }

.studio-section { padding-top: 96px; background: linear-gradient(180deg, rgba(255,255,255,.03), transparent); }
.studio-layout { display: grid; grid-template-columns: minmax(320px, .48fr) minmax(440px, .82fr); gap: 36px; align-items: center; }
.studio-copy p { margin-bottom: 24px; }
.studio-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 18px; }
.studio-tab, .filter-btn, .fx-toggle { min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); background: rgba(255,255,255,.035); cursor: pointer; }
.studio-tab.is-active, .filter-btn.is-active, .fx-toggle.is-active { color: #090907; border-color: transparent; background: var(--green); }
.control-grid { display: grid; gap: 12px; }
.control-grid label { display: grid; gap: 8px; padding: 13px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: rgba(255,255,255,.03); }
.control-grid input { width: 100%; accent-color: var(--green); }
.studio-preview { width: min(100%, 560px); justify-self: center; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #0d0c09; box-shadow: var(--shadow); transition: width .25s ease; }
.studio-preview[data-mode="buyer"] { width: min(100%, 380px); }
.preview-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 900; }
.preview-dots { display: flex; gap: 7px; }
.preview-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.preview-dots i:nth-child(2) { background: var(--green); }
.preview-dots i:nth-child(3) { background: var(--coral); }
.preview-screen { position: relative; min-height: 0; aspect-ratio: 1 / 1; overflow: hidden; background: #f5f1e7; isolation: isolate; transition: aspect-ratio .25s ease; }
.studio-preview[data-mode="main"] .preview-screen,
.studio-preview[data-mode="scene"] .preview-screen,
.studio-preview[data-mode="model"] .preview-screen { aspect-ratio: 1 / 1; }
.studio-preview[data-mode="buyer"] .preview-screen { aspect-ratio: 9 / 16; }
.preview-screen::before { position: absolute; inset: 0; z-index: 3; content: ""; pointer-events: none; opacity: .08; background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 46%); }
.studio-real-image { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: none; transform: none; transition: opacity .25s ease, object-position .25s ease; }
.preview-bg { position: absolute; inset: 0; z-index: 2; opacity: 0; pointer-events: none; transition: opacity .25s ease, background .25s ease; background: transparent; }
.studio-preview[data-mode="scene"] .preview-bg { background: linear-gradient(135deg, #d8e6df 0 42%, #f5ecd9 43% 100%); }
.studio-preview[data-mode="buyer"] .preview-bg { background: linear-gradient(135deg, #e8ded0, #faf2e4 48%, #cadbd4); }
.studio-preview[data-mode="model"] .preview-bg { background: linear-gradient(135deg, #10100c, #29251a 50%, #0c0b09); }
.studio-preview[data-mode="video"] .preview-bg { background: linear-gradient(135deg, #10100c, #29251a 50%, #0c0b09); }
.studio-preview.has-real-image .preview-bg { display: none; }
.studio-preview.has-real-image .preview-screen::before { display: none; }
.studio-preview.has-real-image .preview-product,
.studio-preview.has-real-image .preview-prop { display: none; }
.studio-preview.has-real-image.fx-person .preview-screen::after { display: none; }
.studio-preview[data-mode="buyer"] .studio-real-image { object-position: center 18%; }
.studio-preview[data-mode="model"] .studio-real-image { object-position: center; }
.studio-preview[data-mode="video"] .studio-real-image { object-position: center; }
.preview-product { position: absolute; z-index: 3; left: 50%; bottom: 15%; width: 18%; min-width: 86px; height: 50%; border-radius: 18px 18px 28px 28px; transform: translateX(-50%); background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,.12) 24%, rgba(0,0,0,.2) 74%, rgba(255,255,255,.4)), linear-gradient(180deg, #fffdf5, #d8ded0); box-shadow: 0 34px 46px rgba(0,0,0,.24); filter: saturate(var(--sharp-power)) contrast(var(--sharp-power)); transition: filter .25s ease, transform .25s ease; }
.preview-product i { position: absolute; left: 18%; right: 18%; bottom: 27%; height: 22%; border: 1px solid rgba(0,0,0,.14); border-radius: 4px; background: rgba(255,255,255,.36); }
.preview-product span { position: absolute; left: 26%; right: 26%; top: -14%; height: 16%; border-radius: 8px 8px 3px 3px; background: linear-gradient(90deg, #cdd4ca, #fff, #aeb6a7); }
.preview-prop { position: absolute; z-index: 2; border-radius: var(--radius); background: rgba(255,255,255,.6); box-shadow: 0 18px 34px rgba(0,0,0,.16); transition: opacity .2s ease, transform .2s ease; }
.preview-prop.one { left: 13%; bottom: 18%; width: 21%; height: 14%; transform: rotate(-12deg); background: linear-gradient(135deg, #29261f, #7a6a4c); }
.preview-prop.two { right: 12%; top: 22%; width: 18%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), #fff); }
.studio-preview.fx-clean .preview-prop.one { opacity: .18; transform: translateY(22px) rotate(-18deg) scale(.86); }
.studio-preview.fx-person .preview-screen::after { position: absolute; z-index: 1; left: 16%; bottom: 13%; width: 17%; height: 44%; border-radius: 48% 48% 16px 16px; content: ""; background: linear-gradient(180deg, #6e5843, #19160f); box-shadow: 0 20px 38px rgba(0,0,0,.2); }
.studio-preview.fx-motion .preview-product { animation: productBeat 1.2s ease-in-out infinite; }
.studio-preview.has-real-image.fx-motion .studio-real-image { animation: realPreviewPulse 1.4s ease-in-out infinite; }
@keyframes productBeat { 50% { transform: translateX(-50%) translateY(-8px) scale(1.03); } }
@keyframes realPreviewPulse { 50% { transform: scale(1.015); } }
.scanline { position: absolute; z-index: 5; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--green), transparent); box-shadow: 0 0 24px rgba(188,255,82,.8); animation: scan 3.2s ease-in-out infinite; }
@keyframes scan { 0% { transform: translateY(0); } 50% { transform: translateY(500px); } 100% { transform: translateY(0); } }
.preview-caption { position: absolute; z-index: 6; left: 18px; bottom: 18px; display: grid; gap: 4px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); color: var(--ink); background: rgba(8,8,6,.55); backdrop-filter: blur(12px); }
.preview-caption span { color: var(--muted); font-size: .84rem; }
.toggle-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.work-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); transform-style: preserve-3d; transition: opacity .2s ease, transform .2s ease, border-color .2s ease; }
.work-card.is-hidden { display: none; }
.work-card:hover { border-color: rgba(100,239,255,.46); }
.work-card .visual { aspect-ratio: 4 / 5; border-bottom: 1px solid var(--line); }
.work-meta { display: grid; gap: 8px; padding: 18px; }
.work-meta span { color: var(--green); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.work-meta h3 { margin-bottom: 0; font-size: 1.22rem; line-height: 1.25; }
.work-meta p { margin-bottom: 0; color: var(--muted); font-size: .92rem; line-height: 1.62; }
.open-case { position: absolute; top: 12px; right: 12px; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); color: var(--ink); background: rgba(8,8,6,.48); backdrop-filter: blur(10px); cursor: pointer; opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
.work-card:hover .open-case, .open-case:focus-visible { opacity: 1; transform: translateY(0); }

.compare-section { background: linear-gradient(180deg, rgba(255,255,255,.035), transparent); }
.compare-layout { display: grid; grid-template-columns: minmax(0, .48fr) minmax(420px, .82fr); gap: 36px; align-items: center; }
.compare-copy p { margin-top: 18px; }
.cap-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.cap-list span { padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.before-after { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); aspect-ratio: 16 / 10; background: #eee8dc; box-shadow: var(--shadow); }
.before-after .layer { position: absolute; inset: 0; }
.before-scene { background: linear-gradient(135deg, rgba(255,108,74,.24), transparent), repeating-linear-gradient(23deg, #8f887f 0 16px, #7e786f 16px 32px); filter: saturate(.72) contrast(.9); }
.after-scene { width: var(--split, 58%); overflow: hidden; border-right: 2px solid var(--green); background: linear-gradient(180deg, rgba(100,239,255,.12), transparent 44%), linear-gradient(135deg, #e6eee9, #fff5df); }
.compare-product { position: absolute; left: 50%; bottom: 17%; width: 18%; height: 43%; border-radius: 5px; transform: translateX(-50%); background: linear-gradient(90deg, #eee2c9, #fff7e6); box-shadow: 0 22px 38px rgba(0,0,0,.28); }
.compare-product::before { position: absolute; left: 18%; right: 18%; top: -12%; height: 26%; border: 4px solid #efe4d0; border-bottom: 0; border-radius: 50% 50% 0 0; content: ""; }
.mess { position: absolute; width: 16%; height: 13%; border-radius: var(--radius); background: rgba(30,28,23,.55); }
.mess.a { left: 12%; top: 22%; transform: rotate(-11deg); }
.mess.b { right: 13%; bottom: 18%; transform: rotate(8deg); }
.clean-prop { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(188,255,82,.9), rgba(100,239,255,.58)); }
.clean-prop.a { right: 16%; top: 18%; width: 13%; aspect-ratio: 1; }
.clean-prop.b { left: 12%; bottom: 20%; width: 20%; height: 7%; border-radius: 999px; background: rgba(255,255,255,.62); }
.split-handle { position: absolute; z-index: 7; left: var(--split, 58%); top: 0; bottom: 0; width: 44px; transform: translateX(-50%); cursor: ew-resize; touch-action: none; }
.split-handle::before { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; content: ""; transform: translateX(-50%); background: var(--green); box-shadow: 0 0 24px rgba(188,255,82,.8); }
.split-handle::after { position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; content: ""; transform: translate(-50%, -50%); background: rgba(8,8,6,.54); backdrop-filter: blur(8px); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.split-handle:hover::after,
.split-handle:focus-visible::after { border-color: rgba(188,255,82,.82); background: rgba(8,8,6,.72); transform: translate(-50%, -50%) scale(1.08); }
.compare-zoom { position: absolute; right: 18px; top: 18px; z-index: 9; min-height: 36px; padding: 0 13px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); color: var(--ink); background: rgba(8,8,6,.58); backdrop-filter: blur(12px); cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.compare-zoom:hover,
.compare-zoom:focus-visible { border-color: rgba(188,255,82,.78); background: rgba(8,8,6,.78); transform: translateY(-2px); }
.range-wrap { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 8; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); background: rgba(8,8,6,.54); backdrop-filter: blur(14px); }
.range-wrap span { font-size: .78rem; font-weight: 900; }
.range-wrap input { width: 100%; accent-color: var(--green); }

.motion-section { background: #0a0a07; }
.motion-stage { display: grid; grid-template-columns: minmax(340px, .68fr) minmax(260px, .32fr); gap: 16px; align-items: stretch; margin-bottom: 16px; }
.motion-preview { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(135deg, #11100c, #292417); box-shadow: var(--shadow); }
.motion-preview span { position: absolute; top: 13%; bottom: 13%; width: 22%; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: linear-gradient(180deg, rgba(100,239,255,.18), transparent), #14130f; animation: floatThree 3.8s ease-in-out infinite; }
.motion-preview span:nth-child(1) { left: 12%; }
.motion-preview span:nth-child(2) { left: 39%; animation-delay: -1s; }
.motion-preview span:nth-child(3) { right: 12%; animation-delay: -2s; }
.motion-preview i { position: absolute; left: 12%; right: 12%; bottom: 12%; height: 4px; background: linear-gradient(90deg, var(--coral), var(--green), var(--cyan)); transform-origin: left center; animation: progressLine 2.8s linear infinite; }
.motion-preview[data-active="1"] { background: linear-gradient(135deg, #16120d, #3a301f); }
.motion-preview[data-active="2"] { background: linear-gradient(135deg, #101615, #263f3b); }
.motion-preview[data-active="3"] { background: linear-gradient(135deg, #17120f, #2d2118); }
.motion-info { display: grid; align-content: end; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.motion-info strong { color: var(--green); }
.motion-info p { margin-bottom: 0; color: var(--muted); line-height: 1.72; }
.reel-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 12px; overflow-x: auto; padding-bottom: 8px; cursor: grab; scrollbar-color: var(--green) transparent; }
.reel-strip.is-dragging { cursor: grabbing; }
.reel-card { display: grid; gap: 14px; min-height: 180px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); text-align: left; cursor: pointer; }
.reel-card.is-active { border-color: rgba(188,255,82,.72); background: rgba(188,255,82,.08); }
.reel-card span { display: block; min-height: 112px; border-radius: var(--radius); background: linear-gradient(135deg, rgba(100,239,255,.2), rgba(255,108,74,.2)), #15130f; position: relative; overflow: hidden; }
.reel-card span::after { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 3px; content: ""; background: linear-gradient(90deg, var(--coral), var(--green)); animation: progressLine 3s linear infinite; }
.reel-card strong { font-size: 1rem; }

.process-section { background: linear-gradient(180deg, transparent, rgba(100,239,255,.05), transparent); }
.process-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { min-height: 260px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); transition: background .35s ease, transform .35s ease, border-color .35s ease; }
.process-card.is-step-active { background: rgba(188,255,82,.08); border-color: rgba(188,255,82,.35); transform: translateY(-4px); }
.process-card strong { display: block; margin-bottom: 72px; color: var(--green); }
.process-card h3 { margin-bottom: 12px; font-size: 1.18rem; }
.process-card p { margin-bottom: 0; color: var(--muted); line-height: 1.68; }

.contact-section { padding-bottom: 44px; }
.contact-panel { display: grid; grid-template-columns: minmax(0, .82fr) minmax(270px, .38fr); gap: 28px; align-items: end; padding: 34px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(135deg, rgba(188,255,82,.1), transparent 28%), linear-gradient(315deg, rgba(255,108,74,.13), transparent 32%), rgba(255,255,255,.035); }
.contact-panel h2 { margin-bottom: 16px; }
.contact-links { display: grid; gap: 10px; }
.contact-links a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(0,0,0,.2); }
.contact-links a::after { width: 14px; height: 14px; content: ""; background: var(--cyan); clip-path: polygon(0 44%, 68% 44%, 44% 18%, 58% 6%, 100% 50%, 58% 94%, 44% 82%, 68% 56%, 0 56%); }
footer { position: relative; z-index: 2; padding: 22px 32px 34px; color: var(--subtle); font-size: .84rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; width: min(100%, var(--max)); margin: 0 auto; padding-top: 20px; border-top: 1px solid var(--line); }

.case-modal { position: absolute; left: var(--modal-scroll-x, 0px); top: var(--modal-scroll-y, 0px); width: var(--modal-vw, 100vw); height: var(--modal-vh, 100vh); z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.72); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.case-modal.is-open { opacity: 1; pointer-events: auto; }
.modal-card { position: relative; display: grid; grid-template-columns: minmax(260px, .65fr) minmax(260px, .35fr); width: min(920px, calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #0d0c09; box-shadow: var(--shadow); transform: translateY(18px) scale(.98); transform-origin: clamp(0px, calc(var(--modal-origin-x, 50vw) - 50vw + 50%), 100%) clamp(0px, calc(var(--modal-origin-y, 50vh) - 50vh + 50%), 100%); transition: transform .22s ease; }
.case-modal.is-open .modal-card { transform: translateY(0) scale(1); }
.modal-visual { min-height: 430px; }
.modal-text { display: grid; align-content: end; gap: 12px; padding: 24px; }
.modal-text span { color: var(--green); font-size: .78rem; font-weight: 900; }
.modal-text h3 { margin-bottom: 0; font-size: 1.9rem; }
.modal-text p { margin-bottom: 0; color: var(--muted); line-height: 1.72; }
.modal-close { position: absolute; right: 22px; top: 22px; z-index: 2; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(8,8,6,.72); cursor: pointer; }
.modal-close::before, .modal-close::after { position: absolute; left: 13px; right: 13px; top: 21px; height: 2px; content: ""; background: var(--ink); }
.modal-close::before { transform: rotate(45deg); }
.modal-close::after { transform: rotate(-45deg); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.magnetic { transition: transform .18s ease; }

@media (max-width: 1060px) {
  .hero, .studio-layout, .compare-layout, .motion-stage, .contact-panel { grid-template-columns: 1fr; }
  .hero-stage { min-height: 560px; }
  h1 { font-size: 4.6rem; }
  .section-head h2, .studio-copy h2, .compare-copy h2, .contact-panel h2 { font-size: 2.65rem; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .cursor-dot, .cursor-ring { display: none; }
  .site-header { position: sticky; padding: 14px 16px; }
  .nav { display: none; }
  .sound-toggle { min-height: 34px; font-size: .78rem; }
  section { padding: 74px 18px; }
  .hero { min-height: auto; padding: 50px 18px 72px; }
  h1 { font-size: 3.18rem; line-height: .98; }
  .hero-copy p:not(.eyebrow) { font-size: 1rem; }
  .hero-metrics, .work-grid, .process-timeline, .cap-list { grid-template-columns: 1fr; }
  .hero-metrics span { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-metrics span:last-child { border-bottom: 0; }
  .hero-stage { min-height: 430px; }
  .card-main { width: 84%; right: -4%; }
  .card-flat { width: 48%; left: 0; }
  .card-video { width: 36%; right: 3%; }
  .tip-bubble { left: 18px; right: 18px; bottom: 0; transform: none; max-width: none; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head h2, .studio-copy h2, .compare-copy h2, .contact-panel h2 { font-size: 2.24rem; }
  .studio-layout { gap: 26px; }
  .studio-preview { width: min(100%, 390px); }
  .studio-preview[data-mode="buyer"] { width: min(100%, 340px); }
  .preview-screen { min-height: 0; }
  .before-after { aspect-ratio: 1 / 1.1; }
  .range-wrap { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; }
  .motion-preview { min-height: 340px; }
  .reel-strip { grid-auto-columns: minmax(190px, 78vw); }
  .modal-card { grid-template-columns: 1fr; width: calc(100vw - 36px); max-height: calc(100vh - 36px); }
  .modal-visual { min-height: 320px; }
  .contact-panel { padding: 20px; }
  .footer-inner { flex-direction: column; }
}

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


.media-shot {
  background: #0e0d0a;
}
.media-shot img,
.media-shot video,
.motion-preview-video,
.reel-card img,
.reel-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.media-shot video,
.motion-preview-video,
.reel-card video {
  background: #0e0d0a;
}
.uploaded-work-grid .work-card .media-shot {
  aspect-ratio: 4 / 5;
}
.uploaded-motion-preview {
  background: #0e0d0a;
}
.uploaded-motion-preview .motion-preview-video,
.uploaded-motion-preview > img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.uploaded-motion-preview::after {
  display: none;
}
.uploaded-motion-preview i {
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  opacity: .82;
}
.reel-card span img,
.reel-card span video {
  border-radius: var(--radius);
}
.modal-visual.media-shot,
.modal-visual .media-shot {
  background: #0e0d0a;
}
.modal-visual img,
.modal-visual video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.real-before-after {
  background: #0b0a08;
}
.real-before-layer,
.real-after-layer {
  background: #0b0a08;
}
.real-before-layer img,
.real-after-layer img {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--compare-px, 100%);
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
}
.real-after-layer {
  box-shadow: 10px 0 34px rgba(188,255,82,.22);
}
.compare-thumb {
  position: relative;
  background: #0b0a08;
}
.compare-thumb img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.compare-before-img {
  left: 0;
  filter: saturate(.82) contrast(.92);
}
.compare-after-img {
  right: 0;
}
.compare-thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  content: "";
  background: var(--green);
  box-shadow: 0 0 18px rgba(188,255,82,.85);
}


.work-card {
  cursor: pointer;
}
.work-card .media-shot img,
.work-card .media-shot video,
.reel-card video {
  pointer-events: none;
}
.modal-visual video {
  pointer-events: auto;
}
.case-modal.is-image-case {
  display: grid;
  place-items: center;
  padding: 18px;
}
.case-modal.is-image-case .modal-card {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  width: auto;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(14px) scale(.96);
  transform-origin: center center;
}
.case-modal.is-image-case.is-open .modal-card {
  transform: translateY(0) scale(1);
}
.case-modal.is-image-case .modal-visual,
.case-modal.is-image-case .modal-visual.media-shot {
  width: auto;
  height: auto;
  min-height: 0;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  overflow: visible;
  background: transparent;
}
.case-modal.is-image-case .modal-visual::after {
  display: none;
}
.case-modal.is-image-case .modal-visual img {
  width: auto;
  height: auto;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  display: block;
  object-fit: contain;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: 0 24px 80px rgba(0,0,0,.48);
}
.case-modal.is-image-case .modal-text {
  display: none;
}
.case-modal.is-video-case {
  padding: 18px;
}
.case-modal.is-video-case .modal-card {
  display: block;
  width: min(calc((100vh - 36px) * 9 / 16), calc(100vw - 36px), 430px);
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: 0 24px 80px rgba(0,0,0,.48);
  transform-origin: center center;
}
.case-modal.is-video-case .modal-visual,
.case-modal.is-video-case .modal-visual.media-shot {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}
.case-modal.is-video-case .modal-visual::after {
  display: none;
}
.case-modal.is-video-case .modal-visual video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: transparent;
  transform: scale(1.025);
}
.case-modal.is-video-case .modal-text {
  display: none;
}
/* 9:16 vertical video player in the video showcase section */
.motion-stage {
  grid-template-columns: minmax(260px, 420px) minmax(260px, 1fr);
  align-items: center;
}
.motion-preview {
  width: min(100%, 380px);
  aspect-ratio: 9 / 16;
  min-height: 0;
  justify-self: center;
}
.uploaded-motion-preview .motion-preview-video {
  object-fit: cover;
}
@media (max-width: 1060px) {
  .motion-stage {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .motion-info {
    width: min(100%, 520px);
  }
}
@media (max-width: 760px) {
  .motion-preview {
    width: min(100%, 340px);
    min-height: 0;
  }
}

/* Stacked video cards beside the main player */
.motion-stage {
  grid-template-columns: minmax(260px, 420px) minmax(320px, 1fr);
  gap: 46px;
  align-items: center;
  margin-bottom: 0;
}
.motion-side {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 700px;
}
.motion-info {
  width: min(100%, 420px);
  padding: 0;
  border: 0;
  background: transparent;
}
.motion-info strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}
.reel-strip {
  position: relative;
  display: block;
  width: min(100%, 540px);
  min-height: 680px;
  overflow: visible;
  padding: 0;
  cursor: default;
  scrollbar-width: none;
}
.reel-strip::-webkit-scrollbar {
  display: none;
}
.reel-card {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  gap: 12px;
  width: min(255px, 68vw);
  min-height: 0;
  padding: 12px;
  border-color: rgba(255,255,255,.2);
  background: rgba(18,17,13,.82);
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
  transform-origin: center;
  transition: transform .35s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
  animation: reelCardGlow 4.8s ease-in-out infinite;
}
.reel-card:nth-child(1) {
  z-index: 7;
  transform: translate3d(0, 8px, 0) rotate(-4deg);
}
.reel-card:nth-child(2) {
  z-index: 6;
  transform: translate3d(44px, 44px, 0) rotate(5deg);
  animation-delay: -1.1s;
}
.reel-card:nth-child(3) {
  z-index: 5;
  transform: translate3d(88px, 80px, 0) rotate(-2deg);
  animation-delay: -2.2s;
}
.reel-card:nth-child(4) {
  z-index: 4;
  transform: translate3d(132px, 116px, 0) rotate(4deg);
  animation-delay: -3.3s;
}
.reel-card:nth-child(5) {
  z-index: 3;
  transform: translate3d(176px, 152px, 0) rotate(-3deg);
  animation-delay: -4.4s;
}
.reel-card:nth-child(6) {
  z-index: 2;
  transform: translate3d(220px, 188px, 0) rotate(3deg);
  animation-delay: -5.5s;
}
.reel-card:nth-child(7) {
  z-index: 1;
  transform: translate3d(264px, 224px, 0) rotate(-2deg);
  animation-delay: -6.6s;
}
.reel-card:nth-child(1):hover {
  transform: translate3d(0, 8px, 0) rotate(-4deg) scale(1.035);
}
.reel-card:nth-child(2):hover {
  transform: translate3d(44px, 44px, 0) rotate(5deg) scale(1.035);
}
.reel-card:nth-child(3):hover {
  transform: translate3d(88px, 80px, 0) rotate(-2deg) scale(1.035);
}
.reel-card:nth-child(4):hover {
  transform: translate3d(132px, 116px, 0) rotate(4deg) scale(1.035);
}
.reel-card:nth-child(5):hover {
  transform: translate3d(176px, 152px, 0) rotate(-3deg) scale(1.035);
}
.reel-card:nth-child(6):hover {
  transform: translate3d(220px, 188px, 0) rotate(3deg) scale(1.035);
}
.reel-card:nth-child(7):hover {
  transform: translate3d(264px, 224px, 0) rotate(-2deg) scale(1.035);
}
.reel-card.is-active {
  z-index: 8;
  border-color: rgba(188,255,82,.78);
  background: rgba(188,255,82,.1);
  box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 34px rgba(188,255,82,.2);
  transform: translate3d(30px, 22px, 0) rotate(0deg) scale(1.04);
}
.reel-card.is-active:hover {
  transform: translate3d(30px, 22px, 0) rotate(0deg) scale(1.06);
}
.reel-card:hover {
  border-color: rgba(100,239,255,.62);
  background: rgba(100,239,255,.07);
  box-shadow: 0 26px 78px rgba(0,0,0,.5), 0 0 24px rgba(100,239,255,.16);
}
.reel-card span {
  min-height: 0;
  aspect-ratio: 9 / 16;
}
.reel-card strong {
  font-size: .95rem;
}
@keyframes reelCardGlow {
  50% {
    box-shadow: 0 28px 78px rgba(0,0,0,.52), 0 0 28px rgba(100,239,255,.14);
  }
}
@media (max-width: 1060px) {
  .motion-stage {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
  }
  .motion-side {
    width: min(100%, 520px);
    min-height: 640px;
    justify-items: center;
  }
  .motion-info {
    width: min(100%, 430px);
  }
  .reel-strip {
    width: min(100%, 470px);
    min-height: 620px;
  }
  .reel-card {
    width: min(230px, 64vw);
  }
  .reel-card:nth-child(2) {
    transform: translate3d(36px, 38px, 0) rotate(5deg);
  }
  .reel-card:nth-child(3) {
    transform: translate3d(72px, 68px, 0) rotate(-2deg);
  }
  .reel-card:nth-child(4) {
    transform: translate3d(108px, 98px, 0) rotate(4deg);
  }
  .reel-card:nth-child(5) {
    transform: translate3d(144px, 128px, 0) rotate(-3deg);
  }
  .reel-card:nth-child(6) {
    transform: translate3d(180px, 158px, 0) rotate(3deg);
  }
  .reel-card:nth-child(7) {
    transform: translate3d(216px, 188px, 0) rotate(-2deg);
  }
  .reel-card:nth-child(2):hover {
    transform: translate3d(36px, 38px, 0) rotate(5deg) scale(1.035);
  }
  .reel-card:nth-child(3):hover {
    transform: translate3d(72px, 68px, 0) rotate(-2deg) scale(1.035);
  }
  .reel-card:nth-child(4):hover {
    transform: translate3d(108px, 98px, 0) rotate(4deg) scale(1.035);
  }
  .reel-card:nth-child(5):hover {
    transform: translate3d(144px, 128px, 0) rotate(-3deg) scale(1.035);
  }
  .reel-card:nth-child(6):hover {
    transform: translate3d(180px, 158px, 0) rotate(3deg) scale(1.035);
  }
  .reel-card:nth-child(7):hover {
    transform: translate3d(216px, 188px, 0) rotate(-2deg) scale(1.035);
  }
  .reel-card.is-active {
    transform: translate3d(24px, 18px, 0) rotate(0deg) scale(1.04);
  }
  .reel-card.is-active:hover {
    transform: translate3d(24px, 18px, 0) rotate(0deg) scale(1.06);
  }
}
@media (max-width: 760px) {
  .motion-side {
    min-height: 500px;
  }
  .reel-strip {
    width: min(100%, 350px);
    min-height: 480px;
  }
  .reel-card {
    width: min(178px, 58vw);
  }
  .reel-card:nth-child(2) {
    transform: translate3d(26px, 28px, 0) rotate(5deg);
  }
  .reel-card:nth-child(3) {
    transform: translate3d(52px, 48px, 0) rotate(-2deg);
  }
  .reel-card:nth-child(4) {
    transform: translate3d(78px, 68px, 0) rotate(4deg);
  }
  .reel-card:nth-child(5) {
    transform: translate3d(104px, 88px, 0) rotate(-3deg);
  }
  .reel-card:nth-child(6) {
    transform: translate3d(130px, 108px, 0) rotate(3deg);
  }
  .reel-card:nth-child(7) {
    transform: translate3d(156px, 128px, 0) rotate(-2deg);
  }
  .reel-card:nth-child(2):hover {
    transform: translate3d(26px, 28px, 0) rotate(5deg) scale(1.035);
  }
  .reel-card:nth-child(3):hover {
    transform: translate3d(52px, 48px, 0) rotate(-2deg) scale(1.035);
  }
  .reel-card:nth-child(4):hover {
    transform: translate3d(78px, 68px, 0) rotate(4deg) scale(1.035);
  }
  .reel-card:nth-child(5):hover {
    transform: translate3d(104px, 88px, 0) rotate(-3deg) scale(1.035);
  }
  .reel-card:nth-child(6):hover {
    transform: translate3d(130px, 108px, 0) rotate(3deg) scale(1.035);
  }
  .reel-card:nth-child(7):hover {
    transform: translate3d(156px, 128px, 0) rotate(-2deg) scale(1.035);
  }
  .reel-card.is-active {
    transform: translate3d(18px, 14px, 0) rotate(0deg) scale(1.04);
  }
  .reel-card.is-active:hover {
    transform: translate3d(18px, 14px, 0) rotate(0deg) scale(1.06);
  }
}

/* Keep larger video collections inside the stacked track. */
.reel-card { transform: translate3d(var(--stack-x, 0), var(--stack-y, 8px), 0) rotate(var(--stack-r, -4deg)); }
.reel-card:nth-child(1) { --stack-x: 0px; --stack-y: 8px; --stack-r: -4deg; z-index: 10; }
.reel-card:nth-child(2) { --stack-x: 28px; --stack-y: 32px; --stack-r: 5deg; z-index: 9; }
.reel-card:nth-child(3) { --stack-x: 56px; --stack-y: 56px; --stack-r: -2deg; z-index: 8; }
.reel-card:nth-child(4) { --stack-x: 84px; --stack-y: 80px; --stack-r: 4deg; z-index: 7; }
.reel-card:nth-child(5) { --stack-x: 112px; --stack-y: 104px; --stack-r: -3deg; z-index: 6; }
.reel-card:nth-child(6) { --stack-x: 140px; --stack-y: 128px; --stack-r: 3deg; z-index: 5; }
.reel-card:nth-child(7) { --stack-x: 168px; --stack-y: 152px; --stack-r: -2deg; z-index: 4; }
.reel-card:nth-child(8) { --stack-x: 196px; --stack-y: 176px; --stack-r: 4deg; z-index: 3; animation-delay: -7.7s; }
.reel-card:nth-child(9) { --stack-x: 224px; --stack-y: 200px; --stack-r: -3deg; z-index: 2; animation-delay: -8.8s; }
.reel-card:nth-child(10) { --stack-x: 252px; --stack-y: 224px; --stack-r: 2deg; z-index: 1; animation-delay: -9.9s; }
.reel-card:hover { transform: translate3d(var(--stack-x, 0), var(--stack-y, 8px), 0) rotate(var(--stack-r, -4deg)) scale(1.035); }
.reel-card.is-active { z-index: 12; transform: translate3d(30px, 22px, 0) rotate(0deg) scale(1.04); }
.reel-card.is-active:hover { transform: translate3d(30px, 22px, 0) rotate(0deg) scale(1.06); }

@media (max-width: 1060px) {
  .reel-card:nth-child(1) { --stack-x: 0px; --stack-y: 8px; }
  .reel-card:nth-child(2) { --stack-x: 24px; --stack-y: 30px; }
  .reel-card:nth-child(3) { --stack-x: 48px; --stack-y: 52px; }
  .reel-card:nth-child(4) { --stack-x: 72px; --stack-y: 74px; }
  .reel-card:nth-child(5) { --stack-x: 96px; --stack-y: 96px; }
  .reel-card:nth-child(6) { --stack-x: 120px; --stack-y: 118px; }
  .reel-card:nth-child(7) { --stack-x: 144px; --stack-y: 140px; }
  .reel-card:nth-child(8) { --stack-x: 168px; --stack-y: 162px; }
  .reel-card:nth-child(9) { --stack-x: 192px; --stack-y: 184px; }
  .reel-card:nth-child(10) { --stack-x: 216px; --stack-y: 206px; }
  .reel-card.is-active { transform: translate3d(24px, 18px, 0) rotate(0deg) scale(1.04); }
  .reel-card.is-active:hover { transform: translate3d(24px, 18px, 0) rotate(0deg) scale(1.06); }
}

@media (max-width: 760px) {
  .reel-card:nth-child(1) { --stack-x: 0px; --stack-y: 8px; }
  .reel-card:nth-child(2) { --stack-x: 17px; --stack-y: 24px; }
  .reel-card:nth-child(3) { --stack-x: 34px; --stack-y: 40px; }
  .reel-card:nth-child(4) { --stack-x: 51px; --stack-y: 56px; }
  .reel-card:nth-child(5) { --stack-x: 68px; --stack-y: 72px; }
  .reel-card:nth-child(6) { --stack-x: 85px; --stack-y: 88px; }
  .reel-card:nth-child(7) { --stack-x: 102px; --stack-y: 104px; }
  .reel-card:nth-child(8) { --stack-x: 119px; --stack-y: 120px; }
  .reel-card:nth-child(9) { --stack-x: 136px; --stack-y: 136px; }
  .reel-card:nth-child(10) { --stack-x: 153px; --stack-y: 152px; }
  .reel-card.is-active { transform: translate3d(18px, 14px, 0) rotate(0deg) scale(1.04); }
  .reel-card.is-active:hover { transform: translate3d(18px, 14px, 0) rotate(0deg) scale(1.06); }
}




