/* Photography-led presentation; the supplied grades and logo stay intact. */
:root { --muted: #b4afad; --line: #34302e; }
html { scroll-padding-top: 108px; }
body { overflow-wrap: break-word; }
img { max-width: 100%; }
button, summary, a { touch-action: manipulation; }
button:focus-visible, summary:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.brand-mark { background: none; mix-blend-mode: normal; }
.brand-mark img { filter: none; mix-blend-mode: normal; }
.nav { position: fixed; padding: 24px 4%; min-height: 82px; background: linear-gradient(#080808c9, #08080818); border-bottom-color: #ffffff24; transition: background .25s, padding .25s; }
.nav.scrolled { background: #0b0b0bef; backdrop-filter: blur(14px); padding-top: 16px; padding-bottom: 16px; border-bottom-color: var(--line); }
.small-logo { width: 205px; }
.nav nav { gap: 32px; }
.nav nav a { font-size: 14px; min-height: 42px; display: flex; align-items: center; }
.hero { height: 100svh; min-height: 760px; max-height: 1350px; padding: 132px 4% 0; background: #111713; }
.hero-visual picture { display: block; height: 100%; }
.hero-image, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image { animation: none; filter: none; }
.hero-video { opacity: 0; transition: opacity .6s; }
.footage-playing .hero-video { opacity: 1; }
.hero-shade { background: linear-gradient(180deg, #05070666, #05070618 30%, #05070614 52%, #060606bb 79%, #0b0b0b 100%); }
.hero-topline { font-size: 12px; letter-spacing: .11em; gap: 26px; line-height: 1.7; }
.hero-center { padding-top: 42px; padding-bottom: 42px; gap: 32px; }
.hero-center p { font-size: clamp(36px, 4.5vw, 72px); line-height: 1.04; letter-spacing: -.045em; text-shadow: 0 2px 30px #0007; }
.hero-center p em { display: inline-block; margin-top: 8px; }
.round-link { width: 72px; height: 72px; flex: 0 0 72px; margin-right: 22px; box-shadow: 0 0 0 7px #b5121214; }
.round-link svg { fill: none; width: 28px; margin: 0; }
.round-link > span { font-size: 12px; letter-spacing: .065em; }
.hero-caption { font-size: 16px; line-height: 1.85; }
.hero-bottom { padding-bottom: 36px; }
.hero-index { font-size: 12px; letter-spacing: .12em; }
.hero h1 { margin: 0 0 36px; }
.hero h1 .brand-mark { aspect-ratio: 12/1; }
.hero-foot { min-height: 66px; border-color: #ffffff38; }
.hero-foot > span { font-size: 12px; letter-spacing: .08em; opacity: .72; }
.motion-toggle { font-size: 14px; min-height: 44px; }
.section { padding: 100px 5%; }
.section-heading { margin: 40px 0 54px; }
.section-heading > p { max-width: 390px; line-height: 1.9; }
h2 { font-size: clamp(44px, 5.4vw, 76px); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
h2 em { color: #cac4be; }
.eyebrow { font-size: 12px; letter-spacing: .12em; }
.text-link { min-height: 40px; display: inline-flex; align-items: center; font-size: 14px; }
.frames { background: var(--ink); }
.frames-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.frame-card { position: relative; padding: 0; margin: 0; width: 100%; border: 0; background: #060606; display: block; overflow: hidden; line-height: 0; cursor: zoom-in; }
.frame-card img { width: 100%; height: auto; display: block; filter: none; transition: opacity .3s; }
.frame-card:hover img { opacity: .85; }
.frame-feature { grid-column: span 2; }
.frame-portrait { grid-column: 3; grid-row: 1 / span 2; align-self: stretch; height: 100%; }
.frame-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.frame-number { position: absolute; left: 14px; bottom: 14px; font-size: 12px; line-height: 1; letter-spacing: .12em; padding: 8px; background: #080808a6; color: #fff; font-variant-numeric: tabular-nums; }
.frame-open { position: absolute; top: 12px; right: 12px; background: #0b0b0bc9; border: 1px solid #ffffff59; font-size: 24px; line-height: 1; width: 38px; height: 38px; display: grid; place-items: center; opacity: 0; transform: translate(-3px, 3px); transition: opacity .2s, transform .2s; }
.frame-card:hover .frame-open, .frame-card:focus-visible .frame-open { opacity: 1; transform: none; }
.more-frames { margin-top: 32px; border-top: 1px solid var(--line); }
.more-frames > summary { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; min-height: 72px; color: var(--paper); font-size: 16px; }
.more-frames > summary > span:last-child { color: var(--accent); font-size: 26px; transition: transform .2s; }
.more-frames[open] > summary > span:last-child { transform: rotate(45deg); }
.frame-total { color: var(--muted); font-size: 14px; margin-left: 12px; }
.frames-extended { margin-top: 16px; }
.work { border-top: 1px solid var(--line); }
.film-grid { gap: 52px 32px; }
.film-image { border: 1px solid #ffffff14; }
.film-image img, .film a:hover img { filter: none; }
.film h3 { font-size: 25px; margin-top: 9px; }
.film a:focus-visible { outline-offset: 8px; }
.film a:focus-visible .film-play { background: var(--brand-red); border-color: var(--brand-red); }
.film-meta { margin-top: 22px; }
.film-notes { margin-top: 18px; }
.film-notes > div { padding: 6px 0 20px; }
.development { background: #100d0d; }
.project-front { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 28px; }
.development-project { padding: 44px 0 22px; }
.project-expansion { margin-left: 78px; }
.project-main h3 { font-size: clamp(34px, 4vw, 56px); line-height: 1.3; }
.project-status { border-color: #693231; background: #b5121209; padding: 8px 14px; }
.project-logline { max-width: 660px; }
.project-detail-block { border-top: 1px solid #ffffff14; padding-top: 24px; }
.project-detail-block:first-child { border: 0; padding-top: 0; }
.archive-project { transition: background .2s; }
.archive-project[open] { background: #ffffff03; }
.archive-project[open] .archive-number, .archive-project[open] .archive-title { color: var(--accent); }
.archive-project > summary { padding-top: 30px; padding-bottom: 30px; }
.archive-body { padding-bottom: 32px; }
.experience-list { gap: 36px; }
.experience-list > div { border-top: 1px solid #85302c; }
.experience-list h3 { margin-top: 22px; }
.experience-list .experience-note { font-size: 16px; }
.about { grid-template-columns: .9fr 1.1fr; gap: 8%; background: var(--ink); }
.about-label { display: block; min-width: 0; }
.behind-image { margin: 40px 0 24px; }
.behind-image img { display: block; width: 100%; height: auto; }
.behind-image figcaption { margin-top: 16px; color: var(--muted); font-size: 14px; }
.behind-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.behind-pair img { width: 100%; height: auto; display: block; }
.about-copy { min-width: 0; }
.about-copy h2 { margin-bottom: 34px; }
.about-copy > p { line-height: 2; }
.crafts > div { padding: 23px 0; gap: 24px; }
.crafts p { line-height: 1.6; }
.crafts small { font-size: 14px; }
footer.section { padding-top: 44px; padding-bottom: 32px; }
.footer-top { padding-bottom: 34px; }
.footer-wordmark { width: min(560px, 60%); }
.footer-bottom { line-height: 1.9; }
.viewer-open { overflow: hidden; }
.frame-viewer { color: var(--paper); background: #080808; border: 1px solid #34302e; padding: 24px 32px; width: calc(100vw - 40px); max-width: 1800px; height: calc(100svh - 40px); max-height: calc(100svh - 40px); margin: auto; overflow: hidden; }
.frame-viewer::backdrop { background: #000e; backdrop-filter: blur(10px); }
.frame-viewer[open] { display: flex; flex-direction: column; }
.viewer-top, .viewer-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-shrink: 0; }
.viewer-label { font-size: 12px; letter-spacing: .1em; color: var(--muted); }
.viewer-close, .viewer-prev, .viewer-next { background: transparent; border: 0; min-width: 44px; min-height: 44px; padding: 10px; font-size: 14px; }
.viewer-close { display: flex; gap: 14px; align-items: center; }
.viewer-close span { font-size: 30px; line-height: 1; }
.viewer-close:hover, .viewer-prev:hover, .viewer-next:hover { color: var(--accent); }
.viewer-figure { flex: 1; min-height: 0; margin: 18px 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.viewer-image { display: block; min-height: 0; flex: 1; width: 100%; object-fit: contain; }
.viewer-caption { flex-shrink: 0; font-size: 14px; line-height: 1.8; color: var(--muted); text-align: center; }
.viewer-controls { border-top: 1px solid var(--line); padding-top: 12px; }
.viewer-count { font-size: 14px; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
@media (min-width: 1600px) {
  .section { padding-left: max(5%, calc((100% - 1480px)/2)); padding-right: max(5%, calc((100% - 1480px)/2)); }
}
@media (max-width: 1000px) {
  .project-front { grid-template-columns: 40px minmax(0, 1fr); gap: 20px; }
  .project-main { grid-column: 2; grid-row: 2; }
  .project-status { grid-column: 2; grid-row: 1; justify-self: start; }
  .project-number { grid-row: 1; }
  .project-expansion { margin-left: 60px; }
  .about { gap: 6%; }
  .frames-grid { gap: 16px; }
}
@media (max-width: 800px) {
  .nav { padding: 20px 5%; }
  .nav.scrolled { padding: 14px 5%; }
  .small-logo { width: 176px; }
  .nav nav { gap: 22px; }
  .hero { min-height: 700px; padding: 122px 5% 0; }
  .hero-center p { font-size: 44px; }
  .hero-topline > span:last-child { font-size: 12px; max-width: 200px; }
  .hero-index { display: none; }
  .hero-bottom { padding-bottom: 32px; }
  .round-link { width: 60px; height: 60px; flex-basis: 60px; margin-right: 12px; }
  .round-link > span { font-size: 12px; right: -4px; }
  .hero-foot > span { display: none; }
  .section { padding: 72px 5%; }
  .section-heading { margin: 32px 0 38px; }
  h2, .section-heading h2 { font-size: 54px; }
  .section-heading > p { font-size: 16px; }
  .film-grid { gap: 40px 22px; }
  .film h3 { font-size: 22px; }
  .about { grid-template-columns: 1fr; gap: 50px; }
  .about-label { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
  .about-label > .eyebrow { grid-column: 1/-1; }
  .behind-image { margin: 0; }
  .behind-pair { grid-template-columns: 1fr; }
  .frame-open { opacity: 1; transform: none; }
}
@media (max-width: 640px) {
  .nav { min-height: 76px; gap: 16px; }
  .small-logo { width: 146px; }
  .nav nav { gap: 16px; }
  .nav nav a { font-size: 14px; }
  .nav .nav-youtube > span { display: none; }
  .hero { height: 100svh; min-height: 690px; max-height: none; padding-top: 110px; }
  .hero-topline { font-size: 12px; letter-spacing: .08em; }
  .hero-topline > span:first-child { max-width: 215px; }
  .hero-topline > span:last-child { display: none; }
  .hero-center { padding: 70px 0 55px; align-items: center; gap: 22px; }
  .hero-center p { font-size: clamp(30px, 7.6vw, 44px); line-height: 1.1; }
  .round-link { width: 50px; height: 50px; flex-basis: 50px; margin: 0; }
  .round-link > span { top: calc(100% + 14px); font-size: 12px; letter-spacing: 0; right: 0; max-width: 82px; white-space: normal; text-align: right; line-height: 1.5; }
  .hero-caption { font-size: 14px; }
  .hero h1 { margin-bottom: 24px; }
  .hero-foot { font-size: 12px; gap: 16px; }
  .hero-foot > a { letter-spacing: .04em; }
  .motion-toggle { font-size: 14px; }
  .section { padding-top: 60px; padding-bottom: 60px; }
  .section-top { align-items: center; gap: 14px; }
  .section-aside { font-size: 14px; }
  .eyebrow { font-size: 12px; letter-spacing: .07em; }
  h2, .section-heading h2 { font-size: 46px; }
  .frames-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .frame-feature { grid-column: 1/-1; }
  .frame-portrait { grid-column: auto; grid-row: auto; height: auto; align-self: start; }
  .frame-portrait img { position: static; height: auto; }
  .frames-grid > .frame-card:nth-child(3) { margin-top: 24px; }
  .frames-extended > .frame-card:nth-child(3) { margin-top: 0; }
  .frame-number { left: 8px; bottom: 8px; padding: 6px; }
  .frame-open { top: 8px; right: 8px; width: 30px; height: 30px; font-size: 20px; }
  .more-frames > summary { font-size: 14px; }
  .frame-total { margin-left: 8px; }
  .film-grid { grid-template-columns: 1fr; gap: 36px; }
  .film-meta { font-size: 12px; }
  .project-front { grid-template-columns: 24px minmax(0, 1fr); gap: 14px; }
  .project-expansion { margin-left: 38px; }
  .project-main h3 { font-size: 34px; }
  .project-status, .project-meta-line { font-size: 14px; }
  .project-detail-block { padding-top: 20px; }
  .archive-title { font-size: 22px; }
  .archive-project > summary { padding-top: 25px; padding-bottom: 25px; }
  .about-label { display: block; }
  .behind-image { margin: 28px 0 20px; }
  .behind-pair { grid-template-columns: 1fr 1fr; }
  .footer-wordmark { width: 60%; }
  .footer-top .text-link { font-size: 12px; }
  .footer-bottom { font-size: 12px; }
  .frame-viewer { padding: 12px 16px; width: 100vw; height: 100svh; max-height: 100svh; max-width: 100vw; border: 0; }
  .viewer-top { gap: 12px; }
  .viewer-label { font-size: 12px; max-width: 190px; line-height: 1.7; }
  .viewer-figure { margin: 12px 0; }
  .viewer-caption { font-size: 14px; }
  .viewer-controls { padding-bottom: env(safe-area-inset-bottom); }
}
@media (max-width: 380px) {
  .small-logo { width: 122px; }
  .nav nav { gap: 12px; }
  .nav { gap: 12px; }
  .hero-center { gap: 14px; }
  .hero-center p { font-size: 28px; }
  .hero-foot > a { font-size: 12px; letter-spacing: 0; }
  .hero-foot > a span { margin-left: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
