:root { --ink:#173b36; --text:#364842; --muted:#62716b; --green:#266b55; --mint:#edf4ef; --orange:#b44d27; --line:#dde5df; --paper:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { margin:0; background:var(--paper); color:var(--text); font-family:'DM Sans','Segoe UI',sans-serif; font-size:15px; line-height:1.6; }
a { color:inherit; text-decoration:none; }
a:hover { color:var(--orange); }
button,select { font:inherit; }
button,a,select { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:3px solid #168594; outline-offset:4px; }
h1,h2,h3,p { margin:0; }
h1,h2,h3 { color:var(--ink); font-family:Fraunces,Georgia,serif; font-weight:600; line-height:1.2; letter-spacing:0; }
img { display:block; max-width:100%; }
.wrap { width:min(1240px,calc(100% - 80px)); margin-inline:auto; }
.header { background:#f7ede7; }
.navigation { display:flex; justify-content:space-between; align-items:center; min-height:62px; gap:20px; border-bottom:1px solid #dfd8d1; }
.nav-note { display:flex; align-items:center; gap:10px; font-size:12px; font-weight:600; color:#705e50; }
.sun-mark { width:13px; height:13px; display:inline-block; background:#d6773d; border-radius:50%; }
.nav-links { display:flex; gap:32px; height:62px; align-items:stretch; }
.nav-links a { display:flex; align-items:center; font-size:14px; font-weight:700; border-bottom:3px solid transparent; padding-top:3px; }
.nav-links a[aria-current] { border-color:var(--orange); }
.illustration { height:270px; display:flex; justify-content:center; overflow:hidden; }
.illustration img { width:auto; height:100%; max-width:none; object-fit:contain; }
.finder-band { background:var(--mint); border-block:1px solid #dbe6dd; }
.finder { display:grid; grid-template-columns:1.35fr 1fr 1fr 1fr auto; align-items:end; gap:20px; padding-block:23px; }
.eyebrow { color:var(--green); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0; display:block; margin-bottom:9px; }
.finder-title .eyebrow { margin-bottom:5px; }
.finder h1 { font-size:27px; white-space:nowrap; }
.finder label { color:var(--muted); font-size:11px; font-weight:600; }
.finder select { margin-top:5px; background:white; color:var(--ink); width:100%; min-height:42px; padding:8px 10px; border:1px solid #c8d5cc; border-radius:4px; font-size:13px; color-scheme:light; }
.finder option { color:var(--ink); background:#fff; }
.primary { background:var(--green); border:1px solid var(--green); color:#fff; padding:10px 17px; min-height:42px; border-radius:4px; font-size:13px; font-weight:700; cursor:pointer; white-space:nowrap; }
.primary span { margin-left:12px; }
.primary:hover { background:#174d3d; }
.content-grid { display:grid; grid-template-columns:1fr 2fr 2fr; gap:36px; padding-block:44px 50px; }
.section-heading { margin-bottom:25px; }
.section-heading h2 { font-size:26px; }
.heading-row { display:flex; align-items:end; justify-content:space-between; gap:12px; }
.all-link { font-size:11px; font-weight:700; white-space:nowrap; padding-bottom:4px; color:var(--green); }
.all-link span { margin-left:5px; }
.news { border-right:1px solid var(--line); padding-right:25px; }
.news-item { position:relative; padding:0 0 24px 13px; margin-bottom:22px; border-bottom:1px solid var(--line); }
.news-dot { position:absolute; top:7px; left:0; width:5px; height:5px; border-radius:50%; background:var(--green); }
.news-dot.orange { background:var(--orange); }
.news-label { color:var(--muted); font-size:10px; text-transform:uppercase; }
.news-item h3 { font-size:18px; margin:8px 0 10px; }
.news-item p { color:var(--muted); font-size:12px; line-height:1.7; }
.news-item a { display:block; margin-top:13px; font-size:11px; color:var(--green); font-weight:700; }
.note { padding:4px 0; }
.note-rule { display:block; width:32px; height:3px; background:#cf7e4b; margin-bottom:17px; }
.note p { font:500 18px/1.5 Fraunces,Georgia,serif; color:#5f7467; }
.note em { color:var(--ink); }
.story-image { display:block; position:relative; width:300px; max-width:100%; }
.story-image img { width:100%; height:auto; aspect-ratio:300/174; object-fit:cover; border-radius:5px; }
.image-label { position:absolute; bottom:10px; left:10px; padding:3px 8px; background:#fff; color:var(--ink); border-radius:2px; font-size:10px; font-weight:600; }
.story-meta { display:flex; flex-wrap:wrap; align-items:center; gap:12px; font-size:10px; color:var(--muted); margin:15px 0 9px; }
.story-meta > span { color:var(--orange); font-weight:700; text-transform:uppercase; }
.lead-story h3 { font-size:30px; margin-bottom:13px; }
.lead-story p { color:#5b6963; font-size:13px; max-width:360px; line-height:1.75; }
.text-link { display:inline-block; color:var(--green); font-size:12px; font-weight:700; margin-top:17px; }
.text-link span { margin-left:12px; }
.small-story { margin-top:26px; padding-top:23px; border-top:1px solid var(--line); display:grid; grid-template-columns:90px 1fr; gap:15px; }
.small-story img { width:90px; height:88px; object-fit:cover; border-radius:4px; }
.small-story .story-meta { margin-top:0; gap:7px; }
.small-story h3 { font-size:19px; margin-bottom:8px; }
.small-story p { font-size:12px; color:var(--muted); }
.route { padding:20px 0; border-bottom:1px solid var(--line); }
.route:first-child { padding-top:0; }
.route > a { display:grid; grid-template-columns:100px minmax(0,1fr); gap:17px; }
.route-photo { overflow:hidden; border-radius:5px; width:100px; height:112px; }
.route-photo img { height:100%; width:100%; object-fit:cover; transition:transform .2s; }
.route a:hover img { transform:scale(1.04); }
.route-region { font-size:10px; color:var(--muted); }
.route h3 { font-size:21px; margin:5px 0 12px; }
.route-bottom { display:flex; gap:8px; justify-content:space-between; align-items:center; flex-wrap:wrap; }
.distance { color:var(--green); font-size:10px; }
.distance strong { font-size:18px; font-weight:600; }
.route-action { font-size:10px; color:var(--green); }
.catalog-link { display:flex; justify-content:space-between; align-items:center; color:var(--green); font-size:13px; font-weight:700; margin-top:19px; padding-bottom:17px; border-bottom:2px solid var(--green); }
.map-note { display:flex; align-items:center; gap:18px; background:var(--mint); margin-top:28px; padding:20px; }
.map-note-line { width:3px; align-self:stretch; background:#7eac8c; }
.map-note p { font-size:12px; color:#58705e; }
.map-note strong { font-weight:500; color:var(--ink); }
.result-count { font-size:12px; color:var(--green); padding-bottom:15px; }
.empty-results h3 { font-size:21px; margin:20px 0 10px; }
.empty-results p { font-size:13px; }
.reset-filter { background:none; border:0; border-bottom:1px solid var(--green); color:var(--green); cursor:pointer; font-size:12px; padding:0; margin-top:15px; }
[hidden] { display:none !important; }
.photo-band { background:#edf4f1; border-block:1px solid #dbe6df; }
.photo-content { display:grid; grid-template-columns:1.1fr repeat(3,1fr); gap:24px; padding-block:34px; align-items:center; }
.photo-intro h2 { font-size:25px; margin-bottom:12px; }
.photo-intro p { color:var(--muted); font-size:13px; }
.photo-button { padding:0; border:0; background:none; text-align:left; cursor:pointer; min-width:0; max-width:300px; }
.photo-button img { width:100%; aspect-ratio:5/3; height:auto; object-fit:cover; border-radius:4px; }
.photo-button span { display:block; font-size:11px; color:var(--green); margin-top:8px; }
.footer { min-height:94px; display:flex; align-items:center; gap:28px; color:var(--muted); font-size:12px; }
.footer-name { font:600 22px Fraunces,Georgia,serif; color:var(--ink); }
.footer a { margin-left:auto; }
.lightbox { padding:30px 60px; border:0; border-radius:6px; background:#14241f; color:#fff; width:min(1000px,95vw); max-height:94dvh; }
.lightbox::backdrop { background:rgba(12,25,21,.85); }
.lightbox figure { margin:0; text-align:center; }
.lightbox figure img { max-height:75dvh; max-width:100%; margin:auto; object-fit:contain; }
.lightbox figcaption { padding-top:12px; font-size:14px; }
.lightbox button { position:absolute; background:#14241f; color:white; border:1px solid #708278; border-radius:50%; width:36px; height:36px; font-size:24px; line-height:1; cursor:pointer; }
.close { top:8px; right:8px; }
.previous { left:10px; top:48%; }
.next { right:10px; top:48%; }
@media (min-width:1600px) { .illustration { height:300px; } }
@media (max-width:1100px) {
  .wrap { width:calc(100% - 48px); }
  .content-grid { gap:24px; grid-template-columns:160px minmax(0,1fr) minmax(0,1fr); }
  .section-heading h2 { font-size:23px; }
  .finder { gap:12px; }
  .finder h1 { font-size:23px; }
  .route > a { grid-template-columns:78px minmax(0,1fr); gap:12px; }
  .route-photo { width:78px; height:112px; }
  .route h3 { font-size:19px; }
}
@media (max-width:850px) {
  .nav-note { display:none; }
  .navigation { justify-content:center; }
  .illustration { height:auto; }
  .illustration img { width:100%; height:auto; max-width:100%; }
  .finder { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .finder-title { grid-column:1/3; }
  .primary { grid-column:3; grid-row:1; }
  .content-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .news { grid-column:1/-1; grid-row:2; display:grid; grid-template-columns:1fr 1fr 1fr; gap:24px; padding:24px 0 0; border-right:0; border-top:1px solid var(--line); }
  .news-item { border-bottom:0; margin:0; }
  .note { display:none; }
  .photo-content { grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
  .photo-intro { grid-column:1/-1; }
}
@media (max-width:560px) {
  .wrap { width:calc(100% - 36px); }
  .navigation { min-height:54px; }
  .nav-links { gap:24px; height:54px; }
  .nav-links a { font-size:12px; }
  .finder { grid-template-columns:1fr 1fr; gap:12px; padding-block:20px; }
  .finder-title { grid-column:1/-1; }
  .finder label:nth-of-type(3) { grid-column:1; }
  .primary { grid-column:2; grid-row:3; }
  .finder h1 { font-size:26px; }
  .content-grid { display:flex; flex-direction:column; gap:36px; padding-top:28px; }
  .stories { order:0; }
  .maps { order:1; }
  .news { order:2; display:block; padding-top:22px; }
  .news-item { margin-bottom:22px; }
  .section-heading { margin-bottom:20px; }
  .section-heading h2 { font-size:27px; }
  .story-image { width:300px; }
  .route > a { grid-template-columns:92px minmax(0,1fr); gap:16px; }
  .route-photo { width:92px; height:105px; }
  .route h3 { font-size:22px; }
  .photo-content { grid-template-columns:1fr 1fr; }
  .photo-intro { grid-column:1/-1; }
  .photo-button:last-child { display:none; }
  .footer { flex-wrap:wrap; gap:8px 20px; padding-block:24px; }
  .footer p { flex-basis:100%; order:3; }
  .footer-name { font-size:20px; }
  .lightbox { padding:45px 38px 22px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .route-photo img { transition:none; } }
