:root {
  --navy: #15324f;
  --navy-deep: #0b2238;
  --teal: #008c95;
  --teal-bright: #19b9b1;
  --ice: #eef7f8;
  --ice-strong: #d9eff0;
  --white: #fff;
  --ink: #142b3d;
  --muted: #55707c;
  --line: #c4dce0;
  --shadow: 0 18px 45px rgba(11,34,56,.11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.6 Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ffc857; outline-offset: 3px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); border-radius: 8px; background: var(--white); color: var(--navy); padding: 10px 14px; font-weight: 900; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 290px 1fr auto; align-items: center; gap: 28px; }
.brand-crop { position: relative; display: block; width: 280px; height: 77px; overflow: hidden; }
.brand-crop img { position: absolute; width: 370px; max-width: none; left: -57px; top: -51px; }
.primary-nav { justify-self: end; display: flex; align-items: center; gap: 25px; }
.primary-nav a { color: var(--navy); font-size: .88rem; font-weight: 800; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--teal); }
.button, .primary-nav .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; background: var(--teal); color: var(--white); padding: 11px 19px; font-weight: 900; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--navy); box-shadow: 0 10px 24px rgba(11,34,56,.18); }
.button-dark { background: var(--navy); }
.button-light { background: var(--white); color: var(--navy); }
.menu-button { display: none; justify-self: end; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); font-size: 1.25rem; font-weight: 900; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--teal); font-weight: 800; }
.page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ice-strong), var(--ice)); }
.page-hero::after { content: ""; position: absolute; width: 370px; height: 370px; right: -150px; bottom: -230px; border: 70px solid rgba(0,140,149,.13); border-radius: 50%; }
.page-hero-inner { position: relative; z-index: 1; min-height: 430px; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 70px; padding-top: 55px; padding-bottom: 60px; }
.eyebrow { color: var(--teal); font-size: .76rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.page-hero h1 { max-width: 800px; margin: 15px 0 18px; color: var(--navy); font-size: clamp(3.2rem, 7vw, 6.7rem); font-weight: 950; letter-spacing: -.065em; line-height: .9; }
.page-hero p { max-width: 710px; margin: 0; color: var(--muted); font-size: 1.2rem; }
.hero-note { border-radius: 25px 25px 75px 25px; background: var(--navy); color: var(--white); padding: 32px; box-shadow: 14px 14px 0 var(--teal-bright); }
.hero-note strong { display: block; color: var(--teal-bright); font-size: 3.8rem; line-height: 1; }
.hero-note span { display: block; margin-top: 10px; font-weight: 800; }
.subnav { background: var(--navy); color: var(--white); }
.subnav-inner { display: flex; gap: 10px; align-items: center; overflow-x: auto; padding-top: 15px; padding-bottom: 15px; }
.subnav a { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 14px; font-size: .84rem; font-weight: 800; }
.subnav a:hover { background: var(--teal); border-color: var(--teal); }
.section { padding: 80px 0 86px; }
.section-tint { background: var(--ice); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(250px, 430px); align-items: end; gap: 40px; margin-bottom: 34px; }
.section-heading h2 { margin: 8px 0 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.055em; line-height: .95; }
.section-heading p { margin: 0; color: var(--muted); }
.story-grid, .directory-grid, .route-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.content-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(11,34,56,.06); }
.content-card img { width: 100%; height: 230px; object-fit: cover; }
.content-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.meta { color: var(--teal); font-size: .72rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.content-card h2, .content-card h3 { margin: 10px 0 12px; color: var(--navy); font-size: 1.65rem; line-height: 1.08; }
.content-card p { margin: 0; color: var(--muted); }
.card-link { display: inline-flex; align-self: flex-start; margin-top: auto; padding-top: 20px; border-bottom: 2px solid var(--teal); color: var(--navy); font-weight: 900; }
.feature-story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 520px; overflow: hidden; border-radius: 30px; background: var(--navy); box-shadow: var(--shadow); }
.feature-story img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,6vw,70px); color: var(--white); }
.feature-copy .meta { color: var(--teal-bright); }
.feature-copy h2 { margin: 14px 0 18px; font-size: clamp(2.5rem,4.5vw,4.5rem); letter-spacing: -.055em; line-height: .95; }
.feature-copy p { color: #d5e4e9; }
.feature-copy .button { align-self: flex-start; margin-top: 24px; }
.filters { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 12px; margin-bottom: 20px; padding: 18px; border-radius: 22px; background: var(--navy); }
.field { display: grid; gap: 4px; border-radius: 12px; background: var(--white); padding: 9px 13px; }
.field span { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-width: 0; height: 34px; border: 0; outline: 0; background: transparent; color: var(--navy); }
.results-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 22px 0 17px; }
.clear-button { border: 0; background: transparent; color: var(--teal); font-weight: 900; }
.directory-card { display: flex; min-height: 340px; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: var(--white); padding: 23px; box-shadow: 0 10px 27px rgba(11,34,56,.055); }
.directory-card[hidden] { display: none; }
.directory-card h2 { margin: 11px 0; color: var(--navy); font-size: 1.65rem; line-height: 1.08; }
.directory-card p { margin: 0; color: var(--muted); }
.next-up { margin-top: auto; padding: 15px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.next-up b { display: block; color: var(--navy); }
.small-button { align-self: flex-start; border: 1px solid var(--navy); border-radius: 999px; background: transparent; color: var(--navy); padding: 8px 12px; font-size: .82rem; font-weight: 900; }
.small-button:hover { background: var(--navy); color: var(--white); }
.details { margin-top: 13px; border-radius: 12px; background: var(--ice); padding: 13px; color: var(--muted); font-size: .84rem; }
.empty-state { display: none; border: 1px dashed var(--line); border-radius: 20px; padding: 40px; text-align: center; color: var(--muted); }
.empty-state.show { display: block; }
.submission-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 25px; border-radius: 22px; background: var(--navy); padding: 22px 25px; color: var(--white); }
.submission-banner p { margin: 0; font-size: 1.03rem; }
.submission-banner strong { color: var(--teal-bright); }
.submission-banner .button { flex: 0 0 auto; }
.submission-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; max-width: 980px; }
.form-section { grid-column: 1/-1; min-width: 0; margin: 0; border: 1px solid var(--line); border-radius: 22px; background: var(--white); padding: clamp(22px,4vw,34px); box-shadow: 0 10px 28px rgba(11,34,56,.045); }
.form-section legend { max-width: calc(100% - 24px); padding: 0 10px; color: var(--navy); font-size: clamp(1.35rem,3vw,1.8rem); font-weight: 950; line-height: 1.15; }
.form-section-intro { max-width: 760px; margin: 0 0 22px; color: var(--muted); }
.form-section-private { border-color: var(--teal); background: #f8fcfc; }
.form-section-confirmation { display: grid; gap: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid-spaced { margin-top: 24px; }
.public-contact-group.full { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 19px; }
.public-contact-group .field-help { display: block; margin: -5px 0 13px; }
.form-field { display: grid; gap: 6px; }
.form-field.full { grid-column: 1/-1; }
.form-field span { color: var(--navy); font-size: .82rem; font-weight: 900; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); padding: 13px 14px; }
.form-field textarea { min-height: 145px; resize: vertical; }
.field-help { color: var(--muted); font-size: .78rem; }
.group-label { display: block; margin-bottom: 9px; color: var(--navy); font-size: .82rem; font-weight: 900; }
.option-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.town-grid { grid-template-columns: repeat(5,1fr); }
.option-card { display: flex; min-height: 48px; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 12px; background: var(--ice); padding: 10px 12px; color: var(--navy); font-size: .82rem; font-weight: 800; cursor: pointer; }
.option-card:has(input:checked) { border-color: var(--teal); background: var(--ice-strong); box-shadow: inset 0 0 0 1px var(--teal); }
.option-card input { flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--teal); }
.form-error { margin: 9px 0 0; color: #a32323; font-size: .84rem; font-weight: 800; }
.form-consent { grid-column: 1/-1; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .88rem; }
.form-consent input { margin-top: 5px; }
.form-actions { grid-column: 1/-1; display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.form-actions small { color: var(--muted); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: none; max-width: 900px; border-left: 6px solid var(--teal); border-radius: 14px; background: var(--ice); padding: 22px; }
.form-success.show { display: block; }
.route-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(11,34,56,.06); }
.route-image { position: relative; height: 235px; }
.route-image img { width: 100%; height: 100%; object-fit: cover; }
.route-level { position: absolute; top: 14px; right: 14px; border-radius: 999px; background: var(--teal); color: var(--white); padding: 7px 11px; font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.route-body { padding: 22px; }
.route-body h2 { min-height: 58px; margin: 8px 0 18px; color: var(--navy); font-size: 1.68rem; line-height: 1.06; }
.route-stats { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.route-stats span { padding: 11px 3px; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.route-stats b { display: block; color: var(--navy); font-size: .92rem; }
.route-body .button { width: 100%; margin-top: 20px; }
.event-list { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.event { display: grid; grid-template-columns: 80px 80px 1fr auto; gap: 18px; align-items: center; min-height: 105px; padding: 17px 24px; border-bottom: 1px solid var(--line); }
.event:last-child { border-bottom: 0; }
.event-date { color: var(--teal); font-size: .78rem; font-weight: 950; letter-spacing: .06em; }
.event-time { color: var(--navy); font-weight: 900; }
.event-name strong { display: block; color: var(--navy); font-size: 1.08rem; }
.event-name small { color: var(--muted); }
.tag { border-radius: 999px; background: var(--ice); padding: 7px 11px; color: var(--navy); font-size: .72rem; font-weight: 900; }
.notice { margin-top: 24px; border-left: 5px solid var(--teal); background: var(--ice); padding: 17px 20px; color: var(--muted); }
.article-hero { padding: 55px 0 0; background: var(--ice); }
.article-head { max-width: 900px; padding-bottom: 46px; }
.article-head h1 { margin: 16px 0 22px; color: var(--navy); font-size: clamp(3rem,7vw,6.4rem); letter-spacing: -.065em; line-height: .92; }
.standfirst { max-width: 800px; margin: 0; color: var(--muted); font-size: 1.3rem; }
.article-image { width: min(1240px,100%); height: min(590px,55vw); min-height: 350px; margin-inline: auto; object-fit: cover; border-radius: 30px 30px 0 0; }
.article-shell { display: grid; grid-template-columns: minmax(0,720px) 280px; gap: 80px; padding-top: 65px; padding-bottom: 90px; }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin: 2.2em 0 .6em; color: var(--navy); font-size: 2rem; line-height: 1.1; }
.article-body p { color: #405c69; }
.article-body blockquote { margin: 40px 0; border-left: 8px solid var(--teal); padding-left: 24px; color: var(--navy); font-size: clamp(1.7rem,3.4vw,2.8rem); font-weight: 900; line-height: 1.15; }
.article-aside { align-self: start; position: sticky; top: 115px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); padding: 22px; }
.article-aside h2 { margin: 8px 0 12px; color: var(--navy); font-size: 1.3rem; }
.article-aside p { color: var(--muted); font-size: .88rem; }
.cta-band { background: var(--teal); color: var(--white); }
.cta-band-inner { min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 40px; padding-bottom: 40px; }
.cta-band h2 { max-width: 680px; margin: 0; font-size: clamp(2.2rem,4.5vw,4.2rem); letter-spacing: -.05em; line-height: .97; }
.site-footer { background: var(--navy-deep); color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 45px; padding-top: 32px; padding-bottom: 34px; }
.footer-logo { position: relative; width: 255px; height: 75px; overflow: hidden; border-radius: 10px; background: var(--white); }
.footer-logo img { position: absolute; width: 340px; max-width: none; left: -52px; top: -46px; }
.site-footer p { max-width: 540px; margin: 0; color: #aac0ca; font-size: .84rem; }
.site-footer small { color: #8ea9b4; }
.toast { position: fixed; z-index: 60; right: 18px; bottom: 18px; max-width: 340px; transform: translateY(150%); border-radius: 14px; background: var(--navy-deep); color: var(--white); padding: 14px 18px; box-shadow: var(--shadow); transition: transform .25s; }
.toast.show { transform: none; }
@media (max-width: 980px) {
  .header-inner { grid-template-columns: 275px 1fr; }
  .primary-nav { position: fixed; inset: 89px 0 auto; display: none; justify-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--white); padding: 12px 20px 22px; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 14px 5px; border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 12px; border-bottom: 0; }
  .menu-button { display: inline-grid; place-items: center; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 35px; }
  .hero-note { max-width: 340px; }
  .story-grid, .directory-grid, .route-grid { grid-template-columns: repeat(2,1fr); }
  .option-grid, .town-grid { grid-template-columns: repeat(2,1fr); }
  .feature-story { grid-template-columns: 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }
  .article-shell { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { position: static; }
  .footer-inner { grid-template-columns: 260px 1fr; }
  .site-footer small { grid-column: 1/-1; }
}
@media (max-width: 650px) {
  .wrap { width: min(100% - 30px,1120px); }
  .header-inner { min-height: 78px; grid-template-columns: 225px 1fr; }
  .brand-crop { width: 220px; height: 70px; }
  .brand-crop img { width: 310px; left: -48px; top: -40px; }
  .primary-nav { inset: 79px 0 auto; }
  .page-hero-inner { min-height: auto; padding-top: 42px; padding-bottom: 48px; }
  .page-hero h1 { font-size: clamp(3rem,15vw,4.8rem); }
  .hero-note { margin-right: 10px; padding: 25px; box-shadow: 9px 9px 0 var(--teal-bright); }
  .section { padding: 62px 0 68px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .story-grid, .directory-grid, .route-grid, .filters { grid-template-columns: 1fr; }
  .feature-copy { padding: 38px 24px 44px; }
  .event { grid-template-columns: 58px 1fr; gap: 3px 14px; }
  .event-time { grid-column: 1; }
  .event-name { grid-column: 2; grid-row: 1/3; }
  .event .tag { display: none; }
  .article-hero { padding-top: 38px; }
  .article-image { min-height: 300px; height: 75vw; border-radius: 20px 20px 0 0; }
  .article-shell { padding-top: 45px; padding-bottom: 65px; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .submission-banner { align-items: flex-start; flex-direction: column; }
  .submission-form, .form-grid { grid-template-columns: 1fr; }
  .form-field.full, .form-consent, .form-actions { grid-column: 1; }
  .option-grid, .town-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms!important; } }
