:root {
  --ink: #10253f;
  --ink-2: #17395d;
  --ice: #eaf6fb;
  --snow: #f7fafc;
  --sky: #1a80b6;
  --sun: #f28b2d;
  --line: #dce8ef;
  --muted: #66788a;
  --shadow: 0 18px 55px rgba(14, 42, 67, .12);
  --radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; }
.text-muted { color: var(--muted) !important; }
.section-space { padding: 6rem 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--sky);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 1.8rem; height: 2px; background: var(--sun); }
.section-title { font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
.soft-bg { background: var(--snow); }

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1040;
  color: rgba(255,255,255,.82);
  font-size: .86rem;
  background: transparent;
}
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: #8dd9f3; }
.main-header { background: #fff; }
.main-header-grid { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.main-logo img { width: 210px; height: 76px; object-fit: contain; }
.header-search { width: min(100%, 390px); display: flex; border: 1px solid var(--line); border-radius: .8rem; overflow: hidden; background: #fff; }
.header-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: .8rem 1rem; color: var(--ink); font-size: .94rem; }
.header-search button { width: 52px; border: 0; color: #fff; background: var(--ink); font-size: 1rem; }
.header-search button:hover { background: var(--sky); }
.header-contact { display: flex; align-items: center; justify-content: flex-end; gap: .9rem; }
.header-contact small { display: block; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.header-contact a { color: var(--ink); font-weight: 850; text-decoration: none; }
.header-whatsapp { width: 48px; height: 48px; display: grid; place-items: center; border-radius: .8rem; color: #fff !important; background: #20bd5a; font-size: 1.25rem; }
.navbar-shell { position: absolute; inset: 2.65rem 0 auto; z-index: 1030; }
.navbar-shell.inner { position: absolute; inset: 2.65rem 0 auto; background: transparent; }
.navbar {
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 1.1rem;
  background: rgba(7, 26, 45, .76);
  box-shadow: 0 18px 60px rgba(1,18,33,.22);
  backdrop-filter: blur(16px);
  padding: .7rem .85rem;
}
.brand-logo { width: 170px; height: 54px; object-fit: contain; filter: brightness(0) invert(1); }
.nav-link { color: rgba(255,255,255,.82) !important; font-size: 1.05rem; font-weight: 750; padding: .8rem .82rem !important; }
.nav-link:hover, .nav-link.active { color: #fff !important; }
.nav-link.active::after { content: ""; display: block; width: 1rem; height: 2px; margin: .2rem auto 0; background: var(--sun); }
.nav-cta { border-radius: 999px; background: #fff; color: var(--ink) !important; padding: .7rem 1rem !important; }
.navbar-toggler { width: 46px; height: 46px; border: 0; border-radius: .9rem; color: #fff; background: rgba(255,255,255,.12); }
.desktop-nav { gap: .05rem; }
.desktop-nav > .nav-item { position: relative; }
.desktop-nav .nav-link { white-space: nowrap; }
.nav-chevron { margin-left: .28rem; font-size: .66rem; }
.nav-feature { padding-top: .24rem; }
.nav-mini-label { position: absolute; z-index: 2; top: -.15rem; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: .58rem; font-weight: 900; font-style: italic; letter-spacing: .02em; text-transform: uppercase; }
.label-orange, .snowtrip-link { color: #ff8a26 !important; }
.label-cyan, .academy-link { color: #63d9ff !important; }
.mega-menu-panel { position: absolute; top: calc(100% + .55rem); left: -.5rem; width: 620px; display: grid; grid-template-columns: 235px 1fr; color: var(--ink); background: #fff; border: 1px solid rgba(16,37,63,.08); border-radius: 1.05rem; box-shadow: 0 28px 70px rgba(1,18,33,.24); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; overflow: hidden; }
.mega-menu-panel::before { content: ""; position: absolute; inset: -.8rem 0 auto; height: .8rem; }
.mega-menu-item:hover .mega-menu-panel, .mega-menu-item:focus-within .mega-menu-panel { opacity: 1; visibility: visible; transform: none; }
.mega-destinations { padding: .75rem; background: var(--ink); }
.mega-destination { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: rgba(255,255,255,.76); border-radius: .72rem; padding: .88rem .85rem; font-weight: 750; text-decoration: none; }
.mega-destination:hover, .mega-destination.active { color: #fff; background: rgba(255,255,255,.11); }
.mega-destination i { font-size: .7rem; }
.mega-routes { padding: 1.35rem; }
.mega-title { display: block; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .55rem; }
.mega-routes > a { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem .15rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 750; text-decoration: none; }
.mega-routes > a:hover { color: var(--sky); }
.mega-routes a small { color: var(--muted); font-size: .73rem; font-weight: 650; }
.mega-routes .mega-all { border: 0; color: var(--sky); font-size: .85rem; padding-top: 1rem; }

.hero {
  min-height: 820px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(4,24,43,.9) 0%, rgba(4,28,49,.66) 50%, rgba(4,28,49,.14) 100%), url('../img/source/hero-skier.png') center/cover no-repeat;
  isolation: isolate;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 15rem; z-index: -1; background: linear-gradient(transparent, rgba(7,25,42,.72)); }
.hero-copy { max-width: 720px; padding-top: 7rem; }
.hero-eyebrow { display: inline-flex; gap: .7rem; align-items: center; padding: .5rem .75rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.1); font-weight: 700; font-size: .82rem; }
.hero h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); font-weight: 850; line-height: .92; letter-spacing: -.07em; margin: 1.3rem 0 1.4rem; }
.hero h1 span { color: #8dd9f3; }
.hero-lead { max-width: 630px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.btn-sun { border: 0; border-radius: 999px; background: var(--sun); color: #fff; font-weight: 800; padding: .9rem 1.25rem; box-shadow: 0 12px 30px rgba(242,139,45,.28); }
.btn-sun:hover { background: #df7820; color: #fff; transform: translateY(-2px); }
.btn-ghost { border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #fff; font-weight: 750; padding: .86rem 1.2rem; }
.btn-ghost:hover { color: #fff; background: rgba(255,255,255,.12); }
.hero-stat { border-left: 1px solid rgba(255,255,255,.3); padding-left: 1.25rem; }
.hero-stat strong { display: block; font-size: 1.45rem; line-height: 1.1; }
.hero-stat span { color: rgba(255,255,255,.66); font-size: .82rem; }

.quick-panel { position: relative; z-index: 5; margin-top: -4rem; }
.quick-panel-inner { background: #fff; border-radius: 1.5rem; padding: 1rem; box-shadow: var(--shadow); }
.quick-link { height: 100%; border-radius: 1rem; padding: 1.15rem; text-decoration: none; display: flex; gap: .9rem; align-items: center; transition: .25s ease; }
.quick-link:hover { background: var(--ice); transform: translateY(-2px); }
.quick-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: .85rem; background: var(--ice); color: var(--sky); font-size: 1.2rem; }
.quick-link strong { display: block; font-size: .94rem; line-height: 1.2; }
.quick-link small { color: var(--muted); }

.tour-card { height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 8px 30px rgba(14,42,67,.06); transition: .28s ease; }
.tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.tour-card .media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--ice); }
.tour-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tour-card:hover .media img { transform: scale(1.04); }
.tour-card .badge-cat { position: absolute; left: .9rem; top: .9rem; color: #fff; background: rgba(10,36,59,.82); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(8px); border-radius: 999px; padding: .4rem .65rem; font-size: .72rem; font-weight: 800; }
.tour-card-body { padding: 1.25rem; }
.tour-card h3 { min-height: 2.75rem; font-size: 1.12rem; line-height: 1.25; font-weight: 800; letter-spacing: -.02em; }
.tour-meta { color: var(--muted); font-size: .85rem; }
.tour-price { font-size: 1.05rem; font-weight: 850; color: var(--sky); }
.tour-link { color: var(--ink); font-weight: 800; text-decoration: none; }
.tour-link i { color: var(--sun); margin-left: .3rem; }
.tour-card[hidden] { display: none !important; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.related-grid > [data-category] { width: auto; padding: 0; }
.home-camp-section { border-bottom: 1px solid var(--line); }
.home-section-head .section-kicker { letter-spacing: .1em; }
.home-about { background: linear-gradient(180deg, #fff, var(--snow)); }
.home-about-copy { max-height: 520px; overflow: auto; }

.category-tile { position: relative; min-height: 370px; border-radius: 1.5rem; overflow: hidden; color: #fff; display: flex; align-items: flex-end; padding: 1.6rem; text-decoration: none; background-size: cover; background-position: center; isolation: isolate; }
.category-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(transparent 20%, rgba(5,27,46,.92)); }
.category-tile .count { display: inline-block; padding: .3rem .55rem; border-radius: 999px; background: rgba(255,255,255,.17); font-size: .75rem; font-weight: 800; }
.category-tile h3 { font-size: 1.6rem; font-weight: 850; letter-spacing: -.03em; }
.category-tile:hover { color: #fff; }

.feature-band { color: #fff; background: var(--ink); border-radius: 1.75rem; overflow: hidden; }
.feature-band-image { min-height: 480px; height: 100%; object-fit: cover; }
.feature-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.feature-item:last-child { border: 0; }
.feature-item i { color: #8dd9f3; font-size: 1.25rem; }

.page-hero {
  min-height: 540px;
  color: #fff;
  padding: 13.5rem 0 5.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(4,22,38,.72) 0%, rgba(4,22,38,.2) 32%, rgba(7,31,53,.42) 100%), linear-gradient(110deg, rgba(7,31,53,.9), rgba(16,75,110,.56)), url('../img/source/hero-skier.png') center 48%/cover no-repeat;
}
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 850; letter-spacing: -.055em; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.5); --bs-breadcrumb-item-active-color: rgba(255,255,255,.6); }
.breadcrumb a { color: #fff; text-decoration: none; }
.filter-bar { display: flex; gap: .55rem; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: none; }
.filter-btn { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 750; padding: .65rem 1rem; }
.filter-btn.active, .filter-btn:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.detail-visual { position: sticky; top: 1.5rem; }
.detail-main-image { width: 100%; aspect-ratio: 4/4.25; object-fit: cover; border-radius: 1.5rem; background: var(--ice); }
.thumb-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; margin-top: .65rem; }
.thumb-btn { border: 2px solid transparent; border-radius: .75rem; padding: 0; overflow: hidden; background: transparent; aspect-ratio: 1; }
.thumb-btn.active { border-color: var(--sun); }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.detail-panel { border: 1px solid var(--line); border-radius: 1.5rem; padding: clamp(1.35rem, 4vw, 2.5rem); background: #fff; box-shadow: var(--shadow); }
.detail-price { font-size: 1.9rem; font-weight: 850; color: var(--sky); }
.detail-content { font-size: 1rem; color: #354b60; }
.detail-content p { margin-bottom: .75rem; }
.detail-content b, .detail-content strong { color: var(--ink); }
.included-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
.included-item { display: flex; gap: .6rem; padding: .8rem; background: var(--snow); border-radius: .85rem; }
.included-item i { color: #22a66f; }
.camp-level-card { position: relative; display: block; height: 100%; min-height: 245px; padding: 1.6rem; border: 1px solid var(--line); border-radius: 1.35rem; color: var(--ink); background: #fff; box-shadow: 0 10px 35px rgba(14,42,67,.07); text-decoration: none; transition: .25s ease; }
.camp-level-card:hover { color: var(--ink); border-color: #a9d6e9; transform: translateY(-5px); box-shadow: var(--shadow); }
.camp-level-card span { display: inline-block; color: var(--sky); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.camp-level-card h2 { margin: 1rem 0 .7rem; font-size: 1.55rem; font-weight: 850; letter-spacing: -.03em; }
.camp-level-card p { max-width: 270px; color: var(--muted); }
.camp-level-card > i { position: absolute; right: 1.5rem; bottom: 1.35rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--ink); }
.empty-route-card { max-width: 760px; margin: 0 auto; padding: clamp(2rem, 7vw, 5rem); border: 1px solid var(--line); border-radius: 1.7rem; background: linear-gradient(145deg, #fff, var(--snow)); box-shadow: var(--shadow); }
.empty-route-card p { max-width: 570px; }
.empty-route-icon { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto; border-radius: 1.4rem; color: var(--sky); background: var(--ice); font-size: 2.2rem; }

.content-card { border: 1px solid var(--line); border-radius: 1.5rem; padding: clamp(1.4rem, 4vw, 3rem); background: #fff; box-shadow: var(--shadow); }
.prose { color: #354b60; }
.prose h2, .prose h3, .prose h4, .prose strong, .prose b { color: var(--ink); }
.prose h2 { margin-top: 2rem; font-weight: 850; letter-spacing: -.03em; }
.prose p { margin-bottom: 1rem; }
.contact-item { display: flex; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: 0; }
.contact-item i { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: .8rem; color: var(--sky); background: var(--ice); }
.map-frame { width: 100%; height: 100%; min-height: 520px; border: 0; border-radius: 1.5rem; }

.cta-band { color: #fff; background: linear-gradient(110deg, var(--ink), #176a96); border-radius: 1.75rem; padding: clamp(2rem, 5vw, 4rem); }
.cta-band h2 { font-weight: 850; letter-spacing: -.04em; }
.whatsapp-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1050; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #20bd5a; box-shadow: 0 14px 38px rgba(32,189,90,.38); font-size: 1.65rem; text-decoration: none; transition: .2s ease; }
.whatsapp-float:hover { color: #fff; transform: translateY(-4px) scale(1.03); }
.whatsapp-float::before { content: "WhatsApp"; position: absolute; right: 68px; padding: .35rem .55rem; border-radius: .45rem; color: #fff; background: var(--ink); font-size: .72rem; font-weight: 700; opacity: 0; transform: translateX(6px); transition: .2s; }
.whatsapp-float:hover::before { opacity: 1; transform: none; }

footer {
  color: rgba(255,255,255,.76);
  background: linear-gradient(90deg, rgba(3,21,36,.96) 0%, rgba(3,21,36,.9) 48%, rgba(3,21,36,.76) 100%), url('../img/source/hero-skier.png') center 58%/cover no-repeat;
}
footer .brand-logo { width: 185px; }
footer h3 { color: #fff; font-size: .95rem; font-weight: 800; }
footer a { color: rgba(255,255,255,.72); text-decoration: none; }
footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 991.98px) {
  .topbar { display: none; }
  .navbar-shell { position: absolute; inset: .85rem 0 auto; }
  .navbar-shell.inner { position: absolute; inset: .85rem 0 auto; background: transparent; }
  .page-hero { min-height: 470px; padding: 9.5rem 0 3.75rem; }
  .brand-logo { width: 145px; height: 48px; }
  .offcanvas.offcanvas-end { top: .75rem; right: .75rem; bottom: .75rem; width: min(390px, calc(100vw - 1.5rem)); border: 0; border-radius: 1.5rem; background: var(--ink); color: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
  .offcanvas .nav-link { font-size: 1.18rem; padding: .85rem .2rem !important; }
  .offcanvas .nav-link.active::after { margin-left: 0; }
  .mobile-nav { gap: .12rem; }
  .mobile-nav-group { list-style: none; }
  .mobile-nav-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; }
  .mobile-nav-toggle i, .mobile-sub-toggle i { font-size: .8rem; transition: transform .2s ease; }
  .mobile-nav-toggle[aria-expanded="true"] i, .mobile-sub-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
  .mobile-submenu { margin: .25rem 0 .65rem; padding: .7rem; border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; background: rgba(255,255,255,.055); }
  .mobile-sub-toggle, .mobile-destination { display: flex; width: 100%; align-items: center; justify-content: space-between; border: 0; border-radius: .7rem; padding: .7rem .75rem; color: #fff; background: transparent; font-weight: 800; text-align: left; text-decoration: none; }
  .mobile-sub-toggle { background: rgba(255,255,255,.1); }
  .mobile-routes { display: grid; gap: .15rem; padding: .4rem 0 .45rem 1rem; border-left: 1px solid rgba(99,217,255,.35); margin-left: .75rem; }
  .mobile-routes a { padding: .5rem .65rem; color: rgba(255,255,255,.74); font-size: .93rem; font-weight: 650; text-decoration: none; }
  .mobile-nav .nav-link small { display: inline-block; margin-left: .4rem; color: currentColor; font-size: .63rem; font-style: italic; letter-spacing: .05em; text-transform: uppercase; }
  .mega-menu-panel { display: none; }
  .hero { min-height: 720px; }
  .hero-copy { padding-top: 6rem; }
  .hero-stats { gap: 1.5rem !important; flex-wrap: wrap; }
  .quick-panel { margin-top: -2.5rem; }
  .section-space { padding: 4.5rem 0; }
  .detail-visual { position: relative; top: auto; }
}

@media (min-width: 992px) {
  .related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
}

@media (max-width: 575.98px) {
  .container { --bs-gutter-x: 1.35rem; }
  .hero { min-height: 680px; background-position: 62% center; }
  .hero h1 { font-size: 3.4rem; }
  .hero-actions .btn { width: 100%; }
  .quick-panel-inner { border-radius: 1.15rem; }
  .section-space { padding: 3.75rem 0; }
  .category-tile { min-height: 320px; }
  .included-grid { grid-template-columns: 1fr; }
  [data-category] { --bs-gutter-x: .75rem; }
  .tour-card { border-radius: .95rem; }
  .tour-card .media { aspect-ratio: 1/1; }
  .tour-card .badge-cat { left: .55rem; top: .55rem; padding: .28rem .45rem; font-size: .62rem; }
  .tour-card-body { padding: .8rem; }
  .tour-card h3 { min-height: 2.65rem; margin-bottom: .35rem; font-size: .9rem; line-height: 1.2; }
  .tour-meta { font-size: .72rem; }
  .tour-description { display: none; }
  .tour-card-footer { flex-direction: column; align-items: flex-start !important; gap: .3rem !important; margin-top: .6rem !important; }
  .tour-price { font-size: .82rem; line-height: 1.2; }
  .tour-link { font-size: .78rem; }
  .map-frame { min-height: 380px; }
  .whatsapp-float { width: 54px; height: 54px; right: .9rem; bottom: .9rem; }
}
