@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");

:root {
  --cream: #f2ede4;
  --sand: #dcc8aa;
  --ink: #1b1a17;
  --red: #c1273d;
  --burgundy: #4b1822;
  --muted: #716c63;
  --line: rgba(27, 26, 23, 0.16);
  --light-line: rgba(242, 237, 228, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max: 92rem;
  --header: 5.5rem;
  --type-hero: clamp(3.8rem, 6vw, 6.2rem);
  --type-display: clamp(2.6rem, 4.4vw, 4.6rem);
  --type-subheading: clamp(1.8rem, 2.8vw, 3rem);
  --space-section: clamp(4.5rem, 8vw, 8rem);
  --space-compact: clamp(3rem, 5vw, 5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 1rem); }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: white; }

.skip-link { position: fixed; z-index: 999; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--cream); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; height: var(--header); padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--light-line); color: var(--cream); transition: background .3s ease, color .3s ease, border-color .3s ease; }
.site-header.is-solid, .page-shell .site-header { position: fixed; background: rgba(242, 237, 228, .94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; width: 7.2rem; height: 3.6rem; }
.brand img { max-height: 3.5rem; object-fit: contain; }
.brand .logo-dark { display: none; }
.site-header.is-solid .logo-light, .page-shell .logo-light { display: none; }
.site-header.is-solid .logo-dark, .page-shell .logo-dark { display: block; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.3vw, 2.5rem); }
.desktop-nav a { position: relative; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .69rem; font-weight: 500; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--cream); }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,9,.2) 5%, rgba(10,10,9,.08) 35%, rgba(10,10,9,.82) 100%); }
.hero-media img, .hero-media video { height: 100%; object-fit: cover; object-position: center 36%; }
body:not(.page-shell) .hero-media img[src*="marlene-portrait-nb"] { object-position: 62% 30%; }
.hero-content { position: relative; z-index: 2; width: min(100%, var(--max)); margin: 0 auto; padding: calc(var(--header) + 5rem) var(--gutter) clamp(4rem, 10vh, 7rem); }
.wordmark { margin: 0 0 1rem; font-size: clamp(.68rem, 1vw, .78rem); font-weight: 500; letter-spacing: .38em; text-transform: uppercase; }
.hero h1 { max-width: 12ch; margin: 0; font-family: var(--serif); font-weight: 400; font-size: var(--type-hero); line-height: .88; letter-spacing: -.035em; text-wrap: balance; }
.hero h1 em { color: var(--sand); font-weight: 400; }
.hero-intro { max-width: 32rem; margin: clamp(1.5rem, 4vw, 2.6rem) 0 0 auto; color: rgba(242,237,228,.78); font-size: clamp(1rem, 1.4vw, 1.18rem); font-weight: 300; }
.hero-enter { display: inline-flex; gap: .7rem; align-items: center; margin-top: 1.7rem; text-decoration: none; text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; }
.hero-enter::before { content: ""; width: 2.6rem; height: 1px; background: var(--red); }

.page-hero { position: relative; min-height: min(82svh, 52rem); display: grid; align-items: end; background: var(--ink); color: var(--cream); overflow: hidden; }
.page-hero .hero-content { padding-bottom: clamp(3.5rem, 8vw, 7rem); }
.page-hero h1 { max-width: 11ch; font-size: var(--type-hero); }
.page-hero .hero-media::after { background: linear-gradient(90deg, rgba(9,9,8,.78), rgba(9,9,8,.12) 70%), linear-gradient(0deg, rgba(9,9,8,.72), transparent 55%); }
.page-hero .hero-media img { object-position: center; }
.page-shell:has(.page-hero img[src*="marlene-portrait-nb"]) .page-hero .hero-media img { object-position: 67% 32%; }
.page-shell:has(.page-hero img[src*="atelier-cinema-enfants"]) .page-hero .hero-media img { object-position: 54% center; }
.page-hero .hero-lede { max-width: 32rem; margin: 1.4rem 0 0; color: rgba(242,237,228,.8); font-size: clamp(1rem, 1.35vw, 1.18rem); font-weight: 300; }

.section { padding: var(--space-section) var(--gutter); }
.section-compact { padding-block: var(--space-compact); }
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.section-dark { background: var(--ink); color: var(--cream); }
.section-sand { background: var(--sand); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.5rem; color: var(--red); text-transform: uppercase; letter-spacing: .2em; font-size: .68rem; font-weight: 600; }
.eyebrow::before { content: ""; width: 1.8rem; height: 1px; background: currentColor; }
.section-dark .eyebrow { color: var(--sand); }
.eyebrow-centered { justify-content: center; }
.display { margin: 0; max-width: 14ch; font-family: var(--serif); font-size: var(--type-display); font-weight: 400; line-height: .94; letter-spacing: -.025em; text-wrap: balance; }
.display em { color: var(--red); font-weight: 400; }
.section-dark .display em { color: var(--sand); }
.lede { max-width: 42rem; margin: 1.6rem 0 0 auto; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.2rem); font-weight: 300; }
.section-dark .lede { color: rgba(242,237,228,.67); }
.lede-start { margin-left: 0; }
.muted-on-dark { color: rgba(242,237,228,.62) !important; }
.price-line-dark { border-color: var(--light-line); }
.fine-print { color: var(--muted); font-size: .78rem; }
.prose { max-width: 45rem; }
.prose p { margin: 0 0 1.2rem; }
.prose strong { font-weight: 500; }

.doors { padding-top: var(--space-section); }
.door-list { margin-top: clamp(2.5rem, 5vw, 4.5rem); border-top: 1px solid var(--line); }
.door { position: relative; min-height: clamp(24rem, 48vw, 40rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .65fr); align-items: end; text-decoration: none; border-bottom: 1px solid var(--line); overflow: hidden; }
.door-media { position: absolute; inset: 0; opacity: .92; transition: transform .8s cubic-bezier(.2,.7,.2,1), opacity .4s; }
.door-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,9,.82) 0%, rgba(10,10,9,.28) 60%, rgba(10,10,9,.56)); }
.door-media img { height: 100%; object-fit: cover; }
.door:nth-child(1) img { object-position: center 60%; }
.door-content { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr minmax(18rem, .65fr); align-items: end; gap: 2rem; padding: clamp(2rem, 5vw, 4.8rem); color: var(--cream); }
.door-number { margin: 0 0 .6rem; color: var(--sand); letter-spacing: .2em; font-size: .68rem; }
.door h3 { margin: 0; font-family: var(--serif); font-size: var(--type-display); font-weight: 400; line-height: .92; }
.door p { max-width: 27rem; margin: 0; color: rgba(242,237,228,.77); font-weight: 300; }
.door-arrow { display: block; margin-top: 1.4rem; color: var(--sand); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.door:hover .door-media { transform: scale(1.025); opacity: 1; }

.work-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.5rem, 4vw, 4rem); margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.work { position: relative; text-decoration: none; }
.work:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.work-visual { aspect-ratio: 4 / 5; overflow: hidden; background: #292824; }
.work:nth-child(2) .work-visual { margin-top: clamp(4rem, 10vw, 10rem); }
.work:nth-child(3) .work-visual { aspect-ratio: 16 / 8; }
.work-visual img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.work:hover img { transform: scale(1.02); }
.work-meta { padding: 1.3rem 0 0; border-top: 1px solid var(--light-line); }
.work h3 { margin: .2rem 0 .25rem; font-family: var(--serif); font-size: var(--type-subheading); font-weight: 400; line-height: 1; }
.work small { color: rgba(242,237,228,.56); text-transform: uppercase; letter-spacing: .15em; font-size: .64rem; }
.work p { max-width: 31rem; color: rgba(242,237,228,.67); }

.manifesto { min-height: 55svh; display: grid; place-items: center; text-align: center; }
.manifesto blockquote { max-width: 20ch; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4.2vw, 4.4rem); line-height: 1; }
.manifesto blockquote em { color: var(--red); font-weight: 400; }

.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.split-reverse { grid-template-columns: 1.18fr .82fr; }
.sticky-title { position: sticky; top: calc(var(--header) + 2rem); }
.editorial-list { border-top: 1px solid var(--line); }
.editorial-item { display: grid; grid-template-columns: 3.25rem 1fr; gap: 1rem; padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.editorial-item span { color: var(--red); font-family: var(--serif); font-size: 1.2rem; }
.editorial-item h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.5rem); font-weight: 400; line-height: 1.05; }
.editorial-item p { max-width: 39rem; margin: 0; color: var(--muted); }
.section-dark .editorial-list, .section-dark .editorial-item { border-color: var(--light-line); }
.section-dark .editorial-item span { color: var(--sand); }
.section-dark .editorial-item p { color: rgba(242,237,228,.65); }

.approach-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(2.5rem, 5vw, 4.5rem); border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.approach { padding: clamp(2rem, 5vw, 5rem); }
.approach + .approach { border-left: 1px solid var(--light-line); }
.approach-index { color: var(--sand); font-size: .68rem; letter-spacing: .2em; }
.approach h3 { margin: 2.5rem 0 1rem; font-family: var(--serif); font-size: var(--type-subheading); font-weight: 400; line-height: 1; }
.approach p { max-width: 30rem; color: rgba(242,237,228,.68); }
.approach ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.approach li { padding: .7rem 0; border-top: 1px solid rgba(242,237,228,.13); }
.approach-note { display: inline-block; margin-top: 2rem; color: var(--sand); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.library-index { margin-top: 4rem; border-top: 1px solid var(--line); }
.library-row { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; padding: clamp(1.4rem, 3vw, 2.4rem) 0; border-bottom: 1px solid var(--line); }
.library-row strong { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 400; }
.library-row small { color: var(--muted); text-transform: uppercase; letter-spacing: .15em; font-size: .62rem; }

.feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 36rem; background: var(--ink); color: var(--cream); }
.feature-media { min-height: 30rem; overflow: hidden; }
.feature-media img { height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.feature-copy h2 { margin: 0; font-family: var(--serif); font-size: var(--type-subheading); font-weight: 400; line-height: 1; }
.feature-copy p { max-width: 31rem; color: rgba(242,237,228,.68); }

.film-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 3vw, 3rem); margin-top: 4rem; }
.film { text-decoration: none; }
.film-image { aspect-ratio: 16 / 9; overflow: hidden; background: #2b2925; }
.film-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.film:hover img { transform: scale(1.02); }
.film h3 { margin: 1rem 0 .15rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
.film p { margin: 0; color: var(--muted); }

.quote-panel { padding: clamp(4rem, 10vw, 9rem); background: var(--sand); }
.quote-panel blockquote { max-width: 24ch; margin: 0 auto; font-family: var(--serif); font-size: clamp(2.1rem, 3.8vw, 4rem); line-height: 1.04; text-align: center; }
.quote-panel cite { display: block; margin-top: 2rem; font-family: var(--sans); font-size: .7rem; font-style: normal; letter-spacing: .16em; text-transform: uppercase; }

.price-line { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.price-line h3 { margin: 0; font-family: var(--serif); font-size: var(--type-subheading); font-weight: 400; line-height: 1; }
.price-line p { max-width: 40rem; margin: .6rem 0 0; color: var(--muted); }
.price { font-family: var(--serif); font-size: clamp(2.2rem, 3.8vw, 4rem); line-height: 1; white-space: nowrap; }

.faq { max-width: 60rem; margin: 4rem auto 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.6rem 0; cursor: pointer; font-family: var(--serif); font-size: clamp(1.5rem, 2.7vw, 2.3rem); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red); font-family: var(--sans); font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 45rem; margin: 0 0 1.8rem; color: var(--muted); }

.contact-band { min-height: 50svh; display: grid; place-items: center; padding: var(--space-section) var(--gutter); background: var(--ink); color: var(--cream); text-align: center; }
.contact-band h2 { max-width: 16ch; margin: 0 auto; font-family: var(--serif); font-size: var(--type-display); font-weight: 400; line-height: .96; }
.contact-band p { max-width: 36rem; margin: 2rem auto; color: rgba(242,237,228,.66); }
.text-link, .button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 3.25rem; padding: .85rem 1.35rem; border: 1px solid currentColor; background: transparent; color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.button-primary { border-color: var(--red); background: var(--red); color: white; }
.text-link:hover { background: var(--cream); color: var(--ink); }
.button-primary:hover { background: #a92034; border-color: #a92034; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.contact-aside { position: sticky; top: calc(var(--header) + 2rem); }
.contact-aside h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: var(--type-subheading); font-weight: 400; line-height: 1; }
.contact-intro { padding-top: calc(var(--header) + var(--space-section)); }
.optional { text-transform: none; font-weight: 400; }
.contact-aside a { text-decoration-color: var(--red); text-underline-offset: .25em; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: .85rem 0; outline: none; }
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); }
.check { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; color: var(--muted); font-size: .83rem; }
.check input { margin-top: .25rem; accent-color: var(--red); }
.form .button { justify-self: start; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; }

.site-footer { padding: 3rem var(--gutter); background: var(--ink); color: var(--cream); border-top: 1px solid var(--light-line); }
.footer-inner { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-brand img { width: 7rem; }
.footer-brand p { margin: .9rem 0 0; color: rgba(242,237,228,.5); font-size: .75rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.8rem; }
.footer-nav a { color: rgba(242,237,228,.67); text-decoration: none; font-size: .75rem; }
.footer-nav a:hover { color: var(--cream); }

.reveal { opacity: 0; transform: translateY(1rem); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Homepage cinematic direction */
.home-page { background: var(--cream); }
.home-page .site-header:not(.is-solid) { color: var(--ink); border-color: var(--line); }
.home-page .site-header:not(.is-solid) .logo-light { display: none; }
.home-page .site-header:not(.is-solid) .logo-dark { display: block; }
.home-hero { min-height: 100svh; align-items: center; background: var(--cream); color: var(--burgundy); }
.home-hero .hero-content { padding-top: calc(var(--header) + 5rem); padding-bottom: 5rem; }
.home-hero .wordmark { color: var(--red); font-size: .62rem; letter-spacing: .3em; }
.home-hero h1 { max-width: 8ch; font-size: clamp(3.6rem, 5.5vw, 5.7rem); line-height: .92; letter-spacing: -.03em; }
.home-hero h1 em { color: var(--burgundy); }
.home-hero .hero-intro { max-width: 18rem; margin: 1.5rem 0 0; color: rgba(27,26,23,.66); font-size: .92rem; line-height: 1.55; }
.home-hero .hero-enter { margin-top: 2.3rem; color: var(--ink); font-size: .6rem; }
.hero-future-media { left: 38%; overflow: hidden; background: linear-gradient(118deg, rgba(255,255,255,.1) 0 20%, rgba(255,255,255,.72) 43%, rgba(220,200,170,.2) 66%, rgba(255,255,255,.42) 100%), radial-gradient(circle at 64% 38%, rgba(255,255,255,.96), transparent 33%), linear-gradient(145deg, #eadfce 0%, #f7f3ec 52%, #d8c4a7 100%); }
.hero-future-media::before { content: ""; position: absolute; z-index: 1; inset: -10% 30% -12% 8%; border-inline: 1px solid rgba(75,24,34,.08); background: linear-gradient(98deg, transparent, rgba(255,255,255,.7) 45%, rgba(255,255,255,.16)); box-shadow: 4rem 0 8rem rgba(112,83,57,.11); transform: skewX(-7deg); }
.hero-future-media::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 19%; background: rgba(75,24,34,.08); border-left: 1px solid rgba(75,24,34,.12); }
.hero-image-media { left: 0; background: #eee7dc; }
.hero-image-media img { height: 100%; object-fit: cover; object-position: center; }
.hero-image-media::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 0; background: linear-gradient(90deg, rgba(242,237,228,.9) 0%, rgba(242,237,228,.68) 25%, rgba(242,237,228,.12) 52%, transparent 72%); box-shadow: none; transform: none; }
.hero-image-media::after { content: ""; position: absolute; z-index: 1; inset: 0; width: auto; border: 0; background: linear-gradient(180deg, rgba(242,237,228,.1), transparent 62%, rgba(75,24,34,.09)); }
.hero-light { position: absolute; z-index: 2; display: block; background: rgba(255,255,255,.5); filter: blur(1px); }
.hero-light-one { inset: -8% 49% -4% 32%; transform: skewX(-11deg); box-shadow: 0 0 6rem rgba(255,255,255,.8); }
.hero-light-two { top: 0; right: 13%; width: 1px; height: 100%; background: rgba(75,24,34,.12); }
.hero-scroll { position: absolute; z-index: 3; right: 1.5rem; bottom: 4rem; margin: 0; color: rgba(75,24,34,.58); font-size: .52rem; letter-spacing: .22em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll::after { content: ""; display: block; width: 1px; height: 3.5rem; margin: .8rem auto 0; background: rgba(75,24,34,.28); }

.home-page .doors { padding-block: clamp(6rem, 10vw, 9rem); text-align: center; }
.home-page .doors .eyebrow { justify-content: center; }
.home-page .doors .display { max-width: none; }
.home-page .door-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.6rem, 1.4vw, 1.3rem); margin-top: clamp(3rem, 6vw, 5rem); border: 0; }
.home-page .door { min-height: clamp(28rem, 43vw, 39rem); display: block; border: 0; text-align: left; }
.home-page .door-media::after { background: linear-gradient(180deg, rgba(10,10,9,.04) 25%, rgba(10,10,9,.82) 100%); }
.home-page .door-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 0; padding: clamp(1.35rem, 2.2vw, 2rem); }
.home-page .door-number { position: absolute; top: 1.5rem; left: 1.5rem; }
.home-page .door h3 { font-size: clamp(2rem, 3vw, 3rem); }
.home-page .door p { margin-top: .75rem; font-size: .78rem; line-height: 1.5; }
.home-page .door-arrow { margin-top: 1.1rem; font-size: .55rem; }

.home-selection { background: #eee8de; color: var(--ink); }
.home-selection .work-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; gap: clamp(1.4rem, 3vw, 3rem); }
.home-selection .work:nth-child(1) { grid-column: 1 / 8; }
.home-selection .work:nth-child(2) { grid-column: 9 / 13; margin-top: clamp(5rem, 10vw, 10rem); }
.home-selection .work:nth-child(2) .work-visual { margin-top: 0; }
.home-selection .work:nth-child(3) { grid-column: 3 / 11; grid-template-columns: 1.35fr .65fr; }
.home-selection .work-visual { background: #d8d0c5; }
.home-selection .work-meta { border-color: var(--line); }
.home-selection .work small, .home-selection .work p { color: var(--muted); }
.home-selection .work h3 { color: var(--burgundy); }

.home-page .manifesto { min-height: 66svh; background: var(--cream); color: var(--burgundy); }
.home-page .manifesto blockquote { max-width: 18ch; font-size: clamp(2.1rem, 3.7vw, 3.8rem); }
.home-page .contact-band { min-height: 58svh; background: var(--burgundy); }
.home-page .reveal { transition-duration: .9s; }
.home-page .door:nth-child(2).reveal { transition-delay: .08s; }
.home-page .door:nth-child(3).reveal { transition-delay: .16s; }
.home-page [data-drift] img { transform: translate3d(0, var(--drift-y, 0), 0) scale(1.04); transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.home-page [data-drift]:hover img { transform: translate3d(0, var(--drift-y, 0), 0) scale(1.055); }

/* About editorial portrait */
.about-intro { padding: calc(var(--header) + clamp(4rem, 8vw, 7rem)) var(--gutter) clamp(5rem, 9vw, 8rem); background: var(--cream); }
.about-intro-inner { width: min(100%, 76rem); margin: 0 auto; display: grid; grid-template-columns: minmax(18rem, .82fr) minmax(20rem, 1.18fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-portrait { width: min(100%, 31rem); margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: #d7d2cb; }
.about-portrait img { height: 100%; object-fit: cover; object-position: center 28%; }
.about-intro-copy { max-width: 30rem; }
.about-intro-copy h1 { margin: 0; color: var(--burgundy); font-family: var(--serif); font-size: clamp(2.8rem, 4.2vw, 4.6rem); font-weight: 400; line-height: .96; letter-spacing: -.025em; }
.about-intro-copy h1 em { color: var(--red); font-weight: 400; }
.about-role { margin: 1.25rem 0 2rem; color: var(--red); font-size: .65rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.about-intro-copy > p:not(.eyebrow):not(.about-role) { margin: 0 0 1rem; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.75; }

@media (max-width: 900px) {
  :root { --header: 4.6rem; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 3.25rem; height: 3.25rem; display: grid; place-items: center; border: 1px solid currentColor; cursor: pointer; list-style: none; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: fixed; inset: var(--header) 0 0; display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 2rem var(--gutter); background: var(--ink); color: var(--cream); }
  .mobile-menu nav a { padding: .55rem 0; border-bottom: 1px solid var(--light-line); font-family: var(--serif); font-size: clamp(2.2rem, 10vw, 4.2rem); line-height: 1.1; text-decoration: none; }
  .mobile-menu nav a[aria-current="page"] { color: var(--sand); }
  .hero-content { padding-bottom: 3rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.7rem); }
  .hero-intro { margin-left: 0; }
  .door, .door-content { grid-template-columns: 1fr; }
  .door-content { align-content: end; }
  .door p { margin-top: 1rem; }
  .work-grid, .work:nth-child(3), .split, .split-reverse, .feature, .contact-layout { grid-template-columns: 1fr; }
  .work:nth-child(2) .work-visual { margin-top: 0; }
  .work:nth-child(3) { display: block; }
  .work:nth-child(3) .work-visual { aspect-ratio: 4 / 5; }
  .sticky-title, .contact-aside { position: static; }
  .feature-copy { order: 2; }
  .home-page .door-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page .door { min-height: 31rem; }
  .home-page .door-content { display: flex; }
  .home-selection .work:nth-child(3) { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .brand { width: 5.6rem; }
  .site-header { padding-inline: 1rem; }
  .hero-media img { object-position: 52% center; }
  body:not(.page-shell) .hero-media img[src*="marlene-portrait-nb"] { object-position: 55% 24%; }
  .page-hero { min-height: 78svh; }
  .page-hero h1 { font-size: clamp(3rem, 13vw, 4.7rem); }
  .page-shell:has(.page-hero img[src*="marlene-portrait-nb"]) .page-hero .hero-media img { object-position: 58% 28%; }
  .page-shell:has(.page-hero img[src*="atelier-cinema-enfants"]) .page-hero .hero-media img { object-position: 68% center; }
  .door { min-height: 75svh; }
  .door-content { padding: 1.5rem; }
  .display, .door h3 { font-size: clamp(2.3rem, 9vw, 3.4rem); }
  .approach-grid, .film-list { grid-template-columns: 1fr; }
  .approach + .approach { border-left: 0; border-top: 1px solid var(--light-line); }
  .approach h3 { margin-top: 2.5rem; }
  .library-row { grid-template-columns: 2rem 1fr; }
  .library-row small { grid-column: 2; }
  .price-line { grid-template-columns: 1fr; gap: 1rem; }
  .form { grid-template-columns: 1fr; }
  .field-full, .check, .form-note { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .home-hero { min-height: 92svh; align-items: end; }
  .home-hero .hero-content { padding-top: calc(var(--header) + 4rem); padding-bottom: 4rem; }
  .home-hero h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .hero-future-media { left: 34%; opacity: .84; }
  .hero-image-media { left: 0; opacity: 1; }
  .hero-image-media img { object-position: 59% center; }
  .hero-image-media::before { background: linear-gradient(90deg, rgba(242,237,228,.92) 0%, rgba(242,237,228,.7) 43%, rgba(242,237,228,.14) 78%); }
  .hero-future-media::after { width: 12%; }
  .hero-scroll { display: none; }
  .home-page .door-list { grid-template-columns: 1fr; gap: 1rem; }
  .home-page .door { min-height: 68svh; }
  .home-selection .work-grid { display: grid; grid-template-columns: 1fr; gap: 4.5rem; }
  .home-selection .work:nth-child(1), .home-selection .work:nth-child(2), .home-selection .work:nth-child(3) { grid-column: 1; margin-top: 0; display: block; }
  .home-selection .work:nth-child(3) .work-visual { aspect-ratio: 4 / 5; }
  .about-intro { padding-top: calc(var(--header) + 3.5rem); }
  .about-intro-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-portrait { width: 82%; justify-self: end; aspect-ratio: 4 / 5; }
  .about-intro-copy { max-width: 25rem; }
  .about-intro-copy h1 { font-size: clamp(2.7rem, 12vw, 3.8rem); }
}

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