.about-page { padding-top: 100px; }
.about-page h1, .about-page h2, .about-page h3 { text-wrap: balance; }
.about-page h2 { margin: 0 0 22px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.1; letter-spacing: -.025em; font-weight: 800; }
.about-page h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.3; font-weight: 700; }
.about-page p { color: var(--muted); margin: 0 0 20px; }
.about-page section[id] { scroll-margin-top: 100px; }
.about-page a:not(.btn) { text-underline-offset: 5px; }
.about-page p a, .about-facts a { text-decoration: underline; }
.about-page a:hover { color: var(--green-600); }
.about-page .btn--solid { background: var(--green-600); color: white; box-shadow: none; }
.about-page .btn--solid:hover { background: var(--green-deep); color: white; }
.about-page a:focus-visible, .about-skip:focus-visible { outline: 3px solid var(--green-600); outline-offset: 5px; }
.about-page ::selection { background: #cae8d9; color: var(--ink); }
.about-skip { position: fixed; left: 20px; top: -100px; z-index: 1000; padding: 12px 20px; background: var(--ink); color: white; }
.about-skip:focus { top: 12px; }
.about-breadcrumb { display: flex; gap: 12px; font-size: .9rem; color: var(--muted); padding: 28px 0 42px; }
.about-breadcrumb a { text-decoration: underline; }
.about-intro { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 70px; align-items: center; padding-bottom: 64px; }
.about-intro h1 { font-size: clamp(2.4rem, 4.25vw, 3.75rem); line-height: 1.07; letter-spacing: -.03em; margin: 0 0 28px; font-weight: 800; }
.about-intro h1 span { color: var(--green-600); }
.about-deck { font-size: 1.13rem; max-width: 60ch; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.about-text-link { font-weight: 600; text-decoration: underline; }
.about-at-a-glance { padding: 34px; background: var(--bg-tint); border-radius: 14px; }
.about-at-a-glance img { margin-bottom: 28px; }
.about-at-a-glance .about-aside-title { font-size: 1.75rem; line-height: 1.15; color: var(--ink); font-weight: 700; }
.about-at-a-glance dl { margin: 26px 0; }
.about-at-a-glance dl > div { padding: 14px 0; border-bottom: 1px solid #d9e2da; }
.about-at-a-glance dt { font-size: .88rem; color: var(--muted); }
.about-at-a-glance dd { margin: 2px 0 0; font-size: 1.06rem; font-weight: 600; }
.about-at-a-glance > a { font-weight: 600; text-decoration: underline; }
.about-contents { display: flex; flex-wrap: wrap; gap: 10px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; font-size: .94rem; font-weight: 600; }
.about-contents a { padding: 5px 0; }
.about-section { padding-top: 96px; padding-bottom: 96px; }
.about-section-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: 70px; margin-bottom: 38px; }
.about-section-heading p { padding-top: 6px; max-width: 45ch; font-size: 1.08rem; }
.about-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 38px; }
.about-services article { border-top: 1px solid #d4dcd3; padding-top: 22px; }
.about-services article p { margin: 0; }
.about-section-link { margin: 34px 0 0 !important; font-weight: 600; }
.about-band { background: var(--green-deep); color: white; padding: 88px 0; }
.about-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 90px; }
.about-band p { color: #d3e8de; }
.about-band a:hover { color: white; }
.about-band a:focus-visible { outline-color: white; }
.about-principles article { padding: 24px 0; border-top: 1px solid #467b68; }
.about-principles article:first-child { padding-top: 0; border-top: 0; }
.about-principles article:last-child p { margin-bottom: 0; }
.about-principles p { max-width: 60ch; }
.about-page .about-proof { margin: 32px 0 22px; font-size: 1.5rem; font-weight: 700; color: var(--ink); }
.about-proof span { display: block; margin-top: 3px; font-size: .92rem; font-weight: 400; color: var(--muted); }
.about-audiences { margin: 0 0 28px; padding-left: 20px; }
.about-audiences li { padding-left: 6px; margin-bottom: 18px; }
.about-audiences li::marker { color: var(--green-600); }
.about-team-section { background: var(--bg-tint); padding: 88px 0; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 30px; }
.about-team { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.about-team img { width: 100%; height: auto; aspect-ratio: 4 / 4.4; object-fit: cover; object-position: center 25%; border-radius: 12px; margin-bottom: 22px; }
.about-team h3 { font-size: 1.4rem; margin-bottom: 4px; }
.about-team .about-role { color: var(--green-600); margin-bottom: 14px; font-weight: 600; }
.about-advisers { border-top: 1px solid #d4dcd3; padding-top: 32px; margin-top: 24px; max-width: 75ch; }
.about-process { list-style: none; counter-reset: steps; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; padding: 0; margin: 0; }
.about-process li { counter-increment: steps; border-top: 1px solid #d4dcd3; padding-top: 18px; }
.about-process li::before { content: counter(steps, decimal-leading-zero); display: block; font-variant-numeric: tabular-nums; font-weight: 600; color: var(--green-600); margin-bottom: 20px; }
.about-process h3 { font-size: 1.1rem; }
.about-process p { font-size: .97rem; }
.about-facts-section { background: var(--bg-tint); padding: 88px 0; }
.about-updated { font-size: .9rem; }
.about-facts { margin: 0; font-size: .96rem; }
.about-facts > div { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 25px; padding: 17px 0; border-bottom: 1px solid #d4dcd3; }
.about-facts > div:first-child { padding-top: 0; }
.about-facts dt { font-weight: 600; }
.about-facts dd { margin: 0; color: var(--muted); overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.about-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 70px; }
.about-faq article { border-top: 1px solid var(--line); padding-top: 22px; }
.about-faq p { margin: 0; }
.about-contact { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding-bottom: 88px; }
.about-contact h2 { font-size: 2rem; margin-bottom: 12px; }
.about-contact p { margin: 0; }
.about-contact .about-actions { margin: 0; flex-shrink: 0; }
.about-footer-title { font-size: .95rem; line-height: 1.4; margin: 0 0 16px; color: white; }
@media (max-width: 950px) {
  .about-intro { gap: 34px; grid-template-columns: 1.4fr 1fr; }
  .about-at-a-glance { padding: 25px; }
  .about-split, .about-section-heading { gap: 42px; }
  .about-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .about-page { padding-top: 72px; }
  .about-breadcrumb { padding: 26px 0 32px; }
  .about-intro, .about-split, .about-section-heading, .about-story, .about-faq { grid-template-columns: 1fr; gap: 28px; }
  .about-intro { padding-bottom: 36px; }
  .about-intro h1 { font-size: 2.5rem; }
  .about-at-a-glance { margin-top: 12px; }
  .about-at-a-glance img { width: 42px; height: 42px; margin-bottom: 20px; }
  .about-contents { gap: 8px 24px; }
  .about-section, .about-team-section, .about-facts-section, .about-band { padding-top: 60px; padding-bottom: 60px; }
  .about-section-heading { gap: 0; margin-bottom: 25px; }
  .about-services { grid-template-columns: 1fr; gap: 24px; }
  .about-page h2 { font-size: 2rem; }
  .about-story { gap: 0; }
  .about-team { grid-template-columns: 1fr; gap: 32px; }
  .about-team img { aspect-ratio: 4 / 3.5; }
  .about-process { grid-template-columns: 1fr; gap: 18px; }
  .about-process li { display: grid; grid-template-columns: 35px 1fr; gap: 0 15px; }
  .about-process li::before { grid-row: span 2; margin: 0; }
  .about-process p { grid-column: 2; }
  .about-facts > div { grid-template-columns: 1fr; gap: 5px; }
  .about-contact { padding-bottom: 60px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
