/*
Theme Name: Drew Cain
Theme URI: https://drewcain.co.uk/
Author: OpenAI for Drew Cain
Description: Bespoke actor and voice artist portfolio theme for Drew Cain.
Version: 2.8.0
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: drew-cain
*/

:root {
  --dc-ink: #141414;
  --dc-muted: #6c6963;
  --dc-cream: #f7f4ee;
  --dc-paper: #f3f0ea;
  --dc-dark: #111416;
  --dc-panel: #1b1f22;
  --dc-line: #d6d0c7;
  --dc-serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, Georgia, serif;
  --dc-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --dc-max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dc-paper);
  color: var(--dc-ink);
  font-family: var(--dc-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.dc-container { width: min(calc(100% - 8rem), var(--dc-max)); margin-inline: auto; }
.dc-eyebrow {
  margin: 0 0 1.2rem;
  color: var(--dc-muted);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dc-display {
  font-family: var(--dc-serif);
  font-weight: 400;
  letter-spacing: -.025em;
}
.dc-link {
  display: inline-block;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: .35rem;
}
.dc-link:hover { opacity: .62; }

/* Header */
.dc-site-header {
  position: relative;
  z-index: 30;
  background: var(--dc-dark);
  color: #fff;
}
.home .dc-site-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}
.dc-header-inner {
  width: min(calc(100% - 8rem), var(--dc-max));
  min-height: 90px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.dc-brand {
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.dc-primary-nav ul {
  list-style: none;
  display: flex;
  gap: 2.4rem;
  padding: 0;
  margin: 0;
}
.dc-primary-nav a {
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.dc-primary-nav a:hover { opacity: .68; }
.dc-mobile-nav { display: none; }
body.dc-mobile-menu-open { overflow: hidden; }

/* Hero */
.dc-hero {
  position: relative;
  min-height: 790px;
  background: var(--dc-dark);
  color: white;
  overflow: hidden;
}
.dc-hero-photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(4,7,9,.72) 0%, rgba(4,7,9,.40) 31%, rgba(4,7,9,.06) 62%, rgba(4,7,9,0) 100%),
    url("assets/images/hero.jpg");
  background-size: cover;
  background-position: center 47%;
}
.dc-hero-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 8rem), var(--dc-max));
  min-height: 790px;
  margin-inline: auto;
  padding-top: 260px;
}
.dc-hero-name {
  margin: 0;
  max-width: 500px;
  font-family: var(--dc-serif);
  font-weight: 400;
  font-size: clamp(5rem, 7vw, 7.4rem);
  line-height: .82;
  letter-spacing: -.035em;
}
.dc-hero-role {
  margin: 2.1rem 0 3.6rem .35rem;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dc-hero-routes { display: flex; gap: 2.4rem; margin-left: .35rem; }
.dc-hero-routes a {
  min-width: 132px;
  border-top: 2px solid #fff;
  padding-top: .95rem;
  font-size: .85rem;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.dc-hero-routes a:hover { opacity: .68; }

/* Selected work */
.dc-selected { background: var(--dc-cream); padding: 5.5rem 0 7rem; }
.dc-selected-title {
  margin: 0 0 3.7rem;
  font-family: var(--dc-serif);
  font-size: clamp(3rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}
.dc-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.dc-work-card { min-width: 0; }
.dc-work-image {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  background: var(--dc-panel);
}
.dc-work-image img { width: 100%; height: 100%; object-fit: cover; }
.dc-work-image--cover {
  display: grid;
  place-items: center;
  background: var(--dc-panel);
  padding: 1.25rem;
}
.dc-work-image--cover img { width: auto; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.dc-work-image--coh img { object-position: 44% 50%; }
.dc-work-kicker {
  margin: 1.5rem 0 .75rem;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.dc-work-role {
  margin: 0 0 1.35rem;
  font-family: var(--dc-serif);
  font-size: 1.65rem;
  line-height: 1.1;
}
.dc-work-copy {
  color: var(--dc-muted);
  line-height: 1.65;
  margin: 0 0 1.6rem;
  max-width: 37ch;
}

/* Intro */
.dc-intro { padding: 7rem 0 7.5rem; background: var(--dc-paper); }
.dc-intro-copy {
  max-width: 1120px;
  margin: 0 0 3rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.35rem, 3.45vw, 4rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

/* Actor / Voice split */
.dc-routes { background: var(--dc-dark); color: white; }
.dc-routes-grid { display: grid; grid-template-columns: 1fr 1fr; }
.dc-route-panel { padding: 6.7rem 5.5rem 7rem 0; min-height: 600px; }
.dc-route-panel + .dc-route-panel { border-left: 1px solid #393c3e; padding-left: 5.5rem; padding-right: 0; }
.dc-route-panel .dc-eyebrow { color: #bdbdb8; }
.dc-route-title {
  margin: 0 0 2.5rem;
  font-family: var(--dc-serif);
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.dc-route-copy { color: #c4c4c0; max-width: 36ch; line-height: 1.7; margin-bottom: 3.5rem; }
.dc-route-panel--voice .dc-route-title {
  font-size: clamp(2.9rem, 3.65vw, 3.85rem);
  line-height: 1.02;
  margin-bottom: 3.65rem;
}
.dc-route-panel--voice .dc-route-copy { margin-bottom: 3.5rem; }

/* Footer */
.dc-footer { background: var(--dc-cream); padding: 5.5rem 0 3rem; }
.dc-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; max-width: 760px; }
.dc-footer h3 {
  margin: 0 0 1rem;
  font-family: var(--dc-serif);
  font-size: 1.75rem;
  font-weight: 400;
}
.dc-footer p { margin: .35rem 0; line-height: 1.55; }
.dc-footer-agency-link { border-bottom: 1px solid currentColor; padding-bottom: .15rem; }
.dc-footer-agency-link:hover { opacity: .62; }
.dc-footer-hint {
  margin: 3.2rem 0 0;
  color: #85817a;
  font-family: var(--dc-serif);
  font-size: .95rem;
  font-style: italic;
  letter-spacing: .01em;
}
.dc-footer-hint + .dc-footer-bottom { margin-top: 2.8rem; }
.dc-footer-bottom {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--dc-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: var(--dc-muted);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.dc-socials { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.dc-socials a:hover { color: var(--dc-ink); }

/* Interior pages */
.dc-page-hero { background: var(--dc-dark); color: white; padding: 7.5rem 0 5.5rem; }
.dc-page-hero h1 {
  margin: 0;
  font-family: var(--dc-serif);
  font-weight: 400;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .92;
  letter-spacing: -.035em;
}
.dc-page-hero p { margin: 1.7rem 0 0; color: #c8c8c4; max-width: 50ch; font-size: 1.15rem; line-height: 1.6; }
.dc-page-section { padding: 6rem 0; }
.dc-page-section--cream { background: var(--dc-cream); }
.dc-page-section--paper { background: var(--dc-paper); }
.dc-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.dc-page-copy h2 {
  margin: 0 0 1.5rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.03;
}
.dc-page-copy p { color: #4f4d49; line-height: 1.8; font-size: 1.05rem; }
.dc-placeholder {
  min-height: 360px;
  background: #ddd8cf;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
  color: #605c55;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8rem;
}
.dc-about-image img { width: 100%; }
.dc-audiobook-feature { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; align-items: center; }
.dc-audiobook-cover { background: var(--dc-panel); padding: 2rem; }
.dc-audiobook-cover img { max-height: 620px; width: auto; margin-inline: auto; }

/* Contact */
.dc-contact-page { max-width: 1120px; }
.dc-contact-representation { margin-bottom: 5.5rem; }
.dc-contact-section-heading { max-width: 760px; margin-bottom: 2.3rem; }
.dc-contact-section-heading h2 {
  margin: 0 0 1rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-contact-section-heading > p:last-child { margin: 0; color: var(--dc-muted); line-height: 1.7; }
.dc-contact-rep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--dc-line);
  border-left: 1px solid var(--dc-line);
}
.dc-contact-rep-card {
  min-width: 0;
  padding: 2.4rem 2.5rem 2.55rem;
  border-right: 1px solid var(--dc-line);
  border-bottom: 1px solid var(--dc-line);
  background: rgba(255,255,255,.34);
}
.dc-contact-rep-card h3 {
  margin: 0 0 .8rem;
  font-family: var(--dc-serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.08;
}
.dc-contact-rep-card > p:not(.dc-contact-rep-type) { margin: 0 0 1.5rem; color: var(--dc-muted); line-height: 1.6; }
.dc-contact-rep-type {
  margin: 0 0 .8rem;
  color: var(--dc-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dc-contact-agency-links { display: grid; gap: .8rem; }
.dc-contact-agency-links a {
  width: fit-content;
  font-size: .82rem;
  font-weight: 650;
  border-bottom: 1px solid currentColor;
  padding-bottom: .25rem;
}
.dc-contact-agency-links a:hover { opacity: .62; }
.dc-contact-direct {
  max-width: 860px;
  padding-top: 4.8rem;
  border-top: 1px solid var(--dc-line);
}
.dc-contact-form { display: grid; gap: 1.25rem; }
.dc-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.dc-contact-form label { display: grid; gap: .5rem; font-size: .8rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.dc-contact-form input, .dc-contact-form textarea {
  width: 100%;
  border: 1px solid #bbb5aa;
  border-radius: 0;
  background: #fff;
  color: var(--dc-ink);
  padding: 1rem;
  font: inherit;
}
.dc-contact-form input:focus, .dc-contact-form textarea:focus { border-color: var(--dc-ink); }
.dc-contact-form textarea { min-height: 190px; resize: vertical; }
.dc-contact-form button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: var(--dc-dark);
  color: white;
  padding: 1rem 1.4rem;
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  justify-self: start;
}
.dc-contact-form button:hover { opacity: .84; }
.dc-contact-privacy { color: var(--dc-muted); line-height: 1.6; font-size: .9rem; margin: 0; }
.dc-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dc-notice { margin: 0 0 2rem; padding: 1rem 1.2rem; border-left: 3px solid var(--dc-dark); background: #fff; line-height: 1.55; }
.dc-notice--success { border-color: #2e6b43; }
.dc-admin-note { margin: 0 0 2rem; padding: 1rem 1.2rem; background: #fff5d7; border-left: 3px solid #b98714; line-height: 1.55; }

/* WordPress */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .dc-container, .dc-header-inner, .dc-hero-copy { width: min(calc(100% - 3rem), var(--dc-max)); }
  .dc-primary-nav { display: none; }
  .dc-mobile-nav { display: block; position: relative; }
  .dc-mobile-nav summary { cursor: pointer; list-style: none; font-size: .8rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
  .dc-mobile-nav summary::-webkit-details-marker { display: none; }
  .dc-mobile-nav nav { position: absolute; right: 0; top: 2rem; min-width: 220px; padding: 1.1rem 1.25rem; background: var(--dc-dark); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
  .dc-mobile-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
  .dc-mobile-nav a { color: white; font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; }
  .dc-work-grid { grid-template-columns: 1fr; gap: 4rem; }
  .dc-work-image { aspect-ratio: 1.5 / 1; }
  .dc-routes-grid { grid-template-columns: 1fr; }
  .dc-route-panel { min-height: auto; padding: 5rem 0; }
  .dc-route-panel + .dc-route-panel { border-left: 0; border-top: 1px solid #393c3e; padding: 5rem 0; }
  .dc-footer-grid { grid-template-columns: 1fr 1fr; }
  .dc-page-grid, .dc-audiobook-feature { grid-template-columns: 1fr; }
  .dc-contact-rep-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .dc-container, .dc-header-inner, .dc-hero-copy { width: calc(100% - 3rem); }
  .dc-header-inner { min-height: 68px; }
  .dc-brand { font-size: 1rem; }

  .dc-hero { min-height: 0; overflow: visible; }
  .dc-hero-photo {
    position: relative;
    inset: auto;
    height: 340px;
    background-image: url("assets/images/hero.jpg");
    background-size: cover;
    background-position: 80% 45%;
  }
  .dc-hero-copy {
    min-height: 0;
    width: 100%;
    padding: 2.2rem 1.5rem 2.8rem;
    background: var(--dc-dark);
  }
  .dc-hero-name { font-size: 3.55rem; line-height: .9; }
  .dc-hero-role { margin: 1.4rem 0 2.35rem; font-size: .78rem; }
  .dc-hero-routes { margin: 0; gap: 1.7rem; }
  .dc-hero-routes a { min-width: 80px; font-size: .76rem; }

  .dc-selected { padding: 3.7rem 0 4.8rem; }
  .dc-selected-title { margin-bottom: 2.7rem; font-size: min(7.4vw, 2.15rem); line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
  .dc-work-grid { gap: 3.2rem; }
  .dc-work-image { aspect-ratio: 1.56 / 1; }
  .dc-work-kicker { font-size: .83rem; }
  .dc-work-role { font-size: 1.55rem; }
  .dc-work-copy { display: none; }

  .dc-intro { padding: 4.5rem 0 5rem; }
  .dc-intro-copy { font-size: 2rem; line-height: 1.18; }
  .dc-route-title { font-size: 2.6rem; }
  .dc-route-panel { padding: 4.5rem 0; }

  .dc-footer { padding: 4rem 0 2.4rem; }
  .dc-footer-grid { grid-template-columns: 1fr; gap: 2.7rem; }
  .dc-footer-bottom { margin-top: 3.5rem; align-items: flex-start; flex-direction: column; }
  .dc-socials { gap: 1.1rem; }

  .dc-page-hero { padding: 5.5rem 0 4rem; }
  /* Contact title is long enough to overrun narrow phones at the generic 4rem minimum. */
  .dc-contact-hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 3.55rem);
    line-height: .94;
    letter-spacing: -.03em;
  }
  .dc-page-section { padding: 4.5rem 0; }
  .dc-field-row { grid-template-columns: 1fr; }
  .dc-contact-representation { margin-bottom: 4rem; }
  .dc-contact-direct { padding-top: 3.7rem; }
  .dc-contact-rep-card { padding: 2rem 1.5rem 2.1rem; }
  .dc-audiobook-cover { padding: 1.4rem; }
}


/* Actor page */
.dc-actor-hero {
  background: var(--dc-dark);
  color: #fff;
  overflow: hidden;
}
.dc-actor-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  min-height: 680px;
}
.dc-actor-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 4rem 6rem 0;
}
.dc-actor-hero-copy .dc-eyebrow { color: #bdbdb8; }
.dc-actor-hero-copy h1 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(5.8rem, 9vw, 9.5rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.045em;
}
.dc-actor-hero-deck {
  margin: 2rem 0 0;
  color: #c8c8c4;
  font-size: 1.15rem;
  letter-spacing: .02em;
}
.dc-actor-hero-image {
  position: relative;
  min-height: 680px;
  background: #0d0f10;
}
.dc-actor-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(100%);
}
.dc-actor-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,20,22,.45), rgba(17,20,22,0) 36%);
  pointer-events: none;
}

.dc-actor-showreel { background: var(--dc-cream); padding: 7rem 0; }
.dc-actor-showreel-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 5.5rem;
  align-items: center;
}
.dc-actor-showreel-copy h2,
.dc-actor-feature-copy h2,
.dc-actor-credits h2,
.dc-actor-stage-card h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-actor-showreel-copy > p:not(.dc-eyebrow) {
  margin: 2rem 0 0;
  max-width: 42ch;
  color: #4f4d49;
  font-size: 1.06rem;
  line-height: 1.8;
}
.dc-actor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  margin-top: 2.4rem;
}
.dc-link--muted { color: var(--dc-muted); }
.dc-actor-showreel-card {
  position: relative;
  min-height: 500px;
  background: #d6d0c7;
  overflow: hidden;
}
.dc-actor-showreel-card img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 50% 34%;
}
.dc-actor-showreel-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(0,0,0,.58), rgba(0,0,0,0));
}
.dc-actor-showreel-label {
  position: absolute;
  z-index: 2;
  inset: auto 1.8rem 1.6rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dc-actor-feature { background: var(--dc-paper); padding: 7rem 0; }
.dc-actor-feature-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 5.5rem;
  align-items: center;
}
.dc-actor-feature-image { overflow: hidden; }
.dc-actor-feature-image img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: 50% 44%;
}
.dc-actor-role {
  margin: 1.4rem 0 0;
  font-family: var(--dc-serif);
  font-size: 1.8rem;
}
.dc-actor-feature-copy > p:last-child {
  color: #4f4d49;
  line-height: 1.8;
  font-size: 1.05rem;
}

.dc-actor-credits { background: var(--dc-cream); padding: 7rem 0; }
.dc-actor-credits-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 4.5rem;
}
.dc-credit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--dc-line);
  border-left: 1px solid var(--dc-line);
}
.dc-credit-item {
  min-width: 0;
  border-right: 1px solid var(--dc-line);
  border-bottom: 1px solid var(--dc-line);
  background: var(--dc-cream);
}
.dc-credit-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ddd8cf;
}
@supports not (aspect-ratio: 16 / 9) {
  .dc-credit-image { height: 0; padding-bottom: 56.25%; position: relative; }
  .dc-credit-image img { position: absolute; inset: 0; }
}
.dc-credit-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
.dc-credit-copy {
  padding: 1.8rem 2rem 2.1rem;
}
.dc-credit-item h3 {
  margin: 0 0 .8rem;
  font-family: var(--dc-serif);
  font-size: 2rem;
  font-weight: 400;
}
.dc-credit-item p {
  margin: 0;
  color: var(--dc-muted);
  line-height: 1.55;
}

.dc-actor-stage-radio { background: var(--dc-dark); color: #fff; }
.dc-actor-stage-radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dc-actor-stage-card {
  padding: 6.7rem 5.5rem 6.8rem 0;
  min-height: 520px;
}
.dc-actor-stage-card + .dc-actor-stage-card {
  border-left: 1px solid #393c3e;
  padding-left: 5.5rem;
  padding-right: 0;
}
.dc-actor-stage-card .dc-eyebrow { color: #bdbdb8; }
.dc-actor-stage-card > p:not(.dc-eyebrow) {
  max-width: 39ch;
  color: #c4c4c0;
  line-height: 1.75;
  font-size: 1.02rem;
}
.dc-actor-stage-note { margin-top: 2rem; color: #8f9190 !important; font-size: .9rem !important; }

@media (max-width: 980px) {
  .dc-actor-hero-grid,
  .dc-actor-showreel-grid,
  .dc-actor-feature-grid { grid-template-columns: 1fr; }
  .dc-actor-hero-grid { min-height: 0; }
  .dc-actor-hero-copy { padding: 5rem 0 3.5rem; }
  .dc-actor-hero-image { min-height: 520px; }
  .dc-actor-showreel-grid,
  .dc-actor-feature-grid { gap: 3.8rem; }
  .dc-credit-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-actor-stage-radio-grid { grid-template-columns: 1fr; }
  .dc-actor-stage-card { min-height: 0; padding: 5rem 0; }
  .dc-actor-stage-card + .dc-actor-stage-card { border-left: 0; border-top: 1px solid #393c3e; padding: 5rem 0; }
}

@media (max-width: 700px) {
  .dc-actor-hero-copy { padding: 4.5rem 0 3rem; }
  .dc-actor-hero-copy h1 { font-size: 5rem; }
  .dc-actor-hero-image { min-height: 430px; }
  .dc-actor-hero-image img { object-position: 50% 38%; }
  .dc-actor-showreel,
  .dc-actor-feature,
  .dc-actor-credits { padding: 4.6rem 0; }
  .dc-actor-showreel-card,
  .dc-actor-showreel-card img { min-height: 390px; }
  .dc-actor-showreel-copy h2,
  .dc-actor-feature-copy h2,
  .dc-actor-credits h2,
  .dc-actor-stage-card h2 { font-size: 3rem; }
  .dc-actor-credits-head { align-items: flex-start; flex-direction: column; margin-bottom: 3rem; }
  .dc-credit-grid { grid-template-columns: 1fr; }
  .dc-credit-copy { padding: 1.5rem 1.5rem 1.8rem; }
  .dc-actor-stage-card { padding: 4.5rem 0; }
}

/* Voice page */
.dc-voice-hero {
  background: var(--dc-dark);
  color: #fff;
}
.dc-voice-hero-inner {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.dc-voice-hero .dc-eyebrow { color: #bdbdb8; }
.dc-voice-hero h1 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(5.8rem, 9vw, 9.5rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.045em;
}
.dc-voice-hero-deck {
  margin: 2rem 0 0;
  max-width: 720px;
  color: #c8c8c4;
  font-size: 1.15rem;
  letter-spacing: .02em;
}

.dc-voice-reels {
  background: var(--dc-cream);
  padding: 7rem 0 7.5rem;
}
.dc-voice-reels-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 4.5rem;
}
.dc-voice-reels-head h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}
.dc-voice-feature-copy h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-voice-reels-head > p {
  margin: 0 0 .25rem;
  max-width: 45ch;
  color: #4f4d49;
  font-size: 1.05rem;
  line-height: 1.75;
}
.dc-reel-list {
  border-top: 1px solid var(--dc-line);
}
.dc-reel-row {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 4rem;
  align-items: center;
  min-height: 145px;
  padding: 2rem 0;
  border-bottom: 1px solid var(--dc-line);
}
.dc-reel-meta {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1.25rem;
  align-items: start;
}
.dc-reel-number {
  margin: .3rem 0 0;
  color: #9b978f;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .1em;
}
.dc-reel-meta h3 {
  margin: 0 0 .45rem;
  font-family: var(--dc-serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
}
.dc-reel-meta div > p {
  margin: 0;
  color: var(--dc-muted);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.dc-reel-row audio {
  display: block;
  width: 100%;
  height: 46px;
}

.dc-voice-feature {
  background: var(--dc-paper);
  padding: 7rem 0;
}
.dc-voice-feature-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 5.5rem;
  align-items: center;
}
.dc-voice-feature-image {
  overflow: hidden;
  background: var(--dc-panel);
}
.dc-voice-feature-image img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: 44% 50%;
}
.dc-voice-role {
  margin: 1.4rem 0 1.1rem;
  font-family: var(--dc-serif);
  font-size: 1.8rem;
}
.dc-voice-feature-copy > p:not(.dc-eyebrow):not(.dc-voice-role) {
  color: #4f4d49;
  line-height: 1.8;
  font-size: 1.05rem;
}
.dc-voice-feature-note {
  margin-top: 1.5rem;
  color: var(--dc-muted) !important;
  font-size: .92rem !important;
}

@media (max-width: 980px) {
  .dc-voice-reels-head,
  .dc-voice-feature-grid { grid-template-columns: 1fr; }
  .dc-voice-reels-head { gap: 2rem; }
  .dc-voice-feature-grid { gap: 3.8rem; }
  .dc-reel-row { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 700px) {
  .dc-voice-hero-inner { padding-top: 5rem; padding-bottom: 4.5rem; }
  .dc-voice-hero h1 { font-size: 5rem; }
  .dc-voice-reels,
  .dc-voice-feature { padding: 4.6rem 0; }
  .dc-voice-reels-head { margin-bottom: 3rem; }
  .dc-voice-reels-head h2 { font-size: 2.6rem; }
  .dc-voice-feature-copy h2 { font-size: 3rem; }
  .dc-reel-row { min-height: 0; padding: 1.7rem 0; }
  .dc-reel-meta { grid-template-columns: 42px 1fr; }
  .dc-reel-meta h3 { font-size: 1.7rem; }
}

/* V4 current-content additions */
.dc-actor-showreel-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #080a0b;
  overflow: hidden;
  align-self: center;
}
.dc-actor-showreel-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dc-games {
  background: var(--dc-paper);
  padding: 7rem 0 7.5rem;
}
.dc-games-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 4.5rem;
}
.dc-games-head h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-games-head > p {
  margin: 0 0 .25rem;
  max-width: 45ch;
  color: #4f4d49;
  font-size: 1.05rem;
  line-height: 1.75;
}
.dc-games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 2.2rem;
}
.dc-game-card {
  min-width: 0;
}
.dc-game-card--wide {
  grid-column: 1 / -1;
}
.dc-game-card--wide .dc-game-image {
  aspect-ratio: 2 / 1;
}
.dc-game-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111416;
}
.dc-game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-game-card--contain .dc-game-image img {
  object-fit: contain;
  padding: 1.5rem;
}
.dc-game-copy {
  padding-top: 1.25rem;
}
.dc-game-copy h3 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.1;
}
.dc-game-copy p {
  margin: .55rem 0 0;
  color: var(--dc-muted);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .03em;
}

@media (max-width: 980px) {
  .dc-games-head { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .dc-games { padding: 4.6rem 0; }
  .dc-games-head { margin-bottom: 3rem; }
  .dc-games-head h2 { font-size: 3rem; }
  .dc-games-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .dc-game-card--wide { grid-column: auto; }
  .dc-game-card--wide .dc-game-image { aspect-ratio: 16 / 9; }
  .dc-game-copy h3 { font-size: 1.65rem; }
  .dc-game-card--contain .dc-game-image img { padding: 1rem; }
}


/* V8 selected commercial and promotional voice work */
.dc-voice-video-work {
  background: var(--dc-dark);
  color: #fff;
  padding: 7rem 0 7.5rem;
}
.dc-voice-video-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 4.5rem;
}
.dc-voice-video-head .dc-eyebrow { color: #bdbdb8; }
.dc-voice-video-head h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-voice-video-head > p {
  margin: 0 0 .25rem;
  max-width: 47ch;
  color: #c7c7c2;
  font-size: 1.05rem;
  line-height: 1.75;
}
.dc-voice-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem 2.2rem;
}
.dc-voice-video-card { min-width: 0; }
.dc-voice-video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050607;
}
.dc-voice-video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dc-voice-video-copy { padding-top: 1.35rem; }
.dc-voice-video-copy h3 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.08;
}
.dc-voice-video-client {
  margin: .45rem 0 0;
  color: #c7c7c2;
  font-size: .96rem;
  line-height: 1.5;
}
.dc-voice-video-type {
  margin: .55rem 0 1.4rem;
  color: #aaa9a4;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dc-voice-video-copy .dc-link { color: #fff; }

@media (max-width: 980px) {
  .dc-voice-video-head { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .dc-voice-video-work { padding: 4.6rem 0; }
  .dc-voice-video-head { margin-bottom: 3rem; }
  .dc-voice-video-head h2 { font-size: 3rem; }
  .dc-voice-video-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .dc-voice-video-copy h3 { font-size: 1.65rem; }
}


/* V9.5 BBC Bitesize selected animation work */
.dc-bitesize {
  background: var(--dc-dark);
  color: #fff;
  padding: 7rem 0 7.5rem;
}
.dc-bitesize-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 4.5rem;
}
.dc-bitesize-head .dc-eyebrow { color: #bdbdb8; }
.dc-bitesize-head h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-bitesize-head > p {
  margin: 0 0 .25rem;
  max-width: 48ch;
  color: #c7c7c2;
  font-size: 1.05rem;
  line-height: 1.75;
}
.dc-bitesize-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem 2.2rem;
}
.dc-bitesize-card { min-width: 0; }
.dc-bitesize-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050607;
}
.dc-bitesize-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}
.dc-bitesize-image:hover img {
  transform: scale(1.015);
  opacity: .9;
}
.dc-bitesize-copy { padding-top: 1.35rem; }
.dc-bitesize-series {
  margin: 0 0 .65rem;
  color: #aaa9a4;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.dc-bitesize-copy h3 {
  margin: 0 0 1.4rem;
  font-family: var(--dc-serif);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.08;
}
.dc-bitesize-copy .dc-link { color: #fff; }

@media (max-width: 980px) {
  .dc-bitesize-head { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 700px) {
  .dc-bitesize { padding: 4.6rem 0; }
  .dc-bitesize-head { margin-bottom: 3rem; }
  .dc-bitesize-head h2 { font-size: 3rem; }
  .dc-bitesize-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .dc-bitesize-copy h3 { font-size: 1.65rem; }
}

/* Audiobooks page */
.dc-audiobook-hero {
  background: var(--dc-dark);
  color: #fff;
  overflow: hidden;
}
.dc-audiobook-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 5.5rem;
  padding-block: 6.5rem;
}
.dc-audiobook-hero-copy h1 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(4.8rem, 7vw, 7.7rem);
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.04em;
}
.dc-audiobook-hero-deck {
  margin: 2rem 0 0;
  max-width: 34ch;
  color: #c8c8c4;
  font-family: var(--dc-serif);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1.25;
}
.dc-audiobook-hero-cover {
  display: flex;
  justify-content: center;
}
.dc-audiobook-cover-frame {
  width: min(360px, 100%);
  padding: 1.5rem;
  background: #202427;
  box-shadow: 0 28px 75px rgba(0,0,0,.28);
}
.dc-audiobook-cover-frame img {
  width: 100%;
  height: auto;
}
.dc-audiobook-selected {
  background: var(--dc-cream);
  padding: 7rem 0 7.5rem;
}
.dc-audiobook-selected-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7rem;
  align-items: start;
}
.dc-audiobook-selected-title h2,
.dc-audiobook-narration h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
}
.dc-audiobook-selected-title h2 {
  font-size: clamp(3.7rem, 5vw, 5.7rem);
}
.dc-audiobook-subtitle {
  margin: 1.45rem 0 0;
  max-width: 28ch;
  color: var(--dc-muted);
  font-size: 1rem;
  line-height: 1.55;
}
.dc-audiobook-lead {
  margin: 0 0 3rem;
  max-width: 49rem;
  font-family: var(--dc-serif);
  font-size: clamp(1.65rem, 2.25vw, 2.35rem);
  line-height: 1.35;
  letter-spacing: -.015em;
}
.dc-audiobook-meta {
  margin: 0;
  border-top: 1px solid var(--dc-line);
}
.dc-audiobook-meta div {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--dc-line);
}
.dc-audiobook-meta dt {
  color: var(--dc-muted);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dc-audiobook-meta dd {
  margin: 0;
  font-size: .98rem;
  line-height: 1.5;
}
.dc-audiobook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.2rem;
  margin-top: 2.5rem;
}
.dc-link--muted { color: var(--dc-muted); }
.dc-audiobook-narration {
  background: var(--dc-paper);
  padding: 7rem 0 7.5rem;
  border-top: 1px solid var(--dc-line);
}
.dc-audiobook-narration-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7rem;
  align-items: start;
}
.dc-audiobook-narration h2 {
  max-width: 10ch;
  font-size: clamp(3rem, 4vw, 4.5rem);
}
.dc-audiobook-narration-copy p {
  margin: 0 0 2.5rem;
  max-width: 47rem;
  color: #4f4d49;
  font-size: 1.08rem;
  line-height: 1.85;
}

/* Align audiobook right-column copy with the large headings, not the eyebrow labels. */
@media (min-width: 761px) {
  .dc-audiobook-details,
  .dc-audiobook-narration-copy {
    padding-top: 1.75rem;
  }
}

@media (max-width: 980px) {
  .dc-audiobook-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr 340px;
    gap: 3rem;
  }
  .dc-audiobook-selected-grid,
  .dc-audiobook-narration-grid {
    gap: 4rem;
  }
}

@media (max-width: 760px) {
  .dc-audiobook-hero-grid,
  .dc-audiobook-selected-grid,
  .dc-audiobook-narration-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .dc-audiobook-hero-grid {
    padding-block: 5rem;
    gap: 3.5rem;
  }
  .dc-audiobook-hero-copy {
    min-width: 0;
  }
  .dc-audiobook-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.15rem);
    letter-spacing: -.035em;
  }
  .dc-audiobook-hero-deck {
    max-width: 100%;
    font-size: clamp(1.45rem, 6.2vw, 1.8rem);
  }
  .dc-audiobook-hero-cover {
    justify-content: center;
    min-width: 0;
  }
  .dc-audiobook-cover-frame {
    width: min(290px, 100%);
  }
  .dc-audiobook-selected,
  .dc-audiobook-narration {
    padding: 5rem 0;
  }
  .dc-audiobook-selected-grid,
  .dc-audiobook-narration-grid {
    gap: 3.25rem;
  }
  .dc-audiobook-meta div {
    grid-template-columns: 7.5rem 1fr;
  }
}

/* V10.1 — compact Theatre / Radio destinations and dedicated pages */
.dc-actor-destinations {
  background: var(--dc-dark);
  color: #fff;
  padding: 5.4rem 0;
}
.dc-actor-destinations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #3a3d3f;
  border: 1px solid #3a3d3f;
}
.dc-actor-destination {
  min-width: 0;
  min-height: 340px;
  background: #15191b;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  transition: background .2s ease;
}
.dc-actor-destination:hover { background: #1a1e20; }
.dc-actor-destination-copy {
  padding: 3.2rem 2.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dc-actor-destination .dc-eyebrow { color: #aaaead; margin-bottom: 1rem; }
.dc-actor-destination h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(2.65rem, 3.7vw, 4rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-actor-destination-copy > p:not(.dc-eyebrow) {
  margin: 1.25rem 0 2rem;
  max-width: 31ch;
  color: #c3c6c4;
  line-height: 1.65;
}
.dc-destination-link {
  align-self: flex-start;
  border-bottom: 1px solid currentColor;
  padding-bottom: .35rem;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.dc-actor-destination-image {
  min-height: 340px;
  background: #080a0b;
  overflow: hidden;
}
.dc-actor-destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 14%;
}
.dc-actor-destination--radio {
  grid-template-columns: 1.08fr .92fr;
}
.dc-radio4-mark,
.dc-radio4-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-radio4-mark img,
.dc-radio4-logo img {
  display: block;
  width: min(78%, 320px);
  height: auto;
}
.dc-actor-destination .dc-radio4-mark {
  background: #fff;
  color: #111416;
  min-height: 340px;
}

.dc-subpage-hero {
  background: var(--dc-cream);
  color: var(--dc-ink);
  padding: 6rem 0 5rem;
}
.dc-subpage-hero--dark { background: var(--dc-dark); color: #fff; }
.dc-subpage-hero .dc-eyebrow { margin-bottom: 1rem; }
.dc-subpage-hero--dark .dc-eyebrow { color: #aeb1af; }
.dc-subpage-hero h1 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(4.3rem, 7vw, 7rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
}
.dc-subpage-deck {
  margin: 1.5rem 0 0;
  max-width: 58ch;
  color: var(--dc-muted);
  font-size: 1.06rem;
  line-height: 1.72;
}
.dc-subpage-hero--dark .dc-subpage-deck { color: #c3c5c2; }
.dc-section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3.2rem;
}
.dc-section-intro h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(2.9rem, 4.3vw, 4.6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.03em;
}
.dc-section-intro > p {
  margin: 0 0 .25rem;
  max-width: 46ch;
  color: var(--dc-muted);
  line-height: 1.7;
}
.dc-section-intro--dark .dc-eyebrow { color: #aeb1af; }
.dc-section-intro--dark > p { color: #bfc2c0; }

.dc-theatre-page {
  background: var(--dc-dark);
  color: #fff;
  padding: 5.5rem 0 6.2rem;
}
.dc-theatre-poster-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
  padding: 0 0 4.3rem;
  border-bottom: 1px solid #363a3c;
}
.dc-theatre-poster-strip figure { margin: 0; min-width: 0; }
.dc-theatre-poster-strip figure > div {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0d0e;
  border: 1px solid #34383a;
  padding: .55rem;
}
.dc-theatre-poster-strip img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.dc-theatre-poster-strip figcaption {
  margin-top: .75rem;
  color: #c7cac8;
  font-family: var(--dc-serif);
  font-size: 1rem;
  text-align: center;
}
.dc-theatre-production-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.1rem 1.65rem;
  margin-top: 4.3rem;
}
.dc-theatre-production-card {
  min-width: 0;
  border: 1px solid #363a3c;
  background: #15191b;
}
.dc-theatre-production-image {
  height: 300px;
  background: #07090a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dc-theatre-production-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.dc-theatre-production-image--landscape img { object-fit: cover; }
.dc-theatre-production-image--blithe img {
  object-position: 100% 50%;
}
.dc-theatre-production-copy { padding: 1.35rem 1.45rem 1.5rem; }
.dc-theatre-production-copy h3 {
  margin: 0 0 .55rem;
  font-family: var(--dc-serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.08;
}
.dc-theatre-production-copy p {
  margin: .32rem 0 0;
  color: #c5c8c6;
  font-size: .9rem;
  line-height: 1.48;
}
.dc-theatre-production-copy .dc-theatre-role {
  margin-top: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
}
.dc-theatre-production-copy .dc-theatre-company { color: #919694; }
.dc-theatre-spotlight { margin: 3rem 0 0; text-align: right; }
.dc-link--light { color: #fff; }

.dc-radio-page-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}
.dc-radio4-logo {
  min-width: 285px;
  padding: 2rem 2.2rem;
  border: 0;
  background: #fff;
}
.dc-radio-page { background: var(--dc-paper); padding: 5.5rem 0 6.2rem; }
.dc-radio-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--dc-line);
  border-left: 1px solid var(--dc-line);
}
.dc-radio-page-card {
  min-width: 0;
  padding: 2.4rem 2.5rem 2.55rem;
  border-right: 1px solid var(--dc-line);
  border-bottom: 1px solid var(--dc-line);
  background: rgba(255,255,255,.28);
}
.dc-radio-page-card h3 {
  margin: 0 0 .7rem;
  font-family: var(--dc-serif);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.05;
}
.dc-radio-page-card .dc-radio-type {
  margin: 0 0 .9rem;
  color: var(--dc-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dc-radio-page-card .dc-radio-role { margin: 0 0 .48rem; font-weight: 650; }
.dc-radio-page-card .dc-radio-meta { margin: 0; color: var(--dc-muted); font-size: .9rem; line-height: 1.5; }
.dc-radio-page-card audio { width: 100%; height: 42px; margin: 1.5rem 0 1.35rem; }

@media (max-width: 1040px) {
  .dc-actor-destination { grid-template-columns: 1fr; }
  .dc-actor-destination-image,
  .dc-actor-destination .dc-radio4-mark { min-height: 260px; height: 260px; }
  .dc-theatre-poster-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dc-theatre-production-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .dc-actor-destinations { padding: 4rem 0; }
  .dc-actor-destinations-grid { grid-template-columns: 1fr; }
  .dc-actor-destination-copy { padding: 2.6rem 2rem; }
  .dc-section-intro,
  .dc-radio-page-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .dc-radio4-logo { min-width: 0; max-width: 300px; }
  .dc-theatre-poster-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
  .dc-theatre-poster-strip figure:last-child {
    grid-column: 1 / -1;
    width: calc(50% - .575rem);
    justify-self: center;
  }
  .dc-theatre-poster-strip figure > div { height: 235px; }
  .dc-theatre-production-grid,
  .dc-radio-page-grid { grid-template-columns: 1fr; }
  .dc-theatre-production-image { height: 300px; }
}
@media (max-width: 480px) {
  .dc-subpage-hero { padding: 4.6rem 0 4rem; }
  .dc-theatre-page, .dc-radio-page { padding: 4rem 0 4.8rem; }
  .dc-theatre-poster-strip figure > div { height: 200px; padding: .4rem; }
  .dc-theatre-production-image { height: 270px; }
  .dc-radio-page-card { padding: 2rem 1.5rem 2.1rem; }
}


/* v10.3 correction pass */
.dc-about-grid {
  align-items: center;
}
.dc-about-grid .dc-page-copy {
  padding: 2rem 0;
}

/* Keep Malcolm's crown visible in the Actor-page theatre destination image. */
.dc-actor-destination--theatre .dc-actor-destination-image img {
  object-position: 50% 0%;
}

/* Theatre portrait stills must never crop the head or crown. */
.dc-theatre-production-image--macbeth,
.dc-theatre-production-image--vortex {
  height: 420px;
}
.dc-theatre-production-image--macbeth img,
.dc-theatre-production-image--vortex img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 980px) {
  .dc-about-grid .dc-page-copy {
    padding: 1.25rem 0;
  }
  .dc-theatre-production-image--macbeth,
  .dc-theatre-production-image--vortex {
    height: 390px;
  }
}
@media (max-width: 480px) {
  .dc-theatre-production-image--macbeth,
  .dc-theatre-production-image--vortex {
    height: 340px;
  }
}


/* v10.4 correction pass */
/* Theatre production order: Croft / Blithe Spirit / Electra, then Macbeth / Vortex. */
/* Current BBC Radio 4 lockup replaces the obsolete serif-4 treatment. */

/* v10.5 correction pass */
/* Homepage Duty Man: force the complete existing cover to remain visible. */
.dc-work-image.dc-work-image--cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  overflow: hidden;
}
.dc-work-image.dc-work-image--cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* About page: align the Biography label with the top of the headshot. */
.dc-about-grid {
  align-items: start;
}
.dc-about-grid .dc-page-copy {
  padding-top: 0;
}

@media (max-width: 980px) {
  .dc-about-grid .dc-page-copy {
    padding-top: 1.75rem;
  }
}

/* V11 — Theatre and Radio are fully surfaced on the Actor page. */
.dc-actor-theatre-preview {
  background: var(--dc-dark);
  color: #fff;
  padding: 6.5rem 0 7rem;
}
.dc-actor-radio-preview {
  background: var(--dc-paper);
  color: var(--dc-ink);
  padding: 6.5rem 0 7rem;
}
.dc-actor-preview-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3.6rem;
}
.dc-actor-preview-head h2 {
  margin: 0;
  font-family: var(--dc-serif);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.dc-actor-theatre-preview .dc-eyebrow { color: #aeb1af; }
.dc-actor-preview-intro { max-width: 46rem; }
.dc-actor-preview-intro p {
  margin: 0;
  color: var(--dc-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}
.dc-actor-theatre-preview .dc-actor-preview-intro p { color: #bfc2c0; }

/* Five Radio 4 extracts: three across on wide screens, then two, then one. */
.dc-actor-radio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Restore the approved Voice-page presentation lost in the v10.3 regression. */
.dc-game-card--logo-safe .dc-game-image img { object-fit: contain; }
.dc-bitesize-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.6rem 1.5rem;
}
.dc-bitesize-copy { padding-top: 1rem; }
.dc-bitesize-copy h3 {
  font-size: 1.55rem;
  line-height: 1.1;
}

@media (max-width: 1100px) {
  .dc-actor-radio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dc-bitesize-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .dc-actor-preview-head {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }
}
@media (max-width: 780px) {
  .dc-actor-radio-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .dc-actor-theatre-preview,
  .dc-actor-radio-preview { padding: 4.6rem 0 5rem; }
  .dc-actor-preview-head { margin-bottom: 3rem; }
  .dc-actor-preview-head h2 { font-size: 3rem; }
  .dc-bitesize-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .dc-bitesize-copy h3 { font-size: 1.55rem; }
}


/* V11.9 — discreet Still Game Easter egg */
.dc-easter-link,
.dc-easter-link:hover,
.dc-easter-link:focus,
.dc-easter-link:focus-visible,
.dc-easter-link:active {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  background-image: none !important;
}
.dc-easter-link {
  cursor: text;
}
.dc-easter-page {
  background:
    radial-gradient(circle at 88% 4%, rgba(176, 111, 59, .09), transparent 26rem),
    #111416;
  color: #fff;
  min-height: 70vh;
  padding: 7rem 0 6rem;
}
.dc-easter-wrap {
  position: relative;
  max-width: 980px;
  padding-right: 7rem;
}
.dc-easter-found {
  margin-bottom: .55rem;
  color: #e1bd8b;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.1;
}
.dc-easter-wrap h1 {
  margin: .35rem 0 1rem;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: .96;
  letter-spacing: -.035em;
}
.dc-easter-deck {
  margin: 0 0 2.4rem;
  max-width: 42rem;
  color: #c9cdca;
  font-size: 1.15rem;
  line-height: 1.65;
}
.dc-easter-stamp {
  position: absolute;
  top: .7rem;
  right: 0;
  display: inline-block;
  padding: .65rem .82rem .58rem;
  border: 1px dashed #a9633b;
  color: #c8845e;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(7deg);
  opacity: .9;
}
.dc-easter-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 36px rgba(0,0,0,.24);
}
.dc-easter-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dc-easter-note {
  margin: 2rem 0 0;
  max-width: 50rem;
  color: #c4c8c6;
  font-size: 1.02rem;
  line-height: 1.72;
}
.dc-easter-back {
  margin: 1.7rem 0 0;
}
.dc-easter-back .dc-link { color: #fff; }
@media (max-width: 720px) {
  .dc-easter-page { padding: 5rem 0 4rem; }
  .dc-easter-wrap { padding-right: 0; }
  .dc-easter-wrap h1 { font-size: clamp(2.8rem, 16vw, 4.4rem); }
  .dc-easter-stamp {
    position: static;
    margin: 0 0 2rem;
    transform: rotate(4deg);
  }
}


/* V11.10 — second Easter egg and Macbeth crown hotspot. */
.dc-theatre-production-image--macbeth { position: relative; }
.dc-macbeth-easter-hotspot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dc-macbeth-easter-hotspot a {
  pointer-events: all;
  cursor: default;
  outline: none;
}
.dc-macbeth-easter-hotspot rect {
  fill: transparent;
  stroke: none;
}

.dc-vault-page {
  background: #111416;
  color: #fff;
  min-height: 70vh;
  padding: 7rem 0 6.5rem;
}
.dc-vault-wrap { max-width: 1120px; }
.dc-vault-page .dc-eyebrow { color: #aaaead; }
.dc-vault-hero {
  max-width: 58rem;
  margin-bottom: 5rem;
}
.dc-vault-hero h1 {
  margin: .35rem 0 1rem;
  font-family: var(--dc-serif);
  font-size: clamp(3.8rem, 8vw, 7.4rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}
.dc-vault-deck {
  margin: 0;
  color: #d0d2d0;
  font-family: var(--dc-serif);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.35;
}
.dc-vault-intro {
  margin: 1.5rem 0 0;
  max-width: 48rem;
  color: #aeb2b0;
  font-size: 1rem;
  line-height: 1.75;
}
.dc-vault-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 3.4rem;
  align-items: start;
  padding: 3.2rem 0 4.8rem;
  border-top: 1px solid #33383a;
}
.dc-vault-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050607;
  overflow: hidden;
}
.dc-vault-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dc-vault-copy h2 {
  margin: 0 0 .7rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
}
.dc-vault-meta {
  margin: 0 0 1.2rem;
  color: #929795;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dc-vault-copy p:not(.dc-vault-meta) {
  color: #c4c8c6;
  line-height: 1.72;
}
.dc-vault-copy .dc-link { color: #fff; }
.dc-vault-photo-section {
  padding: 4.5rem 0 1rem;
  border-top: 1px solid #33383a;
}
.dc-vault-photo-section h2 {
  margin: 0 0 2rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
}
.dc-vault-photo-card {
  margin: 0;
  max-width: 880px;
}
.dc-vault-photo-card img {
  display: block;
  width: 100%;
  height: auto;
}
.dc-vault-photo-card figcaption {
  margin-top: .9rem;
  color: #929795;
  font-size: .9rem;
  line-height: 1.55;
}
.dc-vault-more {
  margin: 4rem 0 0;
  max-width: 46rem;
  color: #9da19f;
  font-size: .95rem;
  line-height: 1.7;
}
.dc-vault-back { margin: 2rem 0 0; }
.dc-vault-back .dc-link { color: #fff; }

@media (max-width: 820px) {
  .dc-vault-page { padding: 5rem 0 4.5rem; }
  .dc-vault-hero { margin-bottom: 3.5rem; }
  .dc-vault-feature { grid-template-columns: 1fr; gap: 2rem; padding: 2.7rem 0 4rem; }
  .dc-vault-photo-section { padding-top: 3.8rem; }
}

/* V11.12 — expanded From the Vault media grid */
.dc-vault-media-section {
  padding: 4.5rem 0 1rem;
  border-top: 1px solid #33383a;
}
.dc-vault-media-section > h2 {
  margin: 0 0 2rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
}
.dc-vault-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.dc-vault-media-card {
  min-width: 0;
  background: #181c1e;
  border: 1px solid #2f3436;
}
.dc-vault-card-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050607;
  overflow: hidden;
}
.dc-vault-card-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dc-vault-card-copy {
  padding: 1.35rem 1.35rem 1.5rem;
}
.dc-vault-card-copy h3 {
  margin: 0 0 .65rem;
  font-family: var(--dc-serif);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
}
.dc-vault-card-copy p:not(.dc-vault-meta) {
  margin: 0 0 1rem;
  color: #b9bdbb;
  line-height: 1.62;
}
.dc-vault-card-copy .dc-link { color: #fff; }

@media (max-width: 900px) {
  .dc-vault-media-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .dc-vault-media-section { padding-top: 3.8rem; }
  .dc-vault-media-grid { grid-template-columns: 1fr; }
}

/* V11.13 — From the Vault archive photo gallery */
.dc-vault-gallery-section {
  padding: 4.5rem 0 4.8rem;
  border-top: 1px solid #33383a;
}
.dc-vault-gallery-section > h2 {
  margin: 0 0 2rem;
  font-family: var(--dc-serif);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
}
.dc-vault-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: start;
}
.dc-vault-gallery-card {
  margin: 0;
  min-width: 0;
  background: #181c1e;
  border: 1px solid #2f3436;
}
.dc-vault-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
}
.dc-vault-gallery-card figcaption {
  padding: .85rem 1rem .95rem;
  color: #929795;
  font-size: .86rem;
  line-height: 1.5;
}
@media (max-width: 620px) {
  .dc-vault-gallery-section { padding: 3.8rem 0 4rem; }
  .dc-vault-photo-grid { grid-template-columns: 1fr; }
}

/* V11.14 — curated Vault stills and The Race link card. */
.dc-vault-card-image-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050607;
}
.dc-vault-card-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* V11.15 — smaller Vault photo grid, cropped ADR still, and clean linked video thumbnails. */
.dc-vault-video-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050607;
}
.dc-vault-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-vault-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.dc-vault-gallery-card--image-only {
  background: transparent;
}
.dc-vault-card-image-link {
  text-decoration: none;
}
.dc-vault-card-image-link:focus-visible,
.dc-vault-video-thumb:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .dc-vault-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .dc-vault-photo-grid { grid-template-columns: 1fr; }
}


/* V11.16 — final Vault batching pass: smaller stills, smaller Kill the Day image. */
.dc-vault-photo-card {
  max-width: 640px;
}
.dc-vault-photo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.dc-vault-gallery-card figcaption {
  padding: .72rem .82rem .8rem;
  font-size: .8rem;
}
@media (max-width: 1050px) {
  .dc-vault-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .dc-vault-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dc-vault-photo-card { max-width: 100%; }
}
@media (max-width: 620px) {
  .dc-vault-photo-grid { grid-template-columns: 1fr; }
}

/* V11.17 — From the Vault: looser secret-archive treatment, grouped photo ratios, playful copy. */
.dc-vault-page {
  background:
    radial-gradient(circle at 88% 4%, rgba(176, 111, 59, .13), transparent 28rem),
    #111416;
}
.dc-vault-hero {
  position: relative;
  max-width: 63rem;
  margin-bottom: 5.4rem;
  padding-right: 9rem;
}
.dc-vault-found {
  margin: 0 0 .35rem;
  color: #e1bd8b;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 901px) {
  .dc-vault-found {
    max-width: calc(100% - 15.5rem);
  }
}
.dc-vault-hero h1 {
  margin-top: .45rem;
}
.dc-vault-intro {
  max-width: 51rem;
  color: #c0c2bf;
  font-size: 1.05rem;
}
.dc-vault-stamp {
  position: absolute;
  top: 1rem;
  right: 0;
  display: inline-block;
  padding: .65rem .82rem .58rem;
  border: 1px dashed #a9633b;
  color: #c8845e;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(8deg);
  opacity: .9;
}
.dc-vault-feature,
.dc-vault-photo-section,
.dc-vault-gallery-section,
.dc-vault-media-section {
  border-top-style: dashed;
  border-top-color: #3a3e3e;
}
.dc-vault-feature {
  gap: 3rem;
}
.dc-vault-video-thumb,
.dc-vault-card-image-link {
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
}
.dc-vault-video-thumb {
  transform: rotate(-.35deg);
}
.dc-vault-copy h2,
.dc-vault-photo-section h2,
.dc-vault-gallery-section > h2,
.dc-vault-media-section > h2 {
  letter-spacing: -.02em;
}

.dc-vault-kill {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr);
  gap: 3rem;
  align-items: center;
  padding: 4.6rem 0 4.8rem;
}
.dc-vault-kill-copy {
  max-width: 34rem;
}
.dc-vault-kill-copy h2 {
  margin-bottom: 1rem;
}
.dc-vault-kill-copy > p:last-child {
  margin: 0;
  color: #bfc3c1;
  line-height: 1.72;
}
.dc-vault-photo-card--kill {
  width: min(100%, 500px);
  max-width: 500px;
  justify-self: end;
  padding: .55rem;
  background: #e9e2d6;
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  transform: rotate(.65deg);
}
.dc-vault-photo-card--kill img {
  width: 100%;
}

.dc-vault-gallery-section {
  padding-bottom: 5.4rem;
}
.dc-vault-gallery-section > h2 {
  margin-bottom: .7rem;
}
.dc-vault-gallery-intro {
  margin: 0 0 2.4rem;
  max-width: 46rem;
  color: #aeb2b0;
  line-height: 1.65;
}
.dc-vault-photo-group {
  display: grid;
  gap: 1.45rem;
  align-items: start;
}
.dc-vault-photo-group + .dc-vault-photo-group {
  margin-top: 2rem;
}
.dc-vault-photo-group--landscape {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dc-vault-photo-group--portrait {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.dc-vault-scrap {
  margin: 0;
  padding: .48rem .48rem .72rem;
  background: #eee7dc;
  color: #292723;
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  transition: transform .18s ease, box-shadow .18s ease;
}
.dc-vault-scrap:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,0,0,.3);
}
.dc-vault-scrap--tilt-left { transform: rotate(-.8deg); }
.dc-vault-scrap--tilt-right { transform: rotate(.8deg); }
.dc-vault-scrap--tilt-left-soft { transform: rotate(-.35deg); }
.dc-vault-scrap--tilt-right-soft { transform: rotate(.35deg); }
.dc-vault-scrap-image {
  overflow: hidden;
  background: #191b1c;
}
.dc-vault-scrap-image--landscape { aspect-ratio: 4 / 3; }
.dc-vault-scrap-image--square { aspect-ratio: 1 / 1; }
.dc-vault-scrap-image--portrait { aspect-ratio: 3 / 4; }
.dc-vault-scrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-vault-scrap figcaption {
  padding: .72rem .55rem .1rem;
  font-family: var(--dc-serif);
  font-size: .92rem;
  line-height: 1.4;
}

.dc-vault-media-grid {
  gap: 1.7rem 1.5rem;
}
.dc-vault-media-card {
  position: relative;
  border: 0;
  background: #171a1c;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.dc-vault-media-card:nth-child(3n+1) { transform: rotate(-.28deg); }
.dc-vault-media-card:nth-child(3n+2) { transform: rotate(.22deg); }
.dc-vault-media-card:nth-child(3n) { transform: rotate(-.12deg); }
.dc-vault-card-copy {
  border-top: 1px dashed #373c3d;
}
.dc-vault-card-copy h3 {
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
}

@media (max-width: 900px) {
  .dc-vault-hero { padding-right: 0; }
  .dc-vault-stamp {
    position: static;
    margin-top: 1.6rem;
    transform: rotate(5deg);
  }
  .dc-vault-kill {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .dc-vault-photo-card--kill {
    justify-self: start;
  }
  .dc-vault-photo-group--landscape,
  .dc-vault-photo-group--portrait {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
}
@media (max-width: 620px) {
  .dc-vault-found { font-size: 1.1rem; }
  .dc-vault-kill { padding-top: 3.8rem; }
  .dc-vault-photo-card--kill { width: 100%; }
  .dc-vault-photo-group--landscape,
  .dc-vault-photo-group--portrait {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .dc-vault-scrap,
  .dc-vault-media-card {
    transform: none !important;
  }
}


/* V12 — approved image swaps and Still Game alignment/stamp correction. */
.dc-easter-wrap {
  max-width: 1120px;
  padding-right: 0;
}
.dc-easter-hero {
  position: relative;
  max-width: 63rem;
  margin-bottom: 2.4rem;
  padding-right: 9rem;
}
.dc-easter-hero .dc-easter-deck { margin-bottom: 0; }

/* Match the Vault stamp's geometry and visual weight. The fixed width compensates
   for the shorter GLASGOW · 2004 wording so the stamp reads at the same size. */
.dc-easter-stamp {
  top: 1rem;
  right: 0;
  width: 14.25rem;
  box-sizing: border-box;
  padding: .65rem .82rem .58rem;
  border: 1px dashed #a9633b;
  color: #c8845e;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
  opacity: .9;
}

/* Still Game: the YouTube player is 16:9, but the 2004 programme footage is 4:3
   and appears pillarboxed inside it. Match the copy to the visible 4:3 picture area,
   not to the outer player frame: 4:3 inside 16:9 is exactly 75% of the width. */
.dc-easter-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 54rem);
  max-width: 54rem;
  margin: 0;
}
.dc-easter-video {
  grid-column: 1;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.dc-easter-note {
  grid-column: 1;
  justify-self: center;
  width: 75%;
  max-width: none;
  box-sizing: border-box;
  margin: 2rem auto 0;
  padding: 0;
}
@media (max-width: 720px) {
  .dc-easter-hero {
    padding-right: 0;
  }
  .dc-easter-stamp {
    position: static;
    width: auto;
    min-width: 0;
    margin: 1.4rem 0 0;
    transform: rotate(5deg);
  }
}

/* V18 — mobile Voice route labels: remove orphaned separators when labels stack. */
@media (max-width: 700px) {
  .dc-route-title--voice-categories .dc-route-term {
    display: block;
  }
  .dc-route-title--voice-categories .dc-route-sep,
  .dc-route-title--voice-categories .dc-route-desktop-break {
    display: none;
  }
}
