.about-page {
  background: #fff;
  color: #1d2735;
}

.about-page main {
  overflow: hidden;
}

.about-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

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

.about-page h1,
.about-page h2,
.about-page h3 {
  text-transform: uppercase;
}

.about-page h2 {
  max-width: 860px;
  margin-bottom: 24px;
  color: #1d2735;
  font-size: clamp(34px, 4.3vw, 64px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.about-page p {
  color: #596474;
  font-size: 17px;
  line-height: 1.75;
}

.about-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 14px;
  background: #2ccbd4;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.about-hero-image,
.about-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-hero-image {
  z-index: -3;
  background: url("/img/about-01.jpg") center 42% / cover no-repeat;
  transform: scale(1.01);
}

.about-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 16, 30, 0.96) 0%, rgba(7, 16, 30, 0.84) 48%, rgba(7, 16, 30, 0.28) 100%),
    linear-gradient(0deg, rgba(5, 12, 22, 0.55), rgba(5, 12, 22, 0.08));
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: clamp(54px, 8vw, 120px);
  align-items: end;
  padding-block: 92px;
}

.about-hero-copy {
  max-width: 780px;
}

.about-page .about-hero h1 {
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(50px, 6.5vw, 92px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.about-hero-lead {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.55 !important;
}

.about-hero-proof {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding-left: 30px;
}

.about-hero-proof div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.about-hero-proof div:first-child {
  padding-top: 0;
}

.about-hero-proof div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-hero-proof strong,
.about-hero-proof span {
  display: block;
}

.about-hero-proof strong {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.about-hero-proof span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-story,
.about-mission,
.about-sectors,
.about-contact,
.about-accreditations {
  padding-block: clamp(76px, 8vw, 120px);
}

.about-story-grid,
.about-sectors-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(52px, 7vw, 100px);
  align-items: center;
}

.about-story-media {
  min-width: 0;
}

.about-story-media img,
.about-sectors-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.about-story-main {
  height: 430px;
}

.about-story-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.about-story-pair img {
  height: 170px;
}

.about-story-copy > p:not(.about-kicker) {
  margin-bottom: 18px;
}

.about-check-list {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #dce2e8;
  color: #1d2735;
  font-size: 14px;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-check-list span {
  color: #159fb0;
  font-size: 18px;
  line-height: 1;
}

.about-framework {
  padding-block: clamp(76px, 8vw, 116px);
  background: #101c2f;
}

.about-section-heading {
  max-width: 900px;
  margin: 0 auto 52px;
}

.about-section-heading.centered {
  text-align: center;
}

.about-framework .about-section-heading h2,
.about-decisions h2 {
  color: #fff;
}

.about-framework .about-section-heading p:not(.about-kicker),
.about-decisions p {
  color: rgba(255, 255, 255, 0.7);
}

.about-framework-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-framework-card {
  position: relative;
  min-height: 420px;
  padding: 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.about-card-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.about-card-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 72px;
  background: #2ccbd4;
  color: #fff;
}

.about-card-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-framework-card h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.about-framework-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(56px, 8vw, 116px);
  align-items: start;
}

.about-mission-statement {
  position: sticky;
  top: calc(var(--shared-header-height, 120px) + 34px);
}

.about-mission-statement p:not(.about-kicker) {
  max-width: 570px;
}

.about-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  color: #168da3;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-value-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid #dce2e8;
  background: #fff;
}

.about-value-card > span {
  color: #2ccbd4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.about-value-card h3 {
  margin: 54px 0 14px;
  color: #1d2735;
  font-size: 19px;
  font-weight: 900;
}

.about-value-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.65;
}

.about-decisions {
  padding-block: clamp(72px, 7vw, 105px);
  background: #185a8d;
}

.about-decisions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.about-decisions-copy p:last-child {
  margin-bottom: 0;
}

.about-decision-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.about-decision-options article {
  padding: 28px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.about-decision-options article:last-child {
  border-right: 0;
}

.about-decision-options h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.about-decision-options p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.65;
}

.about-accreditations .about-section-heading p:not(.about-kicker) {
  max-width: 760px;
  margin-inline: auto;
}

.about-accreditation-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 880px;
  margin: 52px auto 0;
  align-items: end;
}

.about-accreditation-logos figure {
  margin: 0;
  text-align: center;
}

.about-accreditation-logos img {
  width: auto;
  max-width: 210px;
  height: 92px;
  object-fit: contain;
}

.about-accreditation-logos figcaption {
  margin-top: 20px;
  color: #5b6574;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-sectors-image {
  min-height: 520px;
  height: 100%;
}

.about-sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.about-sector-tags span {
  padding: 11px 14px;
  border: 1px solid #cfd7df;
  background: #fff;
  color: #233044;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 0.82fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.about-contact-copy {
  padding-top: 24px;
}

.about-contact h2,
.about-contact-copy p:not(.about-kicker),
.about-contact-points li,
.about-contact .about-phone-link,
.about-contact .form-heading,
.about-contact .form-subheading,
.about-contact .form-label {
  color: #000;
}

.about-contact-points {
  display: grid;
  gap: 13px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

.about-contact-points li {
  position: relative;
  padding-left: 22px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background: #2ccbd4;
}

.about-phone-link {
  display: inline-flex;
  flex-direction: column;
  color: #16345f;
  text-decoration: none;
}

.about-phone-link small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-phone-link strong {
  margin-top: 5px;
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1;
}

.about-page .hero-form-shell {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}

@media (max-width: 1020px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 48px;
  }

  .about-story-grid,
  .about-sectors-grid,
  .about-mission-grid,
  .about-decisions-grid {
    gap: 48px;
  }

  .about-framework-card {
    min-height: 390px;
    padding: 30px 24px;
  }

  .about-card-icon {
    margin-bottom: 54px;
  }

  .about-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
    gap: 46px;
  }
}

@media (max-width: 820px) {
  .about-shell {
    width: min(100% - 40px, 760px);
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero-grid,
  .about-story-grid,
  .about-mission-grid,
  .about-decisions-grid,
  .about-sectors-grid,
  .about-contact-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    align-items: start;
    padding-block: 72px;
  }

  .about-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .about-hero-proof div {
    padding: 0 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .about-hero-proof div:first-child {
    padding-left: 0;
  }

  .about-hero-proof div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .about-framework-grid {
    grid-template-columns: 1fr;
  }

  .about-framework-card {
    min-height: 0;
  }

  .about-card-icon {
    margin-bottom: 42px;
  }

  .about-mission-statement {
    position: static;
  }

  .about-decision-options {
    margin-top: 4px;
  }

  .about-sectors-image {
    min-height: 420px;
  }

  .about-page .hero-form-shell {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .about-shell {
    width: min(100% - 32px, 560px);
  }

  .about-page h2 {
    font-size: clamp(31px, 10vw, 44px);
  }

  .about-hero-grid {
    gap: 42px;
    padding-block: 58px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .about-hero-lead {
    font-size: 17px !important;
  }

  .about-hero-proof {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 8px;
  }

  .about-hero-proof div,
  .about-hero-proof div:first-child,
  .about-hero-proof div:last-child {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .about-hero-proof div:last-child {
    border-bottom: 0;
  }

  .about-story-main {
    height: 310px;
  }

  .about-story-pair {
    grid-template-columns: 1fr;
  }

  .about-story-pair img {
    height: 200px;
  }

  .about-values,
  .about-decision-options,
  .about-accreditation-logos {
    grid-template-columns: 1fr;
  }

  .about-value-card {
    min-height: 210px;
  }

  .about-decision-options {
    border: 0;
  }

  .about-decision-options article,
  .about-decision-options article:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .about-accreditation-logos {
    gap: 40px;
  }

  .about-accreditation-logos img {
    height: 78px;
  }

  .about-sectors-image {
    min-height: 300px;
  }
}
