/* Wide photographic hero; scoped to leave the remaining homepage intact. */
#homepage .home-hero-wide {
    display:block;
    isolation:isolate;
    min-height:620px;
    padding:112px max(24px,calc((100% - 1240px)/2)) 88px;
    background:#0b1730;
}
#homepage .home-hero-wide #hero-slider {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:0;
    border-radius:0;
    z-index:-2;
    animation:none;
}
#homepage .home-hero-wide::after {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(5,17,39,.97) 0%,rgba(5,17,39,.92) 38%,rgba(5,17,39,.5) 65%,rgba(5,17,39,.18) 100%);
}
#homepage .home-hero-wide .home-hero-copy {
    max-width:760px;
    min-height:420px;
    margin:0;
    padding:0;
    justify-content:center;
}
#homepage .home-hero-wide .home-eyebrow {
    color:#bfdbfe;
    letter-spacing:2.4px;
    margin-bottom:24px;
}
#homepage .home-hero-wide #hero-title {
    max-width:16ch;
    font-size:clamp(40px,4.8vw,68px);
    font-weight:800;
    letter-spacing:-2.4px;
    line-height:1.08;
    text-wrap:balance;
    margin-bottom:24px;
}
#homepage .home-hero-wide #hero-subtitle {
    max-width:49ch;
    color:#e0e9f8;
    font-size:18px;
    line-height:1.65;
    margin-bottom:30px;
}
#homepage .home-hero-wide .home-actions { gap:14px; }
#homepage .home-hero-wide .home-actions a,
#homepage .home-hero-wide .home-actions button {
    padding:16px 24px;
    font-size:15px;
    min-height:52px;
    border-radius:6px;
}
#homepage .home-hero-wide #open-consultation-modal { background:#102747; border-color:#8ba3c6; }
#homepage .home-hero-wide #open-consultation-modal:hover { background:#1e3a5f; }
#homepage .home-hero-wide .home-actions a:last-child {
    padding:10px 0;
    min-height:44px;
    text-decoration:underline;
    text-underline-offset:6px;
    color:#fff;
}
#homepage .home-hero-wide .home-slider-controls {
    position:absolute;
    bottom:22px;
    left:max(24px,calc((100% - 1240px)/2));
    right:max(24px,calc((100% - 1240px)/2));
    gap:24px;
}
#homepage .home-hero-wide #hero-pause { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; background:#102747; padding:0; border-radius:6px; color:#fff; }
#hero-pause .hero-pause-icon { display:block; width:12px; height:14px; border-left:4px solid currentColor; border-right:4px solid currentColor; }
#hero-pause.is-paused .hero-pause-icon { width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-left:11px solid currentColor; border-right:0; margin-left:3px; }
#homepage > .home-stats {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    max-width:1240px;
    width:calc(100% - 48px);
    padding:32px 0;
    margin:0 auto 24px;
    border-top:0;
    border-bottom:1px solid #2c3d58;
    gap:24px;
}
#homepage > .home-stats > div { padding-left:24px; border-left:1px solid #2c3d58; }
#homepage > .home-stats > div:first-child { border-left:0; padding-left:0; }
#homepage > .home-stats p:first-child { font-size:30px; line-height:1.3; }
#homepage > .home-stats p:last-child { font-size:11px; color:#bdcce4; }
@media (max-width:767px) {
    #homepage .home-hero-wide { min-height:0; padding:112px 24px 96px; }
    #homepage .home-hero-wide::after { background:rgba(5,17,39,.86); }
    #homepage .home-hero-wide .home-hero-copy { min-height:0; }
    #homepage .home-hero-wide #hero-title { font-size:clamp(36px,9vw,52px); letter-spacing:-1.5px; max-width:100%; }
    #homepage .home-hero-wide #hero-subtitle { font-size:16px; }
    #homepage .home-hero-wide .home-actions { display:grid; grid-template-columns:1fr; width:100%; }
    #homepage .home-hero-wide .home-actions a, #homepage .home-hero-wide .home-actions button { text-align:center; width:100%; }
    #homepage > .home-stats { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
    #homepage > .home-stats > div:nth-child(3) { border-left:0; padding-left:0; }
}
