:root {
  --ink: #151812;
  --muted: #4d5747;
  --soft: #f6f1e8;
  --green: #079245;
  --deep-green: #102f1f;
  --blue: #2a98c1;
  --gold: #f6af3d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 0%, rgba(73, 118, 70, 0.14), transparent 0 25%),
    radial-gradient(circle at 90% 6%, rgba(246, 175, 61, 0.14), transparent 0 28%),
    linear-gradient(180deg, #f6f1e8 0%, #f2eadf 48%, #ebe4d8 100%);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
}

.nav,
.ticker,
.orientation,
.hero,
.rail-section,
.editorial-section,
.shell,
.cta-section,
.site-footer,
.legal-shell {
  width: min(1240px, calc(100vw - 56px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 18px;
  animation: rise-in 520ms ease both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: block;
  width: 76px;
  height: auto;
  object-fit: contain;
}

.brand span:last-child {
  display: grid;
  gap: 1px;
}

.brand strong,
.nav nav,
.ticker strong,
.hero-body h1,
.section-header h2,
.desk-head h2,
.cta-section h2,
.legal-hero h1,
.legal-section h2,
.rail-body h3,
.editorial-body h3,
.desk-lead-body h3,
.climate-panel-head strong {
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand strong {
  font-size: 20px;
}

.brand small {
  color: #66705f;
  font-size: 13px;
  font-weight: 500;
}

.nav nav {
  display: inline-flex;
  gap: 20px;
  color: #3f473b;
  font-size: 18px;
}

.nav nav a {
  opacity: 0.76;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav nav a:hover {
  color: var(--green);
  opacity: 1;
}

.ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 0 8px;
  animation: rise-in 620ms ease 80ms both;
}

.ticker strong {
  font-size: 22px;
  white-space: nowrap;
}

.ticker-viewport {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, black 4%, black 96%, transparent 100%);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: ticker-move 70s linear infinite;
}

.ticker-track span {
  color: #596154;
  font-size: 15px;
  white-space: nowrap;
}

.ticker-track span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  border-radius: 999px;
  background: var(--green);
  vertical-align: middle;
}

.orientation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 10px 0 0;
  animation: rise-in 620ms ease 140ms both;
}

.orientation span,
.meta-line,
.climate-panel-head span,
.why-box strong,
.desk-stack-item span,
.angle-stack span,
.cta-section span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.orientation p {
  max-width: 76rem;
  margin: 0;
  color: #354034;
  font-size: 17px;
  line-height: 1.45;
}

.orientation small {
  color: #6a725f;
  font-size: 12px;
  white-space: nowrap;
}

.refresh-button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: var(--deep-green);
  color: #fff;
  cursor: pointer;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.refresh-button:hover {
  background: var(--green);
  transform: translateY(-1px);
}

.refresh-button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 36px;
  align-items: stretch;
  padding: 30px 0 18px;
}

.hero-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(35, 50, 32, 0.14);
  animation: image-in 760ms ease 120ms both;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 32, 18, 0.1), rgba(5, 32, 18, 0.32)),
    radial-gradient(circle at 28% 28%, rgba(115, 188, 83, 0.22), transparent 0 34%);
  pointer-events: none;
}

.hero-image,
.rail-image,
.editorial-image,
.desk-image {
  width: 100%;
  object-fit: cover;
  background: #d8d2c5;
}

.hero-image {
  height: 100%;
  min-height: 540px;
  filter: saturate(1.08) contrast(1.06);
  transition: transform 600ms ease, filter 600ms ease;
}

.hero-media:hover .hero-image {
  transform: scale(1.018);
  filter: saturate(1.14) contrast(1.08);
}

.climate-panel {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 28px;
  width: min(400px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(244, 239, 228, 0.22);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(16, 47, 31, 0.88), rgba(42, 64, 36, 0.7)),
    rgba(16, 47, 31, 0.72);
  color: #f8f4eb;
  box-shadow: 0 24px 60px rgba(14, 35, 22, 0.28);
  backdrop-filter: blur(18px);
}

.panel-logo {
  display: block;
  width: 168px;
  height: auto;
  margin-bottom: 16px;
  opacity: 0.94;
}

.climate-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.climate-panel-head span {
  color: rgba(248, 244, 235, 0.7);
}

.climate-panel-head strong {
  font-size: 15px;
}

.climate-grid {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.climate-metric {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.climate-metric span {
  color: rgba(248, 244, 235, 0.78);
  font-size: 13px;
}

.climate-metric strong {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.climate-metric strong[data-tone="strong"] {
  background: rgba(167, 232, 154, 0.2);
  color: #e7ffe0;
}

.climate-metric strong[data-tone="warning"] {
  background: rgba(246, 175, 61, 0.25);
  color: #ffe3ad;
}

.hero-body {
  display: grid;
  align-content: start;
  gap: 18px;
  max-width: 40rem;
  padding: 28px 0 10px;
  animation: rise-in 760ms ease 220ms both;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  color: #5f7258;
}

.hero-body h1 {
  margin: 0;
  font-size: 86px;
  line-height: 0.9;
}

.hero-body > p {
  max-width: 36rem;
  margin: 0;
  color: #465041;
  font-size: 19px;
  line-height: 1.6;
}

.why-box {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding: 18px 20px 19px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(35, 50, 32, 0.06),
    0 18px 40px rgba(35, 50, 32, 0.07);
  backdrop-filter: blur(16px);
}

.why-box span {
  color: #3f493a;
  line-height: 1.58;
}

.crawl-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.crawl-panel div {
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  border: 1px solid rgba(35, 50, 32, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.crawl-panel span,
.crawl-method span,
.brief-back {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crawl-panel strong {
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.crawl-method {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
  gap: 34px;
  width: min(1240px, calc(100vw - 56px));
  margin: 36px auto 16px;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(7, 146, 69, 0.1), rgba(42, 152, 193, 0.1)),
    rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(35, 50, 32, 0.06);
}

.crawl-method h2 {
  max-width: 480px;
  margin: 8px 0 0;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.crawl-method ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crawl-method li {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(35, 50, 32, 0.09);
}

.crawl-method li:last-child {
  border-bottom: 0;
}

.crawl-method li strong {
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.crawl-method li span {
  color: #4d5747;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
}

.rail-section {
  padding: 46px 0 8px;
}

.section-header,
.desk-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.section-header h2,
.desk-head h2,
.cta-section h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1;
}

.section-header p,
.desk-head p,
.cta-section p {
  margin: 0;
  color: #586151;
  line-height: 1.7;
}

.rail-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-left: max(28px, calc((100vw - 1240px) / 2));
}

.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 410px;
  gap: 28px;
  width: calc(100vw + 110px);
  margin-left: -110px;
  padding: 2px max(28px, calc((100vw - 1240px) / 2)) 10px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rail-secondary {
  grid-auto-columns: 370px;
  gap: 22px;
}

.rail::-webkit-scrollbar {
  display: none;
}

.rail-card {
  display: grid;
  grid-template-rows: auto 1fr;
  scroll-snap-align: start;
  transition: transform 260ms ease;
}

.rail-card > a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.rail-card:hover {
  transform: translateY(-4px);
}

.rail-image {
  aspect-ratio: 16 / 10;
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(35, 50, 32, 0.12);
}

.rail-body {
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 18px 4px 8px;
}

.rail-body h3 {
  margin: 12px 0 10px;
  font-size: 34px;
  line-height: 1.03;
}

.rail-body p,
.editorial-body p,
.desk-lead-body p,
.desk-stack-item p,
.angle-stack p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.editorial-section {
  padding: 58px 0 12px;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.editorial-grid,
.desk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 28px;
  align-items: start;
}

.editorial-lead,
.desk-lead,
.desk-stack-item,
.angle-stack article {
  border: 1px solid rgba(35, 50, 32, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 52px rgba(35, 50, 32, 0.07);
}

.editorial-lead,
.desk-lead {
  overflow: hidden;
}

.desk-lead {
  color: inherit;
}

.editorial-image,
.desk-image {
  display: block;
  height: 380px;
}

.editorial-body,
.desk-lead-body {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.editorial-body h3,
.desk-lead-body h3 {
  margin: 0;
  font-size: 42px;
  line-height: 1.04;
}

.angle-stack,
.desk-stack {
  display: grid;
  gap: 20px;
}

.angle-stack article,
.desk-stack-item {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.desk-stack-item a {
  color: inherit;
}

.shell {
  padding: 16px 0 96px;
}

.desk-section {
  position: relative;
  padding: 48px 0 0;
  content-visibility: auto;
  contain-intrinsic-size: 820px;
}

.desk-section::before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 146, 69, 0.78), rgba(7, 146, 69, 0.08));
}

.desk-grid-reverse .desk-lead {
  order: 2;
}

.desk-grid-reverse .desk-stack {
  order: 1;
}

.desk-economy .desk-head h2 {
  color: var(--green);
}

.desk-nature .desk-head h2 {
  color: #4f7331;
}

.desk-capital .desk-head h2 {
  color: #92702f;
}

.desk-economy .desk-lead,
.desk-economy .desk-stack-item {
  background:
    radial-gradient(circle at top left, rgba(220, 239, 209, 0.92), transparent 34%),
    linear-gradient(180deg, rgba(250, 253, 247, 0.98), rgba(239, 248, 236, 0.94));
}

.desk-nature .desk-lead,
.desk-nature .desk-stack-item {
  background:
    radial-gradient(circle at top left, rgba(226, 238, 199, 0.9), transparent 36%),
    linear-gradient(180deg, rgba(252, 253, 247, 0.98), rgba(244, 248, 232, 0.94));
}

.desk-capital .desk-lead,
.desk-capital .desk-stack-item {
  background:
    radial-gradient(circle at top left, rgba(246, 226, 177, 0.72), transparent 36%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(250, 241, 219, 0.94));
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 80px;
  padding: 32px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(7, 146, 69, 0.1), rgba(246, 175, 61, 0.11)),
    rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(35, 50, 32, 0.06);
}

.cta-section h2 {
  margin-top: 10px;
}

.site-footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(21, 22, 26, 0.08);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 28px;
  align-items: start;
}

.site-footer-brand {
  display: grid;
  gap: 8px;
}

.site-footer-partner-lockup {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  justify-items: start;
}

.site-footer-kicker {
  color: #6b6974;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer-copy {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: #4f4d57;
  font-size: 14px;
  line-height: 1.65;
  white-space: nowrap;
}

.site-footer-partner-logo-link {
  display: inline-flex;
  align-items: center;
  width: min(100%, 409px);
  max-width: 100%;
  margin-top: 0;
}

.site-footer-partner-logo {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer-partner-logo-link:hover .site-footer-partner-logo {
  opacity: 0.88;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
}

.site-footer-links a {
  color: #1f2025;
  font-size: 14px;
}

.site-footer a:hover {
  color: var(--green);
}

.function-shell {
  width: min(1120px, calc(100vw - 56px));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.function-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 44px;
  align-items: end;
  padding: 32px 0 42px;
}

.function-kicker,
.function-card span,
.function-step span,
.function-list strong {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.function-hero h1,
.function-section h2,
.function-card h3,
.function-step h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.function-hero h1 {
  margin-top: 14px;
  color: #161d16;
  font-size: 76px;
  line-height: 0.92;
  max-width: 760px;
}

.function-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #45503f;
  font-size: 19px;
  line-height: 1.58;
}

.function-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-left: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(35, 50, 32, 0.08);
}

.function-panel p {
  margin: 0;
  color: #354034;
  font-size: 17px;
}

.function-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.function-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.function-card,
.function-step {
  padding: 24px;
  border: 1px solid rgba(35, 50, 32, 0.08);
  background: rgba(255, 255, 255, 0.68);
}

.function-card h3,
.function-step h3 {
  margin-top: 10px;
  font-size: 31px;
  line-height: 1;
}

.function-card p,
.function-step p,
.function-list li {
  color: #4d5747;
  line-height: 1.62;
}

.function-card p,
.function-step p {
  margin: 12px 0 0;
}

.function-section {
  display: grid;
  gap: 22px;
  padding: 28px 0;
}

.function-section h2 {
  color: #192218;
  font-size: 46px;
  line-height: 0.96;
}

.function-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.function-loop li {
  padding: 10px 13px;
  border: 1px solid rgba(20, 142, 72, 0.18);
  background: rgba(20, 142, 72, 0.07);
  color: #1b4f2d;
  font-weight: 700;
}

.function-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.function-list li {
  padding: 16px 0;
  border-top: 1px solid rgba(35, 50, 32, 0.1);
}

.function-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.function-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  background: #17331f;
  color: #ffffff;
  font-weight: 800;
}

.function-link-row a.secondary {
  background: transparent;
  color: #17331f;
  border: 1px solid rgba(23, 51, 31, 0.22);
}

.legal-shell {
  padding: 52px 0 76px;
}

.legal-hero {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-bottom: 40px;
}

.legal-hero a {
  color: var(--green);
  font-weight: 700;
}

.legal-hero h1 {
  margin: 0;
  font-size: 68px;
  line-height: 0.94;
}

.legal-hero p {
  margin: 0;
  color: #465041;
  font-size: 19px;
  line-height: 1.6;
}

.legal-grid {
  display: grid;
  gap: 18px;
  max-width: 880px;
}

.legal-section {
  padding: 24px;
  border: 1px solid rgba(35, 50, 32, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 44px rgba(35, 50, 32, 0.06);
}

.legal-section h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1;
}

.legal-section p,
.legal-section li {
  color: #4d5747;
  line-height: 1.65;
}

.legal-section p {
  margin: 0;
}

.legal-section p + p,
.legal-section ul {
  margin-top: 12px;
}

.legal-section ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.brief-article {
  width: min(980px, calc(100vw - 56px));
  margin: 42px auto 90px;
}

.brief-back {
  display: inline-flex;
  margin-bottom: 22px;
}

.brief-article h1 {
  max-width: 900px;
  margin: 18px 0 20px;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
}

.brief-lead {
  max-width: 780px;
  margin: 0 0 34px;
  color: #354034;
  font-size: 22px;
  line-height: 1.5;
}

.brief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 34px 0;
}

.brief-grid section,
.brief-source {
  padding: 26px;
  border: 1px solid rgba(35, 50, 32, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(35, 50, 32, 0.06);
}

.brief-grid h2,
.brief-source h2 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.brief-grid p,
.brief-source p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.brief-source a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .hero,
  .section-header,
  .desk-head,
  .editorial-grid,
  .desk-grid,
  .cta-section,
  .crawl-method,
  .function-hero,
  .function-grid,
  .function-grid.two {
    grid-template-columns: 1fr;
  }

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

  .desk-grid-reverse .desk-lead,
  .desk-grid-reverse .desk-stack {
    order: initial;
  }

  .hero-body h1 {
    font-size: 58px;
  }

  .section-header h2,
  .desk-head h2,
  .cta-section h2,
  .legal-hero h1,
  .function-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 760px) {
  .nav,
  .ticker,
  .orientation,
  .hero,
  .rail-section,
  .editorial-section,
  .shell,
  .cta-section,
  .site-footer,
  .legal-shell,
  .function-shell {
    width: min(100vw - 32px, 1240px);
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-top: 18px;
  }

  .brand-mark {
    width: 88px;
  }

  .brand strong {
    font-size: 22px;
  }

  .nav nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .ticker,
  .orientation {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .orientation small {
    white-space: normal;
  }

  .crawl-panel,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .crawl-method {
    width: min(100vw - 32px, 1240px);
    padding: 22px;
  }

  .crawl-method li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ticker-viewport {
    overflow: visible;
    mask-image: none;
  }

  .ticker-track {
    display: grid;
    width: 100%;
    gap: 10px;
    animation: none;
  }

  .ticker-track span {
    white-space: normal;
  }

  .ticker-track span:nth-child(n + 4) {
    display: none;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-media,
  .hero-image {
    min-height: 300px;
    border-radius: 28px;
  }

  .climate-panel {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 12px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(16, 47, 31, 0.94), rgba(42, 64, 36, 0.9));
  }

  .hero-body {
    padding-top: 6px;
  }

  .hero-body h1 {
    font-size: 44px;
  }

  .hero-body > p {
    font-size: 18px;
  }

  .rail {
    grid-auto-columns: 86vw;
    width: calc(100vw + 44px);
    margin-left: -44px;
    padding-right: 16px;
    scroll-padding-inline: 60px;
  }

  .section-header h2,
  .desk-head h2,
  .cta-section h2,
  .legal-hero h1,
  .legal-section h2,
  .function-section h2,
  .function-card h3,
  .function-step h3,
  .rail-body h3,
  .editorial-body h3,
  .desk-lead-body h3 {
    font-size: 28px;
  }

  .function-hero h1 {
    font-size: 44px;
  }

  .editorial-image,
  .desk-image {
    height: 260px;
  }

  .cta-section {
    padding: 24px;
  }

  .site-footer {
    padding: 24px 0 38px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer-partner-lockup,
  .site-footer-copy {
    width: 100%;
    white-space: normal;
  }

  .site-footer-partner-logo-link {
    width: min(100%, 409px);
  }

  .site-footer-links {
    justify-content: flex-start;
  }
}

@keyframes ticker-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
