
.mobile-home-shortcuts{display:none}
@media(max-width:1280px){
 .site-header .header-inner{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:center;min-height:0;padding:12px 24px}
 .site-header .brand{position:static;grid-column:1;grid-row:1;width:96px;margin:0;transform:none}
 .site-header .brand img{width:100%;height:auto;max-height:140px;object-fit:contain}
 .site-header .contact-bar{grid-column:2;grid-row:1;min-width:0}
 .site-header .menu-toggle{position:static;grid-column:1/-1;grid-row:2;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;min-height:56px;margin:0;padding:12px 16px;gap:12px;color:#fff;border:2px solid #edca60;border-radius:8px;background:linear-gradient(#303632,#0b110e);box-shadow:inset 0 1px #fff3}
 .site-header .menu-toggle>span{font:700 17px/1.3 Arial,sans-serif;text-transform:none}
 .site-header .menu-toggle .menu-state{margin-left:auto;color:#ffeb39;font-size:15px;white-space:nowrap}
 .site-header .menu-toggle svg{width:24px;height:24px;flex-shrink:0;color:#ffeb39}
 #primary-nav{position:static;grid-column:1/-1;grid-row:3;display:none;width:100%;margin:0;padding:6px 0 12px;overflow:visible;max-height:none;background:transparent;box-shadow:none;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}
 #primary-nav.open{display:grid;flex-wrap:wrap}
 #primary-nav .nav-brick{min-width:0;min-height:76px;width:100%;flex:auto}
 #primary-nav .nav-brick span{font-size:16px;white-space:normal;text-align:center;line-height:1.2}
 .menu-toggle:focus-visible,#primary-nav a:focus-visible,.mobile-home-shortcuts a:focus-visible{outline:3px solid #8ce4f4;outline-offset:3px}
}
@media(max-width:720px){
 .site-header .header-inner{padding:10px 18px;grid-template-columns:78px minmax(0,1fr);gap:10px}
 .site-header .brand{width:78px}
 .site-header .menu-toggle{padding:10px 12px;gap:8px}
 .site-header .menu-toggle>span{font-size:15px}
 .site-header .menu-toggle .menu-state{font-size:14px}
 .mobile-home-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:12px 20px;background:#0b110e}
 .mobile-home-shortcuts a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px;border:1px solid #c4a74f;border-radius:6px;color:#fff;font-size:15px;text-decoration:none}
 .mobile-home-shortcuts a:last-child{background:#ffe932;color:#111;font-weight:700}
 body[data-page="home"] .site{margin-top:0;margin-bottom:0}
 body[data-page="home"] .home-hero .hero-inner{min-height:0;padding-top:18px;padding-bottom:20px}
 body[data-page="home"] .home-hero .hero-copy{margin-top:0;margin-bottom:0}
 #services{scroll-margin-top:20px}
}
@media(max-width:360px){.site-header .menu-toggle>span{font-size:14px}#primary-nav .nav-brick span{font-size:14px}}
