:root{--blue:#056eb4;--ink:#112d44;--muted:#50677b;--line:#d6e5ed;--snow:#f3f8fb;--lime:#b7ff3f}*{box-sizing:border-box}body{margin:0;background:var(--snow);color:var(--ink);font:16px/1.65 Poppins,Arial,sans-serif}a{color:#005d98;text-underline-offset:4px}button,input,textarea{font:inherit}button,a,input,textarea,summary,[tabindex]{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #056eb4}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}[hidden]{display:none!important}.skip{position:absolute;left:16px;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:10px}.weather-nav{max-width:1240px;margin:auto;padding:24px 28px;display:flex;justify-content:space-between;gap:24px;align-items:center}.weather-nav img{display:block;max-width:100%;object-fit:contain}.weather-nav nav{display:flex;gap:26px;flex-wrap:wrap}.weather-nav a{font-size:14px;font-weight:700;text-decoration:none}.weather-wrap{max-width:1184px;padding:22px 28px 60px;margin:auto}.weather-intro{padding:58px 0 44px;max-width:800px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.15em;color:#075f96;margin:0 0 12px}.weather-intro h1{font-size:clamp(42px,6.2vw,78px);line-height:1.1;letter-spacing:-.045em;margin:0 0 25px}.weather-intro>p:not(.eyebrow){max-width:660px;font-size:19px;color:var(--muted)}.weather-small,.source-note{font-size:13px!important;color:var(--muted)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:30px 0 14px}.section-heading h2{margin:0}.section-heading span{font-size:13px;color:var(--muted)}h2{font-size:24px;letter-spacing:-.025em}h3{margin:0 0 10px}.mountain-grid,.day-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.mountain-card,.day-grid article{padding:28px;border:1px solid var(--line);border-radius:22px;background:white;min-width:0}.mountain-card h3{font-size:34px;letter-spacing:-.04em}.mountain-card h3 a{color:var(--ink);text-decoration:none}.mountain-card>p{min-height:48px;font-size:14px}.mountain-card>.eyebrow{min-height:0}.button{border:1px solid var(--blue);border-radius:12px;background:var(--blue);color:white;padding:12px 18px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:15px;text-decoration:none;min-height:48px}.button.secondary{background:white;color:var(--blue)}.favorite{border:1px solid var(--line);border-radius:12px;padding:12px 16px;min-height:48px;color:var(--ink);background:white}.favorite[aria-pressed=true]{background:#e2f4be;border-color:#84ad46}.mountain-card .favorite{margin-top:12px}.breadcrumbs{font-size:14px;margin:6px 0 24px}.weather-hero{padding:38px 42px;border:1px solid #c8e2ef;background:linear-gradient(135deg,#e4f3fa,#fff);border-radius:28px;display:flex;justify-content:space-between;align-items:center;gap:25px}.weather-hero h1{font-size:clamp(30px,4vw,49px);line-height:1.18;letter-spacing:-.04em;margin:0 0 10px}.weather-hero p{color:var(--muted);margin:10px 0}.hero-temperature{display:flex;flex-direction:column;min-width:235px}.hero-temperature strong{font-size:86px;line-height:1.2;letter-spacing:-.06em}.hero-temperature strong span{font-size:37px;vertical-align:top;line-height:1.9}.data-badge{display:inline-block;font-size:12px;padding:5px 12px;border-radius:20px;background:#fff;color:#744100}.data-badge.fresh{color:#155225;background:#e3f5df}.notice,.snow-note{padding:18px 22px;border-radius:14px;background:#fff4d6;border:1px solid #ecd68a;color:#644309}.snow-note{background:#e4f3fa;border-color:#bcdeef;color:#164766}.weather-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0 12px}.weather-metrics section{padding:22px 24px;background:#fff;border:1px solid var(--line);border-radius:18px}.weather-metrics h2{font-size:14px;color:var(--muted);margin:0 0 13px}.weather-metrics strong{font-size:29px;line-height:1.4}.weather-metrics .unknown{font-size:22px}.weather-metrics small{font-size:14px}.weather-metrics p{font-size:13px;margin:7px 0 0}.source-note{margin:12px 0 22px}.weather-actions{display:flex;gap:12px;flex-wrap:wrap}.weather-wrap>section{margin-bottom:32px}.forecast-scroll{overflow:auto;border:1px solid var(--line);border-radius:18px;background:white}table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}th,td{padding:15px 19px;white-space:nowrap;border-bottom:1px solid var(--line)}thead{background:#e9f2f7}tbody tr:last-child th,tbody tr:last-child td{border:0}.day-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.day-grid article{padding:22px}.day-grid strong{font-size:25px}.day-grid p{font-size:13px}.weather-guide{border-left:4px solid var(--blue);padding:1px 25px;margin-top:36px}details{border-bottom:1px solid var(--line);padding:18px 0}summary{font-weight:700;cursor:pointer;min-height:32px}details p{max-width:850px;color:var(--muted)}.weather-embed{padding:28px;background:white;border:1px solid var(--line);border-radius:20px}.weather-embed label{display:block;font-size:13px;font-weight:700}textarea,input{max-width:100%;width:100%;border:1px solid #96b2c3;border-radius:8px;padding:12px;color:var(--ink);background:#f8fbfd}textarea{font-size:13px;resize:vertical;margin:8px 0 16px}.weather-footer{padding:25px 28px 35px;border-top:1px solid var(--line);text-align:center;font-size:12px;color:var(--muted)}.weather-footer p{margin:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.weather-widget .weather-wrap{padding:20px;max-width:700px}.weather-widget .weather-hero{padding:20px;display:block}.weather-widget .weather-hero h1{font-size:28px}.weather-widget .hero-temperature{min-width:0}.weather-widget .hero-temperature strong{font-size:52px}.weather-widget .weather-metrics{gap:8px}.weather-widget .weather-metrics section{padding:12px}.weather-widget .weather-metrics strong,.weather-widget .weather-metrics .unknown{font-size:18px}.weather-widget .weather-footer{padding:15px}.weather-widget .weather-wrap>section{margin-bottom:15px}@media(max-width:760px){.weather-nav{padding:20px;align-items:flex-start}.weather-nav nav{gap:10px 16px;justify-content:flex-end}.weather-nav nav a{font-size:12px}.weather-wrap{padding:12px 20px 36px}.weather-intro{padding:32px 0 26px}.mountain-grid{grid-template-columns:1fr}.weather-hero{padding:27px;align-items:flex-start;flex-direction:column;gap:20px}.hero-temperature{min-width:0}.weather-metrics{grid-template-columns:1fr;gap:10px}.weather-metrics section{padding:18px 20px}.weather-metrics h2{margin-bottom:6px}.weather-metrics strong{font-size:26px}.weather-hero h1{font-size:36px}.section-heading{flex-direction:column;gap:4px}.weather-actions>.button{flex:1;justify-content:center}.weather-embed{padding:22px}.weather-widget .weather-metrics{grid-template-columns:1fr}.weather-widget .weather-metrics section{display:grid;grid-template-columns:100px 1fr}.weather-widget .weather-metrics p{grid-column:1/-1}.weather-widget .weather-wrap{padding:15px}.weather-footer{padding:22px 18px}.weather-intro>p:not(.eyebrow){font-size:17px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
.weather-nav>a{background:#112d44;padding:10px 14px;border-radius:12px}.hero-temperature strong span{letter-spacing:0;margin-left:6px}.operator-status{padding:24px;background:white;border:1px solid var(--line);border-radius:18px}
