:root {
  --border: rgba(15, 15, 15, 0.1);
}
body {
  background: var(--color-base);
  color: var(--color-primary);
  font-family: Lora, serif;
  line-height: 1.6;
  font-size: 1.125rem;
}

/* ── Hero ─────────────────────────────────────────────────────── */
.dna-hero {
  background: var(--color-primary);
  padding: 64px 48px 48px;
}
.dna-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: start;
}
.dna-hero-inner.no-poster {
  grid-template-columns: 1fr;
}
.dna-hero-label {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.dna-hero-title {
  font-family: "Playfair Display", serif;
  font-size: 3.25rem;
  font-weight: 700;
  color: #e3dac9;
  line-height: 1.1;
  margin-bottom: 12px;
}
.dna-hero-meta {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  color: rgba(242, 237, 228, 0.55);
  letter-spacing: 0.5px;
}
.dna-hero-poster img {
  width: 180px;
  height: 268px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  display: block;
}
.dna-hero-poster-placeholder {
  width: 180px;
  height: 268px;
  background: #2a2a2a;
  border-radius: 3px;
}

/* ── Red rule ──────────────────────────────────────────────────── */
.red-rule {
  height: 2px;
  background: var(--red);
}

/* ── Breadcrumb ────────────────────────────────────────────────── */
.breadcrumb {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 48px;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  color: rgba(15, 15, 15, 0.62);
  letter-spacing: 0.3px;
}
.breadcrumb a {
  color: rgba(15, 15, 15, 0.62);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--red-text);
}
.breadcrumb span {
  margin: 0 8px;
}

/* ── Body ──────────────────────────────────────────────────────── */
.dna-body {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 48px 80px;
}

/* ── Bridge copy ───────────────────────────────────────────────── */
/* Bridge copy = editorial "thread" voice. Upright Lora for readability;
           the red eyebrow + red rule carry the editorial signal without italics. */
.bridge-copy {
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.75;
  color: var(--color-primary);
  margin-bottom: 64px;
  max-width: 720px;
}

/* ── Section label ─────────────────────────────────────────────── */
.section-label {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--red-text);
  text-transform: uppercase;
  margin-bottom: 32px;
}

/* ── DNA film grid ─────────────────────────────────────────────── */
.dna-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
  background: var(--color-primary);
  padding: 32px;
}
.dna-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
.dna-card > a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dna-card-poster {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 14px;
}
.dna-card-poster-placeholder {
  width: 100%;
  aspect-ratio: 2/3;
  background: rgba(242, 237, 228, 0.08);
  border-radius: 8px;
  margin-bottom: 14px;
}
.dna-card-title {
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-base);
  margin-bottom: 4px;
  line-height: 1.3;
  transition: color 0.15s;
}
.dna-card > a:hover .dna-card-title {
  color: var(--red);
}
.dna-card-meta {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  color: rgba(242, 237, 228, 0.55);
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.dna-card-country {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(227, 218, 201, 0.55);
}

/* ── Director quote ────────────────────────────────────────────── */
.director-quote {
  border-left: 2px solid var(--red);
  padding-left: 20px;
  margin-bottom: 48px;
  max-width: 640px;
}
.director-quote p {
  font-family: Lora, serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.director-quote-attr {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.62);
}
.director-quote-attr a {
  color: rgba(15, 15, 15, 0.62);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.director-quote-attr a:hover {
  color: var(--red-text);
}
.director-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}
.director-link:hover {
  color: var(--red);
}
.dna-card a {
  color: inherit;
  text-decoration: none;
}

/* ── CTAs ──────────────────────────────────────────────────────── */
.cta-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}
.cta-primary {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  background: var(--color-primary);
  color: var(--color-base);
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.15s;
}
.cta-primary:hover {
  background: var(--red);
}
.cta-secondary {
  font-family: Inter, sans-serif;
  font-size: 0.8125rem;
  color: var(--red-text);
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.cta-secondary:hover {
  text-decoration: underline;
}

/* ── Footer ────────────────────────────────────────────────────── */
.site-footer {
  background: #0f0f0f;
  border-top: 2px solid #c0392b;
  padding: 60px 48px 32px;
  margin-top: 0;
}
.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}
.footer-tagline-small {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: #c0392b;
  margin: 0 0 8px;
}
.footer-wordmark {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  color: #e3dac9;
  font-weight: 700;
  margin: 0 0 16px;
}
.footer-copy {
  font-family: Lora, serif;
  font-size: 0.9375rem;
  font-style: italic;
  color: #8c8678;
  line-height: 1.7;
  margin: 0 0 24px;
}
.footer-copy-spaced {
  margin-top: 16px;
}
.footer-thread-note {
  font-style: italic;
  font-family: Lora, serif;
  color: #8c8678;
}
.footer-links a:hover {
  color: #e3dac9;
}
.footer-bottom {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ── Mobile ────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .dna-hero {
    padding: 40px 24px 32px;
  }
  .dna-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dna-hero-poster {
    display: none;
  }
  .dna-hero-title {
    font-size: 2.25rem;
  }
  .breadcrumb {
    padding: 16px 24px;
  }
  .dna-body {
    padding: 32px 24px 60px;
  }
  .bridge-copy {
    font-size: 1.0625rem;
    overflow-wrap: break-word;
    hyphens: none;
  }
  .dna-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 16px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .site-footer {
    padding: 40px 24px 24px;
  }
  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .dna-card:hover {
    transform: scale(1.04);
  }
}
