/* White Direction mobile and identity hardening — 15 August 2026. */
.site-header .brand-mark-image{border-radius:50%;flex:0 0 auto}
.site-header .brand-mark-image:after{display:none}
.site-header .brand-mark-image i,.site-header .brand-mark-image b{display:none}
.brand-mark-image img{display:block;width:100%;height:100%;object-fit:cover}
.footer-brand .brand-mark-image{width:48px;height:48px;min-width:48px;border-radius:50%}
.footer-brand .brand-mark-image:after{display:none}

@media(max-width:760px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .section-shell{width:calc(100% - 24px)}
  .site-header{left:8px;transform:none;width:calc(100% - 16px);padding:0 10px;gap:8px}
  .brand{min-width:0;gap:8px}
  .brand-copy{min-width:0}
  .brand-copy strong{font-size:14px;white-space:nowrap}
  .button-small{padding:10px;font-size:10px;white-space:nowrap}
  .hero-grid,.system-cards,.team-grid-v5,.process-grid,.pricing-grid,.contact-grid,.engagement-grid{min-width:0}
  .hero-copy,.hero-stage,.system-window,.system-card,.staff-person,.contact-form{min-width:0;max-width:100%}
  .hero h1{font-size:clamp(42px,13vw,52px);overflow-wrap:anywhere}
  .system-window,.portal-shell{width:100%;transform:none}
  .case-study,.contact-form{padding:20px}
  .manifesto h2{font-size:clamp(38px,12vw,56px)}
  .footer-links{flex-wrap:wrap;justify-content:center}
}

@media(max-width:480px){
  .site-header .brand-copy small{display:none}
  .site-header .brand-mark-image{width:38px!important;height:38px!important;min-width:38px!important}
  .button-small{padding:9px 10px;font-size:9px}
  .hero{padding-top:94px}
  .hero h1{font-size:clamp(40px,12.5vw,48px)}
  .hero-team-rail{grid-template-columns:1fr}
  .hero-team-rail .rail-label{grid-column:1}
  .system-nav{display:none}
  .system-layout{grid-template-columns:1fr}
  .system-main{padding:12px}
  .metric-grid{gap:6px}
  .metric-card{padding:8px}
  .metric-card strong{font-size:18px}
  .section{padding:72px 0}
  .section-heading h2{font-size:38px}
  .site-footer{padding-left:18px;padding-right:18px}
}
