:root {
  --ink: #070807;
  --charcoal: #10110f;
  --panel: #171814;
  --ivory: #e8e2d7;
  --paper: #d8cfbf;
  --muted: #aaa292;
  --gold: #9b7842;
  --gold-light: #c2a16b;
  --line: rgba(194, 161, 107, .38);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Libre Franklin", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); font-weight: 300; line-height: 1.75; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 74px; display: flex; align-items: center;
  padding: 0 clamp(20px, 4vw, 66px); background: linear-gradient(to bottom, rgba(5,6,5,.95), rgba(5,6,5,.68), transparent);
  transition: background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(7,8,7,.94); backdrop-filter: blur(12px); border-color: rgba(255,255,255,.08); }
.brand { font-family: var(--serif); letter-spacing: .2em; font-size: 1.55rem; text-decoration: none; font-weight: 600; }
.site-nav { margin-left: auto; display: flex; gap: clamp(16px, 2.2vw, 34px); }
.site-nav a { text-transform: uppercase; font-size: .67rem; letter-spacing: .15em; text-decoration: none; color: #ddd5c8; }
.site-nav a:hover { color: var(--gold-light); }
.menu-toggle { display: none; margin-left: auto; background: transparent; color: var(--ivory); border: 1px solid var(--line); padding: 8px 12px; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,4,.93) 0%, rgba(4,5,4,.76) 30%, rgba(4,5,4,.25) 56%, rgba(4,5,4,.08) 100%), linear-gradient(0deg, rgba(4,5,4,.78), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(610px, 43vw); margin-left: clamp(24px, 7vw, 120px); padding-top: 64px; }
.hero-title-group { margin-bottom: 18px; }
.hero-title { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 10vw, 8.8rem); font-weight: 600; line-height: .92; letter-spacing: .04em; text-transform: uppercase; color: #f3eee5; text-shadow: 0 12px 34px rgba(0,0,0,.62); }
.hero-subtitle { margin: 14px 0 0; font-size: clamp(.78rem, 1.3vw, 1.05rem); letter-spacing: .48em; text-transform: uppercase; color: rgba(236,225,206,.86); text-shadow: 0 6px 24px rgba(0,0,0,.55); }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .28em; color: var(--gold-light); font-size: .71rem; font-weight: 500; }
.hero-line { font-family: var(--serif); font-size: clamp(1.3rem, 2.1vw, 2rem); line-height: 1.35; max-width: 560px; margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 500; border: 1px solid var(--gold); transition: .25s ease; }
.button-primary { background: rgba(155,120,66,.16); color: #f3ebdf; }
.button-primary:hover { background: var(--gold); color: #090a08; }
.button-secondary { background: rgba(7,8,7,.35); }
.button-secondary:hover { border-color: var(--gold-light); background: rgba(194,161,107,.13); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); text-decoration: none; text-transform: uppercase; letter-spacing: .2em; font-size: .58rem; color: rgba(255,255,255,.68); display: grid; place-items: center; gap: 2px; }
.scroll-cue span { font-size: 1rem; }

.section { padding: clamp(82px, 10vw, 150px) clamp(24px, 7vw, 120px); }
.section-heading { max-width: 1050px; margin: 0 auto clamp(55px, 7vw, 95px); text-align: center; }
.section-heading h1, .section-heading h2, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0; }
.section-heading h1 { font-size: clamp(2.4rem, 5.2vw, 5rem); }
.section-heading h2, h2 { font-size: clamp(2.5rem, 4.6vw, 4.7rem); }
.section-heading.compact { max-width: 720px; }
.section-heading.compact p:last-child { color: var(--muted); }

.story { background: radial-gradient(circle at 80% 20%, rgba(155,120,66,.10), transparent 35%), var(--charcoal); }
.story-grid, .vision { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 7vw, 110px); align-items: center; }
.story-copy, .vision-copy, .proof-copy, .archive-copy { max-width: 680px; }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.5; color: #f0e9dd; }
.story-copy p:not(.lead), .vision-copy p, .proof-copy p, .archive-copy p { color: #bdb5a7; }
.cinema-frame { margin: 0; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.cinema-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.cinema-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.tall-frame img { aspect-ratio: 4/5; object-fit: cover; }

.chapters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #25261f; }
.chapter-card { position: relative; min-height: 520px; overflow: hidden; background: #111; }
.chapter-card img { width: 100%; height: 100%; object-fit: cover; opacity: .64; transition: transform .6s ease, opacity .5s ease; }
.chapter-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,5,.95), rgba(5,6,5,.08) 70%); }
.chapter-card div { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; }
.chapter-card span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .25em; font-size: .65rem; }
.chapter-card h2 { font-size: clamp(2.2rem, 3.5vw, 4rem); margin: 2px 0 10px; }
.chapter-card p { margin: 0; color: #c8c0b3; max-width: 360px; }
.chapter-card:hover img { transform: scale(1.035); opacity: .78; }

.quote-panel { position: relative; min-height: min(72vw, 760px); display: grid; place-items: center; overflow: hidden; }
.quote-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.48); }
.quote-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,4,.5), transparent); }
.quote-panel blockquote { position: relative; z-index: 2; margin: 0; padding: 30px; text-align: center; font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 6.8rem); line-height: 1; max-width: 1100px; text-shadow: 0 3px 30px rgba(0,0,0,.9); }

.proof { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(42px, 7vw, 110px); align-items: center; background: #0b0c0a; }
.proof-video { position: relative; width: 100%; max-width: 1200px; aspect-ratio: 16 / 9; min-height: 320px; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.42); overflow: hidden; }
.proof-video::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.proof-video iframe { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; min-height: 320px; border: 0; }
.text-link { display: inline-flex; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; color: var(--gold-light); font-size: .7rem; margin-top: 16px; }
.text-link:hover span { transform: translateX(5px); }
.text-link span { transition: transform .2s ease; }

.true-story { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 8vw, 120px); padding: clamp(85px, 11vw, 160px) clamp(24px, 8vw, 140px); background: #d9d3c8; color: #171813; }
.archive-photo { margin: 0; }
.archive-photo img { width: 100%; filter: grayscale(100%); border: 1px solid rgba(20,20,16,.18); }
.archive-photo figcaption { font-size: .67rem; letter-spacing: .08em; color: #5f5b53; margin-top: 10px; }
.main-archive { align-self: start; box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.true-story .kicker { color: #735a33; }
.true-story h2 { color: #161713; }
.true-story .lead, .true-story p { color: #3c3a35; }
.historical-note { border-left: 2px solid #8b6a38; padding-left: 18px; font-size: .85rem; }
.inset-archive { margin-top: 36px; max-width: 540px; }

.vision { background: radial-gradient(circle at 10% 85%, rgba(155,120,66,.11), transparent 32%), var(--charcoal); }
.production-note { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 28px; }
.statement-strip { display: grid; grid-template-columns: 1fr 1fr; background: #171813; border-block: 1px solid var(--line); }
.statement-strip p { margin: 0; padding: 52px 30px; text-align: center; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); }
.statement-strip p + p { border-left: 1px solid var(--line); }

.gallery { background: #090a08; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: 10px; }
.gallery-item { border: 0; padding: 0; overflow: hidden; cursor: zoom-in; background: #111; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .4s ease; filter: saturate(.86) brightness(.88); }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1) brightness(1); }

.investors { position: relative; padding: clamp(100px, 14vw, 200px) 24px; text-align: center; background: linear-gradient(rgba(8,9,8,.72), rgba(8,9,8,.86)), url('assets/beach.png') center/cover no-repeat; }
.investor-inner { max-width: 760px; margin: auto; }
.investor-inner h2 { margin-bottom: 20px; }
.investor-inner p { color: #c2baad; margin-bottom: 28px; }
.production { text-align: center; max-width: 900px; margin: auto; }
.production p:last-child { color: var(--muted); }

.site-footer { padding: 70px 24px 45px; text-align: center; border-top: 1px solid var(--line); background: #050605; }
.site-footer img { width: 95px; margin: 0 auto 22px; mix-blend-mode: screen; }
.site-footer p { margin: 4px 0; color: #aba394; }
.footer-tag { font-family: var(--serif); font-size: 1.35rem; color: var(--ivory) !important; }
.copyright { font-size: .65rem; margin-top: 25px !important; }

.lightbox { width: min(94vw, 1450px); max-height: 92vh; padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: fixed; right: 22px; top: 15px; border: 0; color: white; background: transparent; font-size: 2.3rem; cursor: pointer; }

@media (max-width: 980px) {
  .site-nav { position: fixed; top: 74px; left: 0; right: 0; display: none; flex-direction: column; background: rgba(7,8,7,.98); padding: 28px; gap: 22px; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-content { width: min(620px, 60vw); }
  .story-grid, .vision, .proof, .true-story { grid-template-columns: 1fr; }
  .chapters { grid-template-columns: 1fr; }
  .chapter-card { min-height: 440px; }
  .true-story { gap: 55px; }
  .main-archive { max-width: 620px; }
}

@media (max-width: 700px) {
  body { line-height: 1.65; }
  .site-header { height: 64px; padding-inline: 18px; }
  .site-nav { top: 64px; }
  .brand { font-size: 1.35rem; }
  .hero { min-height: 92svh; align-items: flex-end; }
  .hero-media img { object-position: center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,5,4,.98) 0%, rgba(4,5,4,.74) 46%, rgba(4,5,4,.15) 78%); }
  .hero-content { width: auto; margin: 0; padding: 0 22px 92px; }
  .hero-title { font-size: clamp(3.2rem, 16vw, 5.3rem); }
  .hero-subtitle { font-size: .72rem; letter-spacing: .28em; }
  .hero-line { font-size: 1.25rem; margin: 16px 0 22px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding: 72px 22px; }
  .section-heading { text-align: left; margin-bottom: 45px; }
  .section-heading h1 { font-size: 2.7rem; }
  .story-grid { gap: 38px; }
  .chapters { gap: 1px; }
  .chapter-card { min-height: 390px; }
  .chapter-card div { left: 23px; right: 23px; bottom: 24px; }
  .quote-panel { min-height: 76svh; }
  .quote-panel blockquote { font-size: 3rem; }
  .proof { gap: 40px; }
  .proof-video, .proof-video iframe { min-height: 220px; }
  .true-story { padding: 76px 22px; }
  .archive-copy { order: -1; }
  .statement-strip { grid-template-columns: 1fr; }
  .statement-strip p + p { border-left: 0; border-top: 1px solid var(--line); }
  .statement-strip p { padding: 38px 22px; font-size: 1.85rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-item.wide { grid-column: span 1; }
  .investors { min-height: 70svh; display: grid; place-items: center; }
}
