@media(max-width:980px){
  .story-progress{top:75px}
  .cinematic-opening{min-height:auto}
  .flagship-content>.story-scene{min-height:auto;padding:78px 0;opacity:.28;transform:translateY(16px)}
  .flagship-content>.story-scene.is-visible{opacity:1;transform:none}
  .flagship-content>.story-scene:nth-of-type(3n+2){padding-inline:18px}
  .mobile-apply-bar{position:fixed;z-index:80;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:18px;background:rgba(31,33,29,.94);backdrop-filter:blur(14px);color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.22);transition:.25s}
  .mobile-apply-bar.is-hidden{opacity:0;pointer-events:none;transform:translateY(18px)}
  .mobile-apply-bar span{font-size:11px;line-height:1.25;color:rgba(255,255,255,.66)}
  .mobile-apply-bar strong{font-size:13px;white-space:nowrap}
  .site-footer{padding-bottom:100px}
}
@media(max-width:640px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}
  .fit-grid,.transformation-grid,.metric-grid{grid-template-columns:1fr!important;width:100%;max-width:100%}
  .transform-row{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;max-width:100%;min-width:0}
  .transform-row>*{min-width:0;max-width:100%;overflow-wrap:anywhere}
  .transform-arrow{transform:rotate(90deg);justify-self:start}
  table,iframe,video,svg{max-width:100%}
  .container{max-width:100%}
  .header-inner{gap:8px;min-width:0}
  .brand-logo{flex:1 1 auto;max-width:205px;overflow:hidden}
  .brand-logo-img{width:min(190px,100%);max-height:48px}
  .brand-english-note{display:none}
  .header-actions{flex:0 0 auto;min-width:auto}
  .lang-switch{padding:8px 10px;font-size:12px}
  .hero h1,.service-hero h1,.page-hero h1,.about-hero h1{overflow-wrap:anywhere;word-break:normal}
  .service-hero-inner,.story-content,.flagship-content,.application-shell,.investment-card,.quote-box,.fit-card,.metric-card,.choice-card,.capacity-card{max-width:100%;min-width:0}
  .hero-investment{width:100%;max-width:100%;justify-content:flex-start}
  .flagship-hero-actions .btn{width:100%}
  .flagship-content>.story-scene{padding:66px 0}
  .flagship-content>.story-scene:nth-of-type(3n+2){padding:66px 14px}
  .flagship-content>.story-scene:before{font-size:54px;top:24px}
  .flagship-content>.story-scene:after{top:32px;max-width:70%;white-space:normal}
  .roadmap-card,.outcome,.premium-grid>div,.investment-meta>div{min-width:0;overflow-wrap:anywhere}
  .program-application input,.program-application select,.program-application textarea{min-width:0;max-width:100%}
  .mobile-apply-bar{left:8px;right:8px;bottom:8px;border-radius:16px}
  .mobile-apply-bar span{max-width:62%}
}
@media(prefers-reduced-motion:reduce){
  .flagship-content>.story-scene{opacity:1!important;transform:none!important;transition:none!important}
  .story-progress span{transition:none!important}
}