/* =====================================================================
   SKI — the dedicated skiing landing page (views/frontend/ski/landing).
   A standalone page: its own white header, a photo hero with a trip-search
   panel, clean white sections with condensed uppercase headings, and its own
   footer. In the site's colours — navy, mustard, warm white and the pale sky
   blue — rather than another brand's.
   Prefix .skl- throughout.
   ===================================================================== */
.skl-page {
  /* Admin → Branding sets --brand-primary / --brand-accent; without them the
     page keeps its designed navy and gold. */
  --skl-navy: var(--brand-primary, #2e4755);
  --skl-ink: #1f3441;
  --skl-muted: #5f7380;
  --skl-gold: var(--brand-accent, #BD830D);
  --skl-sky: #B9DDE5;
  --skl-sky-soft: #EAF5F8;
  --skl-line: #E3E9EC;
  --skl-head: 'Barlow Condensed', 'Oswald', 'Arial Narrow', system-ui, sans-serif;
  --skl-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --skl-radius: 10px;
  --skl-ease: cubic-bezier(.22, .61, .36, 1);
  /* The site's sidebar layout insets the body; this page has no sidebar. */
  padding: 0 !important;
  margin: 0;
  background: #FFFFFF !important;
  color: var(--skl-ink);
  font-family: var(--skl-body);
  -webkit-font-smoothing: antialiased;
}
.skl-page * { box-sizing: border-box; }
.skl-page img { display: block; max-width: 100%; }
.skl-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.skl-wrap { width: min(1180px, 100% - 40px); margin-inline: auto; }
.skl-center { text-align: center; }
.skl-sec { padding-block: clamp(46px, 5.6vw, 84px); scroll-margin-top: 74px; }

.skl-h2 {
  margin: 0 0 clamp(22px, 2.6vw, 38px);
  font-family: var(--skl-head);
  font-size: clamp(1.7rem, 2.7vw, 2.45rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--skl-navy);
}
.skl-h2--left { text-align: left; }
.skl-lead { margin: -22px 0 0; color: var(--skl-muted); font-size: .95rem; }

/* ---- buttons ---- */
.skl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: var(--skl-body);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: filter .2s var(--skl-ease), background-color .2s var(--skl-ease), color .2s var(--skl-ease);
}
.skl-btn--solid { background: var(--skl-navy); color: #FFFFFF; }
.skl-btn--solid:hover { filter: brightness(1.15); }
.skl-btn--line { border: 1.5px solid var(--skl-navy); color: var(--skl-navy); background: transparent; }
.skl-btn--line:hover { background: var(--skl-navy); color: #FFFFFF; }

/* ============================== HEADER ============================== */
.skl-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #FFFFFF;
  border-bottom: 1px solid var(--skl-line);
}
/* Logo | menu | call to action, the outer two taking equal shares so the
   menu sits exactly in the middle of the bar. */
.skl-head__bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  height: 78px;
}
.skl-head__bar > .skl-brand { justify-self: start; }
/* The header runs a little wider than the page's content, so the logo, the
   menu and the button each get clear, even space either side. */
.skl-head .skl-wrap { width: min(1320px, 100% - 48px); }
.skl-brand { display: inline-flex; align-items: center; color: var(--skl-navy); text-decoration: none; }
.skl-brand .brandmark { display: inline-flex; align-items: center; gap: 10px; color: var(--skl-navy); }
.skl-brand .brandmark__svg { width: 58px; height: auto; }
.skl-brand .brandmark__img { height: 44px; width: auto; }
.skl-brand__logo { display: block; height: 54px; width: auto; }
.skl-foot .skl-brand__logo { height: 57px; }
.skl-brand .brandmark__word { display: flex; flex-direction: column; line-height: 1; }
.skl-brand .brandmark__word b { font-family: var(--skl-head); font-size: 1.55rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.skl-brand .brandmark__word span { margin-top: 3px; font-size: .58rem; font-weight: 700; letter-spacing: .2em; color: var(--skl-gold); }

/* ---- the menu ---- */
.skl-nav { justify-self: center; height: 100%; }
.skl-menu { display: flex; align-items: stretch; height: 100%; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.skl-menu__item { display: flex; align-items: center; }
.skl-menu__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--skl-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--skl-ink);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  transition: color .2s var(--skl-ease);
}
.skl-menu__btn svg { width: 14px; height: 14px; transition: transform .25s var(--skl-ease); }
.skl-menu__btn:hover,
.skl-menu__btn[aria-expanded="true"] { color: var(--skl-gold); }
.skl-menu__btn[aria-expanded="true"] svg { transform: rotate(180deg); }
/* A gold rule under the open item, sitting on the header's bottom edge. */
.skl-menu__btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--skl-gold);
  transform: scaleX(0);
  transition: transform .25s var(--skl-ease);
}
.skl-menu__btn[aria-expanded="true"]::after { transform: scaleX(1); }
.skl-menu__btn:focus-visible { outline: 2px solid var(--skl-gold); outline-offset: 4px; }

.skl-head__cta { justify-self: end; display: flex; align-items: center; gap: 12px; }

/* ---- the drop-down panel ----
   The main site's mega-menu look: a full-width white panel hung from the
   header's bottom edge, a rail of groups on the left (the one in view dark,
   with a gold dot), a thin rule, and the group as a three-column grid of
   round photographs with a name and one line beneath, then "Explore all". */
@media (min-width: 1281px) { .skl-head__bar { position: static; } }
.skl-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 60;
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #FFFFFF;
  color: var(--skl-navy);
  border-top: 1px solid var(--skl-line);
  box-shadow: 0 18px 40px rgba(46, 71, 85, .14);
  animation: skl-drop .22s var(--skl-ease);
}
.skl-mega[hidden] { display: none; }
@keyframes skl-drop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.skl-mega__in {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  width: min(1320px, calc(100% - 2 * clamp(20px, 5vw, 96px)));
  margin: 0 auto;
  padding: clamp(28px, 3vw, 44px) 0 clamp(30px, 3.2vw, 48px);
  text-align: left;
}

.skl-mega__rail {
  margin: 0;
  padding: 4px clamp(20px, 2.4vw, 40px) 0 0;
  list-style: none;
  border-right: 1px solid rgba(46, 71, 85, .12);
}
.skl-mega__tab {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 clamp(14px, 1.4vw, 22px);
  padding: 0 0 0 26px;
  border: 0;
  background: none;
  color: rgba(46, 71, 85, .5);
  font-family: var(--skl-body);
  font-size: clamp(1.05rem, 1.35vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.01em;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition: color .2s ease;
}
.skl-mega__tab:hover,
.skl-mega__tab.is-on { color: var(--skl-navy); }
.skl-mega__tab.is-on::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--skl-gold);
  box-shadow: 0 0 0 4px rgba(189, 131, 13, .18);
}
.skl-mega__tab:focus-visible { outline: 2px solid var(--skl-gold); outline-offset: 4px; border-radius: 4px; }

.skl-mega__body { min-width: 0; padding-left: clamp(24px, 3vw, 56px); }
.skl-mega__pane[hidden] { display: none; }
.skl-mega__group { display: none; }
.skl-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 26px) clamp(20px, 2.4vw, 44px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.skl-mega__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: -4px;
  padding: 4px;
  border-radius: 10px;
  color: var(--skl-navy);
  text-decoration: none;
  transition: background-color .18s ease;
}
.skl-mega__item:hover,
.skl-mega__item:focus-visible { background: rgba(46, 71, 85, .045); outline: none; }
.skl-mega__img {
  flex: none;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(46, 71, 85, .07);
}
.skl-mega__img img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.skl-mega__item:hover .skl-mega__img img { transform: scale(1.08); }
.skl-mega__img--icon { color: var(--skl-navy); background: rgba(189, 131, 13, .14); }
.skl-mega__img--icon svg { width: 22px; height: 22px; }
.skl-mega__txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; padding-top: 2px; }
.skl-mega__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.skl-mega__item:hover .skl-mega__name { color: var(--skl-gold); }
.skl-mega__sub {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(46, 71, 85, .62);
  font-size: .86rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.skl-mega__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: clamp(22px, 2.4vw, 34px);
  padding-bottom: 3px;
  border-bottom: 1.5px solid var(--skl-navy);
  color: var(--skl-navy);
  font-size: .98rem;
  font-weight: 600;
  text-decoration: none;
}
.skl-mega__all svg { width: 17px; height: 17px; transition: transform .2s ease; }
.skl-mega__all:hover { color: var(--skl-gold); border-color: var(--skl-gold); }
.skl-mega__all:hover svg { transform: translateX(3px); }
@media (max-width: 1280px) {
  .skl-mega__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .skl-mega { animation: none; }
  .skl-mega__img img, .skl-mega__all svg { transition: none; }
}.skl-phone { display: flex; flex-direction: column; line-height: 1.15; text-align: right; color: var(--skl-ink); text-decoration: none; }
.skl-phone small { font-size: .66rem; color: var(--skl-muted); }
.skl-phone b { font-size: .86rem; white-space: nowrap; }
.skl-home { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--skl-line); color: var(--skl-navy); }
.skl-home svg { width: 18px; height: 18px; }
.skl-home:hover { border-color: var(--skl-gold); color: var(--skl-gold); }

.skl-burger { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; cursor: pointer; }
.skl-burger span { display: block; height: 2px; margin: 5px 0; background: var(--skl-navy); border-radius: 2px; }

/* ============================== HERO ============================== */
.skl-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 64px); color: #FFFFFF; }
.skl-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.skl-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 34, 44, .62), rgba(20, 34, 44, .38) 55%, rgba(20, 34, 44, .55)); }
.skl-hero__in { display: flex; flex-direction: column; align-items: center; text-align: center; }
.skl-hero__title {
  margin: 0;
  font-family: var(--skl-head);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .3);
}
.skl-hero__sub { margin: 12px 0 0; font-size: clamp(.95rem, 1.2vw, 1.1rem); opacity: .92; }
/* The search panel sat right on the line above it; this gives them air. */
.skl-hero__in > .sks { margin-top: clamp(30px, 3.6vw, 52px); }
.skl-hero__cta { margin-top: 20px; }
.skl-hero .skl-btn--solid { background: var(--skl-gold); }

.skl-search {
  position: relative;
  width: min(1120px, 100%);
  margin-top: clamp(26px, 3vw, 40px);
  padding: 20px 22px 16px;
  border-radius: 16px;
  background: #FFFFFF;
  color: var(--skl-ink);
  box-shadow: 0 20px 50px rgba(10, 20, 28, .28);
  text-align: left;
}
/* Destination, dates, guests, go — plus "From" in front once Flights is on. */
.skl-search__row { display: grid; grid-template-columns: 1.1fr 1.15fr .8fr auto; align-items: end; gap: 12px; }
.skl-search__row:has(.skl-field--from:not([hidden])) { grid-template-columns: 1fr 1.1fr 1.15fr .8fr auto; }
.skl-field[hidden] { display: none !important; }
.skl-field { position: relative; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.skl-field > span { font-size: .78rem; font-weight: 700; color: var(--skl-navy); }
.skl-field select,
.skl-field > input,
.skl-dates,
.skl-guests__btn {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid var(--skl-line);
  border-radius: 8px;
  background: #F6F8F9;
  font: inherit;
  font-size: .9rem;
  color: var(--skl-ink);
  outline: none;
}
.skl-field select:focus, .skl-field > input:focus, .skl-dates:focus-within, .skl-guests__btn:focus-visible { border-color: var(--skl-gold); background: #FFFFFF; }
.skl-dates { display: flex; align-items: center; gap: 6px; }
.skl-dates input { flex: 1 1 0; min-width: 0; padding: 0; border: 0; background: none; font: inherit; font-size: .84rem; color: var(--skl-ink); outline: none; }
.skl-dates svg { flex: none; width: 14px; height: 14px; color: var(--skl-muted); }
.skl-guests__btn { text-align: left; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.skl-guests__pop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  width: min(280px, calc(100vw - 48px));
  padding: 14px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 16px 40px rgba(10, 20, 28, .22);
}
.skl-count { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--skl-line); }
.skl-count p { display: flex; flex-direction: column; margin: 0; font-size: .88rem; }
.skl-count small { font-size: .72rem; color: var(--skl-muted); }
.skl-count div { display: flex; align-items: center; gap: 6px; }
.skl-count button { width: 32px; height: 32px; border: 1px solid var(--skl-line); border-radius: 50%; background: #FFFFFF; color: var(--skl-navy); font-size: 1.1rem; line-height: 1; cursor: pointer; }
.skl-count button:hover { border-color: var(--skl-navy); }
.skl-count input { width: 38px; padding: 0; border: 0; text-align: center; font: inherit; font-weight: 700; -moz-appearance: textfield; }
.skl-count input::-webkit-inner-spin-button, .skl-count input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.skl-guests__done { width: 100%; margin-top: 12px; height: 38px; border: 0; border-radius: 8px; background: var(--skl-navy); color: #FFFFFF; font-weight: 700; cursor: pointer; }
.skl-search__go { display: grid; place-items: center; width: 50px; height: 46px; border: 0; border-radius: 8px; background: var(--skl-navy); color: #FFFFFF; cursor: pointer; }
.skl-search__go svg { width: 22px; height: 22px; }
.skl-search__go:hover { filter: brightness(1.15); }

/* The parts of the trip: each chip switches one on or off. */
.skl-search__types { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.skl-type { position: relative; }
.skl-type input { position: absolute; opacity: 0; pointer-events: none; }
.skl-type span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border: 1px solid var(--skl-line);
  border-radius: 999px;
  background: #FFFFFF;
  font-size: .86rem;
  font-weight: 700;
  color: var(--skl-ink);
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s;
}
.skl-type svg { width: 17px; height: 17px; }
.skl-type span:hover { border-color: var(--skl-navy); }
.skl-type input:checked + span { background: var(--skl-navy); border-color: var(--skl-navy); color: #FFFFFF; box-shadow: 0 6px 14px rgba(46, 71, 85, .25); }
.skl-type input:focus-visible + span { outline: 2px solid var(--skl-gold); outline-offset: 2px; }
.skl-search__note { min-height: 1.2em; margin: 10px 0 0; font-size: .8rem; color: var(--skl-muted); }
.skl-search__note b { color: var(--skl-navy); }
.skl-search__help { margin: 6px 0 0; font-size: .76rem; color: var(--skl-muted); }
.skl-search__help a { color: var(--skl-navy); font-weight: 700; }
.skl-rating { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 20px 0 0; padding: 7px 14px; border-radius: 6px; background: #FFFFFF; color: var(--skl-ink); font-size: .8rem; }
.skl-stars { display: inline-flex; gap: 2px; }
.skl-stars i { width: 16px; height: 16px; background: var(--skl-gold); clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.skl-stars--sm i { width: 14px; height: 14px; }

/* ============================== WHY ============================== */
.skl-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 48px); }
.skl-why__item { text-align: center; }
.skl-ic { display: inline-grid; place-items: center; width: 64px; height: 64px; margin-bottom: 12px; color: var(--skl-navy); }
.skl-ic svg { width: 46px; height: 46px; }
.skl-why__item h3 { margin: 0 0 8px; font-size: 1.02rem; color: var(--skl-navy); }
.skl-why__item p { margin: 0 auto; max-width: 32ch; font-size: .88rem; line-height: 1.6; color: var(--skl-muted); }

/* ============================== TEAM ============================== */
/* Copy narrow on the left, the collage taking most of the row, as in the
   reference. */
.skl-team__in { display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, 1fr); align-items: center; gap: clamp(26px, 5vw, 80px); }
.skl-team__copy .skl-h2 { font-size: clamp(1.5rem, 2.2vw, 2.05rem); line-height: 1.35; margin-bottom: 14px; }
.skl-team__copy p { margin: 0 0 22px; color: var(--skl-ink); line-height: 1.55; font-size: .98rem; }

/* Every tile placed in hundredths of the collage, measured off the
   reference. The collage keeps the reference's near-square shape. */
.skl-team__collage { position: relative; aspect-ratio: 720 / 732; width: 100%; max-width: 720px; margin-left: auto; }
.skl-tile { position: absolute; margin: 0; overflow: hidden; border-radius: 8px; background: var(--skl-sky-soft); }
.skl-tile img { width: 100%; height: 100%; object-fit: cover; }
.skl-tile.is-person img { object-position: 50% 25%; }

.skl-tile--b0 { left: 21.8%; top: 0;     width: 43.5%; height: 39.3%; }
.skl-tile--b1 { left: 0;     top: 43.2%; width: 41%;   height: 37.3%; }
.skl-tile--b2 { left: 46%;   top: 43.2%; width: 40.8%; height: 37.3%; }

.skl-tile--s0 { left: 11.3%; top: 18.6%; width: 8.6%;  height: 8.5%; }
.skl-tile--s1 { left: 9.3%;  top: 29.1%; width: 10.6%; height: 10.4%; }
.skl-tile--s2 { left: 67.6%; top: 22.7%; width: 16.9%; height: 16.7%; }
.skl-tile--s3 { left: 89.6%; top: 58.9%; width: 9.6%;  height: 9.4%; }
.skl-tile--s4 { left: 89.6%; top: 70.5%; width: 10.4%; height: 10.2%; }
.skl-tile--s5 { left: 27.8%; top: 83.3%; width: 10.4%; height: 10.2%; }
.skl-tile--s6 { left: 40.8%; top: 83.3%; width: 16.9%; height: 16.7%; }

/* The caption on a large card: name, role and a smaller third line. */
.skl-tile figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 40px clamp(10px, 1.1vw, 16px) clamp(8px, .9vw, 14px);
  background: linear-gradient(transparent, rgba(0, 0, 0, .55));
  color: #FFFFFF;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.skl-tile figcaption b { display: block; font-size: clamp(.8rem, 1vw, 1.02rem); font-weight: 700; }
.skl-tile figcaption span { display: block; font-size: clamp(.74rem, .92vw, .95rem); }
.skl-tile figcaption small { display: block; margin-top: 2px; font-size: clamp(.62rem, .72vw, .76rem); font-weight: 600; opacity: .95; }

/* ============================== TRIP TYPES ============================== */
.skl-types { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.skl-typecard { display: flex; flex-direction: column; gap: 4px; text-decoration: none; color: var(--skl-ink); }
.skl-typecard__img { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 6px; background: var(--skl-sky-soft); }
.skl-typecard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--skl-ease); }
.skl-typecard:hover img { transform: scale(1.05); }
.skl-typecard b { margin-top: 8px; font-size: .92rem; text-align: center; }
.skl-typecard small { font-size: .76rem; text-align: center; color: var(--skl-muted); }

/* ============================== HOW ============================== */
.skl-how { background: linear-gradient(180deg, #FFFFFF, var(--skl-sky-soft) 60%, #FFFFFF); }
.skl-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 34px); margin: 0 0 34px; padding: 0; list-style: none; }
/* The dotted route the steps sit along. */
.skl-steps::before { content: ""; position: absolute; left: 6%; right: 6%; top: 32px; border-top: 2px dashed rgba(46, 71, 85, .28); }
.skl-step { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.skl-step__ic { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 10px; border-radius: 50%; background: #FFFFFF; color: var(--skl-navy); box-shadow: 0 6px 16px rgba(46, 71, 85, .12); }
.skl-step__ic svg { width: 30px; height: 30px; }
.skl-step__n { padding: 3px 10px; border-radius: 4px; background: var(--skl-navy); color: #FFFFFF; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.skl-step b { margin-top: 10px; font-size: .96rem; color: var(--skl-navy); }
.skl-step p { margin: 6px 0 0; font-size: .86rem; line-height: 1.6; color: var(--skl-muted); }

/* ============================== QUOTE ============================== */
.skl-quote__in { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: stretch; overflow: hidden; border-radius: var(--skl-radius); background: var(--skl-navy); }
.skl-quote__card { margin: 0; padding: clamp(28px, 4vw, 54px); color: #FFFFFF; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.skl-quote__card p { margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); font-style: italic; font-weight: 600; line-height: 1.55; }
.skl-quote__card footer { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; }
.skl-quote__card footer small { opacity: .75; }
.skl-quote__img { min-height: 300px; }
.skl-quote__img img { width: 100%; height: 100%; object-fit: cover; }

/* ============================== DESTINATIONS ============================== */
.skl-headrow { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.skl-headrow .skl-h2 { margin-bottom: 26px; }
.skl-dests { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 18px; margin-bottom: 34px; }
.skl-dest { display: flex; flex-direction: column; gap: 4px; text-decoration: none; color: var(--skl-ink); }
.skl-dest__img { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: var(--skl-sky-soft); }
.skl-dest__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--skl-ease); }
.skl-dest:hover img { transform: scale(1.05); }
.skl-dest b { margin-top: 8px; font-size: .95rem; color: var(--skl-navy); }
.skl-dest small { font-size: .78rem; line-height: 1.5; color: var(--skl-muted); }

/* ============================== STORIES ============================== */
.skl-rail { position: relative; margin-bottom: 30px; }
.skl-rail__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.skl-rail__track::-webkit-scrollbar { display: none; }
/* A card that turns over: the photograph on the front, what the piece is
   about on the back. It goes nowhere — a second tap turns it back. */
.skl-story { flex: 0 0 calc((100% - 3 * 16px) / 4); scroll-snap-align: start; color: var(--skl-ink); cursor: pointer; }
.skl-story__flip { position: relative; display: block; aspect-ratio: 3 / 4; perspective: 1200px; }
.skl-story__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--skl-sky-soft);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform .6s var(--skl-ease), opacity .3s var(--skl-ease);
}
.skl-story__front img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--skl-ease); }
.skl-story:hover .skl-story__front img { transform: scale(1.05); }
/* The back is a gradient rather than a flat panel: the site's navy deepening
   into its ink, with a warm gold glow at the foot. */
.skl-story__back {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 1.8vw, 24px);
  background:
    radial-gradient(120% 80% at 10% 105%, rgba(189, 131, 13, .38), transparent 62%),
    linear-gradient(155deg, #3B5766 0%, #2e4755 42%, #16262f 100%);
  color: #FFFFFF;
  transform: rotateY(180deg);
}
/* A hairline of gold across the top edge, as a spine. */
.skl-story__back::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--skl-gold), rgba(185, 221, 229, .9));
}
.skl-story.is-flipped .skl-story__front { transform: rotateY(-180deg); }
.skl-story.is-flipped .skl-story__back { transform: rotateY(0); }
.skl-story:focus-visible { outline: 2px solid var(--skl-gold); outline-offset: 4px; border-radius: 8px; }

/* The "+" in the corner says the card has more behind it. */
.skl-story__more {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(20, 34, 44, .55);
  color: #FFFFFF;
  transition: background-color .2s var(--skl-ease), transform .2s var(--skl-ease);
}
.skl-story__more svg { width: 15px; height: 15px; }
.skl-story:hover .skl-story__more { background: var(--skl-gold); transform: rotate(90deg); }

.skl-story__kicker { font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #E3BC63; }
.skl-story__h {
  margin: 10px 0 0;
  font-family: var(--skl-head);
  font-size: clamp(1.05rem, 1.25vw, 1.3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-align: left !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.skl-story__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 8px 0 12px; font-size: .7rem; letter-spacing: .04em; color: rgba(255, 255, 255, .68); }
.skl-story__meta span { position: relative; }
.skl-story__meta span + span::before { content: "·"; position: absolute; left: -9px; }
.skl-story__text {
  font-size: .82rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .9);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.skl-story__hint { margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .16); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--skl-sky); }

.skl-story > b { display: block; margin-top: 10px; font-size: .9rem; line-height: 1.35; text-align: center; }
.skl-rail__step { position: absolute; top: 38%; z-index: 2; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #FFFFFF; color: var(--skl-navy); box-shadow: 0 4px 14px rgba(20, 34, 44, .22); cursor: pointer; }
.skl-rail__step svg { width: 18px; height: 18px; }
.skl-rail__step--prev { left: -18px; }
.skl-rail__step--next { right: -18px; }
.skl-rail__step[disabled] { opacity: 0; pointer-events: none; }

/* ============================== PAY ============================== */
.skl-pay { padding-block: clamp(34px, 4vw, 56px); }
.skl-pay__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Each mark is a tile you can click: it lifts, takes a gold edge and a light
   sweeps across it. The PNGs carry a white square of their own, so they are
   multiplied into the tile rather than sitting on a visible block. */
.skl-pay__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(78px, 8vw, 96px);
  height: 46px;
  padding: 6px 10px;
  border: 0;
  border-radius: 10px;
  background: none;
  overflow: hidden;
  transition: transform .28s var(--skl-ease), border-color .28s var(--skl-ease), box-shadow .28s var(--skl-ease);
}
/* Small and even: every mark to the same height, none wider than its tile. */
.skl-pay__logos img {
  width: auto;
  max-width: 100%;
  height: 24px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform .3s var(--skl-ease);
}
/* The square marks read smaller than the wordmarks at the same height, so
   they are given a little more of it. */
.skl-pay__logos img[alt="Mastercard"],
.skl-pay__logos img[alt="Net banking"] { height: 30px; }
/* The sweep: a band of light that crosses the tile on hover. */
.skl-pay__mark::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -130%;
  width: 60%;
  height: 220%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(185, 221, 229, .55) 45%, rgba(255, 255, 255, 0));
  transform: rotate(14deg);
  transition: left .55s var(--skl-ease);
  pointer-events: none;
}
.skl-pay__mark:hover,
.skl-pay__mark:focus-visible {
  transform: translateY(-6px);
  outline: none;
}
.skl-pay__mark:hover::after,
.skl-pay__mark:focus-visible::after { left: 130%; }
.skl-pay__mark:hover img,
.skl-pay__mark:focus-visible img { transform: scale(1.09); }
.skl-pay__mark:focus-visible { outline: 2px solid var(--skl-gold); outline-offset: 4px; border-radius: 10px; }
.skl-pay__mark:active { transform: translateY(-2px); }

@media (max-width: 520px) {
  .skl-pay__mark { width: clamp(70px, 24vw, 88px); height: 42px; }
  .skl-pay__logos img { height: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .skl-pay__mark, .skl-pay__logos img, .skl-pay__mark::after { transition: none; }
  .skl-pay__mark:hover { transform: none; }
  .skl-pay__mark:hover::after { left: -130%; }
}

/* ============================== FOOTER ==============================
   The ski pages use the main site's footer design (css/footer.css) without
   its mountain artwork, and with one column more — the ski pages keep their
   own "Ski with us" list beside "About Kohwan". */
.kfootn--plain { background-image: none; }
.kfootn--plain::before { display: none; }
.kfootn--plain .kfootn__inner { padding-top: clamp(26px, 3vw, 44px); }
.kfootn--plain .kfootn__rule { margin-bottom: clamp(26px, 3vw, 44px); }
.kfootn--plain .kfootn__cols {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .82fr) minmax(0, .9fr) minmax(0, 1fr) minmax(0, .66fr);
}
/* The Contact column (Support button, icon lines) is styled in css/footer.css,
   shared with the main footer. */
@media (max-width: 1080px) {
  .kfootn--plain .kfootn__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .kfootn--plain .kfootn__cols { grid-template-columns: minmax(0, 1fr); }
}

/* ============================== VISTA + CLOSING ============================== */
.skl-vista { padding-top: 0; }
.skl-vista__img { aspect-ratio: 21 / 8; overflow: hidden; border-radius: var(--skl-radius); }
.skl-vista__img img { width: 100%; height: 100%; object-fit: cover; }
.skl-ready { padding-top: 0; }

/* ============================== FOOTER ============================== */
.skl-foot { border-top: 1px solid var(--skl-line); background: #F7F9FA; color: var(--skl-ink); }
.skl-foot__in { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 44px); padding-block: 50px 36px; }
.skl-foot__brand { display: flex; flex-direction: column; gap: 18px; }
.skl-social { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.skl-social a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--skl-line); color: var(--skl-navy); background: #FFFFFF; }
.skl-social svg { width: 17px; height: 17px; }
.skl-social a:hover { color: var(--skl-gold); border-color: var(--skl-gold); }
.skl-news label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 700; }
.skl-news div { display: flex; max-width: 280px; border: 1px solid var(--skl-line); border-radius: 6px; overflow: hidden; background: #FFFFFF; }
.skl-news input { flex: 1; min-width: 0; padding: 10px 12px; border: 0; font: inherit; font-size: .85rem; outline: none; }
.skl-news button { width: 44px; border: 0; background: var(--skl-navy); color: #FFFFFF; cursor: pointer; }
.skl-news button svg { width: 18px; height: 18px; margin: auto; }
.skl-foot__col h3 { margin: 4px 0 14px; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--skl-navy); }
.skl-foot__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.skl-foot__col a { font-size: .84rem; color: var(--skl-muted); text-decoration: none; overflow-wrap: anywhere; }
.skl-foot__col a:hover { color: var(--skl-gold); }
.skl-foot__addr { font-size: .84rem; line-height: 1.55; color: var(--skl-muted); }
.skl-foot__legal { margin: 0; padding: 16px 20px; border-top: 1px solid var(--skl-line); text-align: center; font-size: .76rem; color: var(--skl-muted); }

/* ============================== RESPONSIVE ============================== */
/* The full nav needs the width of a wide screen; below that it folds into
   the menu button rather than running off the edge. */
/* Below that, the menu folds behind the menu button into a drop-down list,
   and each item's panel opens in place as an accordion: no rail, every group
   listed one after another under its own name. */
@media (max-width: 1280px) {
  .skl-head__bar { grid-template-columns: 1fr auto; }
  .skl-burger { display: block; }
  .skl-nav {
    position: absolute;
    left: -20px;
    right: -20px;
    top: 100%;
    height: auto;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding: 6px 20px 18px;
    background: #FFFFFF;
    border-top: 1px solid var(--skl-line);
    box-shadow: 0 16px 30px rgba(20, 34, 44, .14);
    display: none;
  }
  .skl-head.is-open .skl-nav { display: block; }
  .skl-menu { flex-direction: column; height: auto; gap: 0; }
  .skl-menu__item { display: block; border-bottom: 1px solid var(--skl-line); }
  .skl-menu__btn { width: 100%; justify-content: space-between; padding: 15px 0; font-size: .86rem; }
  .skl-menu__btn::after { display: none; }

  .skl-mega { position: static; max-height: none; overflow: visible; border: 0; box-shadow: none; animation: none; }
  .skl-mega__in { display: block; width: auto; padding: 0 0 14px; }
  .skl-mega__rail { display: none; }
  .skl-mega__body { padding: 0; }
  .skl-mega__pane[hidden] { display: block; }
  .skl-mega__group { display: block; margin: 14px 0 10px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--skl-gold); }
  .skl-mega__grid { grid-template-columns: 1fr; gap: 12px; }
  .skl-mega__img { width: 40px; height: 40px; }
  .skl-mega__name { font-size: .9rem; }
  .skl-mega__sub { font-size: .78rem; }
  .skl-mega__all { margin-top: 12px; font-size: .88rem; }
  .skl-mega[hidden] { display: none; }
}
@media (max-width: 560px) {
  .skl-head__cta .skl-btn { display: none; }
}
@media (max-width: 1100px) {
  .skl-dests { grid-template-columns: repeat(3, 1fr); }
  .skl-foot__in { grid-template-columns: repeat(2, 1fr); }
  .skl-foot__brand { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .skl-search__row, .skl-search__row:has(.skl-field--from:not([hidden])) { grid-template-columns: 1fr 1fr; }
  .skl-search__row .skl-field--dates, .skl-search__row .skl-field--from { grid-column: 1 / -1; }
  .skl-search__go { grid-column: 1 / -1; width: auto; }
  .skl-why__grid { grid-template-columns: 1fr; }
  .skl-team__in { grid-template-columns: 1fr; }
  .skl-steps { grid-template-columns: repeat(2, 1fr); }
  .skl-steps::before { display: none; }
  .skl-quote__in { grid-template-columns: 1fr; }
  .skl-dests { grid-template-columns: repeat(2, 1fr); }
  .skl-story { flex-basis: 62%; }
  .skl-rail__step { display: none; }
  .skl-headrow { flex-direction: column; }
}
@media (max-width: 520px) {
  /* The cards are small on a phone: name and role only. */
  .skl-tile figcaption { padding: 24px 7px 6px; }
  .skl-tile figcaption b { font-size: .68rem; }
  .skl-tile figcaption span { font-size: .6rem; }
  .skl-tile figcaption small { display: none; }
  .skl-steps { grid-template-columns: 1fr; }
  .skl-foot__in { grid-template-columns: 1fr; }
  .skl-vista__img { aspect-ratio: 16 / 9; }
}
@media (prefers-reduced-motion: reduce) {
  .skl-typecard__img img, .skl-dest__img img, .skl-story__img img { transition: none; }
  .skl-rail__track { scroll-behavior: auto; }
}

/* ============================ WHERE WE TRAVEL ============================
   The count and the regions on the left, the kinds of place beside them and
   their destinations next to those; the one under the pointer fills the right
   of the screen. Laid out to the reference, in the site's own colours. */
.sklo {
  padding-block: 0 !important;
  background: #FFFFFF;
  /* The height of the whole band, so the picture and the words match and a
     long list scrolls inside instead of stretching the section. */
  --sklo-h: clamp(360px, 31vw, 470px);
}
.sklo__in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(22px, 3.4vw, 54px);
  /* Full width: the words keep the page's left margin, the picture runs off
     the right edge of the screen, as the reference has it. */
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0 0 0 max(24px, calc((100% - 1320px) / 2));
}
.sklo__left {
  display: flex;
  flex-direction: column;
  min-width: 0;
  /* At least this tall, so the picture beside it has a shape; it grows only
     if a list needs more, and nothing scrolls inside. */
  min-height: var(--sklo-h);
  padding-block: clamp(24px, 2.6vw, 40px);
}
.sklo__title { font-size: clamp(1.5rem, 2.3vw, 2.1rem); line-height: 1.12; }

.sklo__tabs { display: flex; gap: 26px; margin: clamp(16px, 2vw, 26px) 0 0; border-bottom: 1px solid var(--skl-line); }
.sklo__tab {
  position: relative;
  padding: 0 0 11px;
  border: 0;
  background: none;
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  color: var(--skl-muted);
  cursor: pointer;
  transition: color .2s var(--skl-ease);
}
.sklo__tab::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 3px;
  background: var(--skl-gold);
  transform: scaleX(0);
  transition: transform .22s var(--skl-ease);
}
.sklo__tab:hover { color: var(--skl-navy); }
.sklo__tab.is-on { color: var(--skl-navy); font-weight: 700; }
.sklo__tab.is-on::after { transform: scaleX(1); }
.sklo__tab:focus-visible { outline: 2px solid var(--skl-gold); outline-offset: 4px; }

/* The two lists share the band's height; either one scrolls on its own when
   there are more places than fit, rather than making the section taller. */
.sklo__cols {
  position: relative;
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 34px);
  margin-top: clamp(16px, 2.2vw, 28px);
  min-height: 0;
  flex: 1 1 auto;
}
.sklo__cols[hidden] { display: none; }
/* A soft edge at the foot of the lists, so it reads as "there is more". */

.sklo__types, .sklo__places { min-height: 0; }

.sklo__types::-webkit-scrollbar, .sklo__places::-webkit-scrollbar { width: 5px; }
.sklo__types::-webkit-scrollbar-thumb, .sklo__places::-webkit-scrollbar-thumb { border-radius: 999px; background: #C9D5DB; }
.sklo__types { display: flex; flex-direction: column; gap: 4px; margin: 0; padding: 0 6px 0 0; list-style: none; }
.sklo__type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  background: none;
  font: inherit;
  font-size: .87rem;
  font-weight: 600;
  text-align: left;
  color: var(--skl-ink);
  cursor: pointer;
  transition: background-color .2s var(--skl-ease), color .2s var(--skl-ease);
}
.sklo__type svg { width: 16px; height: 16px; opacity: 0; transform: translateX(-4px); transition: opacity .2s, transform .2s; }
.sklo__type:hover { color: var(--skl-navy); }
.sklo__type.is-on { background: var(--skl-navy); color: #FFFFFF; font-weight: 700; }
.sklo__type.is-on svg { opacity: 1; transform: none; }
.sklo__type:focus-visible { outline: 2px solid var(--skl-gold); outline-offset: 2px; }

/* One column, as the reference has it — a longer list scrolls. */
/* Two columns, so a long list fits the band's height instead of scrolling. */
.sklo__places ul { margin: 0; padding: 2px 6px 0 0; list-style: none; columns: 2 150px; column-gap: clamp(16px, 2vw, 30px); }
.sklo__places li { break-inside: avoid; }
.sklo__places ul[hidden] { display: none; }
/* These names are buttons, not links: they choose what the picture shows
   rather than opening a page. They still have to read as plain text. */
.sklo__places a,
.sklo__places button {
  display: block;
  width: 100%;
  padding: 7px 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: .88rem;
  text-align: left;
  color: var(--skl-muted);
  text-decoration: none;
  cursor: pointer;
  transition: color .18s var(--skl-ease);
}
.sklo__places a:hover,
.sklo__places a:focus-visible,
.sklo__places a.is-on,
.sklo__places button:hover,
.sklo__places button:focus-visible,
.sklo__places button.is-on { color: var(--skl-navy); }

/* The picture: square corners, the full height of the band, and it runs off
   the right edge of the screen. */
.sklo__media {
  position: relative;
  display: block;
  min-height: var(--sklo-h);
  overflow: hidden;
  background: var(--skl-sky-soft);
  text-decoration: none;
}
.sklo__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .3s var(--skl-ease), transform 6s var(--skl-ease); }
.sklo__media:hover img { transform: scale(1.04); }
.sklo__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 34, 44, .55), rgba(20, 34, 44, .08) 45%, rgba(20, 34, 44, .12));
}
.sklo__cap { position: absolute; top: clamp(16px, 2vw, 26px); left: clamp(16px, 2vw, 26px); right: clamp(16px, 2vw, 26px); z-index: 2; color: #FFFFFF; }
.sklo__cap small { display: block; font-size: .74rem; opacity: .85; }
.sklo__cap b { display: block; margin-top: 3px; font-family: var(--skl-head); font-size: clamp(1.25rem, 1.9vw, 1.7rem); font-weight: 700; letter-spacing: .02em; }

@media (max-width: 900px) {
  .sklo { --sklo-h: auto; }
  .sklo__in { grid-template-columns: 1fr; padding: 0 20px; }
  .sklo__left { height: auto; }
  .sklo__media { min-height: 280px; order: -1; margin-inline: -20px; }
  .sklo__cols { grid-template-columns: 1fr; }
  .sklo__cols::after { display: none; }
  .sklo__types, .sklo__places { max-height: none; overflow: visible; }
  .sklo__types { flex-direction: row; flex-wrap: wrap; }
  .sklo__type { width: auto; border: 1px solid var(--skl-line); }
}
@media (prefers-reduced-motion: reduce) {
  .sklo__media img, .sklo__type svg, .sklo__tab::after { transition: none; }
}
/* ---- the footer's contact column ---- */
.skl-foot__col--contact ul { display: flex; flex-direction: column; gap: 10px; }
.skl-foot__col--contact li { display: flex; }
.skl-foot__col--contact a,
.skl-foot__col--contact .skl-foot__addr {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .84rem;
  line-height: 1.5;
  color: var(--skl-muted);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.skl-foot__col--contact svg { flex: none; width: 15px; height: 15px; margin-top: 2px; color: var(--skl-gold); }
.skl-foot__col--contact a:hover { color: var(--skl-gold); }

/* ---- the legal line ---- */
.skl-foot__legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 18px; }
.skl-foot__legal span { color: var(--skl-muted); }
.skl-foot__legal a { color: var(--skl-navy); font-weight: 600; text-decoration: none; }
.skl-foot__legal a:hover { color: var(--skl-gold); text-decoration: underline; }
@media (max-width: 1000px) {
  .skl-foot__in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .skl-foot__in { grid-template-columns: 1fr; }
}
/* ===================== THE MOUNTAIN IN NUMBERS =====================
   A line of claims, one flat statement, and a row of icon figures under it.
   The icons are drawn paths, so each one can move on its own: the chair
   swings from its cable, the skier glides, the peaks breathe and the flake
   turns. Whole numbers count themselves up when the row comes into view.
   Prefix .sklstat-. */
.sklstat__in { text-align: center; }

.sklstat__eyebrow {
  margin: 0 0 14px;
  font-size: clamp(.72rem, 1vw, .82rem);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--skl-gold);
}
.sklstat__h { margin-bottom: clamp(30px, 3.6vw, 48px); }

.sklstat__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(26px, 5vw, 78px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.sklstat__item {
  flex: 0 1 150px;
  min-width: 120px;
  /* Held back until the row is seen, then each one arrives just after the
     one before it. */
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s var(--skl-ease), transform .6s var(--skl-ease);
  transition-delay: calc(var(--i, 0) * 110ms);
}
.sklstat[data-seen] .sklstat__item { opacity: 1; transform: none; }

.sklstat__ic {
  display: block;
  width: clamp(48px, 5.2vw, 62px);
  height: clamp(48px, 5.2vw, 62px);
  margin: 0 auto 14px;
  color: var(--skl-navy);
  transition: color .25s var(--skl-ease), transform .25s var(--skl-ease);
}
.sklstat__ic svg { width: 100%; height: 100%; overflow: visible; }
.sklstat__item:hover .sklstat__ic { color: var(--skl-gold); transform: translateY(-3px) scale(1.06); }

/* One line, always: a label that wraps drops its figure off the baseline the
   other three sit on. */
.sklstat__lab { display: block; white-space: nowrap; font-size: clamp(.92rem, 1.2vw, 1.02rem); font-weight: 800; color: var(--skl-ink); }
.sklstat__val { display: block; margin-top: 4px; font-size: clamp(.9rem, 1.15vw, 1rem); color: var(--skl-muted); }

/* ---- the icons in motion ----
   Each starts only once the row is in view, so nothing animates off-screen. */
.sklstat[data-seen] .sklstat__ic--lift .sks-chair {
  transform-origin: 32px 7px;                       /* hangs from the cable */
  animation: sklstat-sway 3.6s var(--skl-ease) infinite;
}
.sklstat[data-seen] .sklstat__ic--skier .sks-ski,
.sklstat[data-seen] .sklstat__ic--skier circle,
.sklstat[data-seen] .sklstat__ic--skier path { animation: sklstat-glide 2.9s var(--skl-ease) infinite; }
.sklstat[data-seen] .sklstat__ic--peak svg { animation: sklstat-breathe 5s var(--skl-ease) infinite; }
.sklstat[data-seen] .sklstat__ic--flake svg {
  transform-origin: 50% 50%;
  animation: sklstat-turn 22s linear infinite;
}

@keyframes sklstat-sway {
  0%, 100% { transform: rotate(-3.5deg); }
  50%      { transform: rotate(3.5deg); }
}
@keyframes sklstat-glide {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-2.5px, 1.5px); }
}
@keyframes sklstat-breathe {
  0%, 100% { transform: translateY(0) scaleY(1); }
  50%      { transform: translateY(-2px) scaleY(1.04); }
}
@keyframes sklstat-turn { to { transform: rotate(360deg); } }

/* Below the full row, two and two rather than three and a stray one. */
@media (max-width: 900px) {
  .sklstat__row { gap: 30px 18px; }
  .sklstat__item { flex: 0 1 38%; }
}

/* Movement is decoration here; the figures read the same without it. */
@media (prefers-reduced-motion: reduce) {
  .sklstat__item { opacity: 1; transform: none; transition: none; }
  .sklstat__ic svg,
  .sklstat__ic * { animation: none !important; }
}

/* ======================= HOW — slider on phones & tablets =======================
   Below 1100px the four steps become a sideways slider that moves on by
   itself (js/ski-landing.js): one step to a view on a phone, two on a
   tablet, each centred on a white card, with dots underneath. Desktop keeps
   the four-across row with its dotted route. */
@media (max-width: 1099px) {
  .skl-how .skl-steps {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
    padding: 6px 2px 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .skl-how .skl-steps::-webkit-scrollbar { display: none; }
  .skl-how .skl-steps::before { display: none; }
  .skl-how .skl-step {
    flex: 0 0 calc((100% - 16px) / 2);
    scroll-snap-align: start;
    align-items: center;
    padding: 26px 20px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 22px rgba(46, 71, 85, .08);
    text-align: center;
  }
  .skl-how .skl-step p { max-width: 34ch; }
  .skl-dots { display: flex; justify-content: center; gap: 8px; margin: 0 0 26px; }
  .skl-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(46, 71, 85, .25);
    cursor: pointer;
    transition: width .25s ease, background-color .25s ease;
  }
  .skl-dots button[aria-current="true"] { width: 24px; background: var(--skl-navy); }
}
@media (max-width: 640px) {
  /* Phones: no card behind the step — it sits on the section's own wash. */
  .skl-how .skl-step { flex-basis: 100%; background: none; box-shadow: none; border-radius: 0; }
}
@media (min-width: 1100px) {
  .skl-dots { display: none; }
}

/* ================ A TRIP FOR EVERY SKIER — slider on phones & tablets ================
   Desktop keeps its row of five. Below 1100px the cards become a swipe
   slider: they snap into place one at a time, the next one peeks in at the
   edge so it is plain there is more, and the dots underneath (the same dots
   as "How it works", added by js/ski-landing.js) show where you are and take
   you there. The scrollbar is hidden. */
@media (max-width: 1099px) {
  .skl-types {
    --skl-types-per: 2.6;
    --skl-types-gap: 14px;
    display: flex;
    gap: var(--skl-types-gap);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .skl-types::-webkit-scrollbar { display: none; }
  .skl-types > .skl-typecard {
    flex: 0 0 calc((100% - (var(--skl-types-per) - 1) * var(--skl-types-gap)) / var(--skl-types-per));
    min-width: 0;
    scroll-snap-align: start;
  }
  .skl-types + .skl-dots { margin: 18px 0 0; }
  .skl-dots[hidden] { display: none; }
}
/* A smaller tablet: a little over two cards. */
@media (max-width: 820px) {
  .skl-types { --skl-types-per: 2.2; }
}
/* A phone: one and a half cards, so the next is clearly there to swipe to. */
@media (max-width: 520px) {
  .skl-types { --skl-types-per: 1.45; --skl-types-gap: 12px; }
}
