.press-page {
  background: var(--paper-cool);
}

.press-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 105px;
  color: white;
  background:
    radial-gradient(circle at 82% 25%, rgba(197, 160, 89, 0.17), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #10233d 64%, #0d1c32 100%);
}

.press-hero::before {
  content: "";
  width: 640px;
  height: 640px;
  position: absolute;
  right: -270px;
  bottom: -430px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(197, 160, 89, 0.035), 0 0 0 170px rgba(197, 160, 89, 0.025);
}

.press-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: clamp(75px, 6vw, 96px);
  align-items: center;
}

.press-hero-copy .eyebrow {
  color: var(--gold-light);
}

.press-hero-copy h1 {
  max-width: 100%;
  margin: 19px 0 24px;
  color: white;
  font-size: clamp(3.6rem, 6.5vw, 5.85rem);
  line-height: 0.94;
}

.press-hero-copy > p:last-child {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.06rem;
}

.press-hero-art {
  position: relative;
  overflow: hidden;
  display: block;
  color: white;
  border: 1px solid rgba(197, 160, 89, 0.44);
  border-radius: 14px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
  text-decoration: none;
  transform: rotate(1.2deg);
  transition: transform 220ms ease, border-color 220ms ease;
}

.press-hero-art:hover {
  border-color: var(--gold-light);
  transform: rotate(0deg) translateY(-4px);
}

.press-hero-art img {
  width: 100%;
  height: auto;
  display: block;
}

.press-hero-art span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--navy-950);
  background: var(--gold-light);
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.press-feature {
  padding: 110px 0 120px;
  background: var(--ivory);
}

.press-feature-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 85px;
  align-items: start;
}

.press-publication {
  padding-top: 12px;
}

.press-rule {
  width: 64px;
  height: 3px;
  display: block;
  margin-bottom: 27px;
  background: var(--gold);
}

.press-publication .eyebrow {
  margin-bottom: 11px;
  color: var(--navy-900);
}

.press-date,
.press-type {
  margin: 0;
  color: var(--ink-3);
  font-size: 0.83rem;
}

.press-type {
  margin-top: 4px;
}

.press-story {
  max-width: 910px;
}

.press-story h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 1.02;
}

.press-deck {
  max-width: 820px;
  margin: 29px 0 0;
  color: var(--ink-2);
  font-size: 1.08rem;
  line-height: 1.8;
}

.press-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 38px;
}

.press-actions .button span {
  font-size: 1rem;
}

.press-jump,
.press-reader-heading a,
.press-frame-note a {
  color: var(--navy-800);
  font-size: 0.79rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.press-jump:hover,
.press-reader-heading a:hover,
.press-frame-note a:hover {
  color: var(--gold-dark);
}

.press-reader {
  scroll-margin-top: 95px;
  padding: 110px 0 125px;
  background: #e9edf1;
  border-top: 1px solid var(--rule);
}

.press-reader-heading {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: end;
  margin-bottom: 35px;
}

.press-reader-heading .eyebrow {
  margin-bottom: 12px;
}

.press-reader-heading h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.press-reader-heading > a {
  margin-bottom: 11px;
}

.press-frame {
  overflow: hidden;
  background: white;
  border: 1px solid rgba(13, 28, 50, 0.18);
  border-radius: 13px;
  box-shadow: 0 25px 65px rgba(13, 28, 50, 0.13);
}

.press-frame-bar {
  height: 52px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.66);
  background: var(--navy-950);
  border-bottom: 1px solid rgba(197, 160, 89, 0.35);
}

.press-frame-bar > span {
  width: 8px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.press-frame-bar > span:first-child {
  background: var(--gold);
}

.press-frame-bar strong {
  margin-left: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-frame iframe {
  width: 100%;
  height: min(1050px, 80vh);
  display: block;
  background: white;
  border: 0;
}

.press-frame-note {
  margin: 18px 4px 0;
  color: var(--ink-3);
  font-size: 0.76rem;
}

@media (max-width: 1080px) {
  .press-hero-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(410px, 1.15fr);
    gap: 45px;
  }

  .press-feature-grid {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .press-hero {
    padding: 135px 0 75px;
  }

  .press-hero-grid,
  .press-feature-grid {
    grid-template-columns: 1fr;
  }

  .press-hero-grid {
    gap: 48px;
  }

  .press-hero-copy h1 {
    font-size: clamp(3.5rem, 14vw, 6rem);
  }

  .press-hero-art {
    max-width: 680px;
    transform: none;
  }

  .press-feature {
    padding: 80px 0 90px;
  }

  .press-feature-grid {
    gap: 37px;
  }

  .press-publication {
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 15px;
    align-items: baseline;
  }

  .press-publication .press-rule {
    grid-column: 1 / -1;
  }

  .press-reader {
    padding: 80px 0 90px;
  }

  .press-frame iframe {
    height: 75vh;
    min-height: 650px;
  }
}

@media (max-width: 600px) {
  .press-hero-art span {
    right: 10px;
    bottom: 10px;
    padding: 7px 9px;
    font-size: 0.53rem;
  }

  .press-publication {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .press-publication .press-rule {
    margin-bottom: 18px;
  }

  .press-story h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .press-reader-heading {
    display: grid;
    align-items: start;
  }

  .press-frame-bar {
    height: 46px;
  }

  .press-frame iframe {
    min-height: 600px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .press-hero-art {
    transition: none;
  }
}
