:root{--xhm-navy:#020a11;--xhm-orange:#F47A18;--xhm-white:#fff}
.mobile-header,.mobile-menu,.mobile-scrim{display:none}
@media (max-width: 768px){
  html{-webkit-text-size-adjust:100%;background:var(--xhm-navy)}
  body{margin:0;padding-top:58px;padding-bottom:env(safe-area-inset-bottom);overflow-x:hidden;background:var(--xhm-navy)}
  .home-stage,.design-stage{width:100%!important;max-width:none!important;margin:0!important}
  .home-image,.design-stage>img{width:100%!important;height:auto!important;max-width:none!important;display:block}
  .hotspot,.navhot,.fallback{display:none!important}
  .mobile-header{display:flex;position:fixed;top:0;left:0;right:0;height:58px;padding:0 14px;padding-top:env(safe-area-inset-top);z-index:1000;align-items:center;justify-content:space-between;background:rgba(2,10,17,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(244,122,24,.35)}
  .mobile-brand{display:flex;align-items:baseline;gap:6px;text-decoration:none;line-height:1;font-family:Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:.4px}
  .mobile-brand .xh{color:var(--xhm-orange);font-size:18px}.mobile-brand .mu{color:var(--xhm-white);font-size:18px}
  .menu-toggle{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:transparent;color:#fff;display:grid;place-items:center;padding:0}
  .menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:.2s ease}
  .menu-toggle span{margin:4px 0}
  .mobile-scrim{position:fixed;inset:58px 0 0;z-index:998;background:rgba(0,0,0,.48)}
  .mobile-menu{position:fixed;top:58px;left:0;right:0;z-index:999;background:#071625;border-bottom:1px solid rgba(244,122,24,.45);padding:10px 14px 16px;box-shadow:0 18px 40px rgba(0,0,0,.35)}
  .mobile-menu a{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 4px;color:#fff;text-decoration:none;font:800 14px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.4px;border-bottom:1px solid rgba(255,255,255,.08)}
  .mobile-menu a:last-child{border-bottom:0}.mobile-menu a[aria-current="page"]{color:var(--xhm-orange)}
  body.menu-open .mobile-menu,body.menu-open .mobile-scrim{display:block}
  body.menu-open .menu-toggle:before{transform:translateY(6px) rotate(45deg)}
  body.menu-open .menu-toggle span{opacity:0}
  body.menu-open .menu-toggle:after{transform:translateY(-6px) rotate(-45deg)}
  body.menu-open{overflow:hidden}
}
@media (max-width: 430px){
  .mobile-header{height:56px}.mobile-menu{top:56px}.mobile-scrim{inset:56px 0 0}.mobile-brand .xh,.mobile-brand .mu{font-size:17px}
}
