/* ent.css — the Entertainment desk's dark sheet.
   Loaded by entertainment.html ONLY, after styles.css. The layout is the
   owner's 2026-08-13 design mock, rebuilt on the Globe's own type system:
   Playfair Display where the mock set Bodoni Moda (the same optical match
   styles.css already records), Inter for everything else, the site's real
   chrome untouched above and below. Scoped under .entdark / .entdesk so
   nothing here can leak onto another page.

   TYPE SCALE, RECALIBRATED 2026-08-13. The mock's clamps used preferred vw
   values that only reach their max at a ~1515px viewport, while .page-wrap
   caps at 1280px — so at real widths every size rendered 15–40% under the
   design's own intent (measured: review copy 7.6px, eyebrows 5.6px). Every
   clamp below keeps the mock's MAX (the intended size), sets the preferred
   value to max ÷ 12.8 vw so the max lands exactly at 1280px, and raises the
   floor to a readable minimum (9px labels, 10–11px copy). The density is
   the mock's; only the squint is gone. */

/* FULL-BLEED, 2026-08-13, owner-reviewed at 1920px: the dark ground runs
   edge to edge instead of sitting in the site's framed sheet — this desk is
   deliberately its own room. The CONTENT column stays capped (.page-wrap,
   1280px): eyes track a line comfortably to ~75 characters, so the ground
   bleeds and the text does not. The front page keeps its frame; a section
   that reskins itself full-bleed while the front stays classic is standard
   newspaper practice, not drift. */
.entdark { max-width: none; border-radius: 0; box-shadow: none; background: #0a0b0b; }

/* ---- compact chrome, this page only ----
   Owner's call 2026-08-13: on a desk page the section owns the screen and
   the paper signs smaller — the front page keeps the full nameplate. CSS
   only, on donor-identical markup, so the chrome sweep and its drift tests
   see the same bytes on every page. */
.entdark .band.utility { height: 30px; }
.entdark .brand-band.small { height: 58px; }
.entdark .brand-band.small .wordmark { width: 290px; }
.entdark nav.sections { height: 32px; }

/* ---- the latest strip (white, between the chrome and the dark sheet) ---- */
.ent-latest { background: var(--paper, #fff); border-bottom: 1px solid #d9d9d5; }
.ent-latest-inner {
  height: 42px; max-width: 1720px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: center; gap: 15px;
  overflow: hidden; white-space: nowrap; text-decoration: none; color: #111;
}
.ent-latest-label { color: #d21e3d; font-family: var(--ui); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.ent-latest-time { padding-left: 14px; border-left: 1px solid #d3d3d0; color: #565656; font-family: var(--ui); font-size: 9px; font-weight: 700; }
.ent-latest-story { font: 500 13px/1 var(--display); overflow: hidden; text-overflow: ellipsis; }
.ent-latest-arrow { color: #cf1e3c; font-size: 18px; margin-left: 3px; }

/* ---- the dark page shell ---- */
.entdesk {
  position: relative;
  color: #f5f3ef;
  font-family: var(--ui);
  background:
    radial-gradient(850px 430px at 92% 0%, rgba(91, 5, 21, .5), transparent 65%),
    radial-gradient(700px 600px at -10% 36%, rgba(54, 15, 15, .15), transparent 62%),
    linear-gradient(115deg, #080909 0%, #0b0c0c 55%, #070808 100%);
  overflow: hidden;
}
.entdesk::before {
  content: "";
  position: absolute; inset: 0;
  opacity: .2; pointer-events: none;
  background-image: repeating-linear-gradient(115deg, transparent 0, transparent 8px, rgba(255,255,255,.012) 9px, transparent 10px);
}
.entdesk a { color: inherit; text-decoration: none; }
/* The rooms law, enforced: several panels set display:flex/grid, which
   would beat the UA's [hidden]{display:none} — so a hidden room is forced
   dark here. Remove this and every empty room renders as broken furniture. */
.entdesk [hidden] { display: none !important; }
/* Tab landings clear the sticky nav: without this, an anchored section's
   top hides under the 32px bar and every tab feels like it lands short. */
.entdesk [id], .ent-latest { scroll-margin-top: 48px; }
.entdesk .dm-flag { color: #d8a551; font-weight: 600; letter-spacing: .08em; font-size: clamp(8px, .7vw, 9px); text-transform: none; }
/* The panel-foot: one hairline row per data panel — the action link left,
   the source credit right. Credits are a licence condition (TVmaze) and
   house law (rule 10); they stay, at caption weight, as furniture. */
.entdesk .panel-foot { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: auto; padding-top: 8px; border-top: 1px solid #242626; }
.entdesk .ent-room-credit { color: #7c7d7e; margin: 0 0 0 auto; font-size: 8px; letter-spacing: .03em; text-align: right; }
.entdesk .ent-room-credit:empty { display: none; }
.entdesk .ent-room-note { font-weight: 500; color: #98999b; }
/* WIDE, 2026-08-13, owner's call against his own screen: the sheet's grid
   runs nearly wall-to-wall (the artifact look he approved), not a 1280px
   island. 1720px caps it on ultrawides; reading measure survives because
   the grid's CELLS are the columns, and the hero copy keeps its own
   max-width. The type scale's clamps stay tuned to hit max by 1280, so on
   wide screens the panels gain air, never balloon text. */
.entdesk .page-wrap { width: 100%; max-width: 1720px; padding-left: 24px; padding-right: 24px; margin: 0 auto; }
.entdesk .section-label { font-family: var(--ui); text-transform: uppercase; letter-spacing: .15em; font-size: clamp(9px, .78vw, 10px); font-weight: 700; margin: 0; }
.entdesk .card-outline { border: 1px solid var(--line, #3a3c3c); background: rgba(8, 9, 9, .92); }
.entdesk .gold { color: #d3a051; }
.entdesk .red { color: #e12240; }
.entdesk .panel-topline { display: flex; align-items: center; justify-content: space-between; min-height: 15px; gap: 8px; }
.entdesk .panel-link { color: #c9caca; font-family: var(--ui); font-size: clamp(8px, .7vw, 9px); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; white-space: nowrap; }
.entdesk p { margin: 0; }
.entdesk h1, .entdesk h2, .entdesk h3 { margin: 0; }

/* ---- desk head ---- */
.ent-head { min-height: 71px; position: relative; padding-top: 13px; padding-bottom: 11px; }
.ent-title-row { display: flex; align-items: center; justify-content: space-between; min-height: 35px; position: relative; z-index: 2; }
.ent-title { font: 500 clamp(27px, 3.05vw, 43px)/1 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.sparkles { font-size: .9em; margin-left: 4px; vertical-align: top; color: #e5e3df; }
.ent-palm { position: absolute; z-index: 1; right: 14px; top: 0; width: 92px; height: 59px; color: #050606; opacity: .96; }
.ent-subnav { position: relative; z-index: 2; display: flex; flex-wrap: nowrap; gap: clamp(18px, 2.45vw, 35px); align-items: center; margin-top: 7px; overflow: hidden; }
.ent-subnav a { color: #bbb; font-size: clamp(9px, .78vw, 10px); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; transition: color .2s ease; }
.ent-subnav a:hover, .ent-subnav a:first-child { color: #fff; }

/* ---- primary editorial grid ----
   The layout breathes with what is real. Default: the rooms are hidden and
   the hero owns the full measure. When the hydrator opens a room (demo
   today, a licensed feed later), :has() restores the mock's three-column
   grid without a byte of markup changing. */
.primary-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  /* The rail has a seat in EVERY state. Found live 2026-08-13: with the
     rooms dark and no "rail" area in the template, the always-visible
     industry rail resolved its grid-area against implicit lines, conjured
     phantom columns, and crushed the hero to 2px. A visible item must
     never hold a ticket for a seat the template forgot. */
  grid-template-areas:
    "hero"
    "rail";
  gap: 12px;
  align-items: stretch;
}
.primary-grid:has(.watch-panel:not([hidden])) {
  grid-template-columns: minmax(0, 2.38fr) minmax(0, .92fr) minmax(0, 1fr);
  grid-template-areas:
    "hero watch rail"
    "reviews noteworthy rail";
}
/* In-between honesty: a grid never prints an empty dark stripe where a
   still-dark room belongs. The rail counts as occupied when Box Office is
   open OR the Industry Briefing card was emitted at all; row two lets
   whichever of Reviews/Noteworthy is awake take the sleeping one's seat. */
.primary-grid:has(.watch-panel:not([hidden])):not(:has(.box-office:not([hidden]))):not(:has(.industry-card)) {
  grid-template-columns: minmax(0, 2.6fr) minmax(0, 1fr);
  grid-template-areas:
    "hero watch"
    "reviews noteworthy";
}
.primary-grid:has(.watch-panel:not([hidden])):has(.noteworthy-panel:not([hidden])):not(:has(.reviews-panel:not([hidden]))) {
  grid-template-areas:
    "hero watch rail"
    "noteworthy noteworthy rail";
}
.primary-grid:has(.watch-panel:not([hidden])):has(.reviews-panel:not([hidden])):not(:has(.noteworthy-panel:not([hidden]))) {
  grid-template-areas:
    "hero watch rail"
    "reviews reviews rail";
}
.entdesk .hero-card { grid-area: hero; overflow: hidden; border: 1px solid #434545; background: #100b09; display: block; margin: 0; position: relative; }
.entdesk .hero-card .hero-frame { display: block; position: relative; }
.entdesk .hero-card img { display: block; width: 100%; aspect-ratio: 2.1 / 1; object-fit: cover; transition: transform .5s ease, filter .35s ease; }
.primary-grid:has(.watch-panel:not([hidden])) .hero-card img { aspect-ratio: 1.18 / 1; }
.entdesk .hero-card:hover img { transform: scale(1.008); filter: brightness(1.04); }
.entdesk .hero-scrim { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,5,6,.82) 0%, rgba(5,5,6,.55) 38%, rgba(5,5,6,.08) 68%, transparent 100%), linear-gradient(0deg, rgba(5,5,6,.62) 0%, transparent 52%); }
.entdesk .hero-copy { position: absolute; z-index: 2; left: clamp(18px, 2.6vw, 38px); bottom: clamp(18px, 2.4vw, 34px); max-width: min(56%, 560px); display: block; }
.entdesk .hero-kicker { display: block; color: #e9e6e0; font-size: clamp(9px, .78vw, 10px); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.entdesk .hero-title { display: block; margin-top: clamp(10px, 1.1vw, 16px); font: 500 clamp(24px, 2.66vw, 44px)/1.08 var(--display); color: #fff; text-wrap: balance; }
.entdesk .hero-dek { display: block; margin-top: clamp(9px, .95vw, 12px); color: #d8d5cf; font-size: clamp(11px, .94vw, 12px); line-height: 1.5; max-width: 46ch; }
.entdesk .hero-meta { display: block; margin-top: clamp(10px, 1.1vw, 15px); color: #cfccc6; font-size: clamp(8px, .7vw, 9px); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.entdesk .hero-card .thumb-cr { position: absolute; z-index: 2; right: 10px; top: 8px; margin: 0; }
.entdesk .thumb-cr { display: block; margin-top: 4px; }
.entdesk .thumb-cr .cr { color: #83827c; font-size: clamp(8px, .66vw, 8.5px); letter-spacing: .02em; }
.entdesk .hero-card .thumb-cr .cr { color: rgba(240,238,232,.55); }
.watch-panel { grid-area: watch; padding: clamp(10px, 1vw, 15px); display: flex; min-width: 0; flex-direction: column; }
/* Content-sized, not aspect-locked: the mock's 1.84:1 was tuned to the
   1280 grid and prints a dead band at the wide measure. */
.reviews-panel { grid-area: reviews; padding: clamp(10px, 1vw, 15px); overflow: hidden; display: flex; flex-direction: column; }
.noteworthy-panel { grid-area: noteworthy; padding: clamp(9px, .92vw, 14px); overflow: hidden; display: flex; flex-direction: column; }
.right-rail { grid-area: rail; min-width: 0; display: flex; flex-direction: column; gap: 12px; }

/* what to watch */
.calendar-strip { margin-top: clamp(9px, 1.1vw, 16px); display: grid; grid-template-columns: 1.25fr repeat(5, 1fr); align-items: end; border-bottom: 1px solid #2e3030; padding-bottom: clamp(8px, .8vw, 12px); gap: 2px; }
.month-label { color: #c9c9c7; font-size: clamp(8px, .7vw, 9px); letter-spacing: .1em; font-weight: 600; text-transform: uppercase; padding-bottom: 4px; }
.date-button { border: 0; color: #c4c5c5; background: transparent; padding: 0; text-align: center; cursor: pointer; font: inherit; }
.date-button small { display: block; text-transform: uppercase; font-size: clamp(8px, .7vw, 9px); font-weight: 600; margin-bottom: 3px; }
.date-button span { display: inline-flex; width: clamp(18px, 1.75vw, 27px); height: clamp(18px, 1.75vw, 27px); align-items: center; justify-content: center; border-radius: 50%; font: 500 clamp(10px, .86vw, 11px)/1 var(--display); }
.date-button.active span { background: #f2f0eb; color: #171717; }
.watch-list { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: space-evenly; }
.watch-item { display: grid; grid-template-columns: 40% minmax(0,1fr); gap: clamp(6px, .7vw, 10px); align-items: center; padding: clamp(5px, .55vw, 8px) 0; min-height: 0; }
.watch-item + .watch-item { border-top: 1px solid #242626; }
.watch-item:hover .watch-name, .noteworthy-item:hover .noteworthy-title, .stream-item:hover .stream-name { color: #fff; }
.watch-item:hover img, .noteworthy-item:hover img, .stream-item:hover img { filter: brightness(1.06); }
.watch-item img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; object-position: 50% 35%; border: 1px solid #272929; }
.watch-tag { display: block; text-transform: uppercase; color: #d8a551; font-size: clamp(8px, .7vw, 9px); letter-spacing: .09em; font-weight: 700; line-height: 1.2; margin-bottom: 4px; }
.watch-tag.purple { color: #ad8bd4; }
.watch-name { display: block; font: 500 clamp(12px, 1.02vw, 13px)/1.12 var(--display); color: #f2efea; }
.watch-service { display: block; color: #aaa; margin-top: 3px; font-size: clamp(9px, .78vw, 10px); }
.watch-footer { color: #d7d7d4; font-size: clamp(8px, .7vw, 9px); letter-spacing: .09em; text-transform: uppercase; font-weight: 600; padding-top: 6px; }

/* reviews */
.review-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-template-rows: 1fr; gap: clamp(9px, 1vw, 15px); margin-top: clamp(10px, 1vw, 15px); }
.review-item { min-width: 0; display: flex; flex-direction: column; }
.review-frame { position: relative; }
.review-frame img { width: 100%; aspect-ratio: 1.29 / 1; object-fit: cover; border: 1px solid #333535; }
.review-frame .thumb-cr { position: absolute; left: 9px; bottom: 7px; margin: 0; }
.review-frame .thumb-cr .cr { color: rgba(240,238,232,.6); }
.review-name a:hover { color: #fff; }
.review-more { display: inline-block; margin-top: 8px; color: #d0a25b; }
/* A critic card without art is a pull quote, not a hole: centered, faintly
   gold, the verdict set in Playfair. */
.review-item:not(:has(img)) { justify-content: center; padding: 16px 18px; border: 1px solid #2e3030; background: rgba(211,160,81,.05); }
.review-item:not(:has(img)) .review-copy { font: 500 15px/1.45 var(--display); color: #e9e6e0; }
.review-item img { width: 100%; aspect-ratio: 1.29 / 1; object-fit: cover; border: 1px solid #333535; }
.entdesk .eyebrow { margin-top: clamp(6px, .55vw, 8px); color: #d0a25b; font-size: clamp(8px, .7vw, 9px); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.review-name { margin-top: 4px; font: 500 clamp(13px, 1.17vw, 15px)/1.05 var(--display); }
.rating { margin-top: 6px; display: flex; align-items: center; justify-content: space-between; color: #f4f1eb; font-size: clamp(9px, .78vw, 10px); letter-spacing: .08em; }
.review-copy { margin-top: 8px; color: #b5b5b4; font-size: clamp(10px, .86vw, 11px); line-height: 1.45; }
.byline-small { margin-top: auto; padding-top: 6px; color: #aaa; font-size: clamp(8px, .7vw, 9px); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* new & noteworthy */
.noteworthy-list { flex: 1; min-height: 0; margin-top: 7px; display: flex; flex-direction: column; justify-content: space-between; }
.noteworthy-item { flex: 1; display: grid; grid-template-columns: 39% minmax(0,1fr); gap: clamp(6px, .65vw, 10px); align-items: center; min-height: 0; padding: clamp(5px, .6vw, 9px) 0; }
.noteworthy-item + .noteworthy-item { border-top: 1px solid #2e3030; }
.noteworthy-item img { width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; object-position: 50% 35%; border: 1px solid #303232; }
.noteworthy-type { color: #b9b9b7; font-size: clamp(8px, .7vw, 9px); letter-spacing: .09em; font-weight: 700; text-transform: uppercase; }
.noteworthy-title { margin-top: 3px; font: 500 clamp(11px, .94vw, 13px)/1.18 var(--display); }
.noteworthy-meta { color: #aaa; font-size: clamp(8px, .7vw, 9px); line-height: 1.35; margin-top: 3px; }

/* box office + industry rail */
.box-office { flex: 0 0 auto; padding: clamp(10px, 1vw, 15px); overflow: hidden; }
.box-table { width: 100%; border-collapse: collapse; margin-top: 8px; table-layout: fixed; }
.box-table tr + tr { border-top: 1px solid #292b2b; }
.box-table td { padding: clamp(6px, .65vw, 10px) 0; vertical-align: top; }
.box-rank { width: 15%; color: #d9d9d6; font-size: clamp(9px, .78vw, 10px); }
.box-title { width: 61%; padding-right: 5px !important; font: 500 clamp(11px, .94vw, 13px)/1.15 var(--display); }
.box-gross { width: 24%; color: #efefed; text-align: right; font-size: clamp(9px, .78vw, 10px); }
.chart-link { display: inline-block; margin-top: 7px; color: #c4c4c2; font-size: clamp(8px, .7vw, 9px); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.industry-card { flex: 1; min-height: 0; padding: clamp(10px, 1vw, 16px); background: linear-gradient(145deg, rgba(77,15,24,.9), rgba(23,9,12,.94) 55%, rgba(11,10,10,.96)); overflow: hidden; position: relative; display: flex; flex-direction: column; }
.industry-note { color: #c6b4b6; margin-top: 7px; font-size: clamp(8px, .7vw, 9px); }
.entdesk .pull-shelf { display: inline-block; margin-bottom: 6px; padding: 2px 7px; border: 1px solid rgba(211,160,81,.45); border-radius: 999px; color: #d3a051; font-size: clamp(7px, .62vw, 8px); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.industry-more { list-style: none; margin: auto 0 0; padding: 12px 0 0; border-top: 1px solid rgba(226,145,145,.25); position: relative; z-index: 2; }
.industry-more li { display: flex; gap: 9px; align-items: baseline; padding: 5px 0; }
.industry-more a { font: 500 clamp(11px, .94vw, 12px)/1.3 var(--display); }
.industry-more a:hover { color: #fff; }
.industry-story { position: relative; z-index: 2; }
.industry-story.primary { margin-top: clamp(15px, 1.5vw, 22px); }
.industry-title a:hover { color: #fff; }
.industry-title { font: 500 clamp(16px, 1.72vw, 22px)/1.15 var(--display); text-wrap: balance; }
.industry-byline { color: #c6c2c0; font-size: clamp(8px, .7vw, 9px); letter-spacing: .08em; font-weight: 600; text-transform: uppercase; margin-top: 9px; }
/* These three imgs carry only the ent-mockart class (the credit-gate key),
   so the frames are addressed structurally — the selector must survive the
   content pass swapping the art. */
.industry-story.primary img { width: 100%; aspect-ratio: 1.9 / 1; object-fit: cover; margin-top: clamp(13px, 1.25vw, 19px); border: 1px solid rgba(255,255,255,.12); }
.industry-divider { height: 1px; margin: clamp(13px, 1.25vw, 19px) 0; background: rgba(226,145,145,.25); }
.talent-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0,.65fr); gap: 8px; align-items: start; }
.talent-row img { width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; opacity: .9; }

/* ---- the openings marquee ----
   A slim interlude between the grid and Features: film titles as a cinema
   marquee set in newspaper type — deliberately art-free, since no licensed
   source carries film posters, and Playfair owns the constraint. */
.opening-band { position: relative; z-index: 2; display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-top: 24px; padding: clamp(18px, 1.9vw, 30px) clamp(16px, 1.7vw, 28px); }
.opening-band .section-label { flex: 0 0 auto; }
.opening-list { flex: 1; min-width: 0; display: flex; align-items: baseline; overflow-x: auto; scrollbar-width: none; }
.opening-list::-webkit-scrollbar { display: none; }
.opening-item { flex: 1 1 0; min-width: 0; padding: 0 clamp(14px, 1.5vw, 26px); border-left: 1px solid #2e3030; }
.opening-item:first-child { border-left: 0; padding-left: 0; }
.opening-title { display: block; font: 500 clamp(18px, 1.75vw, 30px)/1.1 var(--display); color: #f0ede8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.opening-dir { display: block; margin-top: 7px; color: #a9aaa9; font-size: clamp(9px, .78vw, 10px); }
.opening-meta { display: block; margin-top: 6px; color: #d0a25b; font-size: clamp(8px, .7vw, 9.5px); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.opening-band .ent-room-credit { flex: 0 0 auto; }

/* ---- features row ----
   Deep Dive is growth-gated out until the desk's file outgrows the hero and
   Features seats, so the panel owns the full measure today; :has() restores
   the mock's split the day a .deep-panel is emitted again. */
.feature-row { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 24px; align-items: stretch; }
.feature-row:has(.deep-panel) { grid-template-columns: 1.75fr 1fr; }
.features-panel { padding: clamp(11px, 1.2vw, 18px); overflow: hidden; display: flex; flex-direction: column; }
.feature-lead a, .feature-mini a { color: inherit; }
.feature-lead a:hover, .feature-mini a:hover { color: #fff; }
.features-body { flex: 1; min-height: 0; display: grid; grid-template-columns: 52% minmax(0,48%); gap: clamp(17px, 1.8vw, 27px); margin-top: clamp(12px, 1.2vw, 18px); }
.feature-lead { min-width: 0; display: flex; flex-direction: column; }
.feature-lead img { width: 100%; flex: 1 1 auto; min-height: 300px; aspect-ratio: auto; object-fit: cover; border: 1px solid #424343; }
.feature-main-title { margin-top: clamp(10px, 1vw, 15px); font: 500 clamp(20px, 2.19vw, 34px)/1.06 var(--display); text-wrap: balance; }
.feature-copy { color: #b6b6b4; margin-top: clamp(8px, .85vw, 12px); font-size: clamp(10px, .86vw, 12px); line-height: 1.5; max-width: 62ch; }
.feature-meta { color: #c6c6c4; margin-top: 8px; font-size: clamp(8px, .7vw, 9px); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.feature-stack { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: clamp(14px, 1.4vw, 22px); }
.feature-mini { flex: 1; display: grid; grid-template-columns: 55% minmax(0,45%); gap: clamp(12px, 1.2vw, 18px); align-items: center; min-height: 0; }
.feature-mini + .feature-mini { border-top: 1px solid #343636; padding-top: clamp(14px, 1.4vw, 22px); }
.mini-frame { position: relative; align-self: stretch; min-height: 230px; display: flex; }
.mini-frame img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #303232; }
.mini-frame .thumb-cr { position: absolute; left: 9px; bottom: 7px; margin: 0; }
.mini-frame .thumb-cr .cr { color: rgba(240,238,232,.6); }
.talent-frame { position: relative; align-self: stretch; min-height: 150px; display: flex; }
.talent-frame img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.talent-frame .thumb-cr { position: absolute; left: 7px; bottom: 5px; margin: 0; }
.talent-frame .thumb-cr .cr { color: rgba(240,238,232,.6); }
.feature-category { color: #c7c7c5; font-size: clamp(8px, .7vw, 9px); letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.feature-mini-title { margin-top: 4px; font: 500 clamp(12px, 1.1vw, 17px)/1.15 var(--display); }
.feature-mini-meta { margin-top: 6px; color: #a9aaa9; font-size: clamp(8px, .7vw, 10px); line-height: 1.4; text-transform: uppercase; letter-spacing: .04em; }
.deep-panel { padding: clamp(11px, 1.2vw, 18px); overflow: hidden; display: flex; flex-direction: column; }
.deep-panel .panel-topline + img { width: 100%; flex: 1 1 auto; min-height: 280px; aspect-ratio: auto; object-fit: cover; margin-top: clamp(13px, 1.25vw, 19px); border: 1px solid #393b3b; filter: contrast(1.03); }
.deep-title { margin-top: clamp(12px, 1.2vw, 18px); font: 500 clamp(22px, 2.42vw, 38px)/1.06 var(--display); text-wrap: balance; }
.deep-copy { color: #b8b8b6; margin-top: 9px; font-size: clamp(10px, .86vw, 12px); line-height: 1.5; max-width: 62ch; }
.deep-read { margin-top: auto; padding-top: clamp(12px, 1.2vw, 18px); color: #ee2544; font-size: clamp(8px, .7vw, 9px); text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }

/* ---- streaming / awards / newsletter row ----
   Same law: with the two rooms dark, the newsletter runs the full measure;
   an opened room restores the mock's three columns. */
.bottom-row { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 24px; padding-bottom: 24px; align-items: stretch; }
/* Desktop-only restores: an unguarded :has() rule here out-specifies any
   mobile override (0,5,0 beats 0,3,0 regardless of order) — the bug that
   crushed the newsletter to a 115px sliver on phones. */
@media (min-width: 800px) {
  .bottom-row:has(.stream-panel:not([hidden])) { grid-template-columns: 1.86fr 1fr .9fr; }
  .bottom-row:has(.stream-panel:not([hidden])):not(:has(.awards-panel:not([hidden]))) { grid-template-columns: 2fr 1fr; }
}
.bottom-row:not(:has(.stream-panel:not([hidden]))) .newsletter-panel { min-height: 210px; }

/* Feed rows arrive without art (no image is licensed with the listings), so
   an imageless row drops the image-shaped grid instead of squeezing its
   text into the leftover column. */
.watch-item:not(:has(img)) { display: block; padding: clamp(8px, .8vw, 11px) 0; }
.noteworthy-item:not(:has(img)) { display: block; padding: clamp(8px, .8vw, 11px) 0; }
.stream-panel { padding: clamp(11px, 1.2vw, 18px); overflow: hidden; display: flex; flex-direction: column; }
.stream-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(8px, .82vw, 12px); margin-top: clamp(13px, 1.3vw, 20px); }
.stream-item { min-width: 0; }
.stream-item img { width: 100%; aspect-ratio: .68 / 1; object-fit: cover; border: 1px solid #393b3b; }
.network { margin-top: 9px; min-height: 16px; font-weight: 700; font-size: clamp(10px, .96vw, 14px); line-height: 1; }
.network.netflix { color: #e50914; text-transform: uppercase; }
.network.hulu { color: #21d681; }
.network.max { color: #f2f2f0; font-size: 15px; letter-spacing: -.08em; }
.network.apple { color: #f1f1ef; font-size: 12px; }
.stream-name { margin-top: 5px; font: 500 clamp(13px, 1.33vw, 17px)/1.15 var(--display); }
.stream-season { color: #bbb; margin-top: 6px; font-size: clamp(9px, .78vw, 10px); }
.awards-panel { padding: clamp(11px, 1.15vw, 17px); overflow: hidden; display: flex; flex-direction: column; }
.awards-content { flex: 1; min-height: 0; display: grid; grid-template-columns: 63% minmax(0,37%); gap: clamp(8px, .9vw, 13px); margin-top: 13px; }
.award-copy { min-width: 0; display: flex; flex-direction: column; }
.award-story-title { font: 500 clamp(13px, 1.17vw, 15px)/1.2 var(--display); text-wrap: balance; }
.award-story-meta { color: #a9a9a8; margin-top: 8px; font-size: clamp(8px, .7vw, 9px); text-transform: uppercase; letter-spacing: .07em; line-height: 1.4; }
.award-separator { height: 1px; background: #303232; margin: auto 0; }
.awards-content > img { width: 100%; aspect-ratio: .82 / 1; object-fit: cover; align-self: start; border: 1px solid #383a3a; }
.newsletter-panel { padding: clamp(12px, 1.3vw, 20px); overflow: hidden; position: relative; background: linear-gradient(150deg, #641322 0%, #3b1018 44%, #100b0c 100%); border: 1px solid var(--line, #3a3c3c); display: flex; flex-direction: column; }
.newsletter-copy { position: relative; z-index: 2; margin-top: auto; font: 500 clamp(14px, 1.4vw, 22px)/1.35 var(--display); color: #e8e1de; text-wrap: balance; }
.newsletter-panel form { position: relative; z-index: 2; display: flex; width: 100%; margin-top: clamp(18px, 1.8vw, 27px); }
.newsletter-panel form input[type="email"] { min-width: 0; flex: 1; height: clamp(28px, 2.7vw, 41px); color: #eee; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); border-right: 0; border-radius: 0; padding: 0 10px; outline: none; font: inherit; font-size: clamp(10px, .86vw, 11px); }
.newsletter-panel form input[type="email"]::placeholder { color: #c9a9ae; }
.newsletter-panel form button { height: clamp(28px, 2.7vw, 41px); border: 1px solid #a9233d; background: #a51d36; color: #fff; border-radius: 0; padding: 0 clamp(8px, .8vw, 12px); text-transform: uppercase; letter-spacing: .07em; font-family: var(--ui); font-size: clamp(9px, .78vw, 10px); font-weight: 700; cursor: pointer; }
.newsletter-note { position: relative; z-index: 2; color: #c0aeb0; margin: 14px 0 auto; max-width: 46ch; font-size: clamp(9px, .78vw, 10px); line-height: 1.55; }
.newsletter-palms { position: absolute; right: -2px; bottom: -2px; width: 132px; height: 140px; color: #050606; opacity: .98; }

/* ---- the desk's real file, plate and switcher, on the dark ground ---- */
.ent-desk-file { position: relative; z-index: 2; margin-top: 0; padding: clamp(11px, 1.2vw, 18px); }
.ent-desk-file ul { list-style: none; margin: 12px 0 0; padding: 0; }
.ent-desk-file li { display: flex; gap: 14px; align-items: baseline; padding: 8px 0; border-top: 1px solid #242626; }
.ent-desk-file li:first-child { border-top: 0; }
.ent-desk-file .file-date { flex: 0 0 auto; color: #8f908f; font-size: clamp(8px, .7vw, 9px); text-transform: uppercase; letter-spacing: .08em; }
.ent-desk-file .file-title { font: 500 clamp(13px, 1.17vw, 15px)/1.3 var(--display); color: #eceae5; }
.ent-desk-file .file-title:hover { color: #fff; }
.ent-foot-note { position: relative; z-index: 2; padding: 0 0 26px; }
.entdesk .desk-plate { border: 1px solid #2e3030; background: rgba(8,9,9,.92); padding: clamp(11px, 1.2vw, 18px); margin: 0; }
.entdesk .desk-plate-head { color: #d3a051; font-size: clamp(9px, .78vw, 10px); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin: 0; }
.entdesk .desk-plate-charter { color: #c9c9c7; margin-top: 10px; font-size: clamp(10px, .86vw, 11px); line-height: 1.55; }
.entdesk .desk-plate-refusal { color: #9a9a98; margin-top: 8px; font-size: clamp(10px, .86vw, 11px); line-height: 1.55; font-style: italic; }
.entdesk .desk-switch { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid #242626; }
.entdesk .desk-switch a, .entdesk .desk-switch-here { font-size: clamp(9px, .78vw, 10px); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #a9aaaa; }
.entdesk .desk-switch a:hover { color: #fff; }
.entdesk .desk-switch-here { color: #e12240; }

/* ---- the standard footer, dressed for the dark sheet ---- */
.entdark footer { background: #090a0a; color: #aaa; border-top: 1px solid #4a4b4b; }
.entdark footer a { color: #b8b8b6; }
.entdark footer a:hover { color: #fff; }
.entdark footer .colophon { color: #969696; }
.entdark footer b { color: #ececea; }

/* ---- small screens ---- */
@media (max-width: 799px) {
  .entdesk .page-wrap { padding-left: 16px; padding-right: 16px; }
  .ent-latest-inner { height: 38px; justify-content: flex-start; gap: 9px; padding: 0 16px; }
  .ent-latest-label { font-size: 8px; }
  .ent-latest-time { display: none; }
  .ent-latest-story { font-size: 11px; }
  .ent-latest-arrow { margin-left: auto; }
  .ent-head { min-height: 92px; padding-top: 16px; }
  .ent-title-row { align-items: flex-end; }
  .ent-title { font-size: 30px; }
    .ent-palm { width: 60px; height: 42px; right: 7px; top: 2px; }
  .ent-subnav { margin-top: 13px; padding-bottom: 2px; overflow-x: auto; gap: 22px; scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, #000 92%, transparent); }
  .ent-subnav::-webkit-scrollbar { display: none; }
  .ent-subnav a { font-size: 9px; padding: 8px 0; }
  .primary-grid { display: flex; flex-direction: column; gap: 12px; }
  .bottom-row:has(.stream-panel:not([hidden])) { grid-template-columns: 1fr; }
  .entdesk .hero-card { order: 1; }
  .entdesk .hero-card img,
  .primary-grid:has(.watch-panel:not([hidden])) .hero-card img { aspect-ratio: 1.05 / 1; }
  .entdesk .hero-copy { left: 14px; bottom: 14px; max-width: 88%; }
  .entdesk .hero-title { font-size: 22px; }
  .entdesk .hero-dek { font-size: 11px; }
  .entdesk .hero-meta { font-size: 8px; }
  .watch-panel { order: 2; min-height: 545px; padding: 15px; }
  .reviews-panel { order: 3; aspect-ratio: auto; min-height: 650px; padding: 15px; }
  .noteworthy-panel { order: 4; min-height: 420px; padding: 15px; }
  .right-rail { order: 5; gap: 12px; }
  .box-office { min-height: 390px; padding: 15px; }
  .industry-card { min-height: 500px; padding: 16px; }
  .entdesk .section-label { font-size: 10px; }
  .entdesk .panel-link { font-size: 9px; padding: 6px 0; }
  .calendar-strip { margin-top: 15px; padding-bottom: 13px; }
  .month-label { font-size: 9px; }
  .date-button small { font-size: 9px; }
  .date-button span { width: 28px; height: 28px; font-size: 11px; }
  .watch-list { justify-content: stretch; }
  .watch-item { grid-template-columns: 34% 1fr; gap: 13px; padding: 11px 0; }
  .watch-item img { aspect-ratio: 1.35/1; }
  .watch-tag, .noteworthy-type, .entdesk .eyebrow { font-size: 9px; }
  .watch-name { font-size: 15px; }
  .watch-service { font-size: 10px; }
  .watch-footer { margin-top: auto; font-size: 9px; padding: 6px 0; }
  .review-grid { grid-template-columns: repeat(2, minmax(0,1fr)); grid-template-rows: none; gap: 22px 13px; margin-top: 15px; }
  .review-name { font-size: 17px; }
  .rating { font-size: 9px; }
  .review-copy { font-size: 11px; }
  .byline-small { font-size: 9px; padding-top: 8px; }
  .noteworthy-item { grid-template-columns: 34% 1fr; gap: 13px; padding: 10px 0; }
  .noteworthy-title { font-size: 15px; }
  .noteworthy-meta { font-size: 9px; }
  .box-table td { padding: 11px 0; }
  .box-rank { font-size: 10px; }
  .box-title { font-size: 15px; }
  .box-gross { font-size: 10px; }
  .chart-link { font-size: 9px; padding: 6px 0; }
  .industry-title { font-size: 24px; }
  .industry-byline { font-size: 9px; }
  .talent-row { grid-template-columns: 1.55fr .65fr; }
  .feature-row { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .feature-row:has(.deep-panel) { grid-template-columns: 1fr; }
  .features-panel { aspect-ratio: auto; min-height: 0; padding: 15px; }
  .features-body { grid-template-columns: 1fr; gap: 20px; margin-top: 15px; }
  .feature-main-title { font-size: 28px; }
  .feature-copy { font-size: 11px; }
  .feature-meta { font-size: 9px; }
  .feature-mini { min-height: 145px; grid-template-columns: 43% 1fr; gap: 14px; }
  .mini-frame { min-height: 0; aspect-ratio: 1.22 / 1; align-self: center; }
  .feature-category { font-size: 9px; }
  .feature-mini-title { font-size: 16px; }
  .feature-mini-meta { font-size: 9px; }
  .deep-panel { min-height: 510px; padding: 15px; }
  .deep-title { font-size: 29px; }
  .deep-copy { font-size: 11px; }
  .deep-read { font-size: 9px; padding: 8px 0 0; }
  .bottom-row { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; padding-bottom: 17px; }
  .stream-panel { aspect-ratio: auto; min-height: 0; padding: 15px; }
  .stream-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 25px 13px; margin-top: 17px; }
  .network { font-size: 14px; }
  .stream-name { font-size: 18px; }
  .stream-season { font-size: 10px; }
  .awards-panel { min-height: 440px; padding: 15px; }
  .award-story-title { font-size: 18px; }
  .award-story-meta { font-size: 9px; }
  .newsletter-panel { min-height: 0; padding: 17px; }
  .opening-band { flex-wrap: wrap; gap: 12px; padding: 15px; }
  .deep-panel .panel-topline + img { flex: 0 0 auto; aspect-ratio: 1.45 / 1; min-height: 0; }
  .feature-lead img { flex: 0 0 auto; aspect-ratio: 1.28 / 1; min-height: 0; }
  .opening-item { flex: 0 0 auto; min-width: 55%; }
  .opening-title { font-size: 19px; }
  .opening-meta { font-size: 9px; }
  .newsletter-copy { font-size: 20px; max-width: 80%; }
  /* 16px on the input is load-bearing: anything smaller makes iOS Safari
     zoom the whole page when the field takes focus. */
  .newsletter-panel form input[type="email"] { height: 42px; font-size: 16px; }
  .newsletter-panel form button { height: 42px; font-size: 10px; }
  .newsletter-note { font-size: 10px; max-width: 72%; }
  .newsletter-palms { width: 155px; height: 165px; }
  .ent-desk-file .file-date { font-size: 9px; }
  .entdesk .desk-plate-charter, .entdesk .desk-plate-refusal { font-size: 11px; }
}

@media (max-width: 410px) {
    .features-panel { min-height: 930px; }
  .stream-panel { min-height: 0; }
}


/* THE HERO CREDIT WAS INVISIBLE — 1.03:1. Measured in the full-site
   review, 2026-08-16: rgba(240,238,232,.55) set directly on the hero
   photograph, which is the lowest contrast ratio on the site by a wide
   margin. Rule 4 asks for a credit a reader can SEE, and this one was
   functionally not there. The credits keep their place and their size;
   they get a ground to sit on, the same treatment the Sports tiles now
   use. */
.entdesk .hero-card .thumb-cr .cr,
.entdesk .review-frame .thumb-cr .cr,
.entdesk .mini-frame .thumb-cr .cr,
.entdesk .talent-frame .thumb-cr .cr {
  color: rgba(255, 255, 255, .88);
  background: rgba(8, 9, 9, .58);
  padding: 2px 6px;
  border-radius: 3px;
}
/* The red section labels failed AA on the dark ground (3.96 and 4.28
   against 4.5). Same hue, lifted until it reads. */
.entdark .section-label.red,
.entdark .desk-switch-here { color: #ff5f73; }

/* The two labels that stayed under the house 9px floor. */
.entdesk .cr, .entdark .cr { font-size: 9px; }
.entdark .pull-shelf, .entdesk .pull-shelf { font-size: 9px; }

/* The last four labels under the house 9px floor, at the specificity
   their own sheet uses. */
.entdark .thumb-cr .cr, .entdesk .thumb-cr .cr { font-size: 9px; }
.entdark .hero-copy .hero-meta { font-size: 9px; }
.entdark .industry-card .industry-note { font-size: 9px; }
.entdark .ent-latest-inner .ent-latest-label { font-size: 9px; }
