.about-page {
  background: linear-gradient(180deg, #e7eff5 0%, #f1f6fa 38%, #ffffff 100%);
  color: #16374f;
}

.about-page .page {
  padding: 0;
}

.about-page .card-shell {
  background: #ffffff;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.v4-option.about-page .about-top-bar {
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 92, 134, 0.14);
}

.about-page .logo-group .logo-horizontal {
  width: clamp(215px, 20vw, 285px);
}

.about-page .about-nav {
  margin-left: auto;
  gap: clamp(10px, 1vw, 24px);
  color: #16374f;
}

.about-page .about-nav a {
  padding: 16px 0 12px;
  min-height: auto;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}

.about-page .about-nav a:hover,
.about-page .about-nav a:focus-visible {
  background: transparent;
  color: var(--blue-800);
  border-bottom-color: rgba(26, 125, 176, 0.35);
}

.about-page .about-nav a[aria-current="page"] {
  background: transparent;
  color: var(--blue-900);
  border-bottom-color: #2c7ba6;
}

.v4-option.about-page .cta-row.about-cta-row {
  display: flex;
  align-items: center;
  width: auto;
  gap: 12px;
}

.about-page .about-cta-row .btn.primary {
  min-height: 46px;
  padding-inline: 24px;
  background: #ef594f;
  border: 1px solid #ef594f;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.about-page .about-hero {
  color: #ffffff;
  background:
    linear-gradient(92deg, rgba(11, 61, 91, 0.94) 0%, rgba(11, 61, 91, 0.82) 46%, rgba(11, 61, 91, 0.54) 74%, rgba(11, 61, 91, 0.28) 100%),
    var(--about-hero-image, url("./about/BRF_WDAC_Doors_20250423_105011.jpg")) center/cover no-repeat;
}

.about-page .about-hero__inner {
  padding-top: 24px;
  padding-bottom: 34px;
}

.about-page .about-hero__copy {
  min-height: 330px;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.about-page .about-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-page .about-eyebrow::before {
  content: "";
  width: 18px;
  height: 3px;
  background: #f2c14e;
}

.about-page .about-hero h1 {
  margin: 0;
  font-size: clamp(52px, 5.8vw, 78px);
  line-height: 0.92;
  letter-spacing: 0;
  color: #ffffff;
}

.about-page .about-hero__lead {
  max-width: 28ch;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
}

.about-page .about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-page .about-hero__actions .btn,
.about-page .about-cta-band .btn.ghost {
  min-height: 52px;
  padding-inline: 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.about-page .about-hero__actions .btn.primary {
  background: #ef594f;
  border: 1px solid #ef594f;
}

.about-page .about-hero__actions .btn.ghost,
.about-page .about-cta-band .btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.about-page .about-hero__stats {
  background: #0b4571;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

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

.about-page .about-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  color: #ffffff;
}

.about-page .about-stat + .about-stat {
  margin-left: 28px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.about-page .about-stat__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
}

.about-page .about-stat__icon svg {
  width: 48px;
  height: 48px;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.about-page .about-stat__icon--waves {
  color: #ffffff;
}

.about-page .about-stat__icon--community {
  color: #f08d35;
}

.about-page .about-stat__icon--heart {
  color: #ff675c;
}

.about-page .about-stat__icon--heart svg {
  fill: currentColor;
  stroke: none;
}

.about-page .about-stat__text strong {
  display: block;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.08;
}

.about-page .about-stat__text span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

.about-page main {
  background: #f3f7fb;
}

.about-page .about-pillars,
.about-page .about-leadership,
.about-page .about-impact,
.about-page .about-testimonials,
.about-page .about-sponsor {
  border-top: 1px solid rgba(15, 92, 134, 0.12);
}

.about-page .about-pillars {
  background: #f3f8fc;
}

.about-page .about-pillars__grid {
  display: grid;
  grid-template-columns: 1.06fr 0.87fr 1fr;
  background: #f7fbfe;
}

.about-page .about-panel {
  min-width: 0;
  padding: 36px 28px 38px;
}

.about-page .about-panel + .about-panel {
  border-left: 1px solid rgba(15, 92, 134, 0.14);
}

.about-page .about-panel h2,
.about-page .about-leadership h2,
.about-page .about-impact h2,
.about-page .about-testimonials h2,
.about-page .about-sponsor h2 {
  margin: 0 0 20px;
  font-family: var(--display-font);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 0.95;
  letter-spacing: 0;
  color: #103756;
}

.about-page .about-panel p,
.about-page .about-panel li,
.about-page .about-leadership li,
.about-page .about-impact p,
.about-page .about-testimonials p,
.about-page .about-sponsor p,
.about-page .about-sponsor li,
.about-page .about-footer p {
  color: #33516a;
  font-size: 16px;
  line-height: 1.65;
}

.about-page .about-panel p + p,
.about-page .about-sponsor__content > p + p {
  margin-top: 14px;
}

.about-page .about-panel a,
.about-page .about-testimonials a,
.about-page .about-sponsor a,
.about-page .about-footer a {
  color: #0f5c86;
  font-weight: 700;
}

.about-page .about-panel__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.about-page .about-panel__heading h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 42px);
}

.about-page .about-panel__icon,
.about-page .about-cta-card__icon,
.about-page .about-footer__social {
  border-radius: 999px !important;
}

.about-page .about-panel__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: none;
  background: #139fb1;
  color: #ffffff;
}

.about-page .about-panel__icon svg,
.about-page .about-cta-card__icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.about-page .about-panel ul,
.about-page .about-leadership ul,
.about-page .about-sponsor ul {
  padding-left: 20px;
}

.about-page .about-panel ul,
.about-page .about-sponsor ul {
  display: grid;
  gap: 10px;
}

.about-page .about-panel li::marker,
.about-page .about-leadership li::marker,
.about-page .about-sponsor li::marker {
  color: #0f5c86;
}

.about-page .about-leadership {
  background: #ffffff;
}

.about-page .about-leadership__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 32px;
  align-items: stretch;
  padding-top: 34px;
  padding-bottom: 34px;
}

.about-page .about-leadership__lists {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 28px;
}

.about-page .about-leadership__lists section + section {
  padding-left: 28px;
  border-left: 1px solid rgba(15, 92, 134, 0.16);
}

.about-page .about-leadership h3,
.about-page .about-impact h3,
.about-page .about-sponsor h3 {
  margin: 0 0 12px;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #103756;
}

.about-page .about-leadership li + li {
  margin-top: 8px;
}

.about-page .about-leadership__media {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.about-page .about-leadership__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.about-page .about-leadership__media figcaption {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  background: #0b4571;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.about-page .about-leadership__media figcaption strong,
.about-page .about-gallery-card figcaption strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.about-page .about-leadership__media figcaption span,
.about-page .about-gallery-card figcaption span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.about-page .about-impact {
  background: #ffffff;
}

.about-page .about-impact__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  padding-top: 34px;
  padding-bottom: 38px;
}

.about-page .about-impact__callout {
  margin-top: 20px;
  padding: 18px 20px;
  background: #e7f1f9;
  border-left: 5px solid #1a7db0;
}

.about-page .about-impact__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.about-page .about-gallery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 92, 134, 0.12);
  background: #d4e8f4;
}

.about-page .about-gallery-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.about-page .about-gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 1px;
  padding: 8px 12px;
  background: rgba(11, 61, 91, 0.94);
  color: #ffffff;
}

.about-page .about-testimonials {
  background: #edf5fa;
}

.about-page .about-testimonials__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.about-page .about-testimonials__intro,
.about-page .about-quote {
  padding: 28px 24px 30px;
}

.about-page .about-testimonials__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.about-page .about-quote {
  position: relative;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(15, 92, 134, 0.16);
}

.about-page .about-quote::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 54px;
  height: 54px;
  background: url("../Crazy-Blue_LargeQuote_Mark.png") center/contain no-repeat;
}

.about-page .about-quote p {
  padding-left: 26px;
  color: #21445f;
  font-size: 20px;
  line-height: 1.45;
  font-style: italic;
}

.about-page .about-sponsor {
  background: #ffffff;
}

.about-page .about-sponsor__grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 34px;
  padding-bottom: 40px;
}

.about-page .about-sponsor__logo {
  padding: 16px;
  border: 1px solid rgba(15, 92, 134, 0.14);
  background: #ffffff;
}

.about-page .about-sponsor__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-page .about-sponsor__content > p {
  max-width: 70ch;
}

.about-page .about-sponsor__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 22px;
}

.about-page .about-sponsor__details section + section {
  padding-left: 28px;
  border-left: 1px solid rgba(15, 92, 134, 0.16);
}

.about-page .about-sponsor__details p {
  margin-top: 14px;
}

.about-page .about-cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #0c4b78 0%, #0a3d63 100%);
  color: #ffffff;
}

.about-page .about-cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./shared/waveBar.png") right bottom / 360px auto no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.about-page .about-cta-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.about-page .about-cta-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.about-page .about-cta-card + .about-cta-card {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.about-page .about-cta-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.about-page .about-cta-card__eyebrow {
  margin: 0 0 4px;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.about-page .about-cta-card h2 {
  margin: 0 0 6px;
  font-family: var(--display-font);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.98;
  color: #ffffff;
}

.about-page .about-cta-card p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.about-page .about-footer {
  background: #ffffff;
}

.about-page .about-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(220px, 0.9fr) minmax(240px, 0.8fr);
  gap: 24px;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 18px;
}

.about-page .about-footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-page .about-footer__logo {
  width: 180px;
  flex: none;
}

.about-page .about-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
}

.about-page .about-footer__nav a {
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #103756;
}

.about-page .about-footer__nav a[aria-current="page"] {
  color: #0f5c86;
}

.about-page .about-footer__tagline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.about-page .about-footer__social {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #3d68a8;
  color: #ffffff;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
}

.about-page .about-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-top: 14px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(15, 92, 134, 0.12);
}

.about-page .about-footer__legal a {
  text-decoration: none;
  color: #103756;
  font-weight: 700;
}

@media (max-width: 980px) {
  .about-page .about-top-bar {
    gap: 14px;
  }

  .about-page .about-nav {
    order: 4;
    width: 100%;
    margin-left: 0;
    padding-top: 8px;
    gap: 10px 18px;
  }

  .v4-option.about-page .cta-row.about-cta-row {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .about-page .about-hero__copy {
    min-height: auto;
    padding-block: 10px 22px;
  }

  .about-page .about-hero__stats-grid,
  .about-page .about-pillars__grid,
  .about-page .about-leadership__grid,
  .about-page .about-impact__grid,
  .about-page .about-testimonials__grid,
  .about-page .about-sponsor__grid,
  .about-page .about-sponsor__details,
  .about-page .about-cta-band__grid,
  .about-page .about-footer__grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-stat + .about-stat,
  .about-page .about-panel + .about-panel,
  .about-page .about-quote,
  .about-page .about-sponsor__details section + section,
  .about-page .about-cta-card + .about-cta-card {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .about-page .about-stat + .about-stat,
  .about-page .about-panel + .about-panel,
  .about-page .about-quote,
  .about-page .about-sponsor__details section + section,
  .about-page .about-cta-card + .about-cta-card {
    padding-top: 22px;
    border-top: 1px solid rgba(15, 92, 134, 0.16);
  }

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

  .about-page .about-leadership__lists section + section {
    padding-left: 0;
    border-left: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(15, 92, 134, 0.16);
  }

  .about-page .about-impact__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-stat + .about-stat {
    border-top-color: rgba(255, 255, 255, 0.22);
  }

  .about-page .about-cta-card {
    grid-template-columns: auto 1fr;
  }

  .about-page .about-cta-card + .about-cta-card {
    border-top-color: rgba(255, 255, 255, 0.24);
  }

  .about-page .about-cta-band .btn.ghost {
    justify-self: start;
  }

  .about-page .about-footer__tagline {
    justify-content: flex-start;
  }

  .about-page .about-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-page .about-top-bar {
    padding: 16px;
  }

  .about-container {
    padding-inline: 16px;
  }

  .about-page .about-hero__inner {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .about-page .about-eyebrow {
    font-size: 13px;
  }

  .about-page .about-hero__actions .btn,
  .about-page .about-cta-band .btn.ghost {
    width: 100%;
  }

  .about-page .about-stat__text strong {
    font-size: 21px;
  }

  .about-page .about-panel,
  .about-page .about-leadership__grid,
  .about-page .about-impact__grid,
  .about-page .about-sponsor__grid,
  .about-page .about-cta-band__grid,
  .about-page .about-footer__grid {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-page .about-panel {
    padding-inline: 0;
  }

  .about-page .about-impact__gallery,
  .about-page .about-footer__nav {
    grid-template-columns: 1fr;
  }

  .about-page .about-testimonials__intro,
  .about-page .about-quote {
    padding-inline: 0;
  }

  .about-page .about-quote::before {
    left: 0;
    width: 46px;
    height: 46px;
  }

  .about-page .about-quote p {
    padding-left: 20px;
    font-size: 18px;
  }

  .about-page .about-cta-card {
    grid-template-columns: 1fr;
  }

  .about-page .about-footer__brand {
    flex-direction: column;
    align-items: flex-start;
  }
}
