:root { font-family: "Helvetica Neue", Arial, sans-serif; color: #182d43; background: #f6f3ea; line-height: 1.7; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #0039a6; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #e9a400; outline-offset: 5px; }
header { background: #102c4a; color: white; padding: 22px max(24px, calc((100% - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header a { color: white; }
.brand { font-weight: 750; text-decoration: none; display: flex; align-items: center; gap: 12px; line-height: 1.3; }
.brand span { background: #0039a6; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; font-size: 26px; }
nav { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14px; }
nav a { padding: 8px 0; }
main { max-width: 840px; padding: 56px 24px 64px; margin: auto; }
.eyebrow { color: #6b5834; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
h1 { font-size: clamp(34px, 6vw, 58px); line-height: 1.08; letter-spacing: -.04em; margin: 18px 0 24px; max-width: 760px; }
.intro { font-size: 21px; line-height: 1.6; color: #43546a; border-bottom: 4px solid #e8b342; padding-bottom: 28px; }
h2 { margin: 40px 0 12px; font-size: 25px; line-height: 1.3; }
h3 { margin-top: 28px; line-height: 1.4; }
p { margin: 12px 0; }
li { margin: 9px 0; }
.cta { display: inline-block; padding: 12px 20px; margin: 12px 0; background: #0039a6; color: white; text-decoration: none; border-radius: 4px; font-weight: 700; }
.years { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.years li { background: white; border: 1px solid #d9d5ca; padding: 20px; margin: 0; }
.years a { font-weight: 700; }
.years p { font-size: 14px; }
.stations { columns: 2; }
.stations li { break-inside: avoid; }
footer { border-top: 1px solid #d9d5ca; max-width: 792px; margin: auto; padding: 24px; color: #43546a; font-size: 14px; }
.skip { position: absolute; top: -100px; background: white; padding: 12px; }
.skip:focus { top: 0; }
@media (max-width: 620px) { header { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px 24px; } main { padding-top: 28px; } .years { grid-template-columns: 1fr; } .stations { columns: 1; } .intro { font-size: 18px; } }
