:root {
  --pine: #19231f;
  --cream: #f4f0e7;
  --paper: #fbf8f1;
  --ember: #db5a32;
  --moss: #647354;
  --gold: #d6b46b;
  --ink: #17201d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
}
a { color: inherit; }
.stowe-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 34px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.25);
  background: linear-gradient(to bottom, rgba(10,18,15,.68), transparent);
}
.wordmark, .nav-cta { text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.wordmark span { opacity: .55; }
.nav-date { font-size: 11px; letter-spacing: .16em; }
.nav-cta { justify-self: end; }
.hero-stowe {
  min-height: 94vh;
  position: relative;
  display: grid;
  place-items: end start;
  overflow: hidden;
  color: #fff;
  background: #243127 url("/static/images/stowe-hero.jpg") center/cover no-repeat;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(12,20,17,.88) 0%, rgba(12,20,17,.45) 48%, rgba(12,20,17,.08) 72%),
    linear-gradient(0deg, rgba(12,20,17,.7), transparent 55%);
}
.hero-copy { position: relative; z-index: 2; max-width: 850px; padding: 150px 8vw 92px; }
.trip-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.trip-kicker i { width: 28px; height: 1px; background: rgba(255,255,255,.55); }
.hero-stowe h1, .dispatch h2, .map-copy h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(76px, 10.5vw, 154px);
  line-height: .78;
  letter-spacing: -.065em;
  margin: 0;
}
.hero-stowe h1 em, h2 em { color: var(--gold); font-weight: 600; }
.hero-deck { max-width: 570px; margin: 38px 0 30px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.primary-pill { display: inline-flex; gap: 34px; align-items: center; padding: 14px 18px 14px 22px; border-radius: 999px; background: var(--ember); color: #fff; text-decoration: none; font-weight: 700; }
.primary-pill span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); }
.text-link { color: #fff; text-underline-offset: 5px; }
.arrival-card { position: absolute; z-index: 3; right: 6vw; bottom: 68px; width: 245px; padding: 26px; background: rgba(246,241,228,.94); color: var(--ink); backdrop-filter: blur(8px); box-shadow: 0 26px 60px rgba(0,0,0,.26); }
.mini-label, .section-kicker { font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.arrival-card strong { display: block; margin-top: 16px; font-family: "Fraunces", serif; font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.arrival-card strong small { font-family: "DM Sans"; font-size: 11px; letter-spacing: .1em; }
.arrival-card p { margin: 3px 0 22px; font-weight: 700; }
.arrival-card div { border-top: 1px solid #d8d2c4; padding: 9px 0; font-size: 12px; }
.arrival-card b { color: var(--ember); margin-right: 7px; }
.hero-index { position: absolute; z-index: 2; right: 26px; top: 46%; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .22em; opacity: .65; }
.dispatch { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding: 110px 8vw 120px; }
.section-kicker { color: var(--ember); margin: 0 0 28px; }
.dispatch h2, .map-copy h2 { font-size: clamp(52px, 6.5vw, 94px); line-height: .94; }
.dispatch h2 em { color: var(--ember); }
.dispatch-copy { padding-top: 70px; }
.dispatch-copy > p { max-width: 650px; margin: 0; font-family: "Fraunces", serif; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.38; }
.truth-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; padding-top: 24px; border-top: 1px solid #bcb6a8; }
.truth-row div { display: grid; gap: 8px; }
.truth-row span { font-family: "Fraunces", serif; font-size: 44px; color: var(--ember); }
.truth-row small { max-width: 120px; color: #59625d; line-height: 1.35; }
.map-section { min-height: 720px; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.45fr); background: var(--pine); color: #fff; }
.map-copy { padding: 88px 5vw 68px 8vw; display: flex; flex-direction: column; justify-content: center; }
.section-kicker.light { color: var(--gold); }
.map-copy h2 { font-size: clamp(54px, 6vw, 88px); }
.map-copy > p:not(.section-kicker) { max-width: 390px; margin: 32px 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.map-legend { display: flex; gap: 18px; flex-wrap: wrap; font-size: 11px; }
.map-legend span { display: flex; align-items: center; gap: 7px; }
.legend-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.legend-dot.home { background: var(--ember); }
.legend-dot.play { background: #8c9d77; }
.legend-dot.eat { background: #d6b46b; }
.legend-dot.transit { background: #8aa3b6; }
.map-frame { position: relative; min-height: 720px; }
#stoweMap { position: absolute; inset: 0; }
.map-stamp { position: absolute; z-index: 500; right: 18px; bottom: 18px; padding: 8px 10px; background: var(--paper); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.leaflet-control-attribution { font-size: 8px; }
.stowe-pin { width: 34px !important; height: 34px !important; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); color: #fff; border: 2px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,.3); font-weight: 800; }
.stowe-pin span { transform: rotate(45deg); font-size: 11px; }
.pin-home { background: var(--ember); }
.pin-play { background: #657853; }
.pin-eat { background: #ba8a35; }
.pin-transit { background: #55778b; }
.stowe-popup { min-width: 200px; font-family: "DM Sans", sans-serif; }
.stowe-popup small { color: #767f7a; text-transform: uppercase; letter-spacing: .08em; }
.stowe-popup strong { display: block; margin: 5px 0; font-family: "Fraunces", serif; font-size: 19px; }
.stowe-popup p { margin: 0 0 10px; color: #56605b; }
.stowe-popup a { font-weight: 700; color: #bc4526; }

button, input { font: inherit; }
button { color: inherit; }
.trip-nav { display: flex; gap: 22px; }
.trip-nav a { color: #fff; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stowe-nav.scrolled { background: rgba(25,35,31,.94); backdrop-filter: blur(14px); }
.countdown-card { position: absolute; z-index: 3; top: 95px; right: 6vw; display: grid; justify-items: end; }
.countdown-card strong { font-family: "Fraunces", serif; font-size: 48px; line-height: 1; color: var(--gold); }
.countdown-card small { opacity: .65; letter-spacing: .12em; text-transform: uppercase; }

.booking-strip { display: grid; grid-template-columns: .9fr repeat(3, 1fr); background: var(--paper); border-bottom: 1px solid #d8d2c4; }
.booking-intro { padding: 34px 3vw 32px 8vw; }
.booking-intro .section-kicker { margin-bottom: 8px; }
.booking-intro p:last-child { max-width: 230px; margin: 0; color: #66706a; font-size: 13px; }
.booking-item { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; min-height: 116px; padding: 25px 26px; border-left: 1px solid #d8d2c4; cursor: pointer; }
.booking-item input, .pack-item input { position: absolute; opacity: 0; pointer-events: none; }
.check-ui { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #b7b0a3; border-radius: 50%; transition: .2s ease; }
.saved-check:checked + .check-ui { background: var(--moss); border-color: var(--moss); }
.saved-check:checked + .check-ui::after { content: "✓"; color: #fff; font-size: 12px; font-weight: 800; }
.booking-item:has(.saved-check:checked) > span:nth-of-type(2) { opacity: .48; text-decoration: line-through; }
.booking-item > span:nth-of-type(2) { display: grid; gap: 3px; }
.booking-item small, .contact-card small { color: var(--ember); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.booking-item strong { font-size: 15px; }
.booking-item em { color: #717872; font-size: 11px; font-style: normal; }
.booking-item a { padding: 7px 10px; border: 1px solid #bdb6a8; border-radius: 999px; text-decoration: none; font-size: 10px; font-weight: 700; }

.rail-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin: 0 8vw 110px; padding: 28px 30px; background: #e9dfcd; border-left: 5px solid var(--ember); }
.rail-mark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--pine); color: var(--gold); font-family: "Fraunces", serif; font-size: 24px; }
.rail-note .section-kicker { margin-bottom: 7px; }
.rail-note strong { font-family: "Fraunces", serif; font-size: 22px; }
.rail-note p:last-child { margin: 6px 0 0; color: #56605b; }
.rail-note > a { white-space: nowrap; font-size: 12px; font-weight: 700; }

.itinerary-section { padding: 100px 8vw 120px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.section-heading h2, .places-heading h2, .pack-intro h2, .feature-copy h2 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(54px, 6vw, 88px); line-height: .94; letter-spacing: -.055em; }
.section-heading > p, .places-heading > p { max-width: 440px; margin: 0 0 6px; color: #6a726d; font-size: 16px; line-height: 1.7; }
.day-switcher { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bbb4a7; border-bottom: 1px solid #bbb4a7; }
.day-tab { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 18px; padding: 20px 26px; background: transparent; border: 0; border-right: 1px solid #bbb4a7; cursor: pointer; text-align: left; }
.day-tab:last-child { border-right: 0; }
.day-tab span { color: var(--ember); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.day-tab strong { font-family: "Fraunces", serif; font-size: 38px; }
.day-tab small { color: #777f7a; }
.day-tab.active { background: var(--pine); color: #fff; }
.day-tab.active small { color: rgba(255,255,255,.58); }
.day-panel { padding-top: 58px; }
.day-lead { display: grid; grid-template-columns: .3fr 1fr .8fr; gap: 30px; align-items: baseline; padding-bottom: 28px; }
.day-lead span { color: var(--ember); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.day-lead h3 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(32px, 3.5vw, 52px); letter-spacing: -.04em; }
.day-lead p { margin: 0; color: #6d756f; line-height: 1.6; }
.plan-switcher { display: inline-flex; gap: 7px; margin: 8px 0 34px; padding: 6px; border: 1px solid #d3ccbf; border-radius: 999px; background: var(--cream); }
.plan-tab { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.plan-tab span { color: var(--ember); }
.plan-tab.active { background: var(--pine); color: #fff; box-shadow: 0 6px 18px rgba(25,35,31,.16); }
.timeline-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c8c1b5; border-left: 1px solid #c8c1b5; }
.time-card { min-height: 245px; display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 24px 20px; border: 0; border-right: 1px solid #c8c1b5; border-bottom: 1px solid #c8c1b5; background: transparent; text-align: left; cursor: default; }
button.time-card { cursor: pointer; }
.time-card:hover { background: #f2ecdf; }
.time-card.featured { background: #ebe1cd; }
.time-card time { color: var(--ember); font-family: "Fraunces", serif; font-size: 25px; }
.time-card > div { display: flex; flex-direction: column; }
.time-card small { color: #7c847e; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.time-card strong { margin-top: 9px; font-family: "Fraunces", serif; font-size: 22px; line-height: 1.05; letter-spacing: -.02em; }
.time-card p { margin: 14px 0 0; color: #68716b; font-size: 12px; line-height: 1.55; }
.hike-warning { margin: 0 0 24px; padding: 16px 18px; border: 1px solid #d49d86; background: #f6e4db; color: #6a3528; font-size: 13px; line-height: 1.5; }

.map-toolbar { display: flex; flex-wrap: wrap; gap: 7px; }
.map-filter { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-size: 10px; font-weight: 700; }
.map-filter.active { background: var(--gold); border-color: var(--gold); color: var(--pine); }
.core-toggle { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 22px; color: rgba(255,255,255,.7); font-size: 11px; cursor: pointer; }
.core-toggle input { position: absolute; opacity: 0; }
.core-toggle span { width: 34px; height: 18px; position: relative; border-radius: 999px; background: rgba(255,255,255,.24); transition: .2s ease; }
.core-toggle span::after { content: ""; position: absolute; width: 12px; height: 12px; top: 3px; left: 3px; border-radius: 50%; background: #fff; transition: .2s ease; }
.core-toggle input:checked + span { background: var(--ember); }
.core-toggle input:checked + span::after { transform: translateX(16px); }
.map-reset { position: absolute; z-index: 500; left: 18px; top: 18px; padding: 9px 12px; border: 0; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 700; box-shadow: 0 4px 18px rgba(0,0,0,.16); }
.taxi-label { padding: 5px 8px; background: var(--pine); border: 0; border-radius: 0; box-shadow: none; color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.taxi-label::before { display: none; }
.pin-stay { background: var(--ember); }
.pin-trail { background: #657853; }
.pin-play { background: #627d86; }
.pin-eat { background: #ba8a35; }
.pin-transit { background: #55778b; }
.stowe-popup { max-width: 245px; }
.stowe-popup .popup-hours { display: block; margin: 8px 0; color: #747d78; font-size: 10px; }
.stowe-popup .popup-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.stowe-popup .popup-actions a { padding: 5px 7px; border: 1px solid #d7d0c3; border-radius: 999px; text-decoration: none; font-size: 10px; }

.places-section { padding: 110px 8vw 120px; }
.places-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; margin-bottom: 44px; }
.places-heading h2 em { color: var(--ember); }
.place-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.place-filter { padding: 9px 13px; border: 1px solid #bbb4a7; border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.place-filter.active { background: var(--pine); border-color: var(--pine); color: #fff; }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.place-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); border: 1px solid #d5cec1; transition: transform .2s ease, box-shadow .2s ease; }
.place-card:hover { transform: translateY(-3px); box-shadow: 0 18px 35px rgba(37,43,39,.09); }
.place-card-main { flex: 1; display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 22px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.place-code { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 11px; font-weight: 700; }
.place-code-stay { background: var(--ember); }
.place-code-transit { background: #55778b; }
.place-code-eat { background: #ba8a35; }
.place-code-play { background: #627d86; }
.place-code-trail { background: #657853; }
.place-body { min-width: 0; display: flex; flex-direction: column; }
.place-body > small { color: var(--ember); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.place-body strong { margin-top: 7px; font-family: "Fraunces", serif; font-size: 22px; line-height: 1.05; }
.place-body em { margin-top: 5px; color: #7b837e; font-size: 10px; font-style: normal; }
.place-body p { margin: 14px 0; color: #5e6762; font-size: 12px; line-height: 1.55; }
.place-body .hours { margin-top: auto; padding-top: 12px; border-top: 1px solid #e1dbd0; color: #3d4742; font-size: 10px; font-weight: 700; }
.place-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 12px 22px; border-top: 1px solid #d5cec1; }
.place-actions a { color: #515c56; font-size: 9px; font-weight: 700; }

.rec-path-feature { min-height: 700px; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--pine); color: #fff; }
.feature-image { min-height: 700px; background: url("/static/images/stowe-rec-path.jpg") center/cover no-repeat; filter: saturate(.78) contrast(1.06); }
.feature-copy { padding: 80px 6vw; display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { font-size: clamp(50px, 5.2vw, 74px); }
.feature-copy > p:not(.section-kicker) { margin: 30px 0 18px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.feature-copy ul { padding: 20px 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.feature-copy li { padding: 6px 0; color: rgba(255,255,255,.72); }
.feature-copy > a { margin-top: 24px; color: var(--gold); font-size: 12px; font-weight: 700; }

.contacts-section { padding: 110px 8vw; background: #e8dfcf; }
.section-heading.compact { margin-bottom: 42px; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.contact-card { min-height: 270px; display: flex; flex-direction: column; padding: 26px; background: var(--paper); border-top: 4px solid #889487; }
.contact-card.preferred { background: var(--pine); color: #fff; border-top-color: var(--ember); }
.contact-card h3 { margin: 20px 0 10px; font-family: "Fraunces", serif; font-size: 27px; }
.contact-card p { margin: 0 0 25px; color: #6c746f; font-size: 12px; line-height: 1.55; }
.contact-card.preferred p { color: rgba(255,255,255,.6); }
.contact-card > a:not(.quiet-link) { margin-top: auto; font-family: "Fraunces", serif; font-size: 22px; font-weight: 700; }
.contact-card .quiet-link { margin-top: 8px; color: var(--ember); font-size: 10px; font-weight: 700; }

.pack-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 110px 8vw; background: var(--pine); color: #fff; }
.pack-intro h2 { font-size: clamp(50px, 5.3vw, 76px); }
.pack-intro > p:not(.section-kicker) { max-width: 480px; margin-top: 28px; color: rgba(255,255,255,.62); line-height: 1.7; }
.pack-list { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.pack-item { position: relative; min-height: 104px; display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); cursor: pointer; }
.pack-item > span:last-child { display: grid; gap: 4px; }
.pack-item small { color: rgba(255,255,255,.45); }
.pack-item:has(.saved-check:checked) > span:last-child { opacity: .42; text-decoration: line-through; }
.season-note { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin-top: 35px; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.24); }
.season-note > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--ember); border-radius: 50%; color: var(--ember); font-weight: 700; }
.season-note p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.6; }
.season-note strong { color: #fff; }

.stowe-footer { display: grid; grid-template-columns: .8fr 1.1fr 1fr; gap: 8vw; padding: 70px 8vw; background: #101714; color: #fff; }
.footer-mark { width: 48px; height: 48px; display: grid; place-items: center; background: var(--ember); color: #fff; font-family: "Fraunces", serif; font-size: 26px; text-decoration: none; }
.stowe-footer p { color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.6; }
.source-links { display: grid; gap: 7px; }
.source-links span { margin-bottom: 8px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.source-links a, .footer-final a { color: rgba(255,255,255,.68); font-size: 10px; }
.footer-final strong { font-family: "Fraunces", serif; font-size: 24px; color: var(--gold); }

@media (max-width: 900px) {
  .stowe-nav { grid-template-columns: 1fr auto; padding: 0 18px; }
  .trip-nav { display: none; }
  .hero-copy { padding: 130px 24px 280px; }
  .arrival-card { left: 24px; right: auto; bottom: 36px; width: min(270px, calc(100% - 48px)); }
  .countdown-card { top: 92px; right: 22px; }
  .booking-strip { grid-template-columns: 1fr; }
  .booking-intro { padding: 30px 24px; }
  .booking-item { border-left: 0; border-top: 1px solid #d8d2c4; padding: 22px 24px; }
  .dispatch { grid-template-columns: 1fr; gap: 30px; padding: 80px 24px; }
  .dispatch-copy { padding-top: 0; }
  .rail-note { grid-template-columns: auto 1fr; margin: 0 24px 80px; }
  .rail-note > a { grid-column: 2; }
  .itinerary-section, .places-section, .contacts-section { padding: 80px 24px; }
  .section-heading, .places-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .day-lead { grid-template-columns: auto 1fr; }
  .day-lead p { grid-column: 2; }
  .timeline-list { grid-template-columns: repeat(2, 1fr); }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { padding: 72px 24px; }
  .map-frame { min-height: 620px; }
  .place-grid { grid-template-columns: repeat(2, 1fr); }
  .rec-path-feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 460px; }
  .feature-copy { padding: 70px 24px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .pack-section { grid-template-columns: 1fr; padding: 80px 24px; }
  .stowe-footer { grid-template-columns: repeat(2, 1fr); padding: 60px 24px; }
  .footer-final { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .wordmark span { display: none; }
  .trip-kicker { gap: 7px; font-size: 9px; }
  .trip-kicker i { width: 12px; }
  .hero-stowe h1 { font-size: clamp(68px, 25vw, 104px); }
  .hero-deck { font-size: 16px; }
  .countdown-card { display: none; }
  .truth-row { grid-template-columns: 1fr; }
  .truth-row div { grid-template-columns: 75px 1fr; align-items: center; }
  .truth-row small { max-width: none; }
  .rail-note { grid-template-columns: 1fr; gap: 14px; padding: 24px; }
  .rail-note > a { grid-column: 1; }
  .rail-mark { width: 48px; height: 48px; }
  .day-switcher { margin: 0 -24px; }
  .day-tab { grid-template-columns: 1fr; gap: 2px; padding: 15px 12px; text-align: center; }
  .day-tab strong { font-size: 30px; }
  .day-tab small { font-size: 9px; }
  .day-lead { grid-template-columns: 1fr; gap: 10px; }
  .day-lead p { grid-column: 1; }
  .plan-switcher { width: 100%; border-radius: 14px; }
  .plan-tab { flex: 1; justify-content: center; padding: 10px 7px; }
  .timeline-list { grid-template-columns: 1fr; }
  .time-card { min-height: 190px; }
  .map-frame { min-height: 540px; }
  .place-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 330px; }
  .pack-list { grid-template-columns: 1fr; }
  .stowe-footer { grid-template-columns: 1fr; }
  .footer-final { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
