/* MASTER 2.9 A · V33 Bobai origin — strict shared alignment */
.m26-about-origin{
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);
  align-items:stretch;
  gap:48px;
  padding:68px max(42px,calc((100vw - 1240px)/2));
}

.m26-about-origin-image{
  width:100%;
  height:420px;
  min-height:420px;
  max-height:420px;
  align-self:stretch;
  overflow:hidden;
}

.m26-about-origin-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
}

.m26-about-origin-copy{
  width:100%;
  max-width:none;
  height:420px;
  min-height:420px;
  padding:0;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

.m26-about-origin-copy .m26-kicker{
  margin:0;
  line-height:1.2;
}

.m26-about-origin-copy h2{
  width:100%;
  max-width:550px;
  margin:12px 0 17px;
  font-size:clamp(2.15rem,2.85vw,3.25rem);
  line-height:1.02;
  letter-spacing:-.025em;
  text-wrap:balance;
}

.m26-about-origin-copy p{
  width:100%;
  max-width:570px;
  margin:0 0 11px;
  font-size:.73rem;
  line-height:1.62;
}

.m26-about-facts{
  width:100%;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:auto;
  border-top:1px solid rgba(30,42,34,.2);
}

.m26-about-facts div{
  min-height:65px;
  padding:12px 14px 10px 0;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.m26-about-facts div:nth-child(even){padding-left:18px}
.m26-about-facts strong{font-size:1.08rem;line-height:1.15}
.m26-about-facts span{margin-top:4px;font-size:.55rem;line-height:1.3}

@media(max-width:980px){
  .m26-about-origin{
    grid-template-columns:1fr;
    gap:30px;
    padding:56px 28px;
  }
  .m26-about-origin-image{
    height:360px;
    min-height:360px;
    max-height:360px;
  }
  .m26-about-origin-copy{
    height:auto;
    min-height:0;
    max-width:720px;
  }
  .m26-about-origin-copy h2{max-width:620px}
  .m26-about-origin-copy p{max-width:650px}
  .m26-about-facts{margin-top:22px}
}

@media(max-width:650px){
  .m26-about-origin{padding:44px 18px;gap:24px}
  .m26-about-origin-image{
    height:260px;
    min-height:260px;
    max-height:260px;
  }
  .m26-about-origin-copy h2{
    margin:10px 0 15px;
    font-size:2rem;
    line-height:1.04;
  }
  .m26-about-origin-copy p{font-size:.74rem;line-height:1.58}
  .m26-about-facts{margin-top:19px}
  .m26-about-facts div{min-height:62px;padding:11px 10px 9px 0}
  .m26-about-facts div:nth-child(even){padding-left:12px}
  .m26-about-facts strong{font-size:1rem}
}
