/* Short, credible About page aligned with the locked Home and Services visual system */

.about-page {
  overflow-x: hidden;
  background: var(--white);
}

.about-page .about-hero {
  padding: calc(var(--header-height) + 30px) 0 42px;
  color: var(--white);
}

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

.about-page .about-hero .eyebrow {
  margin-bottom: 13px;
}

.about-page .about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px,4.4vw,54px);
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-page .about-hero .page-hero-intro {
  max-width: 670px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.56;
}

.about-page .about-profile {
  padding: 80px 0 68px;
  background: var(--white);
}

.about-page .about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr);
  gap: 56px;
  align-items: start;
}

.about-page .about-profile-photo {
  width: 100%;
  max-height: 540px;
  aspect-ratio: 4 / 3;
  align-self: start;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy);
  box-shadow: 0 12px 30px rgba(8,27,47,.08);
}

.about-page .about-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.about-page .about-profile-copy {
  max-width: 570px;
}

.about-page .about-profile-copy .eyebrow {
  margin-bottom: 12px;
}

.about-page .about-profile-copy h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(36px,3.5vw,46px);
  font-weight: 680;
  letter-spacing: -.034em;
  line-height: 1.08;
}

.about-page .about-profile-copy p {
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
}

.about-page .about-profile-copy .about-profile-lead {
  color: var(--ink);
  font-size: 18px;
  font-weight: 640;
  line-height: 1.56;
}

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

.about-page .about-expectations {
  padding: 76px 0 88px;
  background: var(--valence-pale-blue-section);
}

.about-page .about-expectations-header {
  max-width: 790px;
  margin-bottom: 38px;
}

.about-page .about-expectations-header .eyebrow {
  margin-bottom: 12px;
}

.about-page .about-expectations-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px,3.7vw,47px);
  font-weight: 680;
  letter-spacing: -.034em;
  line-height: 1.1;
  text-wrap: balance;
}

.about-page .about-expectations-intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.64;
}

.about-page .about-expectations-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-auto-rows: 1fr;
  gap: 26px;
}

.about-page .about-expectation-card {
  min-width: 0;
  padding: 30px 31px 32px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
}

.about-page .about-expectation-card h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 19px;
  font-weight: 730;
  line-height: 1.34;
}

.about-page .about-expectation-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.62;
}

.about-page .contact-compact {
  padding: 54px 0 50px;
  background: var(--deep-navy);
}

.about-page .contact-compact h2 {
  font-size: clamp(34px,3.6vw,46px);
}

.about-page .contact-compact p {
  max-width: 690px;
}

.about-page .site-footer {
  background: var(--deep-navy);
}

@media (max-width: 920px) {
  .about-page .about-profile-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-page .about-profile-photo {
    max-width: 720px;
    max-height: 540px;
  }

  .about-page .about-profile-copy {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .about-page .about-hero {
    padding: calc(var(--header-height) + 27px) 0 37px;
  }

  .about-page .about-hero .eyebrow {
    margin-bottom: 11px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(35px,10vw,44px);
  }

  .about-page .about-hero .page-hero-intro {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.55;
  }

  .about-page .about-profile {
    padding: 56px 0 48px;
  }

  .about-page .about-expectations {
    padding: 54px 0 64px;
  }

  .about-page .about-profile-grid {
    gap: 30px;
  }

  .about-page .about-profile-photo {
    max-width: none;
    max-height: 460px;
    aspect-ratio: 4 / 5;
    border-radius: 14px;
  }

  .about-page .about-profile-photo img {
    object-position: 50% 29%;
  }

  .about-page .about-profile-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(34px,10vw,42px);
  }

  .about-page .about-profile-copy p,
  .about-page .about-profile-copy .about-profile-lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .about-page .about-profile-copy p {
    margin-bottom: 17px;
  }

  .about-page .about-expectations-header {
    margin-bottom: 30px;
  }

  .about-page .about-expectations-header h2 {
    font-size: clamp(31px,8.8vw,39px);
  }

  .about-page .about-expectations-intro {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.62;
  }

  .about-page .about-expectations-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .about-page .about-expectation-card {
    padding: 24px 22px 26px;
    border-radius: 13px;
  }

  .about-page .about-expectation-card h3 {
    font-size: 18px;
  }

  .about-page .about-expectation-card p {
    font-size: 15.5px;
    line-height: 1.56;
  }

  .about-page .contact-compact {
    padding: 46px 0 44px;
  }
}
