/* About page spacing refinement — v27 */
body.page-about .about-path{
  padding:54px 0 58px !important;
}

body.page-about .about-path > .section-inner,
body.page-about .about-path-grid{
  width:min(1320px, calc(100% - 64px)) !important;
  max-width:none !important;
  margin-inline:auto !important;
}

body.page-about .about-path-grid{
  display:grid !important;
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr) !important;
  gap:46px !important;
  align-items:start !important;
}

body.page-about .about-path-grid > div:first-child{
  padding-top:0 !important;
  max-width:440px !important;
}

body.page-about .about-path .eyebrow{
  margin:0 0 20px !important;
}

body.page-about .about-path h2{
  margin:0 !important;
  max-width:18ch !important;
  font-size:clamp(34px,3vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-.025em !important;
  text-wrap:balance !important;
}

body.page-about .about-timeline{
  margin:0 !important;
  padding:0 !important;
  border-top:1px solid #d5e1ea !important;
}

body.page-about .about-step{
  position:relative !important;
  padding:17px 0 18px !important;
  border-bottom:1px solid #d5e1ea !important;
}

body.page-about .about-step:first-child{
  padding-top:16px !important;
}

body.page-about .about-step .kicker{
  display:block !important;
  margin:0 0 7px !important;
  font-size:10px !important;
  line-height:1.35 !important;
  letter-spacing:.14em !important;
}

body.page-about .about-step h3{
  margin:0 0 7px !important;
  font-size:20px !important;
  line-height:1.22 !important;
}

body.page-about .about-step p{
  margin:0 !important;
  max-width:62ch !important;
  font-size:15px !important;
  line-height:1.58 !important;
}

@media(max-width:1100px){
  body.page-about .about-path > .section-inner,
  body.page-about .about-path-grid{
    width:calc(100% - 48px) !important;
  }
  body.page-about .about-path-grid{
    grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr) !important;
    gap:36px !important;
  }
}

@media(max-width:760px){
  body.page-about .about-path{
    padding:46px 0 50px !important;
  }
  body.page-about .about-path > .section-inner,
  body.page-about .about-path-grid{
    width:calc(100% - 28px) !important;
  }
  body.page-about .about-path-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  body.page-about .about-path-grid > div:first-child{
    max-width:none !important;
  }
  body.page-about .about-path h2{
    max-width:none !important;
    font-size:clamp(30px,8.5vw,38px) !important;
  }
  body.page-about .about-step{
    padding:16px 0 17px !important;
  }
}
