@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');

:root {
  --ink: #0b0b0a;
  --charcoal: #171715;
  --ivory: #f1ede3;
  --paper: #f7f3ea;
  --muted: #9e9a90;
  --line-light: rgba(241, 237, 227, .22);
  --line-dark: rgba(11, 11, 10, .2);
  --wine: #81333b;
  --serif: "Italiana", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "DM Sans", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  --shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c45b64; outline-offset: 4px; }
::selection { background: var(--wine); color: #fff; }
.shell { width: min(100% - 64px, var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); padding: 12px 16px; background: var(--paper); color: var(--ink); font-weight: 600; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--ivory); transition: background .25s ease, color .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(241, 237, 227, .94); color: var(--ink); border-color: var(--line-dark); backdrop-filter: blur(14px); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 142px; height: auto; filter: none; }
.site-header.scrolled .brand-logo { filter: invert(1); }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.nav-links a::after { content: ""; width: 0; height: 1px; background: currentColor; display: block; transition: width .2s ease; }
.nav-links a:hover::after { width: 100%; }
.menu-button { display: none; color: inherit; background: transparent; border: 0; min-width: 48px; min-height: 48px; padding: 0; font: 600 .7rem/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }

.hero { min-height: 100svh; background: var(--ink); color: var(--ivory); overflow: hidden; }
.hero-frame { min-height: 100svh; padding-top: clamp(150px, 19vh, 220px); padding-bottom: clamp(48px, 8vh, 88px); display: flex; flex-direction: column; justify-content: space-between; position: relative; isolation: isolate; }
.kicker, .section-index { margin: 0; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero .kicker { color: #bab5aa; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; text-wrap: balance; }
h1 { max-width: 1220px; font-size: clamp(4.5rem, 12vw, 12rem); line-height: .76; letter-spacing: -.055em; position: relative; z-index: 2; }
h1 em, h2 em { color: #bb6068; font-weight: 400; }
.hero-lower { margin-top: clamp(60px, 14vh, 150px); padding-top: 22px; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; position: relative; z-index: 2; }
.hero-intro { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 2rem); line-height: 1.3; }
.hero-intro strong { font-weight: 400; color: #cf737a; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; text-underline-offset: 5px; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.frame-number { position: absolute; right: 0; top: 48%; color: #625f59; font-size: .6rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.orbit { position: absolute; border: 1px solid rgba(187, 96, 104, .3); border-radius: 50%; z-index: -1; }
.orbit-one { width: min(55vw, 780px); aspect-ratio: 1; right: -11%; top: 3%; transform: rotate(-12deg); }
.orbit-two { width: min(33vw, 460px); aspect-ratio: 1; right: 11%; top: 16%; border-color: rgba(241,237,227,.12); }

.manifesto { background: var(--wine); color: #fff5ef; overflow: hidden; white-space: nowrap; border-block: 1px solid rgba(255,255,255,.18); }
.manifesto-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; animation: ticker 35s linear infinite; }
.manifesto span { font-family: var(--serif); font-size: 1.05rem; }
.manifesto i { font-size: .45rem; font-style: normal; opacity: .65; }
@keyframes ticker { to { transform: translateX(-50%); } }

.screening { background: var(--paper); border-bottom: 1px solid var(--line-dark); }
.screening-inner { min-height: 230px; display: grid; grid-template-columns: .55fr 1.35fr auto; gap: 40px; align-items: center; padding-block: 44px; }
.screening .kicker { color: var(--wine); align-self: start; padding-top: 8px; }
.screening h2 { font-size: clamp(2rem, 4vw, 4.6rem); line-height: 1; letter-spacing: -.035em; }
.screening p:not(.kicker) { margin: 18px 0 0; color: #5b574f; font-size: .82rem; letter-spacing: .03em; }
.screening .button { justify-self: end; white-space: nowrap; }

.section { padding-block: clamp(96px, 13vw, 190px); }
.section-head { display: grid; grid-template-columns: minmax(180px, .4fr) 1.6fr; gap: 40px; align-items: start; padding-top: 20px; border-top: 1px solid var(--ink); margin-bottom: clamp(64px, 10vw, 130px); }
.section-index { color: #6e6a62; }
.section-head h2 { max-width: 1040px; font-size: clamp(3.2rem, 7.5vw, 7.8rem); line-height: .91; letter-spacing: -.045em; }
.film { display: grid; grid-template-columns: minmax(300px, .82fr) 1.18fr; gap: clamp(56px, 9vw, 150px); align-items: center; }
.poster { aspect-ratio: 3 / 4; padding: clamp(26px, 3vw, 46px); color: #f9eee6; background: var(--wine); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.poster::before, .poster::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.poster::before { width: 72%; aspect-ratio: 1; left: 8%; top: 17%; transform: rotate(-8deg); }
.poster::after { width: 48%; aspect-ratio: 1; right: -13%; top: 30%; }
.poster-top, .poster-bottom { display: flex; justify-content: space-between; gap: 12px; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; position: relative; z-index: 1; }
.poster-top strong { font-weight: 500; }
.poster p { margin: 0; position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(5.3rem, 9vw, 10rem); line-height: .68; letter-spacing: -.07em; }
.poster p em { display: block; padding-left: .27em; }
.poster-bottom { flex-wrap: wrap; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.45); }
.film-copy h3 { margin-block: 22px 32px; font-size: clamp(2.6rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.035em; }
.film-copy .logline { margin-bottom: 24px; color: #282621; font-family: var(--serif); font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.35; }
.film-copy > p:not(.kicker):not(.logline) { max-width: 680px; color: #504d46; }
cite { font-family: var(--serif); font-style: italic; }
.credits { margin: 42px 0 0; border-top: 1px solid var(--line-dark); }
.credits div { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.credits dt { color: #716d65; font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.credits dd { margin: 0; font-size: .9rem; }
.actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border: 1px solid currentColor; text-decoration: none; font-size: .67rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.button-light { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.work .button-light { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.button-ghost:hover, .button-light:hover { background: var(--wine); color: #fff; border-color: var(--wine); }

.recognition { background: var(--ink); color: var(--ivory); }
.section-head-dark { border-color: var(--line-light); }
.section-head-dark .section-index { color: #aaa69d; }
.recognition-list { list-style: none; padding: 0; margin: 0; }
.recognition-list li { display: grid; grid-template-columns: 100px minmax(280px, 1.05fr) minmax(260px, .95fr); gap: clamp(20px, 4vw, 60px); align-items: baseline; padding: 28px 0; border-top: 1px solid var(--line-light); }
.recognition-list li:last-child { border-bottom: 1px solid var(--line-light); }
.recognition-list time { color: #c76b73; font-size: .7rem; letter-spacing: .15em; }
.recognition-list strong { font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2.25rem); font-weight: 400; line-height: 1.2; }
.recognition-list span { color: #aaa69d; font-size: .82rem; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 11vw, 170px); }
.pullquote { margin: 0; align-self: start; padding-top: 24px; border-top: 1px solid var(--wine); color: var(--wine); }
.pullquote p { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4.2vw, 4.6rem); line-height: 1.04; letter-spacing: -.025em; }
.biography { max-width: 780px; color: #49463f; }
.biography p { font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.6; }
.biography .lead { margin-top: 0; color: var(--ink); font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.35; }
.testimonial { width: min(100%, 1000px); margin: clamp(90px, 12vw, 160px) 0 0 auto; padding: 34px 0 0 clamp(30px, 7vw, 100px); border-top: 1px solid var(--ink); position: relative; }
.testimonial::before { content: "“"; position: absolute; left: 0; top: 18px; color: var(--wine); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.testimonial blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 3.2vw, 3.2rem); line-height: 1.2; }
.testimonial figcaption { margin-top: 24px; color: #6d6961; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.contact { background: var(--wine); color: #fff5ef; }
.contact-inner { display: grid; grid-template-columns: minmax(160px, .36fr) 1.18fr .72fr; gap: 40px; align-items: end; }
.contact .section-index { align-self: start; color: #f1c7c8; }
.contact h2 { font-size: clamp(3.4rem, 7.5vw, 8rem); line-height: .86; letter-spacing: -.05em; }
.contact h2 em { color: #1a1111; }
.contact-inner > p:not(.section-index) { max-width: 500px; margin: 0 0 26px; }
.contact .actions { grid-column: 3; margin: 0; }

.site-footer { background: var(--charcoal); color: var(--ivory); }
.footer-inner { min-height: 260px; padding-block: 55px 32px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.footer-brand img { filter: invert(95%); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 28px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: #bbb7ae; font-size: .67rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; text-underline-offset: 5px; }
.copyright { grid-column: 1 / -1; align-self: end; margin: 0; padding-top: 20px; border-top: 1px solid var(--line-light); color: #8f8b84; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 980px) {
  .film { grid-template-columns: .9fr 1.1fr; gap: 48px; }
  .screening-inner { grid-template-columns: .55fr 1.2fr; }
  .screening .button { grid-column: 2; justify-self: start; }
  .contact-inner { grid-template-columns: 1fr 2fr; }
  .contact h2 { grid-column: 2; }
  .contact-inner > p:not(.section-index), .contact .actions { grid-column: 2; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 40px, var(--shell)); }
  .site-header { background: rgba(11,11,10,.88); backdrop-filter: blur(12px); }
  .site-header.scrolled { background: rgba(241,237,227,.96); }
  .brand-logo { width: 128px; }
  .menu-button { display: inline-flex; flex: 0 0 auto; position: absolute; top: 17px; right: 20px; z-index: 2; align-items: center; justify-content: center; color: currentColor; }
  .nav-links { display: none; position: fixed; inset: 88px 0 0; padding: 50px 20px; background: var(--ink); color: var(--ivory); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 70px; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 2.4rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero-frame { min-width: 0; padding-top: 150px; }
  .hero-frame > * { min-width: 0; }
  h1 { max-width: 100%; font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .hero-intro { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .hero-lower { display: block; width: 100%; }
  .hero-lower .text-link { margin-top: 42px; }
  .section-head, .film, .about-grid { grid-template-columns: 1fr; }
  .screening-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 48px; }
  .screening .button { grid-column: 1; justify-self: start; }
  .section-head { gap: 22px; }
  .poster { max-width: 540px; }
  .recognition-list li { grid-template-columns: 72px 1fr; gap: 10px 20px; }
  .recognition-list span { grid-column: 2; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact h2, .contact-inner > p:not(.section-index), .contact .actions { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-content: start; }
}

@media (max-width: 480px) {
  .section { padding-block: 84px; }
  .hero-frame { padding-top: 132px; }
  .hero-lower { margin-top: 80px; }
  .orbit-one { width: 120vw; right: -56%; }
  .frame-number { display: none; }
  .poster { padding: 24px; }
  .poster p { font-size: 5rem; }
  .credits div { grid-template-columns: 1fr; gap: 5px; }
  .button { width: 100%; }
  .recognition-list li { grid-template-columns: 1fr; }
  .recognition-list span { grid-column: 1; }
  .testimonial { padding-left: 0; }
  .testimonial::before { position: static; display: block; height: 55px; }
}

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