:root {
  color-scheme: dark;
  --bg: #050403;
  --ink: #f1eadc;
  --muted: #9b9182;
  --line: rgba(241, 234, 220, 0.24);
  --panel: rgba(241, 234, 220, 0.06);
  --panel-strong: rgba(241, 234, 220, 0.13);
  --accent: #d7ff27;
  --hot: #ff3f17;
  --cool: #a59b8a;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.62);
  --radius: 2px;
  --max: 1180px;
  --progress: 0;
  --scene-x: 0;
  --scene-y: 0;
  --scene-spin: 0deg;
  --board-x: 0px;
  --board-y: 0px;
  --board-scale: 1;
  --director-progress: 0;
  --director-smooth: 0;
  --director-stage: 0;
  --director-dolly: 0px;
  --cursor-depth-x: 0;
  --cursor-depth-y: 0;
  --cursor-grid-x: 0px;
  --cursor-grid-y: 0px;
  --cursor-spot-x: 50%;
  --cursor-spot-y: 50%;
  --cursor-shift-x: 0px;
  --cursor-shift-y: 0px;
}

.nav-menu-toggle,
.mobile-menu {
  display: none;
}

.director-only {
  display: none !important;
}

body:not(.director-mode) .director-only {
  display: none !important;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 72px;
  background:
    radial-gradient(circle at 15% 12%, rgba(215, 255, 39, 0.12), transparent 24rem),
    radial-gradient(circle at 82% 20%, rgba(255, 63, 23, 0.12), transparent 26rem),
    linear-gradient(180deg, #050403 0%, #15110d 46%, #050403 100%);
  color: var(--ink);
  font-family:
    Archivo, "Arial Narrow", "Helvetica Neue Condensed", ui-sans-serif, system-ui,
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(241, 234, 220, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 234, 220, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  transform:
    translate3d(
      calc(var(--progress) * -16px + var(--cursor-grid-x)),
      calc(var(--progress) * 26px + var(--cursor-grid-y)),
      0
    );
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 60;
  content: "";
  pointer-events: none;
  opacity: 0.12;
  background:
    repeating-radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

body.director-mode {
  overflow-x: hidden;
  background:
    linear-gradient(rgba(128, 255, 174, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 255, 174, 0.055) 1px, transparent 1px),
    #20231f;
  background-size: 34px 34px;
  cursor: grab;
}

body.director-mode::after {
  opacity: 0.08;
  background:
    linear-gradient(rgba(241, 234, 220, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 234, 220, 0.04) 1px, transparent 1px);
  background-size: 152px 152px;
}

body.director-mode .director-only {
  display: grid !important;
}

body.director-mode .shoot-sequence {
  display: block !important;
}

body.director-mode .viewfinder-overlay {
  opacity: 0.32;
}

body.director-mode .production-overlay {
  color: rgba(241, 234, 220, 0.62);
}

body.director-mode main,
body.director-mode .site-footer {
  display: none;
}

body.director-mode {
  overflow-x: hidden;
  background: #050705;
}

body.director-mode img,
body.director-mode video {
  filter: none;
}

.director-smoke {
  position: fixed;
  inset: 0;
  z-index: 140;
  overflow: hidden;
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 63, 23, 0.12), transparent 24rem),
    radial-gradient(circle at 50% 56%, rgba(241, 234, 220, 0.1), transparent 30rem),
    #000;
  perspective: 1600px;
}

.director-door {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  align-items: center;
  width: 50.5%;
  padding: clamp(24px, 5vw, 74px);
  overflow: hidden;
  color: var(--hot);
  background:
    linear-gradient(90deg, rgba(255, 63, 23, 0.12), transparent 18%, transparent 82%, rgba(255, 63, 23, 0.08)),
    linear-gradient(180deg, #080807, #15120e 48%, #050403);
  border: 1px solid rgba(255, 63, 23, 0.28);
  box-shadow:
    inset 0 0 90px rgba(0, 0, 0, 0.78),
    0 0 70px rgba(0, 0, 0, 0.58);
  font-family: "Space Mono", monospace;
  font-size: clamp(1.15rem, 3.2vw, 3.8rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.director-door::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(241, 234, 220, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(241, 234, 220, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.36;
}

.director-door::after {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 86px;
  content: "";
  background: rgba(255, 63, 23, 0.78);
  box-shadow: 0 0 30px rgba(255, 63, 23, 0.42);
  transform: translateY(-50%);
}

.director-door strong {
  position: relative;
  z-index: 1;
  display: block;
  text-shadow: 0 0 24px rgba(255, 63, 23, 0.26);
}

.director-door-left {
  left: 0;
  justify-items: end;
  border-right-color: rgba(255, 63, 23, 0.54);
  transform-origin: 0 50%;
}

.director-door-left::after {
  right: 28px;
}

.director-door-right {
  right: 0;
  justify-items: start;
  border-left-color: rgba(255, 63, 23, 0.54);
  transform-origin: 100% 50%;
}

.director-door-right::after {
  left: 28px;
}

.director-smoke span {
  position: absolute;
  z-index: 2;
  width: 78vmax;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  background:
    radial-gradient(circle at 42% 48%, rgba(241, 234, 220, 0.82), transparent 0 22%, rgba(241, 234, 220, 0.42) 36%, transparent 64%),
    radial-gradient(circle at 62% 58%, rgba(255, 63, 23, 0.28), transparent 0 18%, rgba(255, 63, 23, 0.08) 40%, transparent 68%);
  filter: blur(26px);
  transform: translate3d(var(--smoke-x), var(--smoke-y), 0) scale(0.28) rotate(var(--smoke-r));
  will-change: transform, opacity;
}

.director-smoke span:nth-child(1) {
  --smoke-x: -28vw;
  --smoke-y: -22vh;
  --smoke-r: -18deg;
}

.director-smoke span:nth-child(2) {
  --smoke-x: 14vw;
  --smoke-y: -16vh;
  --smoke-r: 11deg;
}

.director-smoke span:nth-child(3) {
  --smoke-x: -8vw;
  --smoke-y: 20vh;
  --smoke-r: 24deg;
}

body.is-director-revealing .director-smoke {
  visibility: visible;
  animation: directorSmokeVeil 2.05s ease-in-out both;
}

body.is-director-revealing .director-smoke span {
  animation: directorSmokeCloud 2.05s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.is-director-revealing .director-smoke span:nth-child(2) {
  animation-delay: 90ms;
}

body.is-director-revealing .director-smoke span:nth-child(3) {
  animation-delay: 170ms;
}

body.is-director-revealing .director-door-left {
  animation: directorDoorLeft 2.35s cubic-bezier(0.2, 0.74, 0.22, 1) both;
}

body.is-director-revealing .director-door-right {
  animation: directorDoorRight 2.35s cubic-bezier(0.2, 0.74, 0.22, 1) both;
}

.video-vault-reveal {
  position: fixed;
  inset: 0;
  z-index: 142;
  display: grid;
  overflow: hidden;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(128, 255, 174, 0.08) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 50% 48%, rgba(128, 255, 174, 0.12), transparent 25rem),
    #000;
}

.video-vault-reveal::before,
.video-vault-reveal::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.video-vault-reveal::before {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(0deg, rgba(241, 234, 220, 0.12) 0 1px, transparent 1px 3px);
  mix-blend-mode: screen;
  opacity: 0;
}

.video-vault-reveal::after {
  z-index: 5;
  background:
    linear-gradient(transparent 0 44%, rgba(128, 255, 174, 0.36) 45%, transparent 46% 100%),
    linear-gradient(90deg, transparent, rgba(241, 234, 220, 0.16), transparent);
  opacity: 0;
  transform: translateY(-120%);
}

.video-reveal-grid {
  position: absolute;
  inset: 9vh 7vw;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(6px, 1.2vw, 14px);
  opacity: 0;
  transform: scale(1.08);
}

.video-reveal-grid span {
  min-height: 22vh;
  background:
    linear-gradient(180deg, rgba(128, 255, 174, 0.12), transparent 46%),
    repeating-linear-gradient(0deg, rgba(128, 255, 174, 0.11) 0 1px, transparent 1px 7px),
    #050705;
  border: 1px solid rgba(128, 255, 174, 0.26);
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.62);
}

.video-reveal-card {
  position: relative;
  z-index: 6;
  display: grid;
  gap: 8px;
  width: min(520px, calc(100vw - 36px));
  padding: clamp(18px, 3vw, 30px);
  color: rgba(241, 234, 220, 0.9);
  background: rgba(3, 5, 4, 0.86);
  border: 1px solid rgba(128, 255, 174, 0.36);
  box-shadow:
    0 0 60px rgba(128, 255, 174, 0.1),
    inset 0 0 32px rgba(128, 255, 174, 0.04);
  font-family: "Space Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
}

.video-reveal-card span {
  color: var(--hot);
  font-size: 0.64rem;
  font-weight: 900;
}

.video-reveal-card strong {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.9rem, 7vw, 5.8rem);
  line-height: 0.9;
}

.video-reveal-card small {
  color: rgba(128, 255, 174, 0.84);
  font-size: 0.68rem;
  font-weight: 800;
}

.video-reveal-bars {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
}

.video-reveal-bars span {
  position: absolute;
  left: -8vw;
  width: 116vw;
  height: clamp(18px, 4vw, 44px);
  background: rgba(128, 255, 174, 0.22);
  opacity: 0;
  transform: translateX(-100%);
}

.video-reveal-bars span:nth-child(1) {
  top: 22%;
}

.video-reveal-bars span:nth-child(2) {
  top: 51%;
  background: rgba(255, 63, 23, 0.2);
}

.video-reveal-bars span:nth-child(3) {
  top: 74%;
}

.video-reveal-playhead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 7;
  width: 2px;
  opacity: 0;
  background: rgba(128, 255, 174, 0.86);
  box-shadow: 0 0 28px rgba(128, 255, 174, 0.68);
}

body.is-video-vault-revealing .video-vault-reveal {
  visibility: visible;
  animation: videoRevealVeil 1.85s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.is-video-vault-revealing .video-vault-reveal::before {
  animation: videoRevealStatic 1.85s steps(5, end) both;
}

body.is-video-vault-revealing .video-vault-reveal::after {
  animation: videoRevealScan 1.85s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.is-video-vault-revealing .video-reveal-grid {
  animation: videoRevealGrid 1.85s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.is-video-vault-revealing .video-reveal-grid span {
  animation: videoRevealFeed 1.85s steps(4, end) both;
}

body.is-video-vault-revealing .video-reveal-grid span:nth-child(2n) {
  animation-delay: 70ms;
}

body.is-video-vault-revealing .video-reveal-grid span:nth-child(3n) {
  animation-delay: 130ms;
}

body.is-video-vault-revealing .video-reveal-card {
  animation: videoRevealCard 1.85s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.is-video-vault-revealing .video-reveal-bars span {
  animation: videoRevealBars 1.85s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.is-video-vault-revealing .video-reveal-bars span:nth-child(2) {
  animation-delay: 80ms;
}

body.is-video-vault-revealing .video-reveal-bars span:nth-child(3) {
  animation-delay: 150ms;
}

body.is-video-vault-revealing .video-reveal-playhead {
  animation: videoRevealPlayhead 1.85s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

body.director-mode .frame-card,
body.director-mode .project-card,
body.director-mode .gallery-shot,
body.director-mode .gallery-video-card,
body.director-mode .video-library-card {
  position: relative;
  z-index: 10;
  outline: 1px solid rgba(241, 234, 220, 0.28);
  outline-offset: -8px;
}

.art-board {
  transform-origin: 50% 0;
}

body.director-mode .art-board {
  position: relative;
  z-index: 5;
  width: 100vw;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  transition:
    box-shadow 180ms ease,
    transform 120ms ease;
  will-change: auto;
}

.director-world {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  perspective: 860px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at 50% 42%, rgba(241, 234, 220, 0.16), transparent 26rem),
    radial-gradient(circle at 18% 28%, rgba(128, 255, 174, 0.14), transparent 18rem),
    radial-gradient(circle at 82% 34%, rgba(255, 63, 23, 0.1), transparent 18rem);
  transform:
    translate3d(calc(var(--scene-x) * -32px), calc(var(--scene-y) * -24px), 0)
    scale(calc(1 + var(--director-progress) * 0.035));
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

body.director-mode.vault-gallery-stable .director-world {
  visibility: hidden;
  opacity: 0;
}

.world-backplate {
  position: absolute;
  inset: -8vh -8vw;
  opacity: 0.36;
  filter: contrast(1.03) brightness(1.02);
  transform:
    translate3d(calc(var(--director-progress) * -80px), calc(var(--director-progress) * -70px), -420px)
    scale(calc(1.08 + var(--director-progress) * 0.16));
  will-change: transform;
}

.world-backplate img {
  position: absolute;
  width: 42vw;
  height: 58vh;
  object-fit: cover;
  border: 1px solid rgba(241, 234, 220, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.world-backplate img:nth-child(1) {
  top: 4vh;
  left: 4vw;
}

.world-backplate img:nth-child(2) {
  right: 2vw;
  top: 12vh;
  transform: rotate(4deg);
}

.world-backplate img:nth-child(3) {
  left: 28vw;
  bottom: 0;
  width: 48vw;
  opacity: 0.72;
  transform: rotate(-3deg);
}

.world-grid {
  position: absolute;
  inset: -30% -20%;
  background-image:
    linear-gradient(rgba(128, 255, 174, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 255, 174, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.32;
  transform:
    rotateX(72deg)
    translateY(calc(180px + var(--director-smooth) * 40px))
    translateZ(calc(-620px + var(--director-smooth) * 820px))
    scale(calc(1 + var(--director-smooth) * 1.2));
  transform-origin: 50% 65%;
  will-change: transform, opacity;
}

.world-light {
  position: absolute;
  top: 16%;
  width: 20vw;
  height: 52vh;
  opacity: calc(0.5 - var(--director-smooth) * 0.22);
  background: linear-gradient(180deg, rgba(241, 234, 220, 0.24), transparent);
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
  filter: none;
}

.world-softbox {
  position: absolute;
  top: 14vh;
  width: 130px;
  height: 180px;
  background:
    linear-gradient(135deg, rgba(241, 234, 220, 0.72), rgba(241, 234, 220, 0.12)),
    rgba(241, 234, 220, 0.16);
  border: 2px solid rgba(241, 234, 220, 0.26);
  filter: none;
  opacity: calc(0.92 - var(--director-smooth) * 0.38);
  box-shadow: 0 0 42px rgba(241, 234, 220, 0.16);
}

.softbox-left {
  left: 8vw;
  transform: rotateY(-28deg) rotateZ(-5deg);
}

.softbox-right {
  right: 8vw;
  transform: rotateY(28deg) rotateZ(5deg);
}

.world-tripod {
  position: absolute;
  left: 13vw;
  bottom: 5vh;
  width: 160px;
  height: 290px;
  opacity: calc(0.72 - var(--director-smooth) * 0.42);
  background:
    linear-gradient(82deg, transparent 48%, rgba(241, 234, 220, 0.18) 49% 51%, transparent 52%),
    linear-gradient(106deg, transparent 48%, rgba(241, 234, 220, 0.16) 49% 51%, transparent 52%),
    linear-gradient(180deg, transparent 28%, rgba(241, 234, 220, 0.2) 29% 31%, transparent 32%),
    radial-gradient(circle at 50% 18%, rgba(241, 234, 220, 0.22) 0 16px, transparent 17px);
}

.light-left {
  left: 4%;
  transform: rotate(-14deg);
}

.light-right {
  right: 4%;
  transform: rotate(14deg);
}

.world-camera {
  position: absolute;
  top: 32%;
  left: 50%;
  width: min(760px, 72vw);
  aspect-ratio: 1;
  border: 2px solid rgba(241, 234, 220, 0.3);
  border-radius: 50%;
  opacity: calc(0.95 - var(--director-smooth) * 0.55);
  transform:
    translate(-50%, -50%)
    translateZ(calc(620px - var(--director-smooth) * 1780px))
    scale(calc(0.62 + var(--director-smooth) * 2.05));
  box-shadow:
    inset 0 0 48px rgba(0, 0, 0, 0.7),
    0 0 42px rgba(128, 255, 174, 0.16);
  will-change: transform, opacity;
}

.world-camera span,
.world-lens span {
  position: absolute;
  inset: var(--ring);
  border: 1px solid rgba(241, 234, 220, 0.18);
  border-radius: 50%;
}

.world-camera span:nth-child(1),
.world-lens span:nth-child(1) {
  --ring: 14%;
}

.world-camera span:nth-child(2),
.world-lens span:nth-child(2) {
  --ring: 28%;
}

.world-camera span:nth-child(3),
.world-lens span:nth-child(3) {
  --ring: 42%;
  background: rgba(5, 7, 5, 0.52);
}

.world-lens {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(960px, 88vw);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: clamp(0, calc((var(--director-smooth) - 0.12) * 5), 0.92);
  transform:
    translate(-50%, -50%)
    translateZ(calc(720px - var(--director-smooth) * 1280px))
    rotate(calc(var(--director-smooth) * 100deg))
    scale(calc(0.28 + var(--director-smooth) * 1.85));
  box-shadow:
    inset 0 0 72px rgba(128, 255, 174, 0.14),
    inset 0 0 42px rgba(241, 234, 220, 0.12),
    0 0 44px rgba(0, 0, 0, 0.46);
  will-change: transform, opacity;
}

.lens-tunnel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1180px, 96vw);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: clamp(0, calc((var(--director-smooth) - 0.04) * 3.6), 0.96);
  transform:
    translate(-50%, -50%)
    translate3d(calc(var(--scene-x) * 34px), calc(var(--scene-y) * 26px), 0)
    translateZ(calc(760px - var(--director-smooth) * 1540px))
    rotate(calc(var(--director-smooth) * 74deg))
    scale(calc(0.22 + var(--director-smooth) * 2.25));
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.lens-tunnel::before,
.lens-tunnel::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.lens-tunnel::before {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 14%, rgba(241, 234, 220, 0.08) 15% 16%, transparent 17% 29%, rgba(255, 63, 23, 0.15) 30% 31%, transparent 32% 49%, rgba(241, 234, 220, 0.12) 50% 51%, transparent 52%),
    conic-gradient(from 12deg, rgba(255, 63, 23, 0.18), rgba(241, 234, 220, 0.03), rgba(128, 255, 174, 0.12), rgba(255, 63, 23, 0.18));
  box-shadow:
    inset 0 0 110px rgba(0, 0, 0, 0.78),
    inset 0 0 20px rgba(241, 234, 220, 0.22),
    0 0 70px rgba(0, 0, 0, 0.48);
}

.lens-tunnel::after {
  inset: 18%;
  background:
    radial-gradient(circle at 46% 40%, rgba(241, 234, 220, 0.22), transparent 0 12%, rgba(255, 255, 255, 0.05) 18%, transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.92));
  border: 1px solid rgba(241, 234, 220, 0.18);
  transform: translateZ(90px) scale(calc(1.08 - var(--director-smooth) * 0.2));
}

.lens-ring {
  position: absolute;
  inset: var(--ring-inset);
  border: 1px solid rgba(241, 234, 220, var(--ring-alpha));
  border-radius: 50%;
  box-shadow:
    inset 0 0 22px rgba(0, 0, 0, 0.5),
    0 0 26px rgba(255, 63, 23, 0.06);
  transform: translateZ(var(--ring-z)) scale(calc(1 + var(--director-smooth) * var(--ring-push)));
}

.lens-ring:nth-child(1) {
  --ring-inset: 2%;
  --ring-alpha: 0.34;
  --ring-z: 140px;
  --ring-push: 0.18;
}

.lens-ring:nth-child(2) {
  --ring-inset: 13%;
  --ring-alpha: 0.26;
  --ring-z: 82px;
  --ring-push: 0.1;
}

.lens-ring:nth-child(3) {
  --ring-inset: 25%;
  --ring-alpha: 0.22;
  --ring-z: 26px;
  --ring-push: 0.04;
}

.lens-ring:nth-child(4) {
  --ring-inset: 37%;
  --ring-alpha: 0.18;
  --ring-z: -46px;
  --ring-push: -0.04;
}

.lens-ring:nth-child(5) {
  --ring-inset: 47%;
  --ring-alpha: 0.14;
  --ring-z: -110px;
  --ring-push: -0.08;
}

.aperture-blade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 16%;
  background:
    linear-gradient(90deg, rgba(8, 10, 8, 0), rgba(8, 10, 8, 0.86) 28%, rgba(28, 28, 24, 0.9));
  clip-path: polygon(0 18%, 100% 0, 82% 100%, 8% 74%);
  opacity: clamp(0.12, calc(0.86 - var(--director-smooth) * 0.32), 0.82);
  transform:
    translate(-3%, -50%)
    rotate(var(--blade-rotation))
    translateX(18%)
    rotate(calc(var(--director-smooth) * -18deg));
  transform-origin: 2% 50%;
}

.aperture-blade:nth-of-type(6) {
  --blade-rotation: 0deg;
}

.aperture-blade:nth-of-type(7) {
  --blade-rotation: 60deg;
}

.aperture-blade:nth-of-type(8) {
  --blade-rotation: 120deg;
}

.aperture-blade:nth-of-type(9) {
  --blade-rotation: 180deg;
}

.aperture-blade:nth-of-type(10) {
  --blade-rotation: 240deg;
}

.aperture-blade:nth-of-type(11) {
  --blade-rotation: 300deg;
}

.lens-glass,
.lens-flare {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.lens-glass {
  top: 18%;
  left: 21%;
  width: 34%;
  height: 9%;
  background: linear-gradient(90deg, transparent, rgba(241, 234, 220, 0.24), transparent);
  filter: blur(1px);
  opacity: clamp(0.1, calc(0.58 - var(--director-smooth) * 0.18), 0.58);
  transform: rotate(-28deg) translate3d(calc(var(--scene-x) * 34px), calc(var(--scene-y) * 24px), 120px);
}

.lens-flare {
  right: 24%;
  bottom: 28%;
  width: 16%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 63, 23, 0.28), rgba(241, 234, 220, 0.12) 34%, transparent 68%);
  opacity: clamp(0.08, calc(var(--director-smooth) * 0.7), 0.5);
  transform: translate3d(calc(var(--scene-x) * -46px), calc(var(--scene-y) * -36px), 180px);
}

.world-photo-cloud {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  opacity: clamp(0.15, calc(1 - var(--director-smooth) * 0.5), 0.92);
}

.world-photo-cloud img {
  position: absolute;
  width: min(220px, 18vw);
  height: min(280px, 23vw);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 7px;
  background: rgba(241, 234, 220, 0.86);
  border: 1px solid rgba(5, 4, 3, 0.42);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
  filter: contrast(1.04) brightness(1.03) saturate(1.04);
  will-change: transform;
}

.world-photo-cloud img:nth-child(1) {
  top: 18vh;
  left: 23vw;
  transform: translateZ(calc(520px - var(--director-smooth) * 880px)) scale(calc(0.78 + var(--director-smooth) * 0.6)) rotate(-8deg);
}

.world-photo-cloud img:nth-child(2) {
  top: 10vh;
  right: 22vw;
  transform: translateZ(calc(640px - var(--director-smooth) * 980px)) scale(calc(0.82 + var(--director-smooth) * 0.7)) rotate(7deg);
}

.world-photo-cloud img:nth-child(3) {
  right: 14vw;
  bottom: 12vh;
  transform: translateZ(calc(560px - var(--director-smooth) * 920px)) scale(calc(0.78 + var(--director-smooth) * 0.65)) rotate(-4deg);
}

.world-photo-cloud img:nth-child(4) {
  left: 11vw;
  bottom: 15vh;
  transform: translateZ(calc(720px - var(--director-smooth) * 1120px)) scale(calc(0.76 + var(--director-smooth) * 0.72)) rotate(6deg);
}

.world-monitor,
.world-photoshop {
  position: absolute;
  right: 4vw;
  bottom: 9vh;
  width: min(680px, 54vw);
  background: rgba(8, 10, 8, 0.94);
  border: 1px solid rgba(128, 255, 174, 0.28);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  font-family: "Space Mono", monospace;
}

.world-monitor {
  opacity: clamp(0, calc((var(--director-smooth) - 0.36) * 4), 0.95);
  transform:
    translate3d(calc((0.58 - var(--director-smooth)) * 460px), 0, calc(-220px + var(--director-smooth) * 260px))
    rotateY(calc(-18deg + var(--director-smooth) * 18deg));
  will-change: transform, opacity;
}

.monitor-topbar,
.ps-topbar {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  color: rgba(128, 255, 174, 0.82);
  background: rgba(128, 255, 174, 0.08);
  border-bottom: 1px solid rgba(128, 255, 174, 0.16);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.monitor-screen {
  padding: 14px;
}

.monitor-screen img {
  height: 360px;
  object-fit: cover;
  filter: contrast(1.04) brightness(1.03) saturate(1.04);
}

.world-photoshop {
  left: 4vw;
  right: auto;
  width: min(660px, 52vw);
  opacity: clamp(0, calc((var(--director-smooth) - 0.68) * 4), 0.98);
  transform:
    translate3d(calc((0.76 - var(--director-smooth)) * -520px), 0, calc(-120px + var(--director-smooth) * 180px))
    rotateY(calc(18deg - var(--director-smooth) * 10deg));
  will-change: transform, opacity;
}

.ps-body {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 8px;
  min-height: 360px;
  padding: 12px;
}

.ps-body span {
  display: grid;
  place-items: center;
  color: rgba(241, 234, 220, 0.72);
  background: rgba(241, 234, 220, 0.06);
  border: 1px solid rgba(241, 234, 220, 0.12);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.world-caption {
  position: absolute;
  left: 50%;
  bottom: 7vh;
  display: grid;
  gap: 6px;
  width: min(420px, calc(100vw - 48px));
  padding: 12px 14px;
  color: rgba(241, 234, 220, 0.84);
  background: rgba(8, 10, 8, 0.74);
  border: 1px solid rgba(128, 255, 174, 0.22);
  font-family: "Space Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.world-caption span {
  color: rgba(128, 255, 174, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
}

.world-caption strong {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

body.director-mode main > section {
  position: relative;
  transform-style: preserve-3d;
}

body.director-mode .opening-reel,
body.director-mode .hero,
body.director-mode .work,
body.director-mode .video-showcase,
body.director-mode .clients,
body.director-mode .services,
body.director-mode .about,
body.director-mode .contact {
  background-color: rgba(6, 8, 6, 0.72);
  border-top: 1px solid rgba(128, 255, 174, 0.14);
  border-bottom: 1px solid rgba(128, 255, 174, 0.14);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.24),
    inset 0 0 90px rgba(128, 255, 174, 0.025);
  backdrop-filter: blur(6px);
}

body.director-mode .opening-reel,
body.director-mode .hero {
  transform: translateZ(90px);
}

body.director-mode .work,
body.director-mode .video-showcase {
  transform: translateZ(60px) rotateY(-1deg);
}

body.director-mode .clients,
body.director-mode .services,
body.director-mode .about,
body.director-mode .contact {
  transform: translateZ(42px) rotateY(1deg);
}

.backend-code-layer {
  position: absolute;
  inset: 0;
  z-index: 55;
  pointer-events: none;
  overflow: hidden;
}

.draw-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 62;
  width: 100%;
  pointer-events: none;
  touch-action: none;
}

body.director-mode .draw-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
}

body.director-mode.is-drawing-tool .draw-canvas {
  pointer-events: auto;
  cursor: crosshair;
}

.backend-code-layer span {
  position: absolute;
  top: var(--y);
  left: var(--x);
  max-width: min(360px, 34vw);
  padding: 6px 8px;
  color: rgba(128, 255, 174, 0.72);
  background: rgba(2, 5, 3, 0.76);
  border: 1px solid rgba(128, 255, 174, 0.2);
  font-family: "Space Mono", monospace;
  font-size: clamp(0.64rem, 0.82vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  text-transform: none;
  transform: rotate(var(--r));
  white-space: nowrap;
}

.backend-code-layer span:nth-child(3n) {
  color: rgba(241, 234, 220, 0.54);
  border-style: dashed;
}

.backend-code-layer span:nth-child(4n) {
  background: rgba(2, 5, 3, 0.48);
}

body.director-mode.is-panning .art-board {
  transition: none;
}

body.director-mode.is-panning {
  cursor: grabbing;
  user-select: none;
}

.shoot-sequence {
  position: relative;
  z-index: 50;
  display: block;
  min-height: 240vh;
  padding: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(128, 255, 174, 0.1), transparent 34rem),
    linear-gradient(180deg, rgba(5, 7, 5, 0.12), rgba(5, 7, 5, 0.72));
  border-bottom: 1px solid rgba(128, 255, 174, 0.18);
  isolation: isolate;
}

.shoot-sequence::before,
.shoot-sequence::after {
  position: fixed;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  pointer-events: none;
}

.shoot-sequence::before {
  z-index: 1;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 38px, rgba(128, 255, 174, 0.12) 39px 40px, transparent 41px 76px),
    linear-gradient(90deg, rgba(128, 255, 174, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(128, 255, 174, 0.08) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: clamp(0.16, calc(0.48 - var(--director-smooth) * 0.28), 0.48);
  transform:
    perspective(900px)
    translateZ(calc(-220px + var(--director-smooth) * 380px))
    scale(calc(0.82 + var(--director-smooth) * 0.72));
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

body.director-mode.vault-gallery-stable .shoot-sequence::before {
  opacity: 0.1;
  transform: none;
}

.shoot-sequence::after {
  z-index: 8;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 36%, rgba(5, 7, 5, 0.34) 62%, rgba(5, 7, 5, 0.8) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.52));
}

.shoot-sequence-stage {
  position: fixed;
  top: 72px;
  right: 0;
  left: 0;
  display: grid;
  place-items: center;
  height: calc(100vh - 72px);
  overflow: hidden;
  perspective: 820px;
  transform-style: preserve-3d;
  contain: layout paint;
}

.sequence-monitor {
  position: relative;
  overflow: hidden;
  z-index: 3;
  width: min(1080px, 76vw);
  min-height: min(700px, calc(100vh - 150px));
  height: min(700px, calc(100vh - 150px));
  background: #050705;
  border: 1px solid rgba(128, 255, 174, 0.28);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.42),
    0 0 0 12px rgba(128, 255, 174, 0.035),
    inset 0 0 44px rgba(0, 0, 0, 0.48);
  transform:
    translateY(calc((0.42 - var(--director-smooth)) * 74px))
    translateZ(calc(-420px + var(--director-smooth) * 560px))
    rotateX(calc(4deg - var(--director-smooth) * 4deg))
    scale(calc(0.74 + var(--director-smooth) * 0.52));
  transform-origin: 50% 50%;
  will-change: transform;
  contain: layout paint style;
}

body.director-mode.vault-gallery-stable .sequence-monitor {
  transform: translateZ(0) scale(1);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    inset 0 0 34px rgba(0, 0, 0, 0.42);
}

.sequence-monitor img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  filter: contrast(1.03) brightness(1.04) saturate(1.05);
  backface-visibility: hidden;
  transform: translateZ(0);
  transition:
    opacity 90ms linear;
  will-change: opacity, transform;
}

.sequence-monitor img.is-active {
  opacity: 1;
  visibility: visible;
}

.sequence-monitor::before,
.sequence-monitor::after {
  position: absolute;
  inset: 16px;
  z-index: 2;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(128, 255, 174, 0.26);
}

.sequence-monitor::after {
  inset: 0;
  border: 0;
  background:
    linear-gradient(transparent 49.5%, rgba(128, 255, 174, 0.22) 50%, transparent 50.5%),
    linear-gradient(90deg, transparent 49.5%, rgba(128, 255, 174, 0.18) 50%, transparent 50.5%);
}

.sequence-hud {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(128, 255, 174, 0.9);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sequence-readout {
  position: absolute;
  right: auto;
  bottom: clamp(86px, 10vh, 122px);
  left: clamp(18px, 4vw, 54px);
  z-index: 9;
  display: grid;
  gap: 10px;
  width: min(500px, calc(100vw - 36px));
  padding: 16px;
  background: rgba(15, 19, 15, 0.72);
  border: 1px solid rgba(128, 255, 174, 0.22);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
  transform:
    translateX(calc(var(--director-smooth) * -18px))
    translateY(calc(var(--director-smooth) * -10px));
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  will-change: transform;
}

.sequence-side-panel {
  position: absolute;
  z-index: 9;
  display: grid;
  gap: 7px;
  width: min(280px, 22vw);
  padding: 13px;
  color: rgba(241, 234, 220, 0.78);
  background: rgba(15, 19, 15, 0.72);
  border: 1px solid rgba(128, 255, 174, 0.2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  transform:
    translateX(var(--panel-drift))
    translateY(calc(var(--director-smooth) * -14px))
    rotateY(var(--panel-tilt));
  will-change: transform;
}

.sequence-left {
  --panel-tilt: 12deg;
  --panel-drift: calc(var(--director-smooth) * -42px);
  top: 13vh;
  left: clamp(18px, 4vw, 60px);
}

.sequence-right {
  --panel-tilt: -12deg;
  --panel-drift: calc(var(--director-smooth) * 42px);
  top: 13vh;
  right: clamp(18px, 4vw, 60px);
}

.sequence-side-panel span {
  color: rgba(128, 255, 174, 0.84);
  font-size: 0.64rem;
  font-weight: 800;
}

.sequence-side-panel strong {
  font-size: clamp(0.86rem, 1.1vw, 1.05rem);
  line-height: 1.08;
}

.sequence-side-panel small {
  color: rgba(241, 234, 220, 0.62);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.35;
}

.sequence-readout h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 3.4rem);
  line-height: 0.92;
}

.sequence-readout p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(241, 234, 220, 0.78);
}

.sequence-brief {
  display: grid;
  gap: 5px;
  padding: 8px 9px;
  color: rgba(128, 255, 174, 0.82);
  background: rgba(128, 255, 174, 0.07);
  border: 1px solid rgba(128, 255, 174, 0.18);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.sequence-progress {
  overflow: hidden;
  height: 6px;
  background: rgba(241, 234, 220, 0.12);
}

.sequence-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: rgba(128, 255, 174, 0.82);
  transition: width 260ms ease;
}

.shoot-sequence-steps {
  position: fixed;
  bottom: 16px;
  left: 50%;
  z-index: 10;
  display: flex;
  gap: 8px;
  width: min(760px, calc(100vw - 36px));
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.shoot-sequence-steps article {
  display: none;
  flex: 1 1 0;
  min-height: 0;
  padding: 8px 9px;
  color: rgba(241, 234, 220, 0.68);
  background: rgba(15, 19, 15, 0.58);
  border: 1px solid rgba(128, 255, 174, 0.16);
  font-family: "Space Mono", monospace;
  transform: translateY(calc((var(--step-offset, 0) - var(--director-smooth)) * 18px));
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.shoot-sequence-steps article.is-near,
.shoot-sequence-steps article.is-active {
  display: block;
}

.shoot-sequence-steps article.is-active {
  color: rgba(241, 234, 220, 0.92);
  background: rgba(128, 255, 174, 0.12);
  border-color: rgba(128, 255, 174, 0.58);
  transform: translateY(-8px) scale(1.03);
}

.shoot-sequence-steps span {
  color: rgba(128, 255, 174, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.shoot-sequence-steps h3 {
  margin: 5px 0 0;
  font-size: clamp(0.62rem, 0.78vw, 0.78rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.camera-readout {
  position: fixed;
  right: clamp(16px, 3vw, 36px);
  bottom: clamp(14px, 3vw, 30px);
  z-index: 46;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: rgba(241, 234, 220, 0.82);
  background: rgba(5, 4, 3, 0.58);
  border: 1px solid rgba(241, 234, 220, 0.2);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate3d(calc(var(--scene-x) * -8px), calc(var(--scene-y) * -8px), 0);
}

.production-overlay {
  position: absolute;
  top: clamp(90px, 9vw, 122px);
  right: clamp(14px, 3vw, 34px);
  z-index: 44;
  display: grid;
  gap: 6px;
  max-width: 230px;
  color: rgba(241, 234, 220, 0.36);
  font-family: "Space Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  pointer-events: none;
  text-align: right;
  text-transform: uppercase;
  transform: translate3d(calc(var(--scene-x) * 7px), calc(var(--scene-y) * 7px), 0);
}

.production-overlay span {
  padding: 6px 8px;
  background: rgba(5, 4, 3, 0.34);
  border: 1px dashed rgba(241, 234, 220, 0.11);
}

.director-slate {
  position: fixed;
  left: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 30px);
  z-index: 90;
  gap: 4px;
  width: min(250px, calc(100vw - 28px));
  padding: 11px 12px;
  color: rgba(241, 234, 220, 0.78);
  background: rgba(16, 15, 13, 0.82);
  border: 1px solid rgba(241, 234, 220, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  font-family: "Space Mono", monospace;
  pointer-events: none;
  text-transform: uppercase;
}

.director-slate span,
.director-slate small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.director-slate strong {
  color: rgba(241, 234, 220, 0.92);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.art-board-controls {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 30px);
  z-index: 91;
  grid-template-columns: repeat(3, 42px);
  overflow: hidden;
  background: rgba(16, 15, 13, 0.86);
  border: 1px solid rgba(241, 234, 220, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.art-board-controls button {
  min-height: 38px;
  color: rgba(241, 234, 220, 0.82);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(241, 234, 220, 0.16);
  cursor: pointer;
  font-family: "Space Mono", monospace;
  font-size: 0.74rem;
  font-weight: 800;
}

.art-board-controls button:last-child {
  border-right: 0;
}

.art-board-controls button:hover {
  color: #11100d;
  background: rgba(241, 234, 220, 0.84);
}

.backend-console {
  position: fixed;
  z-index: 89;
  color: rgba(128, 255, 174, 0.86);
  background: rgba(15, 19, 15, 0.9);
  border: 1px solid rgba(128, 255, 174, 0.28);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  font-family: "Space Mono", monospace;
  pointer-events: none;
}

.backend-console {
  top: 96px;
  right: clamp(14px, 3vw, 34px);
  width: min(360px, calc(100vw - 28px));
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  color: rgba(241, 234, 220, 0.74);
  background: rgba(128, 255, 174, 0.12);
  border-bottom: 1px solid rgba(128, 255, 174, 0.24);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.backend-console code,
.dom-stack {
  display: grid;
  gap: 7px;
  padding: 10px;
  font-size: clamp(0.58rem, 0.72vw, 0.76rem);
  font-weight: 700;
  line-height: 1.35;
}

.backend-console code span::before {
  content: "> ";
  color: rgba(241, 234, 220, 0.46);
}

.backend-console code span:last-child::after {
  content: "_";
  animation: recPulse 1s steps(2, end) infinite;
}

.dom-stack {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 64;
  width: min(340px, calc(100% - 44px));
  color: rgba(241, 234, 220, 0.72);
  background: rgba(15, 19, 15, 0.78);
  border: 1px solid rgba(128, 255, 174, 0.26);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  font-family: "Space Mono", monospace;
  pointer-events: none;
}

.dom-stack span:first-child {
  color: rgba(128, 255, 174, 0.82);
}

.rec-dot {
  width: 8px;
  height: 8px;
  background: var(--hot);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(255, 63, 23, 0.9);
  animation: recPulse 1.4s steps(2, end) infinite;
}

.corrupt-sticker {
  position: absolute;
  right: clamp(18px, 4vw, 52px);
  bottom: clamp(12px, 2vw, 24px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 7px;
  width: min(190px, 52vw);
  padding: 8px 9px;
  color: rgba(241, 234, 220, 0.72);
  background:
    repeating-linear-gradient(-8deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 7px),
    rgba(5, 4, 3, 0.58);
  border: 1px dashed rgba(255, 63, 23, 0.42);
  box-shadow: 5px 5px 0 rgba(255, 63, 23, 0.08);
  font-family: "Space Mono", monospace;
  opacity: 0.72;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.corrupt-sticker span {
  display: grid;
  grid-row: span 2;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #050403;
  background: rgba(255, 63, 23, 0.78);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.corrupt-sticker strong {
  font-size: 0.62rem;
  line-height: 1;
}

.corrupt-sticker small {
  font-size: 0.48rem;
  font-weight: 700;
  opacity: 0.6;
}

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

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

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

.scroll-meter {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  width: 5px;
  background: rgba(247, 244, 236, 0.08);
}

.scroll-meter span {
  display: block;
  width: 100%;
  height: calc(var(--progress) * 100%);
  background: linear-gradient(180deg, var(--accent), var(--hot));
  box-shadow: 0 0 22px rgba(201, 255, 74, 0.55);
}

.viewfinder-overlay {
  position: fixed;
  inset: clamp(78px, 9vw, 118px) clamp(18px, 4vw, 54px) clamp(18px, 4vw, 54px);
  z-index: 45;
  pointer-events: none;
  opacity: 0.28;
  mix-blend-mode: screen;
}

.vf-corner {
  position: absolute;
  width: clamp(34px, 6vw, 82px);
  height: clamp(34px, 6vw, 82px);
  border-color: rgba(215, 255, 39, 0.72);
  filter: drop-shadow(0 0 10px rgba(215, 255, 39, 0.22));
}

.vf-corner.top-left {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

.vf-corner.top-right {
  top: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
}

.vf-corner.bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.vf-corner.bottom-right {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.vf-cross {
  position: absolute;
  background: rgba(241, 234, 220, 0.28);
}

.vf-cross.horizontal {
  top: 50%;
  left: 50%;
  width: clamp(72px, 12vw, 160px);
  height: 1px;
  transform: translate(-50%, -50%);
}

.vf-cross.vertical {
  top: 50%;
  left: 50%;
  width: 1px;
  height: clamp(72px, 12vw, 160px);
  transform: translate(-50%, -50%);
}

.vf-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(215, 255, 39, 0.66);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.scene-glow {
  position: fixed;
  z-index: -2;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.12;
  pointer-events: none;
}

.scene-glow.one {
  top: 16vh;
  left: -14vw;
  background: var(--accent);
}

.scene-glow.two {
  right: -12vw;
  bottom: 12vh;
  background: var(--hot);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 2.4vw, 28px);
  padding: 16px clamp(18px, 4vw, 48px);
  background: rgba(5, 4, 3, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand {
  gap: 10px;
  font-family: "Archivo Black", Impact, Haettenschweiler, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #11120f;
  background: var(--accent);
  border-radius: 2px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  transform: rotate(-4deg);
}

nav {
  margin-left: auto;
  gap: clamp(12px, 2vw, 26px);
  color: var(--muted);
  font-family: "Space Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.director-toggle,
.video-vault-toggle {
  padding: 9px 11px;
  color: rgba(241, 234, 220, 0.58);
  background: rgba(241, 234, 220, 0.025);
  border: 1px solid rgba(241, 234, 220, 0.1);
  border-radius: 2px;
  box-shadow: none;
  font: inherit;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.director-toggle:disabled,
.video-vault-toggle:disabled {
  cursor: wait;
  opacity: 0.78;
}

.director-toggle[aria-pressed="true"],
.video-vault-toggle[aria-pressed="true"] {
  color: #11100d;
  background: var(--hot);
  border-color: var(--hot);
  text-shadow: none;
}

.video-vault-toggle {
  color: rgba(241, 234, 220, 0.58);
  background: rgba(241, 234, 220, 0.025);
  border-color: rgba(241, 234, 220, 0.1);
  box-shadow: none;
}

body.director-mode .site-header {
  background: rgba(2, 5, 3, 0.92);
  border-bottom-color: rgba(128, 255, 174, 0.24);
}

body.director-mode .brand-mark {
  color: #050705;
  background: rgba(128, 255, 174, 0.82);
}

body.director-mode nav {
  color: rgba(128, 255, 174, 0.58);
}

body.video-vault-mode {
  overflow: hidden;
  background: #030504;
}

body.video-vault-mode main,
body.video-vault-mode .site-footer,
body.video-vault-mode .director-world,
body.video-vault-mode .shoot-sequence,
body.video-vault-mode .director-only {
  display: none !important;
}

body.video-vault-mode .site-header {
  background: rgba(2, 5, 3, 0.94);
  border-bottom-color: rgba(128, 255, 174, 0.28);
}

body.video-vault-mode .video-vault-toggle {
  color: #030504;
  background: rgba(128, 255, 174, 0.9);
  border-color: rgba(128, 255, 174, 0.9);
}

.video-vault {
  position: fixed;
  inset: 72px 0 0;
  z-index: 68;
  display: none;
  overflow: auto;
  padding: clamp(12px, 2vw, 24px);
  background:
    radial-gradient(circle at 20% 12%, rgba(128, 255, 174, 0.12), transparent 24rem),
    radial-gradient(circle at 82% 76%, rgba(255, 63, 23, 0.1), transparent 22rem),
    linear-gradient(rgba(128, 255, 174, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 255, 174, 0.045) 1px, transparent 1px),
    #030504;
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
}

body.video-vault-mode .video-vault {
  display: block;
}

.video-vault-shell {
  min-height: calc(100svh - 112px);
  padding: clamp(10px, 1.5vw, 18px);
  background:
    linear-gradient(180deg, rgba(128, 255, 174, 0.06), rgba(128, 255, 174, 0.02)),
    rgba(3, 5, 4, 0.82);
  border: 1px solid rgba(128, 255, 174, 0.28);
  box-shadow:
    inset 0 0 54px rgba(128, 255, 174, 0.035),
    0 22px 70px rgba(0, 0, 0, 0.44);
}

.video-vault-topbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 10px 12px;
  color: rgba(241, 234, 220, 0.86);
  background: rgba(7, 10, 8, 0.86);
  border: 1px solid rgba(128, 255, 174, 0.22);
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.video-vault-topbar span {
  color: rgba(128, 255, 174, 0.76);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.video-vault-topbar h2 {
  margin: 3px 0 0;
  color: rgba(241, 234, 220, 0.92);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.35rem, 3vw, 3.1rem);
  line-height: 0.92;
}

.video-vault-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 420px;
}

.video-vault-status span {
  padding: 5px 7px;
  background: rgba(128, 255, 174, 0.07);
  border: 1px solid rgba(128, 255, 174, 0.18);
}

.video-vault-status span:first-child {
  color: #030504;
  background: var(--hot);
  border-color: var(--hot);
}

.video-vault-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: minmax(156px, 22vw);
  gap: 9px;
}

.video-vault-feed {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  color: rgba(241, 234, 220, 0.86);
  background:
    linear-gradient(180deg, rgba(128, 255, 174, 0.08), transparent 36%),
    #050705;
  border: 1px solid rgba(128, 255, 174, 0.24);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.video-vault-feed:nth-child(5n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.video-vault-feed:nth-child(7n + 4) {
  grid-column: span 2;
}

.video-vault-feed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  filter: saturate(0.78) contrast(1.1) brightness(0.82);
  transform: scale(1.01);
}

.video-vault-feed::before,
.video-vault-feed::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.video-vault-feed::before {
  z-index: 2;
  background:
    linear-gradient(transparent 49.5%, rgba(128, 255, 174, 0.18) 50%, transparent 50.5%),
    repeating-linear-gradient(0deg, rgba(241, 234, 220, 0.055) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.video-vault-feed::after {
  z-index: 3;
  border: 1px solid rgba(128, 255, 174, 0.18);
  box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.48);
}

.video-vault-feed:hover {
  border-color: rgba(128, 255, 174, 0.72);
}

.video-vault-feed:hover video {
  opacity: 0.94;
  filter: saturate(0.96) contrast(1.08) brightness(0.94);
}

.video-vault-label {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 4;
  display: grid;
  gap: 3px;
  padding: 7px 8px;
  background: rgba(3, 5, 4, 0.72);
  border: 1px solid rgba(128, 255, 174, 0.22);
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.video-vault-label span {
  color: rgba(128, 255, 174, 0.86);
  font-size: 0.58rem;
  font-weight: 800;
}

.video-vault-label strong {
  overflow: hidden;
  font-size: clamp(0.72rem, 1vw, 0.94rem);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-cta,
.button,
.filters button,
.builder-options button,
form button {
  border-radius: 2px;
  font-weight: 800;
}

.nav-cta {
  padding: 11px 18px;
  color: #11120f;
  background: var(--accent);
  border: 1px solid rgba(215, 255, 39, 0.9);
  box-shadow: 5px 5px 0 rgba(255, 63, 23, 0.34);
  white-space: nowrap;
}

.opening-reel {
  position: relative;
  display: grid;
  width: 100vw;
  min-height: calc(100svh - 72px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  place-items: end start;
  padding: clamp(28px, 6vw, 76px);
  background: #050403;
  border-bottom: 2px solid var(--line);
  isolation: isolate;
  perspective: 1200px;
}

.opening-reel video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: contrast(1.15) saturate(0.82) grayscale(0.06);
  transform: scale(calc(1.04 + var(--progress) * 0.04)) translate3d(calc(var(--scene-x) * -18px), calc(var(--scene-y) * -14px), 0);
}

.opening-reel::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.9), rgba(5, 4, 3, 0.18) 54%, rgba(5, 4, 3, 0.78)),
    linear-gradient(0deg, rgba(5, 4, 3, 0.9), transparent 40%, rgba(5, 4, 3, 0.34));
}

.opening-reel::after {
  position: absolute;
  inset: clamp(18px, 4vw, 58px);
  z-index: 1;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(215, 255, 39, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(5, 4, 3, 0.8),
    0 0 34px rgba(215, 255, 39, 0.08);
  transform: translate3d(calc(var(--scene-x) * 10px), calc(var(--scene-y) * 10px), 0);
}

.opening-scan {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(100deg, transparent 0 44%, rgba(215, 255, 39, 0.12) 50%, transparent 56% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 6px);
  mix-blend-mode: screen;
  opacity: 0.34;
  animation: focusSweep 8s ease-in-out infinite;
}

.opening-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  transform: translateZ(80px);
}

.opening-content h1 {
  margin-bottom: 12px;
  font-family: "Bebas Neue", "Archivo Black", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(5.2rem, 16vw, 15rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 0.76;
  text-transform: uppercase;
  text-shadow: 8px 8px 0 rgba(255, 63, 23, 0.38);
}

.opening-content > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(241, 234, 220, 0.92);
  font-family: "Space Mono", monospace;
  font-size: clamp(0.94rem, 1.7vw, 1.28rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.42;
  text-transform: uppercase;
}

.opening-meta {
  position: absolute;
  right: clamp(28px, 6vw, 76px);
  bottom: clamp(28px, 6vw, 76px);
  z-index: 2;
  display: grid;
  gap: 8px;
  justify-items: end;
  color: rgba(241, 234, 220, 0.74);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  text-transform: uppercase;
  transform: translateZ(130px) rotate(-1deg);
}

.hero,
.section,
.video-showcase,
.contact {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 82px) clamp(18px, 4vw, 48px);
}

.work::before,
.video-showcase::before,
.video-library::before,
.services::before,
.about::before,
.contact::before {
  position: absolute;
  top: clamp(18px, 4vw, 46px);
  right: clamp(18px, 4vw, 48px);
  z-index: -1;
  color: rgba(241, 234, 220, 0.045);
  font-family: "Archivo Black", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(6rem, 14vw, 15rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.75;
  pointer-events: none;
}

.work::before {
  content: "01";
}

.work {
  padding-top: clamp(34px, 4.4vw, 58px);
  padding-bottom: clamp(34px, 4.4vw, 58px);
}

.work .section-heading {
  grid-template-columns: 1fr;
  gap: 18px;
}

.work .filters {
  justify-content: flex-start;
  margin-top: 0;
}

.video-showcase::before {
  content: "02";
}

.video-library::before {
  content: "03";
}

.services::before {
  content: "04";
}

.about::before {
  content: "05";
}

.contact::before {
  content: "06";
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: min(820px, calc(88vh - 72px));
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
  perspective: 1200px;
}

.depth-section {
  position: relative;
  transform-style: preserve-3d;
}

.depth-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at var(--cursor-spot-x) var(--cursor-spot-y), rgba(241, 234, 220, 0.08), transparent 28rem),
    linear-gradient(110deg, transparent 18%, rgba(241, 234, 220, 0.035), transparent 54%);
  transform: translate3d(var(--cursor-shift-x), var(--cursor-shift-y), 0);
  transition: opacity 220ms ease;
}

body:not(.director-mode) .depth-section:hover::after {
  opacity: 1;
}

.depth-item {
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Archivo Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.4vw, 6.3rem);
  line-height: 0.88;
}

.hero-title {
  display: grid;
  max-width: none;
  row-gap: 0.03em;
  font-size: clamp(3rem, 4.15vw, 4.35rem);
  line-height: 0.94;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.hero-title span:first-child {
  color: var(--accent);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  font-family: Archivo, "Arial Narrow", sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

.keep-together {
  white-space: nowrap;
}

p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.52;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(241, 234, 220, 0.76);
  font-size: 1.08rem;
}

.hero-copy {
  position: relative;
  top: -114px;
  left: -64px;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 470px;
  margin-top: 18px;
  color: rgba(241, 234, 220, 0.62);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-proof span {
  padding: 7px 9px;
  border: 1px solid rgba(241, 234, 220, 0.16);
  background: rgba(5, 4, 3, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  font-family: "Space Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.primary {
  color: #11120f;
  background: var(--accent);
}

.ghost {
  border: 1px dashed var(--line);
  background: var(--panel);
}

.hero-stage {
  position: relative;
  min-height: 760px;
  transform-style: preserve-3d;
  max-width: 100%;
}

.tool-chip {
  position: absolute;
  z-index: 6;
  padding: 7px 9px;
  color: rgba(241, 234, 220, 0.68);
  background: rgba(5, 4, 3, 0.62);
  border: 1px solid rgba(241, 234, 220, 0.18);
  font-family: "Space Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tool-chip-ps {
  top: 10%;
  left: 2%;
  transform: rotate(-2deg);
}

.tool-chip-pr {
  right: 3%;
  bottom: 18%;
  transform: rotate(1.5deg);
}

.frame-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--panel);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  filter: contrast(1.08) saturate(0.88);
}

.frame-card::after,
.featured-hype-reel::before,
.about-media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(100deg, transparent 0 38%, rgba(215, 255, 39, 0.18) 48%, transparent 58% 100%),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.04) 8px);
  opacity: 0;
  transform: translateX(-120%);
  animation: focusSweep 7.5s ease-in-out infinite;
}

.frame-card img {
  height: 100%;
  object-fit: cover;
}

.frame-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(5, 4, 3, 0.72);
  padding: 6px 8px;
}

.hero-card {
  position: absolute;
  transform-style: preserve-3d;
}

.main-card {
  inset: -6% -8% -8% -12%;
  transform: rotateY(-18deg) rotateX(8deg) translateZ(40px);
}

.float-card {
  right: -12%;
  bottom: -8%;
  width: 62%;
  height: 58%;
  transform: rotateY(18deg) rotateX(-8deg) translateZ(130px);
}

.orbit-ring {
  position: absolute;
  inset: 12% 0 6% 16%;
  border: 1px solid rgba(201, 255, 74, 0.26);
  border-radius: 50%;
  transform: rotateX(70deg) rotateZ(-18deg) translateZ(-40px);
  box-shadow: inset 0 0 60px rgba(201, 255, 74, 0.08);
}

.camera-hud {
  position: absolute;
  right: 4%;
  bottom: 7%;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 6px 10px;
  padding: 10px;
  color: rgba(241, 234, 220, 0.86);
  background: rgba(5, 4, 3, 0.62);
  border: 1px solid rgba(215, 255, 39, 0.32);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateZ(180px) rotate(-1deg);
}

.marquee {
  overflow: hidden;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background: rgba(241, 234, 220, 0.07);
}

.marquee-track {
  display: flex;
  width: max-content;
  max-width: none;
  animation: marquee 32s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  flex: 0 0 auto;
}

.marquee span {
  padding: 14px 24px;
  color: var(--ink);
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-sheet {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 14px 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.96), rgba(241, 234, 220, 0.06), rgba(5, 4, 3, 0.96)),
    #050403;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.contact-sheet div {
  display: flex;
  gap: 10px;
  width: max-content;
  padding-inline: 10px;
  animation: contactSheetPan 42s linear infinite;
  transform: translate3d(calc(var(--progress) * -120px), 0, 0);
}

.contact-sheet-b div {
  animation-direction: reverse;
  animation-duration: 48s;
}

.contact-sheet img {
  width: clamp(130px, 17vw, 240px);
  height: clamp(82px, 10vw, 140px);
  object-fit: cover;
  padding: 7px;
  background:
    repeating-linear-gradient(90deg, rgba(5, 4, 3, 0.92) 0 10px, rgba(241, 234, 220, 0.2) 10px 14px),
    #0d0b08;
  border: 1px solid rgba(241, 234, 220, 0.18);
  filter: contrast(1.14) saturate(0.82) grayscale(0.08);
}

.intro,
.section-heading,
.video-showcase,
.about,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.intro p,
.section-heading > p {
  margin-top: 16px;
}

.portfolio-hint {
  max-width: 440px;
  margin-top: 10px;
  color: rgba(241, 234, 220, 0.68);
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.services .section-heading {
  grid-template-columns: 1fr;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.services .section-heading h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(1.6rem, 3vw, 2.75rem);
  white-space: normal;
}

.services .section-heading > p {
  max-width: 720px;
  margin-top: 0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.filters button {
  padding: 10px 15px;
  color: var(--muted);
  background: var(--panel);
  border: 1px dashed var(--line);
  cursor: pointer;
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.filters button.active {
  color: #11120f;
  background: var(--accent);
  border-color: var(--accent);
}

.video-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.video-filters button {
  flex: 0 0 auto;
  padding: 9px 12px;
  color: rgba(241, 234, 220, 0.7);
  background: rgba(5, 4, 3, 0.72);
  border: 1px solid rgba(241, 234, 220, 0.18);
  border-radius: 999px;
  cursor: pointer;
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.video-filters button.active {
  color: #11120f;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 10px 24px rgba(255, 63, 23, 0.2);
}

.filters button[data-filter="interviews"] {
  min-width: 166px;
}

.edit-note,
.render-note,
.export-note {
  color: rgba(241, 234, 220, 0.52);
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.edit-note {
  width: fit-content;
  margin-top: 16px;
  padding: 7px 9px;
  border: 1px dashed rgba(255, 63, 23, 0.28);
  background: rgba(255, 63, 23, 0.05);
}

.render-note {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(241, 234, 220, 0.18);
}

.export-note {
  margin: -6px 0 18px;
}

.tilt-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 190px;
  grid-auto-flow: dense;
  gap: 10px;
  margin-top: 24px;
  perspective: 1100px;
}

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  text-align: left;
  background: #11120f;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transform-style: preserve-3d;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease;
}

.project-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: contrast(1.12) saturate(0.78) grayscale(0.12);
  transition: transform 650ms ease;
}

.project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 58%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 20% 20%, rgba(215, 255, 39, 0.14), transparent 30%);
}

.project-card::before,
.category-tile::before,
.gallery-shot::before,
.gallery-video-card::before,
.video-library-card::before {
  position: absolute;
  inset: 12px;
  z-index: 3;
  content: "FOCUS LOCK";
  display: grid;
  align-content: end;
  justify-content: start;
  padding: 8px;
  color: var(--accent);
  border: 1px solid rgba(215, 255, 39, 0.72);
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: scale(1.08);
  transition:
    opacity 160ms ease,
    transform 180ms ease;
  clip-path: polygon(0 0, 22% 0, 22% 6px, 6px 6px, 6px 22%, 0 22%, 0 0, 100% 0, 100% 22%, calc(100% - 6px) 22%, calc(100% - 6px) 6px, 78% 6px, 78% 0, 100% 0, 100% 100%, 78% 100%, 78% calc(100% - 6px), calc(100% - 6px) calc(100% - 6px), calc(100% - 6px) 78%, 100% 78%, 100% 100%, 0 100%, 0 78%, 6px 78%, 6px calc(100% - 6px), 22% calc(100% - 6px), 22% 100%, 0 100%);
}

.project-card:hover::before,
.category-tile:hover::before,
.gallery-shot:hover::before,
.gallery-video-card:hover::before,
.video-library-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.project-card span,
.project-card h3 {
  position: relative;
  z-index: 1;
}

.project-card span {
  margin-bottom: 10px;
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.project-card:hover {
  border-color: rgba(201, 255, 74, 0.65);
  transform: translateY(-8px) rotateX(4deg);
}

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

.category-landing {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: clamp(205px, 19vw, 270px);
  grid-auto-flow: dense;
  gap: 12px;
  margin-top: 24px;
}

.category-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-column: span 2;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(18px, 2.4vw, 28px);
  color: #fff;
  text-align: left;
  background: #11120f;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.category-tile img,
.category-tile video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
  filter: contrast(1.15) saturate(0.82) grayscale(0.08);
  transition: transform 650ms ease;
}

.category-tile[data-filter-card="portraits"] img {
  object-position: 50% 28%;
}

.category-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 58%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 5px);
}

.category-tile span,
.category-tile strong {
  position: relative;
  z-index: 1;
}

.category-tile span {
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.category-tile strong {
  margin-top: 6px;
  font-size: clamp(1.4rem, 3.4vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.category-tile:hover {
  border-color: rgba(201, 255, 74, 0.65);
  transform: translateY(-8px) rotateX(4deg);
}

.category-tile:hover img,
.category-tile:hover video {
  transform: scale(1.08);
}

.category-tile:nth-child(2) {
  transform: translateY(26px) rotate(-1.2deg);
}

.category-tile:nth-child(3) {
  transform: translateY(-14px) rotate(1deg);
}

.category-tile:nth-child(4) {
  transform: translateY(18px) rotate(-0.8deg);
}

.category-tile:nth-child(5) {
  transform: translateY(-10px) rotate(1.1deg);
}

.category-tile:nth-child(2):hover,
.category-tile:nth-child(3):hover,
.category-tile:nth-child(4):hover,
.category-tile:nth-child(5):hover {
  transform: translateY(-8px) rotateX(4deg) rotate(0deg);
}

.category-tile.tall {
  grid-row: auto;
}

.category-tile.wide {
  grid-column: span 2;
}

.category-tile[data-filter-card="interviews"] {
  grid-column: span 2;
}

.category-tile:nth-child(1),
.category-tile:nth-child(2) {
  grid-column: span 3;
}

.category-tile:nth-child(3),
.category-tile:nth-child(4),
.category-tile:nth-child(5) {
  grid-column: span 2;
}

.category-landing.is-hidden,
.gallery-wall.is-hidden {
  display: none;
}

.gallery-video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-column: span 3;
  overflow: hidden;
  min-height: 260px;
  padding: 10px;
  color: #fff;
  text-align: left;
  background: rgba(5, 4, 3, 0.92);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.gallery-video-card.wide {
  grid-column: span 3;
}

.gallery-video-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent 58%),
    radial-gradient(circle at 20% 20%, rgba(215, 255, 39, 0.14), transparent 30%);
}

.gallery-video-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  background: #050403;
}

.gallery-video-card span,
.gallery-video-card h3 {
  position: relative;
  z-index: 1;
  margin-inline: 8px;
}

.gallery-video-card span {
  margin-bottom: 10px;
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.video-library-card h3 {
  max-width: 100%;
  font-size: clamp(0.92rem, 1.05vw, 1.18rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.video-library-card span {
  margin-bottom: 7px;
  font-size: 0.62rem;
}

.interview-reel-card {
  gap: 10px;
  grid-row: span 3;
  min-height: 100%;
}

.project-card.interview-reel-card video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 230px;
  min-height: 180px;
  object-fit: cover;
  background: #050403;
  border: 1px solid rgba(246, 241, 224, 0.2);
}

.project-card.interview-reel-card::after {
  pointer-events: none;
}

.project-card.interview-reel-card span,
.project-card.interview-reel-card h3 {
  padding-inline: 8px;
}

.project-card.tall {
  grid-column: span 2;
  grid-row: span 2;
}

.project-card.wide {
  grid-column: span 3;
}

.project-card:not(.wide):not(.tall) {
  grid-column: span 2;
}

.project-card.is-hidden,
.gallery-shot.is-hidden,
.gallery-video-card.is-hidden {
  display: none;
}

.archive-heading {
  display: grid;
  gap: 4px;
  margin-top: clamp(28px, 4vw, 48px);
  margin-bottom: 14px;
}

.archive-heading h3 {
  max-width: 720px;
}

.gallery-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 126px;
  grid-auto-flow: dense;
  gap: 9px;
  margin-top: 24px;
}

.video-library {
  max-width: var(--max);
}

.compact-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
}

.video-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 252px;
  gap: 12px;
  margin-top: 18px;
  perspective: 1100px;
}

.video-archive-trigger {
  display: none;
}

.video-library-card,
.video-library-card.wide {
  grid-column: span 1;
  min-height: 100%;
}

.gallery-shot {
  position: relative;
  grid-column: span 2;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  background: var(--panel);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.gallery-shot::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), transparent 54%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.gallery-shot img {
  height: 100%;
  object-fit: cover;
  filter: contrast(1.12) saturate(0.82);
  transition: transform 650ms ease;
}

.gallery-shot:hover::after {
  opacity: 1;
}

.gallery-shot:hover img {
  transform: scale(1.06);
}

.gallery-shot:nth-child(6n + 2),
.gallery-video-card:nth-child(6n + 2) {
  transform: translateY(16px) rotate(-0.7deg);
}

.gallery-shot:nth-child(6n + 4),
.gallery-video-card:nth-child(6n + 4) {
  transform: translateY(-12px) rotate(0.8deg);
}

.gallery-shot:nth-child(6n + 5),
.gallery-video-card:nth-child(6n + 5) {
  transform: translateY(10px);
}

.gallery-shot.tall {
  grid-row: span 2;
}

.gallery-shot.wide {
  grid-column: span 3;
}

.tilt-gallery.is-hidden {
  display: none;
}

.video-showcase {
  max-width: none;
  row-gap: clamp(18px, 3.5vw, 36px);
  padding-right: max(clamp(18px, 4vw, 48px), calc((100vw - var(--max)) / 2 + 48px));
  padding-left: max(clamp(18px, 4vw, 48px), calc((100vw - var(--max)) / 2 + 48px));
  background:
    linear-gradient(135deg, rgba(255, 63, 23, 0.06), transparent 28%),
    #100d0a;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  perspective: 1200px;
}

.reveal-section {
  opacity: 0.72;
  transform: translateY(34px);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.video-copy {
  position: relative;
  top: auto;
  opacity: 1;
  transform: none;
}

.reel-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: min(1365px, 100%);
  margin-inline: auto;
  transform-style: preserve-3d;
  opacity: 1;
}

.reel-stack article {
  position: relative;
  top: auto;
  overflow: hidden;
  min-height: 488px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(5, 4, 3, 0.92);
}

.reel-stack article:nth-child(2) {
  transform: none;
}

.reel-stack article:nth-child(3) {
  transform: none;
}

.reel-stack img,
.reel-stack video {
  display: block;
  width: 100%;
  height: 488px;
  object-fit: contain;
  background: #060706;
}

.reel-stack span {
  display: block;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(5, 4, 3, 0.96);
  border-top: 2px solid var(--line);
  padding: 9px 10px;
}

.video-archive-copy,
.video-grid,
.client-strip {
  grid-column: 1 / -1;
}

.video-archive-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: clamp(12px, 3vw, 28px);
  border-top: 1px solid var(--line);
}

.video-archive-copy h3 {
  max-width: 760px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
  margin-top: 0;
  perspective: 1100px;
}

.video-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  grid-column: span 2;
  background: var(--panel);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(5, 4, 3, 0.92);
  will-change: transform;
  transition: transform 180ms linear, border-color 220ms ease;
}

.video-grid article.wide {
  grid-column: span 2;
}

.video-grid video {
  display: block;
  width: 100%;
  height: 230px;
  min-height: 230px;
  object-fit: cover;
  background: #060706;
}

.video-grid span {
  display: block;
  padding: 9px 10px;
  color: #11120f;
  background: var(--accent);
  border-top: 2px solid rgba(5, 4, 3, 0.82);
  font-size: 0.76rem;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.client-strip {
  display: grid;
  gap: 16px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: clamp(16px, 3vw, 30px) 0 0;
  border-top: 1px solid var(--line);
}

.client-strip-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 max(clamp(18px, 4vw, 48px), calc((100vw - var(--max)) / 2 + 48px));
}

.client-strip-top > .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 8px 10px;
  color: #11120f;
  background: var(--accent);
  border: 2px solid rgba(5, 4, 3, 0.82);
  box-shadow: 6px 6px 0 rgba(255, 63, 23, 0.46);
  transform: rotate(-1deg);
}

.client-proof {
  max-width: 760px;
  margin: -6px max(clamp(18px, 4vw, 48px), calc((100vw - var(--max)) / 2 + 48px)) 0;
  color: rgba(241, 234, 220, 0.86);
  font-family: "Space Mono", monospace;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.45;
  text-transform: uppercase;
}

.client-controls {
  display: flex;
  gap: 8px;
}

.client-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: rgba(5, 4, 3, 0.8);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 rgba(215, 255, 39, 0.18);
  cursor: pointer;
  font-family: "Space Mono", monospace;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.client-controls button:hover {
  color: #11120f;
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.client-controls button:active {
  transform: translateY(1px);
}

.client-list {
  --client-nudge: 0px;
  display: flex;
  gap: 16px;
  width: max-content;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  animation: clientPan 54s linear infinite;
  will-change: transform;
}

.client-list.is-skipping {
  animation-duration: 18s;
}

.client-strip:hover .client-list {
  animation-play-state: paused;
}

.client-list span {
  display: grid;
  min-width: clamp(220px, 19vw, 330px);
  width: clamp(220px, 19vw, 330px);
  min-height: 116px;
  place-items: center;
  padding: 18px 28px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 236, 0.76)),
    rgba(247, 244, 236, 0.88);
  border: 2px solid rgba(5, 4, 3, 0.62);
  border-radius: var(--radius);
  font-size: clamp(0.86rem, 1.2vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms linear, border-color 220ms ease;
}

.client-list img {
  width: 100%;
  max-width: 250px;
  height: 82px;
  object-fit: contain;
}

.project-card,
.gallery-shot,
.service-grid article {
  will-change: transform;
}

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

.service-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num title"
    "num copy";
  column-gap: 16px;
  row-gap: 6px;
  min-height: 0;
  padding: 13px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, 0.12), rgba(247, 244, 236, 0.04)),
    var(--panel);
  border: 1px solid rgba(241, 234, 220, 0.18);
  border-radius: var(--radius);
}

.service-grid article:nth-child(2),
.service-grid article:nth-child(4) {
  transform: translateY(22px) rotate(-0.7deg);
}

.service-grid article:nth-child(3) {
  transform: translateY(-12px) rotate(0.8deg);
}

.service-grid span {
  display: block;
  grid-area: num;
  margin-bottom: 0;
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-weight: 700;
  line-height: 1;
}

.service-grid h3 {
  grid-area: title;
  color: rgba(241, 234, 220, 0.94);
}

.service-grid p {
  grid-area: copy;
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.35;
}

.about-media {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  perspective: 1000px;
}

.about-media img {
  height: 460px;
  object-fit: cover;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotateY(10deg) rotateX(3deg) translateX(-18px);
  filter: contrast(1.1) saturate(0.8);
}

.about-note {
  position: absolute;
  right: clamp(12px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 30px);
  z-index: 4;
  display: grid;
  gap: 5px;
  width: min(260px, calc(100% - 32px));
  padding: 12px 13px;
  color: rgba(241, 234, 220, 0.88);
  background: rgba(5, 4, 3, 0.72);
  border: 1px solid rgba(241, 234, 220, 0.22);
  font-family: "Space Mono", monospace;
  transform: rotate(-1.5deg);
}

.about-note span {
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-note strong {
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  line-height: 1.2;
}

.signal-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.signal-list span,
.signal-list a,
.contact-details a,
.contact-details span {
  padding: 14px 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.about-instagram {
  display: inline-flex;
  width: fit-content;
  padding: 14px 16px;
  color: rgba(241, 234, 220, 0.94);
  background: rgba(5, 4, 3, 0.72);
  border: 1px solid rgba(255, 63, 23, 0.46);
  font-family: "Space Mono", monospace;
  font-size: clamp(0.92rem, 1.4vw, 1.1rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 5px 5px 0 rgba(255, 63, 23, 0.16);
  text-transform: uppercase;
}

.contact {
  align-items: stretch;
}

.contact-details {
  display: grid;
  margin-top: 28px;
}

form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.shoot-builder {
  display: grid;
  gap: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(215, 255, 39, 0.1), transparent 35%),
    rgba(5, 4, 3, 0.54);
  border: 1px dashed rgba(241, 234, 220, 0.26);
}

.builder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.builder-head h3 {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1;
}

.builder-head .eyebrow {
  margin-bottom: 5px;
}

.builder-head > span,
.project-board > span,
.builder-options span {
  color: var(--muted);
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.builder-options button {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 9px 10px;
  color: var(--ink);
  text-align: left;
  background: rgba(241, 234, 220, 0.06);
  border: 1px solid rgba(241, 234, 220, 0.2);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.builder-options button:hover,
.builder-options button.is-selected {
  background: rgba(215, 255, 39, 0.11);
  border-color: rgba(215, 255, 39, 0.72);
  box-shadow: 5px 5px 0 rgba(255, 63, 23, 0.22);
  transform: translateY(-2px);
}

.builder-options strong {
  max-width: 100%;
  font-size: clamp(0.76rem, 0.92vw, 0.9rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.project-board {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 9px 11px;
  background: rgba(5, 4, 3, 0.78);
  border-left: 3px solid var(--accent);
}

.project-board p {
  margin: 0;
  color: rgba(241, 234, 220, 0.88);
  font-family: "Space Mono", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

label.full,
form > .full,
form > button {
  grid-column: 1 / -1;
}

.newsletter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter input {
  width: auto;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(5, 4, 3, 0.76);
}

textarea {
  min-height: 118px;
  resize: vertical;
}

form > button {
  min-height: 52px;
  color: #11120f;
  background: var(--accent);
  border: 0;
  cursor: pointer;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px);
  color: var(--muted);
  background:
    radial-gradient(circle at 15% 25%, rgba(215, 255, 39, 0.13), transparent 24rem),
    linear-gradient(135deg, rgba(255, 63, 23, 0.12), transparent 34%),
    #050403;
  border-top: 2px solid var(--line);
  overflow: hidden;
}

.footer-mark {
  color: var(--ink);
  font-family: "Archivo Black", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(5rem, 18vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.72;
  text-transform: uppercase;
  text-shadow: 9px 9px 0 rgba(255, 63, 23, 0.35);
  transform: rotate(-2deg);
}

.footer-copy h2 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 5.6vw, 5.4rem);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  padding: 11px 13px;
  color: var(--ink);
  background: rgba(241, 234, 220, 0.06);
  border: 1px dashed var(--line);
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.portfolio-modal {
  width: min(1180px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}

.portfolio-modal::backdrop {
  background: rgba(0, 0, 0, 0.76);
}

.modal-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
  color: var(--ink);
  background: #11120f;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.modal-media-frame {
  display: grid;
  place-items: center;
  min-height: min(76vh, 720px);
  background: #050403;
}

.modal-image,
.modal-video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(76vh, 720px);
  object-fit: contain;
}

.modal-video {
  display: none;
  background: #050403;
}

.modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
}

.modal-title {
  max-width: 100%;
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.modal-notes {
  font-size: 0.92rem;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 10px 14px;
  color: #11120f;
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.modal-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 56px;
  color: #11120f;
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transform: translateY(-50%);
}

.modal-prev {
  left: 14px;
}

.modal-next {
  right: 334px;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  color: var(--accent);
  background: rgba(201, 255, 74, 0.08);
  border-radius: var(--radius);
}

.contact .is-hidden {
  display: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-16.666%);
  }
}

@keyframes contactSheetPan {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

@keyframes clientPan {
  from {
    transform: translateX(var(--client-nudge));
  }

  to {
    transform: translateX(calc(var(--client-nudge) - 50% - 6px));
  }
}

@keyframes focusSweep {
  0%,
  62% {
    opacity: 0;
    transform: translateX(-120%);
  }

  68% {
    opacity: 0.7;
  }

  78% {
    opacity: 0;
    transform: translateX(120%);
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes recPulse {
  50% {
    opacity: 0.28;
  }
}

@keyframes directorSmokeVeil {
  0% {
    opacity: 0;
    background-color: #000;
  }

  10% {
    opacity: 1;
  }

  30% {
    opacity: 1;
    background-color: #000;
  }

  58% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes directorSmokeCloud {
  0% {
    opacity: 0;
    transform: translate3d(var(--smoke-x), var(--smoke-y), 0) scale(0.26) rotate(var(--smoke-r));
  }

  16% {
    opacity: 0;
  }

  34% {
    opacity: 0.92;
  }

  62% {
    opacity: 0.86;
    transform: translate3d(0, 0, 0) scale(1.34) rotate(calc(var(--smoke-r) * -0.4));
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(var(--smoke-x) * -0.24), calc(var(--smoke-y) * 0.18), 0) scale(2.18) rotate(calc(var(--smoke-r) * -1));
  }
}

@keyframes directorDoorLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
  }

  34% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
  }

  64% {
    opacity: 1;
    transform: translate3d(-36vw, 0, 0) rotateY(-8deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-62vw, 0, 0) rotateY(-12deg);
  }
}

@keyframes directorDoorRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
  }

  34% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
  }

  64% {
    opacity: 1;
    transform: translate3d(36vw, 0, 0) rotateY(8deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(62vw, 0, 0) rotateY(12deg);
  }
}

@keyframes videoRevealVeil {
  0% {
    opacity: 0;
    background-color: #000;
  }

  8%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes videoRevealStatic {
  0%,
  12% {
    opacity: 0;
    transform: translateY(-6px);
  }

  20%,
  72% {
    opacity: 0.42;
    transform: translateY(0);
  }

  38% {
    opacity: 0.18;
    transform: translateY(7px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes videoRevealScan {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }

  16% {
    opacity: 0.8;
  }

  64% {
    opacity: 0.38;
    transform: translateY(80%);
  }

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

@keyframes videoRevealGrid {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }

  22%,
  74% {
    opacity: 1;
    transform: scale(1);
  }

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

@keyframes videoRevealFeed {
  0%,
  16% {
    opacity: 0;
    filter: brightness(0.4);
  }

  24%,
  36%,
  52%,
  74% {
    opacity: 0.88;
    filter: brightness(1);
  }

  30%,
  46% {
    opacity: 0.24;
    filter: brightness(1.6);
  }

  100% {
    opacity: 0;
  }
}

@keyframes videoRevealCard {
  0%,
  20% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  34%,
  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-12px) scale(1.02);
  }
}

@keyframes videoRevealBars {
  0%,
  16% {
    opacity: 0;
    transform: translateX(-100%);
  }

  26%,
  46% {
    opacity: 0.75;
  }

  68%,
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

@keyframes videoRevealPlayhead {
  0%,
  24% {
    opacity: 0;
    transform: translateX(-52vw);
  }

  36%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(52vw);
  }
}

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

@media (max-width: 980px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .opening-meta {
    position: relative;
    right: auto;
    bottom: auto;
    justify-items: start;
    margin-top: 28px;
    text-align: left;
    transform: none;
  }

  .backend-console,
  .dom-stack {
    width: min(300px, calc(50vw - 18px));
  }

  .shoot-sequence {
    grid-template-columns: 1fr;
  }

  .shoot-sequence-stage {
    position: fixed;
    top: 72px;
    height: calc(100svh - 72px);
  }

  .shoot-sequence-steps {
    gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shoot-sequence-steps article {
    min-height: 0;
  }

  .hero,
  .intro,
  .section-heading,
  .video-showcase,
  .about,
  .contact,
  .modal-shell {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 725px;
  }

  .viewfinder-overlay {
    inset: 78px 16px 16px;
    opacity: 0.18;
  }

  .modal-next {
    right: 14px;
  }

  .tilt-gallery,
  .category-landing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-tile,
  .category-tile.tall,
  .category-tile.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
    transform: none;
  }

  .project-card,
  .project-card.tall,
  .project-card.wide,
  .project-card:not(.wide):not(.tall) {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

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

  .video-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 210px;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .video-library-card {
    scroll-snap-align: start;
  }

  .video-library-card h3 {
    font-size: 1rem;
    line-height: 1.05;
  }

  .gallery-shot,
  .gallery-shot.tall,
  .gallery-shot.wide,
  .gallery-video-card,
  .gallery-video-card.wide {
    grid-column: auto;
    grid-row: auto;
    transform: none;
  }

  .gallery-video-card.interview-reel-card {
    grid-row: span 3;
  }

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

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

  .service-grid article {
    transform: none;
  }

  .reel-stack {
    grid-template-columns: 1fr;
  }

  .reel-stack article,
  .reel-stack article:nth-child(2),
  .reel-stack article:nth-child(3) {
    min-height: 280px;
    transform: none;
  }

  .reel-stack video,
  .reel-stack img {
    height: 280px;
    max-height: 62vh;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .video-archive-copy {
    align-items: start;
    flex-direction: column;
  }

  .video-grid article.wide {
    grid-column: span 2;
  }

}

@media (max-width: 680px) {
  body {
    padding-top: 74px;
  }

  .scroll-meter,
  .opening-scan,
  .production-overlay,
  .tool-chip,
  .scene-glow {
    display: none;
  }

  .reveal-section {
    opacity: 1;
    transform: none;
  }

  .section,
  .video-showcase,
  .video-library,
  .clients,
  .services,
  .about,
  .contact {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }

  .opening-reel {
    min-height: calc(100svh - 74px);
    padding: 28px 18px;
  }

  .opening-reel video {
    opacity: 0.78;
    filter: contrast(1.06) saturate(0.9);
    transform: none;
  }

  .opening-reel::after {
    inset: 14px;
    transform: none;
  }

  .opening-content h1 {
    max-width: 100%;
    font-size: clamp(3.6rem, 22vw, 6.8rem);
    overflow-wrap: anywhere;
  }

  .opening-content,
  .hero-copy,
  .section-heading,
  .video-copy,
  .video-archive-copy,
  .builder-head,
  .footer-copy,
  .contact {
    max-width: 100%;
    min-width: 0;
  }

  .opening-content > p,
  .hero-copy > p,
  .section-heading p,
  .video-copy p,
  .video-archive-copy p,
  .service-grid p,
  .builder-summary,
  .modal-notes {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    max-width: min(100%, 320px);
    margin-top: 12px;
  }

  .button,
  .nav-cta,
  .filters button,
  .builder-options button,
  form button {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .button {
    min-height: 44px;
    padding-inline: 15px;
    font-size: 0.72rem;
  }

  .contact-sheet {
    padding-block: 10px;
  }

  .contact-sheet img {
    width: 128px;
    height: 84px;
    padding: 5px;
  }

  .corrupt-sticker {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }

  .footer-mark {
    font-size: clamp(4.5rem, 27vw, 8rem);
  }

  .camera-readout {
    display: none;
  }

  .backend-console,
  .dom-stack {
    display: none !important;
  }

  body.director-mode {
    padding-top: 76px;
    background: #090a08;
  }

  body.director-mode .viewfinder-overlay,
  body.director-mode .director-world,
  body.director-mode .backend-code-layer,
  body.director-mode .director-slate,
  body.director-mode .art-board-controls,
  body.director-mode .sequence-side-panel,
  body.director-mode .sequence-hud {
    display: none !important;
  }

  body.director-mode .backend-console {
    top: 104px;
    right: auto;
    left: 12px;
    display: block !important;
    width: min(218px, calc(100vw - 24px));
    overflow: hidden;
    border-color: rgba(255, 63, 23, 0.32);
    background: rgba(9, 10, 8, 0.7);
    box-shadow: none;
    opacity: clamp(0, calc(1 - var(--director-smooth) * 2.8), 0.9);
    transform: translateY(calc(var(--director-smooth) * -220px));
  }

  body.director-mode .backend-console .console-top {
    padding: 6px 8px;
    color: rgba(241, 234, 220, 0.78);
    background: rgba(255, 63, 23, 0.12);
    border-bottom-color: rgba(255, 63, 23, 0.24);
    font-size: 0.55rem;
  }

  body.director-mode .backend-console code {
    max-height: 58px;
    gap: 4px;
    padding: 7px 8px;
    font-size: 0.52rem;
    line-height: 1.25;
  }

  body.director-mode .shoot-sequence {
    min-height: max(620vh, 100svh);
    background:
      linear-gradient(180deg, rgba(9, 10, 8, 0.1), rgba(9, 10, 8, 0.64)),
      #090a08;
    border-bottom: 0;
  }

  body.director-mode .shoot-sequence::before {
    top: 64px;
    opacity: 0.14;
    transform: none;
  }

  body.director-mode .shoot-sequence::after {
    top: 64px;
    background:
      linear-gradient(180deg, rgba(9, 10, 8, 0.54), transparent 16%, transparent 76%, rgba(9, 10, 8, 0.78));
  }

  body.director-mode .shoot-sequence-stage {
    position: fixed;
    top: 64px;
    height: calc(100svh - 64px);
    padding: 0;
    perspective: none;
  }

  body.director-mode .sequence-monitor {
    width: 100vw;
    height: calc(100svh - 64px);
    min-height: calc(100svh - 64px);
    background: #090a08;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  body.director-mode .sequence-monitor img {
    inset: 0;
    width: 100vw;
    height: calc(100svh - 150px);
    margin: 6px 0 0;
    object-fit: contain;
  }

  body.director-mode .sequence-monitor::before,
  body.director-mode .sequence-monitor::after {
    display: none;
  }

  body.director-mode .sequence-readout {
    right: 12px;
    bottom: 74px;
    left: 12px;
    gap: 6px;
    width: auto;
    padding: 10px 11px;
    background: rgba(9, 10, 8, 0.72);
    border-color: rgba(255, 63, 23, 0.28);
    transform: none;
  }

  body.director-mode .sequence-readout .eyebrow,
  body.director-mode .sequence-readout p[data-sequence-copy],
  body.director-mode .sequence-brief {
    display: none;
  }

  body.director-mode .sequence-readout h2 {
    font-size: clamp(1.02rem, 6vw, 1.6rem);
    line-height: 0.98;
  }

  body.director-mode .sequence-progress {
    height: 4px;
    background: rgba(241, 234, 220, 0.14);
  }

  body.director-mode .sequence-progress span {
    background: var(--hot);
  }

  body.director-mode .shoot-sequence-steps {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 6px;
    width: auto;
    transform: none;
  }

  body.director-mode .shoot-sequence-steps article {
    display: none;
    padding: 8px 9px;
    background: rgba(9, 10, 8, 0.74);
    border-color: rgba(255, 63, 23, 0.22);
    transform: none;
  }

  body.director-mode .shoot-sequence-steps article.is-active {
    display: block;
    color: rgba(241, 234, 220, 0.92);
    background: rgba(255, 63, 23, 0.12);
    border-color: rgba(255, 63, 23, 0.56);
    transform: none;
  }

  body.director-mode .shoot-sequence-steps article.is-near:not(.is-active) {
    display: none;
  }

  body.director-mode .shoot-sequence-steps h3 {
    display: none;
  }

  .site-header {
    position: fixed;
    align-items: center;
    flex-direction: row;
    gap: 6px;
    padding: 8px 8px;
  }

  .viewfinder-overlay {
    inset: 80px 16px 16px;
  }

  .brand {
    display: none;
  }

  nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 6px;
    min-width: 0;
    margin-left: auto;
  }

  nav > a:not(.nav-cta) {
    display: none;
  }

  .nav-menu-toggle {
    display: inline-grid;
    min-height: 34px;
    place-items: center;
    padding: 8px 9px;
    color: rgba(241, 234, 220, 0.82);
    background: rgba(241, 234, 220, 0.06);
    border: 1px solid rgba(241, 234, 220, 0.18);
    border-radius: 2px;
    font-family: "Space Mono", monospace;
    font-size: clamp(0.54rem, 2.7vw, 0.64rem);
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-menu {
    position: fixed;
    top: 54px;
    right: 8px;
    left: 8px;
    z-index: 82;
    display: grid;
    gap: 6px;
    padding: 9px;
    color: rgba(241, 234, 220, 0.88);
    background: rgba(5, 4, 3, 0.96);
    border: 1px solid rgba(241, 234, 220, 0.2);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 150ms ease,
      transform 150ms ease;
  }

  body.mobile-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 9px 10px;
    background: rgba(241, 234, 220, 0.05);
    border: 1px solid rgba(241, 234, 220, 0.12);
    font-family: "Space Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .director-toggle {
    flex: 0 0 25vw;
    width: 25vw;
    max-width: 104px;
    min-width: 74px;
    margin-left: 0;
    padding: 8px 7px;
    font-size: clamp(0.52rem, 2.55vw, 0.62rem);
    color: rgba(241, 234, 220, 0.58);
    background: rgba(241, 234, 220, 0.025);
    border-color: rgba(241, 234, 220, 0.1);
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .video-vault-toggle {
    flex: 0 0 31vw;
    width: 31vw;
    max-width: 132px;
    min-width: 98px;
    padding: 8px 7px;
    font-size: clamp(0.52rem, 2.55vw, 0.62rem);
    color: rgba(241, 234, 220, 0.58);
    background: rgba(241, 234, 220, 0.025);
    border-color: rgba(241, 234, 220, 0.1);
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-cta {
    flex: 0 0 auto;
    padding: 9px 9px;
    color: #11120f;
    background: var(--accent);
    border-color: rgba(215, 255, 39, 0.9);
    box-shadow: 3px 3px 0 rgba(255, 63, 23, 0.28);
    font-size: clamp(0.56rem, 2.8vw, 0.68rem);
    white-space: nowrap;
  }

  .video-vault {
    inset: 58px 0 0;
    padding: 10px;
  }

  .video-vault-shell {
    min-height: calc(100svh - 78px);
    padding: 8px;
  }

  .video-vault-topbar {
    align-items: start;
    flex-direction: column;
    gap: 9px;
    padding: 9px;
  }

  .video-vault-status {
    justify-content: flex-start;
  }

  .video-vault-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(190px, 56vw);
  }

  .video-reveal-grid {
    inset: 12vh 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .video-reveal-grid span {
    min-height: 16vh;
  }

  .video-vault-feed,
  .video-vault-feed:nth-child(5n + 1),
  .video-vault-feed:nth-child(7n + 4) {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-title {
    width: 100%;
    max-width: calc(100vw - 36px);
    row-gap: 0;
    margin-bottom: 6px;
    font-size: clamp(1.62rem, 8.8vw, 2.12rem);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .hero-title span,
  .hero-title span:not(:first-child) {
    display: block;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    white-space: normal;
  }

  .hero {
    display: block;
    min-height: 390px;
    padding-top: 28px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero-copy {
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    max-width: calc(100vw - 36px);
    padding-top: 6px;
    text-shadow: 0 2px 18px rgba(5, 4, 3, 0.74);
  }

  .hero-copy::before {
    position: absolute;
    inset: -12px -10px -12px -8px;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgba(5, 4, 3, 0.82), rgba(5, 4, 3, 0.42), transparent);
    pointer-events: none;
  }

  .hero-copy .eyebrow {
    margin-bottom: 9px;
    font-size: 0.62rem;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: min(31rem, 82vw);
    font-size: 0.92rem;
    line-height: 1.28;
  }

  .hero-stage {
    position: absolute;
    inset: 112px 8px auto auto;
    z-index: 1;
    width: min(82vw, 335px);
    height: 246px;
    min-height: 0;
    opacity: 0.78;
    pointer-events: none;
  }

  .main-card {
    inset: 0 -16% 12% 8%;
    z-index: 1;
    transform: rotate(-4deg);
  }

  .float-card {
    right: 5%;
    bottom: 0;
    z-index: 2;
    width: 62%;
    height: 48%;
    background: #050403;
    transform: rotate(3deg);
  }

  .hero-card figcaption,
  .camera-hud {
    display: none;
  }

  .hero-card,
  .hero-stage {
    transform-style: flat;
  }

  .hero-card::after {
    display: none;
  }

  .orbit-ring {
    display: none;
  }

  .tilt-gallery,
  .category-landing,
  .gallery-wall,
  .video-grid,
  .builder-options,
  .service-grid,
  form {
    grid-template-columns: 1fr;
  }

  .gallery-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 138px;
    gap: 7px;
  }

  .gallery-shot,
  .gallery-shot.tall,
  .gallery-shot.wide,
  .gallery-video-card,
  .gallery-video-card.wide,
  .gallery-video-card.interview-reel-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 138px;
    transform: none;
  }

  .category-tile,
  .category-tile.tall,
  .category-tile.wide,
  .category-tile[data-filter-card="interviews"] {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
    transform: none;
  }

  .category-tile span,
  .category-tile strong,
  .gallery-video-card h3,
  .video-library-card h3,
  .video-grid h3,
  .service-grid h3,
  .builder-options strong,
  .footer-copy h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .category-tile strong {
    font-size: clamp(1.2rem, 10vw, 2.25rem);
    line-height: 0.95;
  }

  .contact-sheet-a {
    margin-bottom: 6px;
  }

  .work {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .work .section-heading {
    gap: 8px;
    margin-bottom: 8px;
  }

  .work .section-heading h2 {
    font-size: clamp(1.55rem, 8.6vw, 2.2rem);
    line-height: 0.98;
  }

  .portfolio-hint {
    margin-top: 6px;
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .work .filters {
    gap: 6px;
    margin-top: 0;
  }

  .work .filters button,
  .work .filters button[data-filter="interviews"] {
    flex: 1 1 calc(33.333% - 6px);
    min-height: 34px;
    padding: 7px 8px;
    font-size: 0.58rem;
  }

  .work .edit-note {
    display: none;
  }

  .category-landing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 154px);
    grid-auto-rows: 0;
    gap: 8px;
    margin-top: 8px;
    overflow: hidden;
  }

  .category-tile,
  .category-tile.tall,
  .category-tile.wide,
  .category-tile[data-filter-card="interviews"] {
    grid-column: auto;
    grid-row: auto;
    min-height: 154px;
    padding: 12px;
  }

  .category-tile:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 132px;
  }

  .category-tile:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .category-tile:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    min-height: 154px;
  }

  .category-tile span {
    font-size: 0.58rem;
  }

  .category-tile strong {
    margin-top: 3px;
    font-size: clamp(1.02rem, 7vw, 1.65rem);
  }

  .video-grid article.wide {
    grid-column: auto;
  }

  .video-library {
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(241, 234, 220, 0.16);
  }

  .video-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 132px;
    gap: 7px;
    overflow: visible;
    padding-bottom: 0;
    perspective: none;
    scroll-snap-type: none;
  }

  .video-library .compact-heading {
    gap: 10px;
    margin-bottom: 12px;
  }

  .video-library .section-heading h2 {
    font-size: clamp(1.55rem, 8.4vw, 2.2rem);
    line-height: 0.96;
  }

  .video-library .section-heading p {
    font-size: 0.88rem;
    line-height: 1.32;
  }

  .video-filters {
    flex-wrap: nowrap;
    gap: 7px;
    margin: 10px -18px 12px;
    padding: 0 18px 3px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .video-filters::-webkit-scrollbar {
    display: none;
  }

  .video-filters button {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.54rem;
    white-space: nowrap;
  }

  .video-library-card,
  .video-library-card.wide,
  .gallery-video-card.video-library-card {
    grid-column: auto;
    min-height: 132px;
    padding: 6px;
    border-width: 1px;
    border-color: rgba(241, 234, 220, 0.18);
    border-radius: 4px;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.36),
      inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  .video-library-card:nth-child(1),
  .video-library-card:nth-child(11),
  .video-library-card:nth-child(17),
  .video-library-card:nth-child(22) {
    grid-column: auto;
    min-height: 132px;
  }

  .video-library-card:first-child,
  .gallery-video-card.video-library-card:first-child {
    grid-column: 1 / -1;
    grid-row: span 2;
    min-height: 246px;
    padding: 10px;
  }

  .gallery-video-card.video-library-card::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.08) 58%, rgba(255, 63, 23, 0.08)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 13px),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
  }

  .gallery-video-card.video-library-card video {
    opacity: 0.9;
    filter: contrast(1.08) saturate(0.86);
  }

  .video-library-card span {
    margin-inline: 5px;
    margin-bottom: 5px;
    width: fit-content;
    max-width: calc(100% - 10px);
    padding: 3px 5px;
    color: #11120f;
    background: rgba(215, 255, 39, 0.88);
    border: 1px solid rgba(215, 255, 39, 0.72);
    border-radius: 999px;
    font-size: 0.48rem;
    line-height: 1;
    white-space: normal;
  }

  .video-library-card h3 {
    margin-inline: 5px;
    font-size: clamp(0.58rem, 2.65vw, 0.74rem);
    line-height: 1;
    text-wrap: balance;
  }

  .video-library-card:first-child h3 {
    font-size: clamp(1rem, 5.2vw, 1.3rem);
    line-height: 0.96;
  }

  .video-archive-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    padding: 12px 14px;
    color: #11120f;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--accent);
    border: 1px solid rgba(255, 63, 23, 0.84);
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(255, 63, 23, 0.22);
  }

  .about-media,
  .about-media img,
  .modal-image {
    height: auto;
    min-height: 0;
  }

  .about-note {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 10px;
    transform: rotate(-0.5deg);
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  header,
  footer,
  article,
  div,
  nav,
  form,
  figure,
  figcaption {
    max-width: 100%;
    min-width: 0;
  }

  h1,
  h2,
  h3,
  p,
  a,
  button,
  span,
  strong,
  small,
  label,
  input,
  textarea,
  select,
  figcaption {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .brand span:last-child {
    display: none;
  }

  .opening-content {
    width: min(100%, calc(100vw - 36px));
    transform: none;
  }

  .opening-content > p:not(.eyebrow),
  .hero-copy > p,
  .section-heading > p,
  .section-heading div,
  .compact-heading div,
  .video-copy,
  .video-archive-copy,
  .about-copy,
  .footer-copy {
    width: 100%;
  }

  .opening-meta {
    right: 18px;
    left: 18px;
    justify-items: start;
    text-align: left;
    transform: none;
  }

  h1,
  h2 {
    letter-spacing: 0;
  }

  h2,
  .section-heading h2,
  .services .section-heading h2,
  .footer-copy h2 {
    font-size: clamp(1.65rem, 10vw, 2.55rem);
    line-height: 0.98;
  }

  h3,
  .video-archive-copy h3,
  .builder-head h3 {
    font-size: clamp(1.05rem, 6vw, 1.45rem);
    line-height: 1.04;
  }

  .eyebrow,
  .render-note,
  .edit-note,
  .hero-proof span,
  .opening-meta span,
  .filters button,
  .builder-options button,
  .video-library-card span,
  .gallery-video-card span {
    letter-spacing: 0;
    white-space: normal;
  }

  .hero-proof,
  .filters,
  .client-controls,
  .builder-options {
    width: 100%;
  }

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

  .hero-proof span {
    padding: 6px 7px;
    font-size: 0.58rem;
  }

  .services {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .services .section-heading {
    gap: 8px;
    margin-bottom: 8px;
  }

  .services .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 7.8vw, 1.95rem);
  }

  .services .section-heading > p {
    font-size: 0.84rem;
    line-height: 1.28;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .service-grid article,
  .service-grid article:nth-child(2),
  .service-grid article:nth-child(3),
  .service-grid article:nth-child(4) {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 0;
    padding: 9px;
    transform: none;
  }

  .service-grid span {
    font-size: 0.64rem;
  }

  .service-grid h3 {
    font-size: clamp(0.86rem, 4.6vw, 1.08rem);
    line-height: 0.98;
  }

  .service-grid p {
    font-size: 0.68rem;
    line-height: 1.22;
  }

  .corrupt-sticker {
    right: 14px;
    bottom: 10px;
    width: min(150px, 44vw);
    padding: 6px 7px;
    opacity: 0.56;
  }

  .about {
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .about-media {
    min-height: 300px;
  }

  .about-media img {
    height: 300px;
    transform: none;
  }

  .about-note {
    right: 10px;
    bottom: 10px;
    width: min(210px, calc(100% - 20px));
    padding: 9px 10px;
  }

  .about-note strong {
    font-size: 0.78rem;
  }

  .about h2 {
    font-size: clamp(1.55rem, 8.4vw, 2.18rem);
    line-height: 0.98;
  }

  .about p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.36;
  }

  .signal-list {
    gap: 4px;
    margin-top: 14px;
  }

  .signal-list span,
  .signal-list a {
    padding: 9px 0;
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .signal-list .about-instagram {
    padding: 11px 12px;
    font-size: 0.9rem;
    line-height: 1;
  }

  .contact {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .contact h2 {
    font-size: clamp(1.48rem, 8.2vw, 2.1rem);
    line-height: 0.98;
  }

  .contact p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.34;
  }

  .contact-details {
    margin-top: 14px;
  }

  .contact-details a,
  .contact-details span {
    padding: 8px 0;
    font-size: 0.84rem;
    line-height: 1.2;
  }

  form {
    gap: 7px;
    padding: 12px;
  }

  .shoot-builder {
    gap: 6px;
    padding: 9px;
  }

  .builder-head {
    gap: 8px;
  }

  .builder-head h3 {
    font-size: 1rem;
  }

  .builder-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .builder-options button {
    min-height: 48px;
    padding: 7px 8px;
  }

  .builder-options strong {
    font-size: 0.72rem;
  }

  .project-board {
    gap: 7px;
    padding: 7px 9px;
  }

  label {
    gap: 5px;
    font-size: 0.78rem;
  }

  input,
  select,
  textarea {
    padding: 9px 10px;
  }

  textarea {
    min-height: 82px;
  }

  form > button {
    min-height: 44px;
  }

  .filters button,
  .filters button[data-filter="interviews"] {
    min-width: 0;
    flex: 1 1 calc(50% - 6px);
  }

  .marquee,
  .marquee-track {
    max-width: 100vw;
    overflow: hidden;
  }

  .marquee-track {
    animation-duration: 17s;
  }

  .marquee-group span {
    white-space: nowrap;
  }

  .contact-sheet div {
    animation-duration: 18s;
  }

  .contact-sheet-b div {
    animation-duration: 21s;
  }

  .video-library-grid {
    width: 100%;
    max-width: 100%;
  }

  .gallery-video-card h3,
  .video-library-card h3 {
    display: block;
    max-height: none;
    text-overflow: clip;
  }

  .builder-summary strong {
    white-space: normal;
    text-overflow: clip;
  }

  .work .gallery-wall:not(.is-hidden) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 138px;
    gap: 7px;
  }

  .work .gallery-wall:not(.is-hidden) > .gallery-shot,
  .work .gallery-wall:not(.is-hidden) > .gallery-shot.tall,
  .work .gallery-wall:not(.is-hidden) > .gallery-shot.wide,
  .work .gallery-wall:not(.is-hidden) > .gallery-video-card,
  .work .gallery-wall:not(.is-hidden) > .gallery-video-card.wide,
  .work .gallery-wall:not(.is-hidden) > .gallery-video-card.interview-reel-card {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 138px;
    transform: none;
  }
}
