.about-hero {
  padding-top: 88px;
  color: #fff;
  background: #061f38;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 80px;
  align-items: center;
  max-width: 1190px;
  min-height: 460px;
  margin: 0 auto;
  padding: 64px 28px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a:hover {
  color: #fff;
}

.about-kicker {
  display: block;
  margin-bottom: 14px;
  color: #82b5c2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.08;
}

.about-hero-copy > p {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.about-hero-note {
  padding: 34px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
}

.about-hero-note > i {
  color: #82b5c2;
  font-size: 38px;
}

.about-hero-note p {
  margin: 14px 0 18px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.about-hero-note span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 38px;
  padding-bottom: 38px;
  background: #fff;
  border-bottom: 1px solid #e4e9ed;
}

.about-stat {
  display: grid;
  gap: 7px;
  padding: 4px 28px;
  text-align: center;
  border-right: 1px solid #dce3e7;
}

.about-stat:last-child {
  border-right: 0;
}

.about-stat strong {
  color: #174f71;
  font-size: 38px;
  line-height: 1;
}

.about-stat span {
  color: #5f6e82;
  font-size: 13px;
  font-weight: 700;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 72px;
  align-items: center;
  padding-top: calc(var(--navbar-height) + 76px);
  padding-bottom: 76px;
  scroll-margin-top: 110px;
}

.about-story-copy h2,
.about-team-copy h2,
.about-office-copy h2,
.about-section-head h2 {
  margin: 0;
  color: #071b35;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.15;
}

.about-story-copy > p,
.about-team-copy > p,
.about-office-copy > p {
  margin: 20px 0 0;
  color: #425269;
  font-size: 16px;
  line-height: 1.75;
}

.about-checks {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-checks li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  color: #43536a;
  font-size: 14px;
  line-height: 1.55;
}

.about-checks i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #2f7788;
  border-radius: 999px;
}

.about-media {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 22px 48px rgba(8, 29, 49, 0.14);
}

.about-media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(5, 25, 44, 0.88);
  border-radius: 7px;
}

.about-media figcaption strong {
  font-size: 14px;
}

.about-media figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.about-photo-placeholder {
  display: grid;
  place-content: center;
  justify-items: center;
  width: 100%;
  height: 500px;
  color: #607285;
  background:
    radial-gradient(circle at 50% 34%, rgba(99, 169, 187, 0.24), transparent 32%),
    linear-gradient(145deg, #e8edf0, #d8e1e5);
  text-align: center;
}

.about-photo-placeholder i {
  margin-bottom: 18px;
  color: #2f7788;
  font-size: 72px;
}

.about-photo-placeholder span {
  color: #29445a;
  font-size: 19px;
  font-weight: 800;
}

.about-photo-placeholder small {
  margin-top: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-team {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 70px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 68px;
  background: #f1f4f5;
  border-top: 1px solid #e1e7ea;
  border-bottom: 1px solid #e1e7ea;
  scroll-margin-top: 110px;
}

.about-office {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(380px, 1.04fr);
  gap: 72px;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 76px;
  background: #fff;
}

.about-office-copy {
  order: 2;
}

.about-office-media {
  order: 1;
}

.about-headquarters .about-office-copy {
  order: 1;
}

.about-headquarters .about-office-media {
  order: 2;
}

.about-location {
  background: #f6f8f9;
  border-top: 1px solid #e4eaed;
}

.about-office-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #17344d !important;
  font-weight: 700;
}

.about-office-address i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #2f7788;
  font-size: 24px;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #174f71;
  font-size: 14px;
  font-weight: 800;
}

.team-roles {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid #dce3e7;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(13, 31, 48, 0.06);
}

.team-roles[hidden],
.team-photo[hidden] {
  display: none;
}

.team-roles article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #e2e7ea;
}

.team-roles article:last-child {
  border-bottom: 0;
}

.team-roles i {
  color: #2f7788;
  font-size: 36px;
}

.team-roles h3 {
  margin: 0 0 4px;
  color: #071b35;
  font-size: 17px;
}

.team-roles p {
  margin: 0;
  color: #637186;
  font-size: 13px;
  line-height: 1.5;
}

.team-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dfe6e9;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(13, 31, 48, 0.12);
}

.team-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.team-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(5, 25, 44, 0.86);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.about-values {
  padding-top: 76px;
  padding-bottom: 82px;
  background: #fff;
}

.about-section-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.about-section-head p {
  margin: 16px auto 0;
  color: #647286;
  font-size: 15px;
  line-height: 1.65;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #dfe5e9;
  border-left: 1px solid #dfe5e9;
}

.about-values-grid article {
  min-height: 210px;
  padding: 30px;
  border-right: 1px solid #dfe5e9;
  border-bottom: 1px solid #dfe5e9;
}

.about-values-grid i {
  display: block;
  margin-bottom: 26px;
  color: #2f7788;
  font-size: 38px;
}

.about-values-grid h3 {
  margin: 0 0 9px;
  color: #071b35;
  font-size: 18px;
}

.about-values-grid p {
  margin: 0;
  color: #5d6b7f;
  font-size: 14px;
  line-height: 1.6;
}

.about-timeline-section {
  padding-top: 72px;
  padding-bottom: 78px;
  background: #f7f8f9;
  border-top: 1px solid #e2e7ea;
}

.about-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.about-timeline article {
  padding-top: 22px;
  border-top: 3px solid #cad4da;
}

.about-timeline article:first-child {
  border-top-color: #2f7788;
}

.about-timeline span {
  color: #2f7788;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-timeline h3 {
  margin: 12px 0 8px;
  color: #071b35;
  font-size: 18px;
}

.about-timeline p {
  margin: 0;
  color: #5f6d80;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .about-hero-inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 42px;
  }

  .about-story,
  .about-team,
  .about-office {
    gap: 38px;
  }
}

@media (max-width: 820px) {
  .about-hero-inner,
  .about-story,
  .about-team,
  .about-office {
    grid-template-columns: 1fr;
  }

  .about-office-copy,
  .about-office-media {
    order: initial;
  }

  .about-hero-note {
    max-width: 600px;
  }

  .about-stats,
  .about-values-grid,
  .about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stat:nth-child(2) {
    border-right: 0;
  }

  .about-stat:nth-child(-n + 2) {
    padding-bottom: 24px;
    border-bottom: 1px solid #dce3e7;
  }

  .about-stat:nth-child(n + 3) {
    padding-top: 24px;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding-top: 76px;
  }

  .about-hero-inner {
    min-height: 0;
    padding: 44px 22px 48px;
  }

  .breadcrumb {
    margin-bottom: 24px;
  }

  .about-hero h1 {
    font-size: 40px;
  }

  .about-hero-copy > p {
    font-size: 16px;
  }

  .about-hero-note {
    padding: 24px;
  }

  .about-hero-note p {
    font-size: 19px;
  }

  .about-stats,
  .about-story,
  .about-team,
  .about-office,
  .about-values,
  .about-timeline-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-stat {
    padding-right: 12px;
    padding-left: 12px;
  }

  .about-stat strong {
    font-size: 32px;
  }

  .about-story {
    padding-top: calc(var(--navbar-height) + 54px);
    padding-bottom: 58px;
    scroll-margin-top: 90px;
  }

  .about-story-copy h2,
  .about-team-copy h2,
  .about-office-copy h2,
  .about-section-head h2 {
    font-size: 32px;
  }

  .about-media,
  .about-media img,
  .about-photo-placeholder {
    min-height: 390px;
    height: 390px;
  }

  .about-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .about-team {
    padding-top: 52px;
    padding-bottom: 54px;
    scroll-margin-top: 90px;
  }

  .about-office {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .about-values {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .about-values-grid,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-values-grid article {
    min-height: 0;
    padding: 26px;
  }

  .about-timeline-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }
}
