/* Home R15 human-principle hinge · 2026-09-09.
   Scope: one editorial transition between hero and MAVH. No service grid, no new interaction. */
.page-home .home-principle{
  scroll-margin-top:var(--nav-h,76px);
  padding:clamp(74px,7.5vw,114px) 0 clamp(54px,5.6vw,82px);
  background:#eee9df;
  color:var(--ink);
}
.page-home .home-principle__title{
  max-width:20ch;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(62px,6.2vw,94px);
  font-weight:400;
  line-height:.94;
  letter-spacing:-.052em;
  text-wrap:balance;
}
.page-home .home-principle__title span{display:block}
.page-home .home-principle + .home-mavh{
  padding-top:clamp(26px,2.8vw,42px);
}
/* Time chart: the final 2024–25 label/value is right-anchored from the last
   plotted point. Reserve a small internal gutter before the visual's clip edge. */
.page-home .home-ci-story__history-wrap{
  right:clamp(24px,3vw,42px)!important;
}
@media(max-width:760px){
  .page-home .home-principle{
    padding:52px 0 38px;
  }
  .page-home .home-principle__title{
    max-width:10.5ch;
    font-size:clamp(42px,12.5vw,52px);
    line-height:.96;
  }
  .page-home .home-principle + .home-mavh{
    padding-top:28px;
  }
}
@media(prefers-reduced-motion:reduce){
  .page-home .home-principle{scroll-behavior:auto}
}
