:root {
  --ink: #090b0c; --ink-2: #111416; --panel: #181c1e; --paper: #f1eee7; --paper-2: #e8e3da;
  --muted: #a8adae; --line: rgba(255,255,255,.15); --dark-line: rgba(9,11,12,.17);
  --copper: #d49a68; --copper-bright: #efb67f; --max: 1240px; --wide: 1500px;
  --display: "Avenir Next", "Century Gothic", "Arial Nova", Aptos, "Helvetica Neue", Arial, sans-serif;
  --sans: Aptos, "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; transform: translateY(-180%); padding: .65rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.shell-wide { width: min(calc(100% - 3rem), var(--wide)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 80px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(9,11,12,.54); backdrop-filter: blur(16px); transition: background .25s ease; }
.site-header.scrolled { background: rgba(9,11,12,.92); }
.nav-shell { width: min(calc(100% - 3rem), var(--max)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .78rem; min-width: 0; }
.brand-mark { width: 41px; height: 38px; object-fit: contain; }
.brand-copy { display: grid; line-height: .92; text-transform: uppercase; }
.brand-copy strong { font-family: var(--display); font-size: .82rem; font-weight: 650; letter-spacing: .14em; }
.brand-copy small { margin-top: .34rem; color: var(--copper-bright); font-size: .61rem; font-weight: 600; letter-spacing: .5em; }
.desktop-nav { display: flex; align-items: center; gap: 1.55rem; }
.desktop-nav a { color: #d8dcdd; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--copper-bright); }
.desktop-nav .nav-cta { padding: .65rem .9rem; border: 1px solid rgba(239,182,127,.55); }
.menu-button { display: none; padding: .6rem; border: 0; background: transparent; }
.menu-button svg { width: 26px; height: 26px; }

main { overflow: clip; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; padding: 145px 0 66px; overflow: hidden; background: #080a0b; }
.hero-video { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,9,.93) 0%, rgba(6,8,9,.75) 38%, rgba(6,8,9,.16) 75%), linear-gradient(0deg, rgba(6,8,9,.86) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.1rem; color: var(--copper-bright); font-size: .7rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.hero-lockup { display: inline-grid; justify-items: center; gap: .65rem; margin-bottom: 1.6rem; text-transform: uppercase; }
.hero-lockup img { width: 64px; height: 59px; object-fit: contain; }
.hero-lockup span { display: grid; justify-items: center; line-height: .9; }
.hero-lockup strong { font-family: var(--display); font-size: .78rem; font-weight: 650; letter-spacing: .17em; }
.hero-lockup small { margin-top: .42rem; color: var(--copper-bright); font-size: .58rem; font-weight: 650; letter-spacing: .62em; }
.display { max-width: 1030px; margin: 0; font-family: var(--display); font-size: clamp(3.35rem, 7.2vw, 7.35rem); font-weight: 650; line-height: .9; letter-spacing: -.055em; text-wrap: balance; }
.display em { color: var(--copper-bright); font-style: normal; font-weight: 650; }
.lede { max-width: 650px; margin: 1.7rem 0 0; color: #d2d5d5; font-size: clamp(1rem, 1.6vw, 1.23rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .78rem 1.15rem; border: 1px solid var(--copper); background: var(--copper-bright); color: var(--ink); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffc797; }
.button.secondary { border-color: var(--line); background: rgba(9,11,12,.22); color: var(--paper); }
.button.secondary:hover { border-color: var(--copper); }
.hero-meta { max-width: 760px; margin-top: 4rem; padding-top: 1rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.hero-meta span { color: #c0c5c5; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.replay { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.5rem; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.22); background: rgba(9,11,12,.48); color: #d7dada; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.light { background: var(--paper); color: var(--ink); }
.light .eyebrow { color: #92582f; }
.section-head { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr); gap: 4rem; align-items: end; margin-bottom: 3.2rem; }
.section h2, .cta-band h2 { margin: 0; font-family: var(--display); font-size: clamp(2.55rem, 4.7vw, 4.75rem); font-weight: 620; line-height: .96; letter-spacing: -.045em; }
.section-head > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.light .section-head > p { color: #555c5f; }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--dark-line); }
.capability { min-height: 290px; padding: 1.6rem; display: flex; flex-direction: column; border-right: 1px solid var(--dark-line); }
.capability:last-child { border-right: 0; }
.capability > span { color: #8b644b; font-size: .68rem; letter-spacing: .15em; }
.capability h3 { margin: auto 0 .7rem; font-family: var(--display); font-size: 1.65rem; font-weight: 650; line-height: 1; letter-spacing: -.025em; }
.capability p { margin: 0; color: #555c5f; font-size: .9rem; }

.work-section { background: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; gap: .8rem; }
.shot { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--panel); aspect-ratio: 4/3; }
.shot-wide { grid-column: span 8; aspect-ratio: 16/9; }
.shot-tall { grid-row: span 2; aspect-ratio: auto; min-height: 630px; }
.shot button, .more-grid button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.shot img, .more-grid img { height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.shot:hover img, .more-grid button:hover img { transform: scale(1.025); filter: brightness(.9); }
.shot figcaption { position: absolute; left: .9rem; bottom: .8rem; padding: .42rem .58rem; background: rgba(9,11,12,.75); color: #e9e7e2; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.more-work { margin-top: 1.1rem; border-top: 1px solid var(--line); }
.more-work summary { display: flex; justify-content: space-between; padding: 1.1rem 0; color: #c9cdcd; cursor: pointer; list-style: none; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.more-work summary::-webkit-details-marker { display: none; }
.more-work[open] summary span { transform: rotate(45deg); }
.more-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; padding-bottom: 1rem; }
.more-grid button { aspect-ratio: 4/3; overflow: hidden; }

.reel-section { background: var(--paper-2); color: var(--ink); }
.reel-section .eyebrow { color: #92582f; }
.reel-section .section-head > p { color: #555c5f; }
.reel-frame { position: relative; padding-top: 56.25%; background: #000; box-shadow: 0 28px 70px rgba(9,11,12,.18); }
.reel-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.about-image { aspect-ratio: 4/5; overflow: hidden; background: #d8d3ca; }
.about-image img { height: 100%; object-fit: cover; }
.about-copy h2 { margin-bottom: 1.5rem; }
.about-copy > p:not(.eyebrow) { color: #4f5659; font-size: 1.06rem; }
.about-facts { margin-top: 2.2rem; border-top: 1px solid var(--dark-line); }
.about-facts span { display: block; padding: .8rem 0; border-bottom: 1px solid var(--dark-line); color: #555c5f; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.cta-band { padding: clamp(4.5rem, 8vw, 7rem) 0; border-top: 1px solid var(--line); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.cta-inner h2 { max-width: 760px; }
.cta-inner p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.site-footer { padding: 2.8rem 0; border-top: 1px solid var(--line); background: #050707; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-brand { display: inline-flex; align-items: center; gap: .9rem; text-transform: uppercase; }
.footer-brand > img { width: 58px; height: 54px; object-fit: contain; }
.footer-brand > span { display: grid; line-height: .9; }
.footer-brand strong { font-family: var(--display); font-size: 1rem; font-weight: 650; letter-spacing: .17em; }
.footer-brand b { margin-top: .48rem; color: var(--copper-bright); font-size: .64rem; font-weight: 650; letter-spacing: .58em; }
.footer-brand small { display: block; margin-top: .8rem; color: var(--muted); font-family: var(--sans); font-size: .64rem; letter-spacing: .09em; text-transform: none; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.1rem; color: var(--muted); font-size: .75rem; }
.lightbox { max-width: min(92vw,1400px); max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox img { max-width: 92vw; max-height: 90vh; width: auto; height: auto; object-fit: contain; }
.lightbox > button { position: fixed; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(9,11,12,.8); color: white; font-size: 1.7rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 950px) {
  .desktop-nav { display: none; position: absolute; top: 80px; left: 0; right: 0; padding: 1rem 1.5rem 1.4rem; background: #0a0c0d; border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: .1rem; }
  .desktop-nav.open { display: flex; }
  .desktop-nav a { padding: .75rem 0; }
  .menu-button { display: block; }
  .section-head, .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability:nth-child(2) { border-right: 0; }
  .capability:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
  .shot, .shot-wide { grid-column: span 6; }
  .shot-tall { min-height: 500px; }
  .about-image { max-height: 660px; aspect-ratio: 16/10; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 640px) {
  .nav-shell, .shell, .shell-wide { width: min(calc(100% - 2rem), var(--max)); }
  .site-header { height: 70px; }
  .desktop-nav { top: 70px; }
  .brand { gap: .62rem; }
  .brand-mark { width: 36px; height: 33px; }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy small { font-size: .55rem; }
  .hero { padding: 125px 0 42px; min-height: 92svh; }
  .hero-video { object-position: 59% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(6,8,9,.25), rgba(6,8,9,.94) 68%); }
  .display { font-size: clamp(3.15rem,16vw,5rem); }
  .hero-meta { grid-template-columns: 1fr; gap: .45rem; margin-top: 2.5rem; }
  .replay { display: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .shot, .shot-wide { grid-column: span 12; aspect-ratio: 4/3; }
  .shot-tall { min-height: 520px; aspect-ratio: auto; }
  .more-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .hero { background: url('/assets/hero-poster.jpg') center/cover; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .shot img, .button { transition: none; }
}
