.about-intro,
.team-section,
.about-contact {
  --team-blue: #004080;
  --team-blue-dark: #0b3c5d;
  --team-border: #dbe3ec;
  --team-muted: #5a6b7b;
}

.about-intro {
  padding-top: 64px;
}

.about-intro__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--team-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 64, 128, 0.1);
}

.about-intro__copy {
  min-width: 0;
  padding: clamp(32px, 4vw, 54px);
}

.about-intro__eyebrow,
.team-section__eyebrow {
  margin: 0 0 10px;
  color: var(--team-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-intro h1 {
  margin: 0 0 18px;
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  line-height: 1.06;
}

.about-intro__lead {
  max-width: 720px;
  margin: 0;
  color: #24384a;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.about-intro__copy > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--team-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.about-intro__principles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.5vw, 48px);
  background: linear-gradient(145deg, var(--team-blue), var(--team-blue-dark));
  color: #fff;
}

.about-intro__principles-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.about-intro__principles ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-intro__principles li {
  display: grid;
  gap: 5px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.about-intro__principles strong {
  color: #fff;
  font-size: 1rem;
}

.about-intro__principles span {
  color: #dcecff;
  font-size: 0.94rem;
  line-height: 1.5;
}

.team-section__header {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  align-items: end;
  gap: clamp(28px, 6vw, 76px);
  margin-bottom: 30px;
}

.team-section__title h2 {
  margin: 0;
}

.team-section__intro {
  margin: 0;
  color: var(--team-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-grid > li {
  min-width: 0;
}

.team-card {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 190px;
  height: 100%;
  padding: 24px;
  border: 1px solid var(--team-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 64, 128, 0.08);
}

.team-card--lead {
  border-color: var(--team-blue);
  background: var(--team-blue);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 64, 128, 0.2);
}

.team-card--placeholder {
  border-style: dashed;
  background: #f8fafc;
  box-shadow: none;
}

.team-card__avatar {
  display: grid;
  flex: 0 0 64px;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #fff;
  color: var(--team-blue);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.team-card__avatar--placeholder {
  border: 1px dashed #9bb4c9;
  background: #eef4f8;
}

.team-card__content {
  min-width: 0;
}

.team-card__area {
  margin: 0 0 8px;
  color: var(--team-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.team-card--lead .team-card__area {
  color: #dcecff;
}

.team-card__name {
  margin: 0 0 8px;
  color: #1f2a37;
  font-size: 1.16rem;
  line-height: 1.3;
}

.team-card--lead .team-card__name {
  color: #fff;
}

.team-card__role {
  margin: 0;
  line-height: 1.5;
}

.team-card__status {
  display: inline-block;
  margin: 4px 0 0;
  padding: 6px 10px;
  border: 1px solid #cad8e4;
  border-radius: 999px;
  background: #f4f8fb;
  color: #49657c;
  font-size: 0.84rem;
  font-weight: 700;
}

.team-card__contact {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  font-style: normal;
}

.team-card__contact a,
.team-card__contact a:visited {
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.team-card__contact a:hover,
.team-card__contact a:focus-visible {
  text-decoration-thickness: 2px;
}

.about-contact {
  padding-top: 10px;
}

.about-contact .hero-contactbox {
  box-sizing: border-box;
  max-width: none;
  padding: 24px 28px;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(0, 64, 128, 0.16);
}

@media (max-width: 960px) {
  .about-intro {
    padding-top: 18px;
  }

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

  .about-intro__copy,
  .about-intro__principles {
    padding: 28px;
  }

  .about-intro h1 {
    font-size: 2.35rem;
  }

  .team-section__header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

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

@media (max-width: 620px) {
  .about-intro__copy,
  .about-intro__principles {
    padding: 24px 22px;
  }

  .about-intro h1 {
    font-size: 2.1rem;
  }

  .about-intro__lead {
    font-size: 1.05rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .team-card {
    min-height: 0;
    padding: 20px;
  }

  .about-contact .hero-contactbox {
    padding: 22px 20px;
  }
}

@media (max-width: 340px) {
  .team-card {
    flex-direction: column;
  }
}
