.about-hero { padding-block: 86px 94px; }
.about-hero h1 { max-width: 850px; }
.about-opening { max-width: 740px; margin-top: 32px; }
.about-opening p { font-size: 19px; color: var(--muted); }
.about-opening p + p { margin-top: 18px; }
.about-opening .button { margin-top: 30px; }
.about-opening .cta-reassurance { margin-top: 14px; font-size: 12px; line-height: 1.55; }
.about-story { background: var(--mint); border-block: 1px solid #bddbd2; }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-prose p { color: var(--muted); font-size: 17px; }
.about-prose p + p { margin-top: 22px; }
.about-section-heading { max-width: 820px; }
.about-section-heading > p { max-width: 670px; margin-top: 26px; color: var(--muted); font-size: 18px; }
.about-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-top: 48px; }
.about-principles article { border-top: 5px solid var(--teal); padding-top: 24px; }
.about-principles article:nth-child(2) { border-color: var(--coral); }
.about-principles article:nth-child(3) { border-color: var(--sand); }
.about-principles p { margin-top: 16px; color: var(--muted); font-size: 16px; }
.about-next > p { max-width: 650px; margin-top: 26px; font-size: 18px; color: var(--muted); }
.about-nav [aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
@media (prefers-reduced-motion: no-preference) {
  .about-hero h1 { animation: arrive 620ms ease-out both; }
  .about-opening { animation: arrive 700ms 100ms ease-out both; }
  .about-principles article, .about-page .team-person { transition: transform 220ms ease, box-shadow 220ms ease; }
  .about-principles article:hover, .about-page .team-person:hover { transform: translateY(-5px); box-shadow: 0 14px 0 -11px #112b3c25; }
}
@media (max-width: 1000px) {
  .about-split { gap: 40px; }
  .about-principles { gap: 24px; }
}
@media (max-width: 760px) {
  .about-page .header-inner { gap: 12px; height:auto; }
  .about-page.about-page .site-header { position:relative; }
  .about-nav { position:static; width:100%; border:0; border-radius:0; box-shadow:none; background:transparent; display: flex; flex: 0 0 100%; flex-wrap: wrap; gap: 8px 22px; padding-top: 0; }
  .about-nav a { border: 0; padding-block: 12px; font-size: 13px; }
  .about-nav .nav-contact { margin-left: auto; }
  .about-nav .nav-contact span { margin-left: 4px; }
  .about-hero { padding-block: 48px 58px; }
  .about-hero h1 { font-size: clamp(36px, 8.8vw, 60px); }
  .about-opening p { font-size: 17px; }
  .about-split, .about-principles { grid-template-columns: 1fr; }
  .about-principles { gap: 32px; }
  .about-prose p, .about-section-heading > p, .about-next > p { font-size: 16px; }
}

/* Enterprise editorial alignment */
.about-page { background: #fffaf4; }
.about-page .site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #112b3c1f; background: #fffaf4f5; backdrop-filter: blur(16px); }
.about-page .header-inner { min-height: 88px; }
.about-page .brand img { width: 176px; height: auto; }
.about-page .nav-contact { min-height: 46px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 8px; font-size: 13px; font-weight: 800; }
.about-page .button { min-height: 52px; padding: 14px 20px; border: 1px solid var(--ink); border-radius: 8px; color: var(--ink); background: var(--coral); box-shadow: 4px 4px 0 var(--ink); }
.about-page .about-story { background: #eef5f1; }
.about-page .team-person { border-radius: 0; }
@media (max-width: 760px) { .about-page .brand img { width: 145px; } .about-page .about-nav .nav-contact { flex-basis: 100%; justify-content: space-between; margin: 4px 0 0; } }
