/*
Theme Name: Good-Weather
Description: Responsive climate intelligence and travel-weather WordPress theme.
Version: 0.1
*/
:root{--navy:#08285f;--blue:#1672d4;--bg:#f6faff;--card:#fff;--border:#dce8f7;--muted:#61718d;--r:18px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#102a56;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:var(--blue);text-decoration:none}img{max-width:100%;height:auto}.gw-container{width:min(1180px,calc(100% - 40px));margin:auto}
.gw-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--border)}.gw-header-inner{height:72px;display:flex;align-items:center;gap:25px}.gw-logo{font-size:21px;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:9px}.gw-logo-mark{font-size:23px}.gw-nav{margin-left:auto;display:flex;gap:22px}.gw-nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}.gw-nav li{list-style:none}.gw-nav a{font-size:14px;font-weight:700;color:var(--navy)}.gw-search{border:1px solid #cfe0f4;background:#f3f8ff;border-radius:24px;padding:8px 13px}.gw-search input{border:0;outline:0;background:none;width:190px}
.gw-hero{min-height:475px;background:linear-gradient(90deg,rgba(4,25,61,.78),rgba(4,25,61,.25)),url("https://images.unsplash.com/photo-1705861143528-beeb8df36bbc?auto=format&fit=crop&fm=jpg&q=82&w=1800") center/cover;position:relative;color:#fff}.gw-hero-copy{padding:60px 0;width:54%}.gw-hero h1{font-size:52px;line-height:1.04;margin:0 0 18px;letter-spacing:-1.5px}.gw-hero p{font-size:19px}.gw-tools{display:flex;gap:28px;margin-top:25px}.gw-tool{font-weight:800;text-align:center}.gw-tool i{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#103665;margin:auto auto 7px;font-style:normal}
.gw-compare{position:absolute;right:5%;top:30px;width:360px;background:#fff;color:#102a56;padding:25px;border-radius:18px;box-shadow:0 20px 55px #0004}.gw-compare h2{color:var(--navy);margin:0}.gw-field{margin:12px 0}.gw-field label{display:block;font-size:13px;font-weight:700}.gw-field select{width:100%;height:43px;border:1px solid #cbdcf0;border-radius:8px;padding:0 10px;background:#fff}.gw-btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:800;padding:12px 18px;cursor:pointer}.gw-wide{width:100%}
.gw-section{padding:32px 0}.gw-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.gw-head h2{color:var(--navy);margin:0}.gw-intro{color:var(--muted);margin:4px 0}.gw-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r);box-shadow:0 8px 28px #19417814}
.gw-result{padding:20px;display:grid;grid-template-columns:260px 1fr auto;gap:20px;align-items:center}.gw-result h3{margin:0;color:var(--navy)}.gw-result strong{color:#c22f2f}.gw-city-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.gw-city-card{color:#102a56}.gw-city-card img,.gw-placeholder{width:100%;aspect-ratio:1;border-radius:10px;object-fit:cover;background:#eaf4ff}.gw-city-card b{display:block;margin-top:5px;color:var(--navy)}.gw-city-card small{color:var(--muted)}
.gw-months{display:flex;gap:8px;overflow:auto}.gw-months a{padding:8px 17px;border:1px solid #d4e2f4;background:#edf5ff;border-radius:8px;color:var(--navy);font-weight:700}.gw-months a.active{background:var(--navy);color:#fff}
.gw-ranks,.gw-features,.gw-three{display:grid;gap:15px}.gw-ranks{grid-template-columns:repeat(4,1fr)}.gw-rank{padding:18px}.gw-rank h3{font-size:16px}.gw-rank ol{padding-left:20px}.gw-rank li{padding:3px}.gw-features{grid-template-columns:1fr 1fr}.gw-feature{padding:22px;min-height:160px}.gw-feature h3{color:var(--navy)}.gw-feature p{color:var(--muted)}.gw-three{grid-template-columns:repeat(3,1fr)}
.gw-quote{text-align:center;padding:34px;background:#edf5ff}.gw-footer{background:#092758;color:#dbe8fa;padding:38px 0}.gw-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.gw-footer h3{color:#fff}.gw-footer a{color:#fff}.gw-content{padding:45px 0}.gw-content h1{font-size:42px;color:var(--navy)}
@media(max-width:950px){.gw-nav{display:none}.gw-hero-copy{width:100%}.gw-compare{position:relative;right:auto;top:auto;width:auto;margin:0 20px 30px}.gw-hero{padding-bottom:20px}.gw-city-grid{grid-template-columns:repeat(4,1fr)}.gw-ranks{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.gw-container{width:calc(100% - 24px)}.gw-hero h1{font-size:35px}.gw-tools{flex-direction:column;gap:12px}.gw-result,.gw-features,.gw-three,.gw-footer-grid{grid-template-columns:1fr}.gw-city-grid{grid-template-columns:repeat(2,1fr)}.gw-ranks{grid-template-columns:1fr}.gw-search input{width:120px}}
