:root {
  --ink: #0a0a0a;
  --ink-soft: #11110f;
  --paper: #f3efe7;
  --muted: #a8a39a;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --line: rgba(232, 213, 176, 0.2);
  --gutter: clamp(20px, 4vw, 64px);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 500ms ease;
  overflow-x: clip;
}
body.is-ready { opacity: 1; }
body.is-leaving { opacity: 0; }
main { min-width: 0; }
img { display: block; width: 100%; max-width: 100%; }
main img.is-download-protected {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
main .is-protected-media {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(232, 213, 176, .18); }
::selection { color: var(--ink); background: var(--gold-light); }
h1, h2, h3 { text-wrap: balance; }
p, li, blockquote { text-wrap: pretty; }
.display, .section-title, .work-name, .price-name, .overview-caption h2 {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 1000;
  padding: 10px 14px; color: var(--ink); background: var(--paper);
}
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 74px; padding: 14px var(--gutter);
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0));
  backdrop-filter: blur(3px);
}
.brand {
  font-family: "Courier New", monospace; font-size: 13px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav a, .language-toggle {
  position: relative; border: 0; padding: 6px 0; background: none;
  font-size: 12px; letter-spacing: .09em; text-transform: uppercase; cursor: pointer;
}
.site-nav a::after {
  content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform 280ms ease;
}
.site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.language-toggle { color: var(--gold-light); }
.menu-toggle { display: none; border: 1px solid var(--line); padding: 8px 10px; background: rgba(0,0,0,.4); cursor: pointer; }

.eyebrow {
  margin: 0 0 18px; color: var(--gold); font-family: "Courier New", monospace;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
}
.display {
  margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(58px, 11vw, 172px); font-weight: 800; line-height: .83;
  letter-spacing: -.035em; text-transform: uppercase;
}
.display em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.section-title {
  margin: 0; font-size: clamp(40px, 7vw, 108px); font-weight: 700; line-height: .92;
  letter-spacing: -.05em; text-transform: uppercase;
}
.section-title .soft { color: var(--gold-light); font-family: Georgia, serif; font-style: italic; font-weight: 400; text-transform: none; }
.lead { max-width: 780px; color: #d9d4cb; font-size: clamp(18px, 2.1vw, 30px); line-height: 1.35; }
.muted { color: var(--muted); }
.container { width: min(1600px, 100%); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(90px, 12vw, 190px); }
.section-rule { border-top: 1px solid var(--line); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 50px; padding: 12px 20px; border: 1px solid var(--gold);
  color: var(--paper); font-family: "Courier New", monospace; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; transition: color 260ms ease, background 260ms ease;
}
.button::after { content: "↗"; font-size: 18px; }
.button--light { color: var(--ink); border-color: var(--ink); }
.button:focus-visible { color: var(--ink); background: var(--gold-light); }
.button--light:focus-visible { color: var(--paper); background: var(--ink); }
.button:active { transform: translateY(1px); }

.home-hero { --hero-scroll: 0; position: relative; min-height: 172svh; background: #e9e9eb; }
.hero-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.hero-panel { position: absolute; inset-block: 0; width: 50%; overflow: hidden; background: #080808; }
.hero-panel--left { left: 0; }
.hero-panel--right { right: 0; }
.hero-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.34), transparent 45%); pointer-events: none; }
.hero-slide { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity 1.3s ease, transform 8s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-gate { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: calc(var(--hero-scroll) * 100vw); min-width: 0; overflow: hidden; color: #151515; background: #e9e9eb; transform: translateX(-50%); pointer-events: none; }
.hero-gate-content { position: absolute; inset: 0; width: 100vw; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 max(var(--gutter), 8vw) 12vh; opacity: clamp(0, calc((var(--hero-scroll) - .22) * 1.7), 1); transform: translateY(calc((1 - var(--hero-scroll)) * 15vh)); }
.hero-gate-title { align-self: center; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(58px, 11vw, 180px); line-height: .82; letter-spacing: .01em; white-space: nowrap; }
.hero-gate-meta { display: flex; justify-content: space-between; gap: 30px; margin-top: clamp(55px, 8vh, 100px); font: 13px/1.4 "Courier New", monospace; letter-spacing: .02em; }
.hero-intro { position: absolute; z-index: 5; left: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 25px; transition: opacity 300ms ease; }
.hero-intro p { max-width: 250px; margin: 0; font-size: 13px; }
.hero-intro .button { border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.hero-scroll { position: absolute; z-index: 5; right: 24px; bottom: 32px; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.cursor-label, .cursor-dot { position: fixed; z-index: 300; left: 0; top: 0; opacity: 0; pointer-events: none; transform: translate3d(var(--cursor-x, 0), var(--cursor-y, 0), 0) translate(-50%,-50%); transition: opacity 150ms ease; }
.cursor-label { padding: 4px 7px; border: 1px solid #fff; border-radius: 2px; color: #fff; background: rgba(0,0,0,.7); box-shadow: 0 2px 14px rgba(0,0,0,.35); font: 13px/1.15 "Courier New", monospace; transform: translate3d(var(--cursor-x, 0), var(--cursor-y, 0), 0) translate(14px,14px); }
.cursor-label.is-visible, .cursor-dot.is-visible { opacity: 1; }
.cursor-dot { z-index: 299; width: 9px; height: 9px; border-radius: 50%; background: #fff; mix-blend-mode: difference; }

.intro-montage { --title-opacity: 1; --copy-opacity: 1; position: relative; min-height: clamp(1650px, 165vw, 2450px); padding-block: clamp(110px, 14vw, 230px); }
.montage-copy { position: sticky; z-index: 5; top: 118px; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 12vw, 190px); align-items: start; height: 0; color: #fff; opacity: var(--copy-opacity); mix-blend-mode: difference; pointer-events: none; transition: opacity 80ms linear; }
.montage-copy h2 { margin: 0; opacity: var(--title-opacity); font: 700 clamp(44px, 5vw, 82px)/.9 ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace; letter-spacing: -.065em; text-transform: uppercase; text-shadow: 0 2px 28px rgba(0,0,0,.28); transition: opacity 80ms linear; }
.montage-copy > div { pointer-events: auto; }
.montage-copy p { max-width: 520px; margin: 0 0 22px; color: inherit; font-size: clamp(16px, 1.5vw, 22px); }
.montage-about-link { position: relative; display: inline-block; margin-top: 14px; padding: 8px 28px 8px 0; border-bottom: 0; color: inherit; font-size: 14px; letter-spacing: .02em; transition: letter-spacing 280ms ease; }
.montage-about-link::before { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: currentColor; transform-origin: left; transition: transform 280ms ease; }
.montage-about-link::after { content: "↗"; position: absolute; right: 3px; top: 7px; transition: transform 280ms ease; }
.montage-about-link:focus-visible { letter-spacing: .07em; }
.montage-about-link:focus-visible::before { transform: scaleX(.42); transform-origin: right; }
.montage-about-link:focus-visible::after { transform: translate(4px,-4px); }
.montage-images { position: absolute; inset: clamp(110px, 14vw, 230px) var(--gutter) clamp(110px, 14vw, 230px); }
.montage-image { --reveal-progress: 0; position: absolute; margin: 0; overflow: hidden; clip-path: inset(calc((1 - var(--reveal-progress)) * 50%) 0); }
.montage-image img { height: 100%; object-fit: cover; transform: scale(calc(1.08 - var(--reveal-progress) * .08)); }
.montage-image--primary { top: 3%; left: 0; width: 46%; height: 43%; }
.montage-image--secondary { top: 31%; right: 0; z-index: 2; width: 54%; height: 44%; }
.montage-image--detail { left: 2%; bottom: 0; width: 43%; height: 32%; }

.statement { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.statement-copy p { max-width: 590px; color: #c9c3b8; font-size: clamp(17px, 1.7vw, 24px); }
.statement-index { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-family: "Courier New", monospace; color: var(--gold); font-size: 11px; text-transform: uppercase; }

.work-list { margin-top: 70px; border-top: 1px solid var(--line); }
.work-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(24px, 5vw, 80px); padding: clamp(28px, 4vw, 64px) 0; border-bottom: 1px solid var(--line); }
.image-link { position: relative; overflow: hidden; background: #171715; }
.image-link img { aspect-ratio: 16/9; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.75,.2,1), filter 500ms ease; }
.work-card .image-link img { height: auto; aspect-ratio: auto; object-fit: contain; }
.work-card .image-swap { display: grid; }
.work-card .image-swap img { grid-area: 1 / 1; width: 100%; }
.work-card .image-swap-hover { opacity: 0; transition: opacity 650ms cubic-bezier(.2,.75,.2,1); }
.work-card .image-swap:focus-visible .image-swap-hover { opacity: 1; }
.work-meta { display: flex; flex-direction: column; justify-content: space-between; gap: 36px; }
.work-number { color: var(--gold); font-family: "Courier New", monospace; font-size: 11px; }
.work-name { margin: 0; font-size: clamp(32px, 4.2vw, 68px); line-height: 1; text-transform: uppercase; }
.work-tag { color: var(--muted); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.testimonials { background: var(--paper); color: var(--ink); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: rgba(10,10,10,.2); }
.quote-card { min-height: 390px; padding: clamp(26px, 3vw, 48px); background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.quote-card blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(19px, 1.8vw, 28px); line-height: 1.3; }
.quote-card cite { font-family: "Courier New", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.approach-rows { --approach-progress: 0; position: relative; margin-top: 72px; padding-bottom: 30vh; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 1px solid var(--line); }
.approach-row { position: sticky; top: clamp(105px, 14vh, 155px); display: grid; grid-template-columns: 45px 1.35fr 1fr 1fr; gap: clamp(18px, 4vw, 70px); min-height: clamp(250px, 32vh, 360px); padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.65); background: var(--ink); opacity: .18; transform: translateY(12px); transition: opacity 500ms ease, transform 500ms ease; }
.approach-row:nth-child(1) { z-index: 1; }
.approach-row:nth-child(2) { z-index: 2; margin-top: 28vh; }
.approach-row:nth-child(3) { z-index: 3; margin-top: 28vh; }
.approach-row.is-active { opacity: 1; transform: translateY(0); }
.approach-row > span { color: var(--gold); font: 11px "Courier New", monospace; }
.approach-row h3 { margin: 0; font: 700 clamp(23px, 2.4vw, 40px)/1.08 "Courier New", monospace; text-transform: uppercase; }
.approach-row ul { margin: 0; padding: 0; list-style: none; color: #c8c3ba; font: 13px/1.7 "Courier New", monospace; text-transform: uppercase; }
.approach-progress { position: absolute; right: -5px; top: calc(var(--approach-progress) * 100%); width: 10px; height: 10px; border-radius: 50%; background: #fff; transform: translateY(-50%); transition: top 180ms linear; }
.postprod-feature { display: grid; grid-template-columns: 1.05fr .8fr 1.05fr; gap: 8px; margin-top: 8px; }
.postprod-feature figure { position: relative; display: flex; align-items: center; margin: 0; overflow: hidden; background: #151513; }
.postprod-feature img { height: clamp(320px, 34vw, 540px); object-fit: contain; transition: transform 700ms ease, filter 500ms ease; }
.postprod-label { position: absolute; left: 18px; bottom: 18px; padding: 8px 10px; color: var(--ink); background: var(--gold-light); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.montage-copy > *, .work-meta, .overview-caption, .contact-grid > *, .footer-grid > * { min-width: 0; }

.cta-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; padding: clamp(50px, 8vw, 120px) var(--gutter); color: var(--ink); background: var(--gold-light); }
.cta-panel .section-title { max-width: 900px; }
.cta-action { justify-self: end; text-align: right; }
.filmstrip { overflow: hidden; background: var(--ink); }
.filmstrip-track { display: flex; width: max-content; will-change: transform; animation: filmstripScroll 34s linear infinite; }
.filmstrip-set { display: flex; flex: none; gap: 4px; padding-right: 4px; }
.filmstrip img { flex: none; width: clamp(260px, 28vw, 520px); height: 260px; object-fit: cover; transition: filter 350ms ease; }
@keyframes filmstripScroll { to { transform: translateX(-50%); } }

.page-hero { min-height: 66svh; display: grid; align-content: end; padding: 150px var(--gutter) 64px; border-bottom: 1px solid var(--line); }
.page-hero .display { max-width: 1500px; }
.page-intro { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-top: 36px; }
.page-intro .lead { margin: 0; }
.back-link { display: inline-flex; gap: 12px; color: var(--gold-light); font-family: "Courier New", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.back-link::before { content: "←"; }

.works-overview { padding-block: 10px 120px; }
.overview-card { position: relative; display: block; margin-top: clamp(50px, 7vw, 100px); }
.overview-card .image-link img { aspect-ratio: 2.05/1; max-height: 720px; }
.overview-caption { display: flex; justify-content: space-between; gap: 30px; align-items: baseline; padding: 18px 0; }
.overview-caption h2 { margin: 0; font-size: clamp(28px, 4vw, 64px); text-transform: uppercase; }

.gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
  padding: 8px;
}
.gallery-item { grid-column: span 6; margin: 0; overflow: hidden; background: #151513; }
.gallery-item img { width: 100%; height: auto; transition: transform 700ms cubic-bezier(.2,.8,.2,1), filter 400ms ease; }
.gallery-error { padding: 70px var(--gutter); color: var(--muted); }

/* Mixed portrait/landscape pairs receive an editorial 4/8 split. */
.gallery[data-gallery="nightlife"] .gallery-item:nth-child(3),
.gallery[data-gallery="dance"] .gallery-item:nth-child(3),
.gallery[data-gallery="dance"] .gallery-item:nth-child(5) { grid-column: span 4; }
.gallery[data-gallery="nightlife"] .gallery-item:nth-child(4),
.gallery[data-gallery="dance"] .gallery-item:nth-child(4),
.gallery[data-gallery="dance"] .gallery-item:nth-child(6) { grid-column: span 8; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); }
.price-card { min-height: 610px; padding: clamp(28px, 3vw, 50px); background: var(--ink); display: flex; flex-direction: column; }
.price-card:nth-child(2) { background: #15130f; }
.price-name { margin: 0; font-size: clamp(34px, 4vw, 62px); text-transform: uppercase; }
.price { margin: 18px 0 55px; color: var(--gold-light); font-family: Georgia, serif; font-size: 28px; font-style: italic; }
.price-card ul { padding: 0; margin: 0 0 45px; list-style: none; color: #c7c1b7; }
.price-card li { padding: 11px 0; border-top: 1px solid var(--line); }
.price-card .ideal { margin-top: auto; color: var(--muted); font-size: 13px; }
.price-card .button { margin-top: 24px; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); align-items: start; }
.about-portrait { position: sticky; top: 100px; }
.about-portrait img { height: auto; aspect-ratio: auto; object-fit: contain; }
.about-copy p { max-width: 800px; margin: 0 0 28px; color: #d2ccc2; font-size: clamp(18px, 2vw, 29px); }
.about-clients { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 55px; }
.tag { padding: 9px 12px; border: 1px solid var(--line); color: var(--gold-light); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; background: var(--line); }
.contact-copy, .contact-options { padding: clamp(34px, 6vw, 90px); background: var(--ink); }
.contact-copy .section-title { font-size: clamp(48px, 8vw, 122px); }
.contact-selection { margin-top: 34px; padding: 18px 20px; border: 1px solid var(--line); background: rgba(232, 213, 176, .04); }
.contact-selection[hidden] { display: none; }
.contact-selection p { margin: 0; }
.contact-selection .eyebrow { margin-bottom: 7px; color: var(--muted); }
.contact-selection-name { color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(24px, 3vw, 38px); font-style: italic; }
.contact-selection-note { margin-top: 8px !important; color: var(--muted); font-size: 13px; }
.contact-options { display: flex; flex-direction: column; justify-content: flex-end; }
.contact-link { display: flex; justify-content: space-between; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); font-size: clamp(17px, 2vw, 27px); }
.contact-link { overflow-wrap: anywhere; }
.contact-link span:last-child { color: var(--gold); }
.contact-meta { margin-top: 50px; color: var(--muted); }

.site-footer { padding: 64px var(--gutter) 30px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 40px; }
.footer-brand { font-size: clamp(38px, 5vw, 76px); font-weight: 800; letter-spacing: -.05em; }
.footer-title { margin-bottom: 16px; color: var(--gold); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 8px; color: #b9b2a7; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 18px; border-top: 1px solid var(--line); color: #77736c; font-family: "Courier New", monospace; font-size: 10px; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 750ms ease var(--delay, 0ms), transform 900ms cubic-bezier(.2,.75,.2,1) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .button:hover { color: var(--ink); background: var(--gold-light); }
  .button--light:hover { color: var(--paper); background: var(--ink); }
  .hero-intro .button:hover {
    color: var(--ink);
    border-color: var(--gold-light);
    background: var(--gold-light);
  }
  .montage-about-link:hover { letter-spacing: .07em; }
  .montage-about-link:hover::before { transform: scaleX(.42); transform-origin: right; }
  .montage-about-link:hover::after { transform: translate(4px,-4px); }
  .image-link:hover img { transform: scale(1.025); filter: brightness(.82); }
  .work-card .image-link:hover img { transform: none; filter: none; }
  .work-card .image-swap:hover .image-swap-hover { opacity: 1; }
  .postprod-feature figure:hover img { transform: none; filter: brightness(.88); }
  .filmstrip:hover .filmstrip-track { animation-play-state: paused; }
  .filmstrip:hover img:not(:hover) { filter: brightness(.35); }
  .gallery-item:hover img { transform: scale(1.018); filter: brightness(.84); }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; right: var(--gutter); left: var(--gutter); display: none; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--line); background: rgba(10,10,10,.97); }
  .site-nav.is-open { display: flex; }
  .statement, .work-card, .cta-panel, .about-grid, .contact-grid, .postprod-feature { grid-template-columns: 1fr; }
  .quote-grid, .pricing-grid { grid-template-columns: 1fr; }
  .quote-card, .approach-card, .price-card { min-height: auto; }
  .approach-card h3 { margin-top: 45px; }
  .cta-action { justify-self: start; text-align: left; }
  .about-portrait { position: static; max-width: 620px; }
  .postprod-feature img { height: auto; object-fit: contain; }
  .overview-card .image-link img {
    height: auto;
    aspect-ratio: auto;
    max-height: none;
    object-fit: contain;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .approach-row { grid-template-columns: 34px 1fr 1fr; }
  .approach-row h3 { grid-column: 2 / -1; }
  .home-hero { min-height: 165svh; }
}

@media (max-width: 560px) {
  :root { --gutter: clamp(18px, 5.2vw, 24px); }
  .section { padding-block: clamp(72px, 20vw, 108px); }
  .display { font-size: clamp(48px, 17vw, 76px); line-height: .88; }
  .section-title { font-size: clamp(38px, 12.5vw, 58px); line-height: .96; }
  .lead { font-size: clamp(17px, 5vw, 21px); }
  .button { width: 100%; min-height: 54px; padding-inline: 16px; }
  .site-header { min-height: 68px; }
  .site-nav { max-height: calc(100svh - 86px); overflow-y: auto; }
  .site-nav a { width: 100%; min-height: 44px; display: flex; align-items: center; }
  .hero-panel { width: 100%; }
  .hero-panel--right { display: none; }
  .hero-gate { width: calc(var(--hero-scroll) * 100vw); }
  .hero-gate-content { padding: 0 24px 14vh; }
  .hero-gate-title { font-size: clamp(52px, 20vw, 96px); }
  .hero-gate-meta { flex-direction: column; gap: 8px; margin-top: 44px; font-size: 9px; }
  .hero-intro { right: var(--gutter); bottom: 24px; align-items: flex-start; flex-direction: column; }
  .hero-intro p { display: none; }
  .hero-scroll { display: none; }
  .intro-montage {
    min-height: 0;
    padding-block: clamp(84px, 22vw, 120px);
  }
  .montage-copy {
    position: relative;
    top: auto;
    display: block;
    height: auto;
    color: var(--paper);
    opacity: 1 !important;
    mix-blend-mode: normal;
  }
  .montage-copy h2 {
    max-width: 8ch;
    opacity: 1 !important;
    font-size: clamp(42px, 14vw, 62px);
    line-height: .92;
    letter-spacing: -.055em;
    text-shadow: none;
  }
  .montage-copy > div { margin-top: 32px; }
  .montage-copy p {
    max-width: none;
    margin-bottom: 18px;
    color: #d2ccc2;
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.5;
  }
  .montage-about-link {
    min-height: 44px;
    margin-top: 8px;
    padding-top: 10px;
    font-size: 15px;
  }
  .montage-images {
    position: relative;
    inset: auto;
    display: grid;
    gap: 18px;
    margin-top: 52px;
  }
  .montage-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .montage-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
  }
  .montage-image--primary { width: 100%; }
  .montage-image--secondary { width: 88%; margin-left: auto; }
  .montage-image--detail { width: 76%; margin-left: 4%; }
  .approach-row { grid-template-columns: 26px 1fr; gap: 15px; }
  .approach-row h3, .approach-row ul { grid-column: 2; }
  .approach-rows { padding-bottom: 8svh; }
  .approach-row,
  .approach-row:nth-child(n) {
    position: sticky;
    top: 88px;
    min-height: min(56svh, 460px);
    margin-top: 0;
    padding-block: 30px 38px;
    background: var(--ink);
    opacity: 1;
    transform: none;
    isolation: isolate;
    box-shadow: 0 -22px 34px rgba(7, 7, 7, .96);
  }
  .approach-row > * {
    opacity: .22;
    transform: translateY(8px);
    transition: opacity .42s ease, transform .42s ease;
  }
  .approach-row.is-active { opacity: 1; transform: none; }
  .approach-row.is-active > * { opacity: 1; transform: none; }
  .work-card { gap: 22px; }
  .work-meta { gap: 16px; }
  .work-list { margin-top: 48px; }
  .overview-card { margin-top: 46px; }
  .overview-card .image-link img {
    height: auto;
    aspect-ratio: auto;
    max-height: none;
    object-fit: contain;
  }
  .overview-caption { padding-top: 14px; }
  .overview-caption h2 { font-size: clamp(32px, 11vw, 48px); line-height: 1; }
  .postprod-feature { gap: 18px; }
  .postprod-feature figure { display: block; }
  .postprod-feature img { width: 100%; height: auto; object-fit: contain; }
  .postprod-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    max-width: calc(100% - 24px);
    font-size: 9px;
    line-height: 1.35;
  }
  .filmstrip img { width: 78vw; height: 220px; }
  .gallery { grid-template-columns: 1fr; gap: 4px; padding: 4px; }
  .gallery .gallery-item,
  .gallery[data-gallery] .gallery-item:nth-child(n) { grid-column: 1; }
  .page-hero { min-height: min(72svh, 680px); padding: 118px var(--gutter) 52px; }
  .page-intro { align-items: flex-start; flex-direction: column; }
  .overview-caption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .pricing-grid { margin-top: 48px; }
  .price-card { min-height: auto; }
  .contact-link { min-height: 64px; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }

  .mobile-motion {
    opacity: 0;
    transform: translateY(34px);
    transition:
      opacity 720ms ease var(--mobile-delay, 0ms),
      transform 880ms cubic-bezier(.2, .75, .2, 1) var(--mobile-delay, 0ms);
    will-change: opacity, transform;
  }
  .mobile-motion.mobile-motion--visible {
    opacity: 1;
    transform: translateY(0);
  }
  .montage-image.mobile-motion:nth-child(2),
  .postprod-feature figure.mobile-motion:nth-child(2) {
    transform: translateY(34px) translateX(-10px);
  }
  .montage-image.mobile-motion:nth-child(2).mobile-motion--visible,
  .postprod-feature figure.mobile-motion:nth-child(2).mobile-motion--visible {
    transform: translateY(0) translateX(0);
  }
}

/* Custom 404 */
.error-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(140px, 18vh, 220px) 0 100px;
}
.error-page .container { position: relative; }
.error-code {
  position: absolute;
  z-index: 0;
  top: -.2em;
  right: 0;
  margin: 0;
  color: rgba(243, 239, 231, .045);
  font-size: clamp(10rem, 28vw, 30rem);
  font-weight: 800;
  line-height: .72;
  letter-spacing: -.08em;
  pointer-events: none;
  user-select: none;
}
.error-page .display,
.error-page .page-intro,
.error-actions {
  position: relative;
  z-index: 1;
}
.error-page .display { max-width: 900px; }
.error-page .page-intro { margin-top: 36px; }
.error-page .lead span { color: var(--muted); }
.error-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 560px) {
  .error-page { padding: 120px 0 72px; }
  .error-code { top: -.08em; font-size: clamp(9rem, 54vw, 15rem); }
  .error-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .montage-image { --reveal-progress: 1 !important; }
  .filmstrip { overflow-x: auto; }
  .filmstrip-track { animation: none; transform: none; }
}

@media (max-width: 560px) and (prefers-reduced-motion: reduce) {
  .approach-rows { padding-bottom: 0; }
  .approach-row,
  .approach-row:nth-child(n) {
    position: relative;
    top: auto;
    min-height: auto;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }
  .approach-row > * { opacity: 1; transform: none; }
}
