/* Quit Laughing God — film site styles
   Cinematic dark; film-poster forward; FP in the credits. */

:root {
  --ink: #0B0B10;
  --ink-2: #14141C;
  --ink-3: #1C1C26;
  --hair: rgba(255,255,255,0.10);
  --hair-strong: rgba(255,255,255,0.22);
  --cream: #F3EEE3;
  --cream-dim: #D9D1BF;
  --body: rgba(243,238,227,0.78);
  --muted: rgba(243,238,227,0.55);
  --gold: #D9A84A;          /* pulled from the poster title */
  --gold-soft: #E7C079;
  --sun: #F5C518;           /* FP highlight yellow */
  --vermillion: #C9472E;
  --sepia: #8A6A3B;
  --serif: "Fraunces", "Tiempos Headline", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --italic: "Fraunces", Georgia, "Iowan Old Style", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

/* palette variants */
body[data-palette="warm"] {
  --ink: #1B120A;
  --ink-2: #2A1C10;
  --ink-3: #3A2716;
  --cream: #F6EAD1;
  --gold: #E5B668;
}
body[data-palette="cream"] {
  --ink: #FAFAF7;
  --ink-2: #F2EFE7;
  --ink-3: #E9E5DA;
  --hair: rgba(26,26,46,0.14);
  --hair-strong: rgba(26,26,46,0.28);
  --cream: #1A1A2E;
  --cream-dim: #3A3A4E;
  --body: rgba(26,26,46,0.82);
  --muted: rgba(26,26,46,0.60);
  --gold: #A8782A;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ——— layout ——— */
.wrap { max-width: 1440px; margin: 0 auto; padding: 0 64px; }
@media (max-width: 820px) { .wrap { padding: 0 24px; } }

/* ——— global type ——— */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.lede {
  font-family: var(--italic);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
  color: var(--cream-dim);
  letter-spacing: 0.002em;
}
.h-serif {
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 0;
  letter-spacing: -0.012em;
  line-height: 1.02;
  margin: 0;
}
.section-hair {
  height: 1px;
  background: var(--hair);
  width: 100%;
}

/* ——— top chrome ——— */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 20px 0;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in oklab, var(--ink) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--hair);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.nav-brand {
  display: flex; align-items: baseline; gap: 10px;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.02em;
}
.nav-brand .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  transform: translateY(-2px);
}
.nav-brand .sub {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav-links {
  display: flex; gap: 32px;
  font-size: 13px;
  color: var(--cream-dim);
}
.nav-links a { transition: color 0.2s; }
.nav-links a:hover { color: var(--cream); }
@media (max-width: 1120px) { .nav-links { display: none; } }
@media (max-width: 560px) { .nav-brand .sub { display: none; } }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.18s ease, background 0.18s ease, color 0.18s ease;
  line-height: 1;
  background: none; color: inherit;
  white-space: nowrap;
}
.btn:hover { opacity: 0.85; }
.btn-primary {
  background: var(--gold);
  color: #0B0B10;
}
.btn-ghost {
  border-color: var(--hair-strong);
  color: var(--cream);
}
.btn svg { width: 14px; height: 14px; }

/* ——— HERO ——— */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("assets/hero-portrait.png");
  background-size: cover;
  background-position: 75% 30%;
  z-index: 0;
  filter: saturate(0.85);
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(11,11,16,0.96) 0%, rgba(11,11,16,0.72) 38%, rgba(11,11,16,0.25) 62%, rgba(11,11,16,0.15) 85%, rgba(11,11,16,0.55) 100%),
    linear-gradient(180deg, rgba(11,11,16,0.35) 0%, rgba(11,11,16,0.15) 40%, rgba(11,11,16,0.75) 85%, rgba(11,11,16,1) 100%);
}
body[data-palette="cream"] .hero-bg::after {
  background:
    radial-gradient(ellipse at 78% 55%, rgba(250,250,247,0.25) 0%, rgba(250,250,247,0.6) 55%, rgba(250,250,247,0.9) 100%),
    linear-gradient(100deg, rgba(250,250,247,0.88) 0%, rgba(250,250,247,0.5) 45%, rgba(250,250,247,0.2) 70%, rgba(250,250,247,0.5) 100%),
    linear-gradient(180deg, rgba(250,250,247,0.4) 0%, rgba(250,250,247,0.1) 35%, rgba(250,250,247,0.75) 82%, rgba(250,250,247,0.95) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  align-self: end;
  padding-top: 180px;
  padding-bottom: 80px;
}
.hero-eyebrow-row {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 28px;
}
.hero-eyebrow-row .bar {
  width: 40px; height: 1px; background: var(--gold);
}
.hero-title {
  font-size: clamp(56px, 9.2vw, 144px);
  font-weight: 400;
  line-height: 0.95;
  max-width: 16ch;
  color: var(--cream);
}
.hero-title .gold {
  color: var(--gold);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.hero-tagline {
  margin-top: 20px;
  font-family: var(--italic);
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px);
  color: var(--cream-dim);
  letter-spacing: 0.004em;
}
.hero-meta {
  display: flex; align-items: center; gap: 14px;
  margin-top: 36px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-meta .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); }
.hero-cta {
  margin-top: 44px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.play-icon-circle {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(0,0,0,0.15);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.play-icon-circle svg { width: 9px; height: 9px; margin-left: 1px; }

.hero-footer {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  border-top: 1px solid var(--hair);
  padding: 18px 0;
  background: linear-gradient(180deg, rgba(11,11,16,0) 0%, rgba(11,11,16,0.75) 100%);
}
.hero-footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  gap: 16px;
  flex-wrap: wrap;
}

/* ——— section base ——— */
section { position: relative; }
.section { padding: 140px 0; }
.section-head { margin-bottom: 72px; }
.section-head .eyebrow { margin-bottom: 20px; display: inline-block; }
.section-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  margin: 0;
  max-width: 18ch;
}

/* ——— stat strip ——— */
.stats {
  background: var(--ink-2);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  padding: 44px 28px;
  border-right: 1px solid var(--hair);
}
.stat:last-child { border-right: none; }
.stat .num {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.stat .num .unit {
  font-size: 0.42em;
  color: var(--cream-dim);
  margin-left: 6px;
  letter-spacing: 0.02em;
}
.stat .label {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 820px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid var(--hair); }
  .stat:nth-child(2) { border-right: none; }
}

/* ——— synopsis ——— */
.synopsis {
  background: var(--ink);
}
.synopsis-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: start;
}
.synopsis-lede {
  font-family: var(--italic);
  font-style: italic;
  font-size: 34px;
  line-height: 1.3;
  color: var(--cream);
  letter-spacing: -0.003em;
}
.synopsis-body p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--body);
  margin: 0 0 20px;
}
.synopsis-body p:last-child { margin-bottom: 0; }
@media (max-width: 920px) {
  .synopsis-grid { grid-template-columns: 1fr; gap: 48px; }
  .synopsis-lede { font-size: 26px; }
}

/* ——— trailer ——— */
.trailer {
  background: #000;
  padding: 100px 0;
}
.trailer-header {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 36px;
  gap: 24px; flex-wrap: wrap;
}
.trailer-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: var(--cream);
}
.trailer-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--hair);
}
.trailer-frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ——— awards ——— */
.awards { background: var(--ink); }
.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hair);
  border: 1px solid var(--hair);
}
.award-cell {
  background: var(--ink);
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 200px;
}
.award-cell .tier {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.award-cell .cat {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.15;
  color: var(--cream);
  flex-grow: 1;
}
.award-cell .org {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}
.award-cell .year {
  display: inline-block;
  color: var(--cream-dim);
  margin-left: 2px;
}
@media (max-width: 920px) {
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .awards-grid { grid-template-columns: 1fr; }
}

.awards-full-toggle {
  margin-top: 56px;
  text-align: center;
}
.awards-full {
  margin-top: 48px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.awards-full.open { max-height: 4000px; }
.awards-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.awards-table th, .awards-table td {
  text-align: left;
  padding: 18px 12px;
  border-bottom: 1px solid var(--hair);
}
.awards-table th {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hair-strong);
}
.awards-table td.tier-cell {
  color: var(--gold);
  font-weight: 500;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.awards-table td.cat-cell { color: var(--cream); }
.awards-table td.org-cell { color: var(--cream-dim); }
.awards-table td.year-cell { color: var(--muted); width: 60px; }

/* ——— reviews / quotes ——— */
.reviews {
  background: var(--ink-2);
  padding: 140px 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 96px;
}
.review {
  padding-left: 24px;
  border-left: 1px solid var(--hair);
}
.review .quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  line-height: 1.3;
  color: var(--cream);
  margin: 0 0 14px;
  letter-spacing: -0.003em;
  text-wrap: pretty;
}
.review .attr {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 820px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 40px; }
  .review .quote { font-size: 22px; }
}

/* ——— Chris section ——— */
.chris { background: var(--ink); padding: 160px 0; }
.chris-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: start;
}
.chris-text .lede-big {
  font-family: var(--italic);
  font-style: italic;
  font-size: 30px;
  line-height: 1.3;
  color: var(--gold-soft);
  margin: 30px 0 36px;
  max-width: 22ch;
  letter-spacing: -0.003em;
}
.chris-text p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--body);
  margin: 0 0 20px;
}
.chris-aside {
  position: sticky;
  top: 120px;
  padding-left: 40px;
  border-left: 1px solid var(--hair);
}
.chris-aside .big-num {
  font-family: var(--serif);
  font-size: 96px;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.02em;
  margin: 0;
}
.chris-aside .big-lbl {
  font-family: var(--italic);
  font-style: italic;
  font-size: 20px;
  color: var(--cream-dim);
  margin-top: 8px;
}
.chris-aside .countries-label {
  margin-top: 56px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}
.chris-aside .countries {
  display: flex; flex-wrap: wrap; gap: 8px 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.9;
  color: var(--cream);
}
.chris-aside .countries span:not(:last-child)::after {
  content: "·";
  margin: 0 14px;
  color: var(--gold);
  opacity: 0.6;
}
@media (max-width: 920px) {
  .chris-grid { grid-template-columns: 1fr; gap: 48px; }
  .chris-aside {
    position: static;
    padding-left: 0;
    border-left: 0 !important;
    border-top: 1px solid var(--hair);
    padding-top: 40px;
  }
}

/* ——— director's statement ——— */
.director {
  background: var(--ink-2);
  padding: 140px 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.director-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.director .eyebrow { margin-bottom: 16px; display: block; }
.director-title {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1.05;
  color: var(--cream);
  margin: 0;
  letter-spacing: -0.012em;
}
.director-quote {
  font-family: var(--italic);
  font-style: italic;
  font-size: 32px;
  line-height: 1.3;
  color: var(--cream);
  margin: 0 0 36px;
  letter-spacing: -0.003em;
  text-wrap: pretty;
}
.director-body p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--body);
  margin: 0 0 20px;
}
.director-signoff {
  margin-top: 32px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (max-width: 920px) {
  .director-grid { grid-template-columns: 1fr; gap: 28px; }
  .director-quote { font-size: 24px; }
}

/* ——— inline person photos ——— */
.person-photo {
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.person-photo img {
  display: block;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: rgba(243,238,227,0.04);
  border: 1px solid var(--hair);
  filter: grayscale(0.15) contrast(1.02);
}
.person-photo figcaption {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--cream);
  line-height: 1.45;
  font-family: var(--italic);
  font-style: italic;
}
.person-photo figcaption span {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.chris-aside .person-photo {
  margin-bottom: 36px;
}
.chris-aside .person-photo img {
  max-width: 100%;
}
.director-photo {
  margin-top: 28px;
  max-width: 260px;
}

/* ——— FAQ ——— */
.faq { background: var(--ink); padding: 140px 0; }
.faq-list {
  border-top: 1px solid var(--hair);
}
.faq-item {
  border-bottom: 1px solid var(--hair);
}
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 28px 0;
  background: transparent;
  border: none;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold); }
.faq-q .plus {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.open .faq-a {
  max-height: 600px;
  padding: 0 0 32px;
}
.faq-a p {
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body);
  margin: 0;
}

/* ——— cinematic still break ——— */
.still-break {
  background: var(--ink);
  padding: 0;
}
.still-break figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.still-break img {
  display: block;
  width: 100%;
  height: clamp(360px, 60vh, 640px);
  object-fit: cover;
  filter: brightness(0.78) contrast(1.04) saturate(0.95);
}
.still-break figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 120px 40px 44px;
  background: linear-gradient(to top, rgba(14,14,17,0.92) 10%, rgba(14,14,17,0.55) 55%, rgba(14,14,17,0) 100%);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
  pointer-events: none;
}
.still-caption-label {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.still-caption-line {
  font-family: var(--italic);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.3;
  color: var(--cream);
  max-width: 620px;
}
@media (max-width: 640px) {
  .still-break figcaption { padding: 80px 24px 28px; }
}

/* ——— press kit ——— */
.presskit {
  padding: 140px 0 120px;
  background: var(--ink);
  border-top: 1px solid var(--hair);
}
.presskit .lead {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.presskit .lead a.link {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(217, 168, 74, 0.4);
}
.presskit .lead a.link:hover { border-bottom-color: var(--gold); }
.presskit-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media (max-width: 1024px) { .presskit-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .presskit-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
.presskit-item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(243,238,227,0.04);
  border: 1px solid var(--hair);
  text-decoration: none;
  color: var(--cream);
}
.presskit-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
  filter: brightness(0.88);
}
.presskit-item:hover img {
  transform: scale(1.04);
  filter: brightness(1);
}
.presskit-cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 10px 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  background: linear-gradient(to top, rgba(14,14,17,0.9), rgba(14,14,17,0));
  opacity: 0;
  transition: opacity 0.25s;
}
.presskit-cap em {
  font-style: normal;
  color: var(--gold);
  letter-spacing: 0.2em;
  margin-right: 6px;
}
.presskit-item:hover .presskit-cap,
.presskit-item:focus-visible .presskit-cap { opacity: 1; }

/* ——— closer CTA ——— */
.closer {
  position: relative;
  padding: 160px 0;
  background: var(--ink);
  overflow: hidden;
}
.closer::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("assets/poster.png");
  background-size: cover;
  background-position: center 20%;
  opacity: 0.22;
  filter: saturate(0.8);
}
.closer::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(11,11,16,0.75) 70%, var(--ink) 100%);
}
.closer-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.closer::before, .closer::after { pointer-events: none; }
.closer h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 1;
  color: var(--cream);
  letter-spacing: -0.016em;
  margin: 0 0 28px;
}
.closer h2 .gold { color: var(--gold); font-style: italic; }
.closer p {
  font-family: var(--italic);
  font-style: italic;
  font-size: 24px;
  color: var(--cream-dim);
  margin: 0 0 48px;
  line-height: 1.4;
}
.closer .btn-primary {
  font-size: 15px;
  padding: 18px 32px;
}

/* ——— contact form ——— */
.contact {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 640px) {
  .contact-row { grid-template-columns: 1fr; }
}
.contact label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact label > span {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.contact input,
.contact select,
.contact textarea {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--cream);
  background: rgba(243, 238, 227, 0.04);
  border: 1px solid var(--hair-strong);
  padding: 14px 16px;
  border-radius: 2px;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
  resize: vertical;
}
.contact input:focus,
.contact select:focus,
.contact textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(243, 238, 227, 0.07);
}
.contact textarea {
  font-family: var(--italic);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  min-height: 110px;
}
.contact textarea::placeholder {
  color: var(--muted);
  font-style: italic;
}
.contact select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23D9A84A' stroke-width='1.5'><path d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}
.contact-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.contact-submit .btn {
  font-size: 13px;
  padding: 16px 26px;
}
.contact-note {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-sent {
  text-align: center;
  padding: 40px 20px;
  border: 1px solid var(--gold);
  color: var(--cream);
  font-family: var(--italic);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
}
.contact-sent .gold { color: var(--gold); }

/* ——— footer ——— */
.footer {
  background: #000;
  padding: 64px 0 48px;
  border-top: 1px solid var(--hair);
  font-size: 13px;
  color: var(--muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 48px;
}
.footer-brand {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--cream);
  margin-bottom: 14px;
  line-height: 1.2;
}
.footer-brand em { font-style: italic; color: var(--gold); }
.footer p { margin: 0 0 8px; line-height: 1.6; }
.footer a.link { color: var(--cream-dim); border-bottom: 1px solid var(--hair-strong); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
.footer a.link:hover { color: var(--gold); border-color: var(--gold); }
.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  font-weight: 500;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--hair);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-fp {
  display: flex; align-items: center; gap: 10px;
  color: var(--cream-dim);
  transition: color 0.2s;
}
.footer-fp:hover { color: var(--gold); }
.footer-fp .glyph {
  width: 22px; height: 22px;
  background: url('assets/logo-fp.png') center/contain no-repeat;
  filter: invert(1) brightness(1.4);
  opacity: 0.75;
}
@media (max-width: 820px) {
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ——— tweaks panel ——— */
.tweaks {
  position: fixed;
  right: 24px; bottom: 24px;
  z-index: 100;
  background: rgba(20, 20, 28, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--hair-strong);
  padding: 20px 22px;
  width: 280px;
  font-size: 12px;
  color: var(--cream);
  display: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.tweaks.open { display: block; }
.tweaks h5 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.tweaks .group { margin-bottom: 18px; }
.tweaks .group:last-child { margin-bottom: 0; }
.tweaks .group label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.tweaks .opts {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.tweaks .opt {
  flex: 1;
  min-width: 0;
  font-family: var(--sans);
  font-size: 11px;
  padding: 9px 10px;
  background: transparent;
  color: var(--cream-dim);
  border: 1px solid var(--hair-strong);
  cursor: pointer;
  transition: all 0.18s;
  text-align: center;
  letter-spacing: 0.04em;
}
.tweaks .opt:hover { color: var(--cream); border-color: var(--gold); }
.tweaks .opt.active { background: var(--gold); color: #0B0B10; border-color: var(--gold); }

/* ——— hero variants ——— */
body[data-hero="typecard"] .hero-bg { background-position: 80% 35%; opacity: 0.3; }
body[data-hero="typecard"] .hero-bg::after {
  background: linear-gradient(180deg, rgba(11,11,16,0.6) 0%, rgba(11,11,16,0.9) 100%);
}
body[data-hero="typecard"] .hero-inner { align-self: center; padding-top: 140px; }
body[data-hero="typecard"] .hero-title { font-size: clamp(72px, 12vw, 200px); max-width: none; text-align: center; }
body[data-hero="typecard"] .hero-eyebrow-row,
body[data-hero="typecard"] .hero-meta { justify-content: center; }

/* ========================================================
   ——— MOBILE RESPONSIVE PASS ———
   Specific fixes for phones + small tablets.
   ======================================================== */

/* Tablet and down (<=820) */
@media (max-width: 820px) {
  .section { padding: 96px 0; }
  .section-head { margin-bottom: 48px; }
  .trailer { padding: 72px 0; }
  .presskit { padding: 96px 0 80px; }
  .closer { padding: 96px 0; }
  .reviews { padding: 96px 0; }

  /* nav: tighten watch button label so brand has room */
  #watch-btn-nav { padding: 10px 14px; font-size: 12px; }
}

/* Phones (<=640) */
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }

  /* nav: drop the watch button to keep the brand clean,
     users can reach watch via hero CTA + sticky nav scrolls to trailer */
  .nav-inner { padding: 14px 0; }
  #watch-btn-nav {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  #watch-btn-nav svg { display: none; }
  .nav-brand span:first-of-type + span { font-size: 13px; }
  .nav-brand .sub { display: none; }

  /* hero: reframe for vertical mobile viewport */
  .hero { min-height: 92vh; }
  .hero-bg {
    background-position: 62% 18%;
  }
  .hero-bg::after {
    /* stronger top and bottom darkening so text stays legible
       regardless of where the portrait crops */
    background:
      linear-gradient(180deg, rgba(11,11,16,0.85) 0%, rgba(11,11,16,0.45) 30%, rgba(11,11,16,0.55) 60%, rgba(11,11,16,0.98) 100%);
  }
  body[data-palette="cream"] .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(250,250,247,0.82) 0%, rgba(250,250,247,0.35) 30%, rgba(250,250,247,0.6) 65%, rgba(250,250,247,0.98) 100%);
  }
  .hero-inner {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .hero-title {
    font-size: clamp(44px, 11vw, 64px);
    line-height: 1.0;
    max-width: 14ch;
  }
  .hero-tagline {
    font-size: 19px;
    margin-top: 16px;
    max-width: 24ch;
  }
  .hero-meta {
    margin-top: 28px;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 0.18em;
    flex-wrap: wrap;
  }
  .hero-eyebrow-row { margin-bottom: 20px; }
  .hero-cta {
    margin-top: 32px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 12px;
  }
  .hero-footer { display: none; }

  /* stat strip: tighter */
  .stat { padding: 28px 18px; }
  .stat .num { font-size: 34px; }
  .stat .label { font-size: 10px; letter-spacing: 0.18em; margin-top: 6px; }

  /* section headings: smaller floor */
  .section-head h2 { font-size: clamp(32px, 8vw, 44px); }
  .synopsis-lede { font-size: 22px; line-height: 1.35; }
  .synopsis-body p { font-size: 16px; }

  /* trailer */
  .trailer-header h2 { font-size: 28px; }
  .trailer-header { margin-bottom: 24px; }

  /* awards: remove gap-line grid hairlines so cells breathe */
  .awards-grid { gap: 0; border: none; }
  .award-cell { padding: 28px 20px; min-height: 0; border-bottom: 1px solid var(--hair); }
  .award-cell:last-child { border-bottom: none; }

  /* reviews */
  .review .quote { font-size: 20px !important; line-height: 1.4; }

  /* Chris section */
  .chris .chris-text h2#chris-title { font-size: clamp(40px, 10vw, 56px) !important; }
  .lede-big { font-size: 22px !important; }
  .chris-aside { padding-top: 32px; }
  .chris-aside .big-num { font-size: 72px; }
  .chris-aside .countries-label { margin-top: 40px; }
  /* portrait was filling the entire mobile viewport — cap it */
  .chris-aside .person-photo {
    max-width: 260px;
    margin: 0 auto 28px;
  }
  .chris-aside .person-photo img {
    max-width: 100%;
    aspect-ratio: 1 / 1;  /* square crop — Chris's photo is centered so it stays well-framed */
  }
  .chris-aside .person-photo figcaption {
    text-align: center;
  }

  /* Awards full table: restack as rows instead of cramped 3-col */
  .awards-table,
  .awards-table tbody,
  .awards-table tr,
  .awards-table td {
    display: block;
    width: 100%;
  }
  .awards-table thead { display: none; }
  .awards-table tr {
    padding: 18px 0;
    border-bottom: 1px solid var(--hair);
  }
  .awards-table td {
    padding: 4px 0;
    border: none;
  }
  .awards-table td.tier-cell {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .awards-table td.cat-cell {
    font-size: 17px;
    font-family: var(--serif);
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .awards-table td.org-cell {
    font-size: 13px;
    color: var(--cream-dim);
  }
  .awards-table td.year-cell {
    font-size: 11px;
    width: auto !important;
    color: var(--muted);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: 4px;
  }

  /* Director statement */
  .director-title { font-size: 26px; line-height: 1.2; }
  .director-quote { font-size: 22px !important; line-height: 1.35; }
  .director-body p { font-size: 16px; }
  .person-photo img { max-width: 200px; }
  .director-photo { max-width: 200px; }

  /* FAQ */
  .faq-q { font-size: 16px; padding: 20px 0; }
  .faq-a p { font-size: 15px; }

  /* Still break */
  .still-break img { height: 280px; }
  .still-caption-line { font-size: 18px; }

  /* Press kit */
  .presskit .lead { font-size: 15px; }
  .presskit-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 36px; }
  .presskit-cap { opacity: 1; font-size: 9px; padding: 8px 8px 6px; }

  /* Closer + contact */
  .closer h2 { font-size: clamp(32px, 8vw, 42px) !important; }
  .closer p { font-size: 16px; }
  .contact input, .contact select { font-size: 16px; padding: 12px 14px; } /* 16px prevents iOS zoom */
  .contact textarea { font-size: 16px; padding: 12px 14px; }
  .contact-submit { flex-direction: column; align-items: stretch; gap: 12px; }
  .contact-submit .btn { width: 100%; justify-content: center; }
  .contact-note { text-align: center; font-size: 10px; }

  /* Footer */
  .footer { padding: 64px 0 40px; }
  .footer-grid { gap: 32px; }

  /* Tweaks panel: make it collapsible on mobile so it doesn't cover content */
  .tweaks {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    max-width: none;
    width: auto;
    font-size: 12px;
  }
}

/* Extra-small phones (<=380) */
@media (max-width: 380px) {
  .wrap { padding: 0 16px; }
  .hero-title { font-size: 40px; }
  .section-head h2 { font-size: 28px; }
}
body[data-hero="typecard"] .hero-eyebrow-row .bar { display: none; }
body[data-hero="typecard"] .hero-tagline,
body[data-hero="typecard"] .hero-cta { text-align: center; justify-content: center; }
body[data-hero="typecard"] .hero-tagline { display: block; }

body[data-hero="trailer"] .hero-bg {
  background-image: none;
  background: #000;
}
body[data-hero="trailer"] .hero-bg::after { background: rgba(0,0,0,0.3); }
body[data-hero="trailer"] .hero-inner { align-self: end; }
