:root {
    --ink: #171411;
    --paper: #f0ede7;
    --muted: #9f968c;
    --gold: #d7a84d;
    --red: #a63e2b;
    --line: rgba(240,237,231,.18);
    --body-text: #514b45;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--paper); font-family: 'DM Sans', sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
 :focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.container { width: min(1200px, calc(100% - 96px)); margin: 0 auto; }
.navbar { background: rgba(17,14,12,.84); border-bottom: 1px solid rgba(240,237,231,.14); position: fixed; z-index: 20; top: 0; width: 100%; padding: 18px 0; transition: .35s ease; backdrop-filter: blur(14px); }
.navbar.scrolled, body:not(.home-page) .navbar { background: rgba(23,20,17,.94) !important; border-bottom: 1px solid var(--line); padding: 16px 0; backdrop-filter: blur(15px); }
.nav-container { width: min(1400px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--paper); }
.brand-logo { background: #050505; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 1px rgba(215,168,77,.35), inset 0 0 12px rgba(215,168,77,.2); height: 48px; object-fit: cover; width: 48px; }
.logo > span { color: var(--gold); font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 800; line-height: 1; }
.logo strong { font-size: 11px; line-height: 1.1; letter-spacing: 2px; }
.logo small { color: var(--gold); font-size: 8px; letter-spacing: 4px; }
.nav-links { display: flex; list-style: none; gap: 30px; }
.nav-links a { color: #c9c0b6; font-size: 11px; letter-spacing: 1.3px; position: relative; text-transform: uppercase; transition: color .2s; }
.nav-links a::after { background: var(--gold); bottom: -10px; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 22px; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-mark { color: var(--gold); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.menu-toggle { background: transparent; border: 0; display: none; height: 30px; padding: 5px 0 5px 12px; width: 32px; }
.menu-toggle span { background: var(--gold); display: block; height: 1px; margin: 5px 0; width: 20px; }
.nav-mark span, .text-link span { font-size: 18px; margin-left: 7px; }
.hero { min-height: 100vh; position: relative; overflow: hidden; }
.home-hero { background: var(--ink); display: flex; align-items: flex-end; height: min(56.25vw, calc(100vh - 76px)); min-height: 0; padding-bottom: 55px; }
.hero-backdrop { position: absolute; inset: 0; overflow: hidden; }
.hero-slides { height: 100%; overflow: hidden; position: absolute; right: 0; top: 0; width: 100%; }
.hero-slides::after { background: linear-gradient(90deg, rgba(23,20,17,.8), transparent 42%), linear-gradient(0deg, rgba(23,20,17,.82), transparent 40%, rgba(23,20,17,.18)); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.hero-slide { height: 100%; inset: 0; opacity: 0; position: absolute; transform: translateX(5%); transition: opacity .7s ease, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero-slide.active { opacity: 1; transform: translateX(0); }
.hero-slide img, .hero-slide video { background: var(--ink); display: block; filter: saturate(.8); height: 100%; object-fit: contain; object-position: center; width: 100%; }
.hero-controls { align-items: center; bottom: 29px; display: flex; gap: 13px; left: auto; position: absolute; right: 5%; z-index: 2; }
.hero-dot { background: rgba(240,237,231,.35); border: 0; border-radius: 50%; cursor: pointer; height: 7px; padding: 0; transition: background .25s, transform .25s; width: 7px; }
.hero-dot.active { background: var(--gold); transform: scale(1.5); }
.hero-counter { color: var(--paper); font-size: 10px; letter-spacing: 1px; margin-left: 8px; }
.hero-counter i { color: var(--muted); font-style: normal; }
.hero-copy { bottom: 58px; left: max(48px, calc((100% - 1200px) / 2)); max-width: 430px; position: absolute; z-index: 2; }
.eyebrow { color: var(--gold); font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }
h1 { max-width: 700px; font-size: clamp(52px, 6vw, 88px); line-height: .9; letter-spacing: -3px; margin: 18px 0 22px; }
h1 em, h2 em { color: var(--gold); font-style: italic; font-weight: 600; }
.hero-intro { color: #d7d0c7; font-size: 15px; max-width: 300px; line-height: 1.5; }
.text-link { border-bottom: 1px solid var(--gold); color: var(--paper); display: inline-block; font-size: 12px; letter-spacing: 1.2px; margin-top: 32px; padding-bottom: 10px; text-transform: uppercase; }
.text-link:hover { color: var(--gold); }
.hero-film-label { bottom: 58px; position: absolute; right: 7%; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; text-align: right; text-shadow: 0 2px 16px rgba(0,0,0,.7); }
.hero-film-label span, .hero-film-label small { color: #d6cec3; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.hero-film-label strong { color: var(--gold); font-family: 'Playfair Display', serif; font-size: 28px; margin: 5px 0; }
.hero-scroll { bottom: 28px; color: var(--muted); font-size: 10px; letter-spacing: 1.5px; position: absolute; right: 5%; text-transform: uppercase; z-index: 1; }
.hero-scroll span { color: var(--gold); font-size: 18px; margin-left: 10px; }
.section-pad { padding: 125px 0; }
.release-section, .journal-section { background: var(--paper); color: var(--ink); }
.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(42px, 6vw, 78px); line-height: .95; margin-top: 15px; }
.release-grid { align-items: center; display: grid; gap: 75px; grid-template-columns: 1.6fr .7fr; }
.release-feature { aspect-ratio: 820 / 1280; height: min(72vh, 720px); justify-self: start; max-width: 500px; overflow: hidden; position: relative; width: 100%; }
.release-feature img { height: 100%; object-fit: contain; transition: transform .8s; width: 100%; }
.release-feature:hover img { transform: scale(1.04); }
.release-caption { background: linear-gradient(transparent, rgba(0,0,0,.86)); bottom: 0; color: white; padding: 120px 42px 38px; position: absolute; width: 100%; }
.release-caption span { color: var(--gold); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.release-caption h3 { font-size: 46px; margin: 8px 0; }
.release-caption p { color: #d8d1c9; font-size: 14px; }
.release-side { border-left: 1px solid #cfc9c1; min-height: 320px; padding-left: 38px; position: relative; }
.number { color: var(--red); font-family: 'Playfair Display', serif; font-size: 46px; }
.number i { color: #aaa198; font-size: 16px; font-style: normal; }
.side-copy { color: #716b64; font-family: 'Playfair Display', serif; font-size: 26px; line-height: 1.25; margin-top: 90px; }
.round-arrow { align-items: center; border: 1px solid var(--red); border-radius: 50%; bottom: 0; color: var(--red); display: flex; font-size: 22px; height: 65px; justify-content: center; position: absolute; right: 0; width: 65px; }
.manifesto-section { background: var(--red); }
.manifesto { max-width: 900px; }
.manifesto h2 { font-size: clamp(52px, 8vw, 106px); line-height: .94; margin: 22px 0 38px; }
.manifesto > p:not(.eyebrow) { color: #f1d9d1; font-size: 18px; line-height: 1.75; max-width: 520px; }
.manifesto .text-link { border-color: var(--paper); margin-top: 42px; }
.films-section { background: #25201c; }
.films-section .section-heading h2 { color: var(--paper); }
.studio-section { background: #e8e3db; color: var(--ink); }
.studio-grid, .people-grid { align-items: end; display: grid; gap: 12%; grid-template-columns: 1.05fr .95fr; }
.studio-section h2, .people-section h2 { font-size: clamp(48px, 7vw, 92px); line-height: .95; margin-top: 18px; }
.studio-section h2 em, .people-section h2 em { color: var(--red); }
.studio-copy, .people-copy { max-width: 430px; }
.studio-copy > p, .people-copy > p { color: #716a62; font-family: 'Playfair Display', serif; font-size: 23px; line-height: 1.35; }
.studio-copy .text-link, .people-copy .text-link { border-color: var(--red); color: var(--ink); }
.home-gallery-section { background: #25201c; }
.home-gallery-section .section-heading h2 { color: var(--paper); }
.home-gallery-grid { display: grid; gap: 18px; grid-template-columns: 1.35fr .8fr .8fr; }
.home-gallery-grid a { height: 360px; overflow: hidden; position: relative; }
.home-gallery-grid a:first-child { height: 440px; }
.home-gallery-grid img { background: #302923; height: 100%; object-fit: contain; object-position: center; transition: transform .7s; width: 100%; }
.home-gallery-grid a:hover img { transform: scale(1.05); }
.home-gallery-grid a::after { background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 55%); content: ''; inset: 0; position: absolute; }
.home-gallery-grid span { bottom: 18px; color: var(--gold); font-size: 10px; left: 20px; letter-spacing: 2px; position: absolute; z-index: 1; }
.people-section { background: var(--paper); color: var(--ink); }
.people-section .eyebrow { color: var(--red); }
.home-contact-section { background: var(--red); color: var(--paper); padding: 100px 0; }
.home-contact { align-items: center; display: flex; justify-content: space-between; }
.home-contact h2 { font-size: clamp(48px, 7vw, 92px); line-height: .95; margin-top: 18px; }
.home-contact h2 em { color: #f5d2c8; }
.contact-circle { align-items: center; border: 1px solid #f0c5b8; border-radius: 50%; color: var(--paper); display: flex; font-size: 35px; height: 115px; justify-content: center; transition: background .3s, color .3s; width: 115px; }
.contact-circle:hover { background: var(--paper); color: var(--red); }
.filter-label { border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: 1px; padding: 10px 0; text-transform: uppercase; width: 150px; }
.filter-label span { color: var(--gold); float: right; font-size: 18px; }
.film-list { border-top: 1px solid var(--line); }
.film-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 60px 115px 1fr 50px; min-height: 140px; transition: background .3s, padding .3s; }
.film-row:hover { background: rgba(215,168,77,.07); padding: 0 22px; }
.film-no { color: var(--gold); font-size: 11px; }
.film-row img { height: 95px; object-fit: cover; width: 115px; }
.film-row h3 { font-size: 32px; font-weight: 600; }
.film-row p { color: var(--muted); font-size: 11px; letter-spacing: 1px; margin-top: 5px; text-transform: uppercase; }
.film-arrow { color: var(--gold); font-size: 25px; text-align: right; }
.journal-grid { display: grid; gap: 45px; grid-template-columns: 1fr 1fr; }
.journal-grid article img { background: #e8e3db; display: block; filter: saturate(.7); height: min(58vh, 560px); object-fit: contain; width: 100%; }
.journal-grid article .eyebrow { color: var(--red); margin-top: 25px; }
.journal-grid h3 { font-size: 31px; line-height: 1.1; margin: 12px 0; }
.read-more { border-bottom: 1px solid var(--red); color: var(--red); font-size: 11px; padding-bottom: 7px; text-transform: uppercase; }
footer { background: #15120f; padding: 80px 0 25px; }
.footer-top { display: flex; justify-content: space-between; }
.footer-brand p { color: var(--muted); font-family: 'Playfair Display', serif; font-size: 24px; margin-top: 22px; }
.footer-links { display: flex; gap: 100px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links a { color: #c8c0b6; font-size: 13px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line); color: #716961; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: 1px; margin-top: 70px; padding-top: 20px; text-transform: uppercase; }
body:not(.home-page) { padding-top: 110px; min-height: 100vh; }
body:not(.home-page) section { background: var(--paper); color: var(--ink); min-height: calc(100vh - 110px); padding: 100px 0; }
body:not(.home-page) section h2 { color: var(--ink); font-size: clamp(44px, 7vw, 86px); margin-bottom: 45px; }
body:not(.home-page) .about-content { color: #625b54; font-family: 'Playfair Display', serif; font-size: 25px; line-height: 1.55; max-width: 780px; }
body:not(.home-page) footer { margin-top: 0; }
.contact-form { max-width: 700px; }
.contact-layout { align-items: start; display: grid; gap: 90px; grid-template-columns: .75fr 1.25fr; }
.contact-info { border-left: 1px solid #bbb3aa; display: flex; flex-direction: column; gap: 18px; padding-left: 28px; }
.contact-info a { color: var(--red); font-family: 'Playfair Display', serif; font-size: 22px; }
.contact-info address { color: #716a62; font-size: 15px; font-style: normal; line-height: 1.8; }
.contact-info a:hover { color: var(--gold); }
.form-group { margin-bottom: 28px; }
.form-group input, .form-group textarea { background: transparent; border: 0; border-bottom: 1px solid #bbb3aa; color: var(--ink); font: inherit; padding: 15px 0; width: 100%; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--red); outline: none; }
.btn-primary { background: var(--red); border: 0; color: white; cursor: pointer; font: inherit; padding: 17px 28px; text-transform: uppercase; }
.gallery-page { background: var(--ink); color: var(--paper); }
.gallery-intro { background: var(--ink); min-height: 430px; padding: 120px 0 80px; }
.gallery-intro-inner { align-items: flex-end; display: flex; justify-content: space-between; }
.gallery-intro h1 { font-size: clamp(58px, 8vw, 112px); margin: 22px 0 0; }
.gallery-intro h1 { color: var(--paper); }
.gallery-intro-note { border-left: 1px solid var(--line); margin-bottom: 10px; max-width: 285px; padding-left: 28px; }
.gallery-index { color: var(--gold); display: block; font-family: 'Playfair Display', serif; font-size: 30px; margin-bottom: 25px; }
.gallery-index i { color: var(--muted); font-family: 'DM Sans', sans-serif; font-size: 11px; font-style: normal; letter-spacing: 1px; }
.gallery-intro-note p { color: #c6beb4; font-size: 14px; line-height: 1.7; }
.gallery-showcase { background: #e8e3db; color: var(--ink); padding: 85px 0 125px; }
.gallery-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 38px; }
.gallery-heading .eyebrow { color: var(--red); }
.gallery-heading > p:last-child { color: #716a62; font-family: 'Playfair Display', serif; font-size: 18px; }
.gallery-grid { display: grid; gap: 18px; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 95px; }
.gallery-item { background: #302923; border: 0; cursor: pointer; display: block; grid-column: span 4; grid-row: span 4; overflow: hidden; padding: 0; position: relative; text-align: left; }
.gallery-item-feature { grid-column: span 7; grid-row: span 7; }
.gallery-item-feature img { object-fit: contain; }
.gallery-item-wide { grid-column: span 5; grid-row: span 5; }
.gallery-item-last { grid-column: span 5; }
.gallery-item::after { background: linear-gradient(0deg, rgba(10,8,7,.85), transparent 55%); content: ''; inset: 0; opacity: .72; position: absolute; transition: opacity .35s; }
.gallery-item img { display: block; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; width: 100%; }
.gallery-item:hover img, .gallery-item:focus-visible img { filter: saturate(1.1); transform: scale(1.055); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: .95; }
.gallery-caption { bottom: 0; color: var(--paper); display: grid; gap: 5px; left: 0; padding: 24px; position: absolute; right: 0; z-index: 1; }
.gallery-caption b { color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: 2px; }
.gallery-caption strong { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; }
.gallery-caption i { color: #c8c0b6; font-size: 9px; font-style: normal; letter-spacing: 1.5px; opacity: 0; text-transform: uppercase; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery-item:hover .gallery-caption i, .gallery-item:focus-visible .gallery-caption i { opacity: 1; transform: translateY(0); }
.gallery-lightbox { align-items: center; background: rgba(11,9,8,.96); display: flex; inset: 0; justify-content: center; padding: 45px; position: fixed; z-index: 50; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox figure { margin: 0; max-height: 100%; max-width: 1100px; position: relative; }
.gallery-lightbox img { display: block; max-height: 78vh; max-width: 100%; object-fit: contain; }
.gallery-lightbox figcaption { color: var(--paper); display: grid; gap: 10px 18px; grid-template-columns: auto 1fr; padding-top: 15px; }
.gallery-lightbox figcaption span { color: var(--gold); font-size: 11px; letter-spacing: 2px; }
.gallery-lightbox figcaption strong { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; }
.gallery-lightbox figcaption p { color: #c8c0b6; font-size: 13px; grid-column: 2; line-height: 1.65; max-width: 820px; }
.lightbox-close { background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--paper); cursor: pointer; font-size: 28px; height: 45px; line-height: 1; position: absolute; right: 35px; top: 30px; width: 45px; z-index: 1; }
.lightbox-close:hover { border-color: var(--gold); color: var(--gold); }
body.gallery-body { background: var(--ink); }
body.gallery-body section { min-height: 0; padding: 0; }
body.gallery-body .gallery-intro { background: var(--ink); min-height: 410px; padding: 95px 0 75px; }
body.gallery-body .gallery-showcase { padding: 85px 0 125px; }
body.about-body { background: var(--ink); }
body.about-body section { min-height: 0; padding: 0; }
body.about-body .about-section { background: var(--paper); color: var(--ink); padding: 110px 0 125px; }
.about-layout { align-items: center; display: grid; gap: 9%; grid-template-columns: minmax(280px, .9fr) 1.1fr; }
.about-visual { align-self: start; aspect-ratio: 2 / 3; background: #241d18; overflow: hidden; position: sticky; top: 130px; }
.about-visual::after { background: linear-gradient(0deg, rgba(12,9,7,.8), transparent 48%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.about-visual img { display: block; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); width: 100%; }
.about-visual:hover img { transform: scale(1.04); }
.about-visual-label { bottom: 0; color: var(--paper); display: flex; justify-content: space-between; left: 0; padding: 22px; position: absolute; right: 0; z-index: 1; }
.about-visual-label span { color: var(--gold); font-size: 10px; letter-spacing: 1.5px; }
.about-visual-label strong { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 600; }
.about-copy { max-width: 590px; }
.about-copy .eyebrow { color: var(--red); }
.about-copy h1 { color: var(--ink); font-size: clamp(56px, 8vw, 106px); line-height: .9; margin: 22px 0 30px; }
.about-copy h1 em { color: var(--red); }
.about-lead { color: #625b54; font-family: 'Playfair Display', serif; font-size: clamp(23px, 3vw, 32px); line-height: 1.25; margin-bottom: 30px; max-width: 540px; }
.about-experience { align-items: center; border-bottom: 1px solid #c9c1b8; border-top: 1px solid #c9c1b8; display: flex; gap: 16px; margin: 0 0 32px; padding: 13px 0; width: 210px; }
.about-experience strong { color: var(--red); font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 600; line-height: 1; }
.about-experience span { color: #716a62; font-size: 10px; letter-spacing: 1.5px; line-height: 1.35; text-transform: uppercase; }
body.about-body .about-content { color: var(--body-text); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.85; max-width: 640px; }
body.about-body .about-content p + p { margin-top: 16px; }
body.about-body .about-content h2 { color: var(--ink); font-family: 'Playfair Display', serif; font-size: clamp(25px, 3vw, 34px); line-height: 1.1; margin: 42px 0 18px; }
body.about-body .about-content h2:first-child { margin-top: 0; }
body.about-body .about-content .about-purpose { color: var(--red); font-family: 'Playfair Display', serif; font-size: 24px; line-height: 1.25; text-transform: uppercase; }
body.about-body .text-link { border-color: var(--red); color: var(--ink); margin-top: 32px; }
body.about-body .text-link:hover { color: var(--red); }
.associations-heading { color: var(--ink); font-family: 'Playfair Display', serif; font-size: 32px; line-height: 1.1; margin: 52px 0 22px; text-transform: uppercase; }
.association-list { border-top: 1px solid #c9c1b8; display: grid; grid-template-columns: 1fr 1fr; }
.association { border-bottom: 1px solid #c9c1b8; display: flex; flex-direction: column; gap: 5px; justify-content: center; min-height: 100px; padding: 18px 20px 18px 0; }
.association:nth-child(even) { border-left: 1px solid #c9c1b8; padding-left: 20px; }
.association strong { color: var(--ink); font-family: 'Playfair Display', serif; font-size: 22px; }
.association span { color: #716a62; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.association em { text-transform: none; }
.about-signature { background: var(--red); color: var(--paper); padding: 85px 0; }
.about-signature .eyebrow { color: #f0c5b8; }
.about-signature p:last-child { font-family: 'Playfair Display', serif; font-size: clamp(42px, 7vw, 82px); line-height: .95; margin-top: 22px; }
.about-signature em { color: #f5d2c8; }
.about-signature-note { color: #f5d2c8; font-size: 14px; letter-spacing: 1px; margin-top: 28px; text-transform: uppercase; }
@media (max-width: 800px) {
    .home-hero { height: auto; min-height: 0; padding: calc(56.25vw + 68px) 0 54px; }
    .home-hero .hero-copy { bottom: auto; left: auto; max-width: none; padding-top: 0; position: relative; }
    .home-hero .hero-copy h1 { font-size: clamp(52px, 14vw, 78px); margin-top: 16px; }
    .home-hero .hero-copy > .eyebrow { display: none; }
    .home-hero .hero-film-label { align-items: flex-start; bottom: auto; left: auto; padding: 16px 20px 0; position: relative; right: auto; text-align: left; text-shadow: none; top: auto; }
    .home-hero .hero-film-label small { display: none; }
    .home-hero .hero-scroll { bottom: 20px; left: 20px; top: auto; }
    .home-hero .hero-controls { bottom: 20px; right: 20px; }
    .home-hero .hero-copy h1 { font-size: clamp(48px, 12vw, 68px); }
    .home-hero .hero-intro { font-size: 14px; }
    .home-hero .hero-backdrop { top: 85px; }
    .home-hero .brand-logo { height: 42px; width: 42px; }
    .navbar .nav-mark { font-size: 9px; letter-spacing: .8px; }
}
@media (max-width: 800px) {
    body.about-body .about-section { padding: 70px 0 80px; }
    .about-layout { display: block; }
    .about-visual { margin-bottom: 50px; position: relative; top: auto; }
    .about-copy h1 { margin-top: 18px; }
    body.about-body .about-content { font-size: 15px; line-height: 1.8; max-width: none; }
    .about-signature { padding: 65px 0; }
}
@media (max-width: 800px) {
    .associations-heading { font-size: 27px; margin-top: 40px; }
    .association-list { display: block; }
    .association:nth-child(even) { border-left: 0; padding-left: 0; }
}
.cursor-glow, .cursor-dot { display: none; }
@media (max-width: 800px) { .container { width: min(100% - 40px, 600px); } .nav-container { width: calc(100% - 40px); } .nav-links { background: rgba(17,14,12,.98); border-top: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 20px; position: absolute; top: 77px; width: 100%; } .nav-links.open { display: flex; } .nav-links li { border-bottom: 1px solid var(--line); padding: 14px 0; } .nav-mark { margin-left: auto; } .menu-toggle { display: block; } .home-hero { display: block; min-height: 1060px; padding-top: 0; } .hero-backdrop { bottom: auto; height: 56.25vw; opacity: 1; top: 85px; } .hero-slides { border: 0; height: 100%; opacity: 1; right: 0; top: 0; width: 100%; } .hero-copy { padding-top: calc(56.25vw + 80px); } .hero-film-label { bottom: auto; right: 20px; top: calc(56.25vw + 10px); } .hero-film-label strong { font-size: 20px; } .hero-controls { bottom: 20px; right: 20px; } .hero-scroll { bottom: auto; left: 20px; right: auto; top: calc(56.25vw + 80px); } .section-pad { padding: 80px 0; } .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; } .section-heading .text-link { margin-top: 0; } .release-grid { display: block; } .release-feature { height: 430px; } .release-side { border-left: 0; border-top: 1px solid #cfc9c1; margin-top: 35px; min-height: 260px; padding: 25px 0 0; } .side-copy { margin-top: 35px; max-width: 350px; } .film-row { gap: 12px; grid-template-columns: 25px 75px 1fr 20px; min-height: 105px; } .film-row img { height: 72px; width: 75px; } .film-row h3 { font-size: 21px; } .film-row p { font-size: 9px; } .journal-grid { grid-template-columns: 1fr; } .journal-grid article img { height: 220px; } .gallery-intro { min-height: 0; padding: 85px 0 65px; } .gallery-intro-inner, .gallery-heading { align-items: flex-start; flex-direction: column; gap: 35px; } .gallery-intro-note { margin: 0; } .gallery-showcase { padding: 65px 0 80px; } .gallery-grid { display: grid; gap: 12px; grid-auto-rows: 210px; grid-template-columns: 1fr 1fr; } .gallery-item, .gallery-item-feature, .gallery-item-wide, .gallery-item-last { grid-column: span 1; grid-row: span 1; } .gallery-item-feature { grid-column: span 2; grid-row: span 2; } .gallery-caption { padding: 15px; } .gallery-caption strong { font-size: 17px; } .gallery-caption i { display: none; } .gallery-lightbox { padding: 25px 20px; } .gallery-lightbox img { max-height: 72vh; } .gallery-lightbox figcaption { display: block; } .gallery-lightbox figcaption strong { display: block; margin-top: 5px; } .lightbox-close { right: 18px; top: 18px; } .footer-top { display: block; } .footer-links { gap: 50px; margin-top: 45px; } .footer-bottom { gap: 12px; line-height: 1.4; } body:not(.home-page) section { padding: 70px 0; } }

.projects-intro { padding: 28px 0 45px; }
@media (max-width: 800px) { .hero-backdrop { top: 93px; } }
.projects-intro h2 { color: var(--paper); font-size: clamp(52px, 8vw, 100px); line-height: .95; margin: 20px 0; }
.projects-intro > p:last-child { color: var(--muted); font-size: 16px; }
.project-cards { display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); padding-bottom: 110px; }
.project-card { background: #302923; overflow: hidden; }
.project-card img { display: block; height: auto; object-fit: contain; transition: transform .6s; width: 100%; }
.project-card:hover img { transform: scale(1.04); }
.project-card > div { border-top: 1px solid var(--line); padding: 22px; }
.project-card h3 { color: var(--paper); font-size: 29px; margin: 8px 0 3px; }
.project-card > div > p:last-child { color: var(--muted); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.project-card > div > p.project-description { color: #c8c0b6; font-size: 13px; letter-spacing: 0; line-height: 1.7; margin-top: 20px; text-transform: none; }
.project-card > div > p.project-description a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 800px) { .project-cards { grid-template-columns: 1fr; padding-bottom: 60px; } .project-card img { height: 300px; } }

@media (max-width: 800px) {
    .project-card img { height: auto; }
}
@media (max-width: 800px) {
    .studio-grid, .people-grid { display: block; }
    .studio-copy, .people-copy { margin-top: 38px; }
    .studio-copy > p, .people-copy > p { font-size: 21px; }
    .home-gallery-grid { gap: 12px; grid-template-columns: 1fr 1fr; }
    .home-gallery-grid a, .home-gallery-grid a:first-child { height: 220px; }
    .home-gallery-grid a:first-child { grid-column: span 2; height: 280px; }
    .home-gallery-grid span { bottom: 13px; left: 14px; }
    .home-contact { align-items: flex-start; display: flex; gap: 40px; }
    .contact-circle { flex: 0 0 78px; font-size: 25px; height: 78px; width: 78px; }
}
@media (max-width: 800px) {
    .home-hero { height: calc(56.25vw + 85px); min-height: 0; padding: 0 0 54px; }
}
@media (max-width: 800px) {
    .home-hero { height: auto; min-height: 0; padding: calc(56.25vw + 68px) 0 54px; }
    .home-hero .hero-copy { bottom: auto; left: auto; max-width: none; padding-top: 0; position: relative; }
    .home-hero .hero-copy h1 { font-size: clamp(52px, 14vw, 78px); margin-top: 16px; }
    .home-hero .hero-copy > .eyebrow { display: none; }
    .home-hero .hero-film-label { align-items: flex-start; bottom: auto; left: auto; padding: 16px 20px 0; position: relative; right: auto; text-align: left; text-shadow: none; top: auto; }
    .home-hero .hero-film-label strong { font-size: 20px; }
    .home-hero .hero-film-label small { display: none; }
    .home-hero .hero-scroll { bottom: 20px; left: 20px; top: auto; }
    .home-hero .hero-controls { bottom: 20px; right: 20px; }
    .home-hero .hero-copy h1 { font-size: clamp(48px, 12vw, 68px); }
    .home-hero .hero-intro { font-size: 14px; }
    .home-hero .hero-backdrop { top: 85px; }
    .home-hero .brand-logo { height: 42px; width: 42px; }
    .navbar .nav-mark { font-size: 9px; letter-spacing: .8px; }
}
@media (max-width: 800px) {
    .gallery-showcase { padding-top: 55px; }
    .gallery-grid { align-items: stretch; grid-auto-rows: auto; }
    .gallery-item, .gallery-item-feature, .gallery-item-wide, .gallery-item-last { aspect-ratio: 4 / 5; grid-row: auto; }
    .gallery-item-feature { aspect-ratio: 944 / 1120; }
    .gallery-item img { object-position: center; }
    .gallery-caption { padding: 13px; }
    .gallery-caption strong { font-size: 15px; line-height: 1.15; }
    .gallery-caption b { font-size: 9px; }
}
body.gallery-body:not(.home-page) section { min-height: 0; padding: 0; }
body.gallery-body .gallery-intro { min-height: 410px; padding: 95px 0 75px; }
body.gallery-body .gallery-showcase { padding: 85px 0 125px; }
@media (max-width: 800px) {
    body.gallery-body .gallery-intro { min-height: 0; padding: 60px 0 45px; }
    body.gallery-body .gallery-showcase { padding: 45px 0 80px; }
    body.gallery-body .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
    body.gallery-body .gallery-item { grid-column: span 1; max-width: 100%; min-width: 0; }
    body.gallery-body .gallery-item-feature { aspect-ratio: 4 / 3; grid-column: 1 / -1; }
}

@media (max-width: 800px) {
    body.gallery-body .gallery-item-feature { aspect-ratio: 944 / 1120; }
    body.gallery-body .gallery-item-feature img { object-fit: contain; }
}

@media (max-width: 800px) {
    .gallery-lightbox { align-items: flex-start; overflow-y: auto; padding: 70px 24px 35px; }
    .gallery-lightbox figure { max-width: 100%; }
    .gallery-lightbox img { max-height: 58vh; width: 100%; }
    .gallery-lightbox figcaption { gap: 9px 12px; }
    .gallery-lightbox figcaption strong { font-size: 20px; }
    .gallery-lightbox figcaption p { font-size: 13px; grid-column: 1 / -1; }
}

@media (max-width: 800px) {
    .journal-grid article img { height: auto; }
}

@media (max-width: 800px) {
    .contact-layout { gap: 55px; grid-template-columns: 1fr; }
    .contact-info { padding-left: 20px; }
}

@media (max-width: 800px) {
    footer { padding: 60px 0 22px; }
    .footer-top { display: block; }
    .footer-links { gap: 38px; margin-top: 48px; }
    .footer-links a { overflow-wrap: anywhere; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 48px; }
}

@media (max-width: 800px) {
    .release-feature { aspect-ratio: 820 / 1280; height: auto; }
}
