:root {
  --ink: #0b0d0e;
  --ink-2: #121619;
  --panel: #171c1e;
  --paper: #f2efe8;
  --paper-2: #d9d3c9;
  --muted: #aab0ad;
  --rule: #35403f;
  --amber: #d6a15b;
  --amber-dark: #7d4c18;
  --display: "Archivo", "Arial Narrow", sans-serif;
  --body: "Poppins", sans-serif;
  --page-x: max(24px, calc((100vw - 1440px) / 2));
  --section-y: clamp(88px, 11vw, 176px);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: clip; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; font-weight: 300; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--amber); }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wordmark, .hero h1, .section h2, .principle blockquote, .development-heading h3, .film-synopsis blockquote, .film-feature-copy h3, .process-no, .process-list h3, .editorial-band h3, .case-number, .case-copy h3, .lessons-list > li > span, .lessons-list h3, .delivery-heading h3, .delivery-record dd, .archive-download h3, .member-index, .team-member h3, .finale h2, .error-page h1 { font-stretch: expanded; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: var(--ink); background: var(--paper); text-decoration: none; transform: translateY(-180%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 76px; padding: 14px var(--page-x); color: var(--paper); background: rgba(11, 13, 14, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: min-height 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.site-header.is-scrolled { min-height: 62px; background: rgba(11, 13, 14, .97); border-bottom-color: rgba(242, 239, 232, .16); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: -.035em; line-height: .83; text-decoration: none; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.2vw, 34px); }
.primary-nav a { position: relative; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.primary-nav a:not(.nav-watch)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.nav-watch { padding: 10px 15px; color: var(--ink); background: var(--amber); transition: background-color 180ms ease; }
.nav-watch:hover { background: var(--paper); }
.nav-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); min-height: 100dvh; padding-top: 76px; background: var(--ink); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(72px, 9vw, 140px) clamp(32px, 6vw, 96px) clamp(74px, 7vw, 108px) var(--page-x); border-right: 1px solid rgba(242, 239, 232, .16); }
.eyebrow, .kicker { margin: 0 0 28px; color: var(--amber); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.eyebrow span { display: block; margin-top: 5px; color: rgba(242, 239, 232, .64); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(58px, 7.3vw, 132px); font-weight: 700; letter-spacing: -.065em; line-height: .76; }
.hero h1 span { display: block; }
.hero-logline { max-width: 44ch; margin: clamp(36px, 5vw, 72px) 0 0; color: rgba(242, 239, 232, .76); font-size: clamp(16px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 13px; fill: currentColor; }
.button-primary { color: var(--ink); background: var(--amber); }
.button-primary:hover { background: var(--paper); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--paper); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: baseline; gap: 8px; width: max-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 500; letter-spacing: .1em; line-height: 1.3; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.byline { margin: 48px 0 0; color: rgba(242, 239, 232, .64); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.byline strong { color: var(--paper); font-weight: 500; }
.hero-image { position: relative; min-width: 0; margin: 0; background: #232725; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.72) contrast(1.04); }
.hero-image figcaption { position: absolute; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 30px; width: 100%; padding: 18px 24px; color: rgba(242, 239, 232, .68); background: rgba(11, 13, 14, .9); border-top: 1px solid rgba(242, 239, 232, .16); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.hero-rail { position: absolute; right: 0; top: 76px; z-index: 3; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; padding: 18px 20px; color: rgba(242, 239, 232, .72); background: rgba(11, 13, 14, .84); border-left: 1px solid rgba(242, 239, 232, .16); border-bottom: 1px solid rgba(242, 239, 232, .16); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }

.support-strip { display: flex; align-items: center; justify-content: space-between; min-height: 112px; padding: 16px var(--page-x); color: var(--ink); background: var(--paper); }
.support-strip p { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.support-strip div { display: flex; align-items: center; gap: 40px; }
.support-strip img { height: auto; }
.support-strip img:first-child { width: 60px; mix-blend-mode: multiply; }
.support-capcut { width: 104px; height: auto; color: var(--ink); }

.section { position: relative; padding: var(--section-y) var(--page-x); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(56px, 7vw, 100px); color: rgba(242, 239, 232, .68); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-label::after { content: ""; flex: 1; height: 1px; background: rgba(242, 239, 232, .16); }
.section-label span { color: var(--amber); }
.section h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 4.8vw, 76px); font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.lead { font-size: clamp(18px, 1.65vw, 25px); line-height: 1.55; }

.story { background: var(--ink-2); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(56px, 9vw, 140px); align-items: start; }
.story-heading h2 { max-width: 12ch; }
.story-copy { padding-top: 50px; color: rgba(242, 239, 232, .65); }
.story-copy p { max-width: 48ch; margin: 0 0 26px; }
.story-copy .lead { color: var(--paper); }
.principle { display: grid; grid-template-columns: .48fr 1.05fr .8fr; gap: clamp(36px, 6vw, 90px); margin: clamp(92px, 12vw, 178px) 0; padding: clamp(44px, 6vw, 84px) 0; border-top: 1px solid rgba(242, 239, 232, .16); border-bottom: 1px solid rgba(242, 239, 232, .16); }
.principle > p { margin: 4px 0 0; color: var(--amber); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.principle blockquote { margin: 0; font-family: var(--display); font-size: clamp(32px, 4vw, 64px); letter-spacing: -.045em; line-height: 1.05; }
.principle > div p { margin: 0 0 22px; color: rgba(242, 239, 232, .62); font-size: 14px; }
.principle strong { color: var(--paper); font-weight: 500; }
.picture-heading { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: start; margin-bottom: 34px; }
.picture-heading .kicker { margin: 0; }
.picture-heading > p:last-child { max-width: 66ch; margin: 0; color: rgba(242, 239, 232, .58); font-size: 12px; }
.film-frames { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(18px, 2.6vw, 38px); margin-bottom: clamp(96px, 13vw, 190px); }
.film-frames figure { margin: 0; }
.film-frames img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.film-frames .film-frame-wide { grid-column: 1 / 9; grid-row: 1 / 3; }
.film-frames figure:nth-child(2), .film-frames figure:nth-child(3) { grid-column: 9 / 13; }
.film-frames figure:nth-child(4) { grid-column: 3 / 11; margin-top: clamp(18px, 2.6vw, 38px); }
.film-frames figcaption { grid-template-columns: 56px 1fr; }
.development-heading { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: start; margin-bottom: 46px; padding-top: 32px; border-top: 1px solid rgba(242, 239, 232, .16); }
.development-heading .kicker { margin: 0; }
.development-heading h3 { max-width: 20ch; margin: 0; font-family: var(--display); font-size: clamp(27px, 3vw, 46px); letter-spacing: -.04em; line-height: 1.08; }
.visual-system { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(22px, 3.4vw, 52px); align-items: start; }
.visual-system figure { margin: 0 0 clamp(32px, 5vw, 74px); }
.visual-system .visual-large { grid-row: span 2; }
.visual-system img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.74); }
.visual-system .visual-large img { min-height: 560px; aspect-ratio: auto; }
figure figcaption { display: grid; grid-template-columns: 150px 1fr; gap: 18px; margin-top: 14px; color: rgba(242, 239, 232, .68); font-size: 11px; line-height: 1.6; }
figure figcaption span { color: var(--paper); font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }

.film-focus { background: var(--ink-2); }
.film-intro { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr); gap: clamp(58px, 9vw, 144px); align-items: start; }
.film-intro h2 { max-width: 11ch; }
.film-synopsis { max-width: 620px; padding-top: 42px; color: rgba(242, 239, 232, .66); }
.film-synopsis .lead { margin: 0 0 28px; color: var(--paper); }
.film-synopsis > p:not(.lead) { max-width: 49ch; }
.film-synopsis blockquote { margin: clamp(54px, 7vw, 94px) 0 0; padding-top: 24px; border-top: 1px solid rgba(242, 239, 232, .18); color: var(--amber); font-family: var(--display); font-size: clamp(30px, 3.6vw, 58px); font-weight: 600; letter-spacing: -.045em; line-height: 1.03; }
.film-feature { width: min(100%, 1180px); margin: clamp(78px, 10vw, 148px) 0 0 auto; }
.film-feature figure { min-width: 0; margin: 0; }
.film-feature figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.film-feature figure figcaption { grid-template-columns: 1fr auto; align-items: center; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(242, 239, 232, .16); }
.film-feature-meta { color: rgba(242, 239, 232, .68); text-align: right; }
.film-stills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 44px); width: min(100%, 1180px); margin: clamp(44px, 6vw, 78px) 0 0 auto; }
.film-stills figure { margin: 0; }
.film-stills img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.76); }

.section-dark { background: var(--ink); }
.props-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: end; margin-bottom: clamp(70px, 10vw, 140px); }
.props-heading .kicker { grid-column: 1 / -1; margin-bottom: -28px; }
.props-heading h2 { max-width: 11ch; }
.props-heading > p:last-child { max-width: 48ch; margin: 0; color: rgba(242, 239, 232, .6); }
.prop-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: clamp(18px, 2.6vw, 38px); align-items: start; }
.prop-grid figure { margin: 0 0 24px; }
.prop-grid .prop-mask { grid-row: span 2; }
.prop-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.62) contrast(1.04); }
.prop-grid .prop-mask img { min-height: 590px; aspect-ratio: auto; }
.prop-grid figcaption { grid-template-columns: 90px 1fr; }

.process { background: var(--ink-2); }
.process-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(54px, 9vw, 140px); align-items: end; margin-bottom: clamp(74px, 10vw, 150px); }
.process-intro h2 { max-width: 10ch; }
.process-intro .lead { max-width: 34ch; margin: 0; color: rgba(242, 239, 232, .66); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(242, 239, 232, .16); }
.process-list li { display: grid; grid-template-columns: 80px minmax(220px, .7fr) minmax(280px, 1fr) minmax(180px, .55fr); gap: clamp(20px, 3vw, 50px); align-items: start; padding: clamp(30px, 4vw, 56px) 0; border-bottom: 1px solid rgba(242, 239, 232, .16); }
.process-no { color: var(--amber); font-family: var(--display); font-size: 14px; }
.process-list h3 { margin: 0; font-family: var(--display); font-size: clamp(19px, 1.7vw, 26px); line-height: 1.2; }
.process-list p { margin: 0; color: rgba(242, 239, 232, .62); font-size: 15px; }
.process-list small { color: rgba(242, 239, 232, .68); font-size: 10px; font-weight: 500; letter-spacing: .12em; line-height: 1.7; text-transform: uppercase; }
.process-evidence { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 3vw, 44px); align-items: start; width: min(100%, 1180px); margin: clamp(74px, 10vw, 146px) 0 0 auto; }
.process-evidence figure { margin: 0; }
.process-evidence img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.editorial-band { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(50px, 8vw, 130px); align-items: end; margin-top: clamp(64px, 8vw, 116px); padding: clamp(38px, 5vw, 72px); color: var(--ink); background: var(--amber); }
.editorial-band .kicker { margin-bottom: 22px; color: rgba(11, 13, 14, .8); }
.editorial-band h3 { max-width: 13ch; margin: 0; font-family: var(--display); font-size: clamp(29px, 3.4vw, 54px); font-weight: 600; letter-spacing: -.045em; line-height: 1.04; }
.editorial-band > p { max-width: 50ch; margin: 0; color: rgba(11, 13, 14, .8); }
.decision-chain { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: clamp(64px, 8vw, 116px); padding: 30px 0; border-top: 1px solid rgba(242, 239, 232, .16); border-bottom: 1px solid rgba(242, 239, 232, .16); }
.decision-chain p { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.decision-chain span { color: var(--amber); }

.section-oxide { color: var(--ink); background: var(--amber); }
.section-oxide .section-label { color: rgba(11, 13, 14, .82); }
.section-oxide .section-label::after { background: rgba(11, 13, 14, .2); }
.section-oxide .section-label span, .section-oxide .kicker { color: var(--ink); }
.capcut-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(54px, 8vw, 130px); align-items: start; }
.capcut-copy { position: sticky; top: 112px; }
.capcut-copy h2 { max-width: 8ch; }
.capcut-copy > p:not(.kicker) { max-width: 46ch; color: rgba(11, 13, 14, .8); }
.capcut-copy .lead { margin-top: 42px; color: var(--ink) !important; }
.fact-list { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(11, 13, 14, .24); }
.fact-list li { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(11, 13, 14, .24); }
.fact-list strong { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fact-list span { color: rgba(11, 13, 14, .8); font-size: 13px; }
.capcut-visual { position: relative; padding-bottom: 130px; }
.capcut-visual figure { margin: 0; }
.capcut-visual img { width: 100%; border: 1px solid rgba(11, 13, 14, .25); }
.capcut-visual figcaption { color: rgba(11, 13, 14, .8); grid-template-columns: 1fr; }
.timeline-figure { position: absolute; right: 0; bottom: 0; width: 58%; }
.timeline-figure img { box-shadow: -18px 18px 0 var(--amber), -19px 19px 0 rgba(11, 13, 14, .3); }
.disclosure { max-width: 76ch; margin: 76px 0 0 auto; padding-top: 20px; border-top: 1px solid rgba(11, 13, 14, .24); color: rgba(11, 13, 14, .78); font-size: 10px; }

.case-studies { background: var(--ink-2); }
.cases-intro { margin-bottom: clamp(74px, 9vw, 136px); }
.cases-intro h2 { max-width: 12ch; }
.case { display: grid; grid-template-columns: 72px minmax(300px, .82fr) minmax(380px, 1.18fr); gap: clamp(32px, 5vw, 78px); align-items: start; padding: clamp(54px, 7vw, 104px) 0; border-top: 1px solid rgba(242, 239, 232, .16); }
.case:last-child { border-bottom: 1px solid rgba(242, 239, 232, .16); }
.case-number { color: var(--amber); font-family: var(--display); font-size: 17px; }
.case-copy h3 { max-width: 16ch; margin: 0 0 28px; font-family: var(--display); font-size: clamp(27px, 3vw, 47px); letter-spacing: -.035em; line-height: 1.08; }
.case-copy > p:not(.case-tag) { color: rgba(242, 239, 232, .63); font-size: 14px; }
.case-tag { margin: 0 0 17px; color: var(--amber); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.case dl { margin: 36px 0 0; border-top: 1px solid rgba(242, 239, 232, .16); }
.case dl div { display: grid; grid-template-columns: 105px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(242, 239, 232, .16); }
.case dt { color: rgba(242, 239, 232, .62); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.case dd { margin: 0; color: rgba(242, 239, 232, .76); font-size: 11px; }
.case figure { margin: 0; }
.case figure img { width: 100%; min-height: 440px; object-fit: cover; filter: saturate(.7); }
.case figure figcaption { grid-template-columns: 1fr; }

.section-bone { color: var(--ink); background: var(--paper); }
.section-bone .section-label, .tools .section-label { color: rgba(11, 13, 14, .72); }
.section-bone .section-label::after, .tools .section-label::after { background: rgba(11, 13, 14, .2); }
.section-bone .section-label span, .section-bone .kicker, .tools .section-label span, .tools .kicker { color: var(--amber-dark); }
.lessons-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: clamp(74px, 9vw, 136px); }
.lessons-heading .kicker { grid-column: 1 / -1; margin-bottom: -24px; }
.lessons-heading h2 { max-width: 9ch; }
.lessons-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(11, 13, 14, .2); }
.lessons-list li { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 40px; padding: clamp(34px, 4.2vw, 60px) 0; border-bottom: 1px solid rgba(11, 13, 14, .2); }
.lessons-list > li > span { color: var(--amber-dark); font-family: var(--display); font-size: 17px; }
.lessons-list h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(24px, 2.6vw, 40px); letter-spacing: -.035em; }
.lessons-list p { max-width: 64ch; margin: 0; color: rgba(11, 13, 14, .68); }

.tools { color: var(--ink); background: #e6e0d6; }
.tools-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(56px, 9vw, 140px); align-items: start; }
.tools-copy h2 { max-width: 10ch; }
.tools-copy > p:last-child { max-width: 48ch; margin-top: 36px; color: rgba(11, 13, 14, .62); }
.tool-ledger { width: 100%; border-collapse: collapse; border-top: 1px solid rgba(11, 13, 14, .2); }
.tool-ledger tr { border-bottom: 1px solid rgba(11, 13, 14, .2); }
.tool-ledger th, .tool-ledger td { padding: 19px 0; text-align: left; vertical-align: top; }
.tool-ledger th { width: 40%; padding-right: 26px; color: rgba(11, 13, 14, .72); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.tool-ledger td { width: 60%; }
.tool-ledger strong { font-size: 13px; font-weight: 500; }
.delivery-record { margin-top: clamp(86px, 11vw, 160px); padding: clamp(40px, 5vw, 72px); color: var(--paper); background: var(--ink); }
.delivery-heading { display: grid; grid-template-columns: 1fr; gap: 8px; margin-bottom: 48px; }
.delivery-heading .kicker { margin: 0; color: var(--amber); }
.delivery-heading h3 { max-width: 18ch; margin: 0; font-family: var(--display); font-size: clamp(28px, 3.4vw, 52px); letter-spacing: -.04em; line-height: 1.08; }
.delivery-record dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid rgba(242, 239, 232, .16); border-left: 1px solid rgba(242, 239, 232, .16); }
.delivery-record dl div { min-height: 126px; padding: 22px; border-right: 1px solid rgba(242, 239, 232, .16); border-bottom: 1px solid rgba(242, 239, 232, .16); }
.delivery-record dt { color: rgba(242, 239, 232, .62); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.delivery-record dd { margin: 16px 0 0; font-family: var(--display); font-size: clamp(17px, 1.8vw, 25px); letter-spacing: -.02em; }
.version-note { margin-top: 30px; padding: 0 26px; border: 1px solid rgba(11, 13, 14, .2); }
.version-note summary { padding: 21px 0; cursor: pointer; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.version-note > div { padding: 0 0 24px; color: rgba(11, 13, 14, .64); font-size: 13px; }
.version-note p { max-width: 86ch; }
.archive-download { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; margin-top: 48px; padding: clamp(38px, 5vw, 72px); border: 1px solid rgba(11, 13, 14, .2); }
.archive-download h3 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(30px, 3.4vw, 52px); letter-spacing: -.04em; line-height: 1.08; }
.archive-download p:not(.kicker) { max-width: 66ch; margin: 0; color: rgba(11, 13, 14, .62); }
.archive { color: var(--ink); background: #e6e0d6; }
.archive .section-label { color: rgba(11, 13, 14, .72); }
.archive .section-label::after { background: rgba(11, 13, 14, .2); }
.archive .section-label span, .archive .kicker { color: var(--amber-dark); }
.archive-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(58px, 9vw, 144px); align-items: end; }
.archive-intro h2 { max-width: 11ch; }
.archive-intro .lead { max-width: 38ch; margin: 0; color: rgba(11, 13, 14, .72); }
.production-disclosure { margin-top: 30px; border-top: 1px solid rgba(11, 13, 14, .22); border-bottom: 1px solid rgba(11, 13, 14, .22); }
.production-disclosure summary { padding: 24px 0; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .14em; list-style-position: inside; text-transform: uppercase; }
.production-disclosure > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 92px); padding: 6px 0 34px; color: rgba(11, 13, 14, .72); font-size: 13px; }
.production-disclosure p { max-width: 70ch; margin: 0; }
.ai-disclosure { display: grid; grid-template-columns: .4fr 1.1fr; gap: 40px; margin-top: 54px; padding-top: 30px; border-top: 1px solid rgba(11, 13, 14, .2); }
.ai-disclosure p:last-child { max-width: 80ch; margin: 0; color: rgba(11, 13, 14, .68); }

.team h2 { max-width: 12ch; margin-bottom: clamp(76px, 10vw, 150px); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 9vw, 150px); }
.team-member { padding-top: 26px; border-top: 1px solid rgba(242, 239, 232, .16); }
.member-index { color: var(--amber); font-family: var(--display); font-size: 13px; }
.team-member h3 { margin: 40px 0 7px; font-family: var(--display); font-size: clamp(28px, 3.4vw, 50px); letter-spacing: -.04em; line-height: 1.08; }
.member-role { margin: 0 0 30px; color: rgba(242, 239, 232, .68); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.team-member > p:not(.member-index, .member-role) { max-width: 52ch; color: rgba(242, 239, 232, .65); }
.team-member .text-link { margin-top: 22px; }
.team-spotlight .section-label { margin-bottom: clamp(46px, 6vw, 80px); }
.team-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(58px, 9vw, 144px); align-items: end; margin-bottom: clamp(84px, 11vw, 154px); }
.team-spotlight h2 { max-width: 12ch; margin: 0; }
.team-spotlight .lead { max-width: 39ch; margin: 0; color: rgba(11, 13, 14, .72); }
.team-spotlight .team-member { padding-top: 28px; border-top-color: rgba(11, 13, 14, .24); }
.team-spotlight .member-index { color: var(--amber-dark); }
.team-spotlight .member-role { color: rgba(11, 13, 14, .72); }
.team-spotlight .team-member > p:not(.member-index, .member-role) { color: rgba(11, 13, 14, .72); }
.team-contact { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-top: clamp(72px, 9vw, 126px); padding: 26px 0; border-top: 1px solid rgba(11, 13, 14, .24); border-bottom: 1px solid rgba(11, 13, 14, .24); }
.team-contact p { margin: 0; color: rgba(11, 13, 14, .72); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.team-contact a { display: inline-flex; gap: 10px; align-items: baseline; color: var(--ink); font-family: var(--display); font-size: clamp(18px, 2.2vw, 30px); font-weight: 600; letter-spacing: -.025em; text-decoration: none; }
.team-contact a span { color: var(--amber-dark); }

.finale { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; padding: clamp(72px, 8vw, 112px) var(--page-x); color: var(--ink); background: var(--amber); }
.finale h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 4vw, 56px); letter-spacing: -.05em; line-height: 1; }
.finale .kicker { color: rgba(11, 13, 14, .78); }
.finale .button-primary { color: var(--paper); background: var(--ink); }
.finale .button-primary:hover { color: var(--ink); background: var(--paper); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: end; padding: 54px var(--page-x); color: rgba(242, 239, 232, .68); background: var(--ink); border-top: 1px solid rgba(242, 239, 232, .16); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact { display: flex; justify-content: center; gap: 20px; }
.footer-contact a { color: var(--paper); text-decoration: none; }
.site-footer > p { margin: 0; text-align: right; }

.film-dialog { width: min(1240px, calc(100vw - 48px)); max-width: none; padding: 0; color: var(--paper); background: var(--ink); border: 1px solid rgba(242, 239, 232, .16); }
.film-dialog::backdrop { background: rgba(5, 6, 6, .94); }
.dialog-bar { display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 14px 18px; border-bottom: 1px solid rgba(242, 239, 232, .16); }
.dialog-bar p { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.dialog-bar button { color: var(--paper); background: none; border: 0; cursor: pointer; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.dialog-bar button span { margin-left: 8px; font-size: 18px; font-weight: 300; }
.video-frame { aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.reveal { opacity: 1; transform: none; }

.error-page { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: 100dvh; max-width: 1080px; margin: 0 auto; padding: 48px 24px; }
.error-page h1 { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(44px, 7vw, 100px); letter-spacing: -.055em; line-height: .98; }
.error-page > p:not(.eyebrow) { margin: 34px 0; color: rgba(242, 239, 232, .62); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-right: 38px; }
  .hero h1 { font-size: clamp(58px, 8.5vw, 96px); }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: 10px; }
  .process-list li { grid-template-columns: 54px .7fr 1fr; }
  .process-list small { grid-column: 3; }
  .case { grid-template-columns: 54px 1fr; }
  .case figure { grid-column: 2; }
  .capcut-grid { grid-template-columns: 1fr; }
  .capcut-copy { position: static; }
  .capcut-copy h2 { max-width: 11ch; }
  .capcut-visual { margin-top: 30px; }
}

@media (min-width: 821px) and (max-height: 760px) {
  .hero-copy { padding-top: 50px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(58px, 6.6vw, 100px); }
  .hero-logline { margin-top: 28px; font-size: 16px; }
  .hero-actions { margin-top: 22px; }
  .byline { margin-top: 28px; }
}

@media (max-width: 820px) {
  :root { --page-x: 18px; --section-y: 86px; }
  .site-header { min-height: 66px; padding: 12px 18px; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; justify-self: end; width: 42px; height: 42px; padding: 9px; color: var(--paper); background: transparent; border: 1px solid rgba(242, 239, 232, .16); }
  .nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 66px; left: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; width: 100%; height: calc(100dvh - 66px); padding: 34px 18px; overflow-y: auto; visibility: hidden; pointer-events: none; opacity: 0; background: #0b0d0e; clip-path: inset(0 0 0 100%); transition: clip-path 220ms ease, opacity 180ms ease, visibility 0s linear 220ms; }
  .primary-nav.is-open { visibility: visible; pointer-events: auto; opacity: 1; clip-path: inset(0); transition-delay: 0s; }
  .primary-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(242, 239, 232, .16); font-family: var(--display); font-size: 21px; letter-spacing: -.02em; text-transform: none; }
  .primary-nav a::after { display: none; }
  .nav-watch { margin-top: 24px; padding: 17px 18px !important; text-align: center; }
  .hero { grid-template-columns: 1fr; grid-template-rows: minmax(380px, 52dvh) auto; padding-top: 66px; }
  .hero-image { grid-row: 1; }
  .hero-copy { grid-row: 2; padding: 46px 18px 64px; border-right: 0; border-top: 1px solid rgba(242, 239, 232, .16); }
  .hero h1 { font-size: clamp(64px, 19vw, 112px); }
  .hero-logline { max-width: 54ch; }
  .hero-rail { top: 66px; }
  .support-strip { min-height: 100px; padding: 16px 18px; }
  .support-strip div { gap: 24px; }
  .support-strip img:first-child { width: 52px; }
  .support-capcut { width: 92px; }
  .story-grid, .props-heading, .film-intro, .film-feature, .team-intro, .process-intro, .process-evidence, .editorial-band, .archive-intro, .production-disclosure > div, .tools-grid, .lessons-heading { grid-template-columns: 1fr; gap: 44px; }
  .film-synopsis { padding-top: 0; }
  .film-feature figure img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .film-feature-copy { border-top: 1px solid rgba(242, 239, 232, .18); border-left: 0; }
  .film-stills { grid-template-columns: 1fr; }
  .story-copy { padding-top: 0; }
  .principle { grid-template-columns: 1fr; }
  .picture-heading, .development-heading { grid-template-columns: 1fr; gap: 10px; }
  .film-frames { grid-template-columns: 1fr; }
  .film-frames .film-frame-wide, .film-frames figure:nth-child(2), .film-frames figure:nth-child(3), .film-frames figure:nth-child(4) { grid-column: auto; grid-row: auto; margin-top: 0; }
  .visual-system { grid-template-columns: 1fr; }
  .visual-system .visual-large { grid-row: auto; }
  .visual-system .visual-large img, .prop-grid .prop-mask img { min-height: 0; aspect-ratio: 16 / 9; }
  .props-heading .kicker, .lessons-heading .kicker { grid-column: auto; margin-bottom: -16px; }
  .prop-grid { grid-template-columns: 1fr; }
  .prop-grid .prop-mask { grid-row: auto; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .process-list p, .process-list small { grid-column: 2; }
  .decision-chain { display: grid; grid-template-columns: 1fr auto; }
  .decision-chain span { transform: rotate(90deg); }
  .decision-chain p:last-child { grid-column: 1; }
  .timeline-figure { right: 0; }
  .case { grid-template-columns: 42px 1fr; gap: 24px; }
  .case figure { grid-column: 1 / -1; }
  .case figure img { min-height: 0; }
  .lessons-list li { grid-template-columns: 54px 1fr; gap: 22px; }
  .delivery-record dl { grid-template-columns: repeat(2, 1fr); }
  .archive-download, .ai-disclosure { grid-template-columns: 1fr; }
  .archive-download .button { justify-self: start; }
  .team-grid { grid-template-columns: 1fr; }
  .team-contact { grid-template-columns: 1fr; }
  .finale { grid-template-columns: 1fr; }
  .finale .button { justify-self: start; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; }
  .footer-contact { flex-direction: column; justify-content: flex-start; gap: 7px; }
  .site-footer > p { text-align: left; }
}

@media (max-width: 520px) {
  .hero-image figcaption { flex-direction: column; gap: 5px; }
  .hero-rail { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .support-strip { align-items: center; flex-direction: row; gap: 14px; }
  .support-strip p { max-width: 12ch; line-height: 1.4; }
  .support-strip div { gap: 14px; }
  .section h2 { font-size: clamp(36px, 10vw, 42px); }
  figure figcaption { grid-template-columns: 1fr; gap: 5px; }
  .film-feature figure figcaption { grid-template-columns: 1fr; gap: 6px; }
  .film-feature-meta { text-align: left; }
  .editorial-band { padding: 34px 22px; }
  .capcut-visual { padding-bottom: 80px; }
  .timeline-figure { width: 72%; }
  .fact-list li { grid-template-columns: 1fr; gap: 6px; }
  .tool-ledger th, .tool-ledger td { display: block; width: 100%; padding-right: 0; }
  .tool-ledger th { padding-bottom: 0; }
  .tool-ledger td { padding-top: 6px; }
  .case { grid-template-columns: 1fr; }
  .case-number { margin-bottom: -8px; }
  .case figure { grid-column: auto; }
  .case dl div { grid-template-columns: 1fr; gap: 5px; }
  .lessons-list li { grid-template-columns: 1fr; }
  .delivery-record { padding: 28px 20px; }
  .delivery-record dl { grid-template-columns: 1fr; }
  .archive-download { padding: 28px 20px; }
  .film-dialog { width: calc(100vw - 20px); }
}

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