:root {
  --ink: #11110f;
  --paper: #f5f2ea;
  --white: #fffef9;
  --gold: #d8ad35;
  --gold-dark: #87620b;
  --gold-bright: #f0c44d;
  --muted: #77746c;
  --line: rgba(17, 17, 15, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); background: rgba(245,242,234,.94); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .83rem; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.wordmark-mark { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; color: var(--paper); background: var(--ink); letter-spacing: -.06em; font-size: .82rem; }
nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); font-size: .86rem; font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: .35rem; }
.buyer-link { color: var(--gold-dark); }
.contact-link { border: 1px solid var(--ink); padding: .72rem 1rem; }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr); background: var(--ink); color: var(--paper); }
.hero-copy { padding: clamp(4.5rem, 8vw, 9rem) clamp(1.5rem, 6vw, 7rem); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.hero-copy::after { content: "PD"; position: absolute; right: -4vw; bottom: -10vw; color: rgba(255,255,255,.035); font-size: clamp(16rem, 31vw, 34rem); font-weight: 900; line-height: .8; letter-spacing: -.12em; pointer-events: none; }
.eyebrow, .section-number { margin: 0 0 1.2rem; color: var(--gold-bright); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 5.4vw, 6.4rem); line-height: .93; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-text { position: relative; z-index: 1; max-width: 38rem; margin: 2.2rem 0 0; color: #cbc9c2; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-portrait { min-height: 560px; position: relative; background: #25251f; overflow: hidden; }
.hero-portrait::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(17,17,15,.2), transparent 35%); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: grayscale(8%) contrast(1.03); }
.films-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.7rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .95; letter-spacing: -.045em; font-weight: 500; }
.section-heading > p { max-width: 25rem; margin: 0; color: var(--muted); }
.film-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.7rem); }
.film-card { border: 0; border-top: 1px solid var(--line); padding: 1rem 0 1.4rem; background: transparent; text-align: left; cursor: pointer; }
.film-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.film-visual { aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: #d7d3ca; }
.film-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.56)); }
.film-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.film-card:hover .film-visual img { transform: scale(1.035); filter: saturate(1.08); }
.play-button { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; background: var(--gold-bright); color: var(--ink); font-size: 1.1rem; padding-left: .12rem; }
.film-card-copy { display: grid; grid-template-columns: 1fr auto; gap: .75rem; align-items: start; padding-top: .9rem; }
.film-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.5rem); line-height: 1.1; font-weight: 500; }
.film-price { color: var(--gold-dark); white-space: nowrap; }
.film-card-meta { margin: .35rem 0 0; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.duration { color: var(--muted); font-size: .75rem; }
.legacy { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem); background: var(--gold-bright); }
.legacy .section-number { color: var(--ink); }
.legacy-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 7vw, 8rem); border-top: 1px solid rgba(17,17,15,.42); padding-top: 2rem; }
.legacy-lede { margin: 0; max-width: 50rem; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 3.1rem); line-height: 1.12; letter-spacing: -.025em; }
.legacy-note { border-left: 1px solid rgba(17,17,15,.35); padding-left: 2rem; }
.legacy-note > span { font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.legacy-note blockquote { margin: 1.3rem 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1.1; }
.legacy-note p { margin-bottom: 0; }
.why-copy p { margin: 0; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; }
.why-copy p + p { margin-top: 1.35rem; }
.contact-section { min-height: 78vh; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; }
.contact-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 8vw, 8.8rem); line-height: .9; letter-spacing: -.055em; font-weight: 500; }
.contact-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 3rem; }
.primary-button { display: inline-flex; gap: 1rem; align-items: center; padding: 1rem 1.2rem; background: var(--gold-bright); color: var(--ink); text-decoration: none; font-weight: 800; }
.text-button { color: white; text-underline-offset: .3rem; }
footer { min-height: 130px; padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr auto auto auto; align-items: start; gap: 2rem; font-size: .74rem; color: var(--muted); }
.footer-mark { color: var(--ink); }
footer p { margin: 0; }
footer strong { color: var(--ink); }
.rog-corner { position: fixed; right: 12px; bottom: 12px; z-index: 80; display: grid; justify-items: center; gap: 3px; width: 128px; padding: 9px 10px 8px; border: 1px solid rgba(197,169,94,.72); border-radius: 8px; background: rgba(17,17,15,.96); color: white; box-shadow: 0 6px 22px rgba(0,0,0,.28); font-family: Arial,Helvetica,sans-serif; text-align: center; pointer-events: none; }
.rog-corner img { display: block; width: 82px; height: auto; }
.rog-corner strong { font-size: 8px; line-height: 1.1; letter-spacing: .09em; text-transform: uppercase; }
.rog-corner span { font-size: 8px; line-height: 1.1; color: #d8d5cd; }
.film-dialog { width: min(1120px, calc(100% - 2rem)); max-width: none; border: 0; padding: 0; background: transparent; color: white; }
.film-dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(7px); }
.dialog-shell { position: relative; background: #0c0c0b; box-shadow: 0 30px 90px rgba(0,0,0,.6); }
.dialog-close { position: absolute; right: .6rem; top: .45rem; z-index: 4; width: 2.7rem; height: 2.7rem; border: 0; border-radius: 50%; background: rgba(0,0,0,.66); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.video-frame { aspect-ratio: 16 / 9; background: black; }
.video-frame iframe, .video-frame video { width: 100%; height: 100%; border: 0; display: block; object-fit: contain; }
.video-frame [hidden] { display: none; }
.dialog-copy { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: 1.4rem 1.5rem 1.6rem; }
.dialog-copy h2 { margin: .1rem 0 .45rem; font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.6rem); }
.dialog-copy p { margin: 0; color: #aaa79f; max-width: 48rem; }
#dialog-meta { font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#dialog-description { font-size: .9rem; }
.dialog-copy a { color: var(--gold-bright); white-space: nowrap; text-underline-offset: .3rem; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 75vh; }
  .hero-portrait { min-height: 68vh; }
  .film-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .site-header { min-height: 70px; }
  .site-header nav .aux-link { display: none; }
  .contact-link { padding: .58rem .75rem; }
  .hero { min-height: auto; }
  .hero-copy { min-height: auto; padding-top: 5.5rem; padding-bottom: 4.5rem; }
  .hero-portrait { min-height: 65vh; }
  .section-heading { align-items: start; flex-direction: column; }
  .film-grid { grid-template-columns: 1fr; }
  .legacy-grid { grid-template-columns: 1fr; }
  .legacy-note { border-left: 0; border-top: 1px solid rgba(17,17,15,.35); padding: 1.5rem 0 0; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: .6rem; }
  .dialog-copy { align-items: start; flex-direction: column; }
  .rog-corner { right: 7px; bottom: 7px; width: 96px; padding: 7px 7px 6px; }
  .rog-corner img { width: 66px; }
  .rog-corner strong { font-size: 7px; }
  .rog-corner span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .film-visual img { transition: none; }
}
