.forecast-page {
  --forecast-ink: #070906;
  --forecast-muted: #62685d;
  --forecast-line: #d9decd;
  --forecast-panel: #fbfcf5;
  --forecast-bg: #f3f5ec;
  --forecast-accent: #b7ee53;
  --forecast-accent-deep: #386f10;
  background: var(--forecast-bg);
  color: var(--forecast-ink);
}

body.forecast-page.hero-stage-page .hero-title {
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

body.forecast-page.hero-stage-page .hero-subtitle {
  max-width: 720px;
}

.forecast-page .hero-kicker {
  margin: 0 0 4px;
  color: var(--forecast-accent);
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.forecast-page .utility-main {
  max-width: none;
  margin: 0;
  padding: 0 20px 84px;
}

.forecast-page .page-hero-card {
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  max-width: none;
  margin: 0 -20px 56px;
  box-sizing: border-box;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.88);
  border-bottom: 1px solid rgba(0, 0, 0, 0.88);
  border-radius: 0;
  background: var(--forecast-accent);
  box-shadow: none;
  padding: clamp(34px, 6vw, 78px) max(20px, calc((100vw - 1180px) / 2 + 20px));
  text-align: left;
}

.forecast-page .page-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--forecast-ink);
}

.forecast-page .page-eyebrow {
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 0;
  background: var(--forecast-ink);
  color: var(--forecast-accent);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.forecast-page .page-title {
  margin: 0;
  color: var(--forecast-ink);
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.forecast-page .page-description {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(7, 9, 6, 0.82);
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.forecast-page .notice-box {
  max-width: 760px;
  margin-top: 24px;
  border: 1px solid rgba(7, 9, 6, 0.28);
  border-left: 6px solid var(--forecast-ink);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.forecast-page .notice-text,
.forecast-page .page-copy,
.forecast-page .resource-copy,
.forecast-page .panel-list {
  color: #252922;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: 700;
}

.forecast-page .page-layout {
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.84fr);
  gap: 28px;
}

.forecast-page .resource-grid {
  gap: 24px;
}

.forecast-page .resource-card,
.forecast-page .cta-panel {
  overflow: hidden;
  border: 1px solid var(--forecast-line);
  border-top: 4px solid var(--forecast-ink);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.forecast-page .resource-card {
  display: flex;
  flex-direction: column;
}

.forecast-page .resource-card img {
  height: auto;
  aspect-ratio: 16 / 11;
  border-bottom: 1px solid var(--forecast-line);
  background: #eef1e5;
  filter: saturate(1.04) contrast(1.03);
}

.forecast-page .resource-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.forecast-page .resource-kicker {
  margin: 0 0 12px;
  color: var(--forecast-muted);
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.forecast-page .resource-title,
.forecast-page .panel-title {
  color: var(--forecast-ink);
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.forecast-page .resource-title {
  font-size: 22px;
}

.forecast-page .resource-link,
.forecast-page .panel-link {
  min-height: auto;
  width: fit-content;
  margin-top: auto;
  border: 0;
  border-top: 2px solid var(--forecast-accent);
  border-radius: 0;
  background: transparent;
  color: var(--forecast-ink);
  padding: 8px 0 0;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.forecast-page .resource-link:hover,
.forecast-page .resource-link:focus-visible,
.forecast-page .panel-link:hover,
.forecast-page .panel-link:focus-visible {
  text-decoration: underline;
}

.forecast-page .panel-link.secondary {
  background: transparent;
  color: var(--forecast-ink);
}

.forecast-page .cta-panel {
  padding: 22px;
}

.forecast-page .panel-actions {
  align-items: flex-start;
}

@media (max-width: 980px) {
  .forecast-page .page-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .forecast-page .utility-main {
    padding: 0 14px 60px;
  }

  .forecast-page .page-hero-card {
    left: auto;
    right: auto;
    width: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 42px;
  }

  .forecast-page .page-title,
  .forecast-page .page-description,
  .forecast-page .notice-text,
  .forecast-page .resource-title,
  .forecast-page .resource-copy,
  .forecast-page .resource-link,
  .forecast-page .page-copy,
  .forecast-page .panel-list {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .forecast-page .nav-right {
    display: none;
  }

  .forecast-page .resource-grid {
    grid-template-columns: 1fr;
  }

  .forecast-page .page-title {
    font-size: clamp(38px, 14vw, 58px);
  }

  .forecast-page .page-description {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  body.forecast-page.hero-stage-page .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.forecast-page.hero-stage-page .hero-subtitle {
    max-width: 29ch;
    overflow-wrap: anywhere;
  }

  .forecast-page .utility-main {
    width: min(100%, 390px);
    max-width: 390px;
    margin-left: 0;
    margin-right: auto;
    box-sizing: border-box;
  }

  .forecast-page .page-hero-card {
    width: auto;
    max-width: none;
    margin-left: -14px;
    margin-right: -14px;
    padding-inline: 20px;
  }

  .forecast-page .page-hero-card > * {
    max-width: 100%;
    min-width: 0;
  }

  .forecast-page .page-title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 0.95;
    letter-spacing: -0.035em;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
