.press-page {
  --press-blue: #0e8993;
  --press-paper: #e9e7df;
  --press-red: #b94330;
  background: #080b0c;
}
.press-nav { display: flex; margin-left: auto; gap: 24px; }
.press-nav a, .press-back { color: #c8c8c2; font-family: var(--display); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.press-nav a:hover, .press-back:hover { color: var(--gold-light); }
.press-back { display: flex; align-items: center; gap: 7px; margin-left: 22px; color: var(--gold-light); }
.press-back svg { width: 15px; }

.press-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 7vw;
  align-items: center;
  padding: 130px max(24px, calc((100% - var(--max)) / 2)) 70px;
  background:
    linear-gradient(90deg, rgba(8,11,12,.98), rgba(8,11,12,.62)),
    repeating-linear-gradient(118deg, #0b3a3e 0 40px, #0d4348 40px 42px);
}
.press-kicker, .press-label {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.press-label { margin-bottom: 30px; }
.press-label::before { content: "— "; }
.press-hero h1 { font-size: clamp(86px, 11vw, 155px); }
.press-hero h1 em { -webkit-text-stroke-color: var(--gold-light); }
.press-subtitle { max-width: 760px; font-family: var(--display); font-size: clamp(25px, 3.4vw, 44px); font-weight: 600; line-height: 1.08; text-transform: uppercase; }
.press-mark { position: relative; align-self: center; width: 100%; min-height: 0; aspect-ratio: 16 / 10; overflow: hidden; background: #0c1b1d; }
.press-mark img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.9) contrast(1.04); }
.press-mark span { position: absolute; right: 4%; bottom: 10%; padding: 10px 13px; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.coverage-band {
  display: grid;
  grid-template-columns: .34fr .66fr;
  background: var(--press-paper);
  color: var(--ink);
}
.coverage-source { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; background: #15191a; color: white; }
.coverage-source > span, .coverage-source small { font-family: var(--display); text-transform: uppercase; }
.coverage-source > span { color: var(--gold-light); font-size: 12px; }
.coverage-source strong { margin: 35px 0 10px; font-family: var(--display); font-size: clamp(60px, 8vw, 105px); line-height: .8; }
.coverage-source strong b { display: inline-flex; width: .8em; height: .8em; align-items: center; justify-content: center; background: #cf2733; font-size: .7em; }
.coverage-source small { color: #a5aaa7; }
.coverage-copy { max-width: 900px; padding: clamp(45px, 7vw, 90px); }
.coverage-copy > p:first-child { color: #6e736f; font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.coverage-copy h2 { max-width: 840px; font-size: clamp(42px, 5.5vw, 72px); line-height: .98; text-transform: uppercase; }
.coverage-copy > p:not(:first-child) { max-width: 740px; color: #515754; }
.coverage-copy a, .bio-actions a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #086e76; font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.coverage-copy a svg, .bio-actions a svg { width: 17px; }

.press-band { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 105px 0; }
.press-overview h2, .bio-heading h2, .facts-heading h2, .matters h2, .angles-heading h2, .interview-grid h2, .assets-heading h2, .newsroom-heading h2, .press-contact h2 {
  font-size: clamp(52px, 7vw, 90px);
  text-transform: uppercase;
}
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.overview-tagline { color: var(--gold-light); font-family: var(--display); font-size: 24px; font-weight: 700; text-transform: uppercase; }
.overview-copy { color: #b7b9b3; }

.bio-band { background: var(--press-paper); color: var(--ink); }
.bio-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.bio-band .press-label { color: #087881; }
.bio-heading > p { color: #606661; font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.bio-copy { font-size: 18px; }
.bio-actions { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }

.timeline-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 55px; }
.timeline-line::before { content: ""; position: absolute; top: 16px; right: 5%; left: 5%; height: 2px; background: rgba(215,156,45,.45); }
.timeline-line article { position: relative; padding-top: 50px; }
.timeline-line article::before { content: ""; position: absolute; top: 9px; left: 0; width: 15px; height: 15px; border: 4px solid var(--ink); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.timeline-line .timeline-key::before { background: #57d36f; box-shadow: 0 0 0 7px rgba(87,211,111,.15); }
.timeline-line time { color: var(--gold-light); font-family: var(--display); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.timeline-line h3 { margin: 13px 0 8px; font-size: 25px; text-transform: uppercase; }
.timeline-line p { color: #939790; font-size: 13px; }

.facts-band { background: var(--gold); color: var(--ink); }
.facts-band .press-label { color: var(--ink); }
.facts-heading, .angles-heading, .assets-heading, .newsroom-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.facts-heading h2, .angles-heading h2, .assets-heading h2, .newsroom-heading h2 { margin-bottom: 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 55px 0 0; border-top: 1px solid rgba(8,11,12,.25); border-left: 1px solid rgba(8,11,12,.25); }
.facts-grid div { min-height: 125px; padding: 22px; border-right: 1px solid rgba(8,11,12,.25); border-bottom: 1px solid rgba(8,11,12,.25); }
.facts-grid dt { color: #56492e; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.facts-grid dd { margin: 16px 0 0; font-family: var(--display); font-size: 22px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }

.press-route-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
}
.press-route-heading h2 { margin-bottom: 16px; font-size: clamp(52px, 7vw, 90px); text-transform: uppercase; }
.press-route-heading p { max-width: 680px; margin-bottom: 0; color: #aeb2ac; }
.press-route-heading > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-family: var(--display);
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.press-route-heading > a svg { width: 17px; }
.press-map-embed {
  position: relative;
  width: 100%;
  height: clamp(420px, 58vw, 680px);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #d8d8d2;
  isolation: isolate;
}
.press-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.matters-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.matter-list { border-top: 1px solid var(--line); }
.matter-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.matter-list article > svg { width: 28px; color: var(--gold-light); }
.matter-list h3 { margin-bottom: 7px; font-size: 25px; text-transform: uppercase; }
.matter-list p { margin-bottom: 0; color: #9da19b; font-size: 14px; }

.angles-band { background: #e8e7e1; color: var(--ink); }
.angles-band .press-label { color: #087881; }
.angles-heading > p, .assets-heading > p, .newsroom-heading > p { max-width: 480px; color: #5d6561; }
.angles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: #b9bcb6; }
.angles-grid article { min-height: 220px; padding: 25px; background: white; }
.angles-grid article:last-child { background: #0c5057; color: white; }
.angles-grid span { color: #087881; font-family: var(--display); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.angles-grid article:last-child span { color: #8fe6e9; }
.angles-grid h3 { margin-top: 45px; font-size: 28px; line-height: 1; text-transform: uppercase; }

.interview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.interview-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.interview-grid li { padding: 17px 0; border-bottom: 1px solid var(--line); color: #bdc0ba; }

.assets-band { background: #102e31; }
.assets-heading > p { color: #aab6b2; }
.asset-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 55px; background: rgba(255,255,255,.14); }
.asset-grid > a, .asset-pending { display: grid; grid-template-columns: 42px 1fr 24px; gap: 15px; align-items: center; min-height: 98px; padding: 20px; background: #0c1b1d; }
.asset-grid > a:hover { background: #12363a; }
.asset-grid > a > svg:first-child, .asset-pending > svg { width: 28px; color: var(--gold-light); }
.asset-grid > a > svg:last-child { width: 18px; color: var(--press-blue); }
.asset-grid strong, .asset-grid small { display: block; }
.asset-grid strong { font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.asset-grid small { color: #7f8985; }
.asset-pending { opacity: .55; }

.release-list { margin-top: 50px; border-top: 1px solid var(--line); }
.release-list article { display: grid; grid-template-columns: 130px 1fr auto; gap: 30px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.release-list time, .release-list span, .release-list small { font-family: var(--display); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.release-list time { color: #858b86; }
.release-list span { color: var(--gold-light); }
.release-list h3 { margin: 5px 0 0; font-size: 24px; text-transform: uppercase; }
.release-list a { display: flex; align-items: center; gap: 8px; color: var(--gold-light); font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.release-list a svg { width: 16px; }
.release-published { background: linear-gradient(90deg, rgba(14,137,147,.12), transparent); }

.press-contact { display: flex; align-items: end; justify-content: space-between; gap: 65px; padding: 100px max(24px, calc((100% - var(--max)) / 2)); background: linear-gradient(120deg, #0b5d65, #082b2f); }
.press-contact > div:first-child { max-width: 850px; }
.press-contact > div:first-child > p:last-child { max-width: 690px; color: #bdc6c2; }
.contact-actions { display: flex; min-width: 310px; flex-direction: column; gap: 12px; }

@media (max-width: 1050px) {
  .press-nav { display: none; }
  .press-back { margin-left: auto; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .timeline-line { grid-template-columns: 1fr; }
  .timeline-line::before { top: 0; bottom: 0; left: 7px; width: 2px; height: auto; }
  .timeline-line article { padding: 0 0 20px 42px; }
  .timeline-line article::before { top: 2px; }
}
@media (max-width: 760px) {
  .press-back { font-size: 0; }
  .press-back svg { width: 21px; height: 21px; }
  .press-hero, .coverage-band, .overview-grid, .bio-grid, .matters-grid, .interview-grid { grid-template-columns: 1fr; }
  .press-route-heading { align-items: flex-start; flex-direction: column; }
  .press-map-embed { height: 500px; }
  .press-mark { width: 100%; aspect-ratio: 16 / 10; }
  .coverage-source { min-height: 260px; }
  .facts-heading, .angles-heading, .assets-heading, .newsroom-heading, .press-contact { align-items: flex-start; flex-direction: column; }
  .angles-grid { grid-template-columns: 1fr 1fr; }
  .interview-grid ul { grid-template-columns: 1fr; }
  .release-list article { grid-template-columns: 95px 1fr; }
  .release-list article > :last-child { grid-column: 2; }
  .contact-actions { min-width: 0; width: 100%; }
}
@media (max-width: 500px) {
  .press-hero h1 { font-size: 72px; }
  .facts-grid, .angles-grid, .asset-grid { grid-template-columns: 1fr; }
  .press-band { width: calc(100% - 28px); padding: 75px 0; }
  .release-list article { grid-template-columns: 1fr; gap: 8px; }
  .release-list article > :last-child { grid-column: auto; }
}
