:root {
  --ink: #211C17;
  --ink-soft: #2E2620;
  --cream: #F7F1E6;
  --brass: #C79A4B;
  --brass-bright: #E3B665;
  --burgundy: #7A3B33;
  --slate: #9C9184;
  --line: rgba(247,241,230,0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: 'Work Sans', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

a { color: inherit; }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(33,28,23,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.brand {
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.brand span { color: var(--brass-bright); }
nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
nav a {
  text-decoration: none;
  color: var(--cream);
  opacity: 0.75;
  transition: opacity 0.2s;
}
nav a:hover, nav a:focus-visible { opacity: 1; }
nav a.active { opacity: 1; color: var(--brass-bright); }
nav a:focus-visible { outline: 1px solid var(--brass-bright); outline-offset: 4px; }

@media (max-width: 640px) {
  nav ul { gap: 18px; font-size: 0.72rem; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 88px 0 64px;
  background:
    radial-gradient(ellipse 900px 500px at 15% -10%, rgba(201,162,39,0.16), transparent 60%),
    radial-gradient(ellipse 700px 500px at 100% 0%, rgba(107,31,42,0.25), transparent 60%);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-bright);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--brass-bright);
}
.hero h1 {
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  line-height: 1.02;
  max-width: 11ch;
}
.hero p.lede {
  margin-top: 22px;
  max-width: 46ch;
  font-size: 1.1rem;
  color: rgba(246,241,231,0.78);
}
.cta-row {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn-primary {
  background: var(--brass-bright);
  color: var(--ink);
  font-weight: 600;
}
.btn-primary:hover { transform: translateY(-1px); background: #f2d67f; }
.btn-ghost {
  border: 1px solid var(--line);
  color: var(--cream);
}
.btn-ghost:hover { border-color: var(--brass-bright); }

/* ---------- Stat line (signature element) ---------- */
.statline {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat {
  padding: 26px 20px;
  text-align: center;
  position: relative;
  background: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.stat .num {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 700;
  color: var(--brass-bright);
  font-variant-numeric: tabular-nums;
}
.stat .label {
  margin-top: 6px;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
}
.statline-caption {
  text-align: center;
  font-size: 0.78rem;
  color: var(--slate);
  margin-top: 14px;
  letter-spacing: 0.03em;
}

@media (max-width: 640px) {
  .statline { grid-template-columns: 1fr; }
}

/* ---------- Sections & video ---------- */
section { padding: 84px 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
.section-head .kicker {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-bright);
}
.section-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  margin-top: 8px;
}
.video-frame {
  position: relative;
  border: 1px solid var(--line);
  padding: 10px;
  background: var(--ink-soft);
  border-radius: 16px;
}
.video-frame .ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Watch teaser (homepage) ---------- */
.watch-teaser {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  background: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 48px;
}
.watch-teaser .thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000 url('https://img.youtube.com/vi/KK8rNL29kQs/hqdefault.jpg') center/cover;
}
.watch-teaser .thumb .play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch-teaser .thumb .play span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(33,28,23,0.75);
  border: 1px solid rgba(247,241,230,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.watch-teaser .thumb:hover .play span,
.watch-teaser .thumb:focus-visible .play span {
  transform: scale(1.08);
  background: var(--brass-bright);
}
.watch-teaser .thumb .play svg { fill: var(--cream); }
.watch-teaser .thumb:hover .play svg,
.watch-teaser .thumb:focus-visible .play svg { fill: var(--ink); }
.watch-teaser p { color: rgba(246,241,231,0.78); margin: 14px 0 24px; max-width: 42ch; }

@media (max-width: 800px) {
  .watch-teaser { grid-template-columns: 1fr; padding: 28px; }
}

/* ---------- About ---------- */
.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}
.about p { color: rgba(246,241,231,0.8); margin-bottom: 16px; max-width: 58ch; }
.about-card {
  border: 1px solid var(--line);
  padding: 30px;
  background: var(--ink-soft);
  border-radius: 16px;
}
.about-card h3 {
  font-size: 1.05rem;
  color: var(--brass-bright);
  margin-bottom: 14px;
}
.about-card ul { list-style: none; }
.about-card li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: rgba(246,241,231,0.75);
  display: flex;
  justify-content: space-between;
}
.about-card li:first-child { border-top: none; }

@media (max-width: 800px) {
  .about { grid-template-columns: 1fr; }
}

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service {
  background: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
}
.service .mark {
  font-family: 'Fraunces', serif;
  font-size: 0.85rem;
  color: var(--ink);
  background: var(--brass-bright);
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-weight: 600;
}
.service h3 { font-size: 1.4rem; margin-bottom: 12px; }
.service p { color: rgba(246,241,231,0.75); font-size: 0.96rem; }
.service ul {
  margin-top: 18px;
  list-style: none;
  font-size: 0.88rem;
  color: var(--slate);
}
.service li { padding: 5px 0; }
.service li::before { content: "— "; color: var(--brass-bright); }

@media (max-width: 700px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ---------- Contact ---------- */
.contact {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-soft) 100%);
  border-top: 1px solid var(--line);
}
.contact-inner {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.contact h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.contact p { margin-top: 16px; color: rgba(246,241,231,0.75); }
.contact-details {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}
.contact-details a {
  text-decoration: none;
  border-bottom: 1px solid var(--brass-bright);
  padding-bottom: 2px;
}
.contact-details a:focus-visible { outline: 1px solid var(--brass-bright); outline-offset: 4px; }

footer {
  padding: 28px 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--slate);
  border-top: 1px solid var(--line);
}

/* ---------- Screening room (video page) ---------- */
.screening-hero {
  padding: 56px 0 0;
  text-align: center;
}
.screening-hero .kicker {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-bright);
}
.screening-hero h1 {
  margin-top: 10px;
  font-size: clamp(2.1rem, 4.6vw, 3.2rem);
}
.screening-hero p {
  margin: 16px auto 0;
  max-width: 46ch;
  color: rgba(246,241,231,0.75);
}
.screening-room {
  padding: 48px 0 84px;
}
.screening-room .video-frame {
  max-width: 900px;
  margin: 0 auto;
  padding: 14px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 0.85rem;
  color: var(--slate);
  text-decoration: none;
}
.back-link:hover { color: var(--brass-bright); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn-primary:hover { transform: none; }
  .watch-teaser .thumb:hover .play span { transform: none; }
}
