/* Mobile polish: compact navbar, centered hamburger icon and calmer home spacing. */
@media (max-width:700px){
  :root{--header-height:56px!important}
  .content-wrapper{padding-top:56px!important}
  .site-header,.site-header .launch-header{height:56px!important;min-height:56px!important}
  .site-header>.container.launch-header{width:100%!important;padding:5px 12px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important}
  .site-header .launch-logo{height:46px!important;gap:7px!important;display:flex!important;align-items:center!important}
  .site-header .launch-logo .logo-gauge,.site-header .logo svg,.site-header a.logo svg{width:34px!important;height:34px!important;flex:0 0 34px!important}
  .site-header .launch-logo .logo-wordmark{font-size:.9rem!important;line-height:1!important;white-space:nowrap!important}
  .site-header .menu-toggle{width:40px!important;height:40px!important;min-width:40px!important;flex:0 0 40px!important;margin:0 0 0 auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;border-radius:10px!important}
  .site-header .menu-toggle span{position:static!important;width:20px!important;height:2px!important;flex:0 0 2px!important;margin:0!important;transform-origin:center!important}
  .site-header .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}
  .site-header .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}
  .site-header .launch-nav{padding-top:66px!important}

  #page-main .tk-ref-hero{width:100%!important;padding:24px 16px 30px!important;gap:0!important}
  #page-main .tk-ref-intro{padding:0!important}
  #page-main .tk-ref-intro h1{font-size:clamp(2rem,10.5vw,2.55rem)!important;line-height:1.03!important;letter-spacing:-1.6px!important;margin:0 0 24px!important;max-width:330px!important}
  #page-main .tk-ref-lead{font-size:.98rem!important;line-height:1.58!important;margin:0!important;max-width:100%!important}
  #page-main .tk-ref-trust{margin-top:26px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;align-items:center!important}
  #page-main .tk-ref-trust>span{font-size:.75rem!important;gap:5px!important;justify-content:flex-start!important;min-width:0!important;white-space:nowrap!important}
  #page-main .tk-ref-trust i{width:21px!important;height:21px!important;min-width:21px!important}
  #page-main .tk-ref-start{margin-top:24px!important;min-height:60px!important;padding:10px 14px 10px 20px!important;border-radius:10px!important}
  #page-main .tk-ref-start>span{font-size:1.05rem!important;line-height:1.25!important}
  #page-main .tk-ref-start-note{margin-top:46px!important}
  #page-main .tk-ref-equipment{padding-top:0!important}
}
@media (max-width:380px){
  #page-main .tk-ref-trust>span{font-size:.69rem!important;gap:4px!important}
  #page-main .tk-ref-trust i{width:19px!important;height:19px!important;min-width:19px!important}
}
