/* BYNZO 9.2 · Homepage mobile polish
   Scope: proof icons, mobile Chrome overflow containment, header/CTA stability and tighter home spacing. */
.page-home .home-proof .proof-icon{display:grid;place-items:center}
.page-home .home-proof .proof-icon svg{width:20px;height:20px;stroke-width:1.9}
.page-home .home-proof .proof-icon-projects{background:linear-gradient(145deg,#e5f8fb,#d4f1f4);color:#087f95}
.page-home .home-proof .proof-icon-industries{background:linear-gradient(145deg,#edf8f0,#dcf1e3);color:#29814a}
.page-home .home-proof .proof-icon-partners{background:linear-gradient(145deg,#fff2e9,#ffe2d0);color:#c7602c}

@media(max-width:680px){
  .page-home{width:100%;max-width:100%;overflow-x:hidden}
  .page-home main{width:100%;max-width:100%;overflow-x:hidden}
  .page-home .site-header{
    left:0;right:0;width:100%;max-width:none;margin:0;
    grid-template-columns:minmax(0,1fr) auto 42px;
    gap:8px;
    padding:11px max(14px,env(safe-area-inset-right)) 11px max(14px,env(safe-area-inset-left));
    background:#fbf8f2;
    -webkit-backdrop-filter:none;backdrop-filter:none;
    border-bottom-color:rgba(7,19,24,.07);
    box-shadow:0 8px 24px rgba(7,19,24,.035);
  }
  .page-home .site-brand{min-width:0;gap:9px}
  .page-home .site-brand>span:last-child{min-width:0}
  .page-home .site-brand strong{font-size:13px;letter-spacing:.12em;white-space:nowrap}
  .page-home .site-brand small{font-size:9px;white-space:nowrap}
  .page-home .site-actions{min-width:0}
  .page-home .site-actions .button-small{min-height:44px;padding:0 14px;border-radius:13px;font-size:11px;white-space:nowrap}
  .page-home .menu-button{width:42px;height:42px;padding:0}

  .page-home .home-premium-hero{
    width:100%;max-width:100%;min-width:0;overflow:hidden;
    padding-top:24px;padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right));padding-bottom:0;
  }
  .page-home .home-premium-hero>*{min-width:0;max-width:100%}
  .page-home .hero-copy{width:100%;max-width:100%}
  .page-home .hero-copy h1{max-width:100%}
  .page-home .hero-actions{width:100%;max-width:100%}
  .page-home .hero-actions .button{min-width:0}
  .page-home .hero-actions .button-ghost{background:rgba(255,255,255,.76);border-color:rgba(26,73,86,.12);box-shadow:inset 0 1px rgba(255,255,255,.7)}

  .page-home .home-proof{width:100%;max-width:100%;overflow:hidden}
  .page-home .home-proof span{min-width:0}
  .page-home .home-proof .proof-icon{width:32px;height:32px;border-radius:10px}
  .page-home .home-proof .proof-icon svg{width:18px;height:18px}

  .page-home .hero-visual{position:relative;width:100%;max-width:100%;min-width:0;overflow:hidden;contain:layout paint;isolation:isolate}
  .page-home .hero-cosmos{max-width:none}

  .page-home .client-marquee-section{width:100%;max-width:100%;padding-bottom:8px;overflow:hidden}
  .page-home .client-marquee{max-width:100%}
  .page-home .home-capabilities{padding-top:40px}
  .page-home .home-capabilities .section-heading{margin-bottom:30px}
}

@media(max-width:560px){
  .page-home .site-header{grid-template-columns:minmax(0,1fr) auto 40px;padding-top:10px;padding-bottom:10px}
  .page-home .site-brand .brand-mark{width:36px;height:36px;border-radius:11px}
  .page-home .site-actions .button-small{min-height:42px;padding:0 13px;font-size:10.5px}
  .page-home .menu-button{width:40px;height:40px}

  .page-home .home-premium-hero{padding-top:20px}
  .page-home .hero-copy .eyebrow{max-width:100%;white-space:normal;line-height:1.45}
  .page-home .hero-copy h1{font-size:clamp(40px,12.7vw,52px);line-height:.95;margin-top:14px;margin-bottom:16px}
  .page-home .hero-copy>p{font-size:13px;line-height:1.55}
  .page-home .hero-actions{margin-top:18px;gap:7px}
  .page-home .hero-actions .button{min-height:46px;font-size:9.5px;border-radius:12px}
  .page-home .home-proof{margin-top:20px;gap:6px}
  .page-home .home-proof span{min-height:76px;padding:7px 4px}
  .page-home .home-proof b{font-size:16px}
  .page-home .home-proof small{font-size:6.8px}

  .page-home .hero-visual{min-height:350px;margin-top:4px}
  .page-home .hero-cosmos{
    position:absolute;top:0;left:50%;
    width:570px;height:430px;margin-left:-285px;margin-bottom:0;
    scale:.62;transform-origin:center top;
  }
  .page-home .client-marquee-head{padding-top:14px;padding-bottom:10px}
  .page-home .client-marquee{padding-bottom:12px}
  .page-home .home-capabilities{padding-top:34px}
}

@media(max-width:390px){
  .page-home .site-header{gap:6px;padding-left:12px;padding-right:12px}
  .page-home .site-brand{gap:7px}
  .page-home .site-brand strong{font-size:12px}
  .page-home .site-brand small{font-size:8px}
  .page-home .site-actions .button-small{padding:0 11px;font-size:10px}
  .page-home .hero-visual{min-height:326px}
  .page-home .hero-cosmos{scale:.56}
  .page-home .home-capabilities{padding-top:30px}
}
