:root {
  --paper: #f7f8f6;
  --ink: #101210;
  --muted: #686d68;
  --line: #d9dcd8;
  --blue: #3158ff;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at var(--pointer-x, 70%) var(--pointer-y, 15%), rgba(49, 88, 255, 0.055), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.site-header {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  min-height: 5.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand {
  justify-self: start;
  font-weight: 750;
  text-decoration: none;
}

.project-mark {
  margin: 0;
  color: var(--muted);
}

.project-mark span,
.section-label span {
  color: var(--blue);
}

.header-link {
  justify-self: end;
}

.hero {
  width: min(calc(100% - 3rem), var(--max));
  min-height: calc(100svh - 5.5rem);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) 0 2rem;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.eyebrow,
.section-label,
.step-number,
.status-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-title {
  margin: clamp(2rem, 5vw, 5rem) 0;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 2rem);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: clamp(4.5rem, 13.5vw, 13rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.hero-word--then {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  text-stroke: 1.5px var(--ink);
}

.hero-word--now {
  text-align: right;
}

.hero-arrow {
  color: var(--blue);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0;
}

.hero-statement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 2.15rem);
  font-weight: 620;
  letter-spacing: -0.035em;
}

.hero-statement p {
  margin: 0;
}

.hero-statement p:last-child {
  color: var(--blue);
}

.hero-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.hero-intro {
  max-width: 35rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
}

.round-link {
  width: 7.5rem;
  height: 7.5rem;
  flex: 0 0 7.5rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.round-link:hover,
.round-link:focus-visible {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-0.35rem);
}

.section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 11rem) 0;
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) minmax(0, 4fr);
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.section-content {
  min-width: 0;
}

.display-copy {
  max-width: 70rem;
  margin: 0;
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: clamp(3rem, 6.4vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.copy-grid {
  max-width: 62rem;
  margin: clamp(3rem, 6vw, 6rem) 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.copy-grid p {
  margin: 0;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: var(--paper);
}

.number-item {
  min-height: clamp(18rem, 32vw, 34rem);
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #383b38;
}

.number-item:last-child {
  border-right: 0;
}

.number-item strong {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: clamp(6rem, 13vw, 13rem);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.number-item span {
  color: #b8bcb7;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-grid {
  margin-top: clamp(3rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.method-step {
  min-height: 20rem;
  padding: 1.5rem 2rem 1.5rem 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.method-step + .method-step {
  padding-left: 2rem;
}

.method-step:last-child {
  border-right: 0;
}

.method-step h3 {
  margin: auto 0 1rem;
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.method-step p:last-child {
  max-width: 21rem;
  margin: 0;
  color: var(--muted);
}

.country-grid {
  margin-top: clamp(3rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.country-grid > div {
  min-height: 15rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  transition: background-color 180ms ease, color 180ms ease;
}

.country-grid > div:first-child {
  padding-left: 0;
}

.country-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.country-grid > div:hover {
  background: var(--blue);
  color: white;
}

.country-grid span {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  letter-spacing: -0.06em;
}

.country-grid p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status {
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.status-kicker {
  margin-bottom: 2rem;
  color: var(--blue);
}

.status-footer {
  margin-top: clamp(3rem, 6vw, 6rem);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ink);
}

.status-footer p {
  margin: 0;
  color: var(--muted);
}

.status-footer a {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 650;
}

.status-footer a span {
  color: var(--blue);
}

.site-footer {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  min-height: 6rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer p:nth-child(2) {
  justify-self: center;
}

.site-footer p:last-child {
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(calc(100% - 2rem), var(--max));
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .project-mark {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 5.5rem);
    padding-top: 3.5rem;
  }

  .hero-title {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    font-size: clamp(5rem, 27vw, 9rem);
    line-height: 0.72;
  }

  .hero-arrow {
    margin-left: auto;
    transform: rotate(90deg);
  }

  .hero-word--now {
    text-align: left;
  }

  .hero-statement {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .hero-bottom {
    align-items: center;
    margin-top: 3rem;
  }

  .round-link {
    width: 6rem;
    height: 6rem;
    flex-basis: 6rem;
  }

  .section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .copy-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .numbers,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .number-item {
    min-height: 15rem;
    border-right: 0;
    border-bottom: 1px solid #383b38;
  }

  .number-item:last-child {
    border-bottom: 0;
  }

  .method-step,
  .method-step + .method-step {
    min-height: 14rem;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .country-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .country-grid > div,
  .country-grid > div:first-child,
  .country-grid > div:last-child {
    min-height: 11rem;
    padding: 1rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .country-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .country-grid > div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .status-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    padding: 1.5rem 0;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
  }

  .site-footer p:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .round-link {
    align-self: flex-end;
  }

  .display-copy {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .round-link {
    transition: none;
  }
}
