/*
 * Unified career production pages — v15.10.0
 *
 * This component deliberately has one visual system. Television inherits the
 * Film page and adds only the Episodes chapter. The v158 namespace prevents
 * earlier Career Studio experiments from changing this template.
 */

.ldpam-production-v158 {
  --production-ink: #211b17;
  --production-paper: #eee7de;
  --production-paper-deep: #e4dbd0;
  --production-ivory: #f3eee7;
  --production-copper: #bd7654;
  --production-muted: #675d55;
  --production-line: rgba(47, 38, 32, .18);
  --production-dark: #15120f;
  --production-charcoal: #302a26;
  --production-max: 1420px;
  --production-gutter: clamp(28px, 4.4vw, 64px);
  position: relative;
  overflow: visible;
  color: var(--production-ink);
  background: var(--production-paper);
}

.ldpam-production-v158,
.ldpam-production-v158 *,
.ldpam-production-v158 *::before,
.ldpam-production-v158 *::after {
  box-sizing: border-box;
}

.ldpam-production-v158 a:link,
.ldpam-production-v158 a:visited {
  color: inherit;
}

.ldpam-production-v158 a:hover,
.ldpam-production-v158 a:focus,
.ldpam-production-v158 a:active {
  color: var(--production-copper);
}

/* Hero metadata: every item is a separate, readable unit. */
.ldpam-production-v158 .ldpam-film-v12-topline,
.ldpam-production-v158 .ldpam-film-v12-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 17px;
}

.ldpam-production-v158 .ldpam-film-v12-topline > span,
.ldpam-production-v158 .ldpam-film-v12-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  white-space: nowrap;
}

.ldpam-production-v158 .ldpam-film-v12-topline > span + span::before,
.ldpam-production-v158 .ldpam-film-v12-meta > span + span::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  margin: 0;
  border-radius: 50%;
  background: var(--production-copper);
}

/* One sticky chapter component for every shared career page. */
.ldpam-production-v158 .ldpam-career-chapter-nav {
  position: sticky;
  top: 0;
  z-index: 70;
  border: 0;
  border-bottom: 1px solid rgba(35, 29, 25, .14);
  background: rgba(247, 243, 237, .95);
  backdrop-filter: blur(14px);
}

.ldpam-production-v158 .ldpam-career-chapter-nav > div {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 38px);
  width: min(100%, var(--production-max));
  height: 58px;
  margin: 0 auto;
  padding: 0 var(--production-gutter);
  overflow-x: auto;
  scrollbar-width: none;
}

.ldpam-production-v158 .ldpam-career-chapter-nav > div::-webkit-scrollbar {
  display: none;
}

.ldpam-production-v158 .ldpam-career-chapter-nav a,
.ldpam-production-v158 .ldpam-career-chapter-nav a:visited {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #554b43 !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ldpam-production-v158 .ldpam-career-chapter-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 14px;
  left: 50%;
  height: 2px;
  background: var(--production-copper);
  transition: right .25s ease, left .25s ease;
}

.ldpam-production-v158 .ldpam-career-chapter-nav a:hover,
.ldpam-production-v158 .ldpam-career-chapter-nav a:focus,
.ldpam-production-v158 .ldpam-career-chapter-nav a.is-active {
  color: var(--production-ink) !important;
}

.ldpam-production-v158 .ldpam-career-chapter-nav a:hover::after,
.ldpam-production-v158 .ldpam-career-chapter-nav a:focus::after,
.ldpam-production-v158 .ldpam-career-chapter-nav a.is-active::after {
  right: 0;
  left: 0;
}

.ldpam-production-v158 main > section[id],
.ldpam-production-v158 #performance {
  scroll-margin-top: 86px;
}


/* The shared page gutter. Every chapter begins on the same vertical line. */
.ldpam-production-v158 .ldpam-film-v12-overview {
  width: min(100%, var(--production-max)) !important;
  max-width: var(--production-max) !important;
  margin-inline: auto !important;
  padding: clamp(78px, 7vw, 108px) var(--production-gutter) !important;
}

.ldpam-production-v158.is-television-series .ldpam-film-v12-overview,
.ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview {
  width: min(100%, var(--production-max)) !important;
  max-width: var(--production-max) !important;
  margin-inline: auto !important;
  padding: clamp(78px, 7vw, 108px) var(--production-gutter) !important;
  background: var(--production-paper) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast,
.ldpam-production-v158 .ldpam-film-v12-gallery {
  padding-block: clamp(78px, 7vw, 104px) !important;
  padding-inline: max(
    var(--production-gutter),
    calc((100vw - var(--production-max)) / 2 + var(--production-gutter))
  ) !important;
}

.ldpam-production-v158.is-television-series .ldpam-film-v12-gallery,
.ldpam-production-v158.is-television-appearance .ldpam-film-v12-gallery {
  padding-block: clamp(78px, 7vw, 104px) !important;
  padding-inline: max(
    var(--production-gutter),
    calc((100vw - var(--production-max)) / 2 + var(--production-gutter))
  ) !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew-inner {
  width: min(100%, var(--production-max)) !important;
  max-width: var(--production-max) !important;
  margin-inline: auto !important;
  padding: clamp(78px, 7vw, 104px) var(--production-gutter) !important;
}

/* Cast and Gallery use the lighter editorial palette on both Film and TV.
   Production remains the one deep section, preserving the page rhythm. */
.ldpam-production-v158.is-film .ldpam-film-v12-cast,
.ldpam-production-v158.is-television-series .ldpam-film-v12-cast,
.ldpam-production-v158.is-television-appearance .ldpam-film-v12-cast {
  position: relative !important;
  color: var(--production-ink) !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(189, 118, 84, .12), transparent 31%),
    linear-gradient(rgba(47, 38, 32, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 38, 32, .022) 1px, transparent 1px),
    #eee8df !important;
  background-size: auto, 72px 72px, 72px 72px, auto !important;
  box-shadow: none !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast::after {
  content: none !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast.ldpam-film-v12-lettered::before {
  color: rgba(33, 27, 23, .045) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-head h2,
.ldpam-production-v158 .ldpam-film-v12-cast-grid strong,
.ldpam-production-v158 .ldpam-film-v12-cast-grid a:link,
.ldpam-production-v158 .ldpam-film-v12-cast-grid a:visited {
  color: var(--production-ink) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast-grid small,
.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-head > span {
  color: var(--production-copper) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast-grid > * > div:first-child {
  padding: 5px !important;
  border: 1px solid rgba(63, 49, 40, .2) !important;
  background: #f6f1ea !important;
  box-shadow: 6px 7px 0 rgba(50, 39, 32, .06) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer {
  border-color: rgba(33, 27, 23, .2) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer summary {
  color: #554b43 !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer > div {
  background: rgba(33, 27, 23, .12) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer p {
  color: var(--production-ink) !important;
  background: #e2d9cf !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer p span {
  color: var(--production-muted) !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew {
  color: var(--production-ivory) !important;
  background-color: #211c18 !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-head h2,
.ldpam-production-v158 .ldpam-film-v12-crew dd,
.ldpam-production-v158 .ldpam-film-v12-crew a:link,
.ldpam-production-v158 .ldpam-film-v12-crew a:visited {
  color: var(--production-ivory) !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew dt,
.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-head > span {
  color: var(--production-copper) !important;
}

.ldpam-production-v158.is-film .ldpam-film-v12-gallery,
.ldpam-production-v158.is-television-series .ldpam-film-v12-gallery,
.ldpam-production-v158.is-television-appearance .ldpam-film-v12-gallery {
  color: var(--production-ink) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(189, 118, 84, .09), transparent 32%),
    linear-gradient(rgba(47, 38, 32, .022) 1px, transparent 1px),
    #e6ddd2 !important;
  background-size: auto, 72px 72px, auto !important;
}

.ldpam-production-v158 .ldpam-film-v12-gallery .ldpam-film-v12-head h2 {
  color: var(--production-ink) !important;
}

.ldpam-production-v158 .ldpam-film-v12-gallery.ldpam-film-v12-lettered::before {
  color: rgba(33, 27, 23, .045) !important;
}

.ldpam-production-v158 .ldpam-film-v12-gallery-grid a,
.ldpam-production-v158 .ldpam-film-v12-gallery-grid a:nth-child(n) {
  background: #d8cec2 !important;
}

.ldpam-production-v158 .ldpam-film-v12-gallery .ldpam-film-v12-head > span,
.ldpam-production-v158 .ldpam-film-v12-gallery-link,
.ldpam-production-v158 .ldpam-film-v12-gallery-link:visited {
  color: var(--production-copper) !important;
}

/* Television-only chapter. Its inner width uses the exact shared gutter. */
.ldpam-production-v158 .ldpam-tv-guide-full {
  position: relative !important;
  padding: clamp(78px, 7vw, 104px) 0 !important;
  color: var(--production-ink) !important;
  background: var(--production-paper-deep) !important;
  overflow: hidden !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full > .ldpam-tv-guide-inner {
  position: relative !important;
  z-index: 1 !important;
  width: min(
    calc(100% - var(--production-gutter) - var(--production-gutter)),
    calc(var(--production-max) - var(--production-gutter) - var(--production-gutter))
  ) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.ldpam-production-v158 .ldpam-tv-guide-head {
  margin-bottom: 32px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid var(--production-line) !important;
}

.ldpam-production-v158 .ldpam-tv-guide-head h2 {
  color: var(--production-ink) !important;
  font-size: clamp(44px, 5.3vw, 76px) !important;
}

.ldpam-production-v158 .ldpam-tv-guide-head > div > span {
  color: var(--production-copper) !important;
}

.ldpam-production-v158 .ldpam-tv-guide-head p {
  color: #776b62 !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full > .ldpam-tv-guide-inner > .ldpam-tv-card-grid,
.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-season > .ldpam-tv-card-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card {
  display: grid !important;
  grid-template-columns: minmax(290px, 37%) minmax(0, 1fr) !important;
  gap: clamp(32px, 4.5vw, 64px) !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 38px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--production-line) !important;
  color: var(--production-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card:first-child {
  border-top: 0 !important;
}

/* Lou-directed episodes are a quiet editorial callout, not a second layout. */
.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card.is-directed-by-lou {
  position: relative !important;
  margin: 10px 0 !important;
  padding: 38px clamp(22px, 2.8vw, 40px) !important;
  border-top: 0 !important;
  background: #d9cfc3 !important;
  box-shadow: inset 3px 0 0 var(--production-copper) !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card.is-directed-by-lou + .ldpam-tv-card {
  border-top: 0 !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-media {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  aspect-ratio: 16 / 9 !important;
  padding: 6px !important;
  overflow: hidden !important;
  border: 1px solid rgba(63, 49, 40, .3) !important;
  background: var(--production-ivory) !important;
  box-shadow: 9px 10px 0 rgba(50, 39, 32, .08) !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-media img {
  position: absolute !important;
  inset: 6px !important;
  display: block !important;
  width: calc(100% - 12px) !important;
  height: calc(100% - 12px) !important;
  object-fit: cover !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-body {
  min-width: 0 !important;
  padding: 8px 0 0 !important;
  color: var(--production-ink) !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-kicker {
  color: #776b62 !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-kicker span,
.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-kicker b {
  color: #9d593b !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card h3 {
  max-width: 780px !important;
  margin: 12px 0 0 !important;
  color: var(--production-ink) !important;
  font-size: clamp(34px, 3.2vw, 50px) !important;
  line-height: .98 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-production {
  color: #6d625a !important;
}

.ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-body > p {
  display: block !important;
  max-width: 780px !important;
  max-height: none !important;
  margin: 18px 0 0 !important;
  overflow: visible !important;
  color: #5f554d !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  text-overflow: clip !important;
}

/* Episode-level cast/crew directories are intentionally retired. */
.ldpam-production-v158 .ldpam-episode-credits {
  display: none !important;
}

/* Ten or more episodes use the season navigator; fewer are always visible. */
.ldpam-production-v158 .ldpam-tv-season {
  border-top: 1px solid var(--production-line) !important;
}

.ldpam-production-v158 .ldpam-tv-season:last-child {
  border-bottom: 1px solid var(--production-line) !important;
}

.ldpam-production-v158 .ldpam-tv-season > summary {
  padding-block: 18px !important;
}

.ldpam-production-v158 .ldpam-tv-season > summary strong {
  color: var(--production-ink) !important;
}

.ldpam-production-v158 .ldpam-tv-season > summary i,
.ldpam-production-v158 .ldpam-tv-season > summary b::before,
.ldpam-production-v158 .ldpam-tv-season > summary b::after {
  color: var(--production-copper) !important;
}

.ldpam-production-v158 .ldpam-series-credits-label {
  display: block;
  margin-bottom: 8px;
  color: var(--production-copper) !important;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Keep the chapter navigation consistent at every desktop width.
   Earlier builds converted it into a floating left-hand rail at 1500px+,
   which overlapped the page gutter on larger laptops and wide monitors. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-career-chapter-nav > div {
    justify-content: safe center;
  }
}

/* When the WordPress admin bar is visible, keep the sticky chapter bar below it. */
@media (min-width: 783px) {
  body.admin-bar .ldpam-production-v158 .ldpam-career-chapter-nav {
    top: 32px;
  }
}

@media (min-width: 901px) {
  /* Sticky rails need every ancestor on the page axis to remain overflow-visible.
     The previous root overflow-x:clip created a containing scroll box in Chromium
     and stopped position:sticky from ever engaging. */
  .ldpam-production-v158,
  .ldpam-production-v158 main,
  .ldpam-production-v158 .ldpam-film-v12-overview {
    overflow: visible !important;
    contain: none !important;
    transform: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview {
    align-items: start !important;
  }

  /* The complete Lou portrait + facts rail pins while the overview/performance
     chapter passes, then releases at the section boundary. */
  .ldpam-production-v158 .ldpam-film-v12-overview-aside {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 104px !important;
    bottom: auto !important;
    align-self: start !important;
    height: max-content !important;
    transform: none !important;
    will-change: auto !important;
  }

  /* Appearance pages have short copy, so give the rail enough chapter travel to
     visibly pin without adding the excessive empty space of the earlier layout. */
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview {
    min-height: min(880px, calc(100vh - 20px));
  }
}

@media (max-width: 900px) {
  .ldpam-career-v14 .ldpam-film-v12-overview-aside {
    position: static !important;
    top: auto !important;
  }

  .ldpam-production-v158 {
    --production-gutter: 24px;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview {
    gap: 48px !important;
  }

  .ldpam-production-v158.is-television-series .ldpam-film-v12-overview,
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview {
    gap: 48px !important;
    padding: clamp(68px, 8vw, 82px) var(--production-gutter) !important;
  }

  .ldpam-production-v158.is-television-series .ldpam-film-v12-overview-aside,
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview-aside {
    padding: 20px 25px 0 42px !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: 30px 0 !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card.is-directed-by-lou {
    margin: 8px 0 !important;
    padding: 28px 22px !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-body {
    padding: 0 3px !important;
  }
}

/* v15.11.11 — permanent poster play state and approved Amazon lockup. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-poster-stage {
    border: 1px solid rgba(243, 238, 231, .58) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .48) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-stage img {
    filter: brightness(.88) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-play {
    opacity: 1 !important;
    transform: scale(1) !important;
    background: linear-gradient(0deg, rgba(8, 7, 6, .18), rgba(8, 7, 6, .04) 58%, transparent) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-play i {
    position: relative !important;
    width: 62px !important;
    height: 62px !important;
    border: 1px solid rgba(243, 238, 231, .78) !important;
    background: rgba(9, 8, 7, .38) !important;
    color: transparent !important;
    font-size: 0 !important;
    transition: border-color .28s ease, background .28s ease, transform .28s ease !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-play i::after {
    content: "" !important;
    width: 13px !important;
    height: 16px !important;
    margin-left: 3px !important;
    background: var(--production-ivory) !important;
    clip-path: polygon(8% 4%, 94% 50%, 8% 96%) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-play b {
    margin-top: 14px !important;
    color: var(--production-ivory) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .18em !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .85) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover img,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible img {
    transform: scale(1.025) !important;
    filter: brightness(.68) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover .ldpam-film-v12-play,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible .ldpam-film-v12-play {
    background: linear-gradient(0deg, rgba(8, 7, 6, .36), rgba(8, 7, 6, .12) 62%, rgba(8, 7, 6, .04)) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover .ldpam-film-v12-play i,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible .ldpam-film-v12-play i {
    border-color: var(--production-copper) !important;
    background: rgba(15, 12, 10, .82) !important;
    transform: scale(1.06) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer {
    display: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:link,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:visited {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 14px !important;
    padding: 12px 20px !important;
    border: 1px solid rgba(243, 238, 231, .42) !important;
    background: rgba(15, 12, 10, .58) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy::after {
    display: none !important;
    content: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy img {
    display: block !important;
    width: 154px !important;
    max-width: 78% !important;
    height: auto !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:hover,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:focus-visible {
    border-color: var(--production-copper) !important;
    background: rgba(15, 12, 10, .82) !important;
  }
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:link,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:visited {
    justify-content: center !important;
    border-color: rgba(243, 238, 231, .48) !important;
    background: rgba(15, 12, 10, .5) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon::after {
    display: none !important;
    content: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon img {
    display: block !important;
    width: 148px !important;
    max-width: 72% !important;
    height: auto !important;
  }
}

/* v15.11.12 final cascade — clean play icon and optical Amazon centring. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-play i {
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    text-shadow: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-play i::before {
    display: none !important;
    content: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-play i::after {
    display: block !important;
    margin: 0 0 0 3px !important;
    transform: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy img {
    transform: translateY(-2px) !important;
  }
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon img {
    margin: 0 auto !important;
    transform: translateY(-3px) !important;
  }
}

@media (max-width: 720px) {
  .ldpam-production-v158 {
    --production-gutter: 20px;
  }

  .ldpam-production-v158 .ldpam-film-v12-topline,
  .ldpam-production-v158 .ldpam-film-v12-meta {
    gap: 8px 12px;
    line-height: 1.6;
  }

  .ldpam-production-v158 .ldpam-film-v12-topline > span,
  .ldpam-production-v158 .ldpam-film-v12-meta > span {
    gap: 12px;
    white-space: normal;
  }

  .ldpam-production-v158 .ldpam-career-chapter-nav {
    top: 0;
    max-width: 100vw;
    overflow: hidden;
  }

  .ldpam-production-v158 .ldpam-career-chapter-nav > div {
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    height: 52px;
    padding-inline: var(--production-gutter);
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .ldpam-production-v158 .ldpam-career-chapter-nav a {
    font-size: 8px;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview,
  .ldpam-production-v158 .ldpam-film-v12-cast,
  .ldpam-production-v158 .ldpam-film-v12-gallery,
  .ldpam-production-v158 .ldpam-film-v12-crew-inner {
    padding-block: 68px !important;
    padding-inline: var(--production-gutter) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview-aside {
    order: 0 !important;
    padding: 20px 25px 0 42px !important;
  }

  .ldpam-production-v158.is-television-series .ldpam-film-v12-overview,
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview,
  .ldpam-production-v158.is-television-series .ldpam-film-v12-gallery,
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-gallery {
    padding-block: 68px !important;
    padding-inline: var(--production-gutter) !important;
  }

  .ldpam-production-v158.is-television-series .ldpam-film-v12-overview,
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview {
    gap: 46px !important;
  }

  .ldpam-production-v158.is-television-series .ldpam-film-v12-overview-aside,
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview-aside {
    order: 0 !important;
    padding: 20px 25px 0 42px !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-full {
    padding-block: 62px !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-head {
    display: block !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-head p {
    margin-top: 10px !important;
    white-space: normal !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card-media {
    width: calc(100% - 9px) !important;
  }

  .ldpam-production-v158 .ldpam-tv-guide-full .ldpam-tv-card h3 {
    font-size: clamp(32px, 10vw, 40px) !important;
  }
}

/* v15.10.84 final cascade lock — archive-style video cards. */
.ldpam-production-v158 .ldpam-main-video-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  width: min(1180px, 100%) !important;
  margin-inline: auto !important;
}
.ldpam-production-v158 button.ldpam-main-video-card,
.ldpam-production-v158 button.ldpam-main-video-card:hover,
.ldpam-production-v158 button.ldpam-main-video-card:focus,
.ldpam-production-v158 button.ldpam-main-video-card:active {
  display: grid !important;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%) !important;
  grid-template-areas: "image copy" !important;
  min-height: 330px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(27, 25, 23, .13) !important;
  border-radius: 0 !important;
  background: #eceae6 !important;
  color: #1d1d1c !important;
  box-shadow: none !important;
  text-align: left !important;
  transform: none !important;
}
.ldpam-production-v158 .ldpam-main-video-image {
  grid-area: image !important;
  min-height: 330px !important;
  height: 100% !important;
}
.ldpam-production-v158 .ldpam-main-video-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.ldpam-production-v158 .ldpam-main-video-play {
  top: auto !important;
  right: 26px !important;
  bottom: 24px !important;
  left: auto !important;
  transform: none !important;
}
.ldpam-production-v158 .ldpam-main-video-copy {
  grid-area: copy !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: clamp(30px, 4vw, 52px) !important;
  background: #eceae6 !important;
  color: #1d1d1c !important;
}
.ldpam-production-v158 .ldpam-main-video-meta {
  margin: 0 0 18px !important;
  color: #c67952 !important;
}
.ldpam-production-v158 .ldpam-main-video-copy h3 {
  margin: 0 0 20px !important;
  overflow: visible !important;
  color: #1d1d1c !important;
  font-size: clamp(36px, 4vw, 58px) !important;
  line-height: .96 !important;
  white-space: normal !important;
}
.ldpam-production-v158 .ldpam-main-video-copy p {
  display: block !important;
  margin: 0 0 28px !important;
  overflow: visible !important;
  color: #676561 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  white-space: normal !important;
  -webkit-line-clamp: unset !important;
}
.ldpam-production-v158 .ldpam-main-video-cta {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(27, 25, 23, .18) !important;
  color: #1d1d1c !important;
}
.ldpam-production-v158 .ldpam-main-video-cta::after {
  content: "" !important;
  color: #c67952 !important;
  font-size: 23px !important;
  line-height: 1 !important;
}
@media (max-width: 720px) {
  .ldpam-production-v158 button.ldpam-main-video-card,
  .ldpam-production-v158 button.ldpam-main-video-card:hover,
  .ldpam-production-v158 button.ldpam-main-video-card:focus,
  .ldpam-production-v158 button.ldpam-main-video-card:active {
    grid-template-columns: 1fr !important;
    grid-template-areas: "image" "copy" !important;
    min-height: 0 !important;
  }
  .ldpam-production-v158 .ldpam-main-video-image {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
  .ldpam-production-v158 .ldpam-main-video-copy {
    padding: 26px 24px 28px !important;
  }
  .ldpam-production-v158 .ldpam-main-video-copy h3 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }
}

/* v15.10.84 — use the archive's editorial split-card language on work pages.
   The cards stay image-led, but their pale copy panel and copper diagonal cue
   bring them closer to the refined homepage interview treatment. */
.ldpam-production-v158 .ldpam-main-video-grid{
  width:min(1180px,100%)!important;
  margin-inline:auto!important;
  grid-template-columns:1fr!important;
  gap:20px!important;
}
.ldpam-production-v158 button.ldpam-main-video-card,
.ldpam-production-v158 button.ldpam-main-video-card:hover,
.ldpam-production-v158 button.ldpam-main-video-card:focus,
.ldpam-production-v158 button.ldpam-main-video-card:focus-visible,
.ldpam-production-v158 button.ldpam-main-video-card:active{
  display:grid!important;
  grid-template-columns:minmax(300px,45%) minmax(0,1fr)!important;
  min-height:330px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(20,20,19,.15)!important;
  background:#eceae6!important;
  background-image:none!important;
  color:#1d1c1a!important;
  box-shadow:none!important;
  text-align:left!important;
  transform:none!important;
}
.ldpam-production-v158 .ldpam-main-video-card::after{display:none!important}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  min-height:330px!important;
  aspect-ratio:auto!important;
  background:#232323!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image::after{
  display:block!important;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.28))!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image i{
  top:auto!important;
  right:20px!important;
  bottom:20px!important;
  width:52px!important;
  height:52px!important;
  border-color:rgba(255,255,255,.88)!important;
  background:rgba(20,19,18,.18)!important;
}
.ldpam-production-v158 .ldpam-main-video-copy{
  position:relative!important;
  inset:auto!important;
  display:flex!important;
  min-width:0!important;
  min-height:330px!important;
  padding:clamp(30px,4vw,52px)!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  background:#eceae6!important;
  color:#1d1c1a!important;
}
.ldpam-production-v158 .ldpam-main-video-copy .ldpam-main-video-meta{
  padding:0!important;
  color:var(--production-copper)!important;
  font-size:10px!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>strong{
  display:block!important;
  max-width:100%!important;
  padding:14px 0 0!important;
  overflow:visible!important;
  color:#1d1c1a!important;
  font:500 clamp(39px,4vw,61px)/.92 "Cormorant Garamond",Georgia,serif!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>small{
  display:block!important;
  max-width:720px!important;
  margin-top:20px!important;
  padding:0!important;
  overflow:visible!important;
  color:#67635f!important;
  font:400 14px/1.65 Manrope,Arial,sans-serif!important;
  -webkit-line-clamp:unset!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>b{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-top:auto!important;
  padding-top:18px!important;
  border-top:1px solid rgba(29,28,26,.18)!important;
  color:#262320!important;
  font:800 9px/1 Manrope,Arial,sans-serif!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>b i{
  color:var(--production-copper)!important;
  font-size:18px!important;
  transition:transform .25s ease!important;
}
.ldpam-production-v158 .ldpam-main-video-card:hover .ldpam-main-video-copy>b i,
.ldpam-production-v158 .ldpam-main-video-card:focus-visible .ldpam-main-video-copy>b i{
  transform:translate(3px,-3px)!important;
}
@media(max-width:720px){
  .ldpam-production-v158 button.ldpam-main-video-card,
  .ldpam-production-v158 button.ldpam-main-video-card:hover,
  .ldpam-production-v158 button.ldpam-main-video-card:focus,
  .ldpam-production-v158 button.ldpam-main-video-card:active{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  .ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
  }
  .ldpam-production-v158 .ldpam-main-video-copy{
    min-height:290px!important;
    padding:28px 24px 24px!important;
  }
  .ldpam-production-v158 .ldpam-main-video-copy>strong{
    font-size:clamp(37px,11vw,49px)!important;
  }
}

/* v15.10.83 — editorial video gallery.
   Two image-led cards match the archive language without inheriting the
   theme's pink button hover treatment or clipping long interview titles. */
.ldpam-production-v158 .ldpam-work-video-gallery {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.055), transparent 34%),
    linear-gradient(135deg, #595c5e 0%, #505355 100%) !important;
  color: #f5f1eb !important;
}

.ldpam-production-v158 .ldpam-work-video-gallery::before {
  content: attr(data-section-title);
  position: absolute;
  z-index: 0;
  top: -.22em;
  right: -.02em;
  color: rgba(255,255,255,.035);
  font: 500 clamp(150px, 24vw, 360px)/.9 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.06em;
  pointer-events: none;
  white-space: nowrap;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head,
.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-main-video-grid,
.ldpam-production-v158 .ldpam-work-video-gallery > .ldpam-film-v12-gallery-link {
  position: relative;
  z-index: 1;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head > span,
.ldpam-production-v158 .ldpam-work-video-gallery > .ldpam-film-v12-gallery-link {
  color: #dd9873 !important;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head p {
  color: rgba(245,241,235,.72) !important;
  opacity: 1;
}

.ldpam-production-v158 .ldpam-main-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.ldpam-production-v158 button.ldpam-main-video-card,
.ldpam-production-v158 button.ldpam-main-video-card:hover,
.ldpam-production-v158 button.ldpam-main-video-card:focus,
.ldpam-production-v158 button.ldpam-main-video-card:focus-visible,
.ldpam-production-v158 button.ldpam-main-video-card:active {
  position: relative;
  display: block;
  min-height: clamp(390px, 32vw, 500px);
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 0 !important;
  outline: 0;
  background: #222628 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  text-align: left;
  transform: none;
}

.ldpam-production-v158 .ldpam-main-video-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,9,10,.05) 20%, rgba(8,9,10,.24) 48%, rgba(8,9,10,.96) 100%);
  pointer-events: none;
}

.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  aspect-ratio: auto;
}

.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image::after {
  display: none;
}

.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image i {
  top: 24px;
  right: 24px;
  bottom: auto;
  width: 54px;
  height: 54px;
}

.ldpam-production-v158 .ldpam-main-video-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 48%;
  padding: clamp(24px, 3vw, 38px);
  flex-direction: column;
  justify-content: flex-end;
}

.ldpam-production-v158 .ldpam-main-video-copy .ldpam-main-video-meta {
  padding: 0;
  color: #dc8d63;
  font-size: 10px;
}

.ldpam-production-v158 .ldpam-main-video-copy > strong {
  display: block;
  max-width: 94%;
  padding: 12px 0 0;
  color: #fff;
  font: 500 clamp(34px, 3.5vw, 54px)/.95 "Cormorant Garamond", Georgia, serif;
  overflow: visible;
  white-space: normal;
  word-break: normal;
}

.ldpam-production-v158 .ldpam-main-video-copy > small {
  display: -webkit-box;
  max-width: 92%;
  margin-top: 13px;
  padding: 0;
  overflow: hidden;
  color: rgba(255,255,255,.72);
  font: 400 12px/1.55 Manrope, Arial, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ldpam-production-v158 .ldpam-main-video-copy > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font: 800 9px/1 Manrope, Arial, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ldpam-production-v158 .ldpam-main-video-copy > b i {
  color: #dc8d63;
  font-size: 15px;
  font-style: normal;
}

.ldpam-production-v158 .ldpam-main-video-card:hover img,
.ldpam-production-v158 .ldpam-main-video-card:focus-visible img {
  transform: scale(1.025);
  filter: brightness(1.04) saturate(.88);
}

@media (max-width: 720px) {
  .ldpam-production-v158 .ldpam-work-video-gallery::before {
    top: -.08em;
    right: -.12em;
    font-size: clamp(105px, 39vw, 180px);
  }

  .ldpam-production-v158 .ldpam-main-video-grid {
    grid-template-columns: 1fr;
  }

  .ldpam-production-v158 button.ldpam-main-video-card,
  .ldpam-production-v158 button.ldpam-main-video-card:hover,
  .ldpam-production-v158 button.ldpam-main-video-card:focus,
  .ldpam-production-v158 button.ldpam-main-video-card:active {
    min-height: 390px;
  }

  .ldpam-production-v158 .ldpam-main-video-copy > strong {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 46px);
  }
}

/* A selected production-video chapter for work pages. The first interview is
   treated as the editorial lead; the full collection remains on the archive. */
.ldpam-production-v158 .ldpam-work-archive-video-feature {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.45fr);
  gap: clamp(38px, 6vw, 90px);
  padding: clamp(78px, 7vw, 110px) max(
    var(--production-gutter),
    calc((100vw - var(--production-max)) / 2 + var(--production-gutter))
  );
  color: var(--production-ivory);
  background: #26221f;
}

.ldpam-production-v158 .ldpam-work-archive-video-copy {
  align-self: center;
}

.ldpam-production-v158 .ldpam-work-archive-video-copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--production-copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ldpam-production-v158 .ldpam-work-archive-video-copy h2 {
  margin: 0 0 24px;
  font: 500 clamp(52px, 5.5vw, 82px)/.9 "Cormorant Garamond", Georgia, serif;
}

.ldpam-production-v158 .ldpam-work-archive-video-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(243, 238, 231, .7);
  font-size: 15px;
  line-height: 1.75;
}

.ldpam-production-v158 .ldpam-work-archive-video-copy a {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--production-copper);
  color: var(--production-ivory) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ldpam-production-v158 .ldpam-work-archive-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ldpam-production-v158 .ldpam-work-archive-video-card {
  display: grid;
  grid-template-rows: minmax(145px, 1fr) auto auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #171411;
  color: var(--production-ivory) !important;
}

.ldpam-production-v158 .ldpam-work-archive-video-card.is-featured {
  grid-row: span 2;
  grid-template-rows: minmax(330px, 1fr) auto auto;
}

.ldpam-production-v158 .ldpam-work-archive-video-image {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #0e0c0b;
}

.ldpam-production-v158 .ldpam-work-archive-video-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, .48));
}

.ldpam-production-v158 .ldpam-work-archive-video-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.ldpam-production-v158 .ldpam-work-archive-video-card:hover img {
  transform: scale(1.025);
}

.ldpam-production-v158 .ldpam-work-archive-video-image i {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
}

.ldpam-production-v158 .ldpam-work-archive-video-image i::before {
  content: "";
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
}

.ldpam-production-v158 .ldpam-work-archive-video-card strong {
  padding: 20px 20px 6px;
  font: 500 clamp(24px, 2.2vw, 38px)/1 "Cormorant Garamond", Georgia, serif;
}

.ldpam-production-v158 .ldpam-work-archive-video-card small {
  padding: 0 20px 22px;
  color: rgba(243, 238, 231, .62);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .ldpam-production-v158 .ldpam-work-archive-video-feature {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 70px 22px;
  }

  .ldpam-production-v158 .ldpam-work-archive-video-grid {
    grid-template-columns: 1fr;
  }

  .ldpam-production-v158 .ldpam-work-archive-video-card,
  .ldpam-production-v158 .ldpam-work-archive-video-card.is-featured {
    grid-row: auto;
    grid-template-rows: minmax(230px, 56vw) auto auto;
  }
}

/* v15.10.77 — shared mobile composition.
   Keep the chapter strip centred when it fits, stop editorial frames from
   widening the viewport, and reduce long hero eyebrows to the two pieces of
   information that matter at phone width. */
@media (max-width: 720px) {
  .ldpam-production-v158 {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-topline {
    gap: 8px 11px !important;
    max-width: 100%;
    font-size: 8px !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-inner {
    padding-top: 132px !important;
    padding-bottom: 94px !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-topline > span {
    gap: 11px !important;
    white-space: normal !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-topline > span:nth-child(n+3) {
    display: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-title h1 {
    margin-top: 19px !important;
  }

  .ldpam-production-v158 .ldpam-career-chapter-nav {
    width: 100vw;
    max-width: 100vw;
    margin-inline: 0;
    overflow: hidden !important;
  }

  .ldpam-production-v158 .ldpam-career-chapter-nav > div {
    justify-content: flex-start !important;
    justify-content: safe center !important;
    gap: clamp(18px, 5vw, 24px) !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 54px !important;
    padding-inline: 24px !important;
    scroll-padding-inline: 24px;
  }

  .ldpam-production-v158 .ldpam-career-chapter-nav a {
    font-size: 8.5px !important;
    line-height: 1.15 !important;
    white-space: nowrap;
  }

  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-overview-aside {
    padding: 20px 16px 0 50px !important;
  }

  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-overview-portrait::before {
    left: -36px !important;
    font-size: 7px !important;
  }

  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-overview-portrait::after {
    top: -14px !important;
    right: -12px !important;
  }

  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-overview-portrait img {
    box-shadow: 12px 14px 0 rgba(255,255,255,.22) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ldpam-production-v158 .ldpam-career-chapter-nav a::after {
    transition: none;
  }
}

/* v15.10.78 — the overview now follows an editorial reading order:
   story, portrait, then Lou's contribution on phones. On larger screens the
   portrait remains the right-hand rail beside both pieces of copy. */
.ldpam-production-v158 .ldpam-film-v12-overview {
  grid-template-areas:
    "story portrait"
    "performance portrait";
  row-gap: 0 !important;
}

.ldpam-production-v158 .ldpam-film-v12-overview-main {
  grid-area: story;
}

.ldpam-production-v158 .ldpam-film-v12-overview-aside {
  grid-area: portrait;
}

.ldpam-production-v158 .ldpam-film-v12-overview-aside:empty {
  display: none;
}

.ldpam-production-v158 .ldpam-film-v12-performance {
  grid-area: performance;
}

@media (max-width: 720px) {
  .ldpam-production-v158 .ldpam-film-v12-overview {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview-main {
    order: 1;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview-aside {
    order: 2 !important;
    margin-top: 52px;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview-portrait {
    margin-bottom: 0 !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-performance {
    order: 3;
    margin-top: 54px !important;
  }
}

/*
 * Unified career production pages — v15.9.0
 *
 * Every public work profile now inherits the same component palette and page
 * gutter. A profile may add one relevant chapter (Episodes, Productions or
 * Appearances), but it no longer introduces a separate page design.
 */
.ldpam-production-v159 .ldpam-film-v12-cast {
  position: relative !important;
  color: var(--production-ink) !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(189, 118, 84, .12), transparent 31%),
    linear-gradient(rgba(47, 38, 32, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 38, 32, .022) 1px, transparent 1px),
    #eee8df !important;
  background-size: auto, 72px 72px, 72px 72px, auto !important;
  box-shadow: none !important;
}

.ldpam-production-v159 .ldpam-film-v12-gallery {
  color: var(--production-ink) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(189, 118, 84, .09), transparent 32%),
    linear-gradient(rgba(47, 38, 32, .022) 1px, transparent 1px),
    #e6ddd2 !important;
  background-size: auto, 72px 72px, auto !important;
}

.ldpam-production-v159 .ldpam-career-v14-runs,
.ldpam-production-v159 .ldpam-career-v14-custom {
  width: 100% !important;
  margin: 0 !important;
  padding-block: clamp(78px, 7vw, 104px) !important;
  padding-inline: max(
    var(--production-gutter),
    calc((100vw - var(--production-max)) / 2 + var(--production-gutter))
  ) !important;
}

.ldpam-production-v159 .ldpam-career-v14-runs {
  color: var(--production-ink) !important;
  background: var(--production-paper-deep) !important;
}

.ldpam-production-v159 .ldpam-career-v14-runs .ldpam-film-v12-head h2,
.ldpam-production-v159 .ldpam-career-v14-custom h2 {
  color: var(--production-ink) !important;
}

.ldpam-production-v159 .ldpam-career-run-list article > div {
  border: 1px solid rgba(47, 38, 32, .08);
  background: var(--production-ivory) !important;
  box-shadow: 9px 10px 0 rgba(50, 39, 32, .055) !important;
}

.ldpam-production-v159 .ldpam-career-production-card,
.ldpam-production-v159 .ldpam-career-production-card:visited {
  color: var(--production-ink) !important;
}

.ldpam-production-v159 .ldpam-career-production-card:hover,
.ldpam-production-v159 .ldpam-career-production-card:focus {
  color: var(--production-copper) !important;
}

.ldpam-production-v159 .ldpam-film-v12-quote,
.ldpam-production-v159 .ldpam-film-v12-legacy {
  color: var(--production-ink) !important;
}

.ldpam-production-v159 .ldpam-career-v14-custom {
  color: var(--production-ink) !important;
  background: var(--production-paper) !important;
}

@media (max-width: 720px) {
  .ldpam-production-v159 .ldpam-career-v14-runs,
  .ldpam-production-v159 .ldpam-career-v14-custom {
    padding-block: 68px !important;
    padding-inline: var(--production-gutter) !important;
  }
}


/* v15.9.4 — appearance-page finishing pass. */
.ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview.ldpam-film-v12-lettered::before {
  top: .08em !important;
  right: 1.5vw !important;
  font-size: clamp(105px, 14vw, 225px) !important;
  color: rgba(21,18,15,.024) !important;
  letter-spacing: -.055em !important;
}

/* The section already carries the large contextual word Appearance; do not
   repeat it behind Lou's dated appearance note. */
.ldpam-production-v158.is-television-appearance .ldpam-film-v12-performance::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 900px) {
  .ldpam-production-v158 { overflow-x: clip; overflow-y: visible; }
  .ldpam-production-v158.is-television-appearance .ldpam-film-v12-overview { min-height: 0; }
}


/* v15.10 — long hero titles are balanced; exact sizes are generated by the
   global typography settings so the editor can tune them without another update. */
.ldpam-production-v158 .ldpam-film-v12-title h1{overflow-wrap:normal;word-break:normal;hyphens:none}

/* v15.10.29 — keep the portrait as the sole visual counterpart to the story.
   All key dates and production information already belongs in the hero, so no
   duplicate facts are printed beneath it. */
@media (min-width:901px){
  .ldpam-film-v12,.ldpam-film-v12 main,.ldpam-film-v12 .ldpam-film-v12-overview,
  .ldpam-stage-v2,.ldpam-stage-v2 main,.ldpam-stage-v2 .ldpam-stage-v2-overview{
    overflow:visible!important;contain:none!important;transform:none!important;
  }
  .ldpam-film-v12 .ldpam-film-v12-overview,.ldpam-stage-v2 .ldpam-stage-v2-overview{align-items:start!important}
  .ldpam-film-v12 .ldpam-film-v12-overview-aside,.ldpam-stage-v2 .ldpam-stage-v2-feature{
    position:-webkit-sticky!important;position:sticky!important;top:104px!important;
    align-self:start!important;height:max-content!important;bottom:auto!important;transform:none!important;
  }
}
@media (max-width:900px){.ldpam-film-v12 .ldpam-film-v12-overview-aside,.ldpam-stage-v2 .ldpam-stage-v2-feature{position:static!important;top:auto!important;height:auto!important}}

/* v15.10.90 — allow the desktop hero content to determine the section height.
   A fixed 700px minimum left an empty shelf beneath shorter descriptions and
   their Explore action. The poster remains the minimum visual measure while
   compact padding keeps the chapter navigation attached to the hero. */
@media (min-width: 721px) {
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero,
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero-inner {
    min-height: 0 !important;
    height: auto !important;
  }
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero-inner {
    padding-top: clamp(78px, 6vw, 96px) !important;
    padding-bottom: clamp(22px, 2.8vw, 36px) !important;
    transform: none !important;
  }
}

/* v15.10.82 — first-class video and article galleries on work pages. Both
   chapters read from Inside the Production and use the same editorial rhythm
   as the photo gallery without turning a short media list into an archive. */
.ldpam-production-v158 .ldpam-work-video-gallery,
.ldpam-production-v158 .ldpam-work-article-gallery {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(78px, 7vw, 112px) max(
    var(--production-gutter),
    calc((100vw - var(--production-max)) / 2 + var(--production-gutter))
  );
  overflow: hidden;
}

.ldpam-production-v158 .ldpam-work-video-gallery {
  color: var(--production-ivory);
  background:
    radial-gradient(circle at 86% 10%, rgba(190, 118, 83, .11), transparent 32%),
    #171411;
}

.ldpam-production-v158 .ldpam-work-article-gallery {
  color: var(--production-ink);
  background:
    linear-gradient(rgba(47, 38, 32, .025) 1px, transparent 1px),
    #e6ddd2;
  background-size: 72px 72px, auto;
}

.ldpam-production-v158 .ldpam-work-video-gallery::before,
.ldpam-production-v158 .ldpam-work-article-gallery::before {
  right: 1vw;
  top: -.12em;
  opacity: .04;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head,
.ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(300px, 1fr);
  align-items: end;
  gap: 22px 70px;
  margin-bottom: 42px;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head > span,
.ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head > span {
  grid-column: 1;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head h2,
.ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head h2 {
  grid-column: 1;
  margin: 0;
}

.ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head p,
.ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 560px;
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
  opacity: .68;
}

.ldpam-production-v158 .ldpam-main-video-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ldpam-production-v158 .ldpam-main-video-card {
  display: flex;
  min-width: 0;
  padding: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 0;
  outline: 0;
  background: #211d1a;
  color: var(--production-ivory);
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  flex-direction: column;
}

.ldpam-production-v158 .ldpam-main-video-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0e0c0b;
}

.ldpam-production-v158 .ldpam-main-video-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .55));
}

.ldpam-production-v158 .ldpam-main-video-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}

.ldpam-production-v158 .ldpam-main-video-card:hover img,
.ldpam-production-v158 .ldpam-main-video-card:focus-visible img {
  transform: scale(1.025);
  filter: brightness(1.08);
}

.ldpam-production-v158 .ldpam-main-video-image i {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  place-items: center;
}

.ldpam-production-v158 .ldpam-main-video-image i::before {
  content: "";
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.ldpam-production-v158 .ldpam-main-video-meta,
.ldpam-production-v158 .ldpam-main-article-copy > small {
  display: block;
  padding: 22px 22px 0;
  color: var(--production-copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ldpam-production-v158 .ldpam-main-video-card > strong {
  display: block;
  padding: 9px 22px 0;
  font: 500 clamp(27px, 2.3vw, 39px)/.98 "Cormorant Garamond", Georgia, serif;
}

.ldpam-production-v158 .ldpam-main-video-card > small {
  display: block;
  padding: 11px 22px 0;
  color: rgba(243, 238, 231, .62);
  font-size: 11px;
  line-height: 1.55;
}

.ldpam-production-v158 .ldpam-main-article-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ldpam-production-v158 .ldpam-main-article-card {
  min-width: 0;
  border: 1px solid rgba(47, 38, 32, .11);
  background: rgba(250, 246, 240, .72);
  box-shadow: 9px 10px 0 rgba(50, 39, 32, .045);
}

.ldpam-production-v158 .ldpam-main-article-card > a {
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(0, 1fr);
  min-height: 310px;
  color: var(--production-ink) !important;
}

.ldpam-production-v158 .ldpam-main-article-card.no-image > a {
  grid-template-columns: 1fr;
}

.ldpam-production-v158 .ldpam-main-article-image {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #d8cec2;
}

.ldpam-production-v158 .ldpam-main-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.ldpam-production-v158 .ldpam-main-article-card:hover img {
  transform: scale(1.025);
}

.ldpam-production-v158 .ldpam-main-article-copy {
  display: flex;
  min-width: 0;
  padding-bottom: 24px;
  flex-direction: column;
}

.ldpam-production-v158 .ldpam-main-article-copy > strong {
  display: block;
  padding: 12px 22px 0;
  font: 500 clamp(31px, 3vw, 48px)/.94 "Cormorant Garamond", Georgia, serif;
}

.ldpam-production-v158 .ldpam-main-article-copy > span {
  display: block;
  padding: 16px 22px 0;
  color: rgba(47, 38, 32, .7);
  font-size: 12px;
  line-height: 1.65;
}

.ldpam-production-v158 .ldpam-main-article-copy > b {
  display: block;
  margin: auto 22px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(47, 38, 32, .14);
  color: var(--production-copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ldpam-production-v158 .ldpam-work-video-gallery > .ldpam-film-v12-gallery-link,
.ldpam-production-v158 .ldpam-work-article-gallery > .ldpam-film-v12-gallery-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 34px;
}

.ldpam-production-v158 .ldpam-work-video-gallery > .ldpam-film-v12-gallery-link {
  color: var(--production-ivory) !important;
}

@media (max-width: 720px) {
  .ldpam-production-v158 .ldpam-work-video-gallery,
  .ldpam-production-v158 .ldpam-work-article-gallery {
    padding: 68px var(--production-gutter);
  }

  .ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head,
  .ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head {
    display: block;
    margin-bottom: 30px;
  }

  .ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head h2,
  .ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head h2 {
    margin-top: 8px;
  }

  .ldpam-production-v158 .ldpam-work-video-gallery .ldpam-film-v12-head p,
  .ldpam-production-v158 .ldpam-work-article-gallery .ldpam-film-v12-head p {
    margin-top: 18px;
  }

  .ldpam-production-v158 .ldpam-main-video-grid,
  .ldpam-production-v158 .ldpam-main-article-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ldpam-production-v158 .ldpam-main-video-image {
    aspect-ratio: 16 / 9;
  }

  .ldpam-production-v158 .ldpam-main-article-card > a {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ldpam-production-v158 .ldpam-main-article-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .ldpam-production-v158 .ldpam-main-article-copy {
    min-height: 260px;
  }
}

/* v15.10.83 final cascade lock — intentionally last. */
.ldpam-production-v158 .ldpam-work-video-gallery::before {
  top: -.22em !important;
  right: -.02em !important;
  opacity: 1 !important;
}
.ldpam-production-v158 .ldpam-main-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}
.ldpam-production-v158 button.ldpam-main-video-card,
.ldpam-production-v158 button.ldpam-main-video-card:hover,
.ldpam-production-v158 button.ldpam-main-video-card:focus,
.ldpam-production-v158 button.ldpam-main-video-card:active {
  display: block !important;
  min-height: clamp(390px, 32vw, 500px) !important;
  padding: 0 !important;
  background: #222628 !important;
  color: #fff !important;
}
@media (max-width: 720px) {
  .ldpam-production-v158 .ldpam-work-video-gallery::before {
    top: -.08em !important;
    right: -.12em !important;
  }
  .ldpam-production-v158 .ldpam-main-video-grid {
    grid-template-columns: 1fr !important;
  }
  .ldpam-production-v158 button.ldpam-main-video-card,
  .ldpam-production-v158 button.ldpam-main-video-card:hover,
  .ldpam-production-v158 button.ldpam-main-video-card:focus,
  .ldpam-production-v158 button.ldpam-main-video-card:active {
    min-height: 390px !important;
  }
}

/* v15.10.84 TRUE final cascade lock. */
.ldpam-production-v158 .ldpam-main-video-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;width:min(1180px,100%)!important;margin-inline:auto!important}
.ldpam-production-v158 button.ldpam-main-video-card,.ldpam-production-v158 button.ldpam-main-video-card:hover,.ldpam-production-v158 button.ldpam-main-video-card:focus,.ldpam-production-v158 button.ldpam-main-video-card:active{display:grid!important;grid-template-columns:minmax(0,45%) minmax(0,55%)!important;grid-template-areas:"image copy"!important;min-height:330px!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(27,25,23,.13)!important;border-radius:0!important;background:#eceae6!important;color:#1d1d1c!important;box-shadow:none!important;text-align:left!important;transform:none!important}
.ldpam-production-v158 .ldpam-main-video-image{grid-area:image!important;min-height:330px!important;height:100%!important}
.ldpam-production-v158 .ldpam-main-video-image img{width:100%!important;height:100%!important;object-fit:cover!important}
.ldpam-production-v158 .ldpam-main-video-play{top:auto!important;right:26px!important;bottom:24px!important;left:auto!important;transform:none!important}
.ldpam-production-v158 .ldpam-main-video-copy{grid-area:copy!important;display:flex!important;flex-direction:column!important;min-width:0!important;padding:clamp(30px,4vw,52px)!important;background:#eceae6!important;color:#1d1d1c!important}
.ldpam-production-v158 .ldpam-main-video-meta{margin:0 0 18px!important;color:#c67952!important}
.ldpam-production-v158 .ldpam-main-video-copy h3{margin:0 0 20px!important;overflow:visible!important;color:#1d1d1c!important;font-size:clamp(36px,4vw,58px)!important;line-height:.96!important;white-space:normal!important}
.ldpam-production-v158 .ldpam-main-video-copy p{display:block!important;margin:0 0 28px!important;overflow:visible!important;color:#676561!important;font-size:15px!important;line-height:1.65!important;white-space:normal!important;-webkit-line-clamp:unset!important}
.ldpam-production-v158 .ldpam-main-video-cta{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin-top:auto!important;padding-top:18px!important;border-top:1px solid rgba(27,25,23,.18)!important;color:#1d1d1c!important}
.ldpam-production-v158 .ldpam-main-video-cta::after{content:""!important;color:#c67952!important;font-size:0!important;line-height:0!important}
@media(max-width:720px){.ldpam-production-v158 button.ldpam-main-video-card,.ldpam-production-v158 button.ldpam-main-video-card:hover,.ldpam-production-v158 button.ldpam-main-video-card:focus,.ldpam-production-v158 button.ldpam-main-video-card:active{grid-template-columns:1fr!important;grid-template-areas:"image" "copy"!important;min-height:0!important}.ldpam-production-v158 .ldpam-main-video-image{min-height:0!important;height:auto!important;aspect-ratio:16/9!important}.ldpam-production-v158 .ldpam-main-video-copy{padding:26px 24px 28px!important}.ldpam-production-v158 .ldpam-main-video-copy h3{font-size:clamp(34px,10vw,46px)!important}}

/* v15.10.85 — exact Videos archive card treatment on work pages. */
.ldpam-production-v158 .ldpam-main-video-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(18px,2vw,28px)!important;
  width:100%!important;
}
.ldpam-production-v158 button.ldpam-main-video-card,
.ldpam-production-v158 button.ldpam-main-video-card:hover,
.ldpam-production-v158 button.ldpam-main-video-card:focus,
.ldpam-production-v158 button.ldpam-main-video-card:focus-visible,
.ldpam-production-v158 button.ldpam-main-video-card:active{
  position:relative!important;
  display:block!important;
  min-height:clamp(390px,32vw,500px)!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:0!important;
  outline:0!important;
  background:#222628!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:none!important;
  text-align:left!important;
  transform:none!important;
}
.ldpam-production-v158 .ldpam-main-video-card::after{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  background:linear-gradient(180deg,rgba(8,9,10,.05) 20%,rgba(8,9,10,.24) 48%,rgba(8,9,10,.96) 100%)!important;
  pointer-events:none!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image{
  position:absolute!important;
  inset:0!important;
  grid-area:auto!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  background:#222628!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image::after{display:none!important}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image i{
  top:24px!important;
  right:24px!important;
  bottom:auto!important;
  left:auto!important;
  width:54px!important;
  height:54px!important;
  border-color:rgba(255,255,255,.86)!important;
  background:rgba(20,19,18,.18)!important;
  transform:none!important;
}
.ldpam-production-v158 .ldpam-main-video-copy{
  position:absolute!important;
  z-index:2!important;
  inset:auto 0 0!important;
  display:flex!important;
  min-width:0!important;
  min-height:48%!important;
  padding:clamp(24px,3vw,38px)!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  background:transparent!important;
  color:#fff!important;
}
.ldpam-production-v158 .ldpam-main-video-copy .ldpam-main-video-meta{
  margin:0!important;
  padding:0!important;
  color:#dc8d63!important;
  font-size:10px!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>strong{
  display:block!important;
  max-width:94%!important;
  margin:0!important;
  padding:12px 0 0!important;
  overflow:visible!important;
  color:#fff!important;
  font:500 clamp(34px,3.5vw,54px)/.95 "Cormorant Garamond",Georgia,serif!important;
  white-space:normal!important;
  word-break:normal!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>small{
  display:-webkit-box!important;
  max-width:92%!important;
  margin-top:13px!important;
  padding:0!important;
  overflow:hidden!important;
  color:rgba(255,255,255,.75)!important;
  font:400 12px/1.55 Manrope,Arial,sans-serif!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>b{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-top:22px!important;
  padding-top:15px!important;
  border-top:1px solid rgba(255,255,255,.28)!important;
  color:#fff!important;
  font:800 9px/1 Manrope,Arial,sans-serif!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>b i{
  color:#dc8d63!important;
  font-size:15px!important;
  font-style:normal!important;
}
.ldpam-production-v158 .ldpam-main-video-card:hover img,
.ldpam-production-v158 .ldpam-main-video-card:focus-visible img{
  transform:scale(1.025)!important;
  filter:brightness(1.04) saturate(.88)!important;
}
@media(max-width:720px){
  .ldpam-production-v158 .ldpam-main-video-grid{grid-template-columns:1fr!important}
  .ldpam-production-v158 button.ldpam-main-video-card,
  .ldpam-production-v158 button.ldpam-main-video-card:hover,
  .ldpam-production-v158 button.ldpam-main-video-card:focus,
  .ldpam-production-v158 button.ldpam-main-video-card:active{min-height:390px!important}
  .ldpam-production-v158 .ldpam-main-video-copy{min-height:0!important;padding:24px!important}
  .ldpam-production-v158 .ldpam-main-video-copy>strong{font-size:clamp(34px,10vw,46px)!important}
}

/* v15.10.86 — match the archive's pale split video card exactly. */
.ldpam-production-v158 .ldpam-main-video-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(18px,2vw,26px)!important;
  width:100%!important;
}
.ldpam-production-v158 button.ldpam-main-video-card,
.ldpam-production-v158 button.ldpam-main-video-card:hover,
.ldpam-production-v158 button.ldpam-main-video-card:focus,
.ldpam-production-v158 button.ldpam-main-video-card:focus-visible,
.ldpam-production-v158 button.ldpam-main-video-card:active{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(210px,44%) minmax(0,1fr)!important;
  grid-template-areas:"image copy"!important;
  min-height:300px!important;
  height:auto!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(31,31,31,.16)!important;
  border-radius:0!important;
  background:rgba(246,244,240,.74)!important;
  background-image:none!important;
  color:#1d1d1c!important;
  box-shadow:none!important;
  text-align:left!important;
  transform:none!important;
}
.ldpam-production-v158 .ldpam-main-video-card::after{display:none!important}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image{
  position:relative!important;
  inset:auto!important;
  grid-area:image!important;
  width:100%!important;
  min-height:300px!important;
  height:100%!important;
  aspect-ratio:auto!important;
  background:#262626!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image::after{
  display:block!important;
  background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.24))!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
  filter:none!important;
}
.ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image i{
  top:auto!important;
  right:20px!important;
  bottom:20px!important;
  left:auto!important;
  width:52px!important;
  height:52px!important;
  border-color:rgba(255,255,255,.88)!important;
  background:rgba(20,19,18,.18)!important;
  transform:none!important;
}
.ldpam-production-v158 .ldpam-main-video-copy{
  position:relative!important;
  z-index:2!important;
  inset:auto!important;
  grid-area:copy!important;
  display:flex!important;
  min-width:0!important;
  min-height:300px!important;
  padding:28px!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  background:rgba(246,244,240,.74)!important;
  color:#1d1d1c!important;
}
.ldpam-production-v158 .ldpam-main-video-copy .ldpam-main-video-meta{
  margin:0 0 9px!important;
  padding:0!important;
  color:#c67952!important;
  font-size:10px!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>strong{
  display:block!important;
  max-width:100%!important;
  margin:0 0 12px!important;
  padding:0!important;
  overflow:visible!important;
  color:#1d1d1c!important;
  font:500 clamp(30px,2.8vw,46px)/.94 "Cormorant Garamond",Georgia,serif!important;
  white-space:normal!important;
  word-break:normal!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>small{
  display:-webkit-box!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  padding:0!important;
  overflow:hidden!important;
  color:#676561!important;
  font:400 13px/1.55 Manrope,Arial,sans-serif!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>b{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-top:auto!important;
  padding-top:15px!important;
  border-top:1px solid rgba(29,28,26,.18)!important;
  color:#262320!important;
  font:800 9px/1 Manrope,Arial,sans-serif!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
.ldpam-production-v158 .ldpam-main-video-copy>b i{
  color:#c67952!important;
  font-size:18px!important;
  font-style:normal!important;
}
.ldpam-production-v158 .ldpam-main-video-card:hover img,
.ldpam-production-v158 .ldpam-main-video-card:focus-visible img{
  transform:none!important;
  filter:none!important;
}
@media(max-width:760px){
  .ldpam-production-v158 .ldpam-main-video-grid{grid-template-columns:1fr!important}
  .ldpam-production-v158 button.ldpam-main-video-card,
  .ldpam-production-v158 button.ldpam-main-video-card:hover,
  .ldpam-production-v158 button.ldpam-main-video-card:focus,
  .ldpam-production-v158 button.ldpam-main-video-card:active{
    grid-template-columns:1fr!important;
    grid-template-areas:"image" "copy"!important;
    min-height:0!important;
  }
  .ldpam-production-v158 .ldpam-main-video-card .ldpam-main-video-image{
    min-height:0!important;
    height:auto!important;
    aspect-ratio:16/9!important;
  }
  .ldpam-production-v158 .ldpam-main-video-copy{
    min-height:0!important;
    padding:26px 24px!important;
  }
  .ldpam-production-v158 .ldpam-main-video-copy>strong{
    font-size:clamp(34px,10vw,46px)!important;
  }
}

/* v15.11.4 — mobile editorial sections and per-work hero focal point.
   This is intentionally the final mobile authority: retired television rules
   must not preserve a narrow desktop column on phones. */
@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero {
    background-position: var(--film-mobile-pos, var(--film-pos, center)) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview {
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-inline: var(--production-gutter, 20px) !important;
    flex-direction: column !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 0 !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview-main,
  .ldpam-production-v158 .ldpam-film-v12-overview-aside,
  .ldpam-production-v158 .ldpam-film-v12-performance {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-overview-main { order: 1 !important; }
  .ldpam-production-v158 .ldpam-film-v12-overview-aside {
    order: 2 !important;
    margin: 44px 0 0 !important;
    padding: 0 12px 0 30px !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-performance {
    order: 3 !important;
    margin: 48px 0 0 !important;
    padding: 26px 0 24px 20px !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-overview-copy,
  .ldpam-production-v158 .ldpam-film-v12-overview-copy .ldpam-plot-text,
  .ldpam-production-v158 .ldpam-film-v12-overview-copy p,
  .ldpam-production-v158 .ldpam-film-v12-performance p {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-overview-copy p:first-child {
    font-size: clamp(25px, 7.2vw, 34px) !important;
    line-height: 1.32 !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-performance h2 {
    max-width: none !important;
    font-size: clamp(36px, 11vw, 48px) !important;
    line-height: .98 !important;
  }

  .ldpam-production-v158 .ldpam-tv-behind-camera {
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 54px var(--production-gutter, 20px) 68px !important;
    flex-direction: column !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
  }
  .ldpam-production-v158 .ldpam-tv-behind-camera-media,
  .ldpam-production-v158 .ldpam-tv-behind-camera-copy {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .ldpam-production-v158 .ldpam-tv-behind-camera-media {
    order: 1 !important;
    margin: 24px 12px 0 0 !important;
  }
  .ldpam-production-v158 .ldpam-tv-behind-camera-copy {
    order: 2 !important;
    margin: 0 !important;
    padding: 24px 0 20px 20px !important;
  }
  .ldpam-production-v158 .ldpam-tv-behind-camera-copy h2 {
    font-size: clamp(38px, 11vw, 50px) !important;
  }
  .ldpam-production-v158 .ldpam-tv-behind-camera-copy p {
    width: 100% !important;
    max-width: none !important;
  }
}

/* v15.11.5 — final mobile reading order. The ID and shared-template classes
   deliberately outrank the retired television-specific order declarations. */
@media (max-width: 900px) {
  article.ldpam-production-v158.ldpam-career-v14 #overview > .ldpam-film-v12-overview-main {
    order: 1 !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview > .ldpam-film-v12-overview-aside {
    order: 2 !important;
    margin-top: 44px !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview > .ldpam-film-v12-performance {
    order: 3 !important;
    margin-top: 48px !important;
  }
}

/* v15.11.8 — final shared editorial polish for work pages. */
.ldpam-production-v158 .ldpam-film-v12-poster-stage,
.ldpam-production-v158 .ldpam-film-v12-poster-stage:hover,
.ldpam-production-v158 .ldpam-film-v12-poster-stage:focus,
.ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible {
  border: 1px solid rgba(243, 238, 231, .62) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(16, 13, 11, .26) !important;
}

@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:link,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:visited {
    position: relative !important;
    min-width: 220px !important;
    padding: 0 58px 0 30px !important;
    color: var(--production-ivory) !important;
    border: 1px solid rgba(243, 238, 231, .62) !important;
    background: rgba(15, 12, 10, .32) !important;
    transition: color .28s ease, background .28s ease, border-color .28s ease !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore::after {
    content: "\2192";
    position: absolute;
    right: 24px;
    color: var(--production-copper);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    transition: transform .28s ease;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:hover,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:focus-visible {
    color: var(--production-ink) !important;
    border-color: var(--production-ivory) !important;
    background: var(--production-ivory) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:hover::after,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:focus-visible::after {
    transform: translateX(4px);
  }

  .ldpam-production-v158 .ldpam-film-v12-overview {
    padding-top: clamp(68px, 5.5vw, 88px) !important;
    padding-bottom: clamp(68px, 5.5vw, 88px) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-performance {
    margin-top: clamp(32px, 3vw, 42px) !important;
  }
}

.ldpam-production-v158 .ldpam-film-v12-performance p {
  max-width: 740px !important;
  color: #554b43 !important;
  font-family: var(--ldpam-display-font, "Cormorant Garamond", Georgia, serif) !important;
  font-size: clamp(18px, 1.22vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer {
  margin-top: clamp(42px, 4vw, 58px) !important;
  border-top: 1px solid rgba(33, 27, 23, .18) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer summary {
  padding: 22px 0 18px !important;
  color: var(--production-muted) !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer > div {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 clamp(28px, 3vw, 52px) !important;
  margin-top: 0 !important;
  border-top: 1px solid rgba(33, 27, 23, .12) !important;
  background: transparent !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer p {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 20px 0 22px !important;
  color: var(--production-ink) !important;
  border-bottom: 1px solid rgba(33, 27, 23, .12) !important;
  background: transparent !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer p strong {
  display: block !important;
  color: var(--production-ink) !important;
  font-family: var(--ldpam-display-font, "Cormorant Garamond", Georgia, serif) !important;
  font-size: clamp(19px, 1.3vw, 23px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

.ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer p span {
  display: block !important;
  margin-top: 7px !important;
  color: var(--production-copper) !important;
  font-family: var(--ldpam-ui-font, Manrope, Arial, sans-serif) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: .03em !important;
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .ldpam-production-v158 .ldpam-film-v12-cast .ldpam-film-v12-drawer > div {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v15.11.7 — viewport-aware desktop work hero. The production poster and copy
   no longer cap the opening composition on taller displays. Preserve the
   stronger contrast behind the editorial content while allowing more of the
   background image to read through the centre and right of the frame. */
@media (min-width: 901px) {
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero,
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero-inner {
    box-sizing: border-box !important;
    min-height: 100svh !important;
    height: auto !important;
    max-height: none !important;
  }

  body.admin-bar .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero,
  body.admin-bar .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero-inner {
    min-height: calc(100svh - 32px) !important;
  }

  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-overlay {
    background:
      linear-gradient(90deg,
        rgba(10, 8, 6, .82) 0%,
        rgba(10, 8, 6, .54) 39%,
        rgba(10, 8, 6, .22) 70%,
        rgba(10, 8, 6, .16) 100%),
      linear-gradient(0deg,
        rgba(10, 8, 6, .70) 0%,
        rgba(10, 8, 6, .18) 58%,
        rgba(10, 8, 6, .10) 100%) !important;
  }
}

/* v15.11.6 — compact mobile portrait rhythm. The former desktop rail left
   oversized shelves around the image after it moved into the reading flow. */
@media (max-width: 900px) {
  article.ldpam-production-v158.ldpam-career-v14 #overview > .ldpam-film-v12-overview-main {
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview .ldpam-film-v12-overview-copy,
  article.ldpam-production-v158.ldpam-career-v14 #overview .ldpam-plot-text {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview .ldpam-plot-text > :last-child {
    margin-bottom: 0 !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview > .ldpam-film-v12-overview-aside {
    position: static !important;
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 28px 0 0 !important;
    padding: 0 12px 0 30px !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview .ldpam-film-v12-overview-portrait {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }
  article.ldpam-production-v158.ldpam-career-v14 #overview > .ldpam-film-v12-performance {
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 32px 0 0 !important;
  }
}

/* v15.11.9 — unified hero actions and open additional crew credits. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore::after {
    content: "\2193" !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:hover::after,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:focus-visible::after {
    transform: translateY(4px) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action {
    position: relative !important;
    justify-content: space-between !important;
    min-height: 52px !important;
    padding: 0 19px !important;
    border: 1px solid rgba(243, 238, 231, .52) !important;
    background: rgba(15, 12, 10, .38) !important;
    color: var(--production-ivory) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action::after {
    color: var(--production-copper);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer::after {
    content: "\25B6";
    font-size: 11px;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:link,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:visited {
    border-color: rgba(243, 238, 231, .82) !important;
    background: var(--production-ivory) !important;
    color: var(--production-ink) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy::after {
    content: "\2197";
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action:hover,
  .ldpam-production-v158 .ldpam-film-v12-under-action:focus-visible {
    border-color: var(--production-copper) !important;
  }
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 26px !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-trailer,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 21px !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-trailer {
    color: var(--production-ivory) !important;
    border: 1px solid rgba(243, 238, 231, .64) !important;
    background: rgba(15, 12, 10, .34) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-trailer::after {
    content: "\25B6";
    color: var(--production-copper);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:link,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:visited {
    color: var(--production-ivory) !important;
    border: 1px solid rgba(189, 118, 84, .78) !important;
    background: rgba(189, 118, 84, .16) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon::after {
    content: "\2197";
    color: var(--production-copper);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:link,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:visited {
    color: var(--production-ink) !important;
    border: 1px solid var(--production-ivory) !important;
    background: var(--production-ivory) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore::after {
    content: "\2193";
    color: var(--production-copper);
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark {
  margin-top: clamp(42px, 4vw, 58px) !important;
  border: 0 !important;
  border-top: 1px solid rgba(243, 238, 231, .2) !important;
  background: transparent !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark summary {
  padding: 22px 0 18px !important;
  color: rgba(243, 238, 231, .72) !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark summary b {
  color: var(--production-copper) !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark > div {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 clamp(28px, 3vw, 52px) !important;
  margin-top: 0 !important;
  border-top: 1px solid rgba(243, 238, 231, .12) !important;
  background: transparent !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark p {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 20px 0 22px !important;
  border-bottom: 1px solid rgba(243, 238, 231, .12) !important;
  background: transparent !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark p small {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--production-copper) !important;
  font-family: var(--ldpam-ui-font, Manrope, Arial, sans-serif) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark p strong {
  display: block !important;
  color: var(--production-ivory) !important;
  font-family: var(--ldpam-display-font, "Cormorant Garamond", Georgia, serif) !important;
  font-size: clamp(19px, 1.3vw, 23px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .ldpam-production-v158 .ldpam-film-v12-crew .ldpam-film-v12-drawer.is-dark > div {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v15.11.10 — poster-linked trailer control and consistent drawn action icons. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-poster-column {
    width: 100% !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-stage {
    border: 1px solid rgba(243, 238, 231, .52) !important;
    border-bottom-color: rgba(243, 238, 231, .22) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .48) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 18px 0 20px !important;
    border: 0 !important;
    border-top: 1px solid rgba(243, 238, 231, .34) !important;
    background: rgba(15, 12, 10, .76) !important;
    box-sizing: border-box !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer::after {
    content: "" !important;
    width: 12px !important;
    height: 14px !important;
    flex: 0 0 12px !important;
    background: var(--production-copper) !important;
    clip-path: polygon(12% 5%, 92% 50%, 12% 95%) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy {
    width: 100% !important;
    max-width: none !important;
    margin-top: 12px !important;
    box-sizing: border-box !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 1px solid var(--production-copper) !important;
    border-right: 1px solid var(--production-copper) !important;
    box-sizing: border-box !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-column:has(.ldpam-film-v12-under-action.is-trailer:hover) .ldpam-film-v12-poster-stage img,
  .ldpam-production-v158 .ldpam-film-v12-poster-column:has(.ldpam-film-v12-under-action.is-trailer:focus-visible) .ldpam-film-v12-poster-stage img {
    transform: scale(1.035) !important;
    filter: brightness(.65) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-column:has(.ldpam-film-v12-under-action.is-trailer:hover) .ldpam-film-v12-play,
  .ldpam-production-v158 .ldpam-film-v12-poster-column:has(.ldpam-film-v12-under-action.is-trailer:focus-visible) .ldpam-film-v12-play {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-column:has(.ldpam-film-v12-poster-stage:hover) .ldpam-film-v12-under-action.is-trailer,
  .ldpam-production-v158 .ldpam-film-v12-poster-column:has(.ldpam-film-v12-poster-stage:focus-visible) .ldpam-film-v12-under-action.is-trailer,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer:hover,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer:focus-visible {
    border-top-color: var(--production-copper) !important;
    background: rgba(15, 12, 10, .92) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible {
    border-color: var(--production-copper) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 1px solid var(--production-copper) !important;
    border-bottom: 1px solid var(--production-copper) !important;
    transform: rotate(45deg) translate(-2px, -2px) !important;
    box-sizing: border-box !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:hover::after,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore:focus-visible::after {
    transform: rotate(45deg) translate(1px, 1px) !important;
  }
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-trailer::after {
    content: "" !important;
    width: 12px !important;
    height: 14px !important;
    flex: 0 0 12px !important;
    background: var(--production-copper) !important;
    clip-path: polygon(12% 5%, 92% 50%, 12% 95%) !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
    border-top: 1px solid var(--production-copper) !important;
    border-right: 1px solid var(--production-copper) !important;
    box-sizing: border-box !important;
  }

  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
    border-right: 1px solid var(--production-copper) !important;
    border-bottom: 1px solid var(--production-copper) !important;
    transform: rotate(45deg) translate(-2px, -2px) !important;
    box-sizing: border-box !important;
  }
}

/* v15.11.11 final cascade — permanent poster play state and Amazon lockup. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-poster-stage {
    border: 1px solid rgba(243, 238, 231, .58) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .48) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-poster-stage img {
    filter: brightness(.88) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-play {
    opacity: 1 !important;
    transform: scale(1) !important;
    background: linear-gradient(0deg, rgba(8, 7, 6, .18), rgba(8, 7, 6, .04) 58%, transparent) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-play i {
    position: relative !important;
    width: 62px !important;
    height: 62px !important;
    border: 1px solid rgba(243, 238, 231, .78) !important;
    background: rgba(9, 8, 7, .38) !important;
    color: transparent !important;
    font-size: 0 !important;
    transition: border-color .28s ease, background .28s ease, transform .28s ease !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-play i::after {
    content: "" !important;
    width: 13px !important;
    height: 16px !important;
    margin-left: 3px !important;
    background: var(--production-ivory) !important;
    clip-path: polygon(8% 4%, 94% 50%, 8% 96%) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-play b {
    margin-top: 14px !important;
    color: var(--production-ivory) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .18em !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .85) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover img,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible img {
    transform: scale(1.025) !important;
    filter: brightness(.68) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover .ldpam-film-v12-play,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible .ldpam-film-v12-play {
    background: linear-gradient(0deg, rgba(8, 7, 6, .36), rgba(8, 7, 6, .12) 62%, rgba(8, 7, 6, .04)) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:hover .ldpam-film-v12-play i,
  .ldpam-production-v158 .ldpam-film-v12-poster-stage:focus-visible .ldpam-film-v12-play i {
    border-color: var(--production-copper) !important;
    background: rgba(15, 12, 10, .82) !important;
    transform: scale(1.06) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-trailer {
    display: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:link,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:visited {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 14px !important;
    padding: 12px 20px !important;
    border: 1px solid rgba(243, 238, 231, .42) !important;
    background: rgba(15, 12, 10, .58) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy::after {
    display: none !important;
    content: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy img {
    display: block !important;
    width: 154px !important;
    max-width: 78% !important;
    height: auto !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:hover,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:focus-visible {
    border-color: var(--production-copper) !important;
    background: rgba(15, 12, 10, .82) !important;
  }
}
@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:link,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:visited {
    justify-content: center !important;
    border-color: rgba(243, 238, 231, .48) !important;
    background: rgba(15, 12, 10, .5) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon::after {
    display: none !important;
    content: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon img {
    display: block !important;
    width: 148px !important;
    max-width: 72% !important;
    height: auto !important;
  }
}

/* v15.11.12 authoritative final cascade — clean play icon and optical Amazon centring. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-play i {
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    text-shadow: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-play i::before {
    display: none !important;
    content: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-play i::after {
    display: block !important;
    margin: 0 0 0 3px !important;
    transform: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy img {
    transform: translateY(-2px) !important;
  }
}
@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon img {
    margin: 0 auto !important;
    transform: translateY(-3px) !important;
  }
}

/* v15.11.13 authoritative final cascade — selectable poster side and lighter hero image. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-right .ldpam-film-v12-hero-inner {
    grid-template-columns: minmax(0, 1fr) clamp(230px, 20vw, 285px) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-right .ldpam-film-v12-title {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-right .ldpam-film-v12-poster-column {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 100% !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-left .ldpam-film-v12-hero-inner {
    grid-template-columns: clamp(230px, 20vw, 285px) minmax(0, 1fr) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-left .ldpam-film-v12-poster-column {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    width: 100% !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-left .ldpam-film-v12-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-right .ldpam-film-v12-overlay {
    background:
      linear-gradient(90deg,
        rgba(10, 8, 6, .76) 0%,
        rgba(10, 8, 6, .48) 39%,
        rgba(10, 8, 6, .18) 70%,
        rgba(10, 8, 6, .12) 100%),
      linear-gradient(0deg,
        rgba(10, 8, 6, .64) 0%,
        rgba(10, 8, 6, .14) 58%,
        rgba(10, 8, 6, .08) 100%) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-left .ldpam-film-v12-overlay {
    background:
      linear-gradient(270deg,
        rgba(10, 8, 6, .76) 0%,
        rgba(10, 8, 6, .48) 39%,
        rgba(10, 8, 6, .18) 70%,
        rgba(10, 8, 6, .12) 100%),
      linear-gradient(0deg,
        rgba(10, 8, 6, .64) 0%,
        rgba(10, 8, 6, .14) 58%,
        rgba(10, 8, 6, .08) 100%) !important;
  }
}

/* v15.11.14 authoritative final cascade — align the desktop hero composition
   with the shared editorial page gutter. The background remains full bleed;
   only the poster and copy move onto the same content lines as Story below. */
@media (min-width: 901px) {
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero-inner {
    width: min(100%, var(--production-max)) !important;
    max-width: var(--production-max) !important;
    padding-left: var(--production-gutter) !important;
    padding-right: var(--production-gutter) !important;
  }
}

/* v15.11.15 authoritative final cascade — refined hero copy and a desktop
   chapter bar that sits beneath the site's visible navigation stack. */
.ldpam-production-v158 .ldpam-film-v12-credit-name + .ldpam-film-v12-credit-role {
  margin-left: .18em !important;
}
.ldpam-production-v158 .ldpam-film-v12-credit em {
  margin: 0 .14em 0 0 !important;
}
.ldpam-production-v158 .ldpam-film-v12-deck {
  max-width: 720px !important;
  color: rgba(243, 238, 231, .84) !important;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif !important;
  font-size: clamp(15px, 1.08vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  letter-spacing: -.012em !important;
}
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-career-chapter-nav {
    top: var(--ldpam-chapter-nav-top, 0px) !important;
    z-index: 80 !important;
  }
  .ldpam-production-v158 main > section[id],
  .ldpam-production-v158 #performance {
    scroll-margin-top: calc(var(--ldpam-chapter-nav-top, 0px) + 65px) !important;
  }
}

/* v15.11.19 — mobile actions follow the reading order used throughout the
   work page: enter the page, watch its trailer, then visit the retailer. */
@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-explore {
    order: 1 !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-trailer {
    order: 2 !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon {
    order: 3 !important;
  }
}
@media (max-width: 720px) {
  .ldpam-production-v158 .ldpam-film-v12-credit-name + .ldpam-film-v12-credit-role {
    margin-left: 0 !important;
  }
}

/* v15.11.16 authoritative final cascade — fixed positioning is deliberately
   used while scrolling so theme-level overflow containers cannot disable the
   desktop chapter bar. The spacer prevents any jump in the page flow. */
.ldpam-production-v158 .ldpam-career-chapter-spacer {
  display: block;
  width: 100%;
  height: 0;
}
@media (min-width: 0px) {
  .ldpam-production-v158 .ldpam-career-chapter-spacer {
    display: block;
  }
  .ldpam-production-v158 .ldpam-career-chapter-nav.is-ldpam-fixed {
    position: fixed !important;
    top: var(--ldpam-fixed-top, 0px) !important;
    right: auto !important;
    left: var(--ldpam-fixed-left, 0px) !important;
    width: var(--ldpam-fixed-width, 100vw) !important;
    margin: 0 !important;
    z-index: 900 !important;
    box-sizing: border-box !important;
  }
}

/* v15.11.17 authoritative final cascade — the pinned navigation is portalled
   beneath <body>, so it receives a complete self-contained visual treatment. */
@media (min-width: 0px) {
  body > .ldpam-career-chapter-nav.is-ldpam-fixed {
    --ldpam-chapter-copper: #c77b55;
    position: fixed !important;
    top: var(--ldpam-fixed-top, 0px) !important;
    right: auto !important;
    left: var(--ldpam-fixed-left, 0px) !important;
    width: var(--ldpam-fixed-width, 100vw) !important;
    height: 59px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(35, 29, 25, .14) !important;
    background: rgba(247, 243, 237, .97) !important;
    box-shadow: 0 8px 24px rgba(31, 25, 21, .08) !important;
    backdrop-filter: blur(14px) !important;
    z-index: 9000 !important;
    box-sizing: border-box !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed > div {
    display: flex !important;
    justify-content: safe center !important;
    gap: clamp(18px, 2.5vw, 38px) !important;
    width: min(100%, 1420px) !important;
    height: 58px !important;
    margin: 0 auto !important;
    padding: 0 clamp(28px, 4.4vw, 64px) !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed > div::-webkit-scrollbar {
    display: none !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a,
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a:visited {
    position: relative !important;
    display: grid !important;
    flex: 0 0 auto !important;
    place-items: center !important;
    height: 58px !important;
    padding: 0 !important;
    color: #554b43 !important;
    font-family: var(--ldpam-ui-font, "Manrope", "Helvetica Neue", Arial, sans-serif) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .13em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a::after {
    content: "" !important;
    position: absolute !important;
    right: 50% !important;
    bottom: 14px !important;
    left: 50% !important;
    height: 2px !important;
    background: var(--ldpam-chapter-copper) !important;
    transition: right .25s ease, left .25s ease !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a:hover,
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a:focus,
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a.is-active {
    color: #231d19 !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a:hover::after,
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a:focus::after,
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a.is-active::after {
    right: 0 !important;
    left: 0 !important;
  }
}

/* v15.11.20 — the document-layer chapter bar now remains available on tablet
   and mobile. On narrower screens its chapters form a touch-friendly,
   horizontally scrolling row beneath whichever site/admin header is visible. */
@media (max-width: 900px) {
  .ldpam-production-v158 main > section[id],
  .ldpam-production-v158 #performance {
    scroll-margin-top: calc(var(--ldpam-chapter-nav-top, 0px) + 61px) !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed {
    height: 55px !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed > div {
    justify-content: flex-start !important;
    gap: 28px !important;
    height: 54px !important;
    padding: 0 20px !important;
    overscroll-behavior-inline: contain !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a,
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a:visited {
    height: 54px !important;
    font-size: 8px !important;
  }
  body > .ldpam-career-chapter-nav.is-ldpam-fixed a::after {
    bottom: 11px !important;
  }
}

/* Optional archive previews on a work page deliberately use the archive
   page's real section and card components. Only this outer bridge and the
   overflow CTA are unique to the shorter main-page preview. */
.ldpam-production-v158 main > .ldpam-main-archive-embed {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #c9c9c7 !important;
}
.ldpam-production-v158 .ldpam-main-archive-more,
.ldpam-production-v158 .ldpam-main-archive-more:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 22px !important;
  padding: 12px 0 8px !important;
  border-bottom: 1px solid rgba(23, 21, 19, .45) !important;
  color: #171513 !important;
  font-family: var(--ldpam-ui-font, Manrope, Arial, sans-serif) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.ldpam-production-v158 .ldpam-main-archive-more:hover,
.ldpam-production-v158 .ldpam-main-archive-more:focus-visible {
  color: #a96040 !important;
  border-color: #a96040 !important;
}

/* v15.11.26 — CSS-only action arrow prevents iOS emoji substitution. */
.ldpam-production-v158 .ldpam-main-video-cta::after {
  content: "" !important;
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='22.5' fill='none' stroke='%23716d69' stroke-width='1'/%3E%3Cpath d='M16.5 31.5 31.5 16.5M22 16.5h9.5V26' fill='none' stroke='%23c47752' stroke-width='1.7'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 44px 44px !important;
  clip-path: none !important;
}

/* v15.11.31 — editorial Amazon link replaces the oversized branded advert. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:link,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:visited {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 11px !important;
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 9px !important;
    padding: 9px 1px 4px !important;
    border: 0 !important;
    border-top: 1px solid rgba(243, 238, 231, .36) !important;
    background: transparent !important;
    color: var(--production-ivory) !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy span {
    color: inherit !important;
    font-family: var(--ldpam-ui-font, Manrope, Arial, sans-serif) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy i,
  .ldpam-production-v158 .ldpam-film-v12-mobile-amazon i {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    border-radius: 50% !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='14' fill='none' stroke='%23c9c2ba' stroke-width='1'/%3E%3Cpath d='M10.5 19.5 19.5 10.5M13.7 10.5h5.8v5.8' fill='none' stroke='%23c47752' stroke-width='1.4'/%3E%3C/svg%3E") center/28px 28px no-repeat !important;
    transition: transform .24s ease, filter .24s ease !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy img {
    display: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:hover,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:focus-visible {
    border-top-color: var(--production-copper) !important;
    background: transparent !important;
    color: var(--production-copper) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:hover i,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:focus-visible i {
    transform: translate(2px, -2px) !important;
    filter: brightness(1.12) !important;
  }
}

@media (max-width: 900px) {
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:link,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:visited,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:hover,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon:focus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    min-height: 52px !important;
    padding: 11px 18px !important;
    border: 1px solid rgba(243, 238, 231, .48) !important;
    background: rgba(15, 12, 10, .38) !important;
    color: var(--production-ivory) !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon span {
    color: inherit !important;
    font-family: var(--ldpam-ui-font, Manrope, Arial, sans-serif) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon i {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    border-radius: 50% !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='14' fill='none' stroke='%23c9c2ba' stroke-width='1'/%3E%3Cpath d='M10.5 19.5 19.5 10.5M13.7 10.5h5.8v5.8' fill='none' stroke='%23c47752' stroke-width='1.4'/%3E%3C/svg%3E") center/28px 28px no-repeat !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon img,
  .ldpam-production-v158 .ldpam-film-v12-hero-actions .ldpam-film-v12-mobile-amazon::after {
    display: none !important;
    content: none !important;
  }
}

/* v15.11.32 authoritative final cascade — balanced desktop poster scale and
   navigation clearance. Explore Film intentionally remains aligned with the
   editorial copy; only the retailer link centres beneath its poster. */
@media (min-width: 901px) {
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-right .ldpam-film-v12-hero-inner {
    grid-template-columns: minmax(0, 1fr) clamp(220px, 34vh, 265px) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-hero.is-poster-left .ldpam-film-v12-hero-inner {
    grid-template-columns: clamp(220px, 34vh, 265px) minmax(0, 1fr) !important;
  }
  .ldpam-production-v158.ldpam-production-v159 .ldpam-film-v12-hero-inner {
    padding-top: clamp(120px, 9vw, 150px) !important;
    padding-bottom: clamp(34px, 3vw, 48px) !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-poster-column {
    max-width: 265px !important;
  }
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:link,
  .ldpam-production-v158 .ldpam-film-v12-under-action.is-buy:visited {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
