.home-weather-band{display:grid;grid-template-columns:1fr minmax(420px,560px);gap:44px;align-items:center;margin:44px auto;padding-top:12px;padding-bottom:12px}.home-weather-intro>span{font-size:12px;font-weight:700;letter-spacing:1.8px;color:#2468aa}.home-weather-intro h2{font-size:32px;line-height:1.2;color:#18324e;margin:12px 0}.home-weather-intro p{color:#65788c;line-height:1.7;max-width:440px}.home-weather-intro a{display:inline-block;margin-top:12px;color:#2468aa;font-weight:600}.nagcarlan-weather{background:linear-gradient(125deg,#154979,#226591);color:#fff;border-radius:18px;padding:24px;box-shadow:0 10px 28px #17395715}.weather-current{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.weather-place{font-size:11px;letter-spacing:1px;font-weight:700;margin:0 0 6px!important;color:#e2effa!important}.weather-current h3{font-size:17px;margin:0;color:#fff}.weather-current>span{font-size:45px}.weather-current strong{font-size:34px;line-height:1.1}.weather-current>div:last-child{text-align:right}.weather-current>div:last-child p{font-size:12px;margin:5px 0 0;color:#e2effa}.weather-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.weather-day{text-align:center;background:#ffffff08;border-radius:8px;padding:10px 2px;display:flex;flex-direction:column;gap:5px;font-size:12px}.weather-day-icon{font-size:25px;margin:6px 0}.weather-day strong{font-size:15px;color:#fff0b8}.weather-day small{color:#c6e3ff;font-size:13px}.weather-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid #ffffff25;margin-top:18px;padding-top:14px;font-size:10px;color:#d4e7f7}.weather-foot a{color:#fff;text-decoration:underline}.weather-message{font-size:12px;color:#fff0b8;margin:12px 0 0}.weather-message[hidden]{display:none}@media(max-width:950px){.home-weather-band{grid-template-columns:1fr;gap:24px}.home-weather-intro h2{font-size:27px}.nagcarlan-weather{max-width:640px;width:100%;box-sizing:border-box}}@media(max-width:480px){.nagcarlan-weather{padding:18px 12px}.weather-current{gap:8px}.weather-current>span{font-size:30px}.weather-current strong{font-size:28px}.weather-place{font-size:9px}.weather-current h3{font-size:14px}.weather-day-icon{font-size:21px}.weather-day{font-size:11px}.home-weather-band{margin:26px auto}}
.home-page .home-weather-band { margin-top:80px; padding-top:32px; }
#weatherCurrentIcon svg { width:48px;height:48px;stroke:#e5f2ff; }
.weather-day-icon svg { width:26px;height:26px;stroke:#d4eaff; }

/* Keep the introduction and forecast together inside the homepage content grid. */
.home-page .home-weather-band {
    width:calc(100% - 64px);
    max-width:1320px !important;
    box-sizing:border-box;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:40px;
    padding-right:24px;
    padding-left:24px;
    margin-bottom:24px;
}
.home-weather-intro { width:100%; max-width:480px; justify-self:end; }
.home-weather-band .nagcarlan-weather { width:100%; box-sizing:border-box; }
@media(max-width:950px) {
    .home-page .home-weather-band { grid-template-columns:1fr; gap:24px; }
    .home-weather-intro { max-width:640px; justify-self:center; }
    .home-weather-band .nagcarlan-weather { justify-self:center; }
}
@media(max-width:600px) {
    .home-page .home-weather-band { width:calc(100% - 32px); padding-left:0; padding-right:0; }
}
