body.seo-page { line-height: 1.65; }
.header-link { color: #172019; font-weight: 700; text-underline-offset: .3rem; }
.seo-shell { width: min(920px, calc(100% - 32px)); margin: auto; }
.seo-hero { padding: 72px 0 42px; }
.seo-hero h1 { max-width: 14ch; margin: 0 0 20px; font-size: clamp(2.2rem, 7vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; overflow-wrap: anywhere; }
.seo-kicker { margin: 0 0 1rem; color: #a83720; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; }
.seo-lead { max-width: 720px; color: #5d685f; font-size: 1.2rem; }
.seo-meta, .seo-card { padding: 22px; background: #fffdf7; border: 1px solid rgba(22, 37, 29, .18); border-radius: 18px; }
.seo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.seo-card h2, .seo-card h3 { margin-top: 0; }
.seo-card a, .seo-page main a { color: #234f3b; }
.seo-section { padding: 28px 0; }
.seo-section h2 { margin: 0 0 1rem; font-size: 2rem; line-height: 1.2; letter-spacing: -.03em; }
.seo-section p { max-width: 72ch; }
.seo-list li { margin-bottom: 12px; }
.seo-breadcrumbs { padding-top: 24px; font-size: .9rem; }
.seo-breadcrumbs a { color: inherit; }
.seo-cta { display: inline-block; padding: 12px 18px; color: #fff !important; background: #16251d; border-radius: 999px; text-decoration: none; font-weight: 700; }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.experience-card { display: flex; flex-direction: column; min-width: 0; padding: 1.35rem; background: #fffdf7; border: 1px solid rgba(22, 37, 29, .18); border-radius: 18px; }
.experience-card.is-park { background: #e8efe9; border-color: #aac0b3; }
.experience-card h3 { margin: .35rem 0 .65rem; font-size: 1.35rem; line-height: 1.15; }
.experience-card p { margin: .35rem 0; color: #5d685f; }
.experience-card .seo-cta { align-self: flex-start; margin-top: auto; }
.experience-badge { align-self: flex-start; padding: .3rem .55rem; color: #234f3b; background: #dce8e0; border-radius: 999px; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.experience-metrics { font-weight: 800; color: #16251d !important; }
.parking-disclaimer { padding: 1rem 1.1rem; background: #f3ead6; border-left: 4px solid #a83720; border-radius: .75rem; }
.parking-disclaimer strong { display: block; margin-bottom: .25rem; }
.parking-itinerary { display: grid; gap: 1rem; padding: 0; margin: 1.25rem 0 0; list-style: none; counter-reset: parking; }
.parking-stop { padding: 1.25rem; background: #fffdf7; border: 1px solid rgba(22, 37, 29, .18); border-radius: 18px; counter-increment: parking; }
.parking-stop-heading { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; align-items: start; }
.parking-stop-heading > div { min-width: 0; }
.parking-stop-heading::before { content: counter(parking); display: grid; width: 2rem; aspect-ratio: 1; place-items: center; color: #fff; background: #234f3b; border-radius: 50%; font-weight: 900; }
.parking-stop h3 { margin: 0; font-size: 1.15rem; line-height: 1.25; overflow-wrap: anywhere; }
.parking-type { margin: .15rem 0 0 !important; color: #6a746d !important; font-size: .8rem; text-transform: capitalize; }
.parking-stop > p { margin: .8rem 0; }
.parking-walk-list { display: grid; gap: .55rem; padding: 0; margin: .8rem 0; list-style: none; }
.parking-walk-list li { display: flex; justify-content: space-between; min-width: 0; gap: 1rem; padding: .7rem .8rem; background: #f1ede4; border-radius: .7rem; }
.parking-walk-list strong, .parking-walk-list span { overflow-wrap: anywhere; }
.parking-walk-list span { color: #5d685f; white-space: nowrap; }
.parking-detail { color: #5d685f; font-size: .88rem; }
.parking-verified { margin-bottom: 0 !important; color: #6a746d !important; font-size: .78rem; }
.mode-note { color: #5d685f; font-size: .9rem; }

.route-collection-page .seo-shell { width: min(1180px, calc(100% - 48px)); }
.route-collection-page .seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .85fr);
  align-items: center;
  gap: 2rem clamp(2rem, 5vw, 5rem);
  max-width: none;
}
.route-collection-page .seo-hero > :not(.collection-hero-media) { grid-column: 1; }
.collection-hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  min-height: 23rem;
  margin: 0;
  overflow: hidden;
  background: #d9ddd8;
  border: 1px solid rgba(22, 37, 29, .15);
  border-radius: 1.5rem;
  box-shadow: 0 1.2rem 3rem rgba(23, 32, 25, .1);
}
.collection-hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(23, 32, 25, .01), rgba(23, 32, 25, .2)); }
.collection-hero-media img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center 57%; }
.route-collection-page .seo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.route-collection-page .seo-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.35rem, 2vw, 1.75rem); overflow: hidden; }
.route-collection-page .seo-card.has-route-photo { padding: 0; }
.seo-card-media { margin: 0; overflow: hidden; aspect-ratio: 16 / 9; background: #d9ddd8; }
.seo-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.seo-card-body { display: flex; flex: 1; flex-direction: column; padding: clamp(1.35rem, 2vw, 1.75rem); }
.route-collection-page .seo-card:hover .seo-card-media img { transform: scale(1.025); }
.route-collection-page .seo-card h2 { max-width: none; margin: 0 0 1rem; font-size: clamp(1.9rem, 3vw, 3rem); line-height: .98; letter-spacing: -.045em; overflow-wrap: anywhere; }
.route-collection-page .seo-card h2 a { text-decoration-thickness: .08em; text-underline-offset: .1em; }
.route-collection-page .seo-card p { margin: .5rem 0; }
.route-collection-page .seo-card p:last-child { margin-bottom: 0; color: #5d685f; }

@media (max-width: 960px) {
  .route-collection-page .seo-shell { width: min(760px, calc(100% - 32px)); }
  .route-collection-page .seo-hero { grid-template-columns: 1fr; }
  .route-collection-page .seo-hero > :not(.collection-hero-media) { grid-column: 1; }
  .collection-hero-media { grid-column: 1; grid-row: 4; min-height: 20rem; }
  .route-collection-page .seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .header-link { display: none; }
  .seo-hero { padding-top: 40px; }
  .seo-hero h1 { font-size: clamp(2.2rem, 11vw, 4rem); }
  .seo-section { padding: 22px 0; }
  .experience-grid { grid-template-columns: 1fr; }
  .parking-walk-list li { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .parking-walk-list span { white-space: normal; }
  .collection-hero-media { min-height: 16rem; border-radius: 1.25rem; }
}
@media (max-width: 620px) {
  .route-collection-page .seo-grid { grid-template-columns: 1fr; }
  .route-collection-page .seo-card h2 { font-size: clamp(1.9rem, 10vw, 2.7rem); }
}
@media (hover: none) {
  .route-collection-page .seo-card:hover .seo-card-media img { transform: none; }
}
