:root {
  --bg-deep: #001c20;
  --card-bg: #012f36;
  --card-border: #1e555c;
  --mint: #bff7ee;
  --teal: #36a39d;
  --ink: #00272b;
  --white: #ffffff;
  --page-width: 1180px;
}

.footer-top.office-footer {
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.45fr);
  gap: clamp(48px, 10vw, 190px);
  align-items: start;
}

.office-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(48px, 10vw, 190px);
  row-gap: 8px;
  max-width: 1120px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(12px, 0.95vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.office-contact strong,
.office-contact .office-name {
  grid-column: 1 / -1;
}

.office-contact strong {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.office-contact .office-name {
  width: max-content;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.office-contact span {
  margin: 0;
}

@media (max-width: 760px) {
  .office-contact {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg-deep);
  color: var(--white);
  font-family: "Funnel Sans", "Segoe UI", sans-serif;
}

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

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

.why-page {
  min-height: 100vh;
  background:
    var(--bg-deep) url("assets/about-background-jump.png") top center / 100% auto no-repeat;
}

.why-container {
  width: min(var(--page-width), calc(100% - 112px));
  margin: 0 auto;
}

.why-hero {
  position: relative;
  min-height: 794px;
}

.why-header {
  padding-top: 67px;
}

.logo {
  width: 118px;
  height: 26px;
  object-fit: contain;
}

.hero-copy {
  width: min(560px, 100%);
  padding-top: 250px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 16px;
  background: #06444b;
  color: var(--mint);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.eyebrow.center {
  width: 147px;
  height: 38px;
  min-height: 38px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  background: #073e45;
  color: #54f6ed;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

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

h1,
h2,
h3 {
  font-family: "Funnel Display", "Funnel Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

h1 {
  margin-top: 28px;
  max-width: 560px;
  font-size: 56px;
  line-height: 1;
}

.hero-copy p {
  width: min(505px, 100%);
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
}

.pill-nav {
  position: sticky;
  top: 22px;
  z-index: 10;
  width: 572px;
  max-width: calc(100% - 32px);
  min-height: 48px;
  margin: -24px auto 0;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  padding: 7px;
  background: #ffffff;
  color: #00272b;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.pill-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.pill-nav .spark-link {
  width: 60px;
  min-width: 60px;
  padding: 0;
}

.pill-nav .spark-link img {
  width: 49px;
  height: 49px;
}

.pill-nav .is-active {
  background: var(--mint);
}

.pill-nav .contact-pill {
  min-width: 78px;
  margin-left: 8px;
  background: #073e45;
  color: #ffffff;
}

.focus-section {
  padding: 285px 0 134px;
  text-align: center;
}

.focus-copy {
  max-width: 525px;
}

.focus-copy h2,
.support-section h2,
.process-section h2 {
  font-size: 46px;
  line-height: 1;
}

.focus-copy h2 span {
  display: inline-block;
}

.focus-copy h2 em {
  color: #bff7ee;
  font-style: normal;
}

.focus-copy p {
  margin: 24px auto 0;
  max-width: 455px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.08;
}

.wide-photo {
  width: 100%;
  height: 607px;
  margin: 0;
  overflow: hidden;
}

.wide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.support-section {
  padding: 82px 0 96px;
  overflow: hidden;
  text-align: center;
}

.support-section h2 {
  width: min(555px, 100%);
  margin: 36px auto 0;
}

.support-cards {
  width: fit-content;
  max-width: 100%;
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 332px));
  gap: 38px;
  overflow: visible;
}

.support-card {
  min-height: 190px;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 34px 32px;
  background: rgba(1, 47, 54, 0.9);
  text-align: left;
}

.support-card h3 {
  max-width: 210px;
  min-height: 47px;
  color: #fefefe;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
}

.support-card p {
  margin-top: 64px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.18;
}

.process-section {
  padding: 118px 0 128px;
  text-align: center;
}

.process-section h2 {
  font-size: 64px;
  line-height: 1;
}

.process-grid {
  position: relative;
  width: min(1096px, 100%);
  margin: 116px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 82px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(191, 247, 238, 0.28);
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.process-number {
  width: 66px;
  height: 66px;
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(191, 247, 238, 0.32);
  border-radius: 50%;
  background: #073e45;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.process-step h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.12;
}

.process-step:nth-child(2) h3 {
  width: max-content;
  max-width: none;
  margin: 0 auto;
}

.process-step p {
  max-width: 320px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.08;
}

.cta-band {
  min-height: 420px;
  padding: 116px 0;
  background: var(--mint);
  color: var(--ink);
  text-align: center;
}

.cta-band h2 {
  color: var(--ink);
  font-size: 32px;
  line-height: 1.1;
}

.cta-band p {
  margin-top: 12px;
  color: rgba(0, 39, 43, 0.72);
  font-size: 13px;
  font-weight: 300;
}

.cta-band a {
  min-width: 164px;
  min-height: 58px;
  margin-top: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #00272b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.why-footer {
  min-height: 720px;
  overflow: hidden;
  padding-top: 72px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(108px, 140px));
  align-items: start;
  gap: clamp(42px, 7vw, 112px);
}

.footer-top p,
.footer-top address {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.27;
}

.footer-top p {
  max-width: 330px;
  line-height: 1.1;
}

.footer-top span,
.footer-top strong,
.footer-top a {
  display: block;
}

.footer-top span {
  margin-bottom: 44px;
  font-weight: 300;
}

.footer-top strong {
  margin-bottom: 12px;
  font-weight: 600;
}

.footer-mark {
  width: 100%;
  height: 360px;
  margin-top: 180px;
  object-fit: cover;
  object-position: bottom center;
}

@media (max-width: 980px) {
  .why-container {
    width: min(100% - 56px, 760px);
  }

  .why-hero {
    min-height: 670px;
  }

  .hero-copy {
    padding-top: 188px;
  }

  h1 {
    font-size: clamp(42px, 8vw, 56px);
  }

  .wide-photo {
    height: 440px;
  }

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

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

@media (max-width: 640px) {
  .why-container {
    width: calc(100% - 32px);
  }

  .why-header {
    padding-top: 34px;
  }

  .why-hero {
    min-height: 620px;
  }

  .hero-copy {
    padding-top: 188px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 14px;
  }

  .pill-nav {
    position: relative;
    top: auto;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 24px;
  }

  .pill-nav a {
    min-height: 28px;
    padding: 0 10px;
    font-size: 10px;
  }

  .pill-nav .spark-link {
    width: 44px;
    min-width: 44px;
  }

  .pill-nav .spark-link img {
    width: 38px;
    height: 38px;
  }

  .pill-nav .contact-pill {
    margin-left: 0;
  }

  .focus-section {
    padding: 164px 0 72px;
  }

  .focus-copy h2,
  .support-section h2,
  .process-section h2 {
    font-size: 34px;
  }

  .wide-photo {
    height: 330px;
  }

  .support-section {
    padding: 62px 0 70px;
  }

  .support-cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 46px;
  }

  .support-card {
    min-height: 178px;
  }

  .support-card p {
    margin-top: 32px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .process-grid::before {
    display: none;
  }

  .process-section h2 {
    font-size: 38px;
  }

  .process-number {
    margin-bottom: 26px;
  }

  .process-step p {
    font-size: 15px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-top span {
    margin-bottom: 10px;
  }

  .footer-mark {
    width: 1455px;
    max-width: none;
    margin-top: 88px;
    transform: translateX(-18%);
  }
}

.footer-top .office-contact {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(12px, 0.95vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.footer-top .office-contact strong {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-top .office-contact .office-name {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-top .office-contact span {
  margin: 0;
}
