:root {
  --ink: #0a0a08;
  --surface: #0e0e0b;
  --surface-2: #14130f;
  --paper: #ece4d5;
  --muted: #a69e91;
  --red: #c44035;
  --line: rgba(236, 228, 213, .17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.grain { position: fixed; inset: 0; z-index: 40; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 clamp(22px, 5vw, 76px); border-bottom: 1px solid transparent; transition: .35s; }
.site-header.scrolled { height: 64px; background: rgba(10, 10, 8, .9); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: clamp(72px, 5.5vw, 88px); height: auto; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { color: #b8b0a3; font-size: 11px; letter-spacing: .11em; transition: color .25s; }
nav a:hover { color: #fff; }
.nav-watch span { color: var(--red); margin-left: 5px; }
.language-switch { flex: 0 0 auto; display: flex; align-items: center; gap: 6px; padding-left: 20px; border-left: 1px solid var(--line); color: #625c54; font-size: 9px; letter-spacing: .12em; }
.language-switch a { color: #777067; transition: color .2s; }
.language-switch a:hover, .language-switch a.active { color: var(--paper); }
.language-switch a.active { text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 5px; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-backdrop { position: absolute; inset: 0; background-image: url("https://i.ytimg.com/vi/1jYsj_5Mu0E/maxresdefault.jpg"); background-size: cover; background-position: center; filter: saturate(.55) contrast(1.12); transform: scale(1.025); animation: settle 2s ease-out forwards; }
@keyframes settle { to { transform: scale(1); } }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,5,.97) 0%, rgba(6,6,5,.8) 42%, rgba(6,6,5,.48) 70%, rgba(6,6,5,.68) 100%), linear-gradient(0deg, rgba(6,6,5,.92), transparent 45%, rgba(6,6,5,.45)); }
.hero-grid { position: relative; z-index: 2; width: min(1450px, calc(100vw - clamp(48px, 12vw, 180px))); display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(40px, 6vw, 100px); padding: 118px 0 90px; }
.eyebrow { margin: 0 0 17px; color: #d57a70; font-size: 10px; font-weight: 600; letter-spacing: .28em; line-height: 1.45; text-transform: uppercase; }
.hero h1 { margin: -7px 0 14px; font-family: var(--serif); font-size: clamp(76px, 10vw, 158px); font-weight: 600; letter-spacing: -.055em; line-height: .84; text-shadow: 0 8px 40px rgba(0,0,0,.5); }
.hero-kicker { margin: 27px 0 24px; color: rgba(236,228,213,.88); font-family: var(--serif); font-size: clamp(19px, 2vw, 28px); font-style: italic; line-height: 1.3; }
.hero-summary { max-width: 540px; margin: 0; color: rgba(236,228,213,.62); font-size: 13px; line-height: 1.75; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-meta span { padding: 8px 11px; border: 1px solid rgba(236,228,213,.22); color: #c1b9ac; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.trailer-stage { width: 100%; }
.trailer-label { display: flex; justify-content: space-between; margin-bottom: 10px; color: #d1c8ba; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-video { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(236,228,213,.24); background: #050504; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.hero-video::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 40px rgba(0,0,0,.22); }
.hero-video iframe { width: 100%; height: 100%; border: 0; }
.trailer-stage > p { margin: 11px 0 0; color: rgba(236,228,213,.45); font-size: 9px; letter-spacing: .1em; text-align: right; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 22px; width: 1px; height: 42px; background: rgba(236,228,213,.2); overflow: hidden; }
.scroll-cue span { position: absolute; inset: -100% 0 auto; height: 100%; background: var(--paper); animation: scrollLine 2.2s ease-in-out infinite; }
@keyframes scrollLine { to { transform: translateY(200%); } }

.section { padding: clamp(96px, 10vw, 155px) clamp(24px, 8vw, 128px); }
.story { background: radial-gradient(circle at 95% 24%, rgba(117,29,24,.1), transparent 30%), var(--surface); }
.story .film-frames { margin-bottom: 0; }
.section-intro { max-width: 1250px; margin: 0 auto 70px; }
.section-intro-row { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: clamp(50px, 10vw, 150px); }
.section-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 6vw, 84px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.synopsis p, .section-intro-row > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.82; }
.synopsis p + p { margin-top: 18px; }

.feature-film { max-width: 1320px; margin: 0 auto clamp(110px, 12vw, 175px); overflow: hidden; border: 1px solid var(--line); background: #080807; box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.feature-film-head { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px clamp(24px, 4vw, 54px); border-bottom: 1px solid var(--line); }
.feature-film-head .eyebrow { margin-bottom: 6px; }
.feature-film-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4.2vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.feature-film-head button { display: flex; align-items: center; gap: 20px; padding: 13px 15px 13px 19px; border: 1px solid rgba(236,228,213,.25); background: transparent; color: #d6ccbd; cursor: pointer; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; transition: .28s; }
.feature-film-head button b { display: grid; place-items: center; width: 30px; height: 30px; background: var(--red); color: #fff; font-size: 13px; font-weight: 400; }
.feature-film-head button:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.feature-film-player { aspect-ratio: 16/9; background: #030303; }
.feature-film-player iframe { width: 100%; height: 100%; border: 0; }
.feature-film-meta { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; padding: 16px clamp(24px, 4vw, 54px); border-top: 1px solid var(--line); color: #686158; font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.feature-film-meta span:nth-child(2) { text-align: center; }.feature-film-meta span:last-child { text-align: right; }

.film-frames { max-width: 1320px; margin: 0 auto clamp(110px, 12vw, 175px); display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, minmax(180px, 1fr)); gap: 14px; }
.film-frame { position: relative; min-height: 245px; margin: 0; overflow: hidden; background: #080807; }
.film-frame-large { grid-row: 1 / 3; min-height: 505px; }
.film-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,3,.82), transparent 50%); }
.film-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform .7s ease, filter .7s; }
.film-frame:hover img { transform: scale(1.025); filter: saturate(.95); }
.film-frame figcaption { position: absolute; z-index: 2; left: 20px; bottom: 17px; display: flex; gap: 14px; color: #d3cabd; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.film-frame figcaption span { color: #d56d62; }

.chapter-heading { max-width: 1320px; margin: 0 auto 48px; }
.chapter-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 61px); font-weight: 500; letter-spacing: -.035em; }
.chapter-heading > p:last-child { max-width: 540px; margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.timeline-shell { max-width: 1320px; margin: 0 auto; }
.timeline-nav { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); margin: 0 0 44px; }
.timeline-nav::before { content: ""; position: absolute; left: 7%; right: 7%; top: 36px; height: 1px; background: rgba(236,228,213,.18); }
.timeline-point { position: relative; z-index: 1; display: grid; justify-items: center; gap: 9px; padding: 0; border: 0; background: transparent; color: #6f6960; cursor: pointer; transition: color .3s; }
.point-year { font-family: var(--serif); font-size: 16px; }
.point-dot { width: 10px; height: 10px; border: 2px solid #777066; border-radius: 50%; background: var(--surface); transition: .3s; }
.point-place { font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.timeline-point:hover, .timeline-point.active { color: var(--paper); }
.timeline-point.active .point-dot { border-color: var(--red); background: var(--red); box-shadow: 0 0 0 7px rgba(196,64,53,.13); }
.scene-card { min-height: 520px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); background: #11110e; }
.scene-visual { position: relative; min-height: 520px; overflow: hidden; background: #111; }
.scene-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(121,27,23,.22), transparent 45%), linear-gradient(0deg, rgba(6,6,5,.82), transparent 55%); }
.scene-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.64) contrast(1.12); }
.scene-number { position: absolute; z-index: 2; top: 28px; left: 31px; color: #d5ccbe; font-size: 9px; letter-spacing: .2em; }
.scene-watermark { position: absolute; z-index: 2; right: -2%; bottom: -2%; color: rgba(236,228,213,.13); font-family: var(--serif); font-size: clamp(120px, 16vw, 230px); line-height: .8; letter-spacing: -.07em; }
.scene-copy { display: flex; flex-direction: column; padding: clamp(36px, 5vw, 70px); }
.scene-heading { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.scene-heading p, .scene-heading span { margin: 0; color: #8c857a; font-size: 8px; letter-spacing: .15em; }
.scene-copy h3 { margin: 42px 0 19px; font-family: var(--serif); font-size: clamp(35px, 4vw, 56px); font-weight: 500; line-height: 1; }
.scene-copy > p { margin: 0; color: #aaa296; font-size: 13px; line-height: 1.82; }
.scene-copy blockquote { margin: 27px 0; padding-left: 18px; border-left: 1px solid var(--red); color: #d8cfc0; font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.55; }
.scene-controls { display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin-top: auto; }
.scene-controls button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: .25s; }
.scene-controls button:hover { background: var(--paper); color: var(--ink); }
.scene-controls span { min-width: 52px; color: #69635a; font-size: 9px; text-align: center; }
.scene-controls b { color: var(--paper); font-weight: 500; }
.scene-card.switching .scene-copy > * { animation: sceneIn .42s ease both; }
.scene-card.switching .scene-visual img { animation: sceneVisual .55s ease both; }
@keyframes sceneIn { from { opacity: 0; transform: translateY(9px); } }
@keyframes sceneVisual { from { opacity: .45; transform: scale(1.02); } }

.history-atlas { background: radial-gradient(circle at 88% 11%, rgba(105,29,24,.12), transparent 28%), #0d0d0a; border-top: 1px solid var(--line); scroll-margin-top: 64px; }
.characters { max-width: 1320px; margin: clamp(120px, 14vw, 200px) auto 0; padding-top: clamp(85px, 9vw, 120px); border-top: 1px solid var(--line); }
.characters .chapter-heading { margin-left: 0; }
.atlas { overflow: hidden; border: 1px solid var(--line); background: #090908; }
.atlas-toolbar { min-height: 86px; display: grid; grid-template-columns: auto auto 1fr; align-items: stretch; border-bottom: 1px solid var(--line); background: #11100d; }
.atlas-tab { display: flex; align-items: center; gap: 14px; min-width: 260px; padding: 0 28px; border: 0; border-right: 1px solid var(--line); background: transparent; color: #837b70; cursor: pointer; font-size: 10px; letter-spacing: .08em; text-align: left; transition: .25s; }
.atlas-tab span { color: #5e574f; font-family: var(--serif); font-size: 13px; }
.atlas-tab:hover { color: var(--paper); background: #171511; }
.atlas-tab.active { color: var(--paper); box-shadow: inset 0 -2px var(--red); }
.atlas-tab.active span { color: #d57a70; }
.atlas-toolbar > p { align-self: center; justify-self: end; max-width: 390px; margin: 0; padding: 18px 28px; color: #696259; font-size: 8px; line-height: 1.6; text-align: right; }
.atlas-stage { position: relative; min-height: 840px; background: radial-gradient(circle at 50% 45%, rgba(133,31,25,.11), transparent 35%), #0a0a08; }
.atlas-stage::before { content: "INTERACTIVE"; position: absolute; z-index: 0; right: 20px; bottom: -7px; color: rgba(236,228,213,.025); font-family: var(--serif); font-size: clamp(70px, 11vw, 160px); letter-spacing: -.04em; pointer-events: none; }
.atlas-stage iframe { position: relative; z-index: 1; width: 100%; height: 840px; display: block; border: 0; background: transparent; }
.atlas-stage[data-atlas-mode="timeline"] iframe { height: 1120px; }
.relation-layout { display: grid; grid-template-columns: 1.42fr .58fr; min-height: 660px; border: 1px solid var(--line); background: #0b0b09; }
.relation-map { position: relative; min-height: 660px; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(174,51,42,.24), transparent 13%), radial-gradient(circle at 50% 48%, rgba(236,228,213,.045), transparent 42%), linear-gradient(145deg, #0e0e0b, #090908); }
.relation-map::before { content: ""; position: absolute; inset: 0; opacity: .13; background: linear-gradient(rgba(236,228,213,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(236,228,213,.07) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle, black, transparent 78%); }
.relation-map::after { content: ""; position: absolute; width: 420px; height: 420px; left: 50%; top: 48%; border: 1px solid rgba(236,228,213,.06); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 90px rgba(196,64,53,.07) inset; }
.map-caption { position: absolute; z-index: 2; top: 22px; left: 25px; right: 25px; display: flex; justify-content: space-between; color: #5f5a52; font-size: 7px; letter-spacing: .2em; }
.relation-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.relation-lines circle { fill: none; stroke: rgba(236,228,213,.065); stroke-width: 1; vector-effect: non-scaling-stroke; stroke-dasharray: 4 10; transform-origin: 500px 315px; animation: orbit 55s linear infinite; }
.relation-lines circle:nth-child(2) { animation-direction: reverse; animation-duration: 35s; }
@keyframes orbit { to { transform: rotate(360deg); } }
.relation-lines line { stroke: rgba(236,228,213,.17); stroke-width: 1; vector-effect: non-scaling-stroke; stroke-dasharray: 3 7; transition: stroke .35s, stroke-width .35s, filter .35s; }
.relation-lines line.active { stroke: rgba(213,122,112,.95); stroke-width: 2; filter: drop-shadow(0 0 5px rgba(196,64,53,.8)); animation: linkFlow 9s linear infinite; }
@keyframes linkFlow { to { stroke-dashoffset: -100; } }
.character-node { position: absolute; z-index: 2; width: 148px; min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; border: 1px solid rgba(236,228,213,.2); border-radius: 50%; background: #11110e; color: var(--paper); cursor: pointer; transform: translate(-50%, -50%); transition: border-color .28s, background .28s, transform .28s; }
button.character-node:hover, .character-node.active { border-color: var(--red); background: #17110e; transform: translate(-50%, -50%) scale(1.05); }
.character-node span { color: #8d867b; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.character-node strong { margin-top: 2px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.character-node small { margin-top: 4px; color: #716b62; font-size: 7px; letter-spacing: .08em; }
.character-node b { position: absolute; top: -8px; padding: 3px 7px; border: 1px solid rgba(213,122,112,.5); border-radius: 9px; background: #17110e; color: #d98a80; font-size: 6px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.node-franklin { left: 17%; top: 17%; }.node-gates { left: 83%; top: 17%; }.node-greene { left: 12%; top: 72%; }.node-hull { left: 88%; top: 72%; }.node-jefferson { left: 50%; top: 91%; }
.node-hull { border-color: rgba(213,122,112,.45); }
.node-kosciuszko { left: 50%; top: 48%; width: 210px; min-height: 120px; border-color: rgba(196,64,53,.7); background: #18110e; cursor: default; }
.node-kosciuszko strong { font-size: 28px; }.node-kosciuszko small { color: #a79e91; }
.relation-detail { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 4vw, 58px); border-left: 1px solid var(--line); background: var(--surface-2); }
.relation-index { position: absolute; top: 28px; right: 30px; color: #6d675e; font-size: 9px; letter-spacing: .18em; }
.relation-portrait { position: relative; height: 135px; margin: 0 0 24px; overflow: hidden; border: 1px solid var(--line); background: #090908; }
.relation-portrait[hidden] { display: none; }
.relation-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 40%, rgba(20,19,15,.75)), linear-gradient(0deg, rgba(10,10,8,.75), transparent 60%); }
.relation-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: grayscale(1) sepia(.15) contrast(1.08); }
.relation-portrait figcaption { position: absolute; z-index: 1; left: 13px; bottom: 10px; color: #b7aea0; font-size: 6px; letter-spacing: .12em; text-transform: uppercase; }
.relation-detail h4 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(35px, 4vw, 56px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.relation-period { margin-bottom: 20px; color: #777066; font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.relation-detail > p:not(.eyebrow) { margin: 0; color: #aaa296; font-size: 13px; line-height: 1.82; }
.relation-facts { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.relation-facts li { position: relative; padding-left: 15px; color: #898277; font-size: 9px; line-height: 1.6; }
.relation-facts li::before { content: ""; position: absolute; left: 0; top: .63em; width: 5px; height: 1px; background: var(--red); }
.relation-tag { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: #d2c8ba; font-size: 8px; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.relation-detail.switching > * { animation: sceneIn .38s ease both; }
.history-notes { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; background: #0d0d0a; }
.history-notes article { min-height: 178px; padding: 28px; border-right: 1px solid var(--line); }
.history-notes article:last-child { border-right: 0; }
.history-notes span { color: #d57a70; font-family: var(--serif); font-size: 16px; }
.history-notes h4 { margin: 14px 0 9px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.history-notes p { margin: 0; color: #827b71; font-size: 9px; line-height: 1.65; }

.stills { background: radial-gradient(circle at 80% 18%, rgba(109,29,24,.12), transparent 27%), #090908; border-top: 1px solid var(--line); scroll-margin-top: 64px; }
.stills-intro p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.82; }
.stills-open { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 27px; padding: 18px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: #d4cbbc; cursor: pointer; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; transition: color .25s, padding .25s; }
.stills-open b { color: #d57a70; font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.stills-open:hover { padding-inline: 10px; color: #fff; }
.stills-preview { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 178px; gap: 11px; }
.still-thumb { position: relative; min-width: 0; margin: 0; padding: 0; overflow: hidden; border: 1px solid rgba(236,228,213,.11); background: #080807; color: var(--paper); cursor: pointer; }
.still-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,3,3,.62), transparent 55%); opacity: .72; transition: opacity .35s; }
.still-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.07); transition: transform .55s ease, filter .55s; }
.still-thumb span { position: absolute; z-index: 2; left: 13px; bottom: 11px; color: rgba(236,228,213,.8); font-size: 7px; letter-spacing: .14em; }
.still-thumb:hover img { transform: scale(1.04); filter: saturate(1); }.still-thumb:hover::after { opacity: .3; }
.still-thumb-featured { grid-column: span 2; grid-row: span 2; }
.stills-modal { width: min(1580px, calc(100vw - 24px)); height: min(920px, calc(100vh - 24px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 1px solid rgba(236,228,213,.24); background: #080807; color: var(--paper); }
.stills-modal::backdrop { background: rgba(0,0,0,.94); backdrop-filter: blur(8px); }
.stills-modal-layout { height: 100%; display: grid; grid-template-columns: minmax(0, 1.58fr) minmax(330px, .62fr); }
.stills-feature { min-width: 0; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; background: #020202; }
.stills-feature img { width: 100%; height: 100%; object-fit: contain; }
.stills-feature figcaption { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; min-height: 68px; padding: 0 28px; border-top: 1px solid var(--line); background: #0d0c0a; }
.stills-feature figcaption span, .stills-feature figcaption small { color: #d57a70; font-size: 8px; letter-spacing: .15em; }
.stills-feature figcaption strong { color: #cfc5b6; font-family: var(--serif); font-size: 16px; font-weight: 500; }
.stills-feature figcaption small { color: #6c655d; text-align: right; }
.stills-browser { min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); border-left: 1px solid var(--line); background: #11100d; }
.stills-browser-head { padding: 34px 30px 27px; border-bottom: 1px solid var(--line); }
.stills-browser-head .eyebrow { margin-bottom: 8px; }.stills-browser-head h2 { margin: 0; font-family: var(--serif); font-size: 39px; font-weight: 500; letter-spacing: -.035em; }.stills-browser-head > p:last-child { margin: 10px 0 0; color: #746d64; font-size: 8px; letter-spacing: .07em; }
.stills-grid { min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); align-content: start; gap: 5px; padding: 12px; overflow-y: auto; }
.stills-grid .still-thumb { aspect-ratio: 16/9; }.stills-grid .still-thumb span { left: 7px; bottom: 5px; font-size: 6px; }.stills-grid .still-thumb.active { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }

.bts { background: radial-gradient(circle at 10% 20%, rgba(92,28,23,.12), transparent 26%), #11100d; border-top: 1px solid var(--line); scroll-margin-top: 64px; }
.gallery { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gallery-card { --thumb: none; position: relative; min-height: 335px; display: flex; align-items: center; justify-content: center; padding: 0; overflow: hidden; border: 1px solid rgba(236,228,213,.1); background-image: linear-gradient(0deg, rgba(6,6,5,.88), rgba(6,6,5,.08) 66%), var(--thumb), linear-gradient(145deg, #24231f, #11110e); background-size: cover; background-position: center; color: var(--paper); cursor: pointer; text-align: left; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: rgba(133,31,25,.13); opacity: 0; transition: opacity .35s; }
.gallery-card:hover::after { opacity: 1; }
.gallery-index { position: absolute; z-index: 2; top: 22px; left: 24px; font-size: 9px; letter-spacing: .15em; }
.gallery-play { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(236,228,213,.65); border-radius: 50%; background: rgba(8,8,6,.42); font-size: 10px; transition: .3s; }
.gallery-card:hover .gallery-play { transform: scale(1.12); background: var(--paper); color: var(--ink); }
.gallery-label { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.gallery-label small { color: #b5ada0; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.gallery-label strong { max-width: 68%; font-family: var(--serif); font-size: 22px; font-weight: 500; text-align: right; }

.motion-capture { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 12%, rgba(134,37,30,.14), transparent 27%), #090908; border-top: 1px solid var(--line); scroll-margin-top: 64px; }
.motion-capture::before { content: "MOTION"; position: absolute; right: -1vw; top: 82px; color: rgba(236,228,213,.022); font-family: var(--serif); font-size: clamp(100px, 17vw, 255px); letter-spacing: -.08em; pointer-events: none; }
.motion-film { position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); background: #070706; box-shadow: 0 40px 110px rgba(0,0,0,.32); }
.motion-film-head { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px clamp(24px, 4vw, 50px); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #14110e, #0c0c0a); }
.motion-film-head > div { min-width: 0; }
.motion-film-head > div > span { color: #d57a70; font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.motion-film-head h3 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(28px, 3.4vw, 47px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.motion-film-head button { display: flex; align-items: center; gap: 20px; flex: 0 0 auto; padding: 12px 14px 12px 18px; border: 1px solid rgba(236,228,213,.24); background: transparent; color: #d6ccbd; cursor: pointer; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; transition: .28s; }
.motion-film-head button b { display: grid; place-items: center; width: 30px; height: 30px; background: var(--red); color: #fff; font-size: 13px; font-weight: 400; }
.motion-film-head button:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.motion-film-player { position: relative; aspect-ratio: 16 / 9; background: #030303; }
.motion-film-player::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 45px rgba(0,0,0,.22); }
.motion-film-player iframe { width: 100%; height: 100%; border: 0; }
.motion-film-meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); color: #696259; font-size: 7px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.motion-film-meta span { padding: 16px 20px; border-right: 1px solid var(--line); }
.motion-film-meta span:last-child { border-right: 0; }
.motion-steps { position: relative; z-index: 1; max-width: 1320px; margin: 18px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #0e0d0a; }
.motion-steps article { min-height: 188px; display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 28px; border-right: 1px solid var(--line); }
.motion-steps article:last-child { border-right: 0; }
.motion-steps article > span { color: #d57a70; font-family: var(--serif); font-size: 18px; }
.motion-steps small { color: #6f685f; font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.motion-steps h3 { margin: 10px 0 10px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.motion-steps p { margin: 0; color: #8b8378; font-size: 9px; line-height: 1.7; }
.motion-gallery-head { position: relative; z-index: 1; max-width: 1320px; margin: clamp(85px, 9vw, 125px) auto 34px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.motion-gallery-head .eyebrow { margin-bottom: 9px; }
.motion-gallery-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 61px); font-weight: 500; letter-spacing: -.04em; }
.motion-gallery-head > span { padding-bottom: 8px; color: #6f685f; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.motion-gallery { position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: clamp(520px, 47vw, 720px) clamp(260px, 25vw, 380px); gap: 12px; }
.motion-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(236,228,213,.12); background: #080807; }
.motion-photo-portrait { grid-column: span 2; }
.motion-photo-wide { grid-column: span 3; }
.motion-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,3,.86), transparent 48%); transition: opacity .35s; }
.motion-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.06); transition: transform .7s ease, filter .7s; }
.motion-photo:hover img { transform: scale(1.025); filter: saturate(.96); }
.motion-photo figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 4px 14px; }
.motion-photo figcaption span { grid-row: 1 / 3; align-self: center; color: #d57a70; font-family: var(--serif); font-size: 18px; }
.motion-photo figcaption strong { color: #e3dacb; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.motion-photo figcaption small { color: #8c8478; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }

.character-process { position: relative; overflow: hidden; background: radial-gradient(circle at 68% 8%, rgba(150,47,38,.13), transparent 24%), #090908; border-top: 1px solid var(--line); scroll-margin-top: 64px; }
.character-process::before { content: "IDENTITY"; position: absolute; right: -1.5vw; top: 110px; color: rgba(236,228,213,.022); font-family: var(--serif); font-size: clamp(95px, 15vw, 235px); letter-spacing: -.07em; pointer-events: none; }
.process-intro p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.82; }
.process-intro p + p { margin-top: 18px; }
.process-flow { position: relative; z-index: 1; max-width: 1480px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(236,228,213,.16); background: #080807; box-shadow: 0 35px 100px rgba(0,0,0,.24); }
.process-stage { min-width: 0; border-right: 1px solid var(--line); background: #0d0d0a; transition: background .35s, box-shadow .35s; }
.process-stage:last-child { border-right: 0; }
.process-stage.active { background: #15120e; box-shadow: inset 0 -2px var(--red); }
.process-stage-top { min-height: 64px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.process-stage-top span { color: #d7776c; font-family: var(--serif); font-size: 17px; }
.process-stage-top small { color: #958d81; font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.process-stage-top i { color: #5e574f; font-size: 15px; font-style: normal; }
.process-stage:last-child .process-stage-top i { color: #d7776c; }
.process-media { position: relative; height: 385px; display: grid; gap: 3px; padding: 3px; overflow: hidden; background: #050504; }
.process-media img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; filter: saturate(.7) contrast(1.05); transition: filter .45s, transform .55s ease; }
.process-stage:hover .process-media img, .process-stage.active .process-media img { filter: saturate(.95) contrast(1.03); }
.process-media-source { grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; }
.process-media-source img:first-child { grid-row: 1 / 3; }
.process-media-source img:last-child { filter: grayscale(1) sepia(.18) contrast(1.05); }
.process-media-training { grid-template-columns: repeat(4, 1fr); grid-template-rows: 1.35fr .65fr; }
.process-media-training .training-map { grid-column: 1 / 4; object-fit: contain; background: #10100e; }
.process-media-training .training-result { grid-column: 4; grid-row: 1 / 3; object-position: center 24%; }
.process-media-build { grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; }
.process-media-build img:first-child, .process-media-build img:nth-child(2) { object-fit: contain; background: #17140f; }
.process-media-build img:nth-child(3) { grid-column: 2; grid-row: 1 / 3; }
.process-media-verify { grid-template-columns: 1fr; grid-template-rows: 1.3fr .7fr; }
.process-media-verify .identity-check-sheet { object-fit: cover; background: #11110f; }
.process-media-verify .verified-character { object-position: center 24%; }
.verify-status { position: absolute; z-index: 2; left: 13px; right: 13px; bottom: 13px; min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 9px 12px; border: 1px solid rgba(117,205,140,.5); background: rgba(8,18,12,.9); box-shadow: 0 9px 28px rgba(0,0,0,.4); backdrop-filter: blur(8px); }
.verify-status > b { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: #58a86e; color: #07100a; font-size: 14px; }
.verify-status span { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.verify-status strong { color: #dcebe0; font-size: 7px; letter-spacing: .14em; }
.verify-status small { color: #83a38b; font-size: 6px; letter-spacing: .05em; }
.process-stage-copy { min-height: 228px; display: flex; flex-direction: column; padding: 25px 20px 21px; }
.process-stage-copy h3 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 31px); font-weight: 500; letter-spacing: -.025em; }
.process-stage-copy p { margin: 0; color: #8d8579; font-size: 9px; line-height: 1.72; }
.process-select { align-self: flex-start; margin-top: auto; padding: 13px 0 4px; border: 0; border-bottom: 1px solid #59534b; background: transparent; color: #bcb3a6; cursor: pointer; font-size: 7px; letter-spacing: .16em; text-transform: uppercase; transition: border-color .25s, color .25s; }
.process-select:hover, .process-stage.active .process-select { border-color: var(--red); color: #fff; }
.process-detail { position: relative; z-index: 1; max-width: 1480px; min-height: 178px; margin: 18px auto 0; display: grid; grid-template-columns: 95px .9fr 1.15fr 180px; align-items: center; gap: clamp(25px, 4vw, 62px); padding: 30px clamp(24px, 4vw, 54px); border: 1px solid var(--line); background: linear-gradient(90deg, #15120e, #0e0e0b); }
.process-detail-number { color: #d7776c; font-family: var(--serif); font-size: 20px; letter-spacing: .02em; }
.process-detail .eyebrow { margin-bottom: 8px; }
.process-detail h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 3vw, 39px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.process-detail > p { margin: 0; color: #928a7f; font-size: 10px; line-height: 1.75; }
.process-detail.updating > div:not(.process-meter), .process-detail.updating > p { animation: processIn .38s ease both; }
@keyframes processIn { from { opacity: .25; transform: translateY(6px); } }
.process-meter { position: relative; height: 62px; padding-top: 26px; }
.process-meter::before { content: ""; position: absolute; left: 0; right: 0; top: 28px; height: 2px; background: rgba(236,228,213,.12); }
.process-meter span { position: absolute; z-index: 1; left: 0; top: 28px; width: 25%; height: 2px; background: var(--red); box-shadow: 0 0 12px rgba(196,64,53,.5); transition: width .5s ease; }
.process-meter small { position: absolute; top: 42px; right: 0; color: #766f66; font-size: 6px; letter-spacing: .16em; }
.process-overview { position: relative; z-index: 1; max-width: 1480px; margin: 52px auto 0; overflow: hidden; border: 1px solid rgba(236,228,213,.16); background: #030303; box-shadow: 0 40px 110px rgba(0,0,0,.38); }
.process-overview-bar { min-height: 65px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 0 clamp(20px, 3vw, 38px); border-bottom: 1px solid var(--line); background: #11100d; }
.process-overview-bar span, .process-overview-bar small { color: #d5796f; font-size: 7px; letter-spacing: .17em; text-transform: uppercase; }
.process-overview-bar strong { color: #cfc6b8; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.process-overview-bar small { color: #696259; text-align: right; }
.process-overview iframe { width: 100%; height: min(74vw, 850px); min-height: 610px; display: block; border: 0; background: #030303; }

.media-contact { position: relative; background: radial-gradient(circle at 12% 18%, rgba(125,33,27,.13), transparent 28%), #090908; border-top: 1px solid var(--line); scroll-margin-top: 64px; }
.media-contact-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line); background: #0d0d0a; box-shadow: 0 36px 100px rgba(0,0,0,.24); }
.media-contact-grid article { min-height: 360px; padding: clamp(34px, 5vw, 66px); }
.media-person { display: flex; flex-direction: column; border-right: 1px solid var(--line); background: linear-gradient(145deg, #15120e, #0d0d0a); }
.media-index { color: #d57a70; font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.media-person h3, .press-download h3 { margin: auto 0 10px; font-family: var(--serif); font-size: clamp(35px, 4.5vw, 58px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.media-person > p { margin: 0 0 28px; color: #777067; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.media-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.media-links a { color: #d1c8ba; font-size: 12px; transition: color .2s; }
.media-links a:hover { color: #fff; }
.press-download { display: flex; flex-direction: column; }
.press-download .media-index { align-self: flex-start; }
.press-download-content { margin-top: auto; }
.press-download .eyebrow { margin-bottom: 9px; }
.press-download h3 { margin: 0 0 17px; max-width: 690px; }
.press-download-content > p:last-of-type { margin: 0; color: #817a70; font-size: 10px; line-height: 1.65; }
.media-download-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.media-download-link { min-width: 0; display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 8px 13px 8px 8px; border: 1px solid rgba(236,228,213,.22); color: #cfc6b8; transition: .22s; }
.media-download-link > b { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; background: var(--red); color: #fff; font-size: 15px; font-weight: 400; }
.media-download-link > span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.media-download-link strong { overflow: hidden; color: #d9d0c2; font-size: 8px; font-weight: 600; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.media-download-link small { color: #6d665d; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.media-download-link:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.media-download-link:hover strong, .media-download-link:hover small { color: var(--ink); }

.credits-section { background: #11100d; border-top: 1px solid var(--line); }
.credits { max-width: 1320px; margin: 0 auto; padding: clamp(50px, 6vw, 82px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 140px); border: 1px solid var(--line); background: #0d0d0a; }
.credits-title h3 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 500; letter-spacing: -.04em; }
.credits-title > p:last-child { margin: 28px 0 0; color: #d2c9bc; font-size: 10px; font-weight: 600; letter-spacing: .17em; line-height: 1.7; text-transform: uppercase; }
.credits-title > p:last-child span { color: #736c63; font-size: 8px; font-weight: 400; }
.credits-list { margin: 0; }
.credits-list div { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.credits-list div:last-child { border-bottom: 0; }
.credits-list dt { color: #716b62; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.credits-list dd { margin: 0; color: #d3cabd; font-size: 12px; }
.film-footer { max-width: 1320px; margin: 90px auto 0; padding-top: 35px; display: flex; justify-content: space-between; align-items: center; gap: 50px; border-top: 1px solid var(--line); }
.footer-statement { display: flex; flex-direction: column; gap: 6px; }
.footer-statement strong { font-family: var(--serif); font-size: 41px; letter-spacing: -.04em; }
.footer-statement span { color: #777066; font-size: 9px; letter-spacing: .08em; }
.footer-statement small { margin-top: 8px; color: #5f5951; font-size: 7px; letter-spacing: .06em; }
.cookie-settings-link { width: max-content; margin-top: 8px; padding: 0 0 3px; border: 0; border-bottom: 1px solid #5f5951; background: transparent; color: #8e867a; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: color .2s, border-color .2s; }
.cookie-settings-link:hover { color: var(--paper); border-color: var(--paper); }
.partner-logos { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.partner-logos a { display: block; opacity: .8; transition: opacity .25s; }.partner-logos a:hover { opacity: 1; }
.jd-logo { width: 92px; height: 70px; object-fit: contain; }.creait-logo { width: 210px; height: auto; }
.logo-divider { color: #554f47; font-family: var(--serif); font-size: 20px; }

.video-modal { width: min(1500px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); padding: 30px; border: 1px solid rgba(236,228,213,.25); background: #0d0d0b; color: var(--paper); }
.video-modal::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.video-modal[open] { animation: modalIn .35s ease both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.99); } }
.modal-close { position: absolute; z-index: 2; top: 17px; right: 18px; width: 38px; height: 38px; border: 1px solid var(--line); background: #11110e; font-size: 23px; font-weight: 300; cursor: pointer; }
.modal-head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 20px; padding-right: 50px; }
.modal-head .eyebrow { margin: 0; }.modal-head h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.modal-video { aspect-ratio: 16/9; background: #050504; }.modal-video iframe { width: 100%; height: 100%; border: 0; }

.cookie-banner { position: fixed; z-index: 90; left: clamp(14px, 3vw, 42px); right: clamp(14px, 3vw, 42px); bottom: clamp(14px, 3vw, 34px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(28px, 6vw, 90px); max-width: 1320px; margin-inline: auto; padding: clamp(24px, 3vw, 36px); border: 1px solid rgba(236,228,213,.25); background: rgba(13,13,10,.97); box-shadow: 0 30px 100px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-copy { max-width: 720px; }
.cookie-banner-copy .eyebrow { margin-bottom: 8px; }
.cookie-banner-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 43px); font-weight: 500; letter-spacing: -.035em; }
.cookie-banner-copy > p:last-child { margin: 12px 0 0; color: #a69e91; font-size: 12px; line-height: 1.65; }
.cookie-banner-actions, .cookie-preferences-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.cookie-action { min-height: 44px; padding: 0 17px; border: 1px solid rgba(236,228,213,.28); background: transparent; color: #d9d0c2; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: background .22s, border-color .22s, color .22s; }
.cookie-action:hover, .cookie-action:focus-visible { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.cookie-preferences { width: min(690px, calc(100vw - 28px)); max-width: none; padding: 0; border: 1px solid rgba(236,228,213,.28); background: #0d0d0a; color: var(--paper); }
.cookie-preferences::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(8px); }
.cookie-preferences[open] { animation: modalIn .28s ease both; }
.cookie-preferences-panel { padding: clamp(25px, 5vw, 44px); }
.cookie-preferences-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.cookie-preferences-head .eyebrow { margin-bottom: 7px; }
.cookie-preferences-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 5vw, 51px); font-weight: 500; letter-spacing: -.04em; }
.cookie-preferences-close { flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; color: var(--paper); font-size: 22px; cursor: pointer; }
.cookie-preferences-intro, .cookie-google-note { color: #9c9488; font-size: 12px; line-height: 1.65; }
.cookie-preferences-intro { margin: 20px 0 27px; }
.cookie-options { border: 1px solid var(--line); }
.cookie-option { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 21px 23px; border-bottom: 1px solid var(--line); cursor: pointer; }
.cookie-option:last-child { border-bottom: 0; }
.cookie-option strong { display: block; color: #ddd4c7; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cookie-option p { margin: 7px 0 0; color: #777066; font-size: 10px; line-height: 1.5; }
.cookie-always { flex: 0 0 auto; color: #6f9a74; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.cookie-switch { position: relative; flex: 0 0 auto; width: 44px; height: 24px; }
.cookie-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch span { position: absolute; inset: 0; border: 1px solid #5b554d; background: #1a1915; transition: .2s; }
.cookie-switch span::after { content: ""; position: absolute; top: 4px; left: 4px; width: 14px; height: 14px; background: #777066; transition: .2s; }
.cookie-switch input:checked + span { border-color: #99716c; background: rgba(196,64,53,.2); }
.cookie-switch input:checked + span::after { transform: translateX(20px); background: var(--red); }
.cookie-switch input:focus-visible + span { outline: 2px solid var(--paper); outline-offset: 3px; }
.cookie-google-note { margin: 18px 0 25px; font-size: 10px; }
.cookie-preferences-actions { justify-content: flex-end; }
.cookie-action-save { border-color: var(--paper); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }.reveal-delay-1 { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .2s; }.reveal-delay-3 { transition-delay: .3s; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; width: min(900px, calc(100vw - 48px)); padding-top: 130px; }
  .hero-copy { max-width: 680px; }.hero h1 { font-size: clamp(80px, 17vw, 142px); }.hero-summary { max-width: 640px; }
  .hero-vignette { background: linear-gradient(90deg, rgba(6,6,5,.96), rgba(6,6,5,.6)), linear-gradient(0deg, rgba(6,6,5,.92), transparent 50%); }
  .section-intro-row { grid-template-columns: 1fr; align-items: start; gap: 35px; }
  .synopsis, .section-intro-row > p { max-width: 690px; }
  .feature-film-meta { grid-template-columns: 1fr 1fr; }.feature-film-meta span:nth-child(2) { text-align: right; }.feature-film-meta span:last-child { display: none; }
  .atlas-toolbar { grid-template-columns: 1fr 1fr; }.atlas-tab { min-width: 0; }.atlas-toolbar > p { grid-column: 1 / -1; justify-self: stretch; max-width: none; border-top: 1px solid var(--line); text-align: left; }
  .process-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }.process-stage:nth-child(2) { border-right: 0; }.process-stage:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.process-media { height: 410px; }.process-detail { grid-template-columns: 70px 1fr 1.2fr; }.process-meter { grid-column: 2 / 4; height: 34px; padding-top: 0; }.process-meter::before, .process-meter span { top: 2px; }.process-meter small { top: 13px; }
  .stills-preview { grid-template-columns: repeat(3, 1fr); }.stills-modal-layout { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); }
  .history-notes { grid-template-columns: repeat(2, 1fr); }.history-notes article:nth-child(2) { border-right: 0; }.history-notes article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  nav { gap: 13px; } nav a { font-size: 8px; }
  nav a[href="#motion-capture"], nav a[href="#making-characters"] { display: none; }
  .motion-gallery { grid-template-rows: minmax(390px, 54vw) minmax(230px, 32vw); }
  .media-contact-grid { grid-template-columns: 1fr; }.media-person { border-right: 0; border-bottom: 1px solid var(--line); }.media-contact-grid article { min-height: 320px; }
  .cookie-banner { grid-template-columns: 1fr; align-items: start; gap: 22px; }
}

@media (max-width: 820px) {
  .site-header { height: 66px; } nav a:not(.nav-watch) { display: none; }
  .hero-grid { width: calc(100vw - 40px); gap: 45px; padding-bottom: 100px; }.hero { min-height: 990px; }
  .film-frames { grid-template-columns: 1fr; grid-template-rows: auto; }.film-frame, .film-frame-large { grid-row: auto; min-height: 310px; }
  .timeline-nav { overflow-x: auto; grid-template-columns: repeat(7, 92px); margin-inline: -4px; padding: 2px 12px 15px; }.timeline-nav::before { left: 58px; right: auto; width: 552px; }
  .scene-card { grid-template-columns: 1fr; }.scene-visual { min-height: 330px; }.scene-copy { min-height: 430px; }
  .atlas-tab { padding: 18px; font-size: 8px; }.atlas-stage, .atlas-stage iframe { min-height: 760px; height: 760px; }.atlas-stage[data-atlas-mode="timeline"] iframe { height: 980px; }
  .stills-preview { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 155px; }.stills-modal { overflow-y: auto; }.stills-modal-layout { height: auto; min-height: 100%; grid-template-columns: 1fr; }.stills-feature { height: min(66vw, 520px); }.stills-browser { min-height: 580px; border-left: 0; border-top: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr; }.gallery-card { min-height: 310px; }
  .motion-steps { grid-template-columns: 1fr; }.motion-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }.motion-steps article:last-child { border-bottom: 0; }
  .motion-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, minmax(320px, 74vw)); }.motion-photo-portrait, .motion-photo-wide { grid-column: span 1; }.motion-photo-wide:last-child { grid-column: 1 / -1; }
  .process-detail { grid-template-columns: 52px 1fr; align-items: start; gap: 20px 25px; }.process-detail > p { grid-column: 2; }.process-meter { grid-column: 2; width: 100%; }.process-detail-number { padding-top: 4px; }
  .process-overview iframe { min-height: 520px; height: 68vw; }.process-overview-bar { grid-template-columns: auto 1fr; }.process-overview-bar small { display: none; }
  .credits { grid-template-columns: 1fr; gap: 40px; }.film-footer { flex-direction: column; align-items: flex-start; }
  .media-download-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 21vw; }.hero-summary { font-size: 12px; }.hero-meta span:nth-child(1) { display: none; }
  .section { padding-inline: 20px; }.film-frame, .film-frame-large { min-height: 240px; }
  .scene-copy { padding: 31px 24px; }.scene-copy blockquote { font-size: 14px; }
  .feature-film-head { align-items: flex-end; padding: 21px 19px; }.feature-film-head button span { display: none; }.feature-film-head button { padding: 5px; border: 0; }.feature-film-meta { grid-template-columns: 1fr; }.feature-film-meta span:nth-child(2) { display: none; }
  .atlas-toolbar { grid-template-columns: 1fr; }.atlas-tab { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }.atlas-toolbar > p { display: none; }.atlas-stage, .atlas-stage iframe { min-height: 690px; height: 690px; }.atlas-stage[data-atlas-mode="timeline"] iframe { height: 880px; }
  .stills-preview { grid-auto-rows: 115px; gap: 6px; }.stills-preview .still-thumb-featured { grid-column: span 2; grid-row: span 2; }.stills-feature { height: 68vw; min-height: 300px; }.stills-feature figcaption { grid-template-columns: auto 1fr; padding: 0 16px; }.stills-feature figcaption small { display: none; }.stills-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-label { flex-direction: column; align-items: flex-start; }.gallery-label strong { max-width: 100%; text-align: left; }
  .motion-film-head { align-items: flex-end; padding: 21px 19px; }.motion-film-head button span { display: none; }.motion-film-head button { padding: 5px; border: 0; }.motion-film-meta { grid-template-columns: 1fr; }.motion-film-meta span { border-right: 0; border-bottom: 1px solid var(--line); }.motion-film-meta span:last-child { border-bottom: 0; }.motion-steps article { grid-template-columns: 36px 1fr; padding: 24px 20px; }.motion-gallery-head { align-items: flex-start; flex-direction: column; gap: 9px; }.motion-gallery { grid-template-columns: 1fr; grid-template-rows: none; }.motion-photo-portrait, .motion-photo-wide, .motion-photo-wide:last-child { grid-column: 1; height: min(135vw, 620px); }.motion-photo-wide { height: min(70vw, 380px); }
  .character-process { padding-inline: 0; }.character-process .section-intro { padding-inline: 20px; }.process-flow { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(292px, 84vw)); overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; border-right: 0; }.process-stage { scroll-snap-align: start; border-right: 1px solid var(--line) !important; border-bottom: 0 !important; }.process-stage:last-child { border-right: 0 !important; }.process-media { height: 365px; }.process-stage-copy { min-height: 205px; }.process-detail { margin: 12px 20px 0; grid-template-columns: 1fr; padding: 26px 22px; }.process-detail-number { padding: 0; }.process-detail > p, .process-meter { grid-column: 1; }.process-meter { margin-top: 6px; }.process-overview { margin-top: 42px; border-inline: 0; }.process-overview-bar { min-height: 56px; padding-inline: 20px; }.process-overview-bar strong { font-size: 14px; }.process-overview iframe { height: 58vw; min-height: 350px; }
  .history-notes { grid-template-columns: 1fr; }.history-notes article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }.history-notes article:last-child { border-bottom: 0; }
  .credits { padding: 40px 24px; }.credits-list div { grid-template-columns: 1fr; gap: 7px; }
  .partner-logos { width: 100%; gap: 18px; }.jd-logo { width: 75px; }.creait-logo { width: 150px; }
  .language-switch { padding-left: 12px; }.site-header { gap: 13px; }.brand-logo { width: 66px; }
  .media-contact-grid article { min-height: 300px; padding: 32px 24px; }
  .media-download-links { grid-template-columns: 1fr; }
  .video-modal { padding: 16px; }.modal-head .eyebrow { display: none; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 22px 19px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .cookie-banner-actions .cookie-action:last-child { grid-column: 1 / -1; }
  .cookie-action { padding-inline: 12px; }
  .cookie-option { padding-inline: 18px; }
  .cookie-preferences-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

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