:root {
  --navy: #102741;
  --blue: #1c4e88;
  --red: #b62d36;
  --red-deep: #7d161f;
  --gold: #c5962b;
  --ink: #162330;
  --paper: #f5f5f0;
  --paper-deep: #e1e4e2;
  --line: #9aa6ae;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  background: #cbd1d2;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #cbd1d2;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.masthead {
  border-bottom: 7px solid var(--red);
  background: var(--navy);
  color: var(--white);
}

.masthead-inner {
  width: min(1360px, 100%);
  min-height: 158px;
  margin: 0 auto;
  padding: 18px clamp(18px, 4vw, 56px);
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.masthead-brand {
  display: block;
  width: 124px;
}

.masthead-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.kicker,
.masthead-newsletter h2,
.masthead-newsletter button,
.wire-ticker,
.section-heading > p,
.reel-meta,
.story-number,
.stage-heading > div > p,
.stage-count,
.video-card-heading > p,
.press-wire-heading > p,
.contact-card p,
.release-date {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 8px;
  color: #a9d0e6;
  font-size: .73rem;
}

.masthead h1 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
}

.dateline {
  margin: 10px 0 0;
  color: #d5dde4;
  font-size: 1.02rem;
  font-style: italic;
}

.masthead-newsletter {
  width: min(292px, 100%);
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .52);
  background: #0a1b2d;
}

.masthead-newsletter h2 {
  margin: 0;
  color: #ffffff;
  font-size: .83rem;
}

.masthead-newsletter p {
  margin: 5px 0 9px;
  color: #cbd7e2;
  font-size: .86rem;
  font-style: italic;
}

.masthead-newsletter form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.masthead-newsletter input[type="email"] {
  min-width: 0;
  border: 1px solid #aab7c3;
  border-right: 0;
  border-radius: 0;
  background: #ffffff;
  color: var(--ink);
  padding: 8px 9px;
  font: 400 .88rem/1 Arial, Helvetica, sans-serif;
}

.masthead-newsletter button {
  border: 1px solid #f0c761;
  border-radius: 0;
  background: var(--gold);
  color: #172437;
  cursor: pointer;
  padding: 8px 12px;
  font-size: .74rem;
}

.masthead-newsletter button:hover,
.masthead-newsletter button:focus-visible {
  background: #ebc45d;
}

.newsletter-email-label,
.newsletter-hp {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.media-shell {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 22px clamp(18px, 4vw, 56px) 34px;
}

.wire-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  border: 1px solid var(--navy);
  background: var(--paper-deep);
  color: var(--navy);
  font-size: .72rem;
}

.wire-ticker span {
  padding: 9px 12px;
  border-right: 1px solid var(--navy);
}

.wire-ticker span:first-child {
  background: var(--red);
  color: var(--white);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 316px);
  align-items: start;
  gap: 14px;
}

.video-desk {
  min-width: 0;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--paper);
  box-shadow: 0 14px 28px rgba(22, 35, 48, .2);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 4px solid var(--navy);
}

.section-heading > p,
.stage-heading > div > p,
.press-wire-heading > p,
.video-card-heading > p,
.contact-card p {
  margin: 0 0 6px;
  color: var(--red-deep);
  font-size: .73rem;
}

.section-heading h2,
.stage-heading h2,
.press-wire-heading h2,
.contact-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  letter-spacing: 0;
  line-height: .96;
  text-transform: uppercase;
}

.lead-reel {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.reel-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  background: var(--navy);
  color: var(--white);
  font-size: .72rem;
}

.player-frame {
  overflow: hidden;
  border: 9px solid #07101c;
  background: #07101c;
}

.player-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07101c;
}

.lead-reel-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 34%);
  gap: 24px;
  align-items: end;
  padding: 20px 0 0;
}

.story-number {
  margin: 0 0 5px;
  color: var(--red-deep);
  font-size: .73rem;
}

.lead-reel h3,
.video-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: .97;
}

.lead-reel-copy > p,
.video-summary {
  margin: 0;
  color: #33424f;
  font-size: 1.03rem;
  font-style: italic;
  line-height: 1.4;
}

.video-stage {
  margin-top: 32px;
}

.stage-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.stage-count {
  color: var(--blue);
  font-size: .7rem;
  text-align: right;
}

.video-stack {
  display: grid;
  gap: 30px;
}

/* Video reel cards: player (left) | caption (right), a uniform width so the
   video column reads as one consistent stack that grows downward. */
.video-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.video-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.video-card-heading {
  min-width: 0;
}

.video-card h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.video-summary {
  margin-top: 12px;
  font-size: .97rem;
}

.compact-player {
  border-width: 6px;
}

/* ---- Daily Fear Report (in the video column, below the reel) ---- */
.daily-report {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 3px solid var(--navy);
}

.daily-report .stage-heading > div > p {
  color: var(--blue);
}

/* Dated series — one uniform two-column row per report: same-width video
   player (left) and the day's score graphic (right). */
.daily-series {
  display: grid;
  gap: 30px;
}

.daily-row + .daily-row {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.daily-row-head {
  margin-bottom: 16px;
}

.daily-row-head .story-number {
  margin: 0 0 5px;
}

.daily-row-head h3 {
  margin: 0;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1;
}

.daily-row-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

/* Same 6px frame as .compact-player so the score graphic matches the video
   next to it exactly (identical width and height, both 16:9). */
.daily-score-graphic {
  margin: 0;
  overflow: hidden;
  border: 6px solid #07101c;
  background: #07101c;
}

.daily-score-graphic img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.press-rail {
  min-width: 0;
  padding: 22px 18px 30px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #e8ebea;
  box-shadow: 0 14px 28px rgba(22, 35, 48, .16);
}

.contact-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  border: 2px solid var(--navy);
  background: var(--white);
}

.contact-card img {
  display: block;
  width: 90px;
  height: 112px;
  border: 1px solid var(--navy);
  object-fit: cover;
}

.contact-card h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.contact-card a {
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  overflow-wrap: normal;
}

.press-wire-heading {
  margin-bottom: 13px;
  padding: 0 0 10px;
  border-bottom: 4px solid var(--red);
}

.press-wire-heading h2 {
  font-size: 1.55rem;
}

.release-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.release-list li {
  margin: 0;
}

.release-list a {
  display: block;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.release-list a:hover,
.release-list a:focus-visible {
  border-color: var(--red);
  outline: 3px solid rgba(182, 45, 54, .2);
  outline-offset: 2px;
}

.release-list img {
  display: block;
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  object-position: top center;
}

.release-date {
  display: block;
  padding: 8px 9px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: .68rem;
}

.empty-wire {
  margin: 0;
  color: #4c5963;
  font-style: italic;
}

@media (max-width: 920px) {
  .masthead-inner {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .masthead-brand {
    width: 96px;
  }

  .masthead-newsletter {
    grid-column: 1 / -1;
    width: 100%;
  }

  .media-layout {
    grid-template-columns: 1fr;
  }

  .release-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .masthead-inner {
    min-height: 0;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 16px;
  }

  .masthead-brand {
    width: 74px;
  }

  .masthead h1 {
    font-size: 2.05rem;
  }

  .dateline {
    margin-top: 7px;
    font-size: .9rem;
  }

  .media-shell {
    padding: 14px 12px 22px;
  }

  .wire-ticker {
    font-size: .62rem;
  }

  .wire-ticker span {
    flex: 1 1 50%;
    padding: 8px;
  }

  .video-desk {
    padding: 20px 14px 26px;
  }

  .section-heading,
  .stage-heading {
    align-items: start;
    flex-direction: column;
  }

  .lead-reel-copy,
  .video-card,
  .daily-row-grid {
    grid-template-columns: 1fr;
  }

  .daily-row-grid {
    gap: 14px;
  }

  .lead-reel-copy {
    gap: 10px;
  }

  .player-frame {
    border-width: 5px;
  }

  .stage-count {
    text-align: left;
  }

  .release-list {
    grid-template-columns: 1fr;
  }

  .release-list img {
    max-height: none;
  }

}
