/* 14islands Cothink viewport fit — the complete opening composition is one precise screen, never two stacked screens. */
@media(min-width:761px){
  .hero{display:grid!important;grid-template-rows:55% 45%;height:100svh!important;min-height:0!important;max-height:100svh!important;overflow:hidden}
  .hero-top{height:auto!important;min-height:0!important}
  .hero-intro{left:55vw!important;right:auto!important;width:min(307px,30vw)!important}
  .hero-display{bottom:clamp(8px,1.7svh,18px)}
  .motion-field{height:100%!important;min-height:0!important;max-height:none!important;margin:0 clamp(18px,2.15vw,32px)!important}
}
@media(max-width:760px){
  .hero{display:grid!important;grid-template-rows:57% 43%;height:100svh!important;min-height:0!important;max-height:100svh!important;overflow:hidden}
  .hero-top{height:auto!important;min-height:0!important}
  .hero-display{bottom:15px}
  .motion-field{height:100%!important;min-height:0!important;max-height:none!important;margin:0 18px!important}
}
