.route-page { background: var(--paper); color: var(--ink); }
.route-page [hidden] { display: none !important; }
.layout-wide { width: min(100% - 48px, 1440px); margin-inline: auto; }
.route-breadcrumbs { display: flex; align-items: center; gap: 9px; padding-block: 15px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.route-breadcrumbs a { color: var(--wine); text-decoration: none; }
.route-breadcrumbs a:hover { color: var(--forest); }
.route-breadcrumbs span[aria-current="page"] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.route-hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
}

.route-hero-copy {
  display: flex;
  width: min(100%, 1440px);
  min-width: 0;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(52px, 6vw, 88px) max(24px, 6vw);
}

.route-hero h1,
.route-page h2 {
  margin: 0;
  font-weight: 450;
  letter-spacing: -.06em;
  line-height: .88;
  text-transform: uppercase;
}

.route-page h2 { font-size: var(--display-section); }
.route-page h2 em {
  color: var(--wine);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.04em;
  text-transform: none;
}

.route-hero h1 {
  max-width: 780px;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: var(--display-detail);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .94;
  overflow-wrap: anywhere;
  text-transform: none;
}

.route-tagline {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: var(--lead-size);
  line-height: 1.42;
}

.route-hero-actions { display: flex; width: 100%; max-width: 570px; gap: 8px; margin-top: 30px; }
.route-hero-actions a,
.route-final-cta > a { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.route-download,
.route-final-cta > a { flex: 1; background: var(--wine); color: #fff; }
.route-download:hover,
.route-final-cta > a:hover { background: var(--forest); }
.route-osm-link { border: 1px solid var(--line); color: var(--wine); }
.route-osm-link:hover { border-color: var(--wine); }

.route-facts { border-bottom: 1px solid var(--wine-dark); background: var(--wine-dark); color: #fff; }
.route-facts dl { display: grid; max-width: 1440px; margin: 0 auto; grid-template-columns: repeat(6, 1fr); }
.route-facts dl > div { min-width: 0; padding: 20px clamp(12px, 2vw, 28px); border-right: 1px solid rgba(255,255,255,.18); }
.route-facts dt,
.character-grid span,
.connections-card > span,
.route-sections article > span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.route-facts dd { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(16px, 1.65vw, 24px); letter-spacing: -.025em; overflow-wrap: anywhere; }

.route-story,
.route-sources { display: grid; padding-block: var(--section-space); grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(44px, 7vw, 110px); }
.route-page h2 { color: var(--wine-dark); }
.route-prose p,
.route-sources > div:last-child > p { margin: 0 0 26px; font-family: var(--serif); font-size: var(--lead-size); line-height: 1.52; }
.route-prose p:first-child::first-letter { float: left; margin: .06em .12em 0 0; color: var(--wine); font-family: var(--serif); font-size: 4em; line-height: .72; }
.route-story > #route-source-note { grid-column: 2; }
.route-data-note { margin-top: 8px; padding: 18px 20px; border: 1px solid #b7aca0; background: var(--paper-strong); color: var(--muted); }
.route-data-note > p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .06em; line-height: 1.55; text-transform: uppercase; }
.route-source-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 14px 0 0; padding: 0; list-style: none; }
.route-source-links li { display: flex; align-items: baseline; gap: 6px; }
.route-source-links a { color: var(--wine); font-family: var(--serif); font-size: 12px; text-underline-offset: 3px; }
.route-source-links small { color: var(--muted); font-family: var(--serif); font-size: 9px; }

.route-visuals { padding: clamp(24px, 4vw, 52px) 0 var(--section-space); }
.route-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.route-section-heading .kicker { flex: 0 0 auto; }
.route-section-heading h2 { max-width: 1050px; text-align: right; }
.route-map-shell { border: 1px solid #a99e92; background: #d7d4ca; }
.route-map-stage { position: relative; overflow: hidden; background: #d7d4ca; }
#route-map { height: min(68svh, 760px); min-height: 500px; }
.route-map-preview { position: absolute; z-index: 2; inset: 0; margin: 0; background: #d7d4ca; }
.route-map-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.route-map-preview figcaption { position: absolute; bottom: 12px; left: 12px; max-width: min(70%, 620px); padding: 7px 10px; background: rgba(245, 240, 231, .92); color: var(--wine-dark); font-family: var(--serif); font-size: 10px; line-height: 1.35; }
.route-map-preview figcaption a { color: inherit; text-underline-offset: 2px; }
.route-map-activate { position: absolute; z-index: 3; top: 50%; left: 50%; min-height: 48px; border: 1px solid rgba(255,255,255,.72); padding: 13px 19px; background: var(--wine-dark); color: #fff; cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .1em; transform: translate(-50%, -50%); }
.route-map-activate:hover,
.route-map-activate:focus-visible { background: var(--forest); }
.route-map-activate:disabled { cursor: wait; opacity: .78; }
.route-map-stage.is-interactive .route-map-preview,
.route-map-stage.is-interactive .route-map-activate { display: none; }
.route-map-caption { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; border-top: 1px solid #a99e92; background: var(--paper-strong); color: var(--wine); font-family: var(--serif); font-size: 11px; font-style: italic; }

.elevation-card { margin-top: 18px; padding: clamp(22px, 3vw, 42px); background: var(--wine-dark); color: #fff; }
.elevation-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.elevation-heading span { font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.elevation-heading small { display: block; margin-top: 8px; color: #bca9a0; font-family: var(--serif); font-style: italic; }
.elevation-heading strong { color: #f0d7c3; font-family: var(--serif); font-size: clamp(20px, 3vw, 38px); font-weight: 400; }
#elevation-chart { display: block; width: 100%; height: 280px; margin-top: 24px; overflow: visible; }
.elevation-axis { display: flex; justify-content: space-between; color: #b8a59c; font-size: 9px; }
.elevation-area { fill: rgba(235, 205, 183, .12); }
.elevation-line { fill: none; stroke: #efd3bd; stroke-width: 3; vector-effect: non-scaling-stroke; }
.elevation-grid { stroke: rgba(255,255,255,.12); stroke-width: 1; vector-effect: non-scaling-stroke; }
.elevation-break { stroke: rgba(243,106,43,.9); stroke-dasharray: 5 5; stroke-width: 1.5; vector-effect: non-scaling-stroke; }

.route-character,
.route-course,
.route-discover,
.route-sources { border-top: 1px solid var(--line); }
.route-character,
.route-course { padding-block: var(--section-space); }
.character-grid { display: grid; border-top: 1px solid #bdb2a6; border-left: 1px solid #bdb2a6; grid-template-columns: repeat(3, 1fr); }
.character-grid article { min-height: 210px; padding: clamp(24px, 4vw, 48px); border-right: 1px solid #bdb2a6; border-bottom: 1px solid #bdb2a6; background: var(--paper-strong); }
.character-grid span,
.route-sections article > span { color: var(--wine); }
.character-grid p { margin: 0; font-family: var(--serif); font-size: clamp(17px, 1.9vw, 26px); line-height: 1.45; }
.character-grid article.character-data-card { min-height: 390px; }
.character-breakdown { margin: 0; }
.character-breakdown-headline { display: flex; min-height: 94px; align-items: flex-end; gap: 16px; margin: 4px 0 22px; }
.character-breakdown-headline strong { color: var(--wine-dark); font-family: var(--serif); font-size: clamp(58px, 6vw, 92px); font-weight: 400; letter-spacing: -.065em; line-height: .78; }
.character-breakdown-headline strong small { margin-left: 3px; font-family: var(--sans); font-size: .27em; font-weight: 700; letter-spacing: 0; }
.character-breakdown-headline > span { max-width: 190px; padding-bottom: 2px; color: var(--ink); font-family: var(--serif); font-size: clamp(14px, 1.25vw, 18px); font-style: italic; line-height: 1.15; }
.character-breakdown-bar { display: flex; height: 14px; overflow: hidden; background: var(--paper-deep); }
.character-breakdown-bar > i { min-width: 3px; border-right: 2px solid var(--paper-strong); }
.character-breakdown-bar > i:last-child { border-right: 0; }
.character-series-1 { background: var(--wine); }
.character-series-2 { background: var(--forest); }
.character-series-3 { background: var(--rust); }
.character-series-4 { background: #b59c84; }
.character-breakdown-legend { margin: 18px 0 0; }
.character-breakdown-legend > div { display: grid; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--line); grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
.character-breakdown-legend dt { display: flex; min-width: 0; align-items: baseline; gap: 9px; color: #514944; font-family: var(--serif); font-size: 13px; line-height: 1.25; }
.character-breakdown-legend dt i { width: 7px; height: 7px; flex: 0 0 auto; }
.character-breakdown-legend dd { margin: 0; color: var(--wine-dark); font-size: 10px; font-weight: 700; letter-spacing: .05em; white-space: nowrap; }
.character-breakdown figcaption { margin-top: 12px; color: var(--muted); font-family: var(--serif); font-size: 10px; font-style: italic; line-height: 1.35; }
.character-grid .character-signage { display: grid; grid-column: 1 / -1; min-height: 0; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); grid-template-rows: auto 1fr; gap: 12px clamp(36px, 7vw, 110px); }
.character-signage > span { grid-column: 1; grid-row: 1; }
.character-signage > p { grid-column: 1; grid-row: 2; }
.character-signage figure { width: min(100%, 420px); margin: 0; grid-column: 2; grid-row: 1 / span 2; }
.character-signage figure[hidden] { display: none; }
.character-signage img { display: block; width: 100%; aspect-ratio: 3 / 4; border: 1px solid #bdb2a6; object-fit: cover; }
.character-signage img.is-signet { padding: clamp(28px, 5vw, 70px); background: #d8c9bb; object-fit: contain; }
.character-signage figcaption { margin-top: 10px; color: var(--muted); font-family: var(--serif); font-size: 10px; line-height: 1.45; }
.character-signage figcaption:empty { display: none; }
.character-signage figcaption a { color: inherit; }
.route-signage-fallback { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; align-content: center; border: 1px solid #bdb2a6; background: var(--paper-deep); gap: 18px; }
.route-signage-fallback strong { display: grid; min-width: 152px; min-height: 152px; place-items: center; border: 1px solid rgba(255,255,255,.5); outline: 1px solid var(--wine-dark); outline-offset: 6px; background: var(--wine-dark); color: var(--paper-strong); font-family: var(--serif); font-size: clamp(52px, 7vw, 96px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.route-signage-fallback span { margin: 0; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.route-signage-current { display: inline-block; margin-top: 15px; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.route-signage-current::after { content: " ↗"; }
.route-signage-current:hover { color: var(--forest); }

.route-sections { border-top: 1px solid #bdb2a6; }
.route-sections article { display: grid; padding: 30px 0; border-bottom: 1px solid #bdb2a6; grid-template-columns: 50px minmax(220px, .7fr) minmax(260px, 1.3fr); gap: 24px; }
.route-sections h3 { margin: 0 0 8px; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(23px, 2.3vw, 36px); font-weight: 400; letter-spacing: -.035em; }
.route-sections h3 + p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.route-sections article > p { margin: 0; font-family: var(--serif); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.55; }

.route-discover { display: grid; padding-block: var(--section-space); grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 60px; }
.highlight-grid { display: grid; margin-top: 54px; border: 1px solid #bdb2a6; background: #bdb2a6; grid-template-columns: repeat(2, 1fr); gap: 1px; }
.highlight-grid article { min-height: 190px; padding: 28px; background: var(--paper-strong); }
.highlight-grid h3 { margin: 0 0 14px; color: var(--wine-dark); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.highlight-grid p { margin: 0; color: #645b54; font-family: var(--serif); line-height: 1.55; }
.connections-card { align-self: end; padding: 30px; background: var(--forest); color: #fff; }
.connections-card > div { display: flex; flex-wrap: wrap; gap: 8px; }
.connections-card a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.44); color: inherit; font-family: var(--serif); font-size: 10px; font-style: italic; text-decoration: none; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.connections-card a::after { content: "\2192"; font-family: var(--sans); font-size: 9px; font-style: normal; }
.connections-card a:hover { border-color: var(--paper-strong); background: var(--paper-strong); color: var(--forest); }
.connections-card a:focus-visible { outline: 2px solid var(--paper-strong); outline-offset: 3px; }

.route-sources > div:last-child { align-self: end; }
.route-sources ul { margin: 42px 0 0; padding: 0; list-style: none; }
.route-sources li { border-top: 1px solid #b7aca0; }
.route-sources li:last-child { border-bottom: 1px solid #b7aca0; }
.route-sources li a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.route-sources li a:hover { color: var(--forest); }
.route-sources li small { color: var(--muted); font-family: var(--serif); font-weight: 400; text-align: right; }
.route-updated { margin-top: 22px !important; color: var(--muted); font-size: 11px !important; font-style: italic; }
.route-editorial-note { display: block; margin-top: 26px; padding-top: 16px; border-top: 1px solid #b7aca0; color: var(--muted); font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }

.route-final-cta { padding: var(--section-space) 20px; background: var(--wine-dark); color: #fff; text-align: center; }
.route-final-cta .kicker { color: #d9c4b8; }
.route-final-cta h2 { color: #fff; font-size: var(--display-section); }
.route-final-cta h2 em { color: #efd3bd; }
.route-final-cta > a { width: min(100%, 440px); margin: 32px auto 20px; border: 1px solid #ead5c8; background: transparent; }
.route-final-cta > p:last-child { color: #cdbab0; font-family: var(--serif); font-style: italic; }

/* Route catalog */
.catalog-hero {
  display: grid;
  min-height: 0;
  align-items: center;
  padding: clamp(30px, 3.8vw, 52px) max(24px, 5vw);
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(36px, 5vw, 80px);
}
.catalog-hero-copy { min-width: 0; }
.catalog-hero-copy .kicker { margin-bottom: 12px; }
.catalog-hero h1 { max-width: 680px; margin: 0; color: var(--wine-dark); font-size: clamp(48px, 5vw, 78px); font-weight: 450; letter-spacing: -.06em; line-height: .83; text-transform: uppercase; }
.catalog-hero h1 em { color: var(--wine); font-family: var(--serif); font-size: .92em; font-style: italic; font-weight: 400; letter-spacing: -.045em; text-transform: none; }
.catalog-hero-copy > p:last-child { max-width: 500px; margin: 18px 0 0; color: #655d56; font-family: var(--serif); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.42; }
.catalog-list { padding-block: clamp(36px, 4vw, 60px); scroll-margin-top: 24px; }
.catalog-results-heading { display: grid; align-items: end; margin-bottom: 20px; grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); gap: 38px; }
.catalog-results-heading h1,
.catalog-results-heading h2 { margin: 0; color: var(--wine-dark); font-size: clamp(40px, 4vw, 60px); font-weight: 450; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.catalog-results-heading h1 em { color: var(--wine); font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; }
.catalog-results-heading > p { max-width: 390px; margin: 0 0 2px; color: var(--muted); font-family: var(--serif); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.42; }
.catalog-search { min-width: 0; margin: 0; border: 1px solid #a99d91; padding: clamp(20px, 2.4vw, 28px); background: var(--paper-strong); }
.catalog-search > .kicker { margin-bottom: 16px; }
.catalog-search > label { display: block; margin-bottom: 10px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.catalog-search-field { display: grid; min-height: 56px; border: 1px solid #95887d; background: var(--paper); grid-template-columns: minmax(0, 1fr) auto; }
.catalog-search-field:focus-within { border-color: var(--wine); box-shadow: 0 0 0 2px rgba(103, 58, 52, .14); }
.catalog-search input { min-width: 0; border: 0; outline: 0; padding: 0 16px; background: transparent; color: var(--ink); font-family: var(--serif); font-size: clamp(16px, 1.35vw, 19px); }
.catalog-search input::placeholder { color: #8c8279; opacity: 1; }
.catalog-search-submit { min-width: 156px; border: 0; border-left: 1px solid var(--wine-dark); padding: 0 18px; background: var(--wine-dark); color: #fff; cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.catalog-search-submit:hover,
.catalog-search-submit:focus-visible { background: var(--forest); }
.catalog-search-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 11px; color: var(--muted); font-family: var(--serif); font-size: 11px; font-style: italic; }
.catalog-search-meta #catalog-count { color: var(--wine); font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .09em; white-space: nowrap; }
.catalog-filter-disclosure { margin-top: 14px; border-top: 1px solid #c8bdb1; }
.catalog-filter-disclosure summary { display: flex; min-height: 42px; align-items: center; justify-content: space-between; color: var(--wine); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .12em; list-style: none; }
.catalog-filter-disclosure summary::-webkit-details-marker { display: none; }
.catalog-filter-disclosure summary span:last-child { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.catalog-filter-disclosure[open] summary span:last-child { transform: rotate(45deg); }
.catalog-filters { margin: 0; border: 0; border-top: 1px solid #c8bdb1; padding: 0; background: transparent; }
.catalog-filters legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.catalog-filter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.catalog-control { min-width: 0; padding: 18px 20px 20px; border-right: 1px solid #c8bdb1; }
.catalog-control:nth-child(2n) { border-right: 0; }
.catalog-control:nth-child(-n+2) { border-bottom: 1px solid #c8bdb1; }
.catalog-control > span { display: block; margin-bottom: 10px; padding: 0; border: 0; color: var(--wine); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.catalog-control select,
.catalog-control input { width: 100%; min-height: 42px; border: 1px solid #b9aea2; border-radius: 0; outline: 0; padding: 0 11px; background: var(--paper); color: var(--ink); font-family: var(--serif); font-size: 14px; }
.catalog-control select:focus,
.catalog-control input:focus { border-color: var(--wine); box-shadow: inset 0 0 0 1px var(--wine); }
.catalog-range { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.catalog-range label { color: var(--muted); font-family: var(--serif); font-size: 11px; font-style: italic; }
.catalog-range input { display: block; margin-top: 5px; }
.catalog-filter-reset { min-height: 46px; width: 100%; border: 0; border-top: 1px solid #c8bdb1; background: transparent; color: var(--wine); cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.catalog-filter-reset:hover { background: var(--paper-deep); }
.catalog-grid { display: grid; align-items: stretch; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.catalog-route-card { display: grid; min-height: 0; border: 1px solid #b9aea2; background: var(--paper-strong); color: var(--ink); grid-template-rows: auto 1fr; text-decoration: none; }
.catalog-route-visual { position: relative; min-height: 0; aspect-ratio: 40 / 21; margin: 0; overflow: hidden; background: #eef0ec; }
.catalog-route-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.catalog-route-visual img.catalog-route-image--signet { padding: clamp(22px, 2.5vw, 38px); object-fit: contain; }
.catalog-route-visual img.catalog-route-image--map { background: #eef0ec; object-fit: cover; }
.catalog-route-visual figcaption { position: absolute; right: 8px; bottom: 7px; left: 8px; padding: 5px 7px; background: rgba(20, 20, 18, .76); color: #f7f0e6; font-family: var(--sans); font-size: 7px; letter-spacing: .04em; line-height: 1.35; }
.catalog-route-placeholder { display: grid; min-height: 0; aspect-ratio: 3 / 2; place-items: center; overflow: hidden; background: #ded6ca; color: var(--wine); font-family: var(--serif); font-size: clamp(44px, 4vw, 68px); font-style: italic; letter-spacing: -.04em; text-align: center; }
.catalog-route-placeholder--international,
.catalog-route-placeholder--national { background: #d8b1a5; }
.catalog-route-placeholder--regional { background: #bdc9cc; }
.catalog-route-placeholder--local { background: #d8c6d1; }
.catalog-route-placeholder--mtb { background: #b8c6b6; }
.catalog-route-card > div:last-child { display: flex; min-height: 158px; flex-direction: column; padding: 14px 15px 16px; }
.catalog-route-card span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.catalog-route-card h3 { margin: 9px 0; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(22px, 1.6vw, 27px); font-weight: 400; letter-spacing: -.04em; line-height: .96; }
.catalog-route-card p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 12px; font-style: italic; line-height: 1.35; }
.catalog-route-card strong { display: block; margin-top: auto; padding-top: 14px; color: var(--wine); font-size: 8px; letter-spacing: .1em; }
.catalog-route-card:hover { border-color: var(--wine); }
.catalog-more { display: block; width: min(100%, 480px); min-height: 60px; margin: 42px auto 0; border: 0; background: var(--wine); color: #fff; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.catalog-more:hover { background: var(--forest); }
.catalog-empty { grid-column: 1 / -1; padding: 60px 0; color: var(--muted); font-family: var(--serif); font-size: 18px; font-style: italic; }
.catalog-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin-top: 34px; }
.catalog-pagination a { display: inline-flex; min-width: 38px; min-height: 38px; align-items: center; justify-content: center; border: 1px solid #b9aea2; padding: 8px 11px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-decoration: none; }
.catalog-pagination a[aria-current="page"] { border-color: var(--wine-dark); background: var(--wine-dark); color: #fff; }
.catalog-pagination a:hover { border-color: var(--forest); color: var(--forest); }

@media (max-width: 1050px) {
  .character-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .catalog-hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .catalog-hero-copy > p:last-child { max-width: 680px; }
}

@media (max-width: 900px) {
  .route-hero-copy { min-height: 0; padding: 50px 20px 42px; }
  .route-facts dl { grid-template-columns: repeat(3, 1fr); }
  .route-facts dl > div:nth-child(3n) { border-right: 0; }
  .route-facts dl > div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .route-story,
  .route-sources,
  .route-discover { grid-template-columns: 1fr; }
  .route-story > #route-source-note { grid-column: auto; }
  .route-section-heading { display: block; }
  .route-section-heading h2 { text-align: left; }
  .connections-card { align-self: stretch; }
}

@media (max-width: 680px) {
  .layout-wide { width: min(100% - 28px, 1440px); }
  .route-hero-actions { flex-direction: column; }
  .route-facts dl { grid-template-columns: repeat(2, 1fr); }
  .route-facts dl > div:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.18); }
  .route-facts dl > div:nth-child(2n) { border-right: 0; }
  .route-facts dl > div { border-bottom: 1px solid rgba(255,255,255,.18); }
  .character-grid,
  .highlight-grid { grid-template-columns: 1fr; }
  .character-grid .character-signage { display: block; grid-column: auto; }
  .character-signage figure { width: 100%; margin-top: 28px; }
  .character-breakdown-headline { min-height: 76px; }
  .route-signage-fallback { aspect-ratio: 1 / 1; }
  .route-sections article { grid-template-columns: 32px 1fr; }
  .route-sections article > p { grid-column: 2; }
  .route-final-cta h2 { font-size: var(--display-section); overflow-wrap: anywhere; }
  #route-map { min-height: 420px; height: 62svh; }
  #elevation-chart { height: 190px; }
  .catalog-hero { padding: 38px 14px 42px; gap: 30px; }
  .catalog-hero h1 { font-size: clamp(44px, 13.5vw, 62px); overflow-wrap: anywhere; }
  .catalog-hero-copy > p:last-child { margin-top: 20px; font-size: 17px; }
  .catalog-search { padding: 20px 16px; }
  .catalog-search > .kicker { margin-bottom: 18px; }
  .catalog-results-heading { display: block; margin-bottom: 28px; }
  .catalog-results-heading h1,
  .catalog-results-heading h2 { font-size: var(--display-section); overflow-wrap: anywhere; }
  .catalog-results-heading > p { margin-top: 20px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 14px; }
  .catalog-route-card > div:last-child { min-height: 158px; }
  .catalog-filter-grid { grid-template-columns: 1fr; }
  .catalog-control,
  .catalog-control:nth-child(2n) { border-right: 0; border-bottom: 1px solid #c8bdb1; }
  .catalog-control:last-child { border-bottom: 0; }
  .catalog-search-field { grid-template-columns: minmax(0, 1fr); }
  .catalog-search input { min-height: 58px; padding: 0 14px; font-size: 17px; }
  .catalog-search-submit { min-height: 48px; border-top: 1px solid var(--wine-dark); border-left: 0; }
  .catalog-search-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
}

/* Licences and source credits */
.license-hero {
  display: grid;
  min-height: min(500px, calc(100svh - var(--header-height)));
  align-content: center;
  padding: clamp(48px, 6vw, 92px) max(20px, 6vw);
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.license-hero h1 {
  max-width: 1200px;
  margin: 0;
  color: var(--wine-dark);
  font-size: var(--display-hero);
  font-weight: 450;
  letter-spacing: -.07em;
  line-height: .82;
}

.license-hero h1 em {
  color: var(--wine);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.045em;
  text-transform: none;
}

.license-hero > p:last-child {
  margin: 26px 0 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: var(--lead-size);
}

.license-content { padding-block: var(--section-space); }
.license-content > section {
  display: grid;
  padding: var(--section-space-compact) 0;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(36px, 7vw, 100px);
}
.license-content > section:last-child { border-bottom: 1px solid var(--line); }
.license-content > section > div:first-child { display: grid; align-content: start; grid-template-columns: 40px 1fr; gap: 12px; }
.license-content > section > div:first-child > span { padding-top: 8px; color: var(--wine); font-family: var(--serif); font-size: 12px; font-style: italic; }
.license-content h2 { color: var(--wine-dark); font-family: var(--serif); font-size: clamp(30px, 3.4vw, 48px); font-weight: 400; letter-spacing: -.045em; line-height: 1; text-transform: none; }
.license-content p { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; }
.license-content h3 { margin: 30px 0 12px; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 500; }
.license-content ul { margin: 0 0 24px; padding-left: 22px; font-family: var(--serif); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; }
.license-content li + li { margin-top: 8px; }
.license-content code { padding: .1em .3em; background: var(--paper-deep); font-size: .82em; }
.license-content a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.license-content a:hover { color: var(--forest); }
.license-image-grid { display: grid; margin: 28px 0; border: 1px solid var(--line); background: var(--line); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; }
.license-image-credit { display: grid; margin-bottom: 28px; border: 1px solid var(--line); background: var(--paper-strong); grid-template-columns: minmax(200px, .7fr) minmax(0, 1.3fr); }
.license-image-credit img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.license-image-credit > div { padding: clamp(24px, 4vw, 48px); }
.license-image-credit h3 { margin: 0 0 20px; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(25px, 3vw, 42px); font-weight: 400; letter-spacing: -.035em; }
.license-image-credit p { font-size: clamp(14px, 1.3vw, 18px); }
.license-image-grid .license-image-credit { display: grid; margin: 0; border: 0; grid-template-columns: 1fr; }
.license-image-grid .license-image-credit img { height: clamp(220px, 24vw, 360px); min-height: 0; }
.license-image-grid .license-image-credit > div { padding: clamp(20px, 3vw, 34px); }
.license-image-grid .license-image-credit h3 { margin-bottom: 14px; font-size: clamp(23px, 2.4vw, 34px); }
.license-image-grid .license-image-credit p { margin-bottom: 9px; font-size: clamp(13px, 1.15vw, 16px); }
.license-updated { margin-bottom: var(--section-space); color: var(--muted); font-family: var(--serif); font-size: 12px; font-style: italic; }
.route-safety-note { display: grid; margin-top: clamp(28px, 4vw, 56px); margin-bottom: clamp(42px, 6vw, 88px); border: 1px solid var(--line); padding: clamp(20px, 3vw, 32px); background: var(--paper-strong); grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(18px, 4vw, 56px); }
.route-safety-note strong { color: var(--wine-dark); font-family: var(--serif); font-size: clamp(17px, 1.6vw, 22px); }
.route-safety-note span { color: var(--muted); font-family: var(--serif); font-size: clamp(14px, 1.25vw, 17px); line-height: 1.55; }
.route-safety-note a { color: var(--wine); text-underline-offset: 3px; }

@media (max-width: 760px) {
  .license-hero { min-height: 360px; padding: 48px 20px; }
  .license-content > section { grid-template-columns: 1fr; }
  .route-safety-note { grid-template-columns: 1fr; }
  .license-image-grid { grid-template-columns: 1fr; }
  .license-image-credit { grid-template-columns: 1fr; }
  .license-image-credit img { min-height: 52svh; }
}
