:root {
  --about-navy: #0e2941;
  --about-teal: #189e9f;
  --about-soft-blue: #e8f3f2;
  --about-warm: #f7f4ee;
  --about-orange: #e9a23b;
  --about-ink: #173247;
}

.about-page {
  color: var(--about-ink);
  background: #ffffff;
}

.about-page .primary-nav > a[aria-current="page"] {
  color: var(--about-teal);
}

.about-eyebrow {
  margin: 0 0 18px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background: var(--about-warm);
  color: var(--about-navy);
  border-bottom: 1px solid #c5d8d7;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 61%;
  background: var(--about-soft-blue);
}

.about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(118px, 16vw, 250px);
  height: 7px;
  background: var(--about-orange);
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: center;
  padding-block: clamp(48px, 5.5vw, 74px);
}

.about-hero__copy {
  max-width: 760px;
}

.about-hero .about-eyebrow {
  color: #087f80;
}

.about-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--about-navy);
  font-size: clamp(2.2rem, 3.7vw, 3.7rem);
  font-weight: 850;
  letter-spacing: -0.068em;
  line-height: 0.9;
}

.about-hero__deck {
  max-width: 670px;
  color: #365267;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.52;
}

.about-hero__deck p {
  margin: 0 0 13px;
}

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

.about-hero__portrait {
  position: relative;
  z-index: 1;
  width: min(100%, 368px);
  aspect-ratio: 4 / 4.75;
  margin: 0;
  justify-self: end;
  overflow: visible;
}

.about-hero__photo-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #79afb2;
  box-shadow: 12px 12px 0 #f4f0e8;
}

.about-hero__photo-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-hero__initial {
  position: absolute;
  z-index: 4;
  right: -47px;
  bottom: -34px;
  width: 118px;
  height: auto;
  opacity: 1;
}

.about-experience {
  padding-block: clamp(78px, 9vw, 126px);
  background:
    linear-gradient(90deg, rgb(24 158 159 / 9%) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--about-warm);
}

.about-experience__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(45px, 9vw, 140px);
  align-items: start;
}

.about-experience .about-eyebrow,
.about-recognition .about-eyebrow {
  color: #108485;
}

.about-experience h2,
.about-leadership h2,
.about-recognition h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  font-weight: 830;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.about-experience__story {
  max-width: 770px;
}

.about-experience__story p {
  margin: 0 0 24px;
  font-size: clamp(1rem, 1.25vw, 1.11rem);
  line-height: 1.65;
}

.about-experience__story .about-opening {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 2px solid var(--about-orange);
  color: var(--about-navy);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

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

.about-leadership {
  padding-block: clamp(70px, 8vw, 112px);
  background: var(--about-teal);
  color: var(--about-navy);
}

.about-leadership .about-eyebrow {
  color: #ffffff;
}

.about-leadership__intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 126px);
}

.about-leadership__copy p {
  margin: 0 0 20px;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.62;
}

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

.leadership-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(48px, 6vw, 82px) 0 0;
  border-top: 1px solid rgb(14 41 65 / 54%);
  border-bottom: 1px solid rgb(14 41 65 / 54%);
}

.leadership-proof div {
  min-height: 132px;
  padding: 23px clamp(14px, 2vw, 30px) 22px;
  display: grid;
  align-content: center;
  border-right: 1px solid rgb(14 41 65 / 40%);
}

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

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

.leadership-proof dt {
  color: #ffffff;
  font-size: clamp(2.55rem, 4.1vw, 4.5rem);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.leadership-proof dd {
  max-width: 180px;
  margin: 10px 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-recognition {
  position: relative;
  overflow: hidden;
  padding-top: clamp(68px, 7vw, 90px);
  padding-bottom: clamp(34px, 4vw, 52px);
  background: var(--about-warm);
  color: var(--about-navy);
}

.about-recognition__inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
}

.about-recognition__heading {
  max-width: 690px;
}

.about-recognition__heading .about-eyebrow {
  margin-bottom: 14px;
  color: #108485;
}

.about-recognition h2 {
  color: var(--about-navy);
  margin-bottom: 18px;
}

.about-recognition__heading > p:last-child {
  margin: 0;
  color: #466172;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.58;
}

.recognition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(34px, 7vw, 110px);
  row-gap: 0;
  margin: clamp(35px, 4.5vw, 50px) 0 0;
  padding: 0;
  list-style: none;
}

.recognition-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  min-height: 88px;
  padding: 14px 0 21px;
  border-bottom: 1px solid rgb(14 41 65 / 28%);
  color: var(--about-navy);
  font-size: clamp(0.96rem, 1.16vw, 1.06rem);
  font-weight: 700;
  line-height: 1.38;
}

.recognition-list li:last-child {
  grid-column: 1 / -1;
  border-bottom: 0;
}

.recognition-year {
  color: #79d9d6;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.48;
}

.about-cta {
  padding-block: clamp(65px, 7.5vw, 102px);
  background: var(--about-navy);
  color: #ffffff;
}

.about-cta__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(46px, 9vw, 140px);
  align-items: center;
}

.about-cta .about-eyebrow {
  color: #79d9d6;
}

.about-cta h2 {
  max-width: 560px;
  color: #ffffff;
}

.about-cta__inner > div:last-child {
  display: grid;
  justify-items: start;
  gap: 25px;
}

.about-cta__inner > div:last-child p {
  max-width: 540px;
  margin: 0;
  color: #dce8ee;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.about-cta .button--primary {
  background: var(--about-orange);
  color: var(--about-navy);
  box-shadow: 7px 7px 0 #dce8ee;
}

.about-cta .button--primary:hover {
  background: #d99126;
  box-shadow: 3px 3px 0 #dce8ee;
  transform: translate(4px, 4px);
}

@media (max-width: 900px) {
  .about-hero::before {
    inset: 0 0 53%;
  }

  .about-hero__inner,
  .about-experience__grid,
  .about-leadership__intro,
  .about-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-hero__inner {
    min-height: 0;
    gap: 36px;
  }

  .about-hero__portrait {
    grid-row: 1;
    width: min(100%, 420px);
    justify-self: start;
    aspect-ratio: 4 / 4.55;
  }

  .about-hero__copy {
    grid-row: 2;
  }

  .about-experience__grid,
  .about-leadership__intro,
  .about-cta__inner {
    gap: 34px;
  }

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

  .recognition-list { grid-template-columns: 1fr; }

  .leadership-proof div:nth-child(2) {
    border-right: 0;
  }

  .leadership-proof div:nth-child(-n+2) {
    border-bottom: 1px solid rgb(14 41 65 / 40%);
  }

  .leadership-proof div:nth-child(3) {
    padding-left: 0;
  }

  .leadership-proof div:nth-child(4) {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .about-hero__inner {
    gap: 27px;
    padding-block: 26px 44px;
  }

  .about-hero__portrait {
    width: min(100% - 30px, 385px);
    margin: 0 0 18px;
  }

  .about-hero__photo-frame {
    box-shadow: 8px 8px 0 #f4f0e8;
  }

  .about-hero__initial {
    right: -29px;
    bottom: -27px;
    width: 89px;
  }

  .about-hero h1 {
    font-size: clamp(2rem, 9.6vw, 2.75rem);
  }

  .about-hero__deck {
    font-size: 1rem;
  }

  .about-experience,
  .about-leadership,
  .about-cta {
    padding-block: 62px;
  }

  .about-recognition {
    padding-top: 62px;
    padding-bottom: 38px;
  }

  .about-experience h2,
  .about-leadership h2,
  .about-recognition h2,
  .about-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .about-experience__story .about-opening {
    font-size: 1.4rem;
  }

  .leadership-proof {
    margin-top: 42px;
  }

  .leadership-proof div,
  .leadership-proof div:first-child,
  .leadership-proof div:last-child {
    min-height: 116px;
    padding: 18px 14px;
  }

  .leadership-proof dt {
    font-size: 2.5rem;
  }

  .recognition-list {
    grid-template-columns: 1fr;
  }

  .recognition-list li {
    min-height: 0;
    padding-block: 17px;
  }
}
