:root {
  --ink: #171717;
  --muted-ink: #5f6368;
  --line: #d8dadd;
  --paper: #ffffff;
  --soft: #f5f6f3;
  --accent: #dc1f2a;
  --gold: #ffd84d;
  --leaf: #2f6f4e;
  --charcoal: #262626;
  --shadow: 0 24px 60px rgba(23, 23, 23, 0.13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(20px, 4vw, 56px);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
  padding-block: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 156px;
  min-height: 44px;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(220, 31, 42, 0.08);
  color: var(--accent);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 132px clamp(22px, 5vw, 72px) 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0.52)),
    url("assets/global-network.png") center right / cover no-repeat;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--paper));
}

.hero-content {
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 780px;
  font-size: clamp(48px, 8vw, 98px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 650px;
  color: #313131;
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
}

.section {
  padding: clamp(72px, 8vw, 112px) clamp(20px, 4vw, 56px);
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.muted {
  background: var(--soft);
}

.stats-band {
  padding-top: 30px;
  padding-bottom: 34px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat-card,
.commodity-card,
.agenda-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.stat-card {
  padding: 24px;
  min-height: 164px;
}

.stat-card span,
.commodity-card span {
  display: block;
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  margin: 4px 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.stat-card p,
.commodity-card p,
.agenda-grid p,
.timeline p,
.feature-copy p,
.text-stack p {
  color: var(--muted-ink);
}

.two-column,
.feature-row,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.text-stack {
  font-size: 18px;
}

blockquote {
  margin: 34px 0 0;
  border-left: 6px solid var(--gold);
  padding: 10px 0 10px 22px;
  color: var(--leaf);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.16;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.commodity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.commodity-card {
  min-height: 190px;
  padding: 22px;
}

.commodity-card span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}

.feature-row {
  align-items: center;
}

.feature-row.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.visual-frame,
.network-map {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.visual-frame img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.network-map img {
  width: 100%;
}

.network-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.network-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 13px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: var(--charcoal);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(255, 216, 77, 0.32);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.timeline article {
  border-top: 4px solid var(--accent);
  padding: 18px 4px 0;
}

.timeline time {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
}

.agenda-section {
  background: var(--charcoal);
  color: #fff;
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.agenda-grid article {
  padding: 30px;
  color: var(--ink);
}

.agenda-grid article:nth-child(1) {
  border-top: 8px solid var(--gold);
}

.agenda-grid article:nth-child(2) {
  border-top: 8px solid var(--accent);
}

.agenda-grid article:nth-child(3) {
  border-top: 8px solid var(--leaf);
}

.contact-section {
  background: #fff;
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin: 0;
  border-left: 8px solid var(--gold);
  border-radius: 8px;
  background: var(--soft);
  padding: 30px;
  color: var(--charcoal);
  font-style: normal;
}

.contact-panel strong {
  font-size: 24px;
}

.contact-panel a {
  width: fit-content;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
  text-decoration: underline;
}

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 24px clamp(20px, 4vw, 56px);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

@media (max-width: 980px) {
  .stats-grid,
  .commodity-grid,
  .agenda-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-column,
  .feature-row,
  .feature-row.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy {
    order: 0;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article {
    border-top: 0;
    border-left: 4px solid var(--accent);
    padding: 0 0 0 18px;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .brand {
    width: 132px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 8px;
    padding: 13px 14px;
  }

  .hero {
    min-height: 86vh;
    padding-top: 118px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
      url("assets/global-network.png") center / cover no-repeat;
  }

  .stats-grid,
  .commodity-grid,
  .agenda-grid {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .commodity-card {
    min-height: auto;
  }

  .visual-frame img {
    min-height: 220px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
