/* Homepage artwork and copy share normal document flow. No sticky background,
   crop, dimming overlay or scroll effect is applied to CMS section images. */
#page-home .home-feature{background:#081321;color:#fff;position:relative;isolation:isolate}
#page-home .home-feature-content{box-sizing:border-box;width:min(100%,1600px);margin:0 auto;padding:clamp(28px,3vw,56px) clamp(24px,5vw,96px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:24px 40px}
#page-home .home-feature-title{margin:0;font-family:'Sora',sans-serif;font-size:clamp(28px,2.6vw,48px);font-weight:700;line-height:1.2;letter-spacing:-.02em;overflow-wrap:anywhere}
#page-home .home-feature-text{margin:0;font-size:clamp(16px,1.2vw,21px);line-height:1.6;color:#ced9e6;text-wrap:pretty}
#page-home .home-feature-content .button--yellowline-white{white-space:nowrap;justify-self:start}
#page-home .home-feature-image{display:block;width:100%;height:auto;object-fit:contain;filter:none;opacity:1}
#page-home .home-feature-image[hidden]{display:none}
@media(max-width:991px){
  #page-home .home-feature-content{grid-template-columns:minmax(0,1fr) auto;gap:16px 24px}
  #page-home .home-feature-title{grid-column:1/-1}
}
@media(max-width:599px){
  #page-home .home-feature-content{grid-template-columns:minmax(0,1fr);padding:28px 24px;gap:16px}
  #page-home .home-feature-title{grid-column:auto}
  #page-home .home-feature-content .button--yellowline-white{white-space:normal}
}
