:root {
  --oyster: #e6e6dd;
  --ink: #000000;
  --white: #ffffff;
  --blue: #0057ff;
  --navy: #001d75;
  --rule: 4px solid var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #f2f2f2;
}

body {
  margin: 0 auto;
  max-width: 1440px;
  min-width: 320px;
  background: var(--oyster);
  color: var(--ink);
  font-family: "Cabinet Grotesk", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

.topbar {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--rule);
  background: var(--oyster);
  padding: 0 42px;
}

.brand {
  font-size: 34px;
  line-height: .92;
  letter-spacing: -0.04em;
}

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

.nav-circle {
  width: 118px;
  height: 115px;
  margin-top: -1px;
  border: 3px solid var(--ink);
  border-radius: 300px;
  background: var(--white);
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.009em;
}

.nav-circle--blue {
  background: var(--blue);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: 54.03% 45.97%;
  min-height: 837px;
  border-bottom: var(--rule);
}

.hero-media {
  background: var(--blue);
  border-right: var(--rule);
  padding: 42px;
  display: flex;
  flex-direction: column;
}

.pill-row {
  display: flex;
  gap: 10px;
}

.hero-pill {
  width: min(48.6%, 340px);
  height: 248px;
  border: var(--rule);
  border-radius: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 30px;
  line-height: .95;
  letter-spacing: -0.035em;
}

.hero-pill--white {
  background: var(--white);
}

.hero-pill--navy {
  background: var(--navy);
  color: var(--white);
}

.hero-photo-shell {
  margin-top: auto;
  width: 100%;
  height: 300px;
  border: var(--rule);
  border-radius: 300px;
  background: var(--oyster);
  padding: 4px;
  overflow: hidden;
}

.hero-photo-shell img,
.story-photo-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.hero-copy {
  padding: 42px 42px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-copy h1 {
  margin: 0;
  max-width: 570px;
  font-size: clamp(74px, 7.847vw, 113px);
  line-height: .803;
  letter-spacing: -0.0783em;
  font-weight: 500;
}

.hero-copy p {
  margin: 29px 0 24px;
  max-width: 563px;
  font-size: clamp(22px, 1.875vw, 27px);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.action-circle {
  border: var(--rule);
  border-radius: 300px;
  display: grid;
  place-items: center;
  text-align: center;
}

.action-circle--blue {
  width: 214px;
  height: 214px;
  background: var(--blue);
  color: var(--white);
  font-size: 24px;
  line-height: .96;
  letter-spacing: -0.02em;
}

.priorities {
  display: grid;
  grid-template-columns: 39.03% 60.97%;
  min-height: 590px;
  border-bottom: var(--rule);
}

.priorities-title {
  border-right: var(--rule);
  padding: 42px;
  display: flex;
  align-items: flex-end;
}

.priorities-title h2 {
  margin: 0;
  max-width: 478px;
  font-size: clamp(64px, 6.111vw, 88px);
  line-height: .86;
  letter-spacing: -0.065em;
  font-weight: 500;
}

.priority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.priority-card {
  min-height: 293px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: var(--rule);
  border-bottom: var(--rule);
}

.priority-card:nth-child(2n) {
  border-right: 0;
}

.priority-card:nth-child(n+3) {
  border-bottom: 0;
}

.priority-card h3 {
  margin: 0;
  max-width: 374px;
  font-size: clamp(36px, 3.194vw, 46px);
  line-height: .9;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.priority-card p {
  margin: 0;
  max-width: 374px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.009em;
}

.priority-card--white {
  background: var(--white);
}

.priority-card--blue {
  background: var(--blue);
  color: var(--white);
}

.priority-card--navy {
  background: var(--navy);
  color: var(--white);
}

.priority-card--oyster {
  background: var(--oyster);
}

.story {
  min-height: 680px;
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: var(--rule);
}

.story-photo-shell {
  align-self: center;
  justify-self: center;
  width: calc(100% - 84px);
  max-width: 632px;
  height: 556px;
  border: var(--rule);
  border-radius: 300px;
  background: var(--white);
  padding: 4px;
  overflow: hidden;
}

.story-copy {
  border-left: var(--rule);
  padding: 146px 42px 42px;
}

.story-copy h2 {
  margin: 0 0 31px;
  max-width: 640px;
  font-size: clamp(58px, 5.417vw, 78px);
  line-height: .88;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.story-copy p {
  margin: 0;
  max-width: 602px;
  font-size: clamp(22px, 1.736vw, 25px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.join {
  min-height: 504px;
  display: grid;
  grid-template-columns: 62.5% 37.5%;
  background: var(--blue);
  color: var(--white);
  border-bottom: var(--rule);
}

.join-copy {
  padding: 42px;
}

.join-copy h2 {
  margin: 0;
  max-width: 785px;
  font-size: clamp(72px, 7.222vw, 104px);
  line-height: .84;
  letter-spacing: -0.07em;
  font-weight: 500;
}

.join-copy p {
  margin: 70px 0 0;
  max-width: 642px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.join-action {
  border-left: var(--rule);
  display: grid;
  place-items: center;
}

.action-circle--white {
  width: 326px;
  height: 326px;
  background: var(--white);
  color: var(--ink);
  font-size: 42px;
  line-height: .9;
  letter-spacing: -0.045em;
}

.footer {
  min-height: 154px;
  background: var(--ink);
  color: var(--white);
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer p {
  margin: 0;
  max-width: 442px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.009em;
}

.footer nav {
  display: flex;
  gap: 35px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.009em;
}

@media (max-width: 760px) {
  body {
    max-width: none;
  }

  .topbar {
    height: 94px;
    padding: 0 14px;
    border-bottom-width: 3px;
  }

  .brand {
    font-size: 25px;
  }

  .nav {
    gap: 5px;
  }

  .nav-circle {
    width: 62px;
    height: 62px;
    border-width: 2px;
    font-size: 12px;
  }

  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    border-bottom-width: 3px;
  }

  .hero-media {
    border-right: 0;
    border-top: 3px solid var(--ink);
    padding: 20px 14px 28px;
    min-height: 398px;
  }

  .hero-pill {
    width: 50%;
    height: 116px;
    border-width: 3px;
    font-size: 20px;
  }

  .hero-photo-shell {
    height: 158px;
    margin-top: 96px;
    border-width: 3px;
    padding: 3px;
  }

  .hero-copy {
    padding: 26px 18px 28px;
  }

  .hero-copy h1 {
    font-size: clamp(57px, 17.18vw, 67px);
    line-height: .82;
    letter-spacing: -0.078em;
  }

  .hero-copy p {
    margin: 18px 0 24px;
    font-size: 22px;
    line-height: 1.02;
  }

  .action-circle--blue {
    width: 150px;
    height: 150px;
    border-width: 3px;
    font-size: 20px;
  }

  .priorities {
    display: block;
    border-bottom-width: 3px;
  }

  .priorities-title {
    min-height: 278px;
    border-right: 0;
    padding: 26px 18px;
  }

  .priorities-title h2 {
    font-size: clamp(52px, 15.9vw, 62px);
    line-height: .88;
  }

  .priority-grid {
    display: block;
  }

  .priority-card {
    min-height: 234px;
    padding: 26px 18px 28px;
    border-right: 0;
    border-top: 3px solid var(--ink);
    border-bottom: 0;
  }

  .priority-card h3 {
    font-size: 39px;
    line-height: .9;
  }

  .priority-card p {
    font-size: 18px;
    line-height: 1.08;
  }

  .story {
    display: block;
    min-height: 0;
    padding: 38px 18px 44px;
    border-bottom-width: 3px;
  }

  .story-photo-shell {
    width: 100%;
    max-width: none;
    height: 300px;
    border-width: 3px;
    padding: 3px;
    margin-bottom: 38px;
  }

  .story-copy {
    border-left: 0;
    padding: 0;
  }

  .story-copy h2 {
    font-size: clamp(42px, 12.56vw, 49px);
    line-height: .9;
    margin-bottom: 26px;
  }

  .story-copy p {
    font-size: 20px;
    line-height: 1.04;
  }

  .join {
    display: block;
    min-height: 0;
    border-bottom-width: 3px;
  }

  .join-copy {
    padding: 30px 18px 38px;
  }

  .join-copy h2 {
    font-size: clamp(48px, 14.87vw, 58px);
    line-height: .88;
  }

  .join-copy p {
    margin-top: 86px;
    font-size: 20px;
    line-height: 1.05;
  }

  .join-action {
    border-left: 0;
    border-top: 3px solid var(--ink);
    min-height: 292px;
  }

  .action-circle--white {
    width: 218px;
    height: 218px;
    border-width: 3px;
    font-size: 31px;
  }

  .footer {
    min-height: 0;
    padding: 25px 18px 30px;
    align-items: flex-start;
  }

  .footer p {
    max-width: 190px;
    font-size: 15px;
    line-height: 1.05;
  }

  .footer nav {
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
  }
}
