/* About page: compact, centered editorial layout */
.about-page main{overflow:hidden}

.about-page main > .sec{
  padding:clamp(68px,7vw,104px) 0;
}

.about-page main > .sec:first-child{
  padding-top:calc(var(--nav-h) + clamp(72px,7vw,108px));
  padding-bottom:clamp(60px,6vw,88px);
}

.about-page .sec-head{
  max-width:900px;
  margin:0 auto clamp(30px,3.5vw,46px);
}

.about-page .sec-head .lead{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

.about-page .wrap > .wrap--n{
  width:100%;
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.about-page .wrap > .wrap--n > p:not(.d3){
  font-size:clamp(17px,1.15vw,19px);
  line-height:1.62;
  letter-spacing:-.006em;
  color:#3a3a3c;
}

.about-page .wrap > .wrap--n > p + p{
  margin-top:18px;
}

.about-page .wrap > .wrap--n .d3{
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
  padding:28px 34px;
  border:1px solid var(--line2);
  border-radius:24px;
  background:var(--soft);
}

.about-page .sec--soft .cards{
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.about-page .sec--soft .card{
  min-height:220px;
  padding:28px;
}

.about-page main > .sec:last-child .sec-head{
  margin-bottom:0;
}

@media (max-width:820px){
  .about-page main > .sec{
    padding:64px 0;
  }
  .about-page main > .sec:first-child{
    padding-top:calc(var(--nav-h) + 68px);
    padding-bottom:60px;
  }
  .about-page .sec-head{
    margin-bottom:30px;
  }
  .about-page .sec--soft .cards{
    grid-template-columns:1fr;
    max-width:620px;
  }
  .about-page .sec--soft .card{
    min-height:0;
  }
}

@media (max-width:560px){
  .about-page main > .sec{
    padding:54px 0;
  }
  .about-page main > .sec:first-child{
    padding-top:calc(var(--nav-h) + 56px);
  }
  .about-page .wrap > .wrap--n > p:not(.d3){
    font-size:17px;
    line-height:1.58;
  }
  .about-page .wrap > .wrap--n .d3{
    padding:24px 20px;
    border-radius:20px;
  }
}
