/* photo layer (loaded after styles.css) */
.pagehead-img{position:absolute;inset:0;z-index:0}
.pagehead-img img{width:100%;height:100%;object-fit:cover;opacity:.55}
.pagehead::before{background:linear-gradient(115deg,rgba(8,40,80,.92) 20%,rgba(8,40,80,.55) 100%);z-index:1}
.pagehead::after{display:none}
.pagehead .shell{z-index:2}
.guide-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.guide-media::before,.guide-media::after,.guide-media .gm-ico{display:none}
.guide-tag{z-index:2}
.hero-media img{width:100%;height:auto;display:block;aspect-ratio:3/2;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}
@media(max-width:960px){.hero-media{order:1}}

/* ===== layout fixes: homepage call band + stat band ===== */
.callband{padding:1.05rem 0}
.callband .shell{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem 1.2rem}
.callband-text{margin:0;font-family:var(--disp);font-weight:700;font-size:clamp(1rem,2.4vw,1.15rem)}
.callband-num{display:inline-flex;align-items:center;gap:.55rem;color:#fff;font-family:var(--disp);font-weight:800;font-size:clamp(1.35rem,3.6vw,1.7rem);line-height:1;text-decoration:none}
.callband-num:hover{color:var(--lime);text-decoration:none}
.callband-num .circ{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;flex:none}
.callband-num .circ svg{width:19px;height:19px;color:#fff}
.statband{padding:clamp(2.6rem,6vw,4rem) 0}
.statband-head{max-width:640px;margin:0 auto 1.9rem;text-align:center}
.statband-head h2{margin:.25rem 0 0;color:#fff}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.stat{padding:1.35rem 1.45rem}
.stat b{font-family:var(--disp);font-weight:800;font-size:1.1rem;display:block;margin-bottom:.35rem}
.foot-brand{min-width:0}
@media(max-width:760px){
  .stat-grid{grid-template-columns:1fr}
  .callband .shell{flex-direction:column;gap:.35rem}
}
