.news-page {
  background: #f7f1e4;
}

.news-page .site-header,
.news-page .site-header.scrolled {
  background: rgba(255, 253, 248, 0.98);
}

.news-page .site-nav a[aria-current="page"] {
  color: var(--navy-950);
}

.news-page .site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.news-hero {
  min-height: 610px;
  padding-top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  color: white;
  background: var(--navy-950);
}

.news-hero-copy {
  padding: clamp(70px, 8vw, 118px) max(32px, calc((100vw - var(--shell)) / 2));
  padding-right: clamp(38px, 6vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-kicker {
  margin: 0 0 15px;
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.news-hero h1 {
  max-width: 780px;
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 5.1vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.news-deck {
  max-width: 660px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.6;
}

.news-meta {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-meta a {
  color: var(--gold);
  text-decoration: none;
}

.news-hero-media {
  position: relative;
  min-height: 522px;
  overflow: hidden;
  background: linear-gradient(135deg, #142c49, #071321);
}

.news-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 17, 31, 0.42), transparent 45%), linear-gradient(0deg, rgba(6, 17, 31, 0.28), transparent 45%);
  pointer-events: none;
}

.news-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-edition {
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

.news-feed-status {
  margin: 0 auto;
  color: var(--ink-soft);
  text-align: center;
}

.news-feed-status[data-state="ready"] {
  display: none;
}

.news-feed-status[data-state="error"] {
  max-width: 700px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--rule);
}

.news-lede {
  max-width: 960px;
  margin: 0 auto clamp(44px, 6vw, 72px);
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.48;
  text-align: center;
}

.news-story-list {
  display: grid;
  gap: 34px;
}

.news-story {
  min-height: 430px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  background: var(--paper);
  border: 1px solid rgba(13, 28, 50, 0.13);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(13, 28, 50, 0.09);
}

.news-story:nth-child(even) .news-story-media {
  order: 2;
}

.news-story-media {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: var(--navy-800);
}

.news-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.news-story:hover .news-story-media img {
  transform: scale(1.018);
}

.news-story-credit {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  margin: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(6, 17, 31, 0.72);
  border-radius: 5px;
  font-size: 0.68rem;
  line-height: 1.35;
}

.news-story-copy {
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-story-copy h2 {
  margin: 0 0 19px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.news-story-copy p:not(.news-kicker) {
  margin: 0 0 15px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.news-story-link {
  align-self: flex-start;
  margin-top: 11px;
  color: var(--navy-900);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.news-signup-panel {
  margin-top: clamp(52px, 7vw, 84px);
  padding: clamp(32px, 5vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(36px, 6vw, 74px);
  color: white;
  background: var(--navy-900);
  border-radius: 16px;
}

.news-signup-panel h2 {
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
}

.news-signup-panel .news-signup-copy > p:not(.news-kicker) {
  max-width: 740px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.news-signup-form {
  min-width: 0;
}

.news-signup-form > label {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.news-signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.news-signup-row input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  color: var(--navy-950);
  background: #fffdf8;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  font: inherit;
}

.news-signup-row input::placeholder {
  color: #6d7480;
}

.news-signup-row input:focus-visible {
  outline: 3px solid rgba(234, 208, 141, 0.46);
  outline-offset: 2px;
}

.news-signup-button {
  min-height: 52px;
  color: var(--navy-950);
  background: linear-gradient(135deg, #ead08d 0%, #c5a059 48%, #9c7125 100%);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  white-space: nowrap;
}

.news-signup-button:hover {
  color: var(--navy-950);
  background: linear-gradient(135deg, #f3dfa7 0%, #d4b46b 48%, #ac7f2f 100%);
}

.news-signup-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.news-signup-note,
.news-signup-status {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  line-height: 1.5;
}

.news-signup-status:empty {
  display: none;
}

.news-signup-status[data-state="success"] {
  color: #f0d796;
}

.news-signup-status[data-state="error"] {
  color: #ffd1ca;
}

.news-signup-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.news-noscript {
  margin: 24px 0 0;
  padding: 18px;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--rule);
}

@media (max-width: 980px) {
  .news-page .site-nav a[aria-current="page"] {
    color: var(--ivory);
  }

  .news-hero {
    grid-template-columns: 1fr;
  }

  .news-hero-copy {
    padding: 78px 28px 58px;
  }

  .news-hero-media {
    min-height: 420px;
  }

  .news-story {
    grid-template-columns: 1fr;
  }

  .news-story:nth-child(even) .news-story-media {
    order: 0;
  }

  .news-story-media {
    min-height: 390px;
  }
}

@media (max-width: 620px) {
  .news-hero {
    min-height: 0;
  }

  .news-hero-copy {
    padding: 58px 20px 42px;
  }

  .news-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.65rem);
  }

  .news-deck {
    margin-top: 20px;
    font-size: 1rem;
  }

  .news-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 25px;
  }

  .news-hero-media {
    min-height: 270px;
  }

  .news-edition {
    width: min(calc(100% - 28px), var(--shell));
  }

  .news-lede {
    font-size: 1.35rem;
    text-align: left;
  }

  .news-story-list {
    gap: 22px;
  }

  .news-story {
    min-height: 0;
    border-radius: 12px;
  }

  .news-story-media {
    min-height: 250px;
  }

  .news-story-copy {
    padding: 27px 23px 31px;
  }

  .news-story-copy h2 {
    font-size: 2rem;
  }

  .news-signup-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 12px;
  }

  .news-signup-row {
    grid-template-columns: 1fr;
  }

  .news-signup-row .button {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-story-media img {
    transition: none;
  }
}
