@charset "UTF-8";

:root {
  --paper: #f7f7f2;
  --ink: #1a1b1b;
  --muted: #62645f;
  --blue: #243fe8;
  --line: #d6d8d0;
  --serif: Georgia, "Times New Roman", serif;
  --gutter: clamp(24px, 5vw, 88px);
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; min-width: 320px; }
img { display: block; max-width: 100%; height: auto; }
figure, p, dl, dd, h1, h2, h3, h4, h5 { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { text-decoration-thickness: 2px; }
a, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--blue); color: white; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
.page-width { width: min(100% - var(--gutter) * 2, 1440px); margin-inline: auto; }
.section-space { padding-block: clamp(64px, 7vw, 112px); }
.eyebrow, .project-type { font-size: 12px; font-weight: 500; letter-spacing: .12em; line-height: 1.6; }
.eyebrow { font-size: 13px; }
.section-number { margin-right: 24px; color: var(--blue); }
.text-link { display: inline-flex; align-items: baseline; gap: 20px; color: var(--blue); font-size: 15px; line-height: 1.5; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .3em; padding-block: 8px; }
.text-link span { display: inline-block; text-decoration: none; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 20; padding: 14px 20px; color: white; background: var(--blue); }
.skip-link:focus { top: 16px; }

.site-header { min-height: 96px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; border-bottom: 1px solid var(--line); gap: 28px; }
.wordmark { text-decoration: none; font-size: 28px; font-weight: 600; letter-spacing: -.08em; }
.wordmark span { color: var(--blue); }
.primary-nav, .utility-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 42px); }
.primary-nav { justify-self: center; }
.primary-nav a, .utility-nav a { padding-block: 14px; font-size: 14px; line-height: 1.5; text-decoration: none; }
.primary-nav a:hover, .utility-nav a:hover { color: var(--blue); text-decoration: underline; }
.utility-nav a:last-child { color: var(--blue); text-decoration: underline; text-underline-offset: .3em; }
.utility-nav a span { margin-left: 6px; }

.portfolio-intro { padding-block: clamp(42px, 5vw, 76px) 64px; }
.intro-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px 36px; margin-bottom: 46px; }
h1 { font: 400 clamp(62px, 8.5vw, 136px)/1 var(--serif); letter-spacing: -.075em; margin-left: -5px; }
h1 em { font-weight: 400; color: var(--blue); }
.intro-profile { padding-bottom: 5px; }
.intro-profile p { font-size: 17px; line-height: 1.55; }
.intro-profile > span { display: block; font-size: 12px; line-height: 1.6; margin-top: 9px; color: var(--muted); }
.work-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.category-entry { display: block; min-width: 0; text-decoration: none; }
.category-image { overflow: hidden; background: #e3e5df; }
.category-image img { width: 100%; aspect-ratio: 1.62; object-fit: cover; transition: filter .2s ease; }
.category-image .vertical-index-image { object-position: center 33%; }
.category-image .ai-index-image { object-position: center 28%; }
.category-caption { display: grid; grid-template-columns: 22px 1fr auto; align-items: start; gap: 12px; padding-block: 22px 19px; border-bottom: 1px solid var(--line); }
.category-number { color: var(--muted); font-size: 12px; line-height: 1.6; padding-top: 5px; }
.category-name { font: 400 clamp(29px, 3.1vw, 46px)/1.05 var(--serif); letter-spacing: -.04em; color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .14em; }
.category-arrow { color: var(--blue); font-size: 22px; padding-top: 4px; }
.category-entry:hover img { filter: brightness(.87); }
.category-entry:hover .category-name { text-decoration-thickness: 2px; }
.narrative-section { border-top: 1px solid var(--line); }
.vertical-section { background: #fff; }
.narrative-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.narrative-film { min-width: 0; }
.film-still { display: block; margin-bottom: 23px; }
.film-still img { width: 100%; aspect-ratio: 1.85; object-fit: cover; transition: filter .2s ease; }
.film-still:hover img { filter: brightness(.88); }
.narrative-film :is(h2, h3) { font: 400 clamp(28px, 2.9vw, 42px)/1.1 var(--serif); letter-spacing: -.035em; margin-top: 13px; }
.film-role { font-size: 14px; line-height: 1.6; margin-top: 14px; color: var(--blue); }
.film-synopsis { font-size: 17px; line-height: 1.65; margin-top: 20px; max-width: 520px; }
.film-credit { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 20px; }
.narrative-film .text-link { margin-top: 13px; }
.festival-list { list-style: none; padding: 0; margin: 22px 0 0; }
.festival-list li { font-size: 14px; line-height: 1.5; }
.festival-list li + li { margin-top: 12px; }
.festival-list span { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }

.section-heading { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px 8%; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font: 400 clamp(40px, 4.2vw, 66px)/1.04 var(--serif); letter-spacing: -.045em; }
h2 em { font-weight: 400; }
.section-deck { max-width: 460px; font-size: 18px; line-height: 1.6; color: var(--muted); align-self: end; }
.commercial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.work-card { min-width: 0; }
.staggered-card { margin-top: 0; }
.poster-link { display: block; position: relative; overflow: hidden; background: #e0e3df; }
.poster-link img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; transition: filter .25s ease; }
.poster-link:hover img { filter: brightness(.9); }
.poster-arrow { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--blue); background: var(--paper); font-size: 26px; }
.project-topline { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; }
.project-index { font-size: 12px; line-height: 1.6; color: var(--muted); white-space: nowrap; }
.work-card :is(h2, h3) { font: 400 clamp(32px, 3.1vw, 48px)/1.07 var(--serif); letter-spacing: -.035em; margin-top: 14px; }
.project-credit { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 14px; }
.work-context { display: grid; grid-template-columns: 1fr 1.35fr; gap: 8%; margin-top: 70px; }
.work-context .eyebrow { padding-top: 4px; color: var(--muted); }
.work-context p { max-width: 600px; font-size: 18px; line-height: 1.65; }

.ai-section { background: #eaece5; }
.bound-case { border-top: 1px solid #bfc5b8; padding-top: 42px; }
.ai-feature { display: grid; grid-template-columns: 1.45fr 1fr; gap: 12%; align-items: center; }
.ai-story :is(h2, h3) { font: 400 clamp(38px, 4.4vw, 65px)/1.06 var(--serif); letter-spacing: -.045em; margin-block: 22px 28px; }
.ai-story :is(h2, h3) em { color: var(--blue); font-weight: 400; }
.ai-role { font-size: 14px; margin-bottom: 20px; }
.ai-description { font-size: 18px; line-height: 1.7; max-width: 590px; margin-bottom: 22px; }
.ai-artwork { width: min(100%, 320px); justify-self: end; }
.ai-artwork img { width: 100%; aspect-ratio: 2 / 3; object-fit: contain; }
.ai-artwork figcaption { font-size: 12px; line-height: 1.5; margin-top: 12px; color: var(--muted); }
.project-metrics { display: grid; grid-template-columns: 1fr 1fr 1.4fr; margin-top: 58px; padding-block: 28px; border-block: 1px solid #bfc5b8; }
.project-metrics > div { padding-inline: 30px; border-left: 1px solid #bfc5b8; }
.project-metrics > div:first-child { padding-left: 0; border-left: 0; }
.project-metrics dt { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 13px; }
.project-metrics dd { font: 400 clamp(46px, 4.3vw, 66px)/1 var(--serif); letter-spacing: -.055em; }
.project-metrics dd span { display: block; font: 400 14px/1.5 Arial, Helvetica, sans-serif; letter-spacing: 0; margin-top: 12px; }
.metric-note { font-size: 12px; line-height: 1.55; color: var(--muted); margin-top: 15px; }
.contribution { display: grid; grid-template-columns: 1fr 1.35fr; gap: 8%; margin-top: 70px; }
.contribution-intro :is(h3, h4) { font: 400 clamp(30px, 3.3vw, 46px)/1.12 var(--serif); letter-spacing: -.035em; }
.contribution-intro p { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 310px; margin-top: 20px; }
.contribution-row { display: grid; grid-template-columns: 28px 1fr; gap: 20px; padding-block: 24px; border-top: 1px solid #bfc5b8; }
.step-number { font-size: 12px; color: var(--blue); line-height: 1.6; }
.contribution-row :is(h4, h5) { font-size: 18px; font-weight: 400; line-height: 1.3; margin-bottom: 10px; }
.contribution-row p { font-size: 16px; line-height: 1.65; color: #4e514a; }
.production-notes { border-block: 1px solid #bfc5b8; }
.production-notes summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 22px; color: var(--blue); cursor: pointer; font-size: 15px; line-height: 1.5; list-style: none; }
.production-notes summary::-webkit-details-marker { display: none; }
.production-notes summary > span:first-child { text-decoration: underline; text-underline-offset: .3em; }
.details-icon { display: block; width: 16px; height: 16px; flex-shrink: 0; position: relative; }
.details-icon::before, .details-icon::after { content: ""; position: absolute; inset: 7px 0 auto; height: 1px; background: var(--blue); }
.details-icon::after { transform: rotate(90deg); transition: transform .2s; }
.production-notes[open] .details-icon::after { transform: rotate(0deg); }
.details-body { padding: 0 26px 24px 0; font-size: 16px; line-height: 1.7; color: #4e514a; }
.details-body p + p { margin-top: 16px; }
.details-body strong { color: var(--ink); font-weight: 500; }

.about-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 9%; }
.about-section h2 { font-size: clamp(36px, 3.8vw, 56px); margin-top: 38px; }
.about-section h2 em { color: var(--blue); }
.about-copy { padding-top: 56px; }
.about-copy > p { font-size: 17px; line-height: 1.75; color: var(--muted); }
.about-copy > .about-lead { font-size: 23px; line-height: 1.5; color: var(--ink); }
.about-copy > p + p { margin-top: 22px; }
.education { margin-top: 30px; padding-block: 24px; border-block: 1px solid var(--line); }
.education > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 20px; }
.education > div + div { margin-top: 16px; }
.education dt, .education dd { font-size: 14px; line-height: 1.6; }
.education dd { color: var(--muted); }
.about-links { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 24px; }

.contact-section { background: var(--blue); color: var(--paper); padding-block: 62px 28px; }
.contact-title { display: block; position: relative; width: fit-content; max-width: 100%; font: 400 clamp(48px, 7.8vw, 116px)/1.02 var(--serif); letter-spacing: -.055em; margin-block: 28px 54px; padding-right: 90px; text-decoration: none; }
.contact-title em { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .12em; font-weight: 400; }
.contact-title:hover em { text-decoration-thickness: 2px; }
.contact-title > span { position: absolute; right: 0; top: 0; font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: .7em; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 28px; padding-block: 22px; border-top: 1px solid #687bed; font-size: 14px; line-height: 1.6; }
.footer-bottom > span { opacity: .85; }
.footer-credit { font-size: 12px; line-height: 1.65; opacity: .8; }
.contact-section :focus-visible { outline-color: var(--paper); }

@media (max-width: 1050px) {
  .site-header { gap: 24px; }
  .primary-nav, .utility-nav { gap: 22px; }
  .intro-heading { gap: 26px; }
  .work-index { gap: 22px; }
  .category-caption { grid-template-columns: 18px 1fr auto; gap: 8px; }
  .narrative-grid { gap: 30px; }
  .commercial-grid { gap: 7%; }
  .ai-feature { gap: 7%; grid-template-columns: 1.3fr 1fr; }
  .ai-description { font-size: 17px; }
  .project-metrics > div { padding-inline: 24px; }
  .about-section { gap: 6%; }
  .about-copy { padding-top: 55px; }
  .contact-title { padding-right: 70px; }
}

@media (max-width: 850px) {
  .site-header { grid-template-columns: auto 1fr; gap: 0; padding-top: 14px; }
  .wordmark { grid-column: 1; grid-row: 1; }
  .utility-nav { grid-column: 2; grid-row: 1; justify-self: end; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; justify-content: space-between; gap: 18px; }
  .primary-nav a { padding-block: 16px; }
  .intro-heading { align-items: start; }
  .intro-profile { width: 100%; }
  .intro-profile p br { display: none; }
  .intro-profile p { font-size: 16px; }
  .intro-profile > span { margin-top: 5px; }
  .category-caption { grid-template-columns: 1fr auto; }
  .category-number { grid-column: 1 / -1; padding-top: 0; }
  .category-name { font-size: 29px; }
}

@media (max-width: 760px) {
  .portfolio-intro { padding-top: 38px; padding-bottom: 42px; }
  .intro-heading { margin-bottom: 32px; gap: 16px; }
  h1 { font-size: clamp(57px, 12vw, 87px); }
  .work-index { gap: 18px; }
  .category-image img { aspect-ratio: 1.2; }
  .category-name { font-size: clamp(23px, 4vw, 29px); }
  .category-arrow { font-size: 18px; }
  .category-caption { padding-block: 16px; gap: 10px 4px; }
  .section-heading, .work-context, .contribution, .about-section { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; margin-bottom: 36px; }
  h2 { font-size: clamp(40px, 8vw, 60px); }
  .section-heading .section-deck { max-width: 550px; font-size: 17px; }
  .narrative-grid { grid-template-columns: 1fr; gap: 44px; }
  .narrative-film :is(h2, h3) { font-size: 34px; }
  .film-still { margin-bottom: 20px; }
  .commercial-grid { gap: 6%; }
  .work-card :is(h2, h3) { font-size: clamp(26px, 4.8vw, 38px); }
  .project-topline .project-type { letter-spacing: .03em; }
  .project-index { display: none; }
  .project-credit { align-items: start; flex-direction: column; gap: 6px; margin-top: 12px; }
  .poster-arrow { width: 36px; height: 36px; font-size: 23px; right: 12px; top: 12px; }
  .work-context { gap: 18px; margin-top: 46px; }
  .work-context p { font-size: 17px; }
  .bound-case { padding-top: 30px; }
  .ai-feature { grid-template-columns: 1fr; gap: 32px; }
  .ai-story :is(h2, h3) { font-size: clamp(40px, 8vw, 56px); margin-block: 18px 24px; }
  .ai-description { max-width: 620px; }
  .ai-artwork { width: min(70%, 300px); justify-self: center; }
  .project-metrics { grid-template-columns: 1fr 1fr 1.25fr; margin-top: 40px; padding-block: 23px; }
  .project-metrics > div { padding-inline: 18px; }
  .project-metrics dd { font-size: 48px; }
  .project-metrics dt { font-size: 12px; min-height: 36px; }
  .project-metrics dd span { font-size: 12px; }
  .contribution { gap: 30px; margin-top: 46px; }
  .contribution-intro p { max-width: 440px; margin-top: 12px; }
  .contribution-row { padding-block: 22px; }
  .about-section { gap: 28px; }
  .about-section h2 { font-size: clamp(36px, 7.5vw, 56px); margin-top: 25px; }
  .about-copy { padding-top: 0; }
  .about-copy > .about-lead { font-size: 22px; }
  .contact-title { font-size: clamp(45px, 9.5vw, 74px); padding-right: 50px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .footer-bottom a { width: fit-content; }
}

@media (max-width: 560px) {
  .primary-nav { display: grid; grid-template-columns: 1fr 1.15fr .9fr; gap: 10px; align-items: stretch; }
  .primary-nav a { font-size: 14px; max-width: 126px; padding-block: 14px; }
  .work-index { grid-template-columns: 1fr; gap: 0; }
  .category-entry { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding-block: 16px; border-top: 1px solid var(--line); align-items: center; }
  .category-entry:last-child { border-bottom: 1px solid var(--line); }
  .category-image img { height: 94px; aspect-ratio: auto; }
  .category-caption { grid-template-columns: 1fr auto; padding: 0; border: 0; gap: 5px; }
  .category-number { font-size: 12px; }
  .category-name { font-size: 28px; }
  .category-arrow { align-self: center; }
}

@media (max-width: 460px) {
  :root { --gutter: 22px; }
  .wordmark { font-size: 25px; }
  .utility-nav { gap: 22px; }
  .category-entry { grid-template-columns: 92px 1fr; gap: 16px; }
  .category-image img { height: 90px; }
  .category-name { font-size: 27px; }
  .commercial-grid { grid-template-columns: 1fr; gap: 40px; }
  .work-card :is(h2, h3) { font-size: 36px; }
  .project-topline .project-type { letter-spacing: .06em; }
  .project-index { display: inline; }
  .project-credit { align-items: baseline; flex-direction: row; }
  .project-metrics { grid-template-columns: 1fr 1fr; }
  .project-metrics > div { padding-inline: 20px; }
  .project-metrics > div:last-child { grid-column: 1 / -1; padding: 22px 0 0; margin-top: 22px; border-left: 0; border-top: 1px solid #bfc5b8; }
  .project-metrics dt { min-height: 0; }
  .ai-artwork { width: min(85%, 300px); }
  .contribution-row { gap: 13px; grid-template-columns: 24px 1fr; }
  .about-links { gap: 8px 20px; }
  .contact-title { font-size: clamp(40px, 10.4vw, 50px); padding-right: 26px; letter-spacing: -.055em; }
  .contact-title > span { font-size: .55em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Category pages */
.primary-nav a[aria-current="page"] { color: var(--blue); text-decoration: underline; text-underline-offset: .3em; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 14px; line-height: 1.6; padding-top: 28px; color: var(--muted); }
.breadcrumb a { color: var(--blue); }
.category-page .section-space { padding-top: 42px; }
.category-page .narrative-section { border-top: 0; }
.category-page.vertical-live-action-page { background: #fff; }
.category-page.ai-production-page { background: #eaece5; }
.category-page .section-heading h1 { font: 400 clamp(44px, 5.2vw, 78px)/1.04 var(--serif); letter-spacing: -.045em; margin: 0; color: var(--blue); }
.category-page .section-heading { grid-template-columns: 1.35fr 1fr; }
.category-page .commercial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 32px; }
.category-page .work-card :is(h2, h3) { font-size: clamp(26px, 2.5vw, 36px); }
.category-page .project-topline .project-index { display: none; }
.subpage-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 26px; }
.gallery-intro { margin-bottom: 32px; }
.gallery-intro h2 { font-size: clamp(32px, 3.8vw, 52px); }
.gallery-intro p { font-size: 17px; line-height: 1.7; color: var(--muted); max-width: 650px; margin-top: 18px; }
.development-gallery { margin-block: 20px 76px; }
.asset-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.asset-card { margin: 0; }
.asset-card a { display: block; }
.asset-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; background: #dde1d6; }
.asset-card figcaption { padding-top: 15px; }
.asset-card h3 { font: 400 26px/1.2 var(--serif); letter-spacing: -.025em; }
.asset-card p { font-size: 14px; line-height: 1.6; color: var(--muted); margin-top: 7px; }
.asset-card .text-link { font-size: 14px; }
.ai-page-sections { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 36px; }
.production-label { margin-bottom: 30px; }
@media (max-width: 1000px) {
  .category-page .commercial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .category-page .section-heading { grid-template-columns: 1fr; }
  .category-page .section-heading h1 { font-size: clamp(42px, 9vw, 62px); }
  .asset-grid { grid-template-columns: 1fr; gap: 28px; }
  .category-page .commercial-grid { gap: 36px 24px; }
  .subpage-footer { flex-wrap: wrap; }
}
@media (max-width: 460px) {
  .category-page .commercial-grid { grid-template-columns: 1fr; }
}

.asset-card img { aspect-ratio: auto; background: transparent; }
.asset-wide { grid-column: 1 / -1; }
@media (min-width: 761px) { .asset-card:not(.asset-wide) img { max-height: 720px; object-fit: contain; } }

.category-page .film-still img { object-fit: contain; background: #121416; }
.additional-credit { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; margin-top: 50px; padding-block: 28px; border-block: 1px solid var(--line); }
.additional-credit h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.15; margin-top: 14px; }
.additional-credit .film-role { margin-top: 0; }
.additional-credit .film-synopsis { margin-top: 12px; }
.detail-heading { padding-block: 40px 36px; }
.detail-heading h1 { font-size: clamp(44px, 7vw, 102px); line-height: 1.06; letter-spacing: -.045em; margin: 18px 0 0; max-width: 1100px; color: var(--blue); }
.detail-heading .film-role { color: var(--ink); margin-top: 22px; }
.detail-hero img { width: 100%; height: auto; max-height: 780px; object-fit: contain; background: #121416; }
.detail-hero figcaption { font-size: 12px; color: var(--muted); margin-top: 12px; }
.detail-information { display: grid; grid-template-columns: 1.25fr 1fr; gap: 12%; padding-block: 54px; }
.film-detail-page h2 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 22px; }
.detail-synopsis p { font-size: 18px; line-height: 1.8; max-width: 650px; }
.detail-festivals { margin-top: 38px; }
.detail-festivals:first-child { margin-top: 0; }
.detail-festivals ul { padding-left: 20px; font-size: 16px; line-height: 1.7; }
.detail-festivals li + li { margin-top: 12px; }
.detail-credits dl > div { display: grid; grid-template-columns: 1fr 1.1fr; gap: 18px; padding-block: 14px; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.6; }
.detail-credits dt { color: var(--muted); }
.detail-stills { padding-block: 34px; border-top: 1px solid var(--line); }
.detail-still-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.detail-still-grid img { width: 100%; height: auto; }
.detail-navigation { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 32px; padding-block: 40px; }
@media (max-width: 760px) { .detail-information { grid-template-columns: 1fr; gap: 38px; padding-block: 38px; } .detail-still-grid { grid-template-columns: 1fr; } .detail-synopsis p { font-size: 17px; } }
@media (max-width: 760px) { .additional-credit { grid-template-columns: 1fr; gap: 20px; } }

/* Homepage: four work disciplines, original image framing. */
.work-index { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.category-image { aspect-ratio: 16 / 9; }
.category-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; }
.poster-composition { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 15px; background: #e4e8ec; }
.poster-composition img { width: calc((100% - 20px) / 3); height: 100%; object-fit: contain; min-width: 0; }
.category-name br { display: none; }
.category-name { font-size: clamp(28px, 3.1vw, 46px); }
.primary-nav { gap: clamp(12px, 1.7vw, 28px); }
.primary-nav a { white-space: nowrap; }
.about-copy strong { font-weight: 600; color: var(--blue); }
@media(max-width:1100px) {
 .site-header { grid-template-columns: auto 1fr; gap: 0; padding-top: 14px; }
 .wordmark { grid-column: 1; grid-row: 1; }
 .utility-nav { grid-column: 2; grid-row: 1; justify-self: end; }
 .primary-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; justify-content: space-between; }
}
@media(max-width:760px) {
 .work-index { gap: 26px; }
 .category-name { font-size: 28px; }
 .category-caption { grid-template-columns: 1fr auto; }
 .primary-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
 .primary-nav a { max-width: none; padding-block: 11px; white-space: normal; }
 .poster-composition { gap: 5px; padding: 8px; }
 .poster-composition img { width: calc((100% - 10px) / 3); }
}
@media(max-width:560px) {
 .work-index { grid-template-columns: 1fr; gap: 26px; }
 .category-entry { display: block; border-top: 0; padding: 0; }
 .category-image img { height: 100%; }
 .category-caption { padding-block: 16px; border-bottom: 1px solid var(--line); }
 .category-entry:last-child { border-bottom: 0; }
 .category-name { font-size: 32px; }
}

.category-image.dp-cover { background: #101617; }
.dp-project { padding-block: 34px 48px; border-top: 1px solid var(--line); }
.dp-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 26px; }
.dp-heading h2 { font-size: clamp(30px, 3.5vw, 50px); margin-top: 12px; }
.dp-heading .film-credit { margin-top: 8px; }
.dp-stills { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dp-single { grid-template-columns: 1fr; }
.dp-stills img { width: 100%; height: auto; }
@media(max-width:760px) { .dp-heading, .dp-stills { grid-template-columns: 1fr; } }
@media(max-width:560px) { .category-name { font-size: clamp(26px, 6vw, 32px); } }

/* Homepage: three film disciplines and a compact AI production entry. */
.homepage .work-index { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 28px; }
.homepage .category-image { aspect-ratio: 16 / 9; }
.homepage .category-image img { width: 100%; height: 100%; object-fit: contain; }
.homepage .category-caption { grid-template-columns: 1fr auto; gap: 8px; padding-block: 18px; }
.homepage .category-number { grid-column: 1 / -1; padding-top: 0; }
.homepage .category-name { font-size: clamp(28px, 2.8vw, 42px); line-height: 1.12; }
.homepage .category-arrow { font-size: 21px; }
.homepage .ai-entry { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 36px; padding-block: 24px; border-block: 1px solid var(--line); }
.homepage .ai-entry .category-image { grid-column: 2; grid-row: 1; }
.homepage .ai-entry .category-caption { grid-column: 1; grid-row: 1; border: 0; padding: 0; grid-template-columns: 1fr auto; gap: 9px 24px; }
.homepage .ai-entry .category-arrow { grid-column: 2; grid-row: 2; }
.homepage .ai-entry-description { grid-column: 1 / -1; font-size: 16px; line-height: 1.6; color: var(--muted); margin-top: 3px; max-width: 470px; }
@media(max-width:850px) {
 .homepage .work-index { gap: 28px 20px; }
 .homepage .category-name { font-size: 29px; }
 .homepage .ai-entry { grid-template-columns: 1fr 190px; gap: 28px; }
}
@media(max-width:600px) {
 .homepage .work-index { grid-template-columns: 1fr; gap: 0; }
 .homepage .category-entry { display: grid; grid-template-columns: 116px 1fr; gap: 16px; padding-block: 18px; border-top: 1px solid var(--line); }
 .homepage .category-caption { padding: 0; border: 0; gap: 4px; }
 .homepage .category-name { font-size: 26px; }
 .homepage .ai-entry { grid-template-columns: 1fr 116px; gap: 18px; margin-top: 12px; padding-block: 22px; }
 .homepage .ai-entry-description { font-size: 14px; }
 .homepage .ai-entry .category-caption { gap: 6px; }
}

/* Six DP stills: opening frame, two pairs, closing frame. */
.dp-detail-page .detail-still-grid > figure:last-child:nth-child(odd) { grid-column: 1 / -1; }

/* Original DP covers in a consistent, edge-to-edge rounded frame. */
.cinematography-page .film-still {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
}
.cinematography-page .film-still img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

/* Align paired stills with slightly different source dimensions. */
.dp-detail-page .detail-still-grid img[src*="dp-jules-dee-"] {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.dp-detail-page .detail-still-grid img[src*="dp-musk-"] {
  aspect-ratio: 1200 / 632;
  object-fit: cover;
  display: block;
}
