.about-page {
  background: var(--paper);
}

.about-page .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.about-container {
  width: var(--page);
  margin-inline: auto;
}

.about-section {
  padding: clamp(62px, 6vw, 86px) 0;
  border-bottom: 1px solid var(--line);
}

.about-hero {
  padding-top: calc(var(--header-height) + clamp(54px, 5vw, 76px));
  background: var(--paper);
}

.about-hero-grid,
.meet-grid,
.career-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: clamp(68px, 9vw, 138px);
  align-items: center;
}

.about-eyebrow {
  margin: 0 0 34px;
  color: #a27b3d;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  display: block;
  margin-top: 14px;
  background: #a27b3d;
}

.about-copy h1,
.about-copy h2,
.philosophy-copy h2,
.about-cta h2,
.planning-principle h2 {
  color: #171916;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.about-copy h1 {
  max-width: 660px;
  margin: 0 0 38px;
  font-size: clamp(3.7rem, 5.45vw, 5.55rem);
  line-height: 0.98;
}

.about-copy h2 {
  margin: 0 0 30px;
  font-size: clamp(2.55rem, 3.5vw, 3.75rem);
  line-height: 1;
}

.about-body {
  max-width: 620px;
}

.about-body p {
  margin: 0 0 22px;
  color: #2d2f2a;
  font-size: clamp(0.88rem, 0.78rem + 0.2vw, 1rem);
  line-height: 1.62;
}

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

.about-body strong,
.planning-principle strong {
  color: #171916;
  font-weight: 600;
}

.about-placeholder {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 58% 32%, rgba(255, 255, 255, 0.62), transparent 33%),
    linear-gradient(135deg, #eee9e2, #e5ddd3);
  color: #9d8e73;
}

.about-placeholder svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.about-placeholder span {
  color: #20221e;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.about-photo {
  min-width: 0;
  margin: 0;
}

.about-photo-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #e5ddd3;
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-photo-caption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.45;
  text-transform: uppercase;
}

.portrait-photo {
  width: 88%;
  justify-self: end;
}

.portrait-placeholder {
  aspect-ratio: 0.86 / 1;
  max-height: 545px;
}

.portrait-placeholder img {
  object-position: center 68%;
}

.meet-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: start;
}

.meet-images {
  width: 94%;
  display: grid;
  gap: 20px;
  justify-self: end;
}

.personal-placeholder {
  aspect-ratio: 1.95 / 1;
}

.meet-images .about-photo:first-child img {
  object-position: center 56%;
}

.meet-images .about-photo:last-child img {
  object-position: center 62%;
}

.planning-section {
  padding-block: clamp(42px, 4.4vw, 60px);
}

.planning-eyebrow {
  margin-bottom: 44px;
  text-align: center;
}

.planning-eyebrow::after {
  margin-inline: auto;
}

.planning-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.planning-principle {
  min-width: 0;
  padding: 0 clamp(32px, 4.1vw, 64px);
  text-align: center;
}

.planning-principle:first-child {
  padding-left: 0;
}

.planning-principle:last-child {
  padding-right: 0;
}

.planning-principle + .planning-principle {
  border-left: 1px solid rgba(27, 29, 25, 0.1);
}

.principle-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  fill: none;
  stroke: #a27b3d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.planning-principle h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  line-height: 1;
}

.planning-principle p {
  max-width: 330px;
  margin: 0 auto 18px;
  color: #2d2f2a;
  font-size: clamp(0.78rem, 0.71rem + 0.15vw, 0.88rem);
  line-height: 1.6;
}

.planning-principle p:last-child {
  margin-bottom: 0;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(70px, 9vw, 132px);
  align-items: center;
}

.wide-placeholder {
  aspect-ratio: 1.82 / 1;
}

.wide-placeholder img {
  object-position: center 42%;
}

.philosophy-copy {
  max-width: 560px;
}

.quote-mark {
  display: block;
  height: 48px;
  color: #a27b3d;
  font-family: Georgia, serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.9;
}

.philosophy-copy h2 {
  margin: 8px 0 18px;
  font-size: clamp(2.6rem, 4.1vw, 4.15rem);
  line-height: 0.98;
}

.short-rule {
  width: 36px;
  height: 2px;
  display: block;
  margin: 24px 0;
  background: #a27b3d;
}

.philosophy-copy p {
  max-width: 520px;
  margin: 0;
  color: #2d2f2a;
  font-size: clamp(0.86rem, 0.77rem + 0.18vw, 0.98rem);
  line-height: 1.6;
}

.career-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  align-items: start;
}

.career-grid .about-copy h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.45rem);
}

.city-photo {
  margin-top: 22px;
}

.city-placeholder {
  aspect-ratio: 1.68 / 1;
}

.city-placeholder img {
  object-position: center 42%;
}

.about-cta {
  padding: clamp(42px, 4.5vw, 62px) 0;
  text-align: center;
}

.about-cta-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about-cta .about-eyebrow {
  margin-bottom: 18px;
}

.about-cta .about-eyebrow::after {
  margin-inline: auto;
}

.about-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
}

.about-cta p {
  max-width: 760px;
  margin: 0 0 24px;
  color: #2d2f2a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.about-cta .button {
  min-width: 344px;
}

@media (max-width: 900px) {
  .about-hero-grid,
  .meet-grid,
  .career-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
    gap: 48px;
  }

  .about-copy h1 {
    font-size: clamp(3.15rem, 6.5vw, 4.3rem);
  }

  .about-body p {
    font-size: 0.84rem;
  }

  .planning-principle {
    padding-inline: 24px;
  }

  .philosophy-grid {
    gap: 48px;
  }
}

@media (max-width: 720px) {
  .about-page .site-header,
  .about-page .site-header.scrolled {
    background: var(--paper);
  }

  .about-section {
    padding: 50px 0;
  }

  .about-hero {
    padding-top: calc(var(--header-height) + 42px);
  }

  .about-hero-grid,
  .meet-grid,
  .philosophy-grid,
  .career-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-eyebrow {
    margin-bottom: 26px;
  }

  .about-copy h1 {
    margin-bottom: 28px;
    font-size: clamp(3.05rem, 14vw, 4rem);
  }

  .about-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(2.35rem, 10.8vw, 3.15rem);
  }

  .about-body {
    max-width: none;
  }

  .about-body p {
    margin-bottom: 19px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .portrait-photo {
    width: 100%;
    justify-self: stretch;
  }

  .portrait-placeholder {
    aspect-ratio: 1.34 / 1;
    max-height: none;
  }

  .portrait-placeholder img {
    object-position: center 66%;
  }

  .meet-images {
    width: 100%;
    gap: 10px;
    justify-self: stretch;
  }

  .personal-placeholder {
    aspect-ratio: 1.76 / 1;
  }

  .planning-eyebrow {
    margin-bottom: 34px;
    text-align: left;
  }

  .planning-eyebrow::after {
    margin-left: 0;
  }

  .planning-principles {
    grid-template-columns: 1fr;
  }

  .planning-principle,
  .planning-principle:first-child,
  .planning-principle:last-child {
    padding: 28px 0;
    text-align: left;
  }

  .planning-principle:first-child {
    padding-top: 0;
  }

  .planning-principle + .planning-principle {
    border-top: 1px solid rgba(27, 29, 25, 0.1);
    border-left: 0;
  }

  .principle-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
  }

  .planning-principle h2 {
    font-size: 2.4rem;
  }

  .planning-principle p {
    max-width: none;
    margin-left: 0;
    font-size: 0.88rem;
    text-align: left;
  }

  .wide-placeholder,
  .city-placeholder {
    aspect-ratio: 1.58 / 1;
  }

  .philosophy-copy h2 {
    font-size: clamp(2.45rem, 11.3vw, 3.25rem);
  }

  .career-grid .about-copy h2 {
    font-size: clamp(2.2rem, 9.5vw, 2.85rem);
  }

  .career-grid .city-photo {
    order: 2;
    margin-top: 0;
  }

  .about-photo-caption {
    margin-top: 8px;
  }

  .about-cta {
    padding: 42px 0 36px;
    text-align: left;
  }

  .about-cta-inner {
    align-items: stretch;
  }

  .about-cta .about-eyebrow::after {
    margin-left: 0;
  }

  .about-cta h2 {
    font-size: clamp(2.45rem, 11vw, 3.2rem);
  }

  .about-cta p {
    font-size: 0.84rem;
  }

  .about-cta p br {
    display: none;
  }

  .about-cta .button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
  }
}
