/* MASTER 2.9 A · V31 About page scale and alignment refinement */
.m26-about-hero{
  min-height:560px;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);
  padding:44px max(42px,calc((100vw - 1280px)/2));
  gap:58px;
  box-sizing:border-box;
}
.m26-about-hero-copy{
  max-width:600px;
  padding:48px 0;
  align-self:center;
}
.m26-about-hero h1{
  max-width:590px;
  margin:16px 0 24px;
  font-size:clamp(2.75rem,3.8vw,4.35rem);
  line-height:1;
}
.m26-about-hero-copy>p{
  max-width:540px;
  margin:0;
  font-size:.88rem;
  line-height:1.72;
}
.m26-about-hero .m26-pill-row{margin-top:24px!important}
.m26-about-hero-image{
  min-height:460px;
  max-height:460px;
  align-self:center;
  overflow:hidden;
}
.m26-about-hero-image img{object-position:center 56%}
.m26-about-hero-image div{
  left:24px;
  right:24px;
  bottom:22px;
  padding:15px 18px;
}
.m26-about-hero-image strong{font-size:1.12rem;line-height:1.35}

.m26-about-manifesto{padding:82px 0 88px}
.m26-about-manifesto-grid{
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:clamp(54px,7vw,96px);
  align-items:start;
}
.m26-about-manifesto h2{
  max-width:465px;
  font-size:clamp(2.35rem,3.2vw,3.55rem);
  line-height:1.04;
}
.m26-about-manifesto-copy{max-width:650px;padding-top:18px}
.m26-about-manifesto-copy .lead{
  max-width:650px;
  margin:0 0 22px;
  font-size:clamp(1.08rem,1.35vw,1.32rem);
  line-height:1.48;
}
.m26-about-manifesto-copy p:not(.lead){
  max-width:650px;
  margin:0 0 20px;
  font-size:.79rem;
  line-height:1.72;
}

/* About process: four compact, consistently aligned responsibilities */
.m26-about-pillar-wall{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  padding:54px max(42px,calc((100vw - 1280px)/2));
  background:#17231b;
}
.m26-about-pillar-wall article{
  min-height:245px;
  padding:25px 24px 23px;
  border:1px solid rgba(255,255,255,.13);
  display:grid;
  grid-template-rows:auto 1fr auto;
  align-items:start;
}
.m26-about-pillar-wall span{
  font-size:.59rem;
  line-height:1.25;
  letter-spacing:.09em;
}
.m26-about-pillar-wall h3{
  align-self:end;
  margin:0 0 14px;
  font-size:1.25rem;
  line-height:1.18;
}
.m26-about-pillar-wall p{
  min-height:3.15em;
  margin:0;
  font-size:.7rem;
  line-height:1.58;
}

/* Bobai origin: complete image, readable copy and equal fact cells */
.m26-about-origin{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:58px;
  padding:72px max(42px,calc((100vw - 1280px)/2));
  align-items:center;
}
.m26-about-origin-image{
  min-height:480px;
  max-height:480px;
  overflow:hidden;
}
.m26-about-origin-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.m26-about-origin-copy{
  max-width:620px;
  padding:0;
}
.m26-about-origin-copy h2{
  max-width:590px;
  margin:13px 0 22px;
  font-size:clamp(2.55rem,3.7vw,4.2rem);
  line-height:1;
}
.m26-about-origin-copy p{
  max-width:580px;
  margin:0 0 16px;
  font-size:.79rem;
  line-height:1.7;
}
.m26-about-facts{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:25px;
}
.m26-about-facts div{
  min-height:72px;
  padding:14px 12px 12px 0;
  box-sizing:border-box;
}
.m26-about-facts strong{font-size:1.28rem;line-height:1.2}
.m26-about-facts span{display:block;margin-top:4px;font-size:.57rem;line-height:1.35}

@media(max-width:980px){
  .m26-about-hero{grid-template-columns:1fr;padding:28px;gap:12px}
  .m26-about-hero-copy{max-width:760px;padding:62px 0 32px}
  .m26-about-hero h1{max-width:720px;font-size:clamp(3.15rem,8vw,5rem)}
  .m26-about-hero-image{width:100%;min-height:390px;max-height:390px}
  .m26-about-manifesto-grid{grid-template-columns:1fr;gap:34px}
  .m26-about-manifesto h2{max-width:680px}
  .m26-about-manifesto-copy{padding-top:0}
  .m26-about-pillar-wall{grid-template-columns:repeat(2,minmax(0,1fr));padding:42px 28px}
  .m26-about-pillar-wall article{min-height:220px}
  .m26-about-origin{grid-template-columns:1fr;gap:34px;padding:58px 28px}
  .m26-about-origin-image{min-height:390px;max-height:390px}
  .m26-about-origin-copy{max-width:720px}
}

@media(max-width:650px){
  .m26-about-hero{padding:18px;gap:8px}
  .m26-about-hero-copy{padding:58px 0 25px}
  .m26-about-hero h1{font-size:clamp(2.35rem,10.5vw,3.25rem);line-height:1.03}
  .m26-about-hero-copy>p{font-size:.79rem;line-height:1.65}
  .m26-about-hero-image{min-height:285px;max-height:285px}
  .m26-about-hero-image div{left:14px;right:14px;bottom:14px;padding:12px 14px}
  .m26-about-hero-image strong{font-size:.96rem}
  .m26-about-manifesto{padding:66px 0 70px}
  .m26-about-manifesto-grid{gap:26px}
  .m26-about-manifesto h2{font-size:2.25rem;line-height:1.05}
  .m26-about-manifesto-copy .lead{font-size:1.06rem}
  .m26-about-manifesto-copy p:not(.lead){font-size:.78rem}
  .m26-about-pillar-wall{grid-template-columns:1fr;padding:32px 18px;gap:10px}
  .m26-about-pillar-wall article{min-height:178px;padding:21px 19px}
  .m26-about-pillar-wall p{min-height:0}
  .m26-about-origin{padding:48px 18px;gap:27px}
  .m26-about-origin-image{min-height:285px;max-height:285px}
  .m26-about-origin-copy h2{font-size:2.35rem;line-height:1.03}
  .m26-about-origin-copy p{font-size:.76rem}
  .m26-about-facts strong{font-size:1.12rem}
}
