:root{--navy:#092f49;--blue:#087ca7;--teal:#0b7f78;--sand:#f7f1e5;--white:#fff;--ink:#18313f;--muted:#566a74;--yellow:#ffd166;--line:#d9e5e9}
*{box-sizing:border-box}
html{font-size:18px;scroll-behavior:smooth}
body{margin:0;background:var(--sand);color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;line-height:1.7}
a{color:var(--blue)}
a:focus-visible{outline:4px solid var(--yellow);outline-offset:4px}
.skip-link{position:absolute;left:-9999px;top:1rem;background:var(--white);padding:.7rem 1rem;z-index:100}
.skip-link:focus{left:1rem}
.site-header{background:var(--white);border-bottom:1px solid var(--line)}
.nav-wrap{width:min(1120px,calc(100% - 2rem));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:92px}
.brand img{display:block;width:150px;height:auto;max-height:80px;object-fit:contain}
nav{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}
nav a{color:var(--navy);font-weight:700;text-decoration:none;padding:.55rem .7rem;border-radius:.45rem}
nav a:hover,nav a[aria-current="page"]{background:#eaf6f8}
nav .nav-cta{background:var(--navy);color:var(--white);padding:.65rem 1rem}
main{width:min(900px,calc(100% - 2rem));margin:clamp(2rem,6vw,4.5rem) auto}
.back-link{display:inline-block;margin-bottom:1.5rem;font-weight:700;text-decoration:none}
.article-hero{background:linear-gradient(135deg,var(--navy),#075f76);color:var(--white);padding:clamp(2rem,7vw,4.5rem);border-radius:24px;box-shadow:0 18px 45px rgba(9,47,73,.18)}
.eyebrow{margin:0 0 .65rem;color:#08766f;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.article-hero .eyebrow,.ride-card .eyebrow{color:#9ce8df}
h1,h2{font-family:Georgia,"Times New Roman",serif;line-height:1.1;color:var(--navy)}
h1{margin:.15rem 0 1rem;color:var(--white);font-size:clamp(2.4rem,7vw,4.7rem);letter-spacing:-.035em}
h2{margin:.1rem 0 1rem;font-size:clamp(1.65rem,4vw,2.35rem)}
.date{margin:0 0 1.5rem;color:#d4edf2;font-weight:700}
.intro{max-width:700px;margin:0;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.55}
.conditions,.content-card,.ride-card{margin-top:1.5rem;background:var(--white);border:1px solid var(--line);border-radius:20px;padding:clamp(1.5rem,5vw,2.8rem)}
.conditions{border-top:7px solid var(--teal)}
.weather-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0 1rem}
.weather-grid div{background:#edf7f7;border-radius:14px;padding:1.1rem;text-align:center}
.weather-grid dt{color:var(--muted);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.weather-grid dd{margin:.2rem 0 0;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:700;line-height:1.1}
.source-note{margin:1rem 0 0;color:var(--muted);font-size:.88rem}
.content-card p:last-child{margin-bottom:0}
.ride-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--navy);color:var(--white)}
.ride-card h2{color:var(--white)}
.ride-card p{margin-bottom:0}
.call-button{flex:0 0 auto;display:inline-block;background:var(--yellow);color:var(--navy);border-radius:999px;padding:.9rem 1.2rem;font-weight:800;text-decoration:none;text-align:center}
.call-button:hover{background:#ffe39b}
footer{padding:2rem 1rem;background:var(--navy);color:#d4edf2;text-align:center}
footer p{margin:0}
@media(max-width:720px){html{font-size:17px}.nav-wrap{align-items:flex-start;flex-direction:column;padding:1rem 0}.brand img{width:130px}nav{width:100%;gap:.15rem}nav a{padding:.45rem .55rem;font-size:.9rem}.article-hero{border-radius:16px}.weather-grid{grid-template-columns:1fr}.ride-card{align-items:stretch;flex-direction:column}.call-button{width:100%}}
@media(max-width:400px){main,.nav-wrap{width:min(100% - 1.25rem,900px)}nav a{font-size:.82rem}.article-hero,.conditions,.content-card,.ride-card{padding:1.25rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
