:root {
  --navy: #041b2c;
  --deep: #02131f;
  --ink: #0a2233;
  --accent: #f32837;
  --offwhite: #f3f0e8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 112px;
  padding: 0 5vw;
  border-bottom: 1px solid rgb(255 255 255 / 24%);
  background: linear-gradient(180deg, rgb(2 19 31 / 94%) 0%, rgb(2 19 31 / 72%) 72%, transparent 100%);
  color: #fff;
}

.brand {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 10px;
  border-radius: 2px;
  background: none;
  box-shadow: 0 8px 26px rgb(2 19 31 / 35%);
}

.brand-logo {
  display: block;
  width: 230px;
  height: 62px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  gap: 10px;
  padding: 6px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 2px;
  background: rgb(2 19 31 / 58%);
  box-shadow: 0 8px 30px rgb(0 0 0 / 14%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.site-header nav a {
  padding: 10px 14px 9px;
  border-bottom: 1px solid transparent;
  color: #f7fbfd;
  text-shadow: 0 1px 4px rgb(0 0 0 / 75%);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  border-bottom-color: var(--accent);
  background: rgb(255 255 255 / 8%);
}

.contact-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-bottom: 2px solid var(--accent);
  border-radius: 2px;
  background: rgb(2 19 31 / 72%);
  box-shadow: 0 8px 30px rgb(0 0 0 / 18%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 4px rgb(0 0 0 / 75%);
  text-transform: uppercase;
  backdrop-filter: blur(7px);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: rgb(255 255 255 / 52%);
  border-bottom-color: var(--accent);
  background: rgb(2 19 31 / 90%);
}

.contact-link span {
  margin-left: 8px;
  color: #ff5360;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 790px;
  height: 100vh;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 118px 6vw 60px;
}

.kicker,
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cbd5da;
}

.kicker span {
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.hero h1 {
  margin: 62px 0 48px;
  font-size: clamp(70px, 8.3vw, 140px);
  letter-spacing: -0.065em;
  line-height: 0.78;
  white-space: nowrap;
}

.hero h1 em,
.closing h2 em {
  color: var(--accent);
  font-family: Georgia, serif;
  font-weight: 400;
}

.hero-lede {
  max-width: 475px;
  color: #e0e7ea;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
}

.scroll-cue {
  position: absolute;
  bottom: 44px;
  left: 6vw;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-cue span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 50%;
  color: #ff5360;
}

.hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0b283b;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgb(4 27 44 / 60%) 9%, transparent 38%),
    linear-gradient(0deg, rgb(2 19 31 / 54%), transparent 45%);
  content: "";
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.78) contrast(1.05);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgb(243 40 55 / 15%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(243 40 55 / 15%) 1px, transparent 1px);
  background-size: 64px 64px;
}

.image-credit {
  position: absolute;
  right: 32px;
  bottom: 26px;
  z-index: 2;
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 4px rgb(0 0 0 / 80%);
  text-transform: uppercase;
}

.hero-fact {
  position: absolute;
  top: 22%;
  right: 5%;
  z-index: 3;
  display: grid;
  padding: 13px 17px 12px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-left: 3px solid var(--accent);
  background: rgb(2 19 31 / 82%);
  box-shadow: 0 12px 34px rgb(0 0 0 / 24%);
  backdrop-filter: blur(7px);
}

.hero-fact strong {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 1px 4px rgb(0 0 0 / 75%);
}

.hero-fact span {
  margin-top: 7px;
  color: #e8f0f3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
  padding: 130px 8vw 140px;
}

.section-label {
  margin: 0 0 40px;
  color: #50616d;
}

.intro h2,
.impact h2,
.closing h2 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 78px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.intro-copy {
  padding-top: 55px;
}

.intro-copy p {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.65;
}

.impact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  padding: 130px 8vw;
  background: #e9e6de;
}

.impact,
.closing,
footer {
  content-visibility: auto;
}

.impact { contain-intrinsic-block-size: auto 700px; }
.closing { contain-intrinsic-block-size: auto 650px; }
footer { contain-intrinsic-block-size: auto 78px; }

.impact-copy > p:not(.section-label) {
  max-width: 520px;
  margin: 38px 0;
  font-size: 17px;
  line-height: 1.65;
}

.impact-copy > a {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.impact-copy > a span {
  margin-left: 8px;
  color: var(--accent);
}

.metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #bdc4c5;
  border-left: 1px solid #bdc4c5;
}

.metrics-grid div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  padding: 34px;
  border-right: 1px solid #bdc4c5;
  border-bottom: 1px solid #bdc4c5;
}

.metrics-grid strong {
  font-size: clamp(48px, 5vw, 76px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.metrics-grid span {
  color: #586b76;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing {
  display: grid;
  min-height: 650px;
  padding: 90px 20px;
  place-items: center;
  align-content: center;
  background: var(--navy);
  color: #fff;
  text-align: center;
}

.closing > p {
  margin: 0 0 45px;
  color: #a7b8c1;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.closing h2 {
  font-size: clamp(62px, 8vw, 118px);
}

.closing a {
  display: inline-block;
  margin-top: 55px;
  padding: 18px 27px;
  background: var(--accent);
  color: var(--deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closing a span {
  margin-left: 12px;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 5vw;
  background: var(--deep);
  color: #8fa2ad;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

footer span:nth-child(2) {
  text-align: center;
}

footer a {
  justify-self: end;
  color: #bbc7cc;
}

@media (max-width: 1100px) {
  .site-header nav {
    gap: 0;
  }

  .site-header nav a {
    padding-inline: 10px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(460px, 55vh) 420px;
    min-height: 950px;
    height: auto;
  }

  .hero-copy {
    grid-row: 1;
    padding-top: 145px;
  }

  .hero h1 {
    margin: 48px 0 32px;
    font-size: clamp(64px, 15vw, 105px);
    white-space: normal;
  }

  .hero-visual {
    grid-row: 2;
  }

  .scroll-cue {
    display: none;
  }

  .intro,
  .impact {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 90px 7vw;
  }

  .intro-copy {
    padding: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 82px;
    padding: 0 20px;
  }

  .brand {
    padding: 4px 7px;
  }

  .brand-logo {
    width: 150px;
    height: 50px;
  }

  .contact-link {
    display: none;
  }

  .hero {
    grid-template-rows: 460px 370px;
    min-height: 830px;
  }

  .hero-copy {
    padding: 112px 24px 30px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-lede {
    font-size: 15px;
  }

  .hero-fact {
    top: 12%;
    right: 20px;
  }

  .intro h2,
  .impact h2 {
    font-size: 43px;
  }

  .metrics-grid div {
    min-height: 155px;
    padding: 22px 18px;
  }

  .metrics-grid strong {
    font-size: 42px;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
  }

  footer span:nth-child(2) {
    display: none;
  }
}

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