:root {
  --news-deep: #052718;
  --news-green: #073a25;
  --news-mid: #0f5134;
  --news-lime: #9bd844;
  --news-paper: #f7f9f5;
  --news-cream: #f7f0df;
  --news-ink: #123943;
  --news-muted: #53686d;
  --news-line: #d8e3d6;
}

body.newsroom-page {
  background: var(--news-paper);
  color: var(--news-ink);
}

.newsroom-masthead {
  min-height: 440px;
  padding-top: 146px;
  background:
    radial-gradient(circle at 88% 7%, rgba(155, 216, 68, 0.24), transparent 30%),
    radial-gradient(circle at 62% 115%, rgba(255, 217, 117, 0.11), transparent 34%),
    linear-gradient(118deg, #0a4a31 0%, var(--news-green) 44%, var(--news-deep) 100%);
  color: #fff;
}

.newsroom-masthead__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: end;
  gap: clamp(42px, 8vw, 110px);
  min-height: 294px;
  padding: 44px 0 52px;
}

.newsroom-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #527726;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsroom-masthead .newsroom-eyebrow {
  color: #d8ef67;
}

.newsroom-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--news-lime);
  box-shadow: 0 0 0 5px rgba(155, 216, 68, 0.15);
}

.newsroom-masthead h1 {
  max-width: 930px;
  margin: 14px 0 17px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(58px, 7.1vw, 104px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.newsroom-masthead p {
  max-width: 770px;
  margin: 0;
  color: #d4e4cf;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.55;
}

.newsroom-masthead dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 17px;
  background: rgba(4, 35, 21, 0.32);
  backdrop-filter: blur(10px);
}

.newsroom-masthead dl div {
  padding: 21px 17px;
}

.newsroom-masthead dl div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.newsroom-masthead dt {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.newsroom-masthead dd {
  margin: 3px 0 0;
  color: #c6d8c1;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}

.news-channels {
  position: sticky;
  z-index: 70;
  top: var(--header-height);
  border-bottom: 1px solid var(--news-line);
  background: rgba(251, 252, 248, 0.97);
  box-shadow: 0 7px 24px rgba(9, 54, 36, 0.05);
  backdrop-filter: blur(12px);
}

.news-channels__inner {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 62px;
  overflow-x: auto;
  padding-block: 8px;
  scrollbar-width: thin;
  scrollbar-color: #b6c7b2 transparent;
  overscroll-behavior-inline: contain;
}

.news-channels button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #234c43;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.news-channels button:hover {
  border-color: #c8d8c4;
  background: #eef5e9;
}

.news-channels button.is-active {
  border-color: var(--news-green);
  background: var(--news-green);
  color: #fff;
}

.news-index {
  padding: 58px 0 76px;
}

.news-index__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.news-index__head h2 {
  margin: 7px 0 0;
  color: var(--news-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.news-index__head > p {
  margin: 0 0 4px;
  color: var(--news-muted);
  font-size: 12px;
  font-weight: 750;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.story-card {
  position: relative;
  grid-column: span 3;
  min-width: 0;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(6, 55, 36, 0.22);
  border-radius: 19px;
  background: var(--news-deep);
  color: #fff;
  box-shadow: 0 15px 42px rgba(5, 52, 35, 0.09);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(5, 52, 35, 0.16);
}

.story-card[hidden] {
  display: none;
}

.story-card--lead {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 738px;
}

.story-card--side {
  grid-column: span 4;
  min-height: 360px;
}

.story-card__visual,
.story-card__visual img,
.story-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-card__visual img {
  object-fit: cover;
  transition: transform 450ms ease;
}

.story-card:hover .story-card__visual img {
  transform: scale(1.025);
}

.story-card__shade {
  background: linear-gradient(180deg, rgba(3, 28, 17, 0.06) 12%, rgba(3, 31, 19, 0.22) 48%, rgba(3, 28, 17, 0.94) 100%);
}

.story-card--lead .story-card__shade {
  background:
    linear-gradient(90deg, rgba(2, 27, 16, 0.2), transparent 68%),
    linear-gradient(180deg, rgba(3, 28, 17, 0.03) 5%, rgba(3, 28, 17, 0.17) 50%, rgba(3, 28, 17, 0.96) 100%);
}

.story-card__copy {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
}

.story-card--lead .story-card__copy {
  max-width: 780px;
  padding: clamp(28px, 4vw, 50px);
}

.story-card__kicker {
  margin: 0 0 9px;
  color: #d8ef67;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.story-card h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.story-card--lead h2 {
  max-width: 740px;
  font-size: clamp(45px, 5.4vw, 76px);
  line-height: 0.94;
}

.story-card__summary {
  display: none;
  max-width: 710px;
  margin: 13px 0 0;
  color: #d9e5d5;
  font-size: 13px;
  line-height: 1.5;
}

.story-card--lead .story-card__summary,
.story-card--side .story-card__summary {
  display: block;
}

.story-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin: 14px 0 0;
  color: #c5d5c1;
  font-size: 10px;
  font-weight: 650;
}

.story-card__meta b {
  color: #d8ef67;
}

.story-card__data {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.story-card__data span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 999px;
  background: rgba(3, 42, 27, 0.55);
  color: #e3ecdf;
  font-size: 10px;
  backdrop-filter: blur(8px);
}

.story-card__data strong {
  color: #fff;
  font-size: 13px;
}

.story-card__cover {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
}

.overshoot-chart {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  width: min(73%, 670px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 13px 28px rgba(2, 28, 17, 0.26));
}

.news-grid[data-filter-active="true"] .story-card:not([hidden]) {
  grid-column: span 4;
  grid-row: auto;
  min-height: 440px;
}

.news-grid[data-filter-active="true"] .story-card--lead:not([hidden]) .overshoot-chart {
  width: calc(100% - 28px);
  left: 14px;
  top: 14px;
}

.news-grid[data-filter-active="true"] .story-card--lead:not([hidden]) h2 {
  font-size: 38px;
}

.news-grid[data-filter-active="true"] .story-card--lead:not([hidden]) .story-card__copy {
  padding: 25px;
}

.news-grid[data-filter-active="true"] .story-card__summary {
  display: none;
}

.news-empty {
  margin-top: 18px;
  padding: 42px;
  border: 1px dashed #afc2ab;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.news-empty h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 34px;
}

.news-empty p {
  color: var(--news-muted);
}

.news-empty button {
  min-height: 44px;
  padding: 9px 15px;
  border: 0;
  border-radius: 9px;
  background: var(--news-green);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.editorial-standard {
  padding: 70px 0;
  border-top: 1px solid var(--news-line);
  background: var(--news-cream);
}

.editorial-standard__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.editorial-standard h2 {
  margin: 10px 0 0;
  color: var(--news-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(39px, 4.4vw, 60px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.editorial-standard ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: editorial-step;
}

.editorial-standard li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid #d7cbaa;
  counter-increment: editorial-step;
}

.editorial-standard li::before {
  content: counter(editorial-step, decimal-leading-zero);
  color: #527726;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.editorial-standard li strong,
.editorial-standard li span {
  grid-column: 2;
}

.editorial-standard li strong {
  color: var(--news-ink);
  font-size: 15px;
}

.editorial-standard li span {
  margin-top: -10px;
  color: var(--news-muted);
  font-size: 13px;
  line-height: 1.55;
}

.story-proposal {
  padding: 62px 0;
  background: #fff;
}

.story-proposal__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(29px, 5vw, 54px);
  border-radius: 23px;
  background:
    radial-gradient(circle at 88% 10%, rgba(155, 216, 68, 0.21), transparent 29%),
    linear-gradient(118deg, var(--news-green), var(--news-deep));
  color: #fff;
}

.story-proposal .newsroom-eyebrow {
  color: #d8ef67;
}

.story-proposal h2 {
  max-width: 820px;
  margin: 10px 0 11px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 0.97;
}

.story-proposal p {
  max-width: 730px;
  margin: 0;
  color: #ccddc8;
  font-size: 13px;
}

.story-proposal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 19px;
  border-radius: 10px;
  background: var(--news-lime);
  color: var(--news-deep);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .story-card {
    grid-column: span 6;
  }

  .story-card--lead {
    grid-column: span 8;
    min-height: 700px;
  }

  .story-card--side {
    grid-column: span 4;
    min-height: 341px;
  }

  .story-card--side h2 {
    font-size: 23px;
  }

  .story-card--side .story-card__summary {
    display: none;
  }

  .news-grid[data-filter-active="true"] .story-card:not([hidden]) {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .newsroom-masthead__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .newsroom-masthead dl {
    max-width: 380px;
  }

  .story-card.story-card--lead {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 660px;
  }

  .story-card--side,
  .story-card {
    grid-column: span 6;
    min-height: 390px;
  }

  .editorial-standard__grid {
    grid-template-columns: 1fr;
  }

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

  .story-proposal a {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .newsroom-masthead {
    min-height: auto;
    padding-top: 122px;
  }

  .newsroom-masthead__inner {
    min-height: 350px;
    padding: 36px 0 39px;
  }

  .newsroom-masthead h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .newsroom-masthead p {
    font-size: 15px;
  }

  .news-channels {
    top: 68px;
  }

  .news-channels__inner {
    width: 100%;
    padding-inline: 16px 34px;
  }

  .news-channels__inner::after {
    content: "";
    width: 1px;
    flex: 0 0 1px;
  }

  .news-index {
    padding: 42px 0 54px;
  }

  .news-index__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .story-card,
  .story-card--side,
  .news-grid[data-filter-active="true"] .story-card:not([hidden]) {
    grid-column: 1 / -1;
    min-height: 390px;
  }

  .story-card--lead {
    min-height: 610px;
  }

  .story-card--side .story-card__summary {
    display: block;
  }

  .story-card h2,
  .news-grid[data-filter-active="true"] .story-card--lead:not([hidden]) h2 {
    font-size: 31px;
  }

  .story-card--lead h2 {
    font-size: 44px;
  }

  .story-card__copy,
  .story-card--lead .story-card__copy,
  .news-grid[data-filter-active="true"] .story-card--lead:not([hidden]) .story-card__copy {
    padding: 22px;
  }

  .editorial-standard,
  .story-proposal {
    padding: 50px 0;
  }

  .story-proposal__inner {
    padding: 25px 22px;
  }

  .story-proposal a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .story-card--lead {
    min-height: 540px;
  }

  .story-card--lead .overshoot-chart {
    display: none;
  }

  .story-card--lead .story-card__summary {
    display: block;
  }

  .story-card__meta b {
    display: none;
  }

  .newsroom-masthead dl {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .newsroom-masthead h1 {
    font-size: 47px;
  }

  .newsroom-masthead dl div {
    padding: 16px 12px;
  }

  .story-card--lead h2 {
    font-size: 39px;
  }

  .story-card__summary {
    font-size: 12px;
  }
}

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