/* ==========================================================
   Cape Smokey — Modern landing page (square / sharp design)
   Brand: Winter #0e296e · Summer #c49b58 · Font: Montserrat
   ========================================================== */

:root {
  --winter: #0e296e;
  --winter-2: #1c4ab8;
  --winter-deep: #061840;
  --gold: #c49b58;
  --gold-2: #e3bf80;
  --ink: #0a0c1c;
  --paper: #ffffff;
  --paper-2: #ffffff;
  --line: rgba(14, 41, 110, 0.12);
  --shape-url: url("https://www.capesmokey.ca/themes/capesmokey/pic/shape.png?1");

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0.2, 0.2, 1);

  --wrap: clamp(20px, 3.4vw, 56px);
  --logo-h: 120px; /* shrink by ~30% from 170 */
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--wrap);
}

/* ---------- Buttons (sharp / square) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.65em;
  padding: 0.95em 1.55em;
  font-weight: 600; font-size: 0.92rem; letter-spacing: 0.04em;
  border-radius: 0;
  text-transform: uppercase;
  transition: transform 0.4s var(--ease), background 0.3s, color 0.3s, box-shadow 0.4s, border-color 0.3s;
  white-space: nowrap;
}
.btn--gold {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 8px 30px -12px rgba(196, 155, 88, 0.55);
}
.btn--gold:hover {
  background: var(--gold-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 38px -10px rgba(196, 155, 88, 0.65);
}
.btn--ghost {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}
.btn--ghost:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn--outline {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  background: transparent;
}
.btn--outline:hover { background: var(--gold); color: #fff; }
.btn--white-outline {
  border: 1.5px solid rgba(255,255,255,0.85);
  color: #fff;
  background: transparent;
  letter-spacing: 0.18em;
}
.btn--white-outline:hover { background: #fff; color: var(--winter); }
.btn--ink-outline {
  border: 1.5px solid var(--winter);
  color: var(--winter);
  background: transparent;
  letter-spacing: 0.18em;
}
.btn--ink-outline:hover { background: var(--winter); color: #fff; }
.btn--sm { padding: 0.65em 1.1em; font-size: 0.78rem; }

/* ---------- Eyebrow / display ---------- */
.eyebrow {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--winter);
  position: relative; padding-left: 32px;
}
.eyebrow::before {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 22px; height: 2px; background: var(--gold);
  transform: translateY(-50%);
}
.eyebrow--light { color: rgba(255,255,255,0.78); }
.eyebrow--light::before { background: var(--gold); }

/* unified single-word section heading */
.display {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  margin: 0.35em 0 0.6em;
  text-transform: uppercase;
  color: var(--winter);
}
.display--light { color: #fff; }
.display .gold {
  color: var(--gold);
  font-weight: 600;
}

/* Swiper pagination — wrapped shell + gold active bullet */
.swiper-shell { position: relative; }
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  bottom: -35px !important;
  left: 0;
  right: 0;
}
.swiper-pagination-bullet {
  width: 9px; height: 9px;
  background: rgba(14, 41, 110, 0.25);
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  transition: background 0.3s, transform 0.3s;
}
.swiper-pagination-bullet-active {
  background: var(--gold);
  transform: scale(1.3);
}
.section--dark .swiper-pagination-bullet,
.section--shaped-br .swiper-pagination-bullet {
  background: rgba(255,255,255,0.3);
}
.section--dark .swiper-pagination-bullet-active,
.section--shaped-br .swiper-pagination-bullet-active {
  background: var(--gold);
}

/* Material Symbols Outlined — luxury thin outline */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  display: inline-flex;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 48;
  letter-spacing: 0;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: var(--gold);
}

/* ---------- Sections ---------- */
.section { position: relative; padding: clamp(80px, 11vw, 160px) 0; }
.section--dark {
  background: linear-gradient(135deg, var(--winter), var(--martock-deep));
  color: #fff;
  isolation: isolate;
}

.section--shaped::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 850px;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
}
.section--dark > * { position: relative; z-index: 1; }

/* paper section variant */
.section--paper { background: var(--paper); color: var(--ink); }

/* topographic shape on light bg — inverted to navy lines */
.section--shaped-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 560px;
  pointer-events: none;
  z-index: 0;
  filter: invert(1) brightness(0.45);
  opacity: 0.09;
}
.section--shaped-light.section--shaped-bl::before {
  background-position: left bottom;
}
/* topographic on dark bg — bottom-right corner */
.section--shaped-br::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 720px;
  opacity: 0.32;
  mix-blend-mode: screen;
  pointer-events: none; z-index: 0;
}
.section--paper > *,
.section--shaped-br > * { position: relative; z-index: 1; }

/* occasional separator */
.shape-separator {
  position: relative;
  height: clamp(80px, 12vw, 160px);
  background: linear-gradient(135deg, var(--winter), var(--martock-deep));
  overflow: hidden;
}
.shape-separator::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 600px;
  opacity: 0.55;
  mix-blend-mode: screen;
}

.section__head {
  max-width: min(720px, 100%);
  margin-bottom: clamp(40px, 5vw, 80px);
}
.section__head--row {
  display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: space-between; align-items: flex-end;
  max-width: none;
}
.section__lede {
  font-size: 1.05rem; line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin-top: 12px;
}

/* ==========================================================
   HERO
   ========================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  color: #fff;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0; z-index: -2;
  overflow: hidden;
}
.hero__video {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: saturate(1.05) contrast(1.05);
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 41, 110, 0.32), rgba(14, 41, 110, 0.32)),
    radial-gradient(120% 80% at 50% 110%, rgba(14, 41, 110, 0.9) 0%, rgba(14, 41, 110, 0.35) 55%, rgba(14, 41, 110, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 24, 64, 0.55) 0%, rgba(6, 24, 64, 0.18) 35%, rgba(6, 24, 64, 0.18) 60%, rgba(6, 24, 64, 0.65) 100%);
}
.hero__shape {
  position: absolute;
  right: -14%;
  bottom: -10%;
  width: 38%;
  height: 70%;
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: 0.45;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* ==========================================================
   TOP BAR — header.jpg layout
   Big logo left · utility row top-right · main nav under it
   ========================================================== */
.topbar {
  position: absolute; top: 0; left: 0; right: 0;
  z-index: 60;
  padding: 18px var(--wrap);
  transition: background 0.45s var(--ease), padding 0.45s var(--ease), backdrop-filter 0.45s;
}
.topbar.is-pinned {
  position: fixed; top: 0;
  z-index: 60;
  background: rgba(8, 22, 60, 0.85);
  backdrop-filter: saturate(1.4) blur(16px);
  -webkit-backdrop-filter: saturate(1.4) blur(16px);
  padding-top: 10px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.brand {
  display: flex; align-items: center;
}
.brand img {
  height: var(--logo-h);
  width: auto;
  filter: drop-shadow(0 6px 22px rgba(0,0,0,0.45));
  transition: height 0.4s var(--ease);
}
.topbar.is-pinned .brand img { height: 70px; }

.topbar__right {
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 12px;
  min-width: 0;
}

.topbar__utility {
  display: flex; align-items: center;
  gap: 14px;
  flex-wrap: wrap; justify-content: flex-end;
}
.util-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  transition: color 0.3s;
}
.util-pill:hover { color: var(--gold-2); }
.util-pill svg { color: var(--gold); }
.util-pill strong { color: #fff; font-weight: 700; }
.util-pill--status { gap: 10px; }
.status-dot {
  width: 8px; height: 8px;
  background: #ff5252;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.6);
  animation: pulse 2.4s infinite;
}
.topbar__utility .btn {
  padding: 8px 16px;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 500;
}

.mainmenu > ul {
  display: flex; gap: clamp(2px, 0.7vw, 12px);
  justify-content: flex-end;
  flex-wrap: wrap;
}
.mainmenu a {
  display: inline-flex;
  align-items: center;
  padding: 8px 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  transition: color 0.3s;
}
.mainmenu a::after {
  content: ""; position: absolute; left: 5px; right: 5px; bottom: 2px;
  height: 1.5px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.mainmenu a:hover { color: var(--gold-2); }
.mainmenu a:hover::after { transform: scaleX(1); }
.mainmenu .has-sub { position: relative; }
.mainmenu .submenu {
  position: absolute; top: 100%; left: 0;
  min-width: 240px;
  background: rgba(6, 18, 50, 0.96);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 8px;
  opacity: 0; pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s var(--ease);
  z-index: 10;
}
.mainmenu .has-sub:hover .submenu,
.mainmenu .has-sub:focus-within .submenu {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.mainmenu .submenu a {
  display: block; padding: 10px 14px;
  font-size: 0.84rem; font-weight: 500;
}
.mainmenu .submenu a:hover { background: rgba(255,255,255,0.06); }
.mainmenu .submenu a::after { display: none; }

.burger { display: none; flex-direction: column; gap: 5px; padding: 10px; cursor: pointer; }
.mainmenu__close { display: none; }
.mainmenu__head { display: none; }
.burger span {
  width: 24px; height: 2px; background: #fff; display: block;
  transition: transform 0.4s var(--ease), opacity 0.3s;
  transform-origin: center;
}
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile mini util */
.topbar__mobile-util {
  display: none;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
}
.mini-status {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.mini-status .status-dot { width: 7px; height: 7px; }
.mini-status--closed .status-dot { background: #ff5252; }
.mini-status--open .status-dot { background: #5dffa6; }
.mini-temp {
  display: inline-flex; align-items: center; gap: 5px;
  color: #fff;
}
.mini-temp svg { color: var(--gold); }
.mini-temp strong { font-weight: 700; }

/* Hero content */
.hero__content {
  position: relative; z-index: 2;
  margin: auto var(--wrap);
  max-width: 920px;
  padding-top: 24vh;
  padding-bottom: 6vh;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500;
}
.hero__eyebrow .dot {
  width: 8px; height: 8px; background: var(--gold);
  box-shadow: 0 0 0 0 rgba(196, 155, 88, 0.7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(196, 155, 88, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(196, 155, 88, 0); }
  100% { box-shadow: 0 0 0 0 rgba(196, 155, 88, 0); }
}
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 5.8vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0.3em 0 0.4em;
  text-wrap: balance;
}
.hero__title span {
  display: inline-block;
  margin-right: 0.18em;
}
.hero__title .italic {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.hero__sub {
  max-width: 600px;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin: 0 0 32px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }

.hero__bottom {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  padding: 24px var(--wrap) 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, transparent, rgba(6,18,50,0.55));
}
.hero__live { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.live-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.live-pill .pulse {
  width: 7px; height: 7px; background: #5dffa6;
  box-shadow: 0 0 0 0 rgba(93, 255, 166, 0.6);
  animation: pulse 1.8s infinite;
}
.live-stats {
  display: flex; gap: clamp(18px, 3vw, 36px); flex-wrap: wrap;
}
.live-stats li { display: flex; flex-direction: column; }
.live-stats strong {
  font-size: 1rem; font-weight: 700; color: var(--gold-2);
}
.live-stats span {
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.hero__scroll {
  display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 0.7rem; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.7);
}
.hero__scroll-line {
  width: 1px; height: 38px;
  background: linear-gradient(180deg, transparent, var(--gold));
  position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ""; position: absolute; left: 0; top: -100%;
  width: 1px; height: 100%; background: #fff;
  animation: scrollLine 2s var(--ease) infinite;
}
@keyframes scrollLine {
  0% { top: -100%; } 100% { top: 100%; }
}

/* ==========================================================
   WELCOME — main photo aspect 1/1
   ========================================================== */
.welcome { background: var(--paper); }
.welcome__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.welcome__copy p {
  line-height: 1.75; color: #2a2e44; margin: 0 0 1.1em;
  max-width: 56ch;
}
.welcome__meta {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.welcome__meta strong {
  display: block; font-size: 2.1rem; font-weight: 800;
  color: var(--winter); letter-spacing: -0.02em;
}
.welcome__meta strong span {
  font-size: 0.9rem; font-weight: 500; margin-left: 4px;
  color: var(--gold); letter-spacing: 0;
}
.welcome__meta > div > span {
  font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #6b7088;
}

.welcome__media {
  position: relative;
  aspect-ratio: 1/1;
}
.welcome__photo { margin: 0; overflow: hidden; }
.welcome__photo--main {
  position: absolute; inset: 0;
  box-shadow: 0 30px 60px -30px rgba(14, 41, 110, 0.45);
}
.welcome__photo--main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.6s var(--ease);
}
.welcome__photo:hover img { transform: scale(1.06); }
.welcome__photo--small {
  position: absolute; right: -10%; bottom: -8%;
  width: 50%; aspect-ratio: 1/1;
  border: 8px solid var(--paper);
  overflow: hidden;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.4);
}
.welcome__photo--small img {
  width: 100%; height: 100%; object-fit: cover;
}
.welcome__badge {
  position: absolute; left: -8%; top: 20px;
  width: 110px; height: 110px;
  background: var(--winter);
  color: #fff;
  display: grid; place-items: center; text-align: center;
  font-weight: 700;
  box-shadow: 0 14px 30px -10px rgba(14, 41, 110, 0.6);
}
.welcome__badge strong {
  display: block; font-size: 0.7rem; letter-spacing: 0.3em;
  color: var(--gold);
}
.welcome__badge span { font-size: 1.6rem; }

/* ==========================================================
   TICKETS — image cards w/ dark bottom overlay
   ========================================================== */
.tickets-swiper { width: 100%; overflow: hidden; }
.swiper-controls--ink button { border-color: var(--winter); color: var(--winter); }
.swiper-controls--ink button:hover { background: var(--winter); border-color: var(--winter); color: #fff; }

.ticket-card {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  isolation: isolate;
  background: var(--winter-deep);
}
.ticket-card__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 1.4s var(--ease);
}
.ticket-card:hover .ticket-card__bg { transform: scale(1.06); }
.ticket-card__overlay {
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 18, 50, 0) 30%, rgba(6, 18, 50, 0.6) 60%, rgba(8, 22, 60, 0.96) 100%);
}
.ticket-card__body {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 24px 24px 24px;
  color: #fff;
  display: flex; flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.ticket-card__title {
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.ticket-card__sub {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
}
.ticket-card__price {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  margin-top: 2px;
}
.ticket-card__btn {
  margin-top: 14px;
  display: inline-flex; align-items: center;
  padding: 11px 22px;
  border: 1.5px solid rgba(255,255,255,0.85);
  color: #fff;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.ticket-card__btn:hover {
  background: #fff;
  color: var(--winter);
  border-color: #fff;
}

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  transition: gap 0.3s;
  cursor: pointer;
}
.link-arrow:hover { gap: 14px; }

/* ==========================================================
   ACTIVITIES — Swiper
   ========================================================== */
.filter-row {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.season-toggle {
  display: inline-flex;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 4px;
}
.season-toggle button {
  padding: 10px 22px;
  font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  transition: background 0.4s, color 0.4s;
}
.season-toggle button.is-active {
  background: var(--gold);
  color: #14213d;
}

.swiper-controls {
  display: flex; gap: 6px;
}
.swiper-controls button {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.swiper-controls button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #14213d;
}
.swiper-controls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.activities-swiper, .news-swiper {
  width: 100%;
  overflow: hidden;
}
.activities-swiper { padding-bottom: 4px; }

.act-card {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #0a1838;
  cursor: pointer;
  isolation: isolate;
}
.act-card__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 1.4s var(--ease), filter 0.5s;
  filter: saturate(1.05);
}
.act-card:hover .act-card__img {
  transform: scale(1.08);
}
.act-card__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 18, 50, 0.0) 0%, rgba(6, 18, 50, 0.2) 35%, rgba(6, 18, 50, 0.9) 100%);
  transition: background 0.5s;
}
.act-card:hover .act-card__overlay {
  background:
    linear-gradient(180deg, rgba(6, 18, 50, 0.05) 0%, rgba(6, 18, 50, 0.4) 35%, rgba(6, 18, 50, 0.96) 100%);
}
.act-card__inner {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px 24px 22px;
  color: #fff;
}
.act-card__season {
  position: absolute; top: 18px; left: 22px;
  font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  padding: 6px 10px;
  background: rgba(6, 18, 50, 0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(196, 155, 88, 0.4);
}
.act-card h3 {
  font-size: 1.25rem; font-weight: 700; margin: 0 0 10px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.act-card .link-arrow {
  color: var(--gold-2);
  font-size: 0.72rem;
}

/* ==========================================================
   STAY
   ========================================================== */
.stay { background: var(--paper); }
.stay__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.stay__copy p {
  font-size: 1.02rem; line-height: 1.75; color: #2a2e44;
  max-width: 56ch; margin: 0 0 22px;
}
.stay__copy a {
  color: var(--winter);
  border-bottom: 1px solid var(--winter);
}
.stay__copy .btn {
  margin-top: 18px;
}
.stay__media {
  overflow: hidden;
  aspect-ratio: 16/11;
  box-shadow: 0 30px 60px -30px rgba(14,41,110,0.5);
}
.stay__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease);
}
.stay__media:hover img { transform: scale(1.04); }

/* ==========================================================
   NEWS — same card as activities
   ========================================================== */
.news-card {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #0a1838;
  isolation: isolate;
  cursor: pointer;
}
.news-card__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 1.4s var(--ease);
}
.news-card:hover .news-card__img { transform: scale(1.08); }
.news-card__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 18, 50, 0.0) 0%, rgba(6, 18, 50, 0.2) 35%, rgba(6, 18, 50, 0.9) 100%);
}
.news-card__inner {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px 24px 22px;
  color: #fff;
}
.news-card__date {
  position: absolute; top: 18px; left: 22px;
  background: var(--gold);
  color: #14213d;
  padding: 8px 12px;
  text-align: center;
  display: grid;
}
.news-card__date strong {
  font-size: 1.4rem; font-weight: 800; line-height: 1;
}
.news-card__date span {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
}
.news-card__tag {
  font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; color: var(--gold);
  margin-bottom: 8px;
}
.news-card h3 {
  font-size: 1.25rem; font-weight: 700; margin: 0 0 12px;
  letter-spacing: -0.01em;
}

/* ==========================================================
   RUNS / MAP
   ========================================================== */
.runs__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.runs__copy p {
  color: rgba(255,255,255,0.78); line-height: 1.7;
  max-width: 60ch;
}
.runs__legend {
  display: grid; gap: 14px;
  margin: 32px 0;
}
.runs__legend li {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.92rem; font-weight: 500;
  color: rgba(255,255,255,0.85);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.runs__legend .dot {
  width: 14px; height: 14px;
}
.runs__legend .dot--green { background: #5dffa6; box-shadow: 0 0 12px rgba(93,255,166,0.5); }
.runs__legend .dot--blue { background: #5da9ff; box-shadow: 0 0 12px rgba(93,169,255,0.5); }
.runs__legend .dot--black { background: #1a1a2e; border: 1px solid rgba(255,255,255,0.4); }
.runs__legend .dot--double { background: #fff; box-shadow: inset 0 0 0 4px #1a1a2e; }

.runs__widget {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: var(--winter);
}
.runs__widget > p { margin: 0; }
.runs__widget iframe {
  display: block;
  width: 100%;
  border: 0;
  background: var(--winter);
}
.run {
  fill: none; stroke-width: 2.4; stroke-linecap: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  filter: drop-shadow(0 0 6px currentColor);
  animation: drawRun 2.4s var(--ease) forwards;
}
.run--green { stroke: #5dffa6; animation-delay: 0.2s; }
.run--blue { stroke: #5da9ff; animation-delay: 0.4s; }
.run--black { stroke: #ffffff; animation-delay: 0.6s; }
.run--double { stroke: #c49b58; animation-delay: 0.8s; }
@keyframes drawRun { to { stroke-dashoffset: 0; } }

.cable { stroke: rgba(255,255,255,0.5); stroke-width: 1; stroke-dasharray: 2 4; }
.cabin {
  fill: var(--gold);
  filter: drop-shadow(0 0 6px rgba(196,155,88,0.6));
  animation: glide 6s var(--ease-soft) infinite;
}
.cabin:nth-of-type(2) { animation-delay: -3s; }
@keyframes glide {
  0% { transform: translate(0, 0); }
  50% { transform: translate(20px, -14px); }
  100% { transform: translate(0, 0); }
}

/* ==========================================================
   WEATHER — windy widget
   ========================================================== */
/* ==========================================================
   WEATHER — windy iframe + 2-column data panel (dark bg)
   ========================================================== */
.weather { color: #fff; }
.section__lede--dark { color: rgba(255,255,255,0.78); }

.wholder {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.wholder__map { margin: 0; }
.wholder__map iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
  background: var(--winter);
}
.wtholder { color: #fff; }
.wtholder > p {
  font-size: 1rem; line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin: 0 0 36px;
  max-width: 52ch;
}
.cs-weather-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 3vw, 56px);
}
.cs-weather-block h4 {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 22px;
}
.cs-row {
  display: flex; align-items: center;
  gap: 14px;
  padding: 9px 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
}
.cs-row .material-symbols-outlined {
  font-size: 22px;
  color: rgba(255,255,255,0.85);
  flex: none;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.cs-row.cs-temp-min .material-symbols-outlined,
.cs-row.cs-humidity .material-symbols-outlined {
  color: var(--gold-2);
}

/* ==========================================================
   EVENT CALENDAR — Fancybox modal
   ========================================================== */
.cal-host { width: min(1180px, 96vw); }
.cal-modal {
  background: var(--winter);
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-size: 720px;
  background-position: right -100px top -100px;
  color: #fff;
  position: relative;
  isolation: isolate;
  max-height: 92vh;
  overflow-y: auto;
}
.cal-modal::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,41,110,0.6), rgba(6,24,64,0.85));
  z-index: -1;
}
.cal-modal__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding: 36px 40px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cal-modal__eyebrow {
  display: block;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.cal-modal__title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 300; letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}
.cal-modal__title .gold { color: var(--gold); font-style: normal; font-family: inherit; font-weight: 600; }
.cal-modal__nav { display: flex; gap: 6px; }
.cal-nav {
  height: 42px; min-width: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.cal-nav:hover { background: var(--gold); border-color: var(--gold); color: #fff; }

.cal-modal__body {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0;
}
.cal-grid {
  padding: 28px 40px 40px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.cal-weekdays {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin-bottom: 12px;
}
.cal-weekdays span {
  text-align: center;
  font-size: 0.7rem; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 600;
  color: rgba(255,255,255,0.55);
  padding: 8px 0;
}
.cal-cells {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.cal-cell {
  position: relative;
  aspect-ratio: 1/1;
  display: flex; flex-direction: column;
  justify-content: space-between;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  font-size: 0.85rem; font-weight: 500;
  color: rgba(255,255,255,0.7);
  transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.3s var(--ease);
}
.cal-cell--empty { background: transparent; border-color: rgba(255,255,255,0.04); }
.cal-cell.is-today {
  border-color: var(--gold);
  color: #fff;
}
.cal-cell.has-event {
  cursor: pointer;
  background: rgba(196,155,88,0.08);
  border-color: rgba(196,155,88,0.4);
  color: #fff;
}
.cal-cell.has-event:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--winter);
  transform: translateY(-2px);
}
.cal-cell__num { font-weight: 600; }
.cal-cell__dots { display: flex; gap: 4px; }
.cal-cell__dots i {
  width: 6px; height: 6px;
  background: var(--gold);
  display: inline-block;
}
.cal-cell.has-event:hover .cal-cell__dots i { background: var(--winter); }

.cal-side {
  padding: 28px 32px 40px;
}
.cal-side h3 {
  font-size: 0.78rem; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 700;
  color: var(--gold);
  margin: 0 0 22px;
}
.cal-events { display: grid; gap: 10px; }
.cal-event {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: #fff;
  transition: background 0.3s, border-color 0.3s, transform 0.3s var(--ease);
}
.cal-event:hover {
  background: rgba(196,155,88,0.1);
  border-color: var(--gold);
  transform: translateX(4px);
}
.cal-event__date {
  display: grid; place-items: center;
  text-align: center;
  width: 48px; padding: 6px 8px;
  background: var(--gold);
  color: var(--winter);
}
.cal-event__date strong { font-size: 1.1rem; font-weight: 800; line-height: 1; }
.cal-event__date span { font-size: 0.6rem; letter-spacing: 0.18em; font-weight: 700; }
.cal-event__body { display: flex; flex-direction: column; gap: 4px; }
.cal-event__tag {
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 700; color: var(--gold);
}
.cal-event__title { font-size: 0.92rem; font-weight: 600; line-height: 1.3; }
.cal-event__arrow {
  font-size: 1.1rem; color: rgba(255,255,255,0.5);
  transition: transform 0.3s, color 0.3s;
}
.cal-event:hover .cal-event__arrow { color: var(--gold); transform: translateX(4px); }
.cal-empty {
  padding: 30px 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  text-align: center;
}

@media (max-width: 900px) {
  .cal-modal__body { grid-template-columns: 1fr; }
  .cal-grid { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 24px 24px 32px; }
  .cal-side { padding: 24px; }
  .cal-modal__head { padding: 24px 24px 18px; }
}

/* ==========================================================
   FANCYBOX — activity modal styling (square)
   ========================================================== */
.fancybox__container { --fancybox-bg: rgba(6, 18, 50, 0.92); }
.fancybox__content { padding: 0 !important; }
.act-modal {
  display: grid;
  grid-template-columns: 6fr 5fr;
  background: var(--winter);
  color: #fff;
  width: min(1100px, 95vw);
  max-height: 88vh;
  overflow: hidden;
}
.act-modal__media {
  position: relative;
  background: #000;
  min-height: 360px;
}
.act-modal__media img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.act-modal__body {
  padding: 44px 40px;
  background: var(--winter);
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-size: 540px;
  background-position: right top;
  position: relative;
  isolation: isolate;
  overflow-y: auto;
}
.act-modal__body::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,41,110,0.7), rgba(6,24,64,0.85));
  z-index: -1;
}
.act-modal__season {
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 700; color: var(--gold);
  margin-bottom: 14px;
  display: inline-block;
}
.act-modal__title {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 22px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.act-modal__desc {
  font-size: 0.98rem; line-height: 1.75;
  color: rgba(255,255,255,0.86);
}
.act-modal__desc p { margin: 0 0 1em; }
.act-modal__desc a {
  color: var(--gold-2); border-bottom: 1px solid rgba(196,155,88,0.4);
  transition: border-color 0.3s;
}
.act-modal__desc a:hover { border-bottom-color: var(--gold); }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer {
  background: var(--winter-deep);
  color: rgba(255,255,255,0.78);
  padding: clamp(60px, 8vw, 100px) 0 30px;
  position: relative; overflow: hidden;
}
.footer > * { position: relative; }
.row.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .logobot {
  height: 136px;
  width: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.4));
}
.footer-address { font-size: 0.9rem; line-height: 1.9; }
.footer-address strong {
  color: #fff; font-weight: 700;
  display: inline-block; margin-bottom: 4px;
}
.footer-nav h2,
.footer-contact h2 {
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px; font-weight: 700;
}
.footer-nav h2 .acc-icon,
.footer-contact h2 .acc-icon {
  display: none;
}
.footer-nav li,
.footer-contact li {
  margin-bottom: 10px; font-size: 0.9rem;
}
.footer-nav a,
.footer-contact a {
  transition: color 0.3s, padding-left 0.3s;
}
.footer-nav a:hover,
.footer-contact a:hover { color: var(--gold-2); padding-left: 4px; }

.socials {
  display: flex; gap: 12px; margin-top: 12px;
}
.socials a {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.socials a:hover {
  background: var(--gold); color: #fff;
  border-color: var(--gold);
  transform: translateY(-3px);
}

.footer-base {
  display: flex; justify-content: space-between; flex-wrap: wrap;
  padding-top: 30px;
  font-size: 0.78rem; color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}

/* ==========================================================
   ANIMATIONS
   ========================================================== */
[data-reveal] {
  opacity: 0; transform: translate3d(0, 40px, 0);
  transition: opacity 0.9s var(--ease), transform 1s var(--ease);
}
[data-reveal="right"] {
  transform: translate3d(40px, 0, 0);
}
[data-reveal].is-in { opacity: 1; transform: translate3d(0, 0, 0); }

[data-motion] { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero__video { display: none; }
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1380px) {
  .topbar__inner { gap: 20px; }
  .brand img { height: 100px; }
  .topbar.is-pinned .brand img { height: 64px; }
  .mainmenu a { padding: 8px 7px; font-size: 0.78rem; }
  .util-pill { font-size: 0.76rem; }
  .tickets__grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1180px) {
  .brand img { height: 90px; }
  .mainmenu a { font-size: 0.74rem; padding: 6px 5px; }
  .wholder { grid-template-columns: 1fr; gap: 40px; }
  .wholder__map iframe { height: 480px; }
}

@media (max-width: 980px) {
  .topbar { padding: 12px var(--wrap); z-index: 60; }
  .topbar__inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
  }
  .burger { display: flex; grid-column: 1; }
  .brand { grid-column: 2; justify-self: center; }
  .brand img { height: 81px; }
  .topbar.is-pinned .brand img { height: 58px; }
  /* keep topbar__right rendered so fixed-positioned mainmenu inside it can show */
  .topbar__right { display: contents; }
  .topbar__utility { display: none; }
  .topbar__mobile-util { display: flex; grid-column: 3; justify-self: end; }

  /* MODERN FULLSCREEN MENU OVERLAY */
  .mainmenu {
    display: flex !important;
    position: fixed; inset: 0;
    background: linear-gradient(180deg, rgba(6, 18, 50, 0.98) 0%, rgba(8, 22, 60, 0.99) 100%);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    padding: 100px var(--wrap) 40px;
    overflow-y: auto;
    z-index: 80;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
  }
  .mainmenu::before {
    content: "";
    position: absolute; inset: 0;
    background-image: var(--shape-url);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 480px;
    opacity: 0.18;
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .mainmenu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mainmenu > ul {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin: auto 0;
    padding: 24px 0;
  }
  .mainmenu > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
  }
  .mainmenu.is-open > ul > li { opacity: 1; transform: translateX(0); }
  .mainmenu.is-open > ul > li:nth-child(1)  { transition-delay: 0.10s; }
  .mainmenu.is-open > ul > li:nth-child(2)  { transition-delay: 0.14s; }
  .mainmenu.is-open > ul > li:nth-child(3)  { transition-delay: 0.18s; }
  .mainmenu.is-open > ul > li:nth-child(4)  { transition-delay: 0.22s; }
  .mainmenu.is-open > ul > li:nth-child(5)  { transition-delay: 0.26s; }
  .mainmenu.is-open > ul > li:nth-child(6)  { transition-delay: 0.30s; }
  .mainmenu.is-open > ul > li:nth-child(7)  { transition-delay: 0.34s; }
  .mainmenu.is-open > ul > li:nth-child(8)  { transition-delay: 0.38s; }
  .mainmenu.is-open > ul > li:nth-child(9)  { transition-delay: 0.42s; }
  .mainmenu.is-open > ul > li:nth-child(10) { transition-delay: 0.46s; }

  .mainmenu > ul > li > a {
    padding: 18px 4px;
    font-size: clamp(1.4rem, 5.2vw, 2rem);
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.3s, padding-left 0.4s var(--ease);
  }
  .mainmenu > ul > li > a::after { display: none; }
  .mainmenu > ul > li > a:hover,
  .mainmenu > ul > li > a:focus { color: var(--gold); padding-left: 14px; }

  .mainmenu .submenu {
    position: static;
    background: none;
    border: 0;
    padding: 0 0 14px 18px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .mainmenu .submenu a {
    font-size: 0.92rem;
    font-weight: 400;
    padding: 8px 4px;
    color: rgba(255,255,255,0.65);
    text-transform: none;
    letter-spacing: 0.02em;
  }
  .mainmenu .submenu a:hover { color: var(--gold-2); }

  /* Close X button — top-right, visible on mobile only */
  .mainmenu__close {
    display: grid;
    place-items: center;
    position: absolute;
    top: 22px; right: var(--wrap);
    width: 48px; height: 48px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    cursor: pointer;
    z-index: 3;
    transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.4s var(--ease);
  }
  .mainmenu__close:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--winter);
    transform: rotate(90deg);
  }

  /* Mobile menu top block — logo + utility + buy button */
  .mainmenu__head {
    display: flex !important;
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
    transition-delay: 0.05s;
  }
  .mainmenu.is-open .mainmenu__head { opacity: 1; transform: translateY(0); }

  .mainmenu__logo {
    display: flex; justify-content: center;
    margin-bottom: 4px;
  }
  .mainmenu__logo img {
    height: 92px;
    filter: drop-shadow(0 6px 22px rgba(0,0,0,0.45));
  }

  .mainmenu__util {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .mainmenu__util .util-pill {
    padding: 10px 4px;
    font-size: 0.95rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .mainmenu__util .util-pill svg { color: var(--gold); }
  .mainmenu__util .util-pill--status {
    justify-content: space-between;
    width: 100%;
  }

  .btn.btn--gold.mainmenu__buy {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 21px;
    padding: 13px;
    letter-spacing: 0.04em;
    text-transform: none;
    margin-top: 4px;
  }

  /* Push the menu list down so head stays at top */
  .mainmenu > ul {
    margin: 24px 0 0 !important;
    justify-content: flex-start !important;
  }

  body.menu-open { overflow: hidden; }

  .welcome__grid,
  .stay__grid,
  .runs__grid {
    grid-template-columns: 1fr;
  }
  .stay__media { aspect-ratio: 4/3; order: -1; }
  .row.footer-main { grid-template-columns: 1fr 1fr; }
  .hero__title { font-size: clamp(2.2rem, 9vw, 3.6rem); }
  .hero__content { padding-top: 22vh; }
  .welcome__media { aspect-ratio: 1/1; }
  .act-modal { grid-template-columns: 1fr; max-height: 92vh; }
  .act-modal__media { aspect-ratio: 16/10; min-height: 0; }
}

@media (max-width: 560px) {
  .tickets__grid,
  .welcome__meta { grid-template-columns: 1fr 1fr; }
  .row.footer-main { grid-template-columns: 1fr; }
  .footer-base { flex-direction: column; gap: 6px; }
  .live-stats { gap: 14px; }
  .live-stats strong { font-size: 0.9rem; }
  .wholder__map iframe { height: 420px; }
}

/* ==========================================================
   FOOTER — mobile accordion
   ========================================================== */
@media (max-width: 980px) {
  .row.footer-main { gap: 0; padding-bottom: 30px; }
  .footer-nav, .footer-contact {
    padding: 0;
  }
  .footer-nav h2, .footer-contact h2 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 4px;
    margin: 0;
    user-select: none;
    -webkit-user-select: none;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: color 0.3s;
  }
  .footer-nav h2:hover, .footer-contact h2:hover { color: var(--gold-2); }
  .footer-nav h2 .acc-icon,
  .footer-contact h2 .acc-icon {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 28px; height: 28px;
    border: 1px solid rgba(196,155,88,0.4);
    color: var(--gold);
    font-size: 1.1rem; font-weight: 300;
    line-height: 1;
    transition: background 0.3s, color 0.3s;
  }
  .footer-nav h2 .acc-icon::before,
  .footer-contact h2 .acc-icon::before { content: "+"; }
  .footer-nav h2.is-open .acc-icon,
  .footer-contact h2.is-open .acc-icon {
    background: var(--gold);
    color: var(--winter);
  }
  .footer-nav h2.is-open .acc-icon::before,
  .footer-contact h2.is-open .acc-icon::before { content: "−"; }

  /* hide ul / .socials by default on mobile */
  .footer-nav h2 + ul,
  .footer-contact h2 + ul,
  .footer-contact h2 + .socials {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s var(--ease), opacity 0.35s, padding 0.4s;
    opacity: 0;
    padding: 0 4px;
  }
  .footer-nav h2.is-open + ul,
  .footer-contact h2.is-open + ul {
    max-height: 600px;
    opacity: 1;
    padding: 4px 4px 18px;
  }
  .footer-contact h2.is-open + .socials {
    max-height: 100px;
    opacity: 1;
    padding: 6px 4px 18px;
  }
  .footer-nav li, .footer-contact li { font-size: 0.95rem; padding: 4px 0; }
}
