@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=JetBrains+Mono:wght@400;500&family=Source+Serif+4:ital,opsz,wght@0,8..60,300..700;1,8..60,300..700&display=swap");

:root {
  --ink: #1c1c19;
  --ink-2: #24241f;
  --muted: #45453f;
  --quiet: #7c7c76;
  --hair: #dcdcd6;
  --dot: #d2d2cc;
  --paper: #f6f6f3;
  --paper-2: #fbfbf9;
  --rule: #e2e2dc;
  --red: oklch(0.47 0.15 28);
  --blue: oklch(0.47 0.15 250);
  --blue-lite: oklch(0.72 0.13 250);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.liftline {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.55;
}

body.liftline a { text-decoration: none; }
body.liftline a:not(.ll-btn) { color: var(--ink); }
body.liftline a:not(.ll-btn):hover { color: var(--red); }
body.liftline ::selection { background: var(--rule); }

.ll-skip {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 100;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--paper);
}
.ll-skip:focus { top: 0; }

.ll-ticker {
  background: var(--ink);
  color: #ececea;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding: 7px 24px;
}
.ll-ticker a { color: var(--paper); border-bottom: 1px solid rgba(246, 246, 243, 0.45); }
body.liftline .ll-ticker a { color: var(--paper); }
body.liftline .ll-ticker a:hover { color: #fff; }
.ll-ticker a:hover { color: #fff; }
.ll-ticker .sep { color: rgba(246, 246, 243, 0.6); }
.ll-ticker .hi { color: var(--blue-lite); }

.ll-sitebar {
  border-bottom: 1px solid var(--hair);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 1100;
  isolation: isolate;
}
.ll-sitebar-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ll-brand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-shrink: 0;
}
.ll-brand-name {
  font-family: "Bodoni Moda", serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.02em;
}
.ll-folio {
  font-size: 11px;
  color: var(--ink);
  white-space: nowrap;
}
.ll-brand-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  display: block;
}
.ll-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
body.liftline .ll-nav a { color: var(--ink); }
body.liftline .ll-nav a:hover { color: var(--red); }
.ll-nav a { color: var(--ink); }
.ll-nav a:hover { color: var(--red); }
.ll-nav a.is-current,
.ll-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ll-nav a.is-current::before,
.ll-nav a[aria-current="page"]::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}
.ll-btn {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid var(--ink);
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-btn:hover { background: var(--blue); color: #f7f5ee; border-color: var(--blue); transform: translateY(-1px); }
.ll-btn:active { transform: translateY(0); }
.ll-btn-blue {
  background: var(--blue);
  color: #f7f5ee;
  border-color: var(--blue);
  padding: 16px 28px;
  font-size: 14px;
}
.ll-btn-blue:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.ll-btn-ghost {
  background: transparent;
  color: var(--ink);
  padding: 15px 28px;
  font-size: 14px;
}
.ll-btn-ghost:hover { background: var(--ink); color: var(--paper); }
.ll-menu {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}

.ll-wrap { max-width: 1260px; margin: 0 auto; padding: 0 32px; }
.ll-wrap-narrow { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.ll-kicker {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}
.ll-display {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.05;
  text-wrap: pretty;
}
.ll-mono { font-family: "JetBrains Mono", monospace; }
.ll-sans {
  font-family: "Archivo Narrow", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ll-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  padding: 80px 32px 64px;
  max-width: 1260px;
  margin: 0 auto;
}
.ll-hero h1 { font-size: clamp(40px, 6vw, 68px); line-height: 1; margin: 22px 0 24px; }
.ll-hero.ll-hero-a1 {
  grid-template-columns: 1fr;
  max-width: 920px;
  padding-bottom: 52px;
  border-bottom: 3px double var(--ink);
}
.ll-hero p { font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 46ch; margin: 0 0 34px; }
.ll-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.ll-map-tease {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  clip-path: inset(0);
  border: 1px solid var(--ink);
  background: #e6e6e2;
}
.ll-map-tease-frame {
  position: relative;
  aspect-ratio: 4 / 3.2;
  background: repeating-linear-gradient(135deg, #e6e6e2 0 6px, #f0f0ec 6px 12px);
}
#home-map {
  position: absolute;
  inset: 0;
}
#home-map.mtn-map-canvas {
  isolation: isolate;
}
#home-map .leaflet-container {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #d8d8d2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* Match /map: desaturated base tiles + piste overlay panes */
#home-map .leaflet-skiBase-pane {
  filter: saturate(0.85) brightness(1.02);
}
#home-map .leaflet-pane { z-index: 1 !important; }
#home-map .leaflet-tile-pane,
#home-map .leaflet-overlay-pane { z-index: 1 !important; }
#home-map .leaflet-marker-pane,
#home-map .leaflet-tooltip-pane { z-index: 3 !important; }
#home-map .leaflet-popup-pane { z-index: 5 !important; }
#home-map .leaflet-top,
#home-map .leaflet-bottom { z-index: 6 !important; }
#home-map .leaflet-control-attribution {
  font-size: 10px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #64748b !important;
}
#home-map .mtn-map-marker { background: transparent; border: 0; }
#home-map .mtn-map-pin {
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
}
#home-map .mtn-map-leaflet-popup .leaflet-popup-content-wrapper {
  background: #fff;
  color: #1e293b;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  border: 0;
}
#home-map .mtn-map-leaflet-popup .leaflet-popup-tip { background: #fff; }
#home-map .mtn-map-leaflet-popup .leaflet-popup-content { margin: 12px 14px; }
#home-map .mtn-map-popup-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}
#home-map .mtn-map-popup-loc {
  margin: 0 0 8px;
  font-size: 13px;
  color: #64748b;
}
#home-map .mtn-map-popup-stats {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 10px;
}
#home-map .mtn-map-popup-stat {
  font-size: 12px;
  color: #475569;
}
#home-map .mtn-map-popup-passes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
#home-map .mtn-map-popup-logo { display: block; height: 18px; width: auto; }
#home-map .mtn-map-pass-chip {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--pass-color) 16%, #fff);
  color: #0f172a;
  border: 1px solid var(--pass-color);
  font-size: 11px;
  font-weight: 600;
}
#home-map .mtn-map-popup-more {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 600;
}
#home-map .mtn-map-popup-more a { color: #1e3a8a; text-decoration: none; }
#home-map .mtn-map-popup-more a:hover { text-decoration: underline; }
.ll-map-tease-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 500;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 8px 11px;
  text-decoration: none;
}
.ll-map-tease-label:hover { color: var(--red); }
.ll-stats {
  border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--hair);
  background: var(--paper-2);
  padding: 0 32px;
}
.ll-stats .ll-statrow {
  max-width: 1260px;
  margin: 0 auto;
  border-top: 0;
}
.ll-kicker-lite { color: var(--blue-lite); }
.ll-statrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
  border-top: 0;
  background: var(--paper-2);
}
.ll-stat { padding: 16px 18px; border-right: 1px solid var(--hair); }
.ll-stat:last-child { border-right: 0; }
.ll-stat b {
  font-family: "Bodoni Moda", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.ll-stat span {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quiet);
  margin-top: 4px;
  display: block;
}

.ll-week {
  border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--hair);
  background: var(--paper-2);
}
.ll-stay {
  background: var(--paper);
  border-bottom: 0;
}
.ll-stay + .ll-week {
  border-top: 1px solid var(--hair);
}
.ll-week-inner { max-width: 1260px; margin: 0 auto; padding: 34px 32px 44px; }
.ll-week-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--hair);
  padding-bottom: 14px;
  margin-bottom: 26px;
}
.ll-week-head h2 { font-size: 36px; margin: 6px 0 0; }
.ll-week-more {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.ll-week-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.ll-week-card { display: block; border-top: 1px solid var(--ink); padding-top: 14px; }
.ll-week-card h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.14;
  margin: 9px 0 8px;
  letter-spacing: -0.01em;
}
.ll-week-card p { font-size: 15px; line-height: 1.5; color: var(--muted); margin: 0; }

.ll-dates { max-width: 1260px; margin: 0 auto; padding: 8px 32px 56px; }
.ll-dates-inner { }
.ll-dates-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ll-date-card {
  display: block;
  padding: 18px 18px 20px;
  border: 1px solid var(--hair);
  background: var(--paper-2);
  color: inherit;
  min-height: 100%;
}
.ll-date-card:hover { border-color: var(--ink); color: inherit; }
.ll-date-when {
  display: block;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ll-date-kind {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ll-date-kind.is-opening { color: #3d9b47; }
.ll-date-kind.is-closing { color: #b42318; }
.ll-date-kind.is-event { color: var(--blue); }
.ll-date-card strong {
  display: block;
  font-family: "Bodoni Moda", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 8px;
}
.ll-date-meta {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: var(--quiet);
}

.ll-section { max-width: 1260px; margin: 0 auto; padding: 64px 32px; }
.ll-section-tight { padding-top: 0; }
.ll-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
  margin-bottom: 30px;
  gap: 16px;
}
.ll-section-head h2 { font-size: 32px; margin: 0; }
.ll-section-head span { color: var(--quiet); font-size: 11px; }

.ll-resort-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ll-resort {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--hair);
  background: var(--paper-2);
  color: inherit;
  min-height: 100%;
  transition:
    transform 0.22s var(--ll-motion-ease),
    box-shadow 0.22s var(--ll-motion-ease),
    border-color 0.18s ease;
}
.ll-resort:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(28, 28, 25, 0.09);
}
.ll-resort-art {
  display: block;
  aspect-ratio: 3 / 2;
  background:
    linear-gradient(180deg, rgba(28, 28, 25, 0.04), rgba(28, 28, 25, 0.12)),
    repeating-linear-gradient(135deg, #e6e6e2 0 6px, #f0f0ec 6px 12px);
  border-bottom: 1px solid var(--hair);
  overflow: hidden;
  position: relative;
}
.ll-resort-art::after {
  content: attr(aria-label);
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(246, 246, 243, 0.92);
  border: 1px solid var(--ink);
  padding: 4px 7px;
}
.ll-resort-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 32% 42%;
  display: block;
}
.ll-resort-art--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-2);
}
.ll-resort-art--brand img {
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 76%;
  object-fit: contain;
  object-position: center;
  padding: 14px 16px;
}
.ll-resort-art--snowshoe img { object-position: 38% 48%; }
.ll-resort-art--wintergreen img { object-position: 28% 40%; }
.ll-resort-art--massanutten img { object-position: 30% 38%; }
.ll-resort-art--canaan img { object-position: 28% 45%; }
.ll-resort-art--brand.ll-resort-art--snowshoe img,
.ll-resort-art--brand.ll-resort-art--wintergreen img,
.ll-resort-art--brand.ll-resort-art--massanutten img,
.ll-resort-art--brand.ll-resort-art--canaan img { object-position: center; }
.ll-resort-art--winterplace img { object-position: 32% 42%; }
.ll-resort-art--hatley img { object-position: 50% 20%; }
.ll-resort-art--bryce img { object-position: 30% 40%; }
.ll-resort-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.ll-resort h3 { font-family: "Bodoni Moda", serif; font-size: 21px; font-weight: 700; margin: 0 0 6px; }
.ll-resort h3 a { color: inherit; }
.ll-resort h3 a:hover { color: var(--red); }
.ll-resort p { font-size: 14px; line-height: 1.5; color: #5c5c56; margin: 0 0 14px; }
.ll-resort-links {
  display: flex;
  gap: 14px;
  margin-top: auto;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ll-resort-links a { border-bottom: 1px solid var(--ink); }
.ll-resort-links a.ask { border-bottom-color: var(--blue); color: var(--blue); }

.ll-passband { background: var(--ink); color: #ececea; }
.ll-passband-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 56px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ll-passband h2 { font-size: 40px; margin: 0 0 16px; color: #ececea; }
.ll-passband p { font-size: 17px; line-height: 1.55; color: #adada7; margin: 0 0 26px; max-width: 44ch; }
.ll-passband .ll-btn { background: var(--paper); color: var(--ink); }
.ll-passband .ll-btn:hover { background: var(--blue-lite); color: var(--ink); }
.ll-mini-table { border: 1px solid #3a3a36; }
.ll-mini-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  padding: 14px 18px;
  border-bottom: 1px solid #292926;
  font-size: 15px;
  align-items: center;
}
.ll-mini-row:last-child { border-bottom: 0; }
.ll-mini-head {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7c7c76;
  padding: 11px 18px;
  border-bottom: 1px solid #3a3a36;
}

.ll-faq { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.ll-faq details {
  border-bottom: 1px dotted var(--dot);
  padding: 18px 0;
}
.ll-faq summary {
  font-family: "Bodoni Moda", serif;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.ll-faq p { color: var(--muted); margin: 10px 0 0; }

.ll-footer { border-top: 1px solid var(--hair); background: var(--paper); }
.ll-footer-grid {
  max-width: 1260px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.ll-footer h3 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.ll-footer h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--quiet);
  margin: 0 0 12px;
}
.ll-footer p, .ll-footer a { font-size: 15px; color: #5c5c56; }
.ll-footer-col { display: flex; flex-direction: column; gap: 8px; }
.ll-footer-copy {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px 40px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8f8f88;
}

/* Times masthead */
.ll-flag {
  border-bottom: 1px solid var(--ink);
  padding: 26px 0 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 20px;
}
.ll-flag-meta {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--quiet);
}
.ll-flag-meta.right { text-align: right; }
.ll-flag h1 {
  font-family: "Bodoni Moda", serif;
  font-weight: 900;
  font-size: clamp(32px, 8vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: center;
}
.ll-rail {
  border-bottom: 3px double var(--ink);
  padding: 8px 0 9px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ll-rail a.map { color: var(--blue); }
.ll-note {
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--hair);
  font-size: 13px;
  font-style: italic;
  color: var(--quiet);
}

.ll-front {
  display: grid;
  grid-template-columns: 0.82fr 2.1fr 0.95fr;
  gap: 0;
  padding: 30px 32px 0;
  max-width: 1260px;
  margin: 0 auto;
}
.ll-col-l { padding-right: 26px; border-right: 1px solid var(--hair); }
.ll-col-c { padding: 0 26px; border-right: 1px solid var(--hair); }
.ll-col-r { padding-left: 26px; }
.ll-index-title {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 3px;
}
.ll-index-sub {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--quiet);
  margin: 0 0 10px;
}
.ll-index-more {
  margin: 14px 0 0;
  font-size: 14px;
}
.ll-jump {
  margin: 16px 0 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ll-jump a {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.ll-index { border-top: 3px solid var(--ink); padding-top: 11px; margin-bottom: 26px; }
.ll-index-row, .ll-index-head {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0 10px;
  padding: 9px 0;
  border-bottom: 1px dotted var(--dot);
  align-items: baseline;
}
.ll-index-head {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8f8f88;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
}
.ll-index-row .new { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--blue); text-align: right; min-width: 34px; }
.ll-index-row .open { font-family: "JetBrains Mono", monospace; font-size: 13px; color: #5c5c56; text-align: right; min-width: 44px; }
.ll-brief { border-top: 1px solid var(--ink); padding-top: 11px; }
.ll-brief h2 { font-family: "Archivo Narrow", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 14px; }
.ll-brief-item { border-bottom: 1px dotted var(--dot); padding-bottom: 14px; margin-bottom: 15px; }
.ll-brief-item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.ll-brief-item p { margin: 0; font-size: 14px; line-height: 1.45; }

.ll-lead-hed {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  margin: 12px 0 16px;
}
.ll-deck { font-size: 20px; line-height: 1.45; font-style: italic; color: var(--muted); margin: 0 0 16px; }
.ll-byline {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 9px 0;
  margin-bottom: 20px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ll-byline .dim { color: var(--quiet); font-weight: 400; }
/* Story photo cut-in modifiers (figure.ll-story-photo):
   Side — .ll-photo-right (default floats left)
   Size — .ll-photo-sm (~260px / 32%), .ll-photo-md (~360px / 42%, default), .ll-photo-lg (~450px / 52%)
   Mobile (≤700px): all stack full-width; modifiers ignored */
.ll-story-photo {
  float: left;
  max-width: min(360px, 42%);
  margin: 0 1.25rem 0.75rem 0;
}
.ll-story-photo.ll-photo-sm {
  max-width: min(260px, 32%);
}
.ll-story-photo.ll-photo-lg {
  max-width: min(450px, 52%);
}
.ll-story-photo.ll-photo-right {
  float: right;
  margin: 0 0 0.75rem 1.25rem;
}
.ll-story-photo a {
  display: block;
  color: inherit;
  cursor: zoom-in;
}
.ll-story-photo a:hover,
.ll-story-photo a:focus-visible {
  color: inherit;
}
.ll-story-photo a:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}
.ll-story-photo .ll-caption { margin-bottom: 0; }
.ll-lead-img { border: 1px solid var(--ink); width: 100%; height: auto; display: block; margin-bottom: 7px; }
.ll-caption { font-family: "Archivo Narrow", sans-serif; font-size: 11px; color: var(--quiet); margin-bottom: 22px; letter-spacing: 0.03em; }
.ll-cols {
  column-count: 2;
  column-gap: 26px;
  column-rule: 1px solid var(--rule);
  font-size: 16px;
  line-height: 1.58;
  color: var(--ink-2);
}
.ll-cols p { margin: 0 0 14px; }
.ll-drop {
  float: left;
  font-family: "Bodoni Moda", serif;
  font-size: 58px;
  line-height: 0.82;
  font-weight: 700;
  padding: 4px 8px 0 0;
}

.ll-side-story { border-top: 3px solid var(--ink); padding-top: 11px; margin-bottom: 24px; }
.ll-side-story.plain { border-top-width: 1px; }
.ll-side-story h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 10px;
}
.ll-side-story p { margin: 0 0 12px; font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.ll-box { background: var(--paper-2); border: 1px solid var(--hair); padding: 14px 16px; margin-bottom: 12px; }
.ll-publisher {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #ececea;
  padding: 18px;
}
.ll-publisher p { color: #cfcfc9; margin: 0 0 14px; font-size: 15px; }
.ll-publisher a { color: #f6f6f3; border-bottom: 1px solid #52524c; font-family: "Archivo Narrow", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

.ll-below {
  max-width: 1260px;
  margin: 0 auto;
  padding: 34px 32px 0;
}
.ll-three {
  border-top: 3px double var(--ink);
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.ll-three article { border-right: 1px solid var(--hair); padding-right: 34px; }
.ll-three article:last-child { border-right: 0; padding-right: 0; }
.ll-three h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 10px;
}
.ll-three h3 a { color: inherit; }
.ll-three h3 a:hover { color: var(--red); }
.ll-three p { font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.ll-side-story h3 a { color: inherit; }
.ll-side-story h3 a:hover { color: var(--red); }

.ll-trip {
  border-top: 1px solid var(--ink);
  background: var(--paper-2);
  border-bottom: 1px solid var(--ink);
  padding: 24px 26px;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 34px;
  align-items: start;
}
.ll-trip-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
}
.ll-cartoon {
  margin: 0;
  border: 1px solid var(--ink);
  background: #fff;
  text-align: center;
}
.ll-cartoon img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
}
.ll-cartoon figcaption {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.4;
  color: var(--ink);
  padding: 14px 20px 18px;
}
.ll-desks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.ll-desk { background: var(--paper); padding: 15px 16px; }
a.ll-desk { display: block; color: inherit; }
a.ll-desk:hover { color: var(--red); }
.ll-desk b {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.ll-desk span { font-size: 13px; line-height: 1.5; color: #5c5c56; }

.ll-times-foot {
  max-width: 1260px;
  margin: 0 auto;
  padding: 34px 32px 48px;
}
.ll-times-foot-inner {
  border-top: 1px solid var(--ink);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--quiet);
}
.ll-times-foot-desk {
  margin: 10px 0 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--quiet);
}
.ll-times-foot-desk a {
  color: var(--muted);
  border-bottom: 1px solid var(--hair);
}
.ll-times-foot-desk a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

/* Article */
.ll-story { padding: 44px 32px 0; max-width: 1100px; margin: 0 auto; }
.ll-story h1 {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  max-width: 26ch;
}
.ll-story-deck { font-size: 22px; line-height: 1.42; font-style: italic; color: var(--muted); margin: 0 0 26px; max-width: 52ch; }
.ll-story-grid { display: grid; grid-template-columns: minmax(0, 660px) 1fr; gap: 44px; align-items: start; }
.ll-prose { font-size: 18px; line-height: 1.62; color: var(--ink-2); }
.ll-prose p { margin: 0 0 20px; }
.ll-prose h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  margin: 34px 0 14px;
}
.ll-prose h3 { font-family: "Bodoni Moda", serif; font-size: 22px; margin: 28px 0 10px; }
.ll-prose ul, .ll-prose ol { margin: 0 0 20px; padding-left: 1.3rem; }
.ll-prose li { margin-bottom: 0.4rem; }
.ll-prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; margin: 0 0 24px; }
.ll-prose th, .ll-prose td { padding: 0.55rem 0.7rem; border-bottom: 1px solid var(--hair); text-align: left; }
.ll-prose th { background: var(--paper-2); }
.ll-prose blockquote {
  margin: 30px 0;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--red);
  font-family: "Bodoni Moda", serif;
  font-size: 26px;
  line-height: 1.24;
  font-style: italic;
  color: var(--ink);
}
.ll-ask {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #ececea;
  padding: 24px;
  margin: 36px 0;
}
.ll-ask p { color: #cfcfc9; margin: 0 0 16px; }
.ll-nums { border-top: 3px solid var(--ink); padding-top: 11px; }
.ll-nums h3, .ll-more h3 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.ll-num { display: flex; justify-content: space-between; border-bottom: 1px dotted var(--dot); padding-bottom: 9px; margin-bottom: 11px; font-size: 14px; }
.ll-num:last-child { border-bottom: 0; }
.ll-more { border-top: 1px solid var(--ink); padding-top: 11px; margin-top: 22px; }
.ll-more a { display: block; border-bottom: 1px dotted var(--dot); padding-bottom: 13px; margin-bottom: 14px; font-family: "Bodoni Moda", serif; font-size: 18px; font-weight: 700; line-height: 1.15; }
.ll-more a:last-child { border-bottom: 0; }

.ll-page-hero { padding: 56px 32px 36px; max-width: 1100px; margin: 0 auto; }
.ll-page-hero h1 { font-size: clamp(36px, 5vw, 52px); margin: 12px 0 16px; }

.ll-crumbs {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--quiet);
  margin: 0 0 10px;
}
.ll-crumbs a { color: var(--quiet); }
.ll-crumbs a:hover { color: var(--red); }
.ll-crumbs span { color: var(--dot); margin: 0 8px; }

.ll-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 56px;
  align-items: start;
  padding: 56px 32px 0;
  max-width: 1260px;
  margin: 0 auto;
}
.ll-guide h1 { font-size: clamp(40px, 5.5vw, 62px); margin: 10px 0 18px; }
.ll-guide-lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 46ch;
  margin: 0 0 28px;
}
.ll-guide-frame {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--ink);
  background: #e6e6e2;
}
.ll-guide-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
  background: #e6e6e2;
  display: block;
}
.ll-guide-frame figcaption {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  padding: 10px 12px;
  border-top: 1px solid var(--ink);
  background: var(--paper);
}
.ll-statrow-4 { grid-template-columns: repeat(4, 1fr); }
.ll-guide-stats {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px 8px;
}
.ll-guide-stats .ll-statrow { border-top: 1px solid var(--ink); }

.ll-guide-body {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 64px;
  align-items: start;
  max-width: 1260px;
  margin: 0 auto;
  padding: 48px 32px 24px;
}
.ll-guide-body .ll-prose { max-width: 62ch; }
.ll-desk-note {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 18px;
}
.ll-desk-times { padding-top: 48px; padding-bottom: 48px; }
.ll-desk-times .ll-brief-item .ll-desk-note { margin: 8px 0 0; font-size: 12px; color: var(--quiet); }
.ll-desk-times-more { margin-top: 16px; margin-bottom: 0; }

.ll-week-card.is-dead { pointer-events: none; opacity: 0.72; }
.ll-week-card .ll-week-more { display: inline-block; margin-top: 12px; }

.ll-route-band {
  max-width: 1260px;
  margin: 0 auto;
  padding: 34px 32px 0;
}
.ll-route {
  border: 1px solid var(--ink);
  background: var(--paper-2);
  position: relative;
}
.ll-route:not([data-ready]) { min-height: 280px; }
.ll-route.is-done .ll-route-form,
.ll-route.is-done .ll-route-stops,
.ll-route.is-done .ll-route-hill {
  display: none;
}
.ll-route-mast {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  border-bottom: 3px double var(--ink);
  padding: 12px 20px 10px;
}
.ll-route-mast .ll-kicker { margin: 0; }
.ll-route-vol {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quiet);
}
.ll-route-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
}
.ll-route-map-wrap {
  border-right: 1px solid var(--hair);
  padding: 18px 16px 16px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 19px,
      var(--rule) 19px,
      var(--rule) 20px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 19px,
      var(--rule) 19px,
      var(--rule) 20px
    );
}
.ll-route-map {
  display: block;
  width: 100%;
  height: auto;
  max-height: 380px;
}
.ll-route-map .stop {
  cursor: pointer;
}
.ll-route-map .stop-dot {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 1.5;
}
.ll-route-map .stop.is-on .stop-dot {
  fill: var(--red);
  stroke: var(--red);
}
.ll-route-map .stop-ring {
  fill: none;
  stroke: var(--red);
  stroke-width: 1.25;
  opacity: 0;
}
.ll-route-map .stop.is-on .stop-ring { opacity: 1; }
.ll-route-map .stop-label {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  fill: var(--ink);
}
.ll-route-map .press-label {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  fill: var(--blue);
}
.ll-route-map .ridge {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.25;
}
.ll-route-map .route-line {
  fill: none;
  stroke: var(--red);
  stroke-width: 1.5;
  stroke-dasharray: 5 4;
  stroke-linecap: round;
  opacity: 0;
}
.ll-route-map .route-line.is-on {
  opacity: 1;
  stroke-dashoffset: 80;
  animation: ll-route-dash 0.9s ease-out forwards;
}
.ll-route-flyer {
  offset-rotate: auto;
  opacity: 0;
}
.ll-route-flyer.is-flying {
  animation: ll-route-fly 0.85s ease-in-out forwards;
}
.ll-route-copy { padding: 22px 24px 24px; }
.ll-route-copy h2 {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
}
.ll-route-copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 46ch;
}
.ll-route-stops {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.ll-route-stops legend {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  padding: 0;
  margin: 0 0 8px;
}
.ll-route-chip {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 7px 11px;
  cursor: pointer;
}
.ll-route-chip:hover,
.ll-route-chip:focus-visible {
  background: var(--ink);
  color: var(--paper);
}
.ll-route-chip.is-on {
  background: var(--red);
  border-color: var(--red);
  color: #f7f5ee;
}
.ll-route-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: stretch;
}
.ll-route-form label,
.ll-route-hill label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.ll-route-form input[type="email"],
.ll-route-hill input {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 12px 14px;
  width: 100%;
}
.ll-route-form input:focus,
.ll-route-hill input:focus {
  outline: 2px solid var(--blue);
  outline-offset: 0;
}
.ll-route-form button {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  padding: 12px 18px;
  cursor: pointer;
  white-space: nowrap;
}
.ll-route-form button:hover { background: var(--blue); border-color: var(--blue); }
.ll-route-form button:disabled { opacity: 0.55; cursor: wait; }
.ll-route-hill { margin: 10px 0 0; }
.ll-route-hill input { width: 100%; }
.ll-route-note {
  margin: 12px 0 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--quiet);
}
.ll-route-status {
  margin: 12px 0 0;
  min-height: 1.3em;
  font-size: 15px;
  color: var(--red);
}
.ll-route-status.is-ok { color: var(--blue); }
.ll-route-done {
  display: none;
  margin-top: 8px;
}
.ll-route.is-done .ll-route-done { display: block; }
.ll-route-stamp {
  display: inline-block;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  border: 2px solid var(--red);
  padding: 8px 12px;
  transform: rotate(-6deg);
  margin: 0 0 14px;
}
.ll-route-done h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}
.ll-route-done p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
  max-width: 42ch;
}
.ll-route-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ll-route[data-variant="compact"] {
  margin-top: 22px;
}
.ll-route[data-variant="compact"] .ll-route-body {
  grid-template-columns: 1fr;
}
.ll-route[data-variant="compact"] .ll-route-map-wrap { display: none; }
.ll-route[data-variant="compact"] .ll-route-copy { padding: 16px 16px 18px; }
.ll-route[data-variant="compact"] .ll-route-copy h2 { font-size: 24px; margin: 6px 0 8px; }
.ll-route[data-variant="compact"] .ll-route-copy p { font-size: 14px; margin-bottom: 12px; }
.ll-route[data-variant="compact"] .ll-route-form { grid-template-columns: 1fr; }
.ll-route[data-variant="compact"] .ll-route-hill { display: none; }
.ll-route[data-variant="compact"] .ll-route-mast { padding: 10px 16px 8px; }

@keyframes ll-route-dash {
  to { stroke-dashoffset: 0; }
}
@keyframes ll-route-fly {
  0% { offset-distance: 0%; opacity: 0; }
  12% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .ll-route-map .route-line.is-on,
  .ll-route-flyer.is-flying { animation: none; opacity: 1; }
  .ll-route-flyer.is-flying { offset-distance: 100%; }
}

/* ── Motion utilities (scroll reveal, hover polish, reduced-motion safe) ── */
:root {
  --ll-motion-duration: 0.52s;
  --ll-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ll-motion-distance: 12px;
}

.ll-reveal {
  opacity: 0;
  transform: translateY(var(--ll-motion-distance));
  transition:
    opacity var(--ll-motion-duration) var(--ll-motion-ease),
    transform var(--ll-motion-duration) var(--ll-motion-ease);
}
.ll-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.ll-resort-art img {
  transition: transform 0.35s var(--ll-motion-ease);
}
.ll-resort:hover .ll-resort-art img {
  transform: scale(1.03);
}

.ll-desk {
  transition: background 0.2s ease, color 0.18s ease, transform 0.2s var(--ll-motion-ease);
}
a.ll-desk:hover {
  color: var(--red);
  background: var(--paper-2);
  transform: translateY(-1px);
}

.ll-map-tease-frame {
  transition: box-shadow 0.28s var(--ll-motion-ease);
}
.ll-map-tease:hover .ll-map-tease-frame {
  box-shadow: 0 14px 36px rgba(28, 28, 25, 0.11);
}
.ll-map-tease-label {
  transition: color 0.18s ease, transform 0.18s var(--ll-motion-ease);
}
.ll-map-tease:hover .ll-map-tease-label {
  transform: translateX(2px);
}

#home-map .leaflet-container { cursor: grab; }
#home-map .leaflet-container:active { cursor: grabbing; }
#home-map .mtn-map-marker { cursor: pointer; }
#home-map .mtn-map-pin {
  transition: transform 0.18s var(--ll-motion-ease), box-shadow 0.18s ease;
}
#home-map .mtn-map-marker.is-hovered .mtn-map-pin,
#home-map .mtn-map-marker:hover .mtn-map-pin {
  transform: scale(1.32);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.22);
}
#home-map .mtn-map-marker.is-hovered .mtn-map-pin--diamond,
#home-map .mtn-map-marker:hover .mtn-map-pin--diamond {
  transform: rotate(45deg) scale(1.32);
}
#home-map .mtn-map-leaflet-popup .leaflet-popup-content-wrapper {
  transition: transform 0.2s var(--ll-motion-ease), box-shadow 0.2s ease;
}

@keyframes ll-breathe {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0.9; transform: translateY(-1px); }
}
.ll-ticker > span:not(.sep) {
  animation: ll-breathe 7s ease-in-out infinite;
}
.ll-flag h1.ll-display {
  animation: ll-breathe 9s ease-in-out infinite;
}

.ll-index-row {
  transition: background 0.18s ease, padding-left 0.18s var(--ll-motion-ease);
}
.ll-index-row:hover {
  background: rgba(28, 28, 25, 0.03);
  padding-left: 4px;
}

.ll-brief-item {
  transition: opacity 0.18s ease;
}
.ll-brief-item:hover {
  opacity: 0.92;
}

.ll-side-story {
  transition: transform 0.22s var(--ll-motion-ease), opacity 0.18s ease;
}
.ll-side-story:hover {
  transform: translateY(-2px);
}
.ll-three article {
  transition: transform 0.22s var(--ll-motion-ease);
}
.ll-three article:hover {
  transform: translateY(-2px);
}

.ll-story-photo .ll-lead-img,
.ll-story-photo img {
  transition: transform 0.45s var(--ll-motion-ease), opacity 0.45s ease;
}
.ll-story-photo:hover .ll-lead-img,
.ll-story-photo:hover img {
  transform: scale(1.012);
}

.ll-stat b {
  transition: opacity 0.3s ease;
}
.ll-stat b[data-counted="1"] {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ll-btn:hover,
  .ll-resort:hover,
  a.ll-desk:hover,
  .ll-side-story:hover,
  .ll-three article:hover {
    transform: none;
  }
  .ll-resort:hover .ll-resort-art img,
  .ll-story-photo:hover .ll-lead-img,
  .ll-story-photo:hover img {
    transform: none;
  }
  .ll-ticker > span:not(.sep),
  .ll-flag h1.ll-display {
    animation: none;
  }
  #home-map .mtn-map-pin {
    transition: none;
  }
  #home-map .mtn-map-marker.is-hovered .mtn-map-pin,
  #home-map .mtn-map-marker:hover .mtn-map-pin {
    transform: none;
    box-shadow: none;
  }
  #home-map .mtn-map-marker.is-hovered .mtn-map-pin--diamond,
  #home-map .mtn-map-marker:hover .mtn-map-pin--diamond {
    transform: rotate(45deg);
  }
  body.liftline .ll-partner-slot:hover {
    transform: none;
    box-shadow: none;
  }
}

/* Blog index — Liftline Times clippings */
.ll-card {
  display: flex;
  flex-direction: column;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  padding: 1.5rem 1.75rem;
  text-align: left;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
}
.ll-card:hover { border-color: var(--ink); }
.ll-card .ll-kicker { margin-bottom: 10px; }
.ll-card .ll-display {
  font-size: clamp(20px, 2.4vw, 26px);
  margin: 0 0 12px;
  color: var(--ink);
}
.ll-card .ll-byline {
  margin-bottom: 14px;
  padding: 7px 0;
  font-size: 10px;
}
.ll-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 1.25rem;
  flex-grow: 1;
}
.ll-card .ll-week-more {
  display: inline-block;
  margin-top: auto;
  color: var(--ink);
}
.ll-card .ll-week-more:hover { color: var(--red); }

@media (max-width: 700px) {
  .ll-story-photo {
    float: none;
    max-width: 100%;
    margin: 0 0 1.25rem;
  }
}

/* ── Why MTNinfo (Stitch redesign) ── */
.ll-why {
  position: relative;
  background: var(--paper);
  border-top: 1px solid var(--hair);
  overflow: hidden;
}
.ll-why::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='420' viewBox='0 0 560 420'%3E%3Cg fill='none' stroke='%231c1c19' stroke-width='1.1'%3E%3Cpath d='M-20 60C90 20 180 100 280 70S470 20 580 62'/%3E%3Cpath d='M-20 110C90 70 180 150 280 120S470 70 580 112'/%3E%3Cpath d='M-20 160C90 120 180 200 280 170S470 120 580 162'/%3E%3Cpath d='M-20 210C90 170 180 250 280 220S470 170 580 212'/%3E%3Cpath d='M-20 260C90 220 180 300 280 270S470 220 580 262'/%3E%3Cpath d='M-20 310C90 270 180 350 280 320S470 270 580 312'/%3E%3Cpath d='M-20 360C90 320 180 400 280 370S470 320 580 362'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 560px 420px;
}
.ll-why-inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  padding: 64px 32px 56px;
}
.ll-why-head { max-width: 62ch; margin: 0 0 40px; }
.ll-why-title { font-size: clamp(44px, 6.5vw, 72px); margin: 0; line-height: 0.98; }
.ll-why-tagline {
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.1;
  color: var(--ink);
  margin: 10px 0 0;
}
.ll-why-lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  margin: 20px 0 0;
  max-width: 52ch;
}
.ll-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ll-why-card {
  background: var(--paper-2);
  border: 1px solid var(--hair);
  padding: 28px 28px 30px;
  display: flex;
  flex-direction: column;
}
.ll-why-num {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.ll-why-num span:first-child {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--muted);
}
.ll-why-rule {
  flex: 1;
  height: 1px;
  background: var(--hair);
}
.ll-why-card-title {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 12px;
}
.ll-why-card-title span { color: var(--quiet); font-weight: 500; }
.ll-why-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.ll-why-card p a {
  border-bottom: 1px solid var(--hair);
}
.ll-why-card p a:hover { border-bottom-color: var(--red); }
.ll-why-link {
  margin-top: 16px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  padding-bottom: 2px;
  align-self: flex-start;
}
body.liftline .ll-why-link { color: var(--blue); }
body.liftline .ll-why-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

.ll-why-cta {
  position: relative;
  z-index: 1;
  background: var(--ink);
  color: #ececea;
}
.ll-why-cta-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 48px 32px 52px;
}
.ll-why-cta-label {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f8f88;
  margin-bottom: 8px;
}
.ll-why-cta-hed {
  font-size: clamp(32px, 4.4vw, 46px);
  margin: 0 0 12px;
  color: #f6f6f3;
}
.ll-why-cta-dek {
  font-size: 17px;
  line-height: 1.55;
  color: #adada7;
  margin: 0 0 26px;
  max-width: 52ch;
}
.ll-why-cta-btn {
  background: transparent;
  color: #f6f6f3;
  border-color: #f6f6f3;
}
.ll-why-cta-btn:hover {
  background: #f6f6f3;
  color: var(--ink);
  border-color: #f6f6f3;
}

@media (max-width: 780px) {
  .ll-why-cards { grid-template-columns: 1fr; }
  .ll-why-inner { padding: 48px 20px 40px; }
  .ll-why-cta-inner { padding: 40px 20px 44px; }
}

@media (max-width: 980px) {
  .ll-menu { display: block; }
  .ll-nav, .ll-sitebar .ll-btn { display: none; }
  .ll-sitebar.is-open .ll-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
    padding: 16px 32px 24px;
    gap: 16px;
  }
  .ll-hero, .ll-front, .ll-passband-inner, .ll-week-grid, .ll-dates-list, .ll-resort-grid, .ll-footer-grid, .ll-three, .ll-trip, .ll-story-grid, .ll-desks, .ll-guide, .ll-guide-body, .ll-statrow-4, .ll-route-body, .ll-route-form {
    grid-template-columns: 1fr;
  }
  .ll-route-map-wrap { border-right: 0; border-bottom: 1px solid var(--hair); }
  .ll-route-band { padding-left: 20px; padding-right: 20px; }
  .ll-col-l, .ll-col-c, .ll-col-r, .ll-three article { border: 0; padding: 0 0 28px; }
  .ll-flag { grid-template-columns: 1fr; text-align: center; }
  .ll-flag-meta, .ll-flag-meta.right { text-align: center; }
  .ll-cols { column-count: 1; }
  .ll-trip-label { writing-mode: horizontal-tb; transform: none; }
  .ll-hero { padding: 48px 20px 40px; gap: 32px; }
  .ll-wrap, .ll-section, .ll-dates, .ll-week-inner, .ll-below, .ll-front, .ll-story, .ll-guide, .ll-guide-body, .ll-guide-stats, .ll-archive-page, .ll-archive-list, .ll-archive-search-section { padding-left: 20px; padding-right: 20px; }
  .ll-sitebar-inner { padding: 14px 20px; }
  .ll-archive-search { grid-template-columns: 1fr; }
}

/* Desk archives & search */
.ll-archive-page { max-width: 860px; margin: 0 auto; }
.ll-archive-page--desk-header { max-width: none; }
.ll-archive-wrap { padding-bottom: 0; }

/* Desk header hero (leadPhoto display: header) */
.ll-desk-header {
  position: relative;
  overflow: hidden;
  min-height: clamp(168px, 34vw, 280px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
.ll-desk-header-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.52;
}
.ll-desk-header-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(28, 28, 25, 0.28) 0%,
    rgba(28, 28, 25, 0.5) 45%,
    rgba(28, 28, 25, 0.72) 100%
  );
}
.ll-desk-header-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 6px;
}
.ll-flag--on-photo {
  border-bottom-color: rgba(246, 246, 243, 0.32);
  padding-top: clamp(24px, 5vw, 36px);
}
.ll-flag--on-photo .ll-flag-meta,
.ll-flag--on-photo .ll-flag-meta a {
  color: rgba(246, 246, 243, 0.88);
}
body.liftline .ll-flag--on-photo .ll-flag-meta a {
  color: rgba(246, 246, 243, 0.88);
}
.ll-flag--on-photo .ll-flag-meta a:hover,
body.liftline .ll-flag--on-photo .ll-flag-meta a:hover {
  color: #fff;
}
.ll-flag--on-photo h1.ll-display {
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.38);
}
@media (max-width: 700px) {
  .ll-desk-header {
    min-height: clamp(148px, 42vw, 220px);
  }
  .ll-desk-header-img {
    object-position: center 38%;
    opacity: 0.48;
  }
  .ll-desk-header-scrim {
    background: linear-gradient(
      to bottom,
      rgba(28, 28, 25, 0.38) 0%,
      rgba(28, 28, 25, 0.58) 50%,
      rgba(28, 28, 25, 0.78) 100%
    );
  }
  .ll-flag--on-photo {
    padding-top: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ll-flag--on-photo h1.ll-display {
    animation: none;
  }
}
.ll-archive-intro {
  overflow: hidden;
  padding-top: 4px;
  border-bottom: 1px solid var(--hair);
}
.ll-archive-intro .ll-desk-lead-photo {
  margin-top: 0.35rem;
}
.ll-archive-intro .ll-note {
  text-align: left;
  border-bottom: 0;
  padding: 8px 0 12px;
}
@media (max-width: 700px) {
  .ll-archive-intro .ll-note {
    text-align: center;
  }
}
.ll-archive-list {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 32px 64px;
  border-top: 1px solid var(--hair);
}
.ll-archive-item {
  border-bottom: 1px dotted var(--dot);
  padding: 22px 0 24px;
}
.ll-archive-item:last-child { border-bottom: 0; }
.ll-archive-hed {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.12;
  margin: 8px 0 10px;
  letter-spacing: -0.015em;
}
.ll-archive-hed a { border-bottom: 1px solid transparent; }
.ll-archive-hed a:hover { border-bottom-color: var(--red); }
.ll-archive-dek {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  font-style: italic;
}
.ll-archive-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ll-archive-date { color: var(--quiet); font-weight: 400; }
.ll-archive-jump { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.ll-archive-empty {
  margin: 0;
  padding: 24px 0;
  color: var(--quiet);
  font-style: italic;
  text-align: center;
}
.ll-archive-search-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px 64px;
}
.ll-archive-search {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 12px 16px;
  align-items: end;
  border-top: 3px solid var(--ink);
  padding-top: 18px;
  margin-bottom: 12px;
}
.ll-archive-search-label {
  grid-column: 1 / -1;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}
.ll-archive-search-label:nth-of-type(3) { grid-column: 2; }
.ll-archive-input,
.ll-archive-select {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  padding: 10px 12px;
  border: 1px solid var(--ink);
  background: var(--paper-2);
  color: var(--ink);
  width: 100%;
}
.ll-archive-input:focus,
.ll-archive-select:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
}
.ll-archive-count {
  margin: 0 0 8px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--quiet);
}
.ll-desk-back {
  margin: 28px 0 0;
  padding-top: 16px;
  border-top: 1px dotted var(--dot);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ll-desk-back a { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
