/*
 * ALPS EXECUTIVE — Alpine Cinematic Luxury
 * ChatGPT competition layer. Presentation only; all business behaviour stays
 * in the core theme.
 */

:root{
  --wow-night:#071019;
  --wow-night-soft:#0d1822;
  --wow-slate:#182631;
  --wow-ice:#dbe5ea;
  --wow-snow:#f3f0e8;
  --wow-snow-deep:#e9e3d8;
  --wow-ember:#c89c63;
  --wow-ember-bright:#e0bd88;
  --wow-ink:#0d1720;
  --wow-muted:#68727a;
  --wow-line-dark:rgba(238,243,245,.15);
  --wow-line-light:rgba(13,23,32,.16);
  --wow-glass:rgba(7,16,25,.78);
  --wow-shadow:0 34px 90px rgba(2,8,13,.28);
  --wow-halo:0 0 90px rgba(200,156,99,.16);
  --wow-ease:cubic-bezier(.22,.72,.2,1);
  --wow-ease-out:cubic-bezier(.16,1,.3,1);
  --wow-fast:180ms;
  --wow-medium:620ms;
  --wow-slow:980ms;
  --space-5:clamp(20px,4.2vw,72px);
}

html:has(body.alps-wow){scroll-padding-top:112px}
body.alps-wow{background:var(--wow-night);color:var(--wow-ink)}
body.alps-wow main{overflow:clip;background:var(--wow-snow)}
body.alps-wow ::selection{background:var(--wow-ember);color:var(--wow-night)}
body.alps-wow :focus-visible{outline:2px solid var(--wow-ember-bright);outline-offset:4px}
body.alps-wow .section{position:relative}
body.alps-wow .mi{letter-spacing:.19em;text-transform:uppercase}
body.alps-wow .brass{color:var(--wow-ember-bright)}
body.alps-wow .btn{border-radius:0;transition:color var(--wow-fast) ease,background var(--wow-fast) ease,border-color var(--wow-fast) ease,transform var(--wow-fast) ease,box-shadow var(--wow-fast) ease}
body.alps-wow .btn-primary{background:var(--wow-ember);border-color:var(--wow-ember);color:var(--wow-night);box-shadow:0 14px 34px rgba(200,156,99,.15)}
body.alps-wow .btn-primary:hover{background:var(--wow-ember-bright);border-color:var(--wow-ember-bright);transform:translateY(-1px);box-shadow:0 18px 38px rgba(200,156,99,.2)}
body.alps-wow a{text-underline-offset:4px}

/* Header — transparent on the opening frame, dark glass after scroll. */
body.alps-wow:not(.alps-wow-booking) .site-header{position:absolute;inset:0 0 auto;z-index:80;background:linear-gradient(180deg,rgba(3,8,13,.88),rgba(3,8,13,.42) 66%,transparent);border:0;color:var(--paper);transition:background .34s ease,border-color .34s ease,box-shadow .34s ease}
body.alps-wow .site-header.is-scrolled{position:fixed;inset:0 0 auto;background:var(--wow-glass);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 16px 50px rgba(0,0,0,.14)}
@supports (backdrop-filter:blur(1px)){
  body.alps-wow .site-header.is-scrolled{backdrop-filter:blur(18px) saturate(125%)}
}
body.alps-wow .header-utility{min-height:39px;border-bottom-color:rgba(255,255,255,.09)}
body.alps-wow .header-bar{min-height:76px}
body.alps-wow .brand{gap:13px}
body.alps-wow .brand__mark{width:34px;height:34px}
body.alps-wow .brand__name{color:var(--paper);font-size:21px;letter-spacing:.1em}
body.alps-wow .brand__line{color:var(--wow-ember-bright);font-size:10px;letter-spacing:.24em}
body.alps-wow .nav-primary{gap:clamp(14px,1.35vw,26px)}
body.alps-wow .nav-primary a{position:relative;color:rgba(255,255,255,.72);font-size:13px;letter-spacing:.025em;transition:color var(--wow-fast) ease}
body.alps-wow .nav-primary a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--wow-ember-bright);transition:right 240ms var(--wow-ease)}
body.alps-wow .nav-primary a:hover,body.alps-wow .nav-primary a:focus-visible{color:#fff;text-decoration:none}
body.alps-wow .nav-primary a:hover::after,body.alps-wow .nav-primary a:focus-visible::after{right:0}
body.alps-wow .header-actions .btn-primary{min-height:44px;padding-inline:20px}
body.alps-wow .nav-toggle{color:var(--paper);border-color:rgba(255,255,255,.28)!important}
body.alps-wow .nav-panel{background:linear-gradient(155deg,#071019,#111e29 70%,#1a2832);border-left:1px solid rgba(255,255,255,.1)}
body.alps-wow .nav-panel a{min-height:48px;display:flex;align-items:center}

/* Opening film — the Alps establish the destination before the service story. */
.alps-wow-home main{background:var(--wow-night)}
.alps-wow-home .wow-home-hero{display:grid;align-items:end;min-height:100svh;padding:clamp(146px,16vh,184px) 0 46px;background:var(--wow-night);isolation:isolate}
.alps-wow-home .wow-home-hero::after{content:"";position:absolute;z-index:1;inset:auto 0 0;height:210px;background:linear-gradient(180deg,transparent,var(--wow-night) 84%);pointer-events:none}
.alps-wow-home .wow-home-hero .hero__media{position:absolute;inset:0;height:100%;max-height:none;overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-home-hero .hero__media::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(2,7,11,.79) 0%,rgba(2,7,11,.54) 30%,rgba(2,7,11,.13) 58%,rgba(2,7,11,.18) 100%);pointer-events:none}
.alps-wow-home .wow-home-hero .hero__media::after{height:46%;background:linear-gradient(to top,var(--wow-night),rgba(7,16,25,.74) 32%,transparent)}
.alps-wow-home .wow-home-hero .hero__media img{object-position:52% 76%;filter:saturate(.82) contrast(1.08) brightness(.8);transform:translate3d(0,var(--wow-photo-y,0),0) scale(var(--wow-photo-scale,1));transform-origin:58% 72%;will-change:transform}
.alps-wow-home .wow-home-hero .hero__scrim{z-index:1;background:radial-gradient(960px 520px at 8% 30%,rgba(3,8,13,.93),rgba(3,8,13,.74) 54%,transparent 100%),linear-gradient(to top,rgba(7,16,25,.95),transparent 42%)}
.alps-wow-home .wow-home-hero .hero__inner{z-index:3;width:100%;display:grid;align-content:end}
.alps-wow-home .wow-home-hero .hero__inner>.mi{margin:0!important;color:var(--wow-ember-bright)!important;font-size:10px;letter-spacing:.24em}
.alps-wow-home .wow-home-hero h1{max-inline-size:10ch;margin:22px 0 0!important;font-size:clamp(62px,7.2vw,112px);font-weight:400;line-height:.88;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 12px 42px rgba(0,0,0,.26)}
.alps-wow-home .wow-home-hero .hero__inner>.bl{max-inline-size:61ch;margin:22px 0 0!important;color:rgba(255,255,255,.78)!important;font-size:clamp(17px,1.3vw,20px);line-height:1.58}
.alps-wow-home .wow-home-hero .pills{margin:25px 0 24px!important;gap:7px}
.alps-wow-home .wow-home-hero .pill{padding:8px 12px;border-color:rgba(255,255,255,.15);background:rgba(6,13,20,.48);color:rgba(255,255,255,.84);font-size:12px}
@supports (backdrop-filter:blur(1px)){
  .alps-wow-home .wow-home-hero .pill{backdrop-filter:blur(10px)}
}

/* Reservation is a concierge console, never a floating SaaS widget. */
.alps-wow .hero .engine{position:relative;z-index:4;margin-top:0;padding:clamp(20px,2.1vw,29px)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:0;background:linear-gradient(180deg,rgba(7,15,23,.86),rgba(7,15,23,.69))!important;box-shadow:var(--wow-shadow),inset 0 1px 0 rgba(255,255,255,.05)}
@supports (backdrop-filter:blur(1px)){
  .alps-wow .hero .engine{backdrop-filter:blur(20px) saturate(118%)}
}
.alps-wow .hero .engine::before{content:"PRIVATE JOURNEY";position:absolute;top:-11px;left:22px;padding:5px 9px;background:var(--wow-night);color:var(--wow-ember-bright);font:500 9px/1 var(--font-data);letter-spacing:.2em}
.alps-wow .hero .engine label{color:rgba(255,255,255,.66)}
.alps-wow .hero .engine .input{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.065);color:#fff;transition:border-color var(--wow-fast) ease,background var(--wow-fast) ease,box-shadow var(--wow-fast) ease}
.alps-wow .hero .engine .input:focus{border-color:var(--wow-ember-bright);background:rgba(255,255,255,.095);box-shadow:0 0 0 3px rgba(200,156,99,.13)}
.alps-wow .hero .engine .stepper__btn{border-color:rgba(255,255,255,.28);color:var(--paper)}
.alps-wow .hero .engine .stepper__val{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.065);color:#fff}

/* Arrival — full-bleed cold exterior followed by warm editorial copy. */
.alps-wow-home .wow-story{padding:0 0 clamp(112px,11vw,168px);background:var(--wow-snow)}
.alps-wow-home .wow-story__frame{position:relative;height:clamp(430px,54vw,730px);overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-story__frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,16,25,.04),rgba(7,16,25,.18) 56%,var(--wow-snow) 100%);pointer-events:none}
.alps-wow-home .wow-story__media,.alps-wow-home .wow-story__media picture,.alps-wow-home .wow-story__media img{width:100%;height:100%}
.alps-wow-home .wow-story__media img{object-fit:cover;object-position:50% 55%;filter:saturate(.82) contrast(1.04)}
.alps-wow-home .wow-story>.wrap{position:relative;z-index:2;margin-top:clamp(-164px,-11vw,-116px);padding-top:clamp(58px,6vw,86px);background:linear-gradient(100deg,var(--wow-snow) 0%,rgba(243,240,232,.97) 72%,rgba(243,240,232,.82) 100%)}
.alps-wow-home .wow-story .g-split{align-items:start;gap:clamp(58px,8vw,126px)}
.alps-wow-home .wow-story h2{max-inline-size:12ch;font-size:clamp(46px,5vw,76px);line-height:.96;letter-spacing:-.035em}
.alps-wow-home .wow-story .compare{display:block;border:0;background:transparent}
.alps-wow-home .wow-story .compare__col{padding:28px 0;border-top:1px solid var(--wow-line-light);background:transparent}
.alps-wow-home .wow-story .compare__col:first-child{border-top:2px solid var(--wow-ember)}
.alps-wow-home .wow-story .compare__col+.compare__col{border-left:0;opacity:.62}
.alps-wow-home .wow-story .compare__row{font-size:14px}

/* Route board — a road at night, with data as a departure line. */
.alps-wow-home .wow-routes{min-height:860px;padding:clamp(116px,12vw,176px) 0;background:var(--wow-night);isolation:isolate}
.alps-wow-home .wow-routes__frame{position:absolute;z-index:-2;inset:0;overflow:hidden}
.alps-wow-home .wow-routes__frame::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,14,22,.97),rgba(6,14,22,.75) 55%,rgba(6,14,22,.45)),linear-gradient(0deg,var(--wow-night),transparent 48%,rgba(7,16,25,.35));pointer-events:none}
.alps-wow-home .wow-routes__media,.alps-wow-home .wow-routes__media picture,.alps-wow-home .wow-routes__media img{height:100%;width:100%}
.alps-wow-home .wow-routes__media img{object-fit:cover;object-position:62% 50%;filter:saturate(.68) contrast(1.12) brightness(.78)}
.alps-wow-home .wow-routes h2{font-size:clamp(48px,5vw,78px);line-height:.96;letter-spacing:-.035em}
.alps-wow-home .wow-routes .g-2\@md{gap:0 clamp(42px,6vw,80px)!important}
.alps-wow-home .wow-routes .routes{border-top-color:rgba(255,255,255,.2)}
.alps-wow-home .wow-routes .route-line{min-height:72px;border-bottom-color:rgba(255,255,255,.1);transition:padding-left 220ms var(--wow-ease),background 220ms ease,color 220ms ease}
.alps-wow-home .wow-routes .route-line:hover,.alps-wow-home .wow-routes .route-line:focus-visible{padding-left:12px;background:linear-gradient(90deg,rgba(200,156,99,.12),transparent 72%);color:#fff;text-decoration:none}
.alps-wow-home .wow-routes .route-line__name{font-family:var(--font-display);font-size:clamp(21px,1.8vw,29px);font-weight:400;letter-spacing:-.01em}
.alps-wow-home .wow-routes .route-line__meta{color:rgba(255,255,255,.48)}

/* Fleet — a vertical editorial sequence, not three cards. */
.alps-wow-home .wow-home-fleet{padding:clamp(116px,12vw,180px) 0;background:linear-gradient(180deg,var(--wow-snow),var(--wow-snow-deep))}
.alps-wow-home .wow-home-fleet>.wrap>h2{max-inline-size:15ch;font-size:clamp(48px,5.3vw,80px);line-height:.95;letter-spacing:-.04em}
.alps-wow-home .wow-home-fleet__sequence{display:block;border-bottom:1px solid var(--wow-line-light)}
.alps-wow-home .wow-home-fleet__vehicle{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:0;min-height:430px;padding:0;border-top:1px solid var(--wow-line-light);overflow:hidden}
.alps-wow-home .wow-home-fleet__vehicle:nth-child(even){grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr)}
.alps-wow-home .wow-home-fleet__vehicle:nth-child(even) .wow-home-fleet__visual{order:2}
.alps-wow-home .wow-home-fleet__visual{position:relative;min-height:430px;overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-home-fleet__visual .media,.alps-wow-home .wow-home-fleet__visual picture,.alps-wow-home .wow-home-fleet__visual img{width:100%;height:100%}
.alps-wow-home .wow-home-fleet__visual img{object-fit:cover;object-position:50% 60%;filter:saturate(.86) contrast(1.05);transition:transform var(--wow-slow) var(--wow-ease)}
.alps-wow-home .wow-home-fleet__vehicle:hover .wow-home-fleet__visual img{transform:scale(1.025)}
.alps-wow-home .wow-home-fleet__copy{display:flex;flex-direction:column;justify-content:flex-end;gap:14px;padding:clamp(34px,5vw,72px);background:rgba(255,255,255,.28)}
.alps-wow-home .wow-home-fleet__copy>.mi{color:var(--wow-ember);font-size:10px}
.alps-wow-home .wow-home-fleet__copy h3{font-size:clamp(38px,4vw,61px)!important;line-height:.98;letter-spacing:-.03em}
.alps-wow-home .wow-home-fleet__copy .data{font-size:13px!important;letter-spacing:.12em;text-transform:uppercase}
.alps-wow-home .wow-home-fleet__atmosphere,.wow-fleet-atmosphere{position:absolute;inset:0;display:block;overflow:hidden;background:radial-gradient(ellipse at 64% 74%,rgba(205,150,91,.34),transparent 22%),linear-gradient(140deg,#09131d,#17242d 52%,#070d13)}
.alps-wow-home .wow-home-fleet__vehicle:nth-child(3) .wow-home-fleet__atmosphere{background:radial-gradient(ellipse at 43% 66%,rgba(214,225,230,.17),transparent 28%),linear-gradient(155deg,#15232e,#070e15 68%)}
.alps-wow-home .wow-home-fleet__atmosphere::before,.wow-fleet-atmosphere::before{content:"";position:absolute;left:11%;right:11%;bottom:23%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.56),transparent);box-shadow:0 24px 55px rgba(213,163,104,.26)}
.alps-wow-home .wow-home-fleet__atmosphere::after,.wow-fleet-atmosphere::after{content:"";position:absolute;left:21%;right:24%;bottom:29%;height:24%;border:1px solid rgba(255,255,255,.12);border-bottom-color:rgba(200,156,99,.42);transform:skewX(-12deg);box-shadow:var(--wow-halo)}
.alps-wow-home .wow-home-fleet .note{max-width:none;margin-top:36px!important;border:0;border-left:1px solid var(--wow-ember);background:transparent}

/* Two audiences, two temperatures, one controlled finish. */
.alps-wow-home .wow-audiences{position:relative;background:var(--wow-night)}
.alps-wow-home .wow-audiences>.g{max-width:1440px;margin-inline:auto}
.alps-wow-home .wow-audiences>.g>div{position:relative;min-height:520px;padding:clamp(76px,8vw,126px) clamp(30px,6vw,96px)!important;overflow:hidden}
.alps-wow-home .wow-audiences>.g>div:first-child{background:radial-gradient(circle at 5% 100%,rgba(133,166,182,.13),transparent 42%),#09131c}
.alps-wow-home .wow-audiences>.g>div:last-child{background:radial-gradient(circle at 92% 100%,rgba(200,156,99,.17),transparent 42%),#0c151d}
.alps-wow-home .wow-audiences h2{font-size:clamp(42px,4.3vw,66px);line-height:.98;letter-spacing:-.03em}

/* Editorial FAQ and final invitation. */
.alps-wow-home main>.section:has(.faq){padding:clamp(105px,10vw,156px) 0;background:var(--wow-snow)}
.alps-wow-home .faq__q{min-height:68px;font-family:var(--font-display);font-size:clamp(20px,2vw,28px);font-weight:400}
.alps-wow-home .faq__item{border-bottom-color:var(--wow-line-light)}

/* Route, destination and fleet opening frames. */
.alps-wow .wow-page-hero{display:flex;align-items:flex-end;min-height:clamp(690px,78svh,860px);padding:170px 0 78px;background:var(--wow-night);isolation:isolate}
.alps-wow .wow-page-hero__media{position:absolute;z-index:-3;inset:0;width:100%;height:100%;overflow:hidden}
.alps-wow .wow-page-hero__media picture,.alps-wow .wow-page-hero__media img{width:100%;height:100%}
.alps-wow .wow-page-hero__media img{object-fit:cover;object-position:50% 52%;filter:saturate(.73) contrast(1.1) brightness(.7);transform:translate3d(0,var(--wow-photo-y,0),0) scale(var(--wow-photo-scale,1));transform-origin:center}
.alps-wow .wow-page-hero__veil{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(4,10,16,.94),rgba(4,10,16,.72) 44%,rgba(4,10,16,.18) 79%),linear-gradient(0deg,rgba(7,16,25,.94),transparent 52%)}
.alps-wow .wow-page-hero .hero__ridge{z-index:-1;opacity:.25}
.alps-wow .wow-page-hero .hero__inner{width:100%}
.alps-wow .wow-page-hero h1{max-inline-size:15ch;font-size:clamp(56px,6vw,94px);line-height:.91;letter-spacing:-.045em}
.alps-wow .wow-page-hero .hero__inner>.bl{max-inline-size:62ch;color:rgba(255,255,255,.76)!important}
.alps-wow .wow-page-hero .proof{margin-top:34px;gap:clamp(22px,4vw,54px)}
.alps-wow .wow-page-hero .proof__item{border-top-color:rgba(255,255,255,.2)}
.alps-wow .wow-page-hero .proof__figure{color:#fff}
.alps-wow .wow-page-hero .engine{margin-top:36px!important}
.alps-wow .wow-fleet-hero .wow-page-hero__media img{object-position:50% 62%;filter:saturate(.74) contrast(1.08) brightness(.58)}
.alps-wow .wow-page-story{padding:clamp(112px,11vw,172px) 0;background:var(--wow-snow)}
.alps-wow .wow-page-story .g-split{gap:clamp(62px,9vw,136px);align-items:start}
.alps-wow .wow-page-story .entry{font-size:17px;line-height:1.76}
.alps-wow .wow-page-story .entry h2{margin-top:1.8em;font-family:var(--font-display);font-size:clamp(34px,3.4vw,50px);font-weight:400;line-height:1.02;letter-spacing:-.025em}
.alps-wow .wow-page-story aside{position:sticky;top:132px;padding-left:28px;border-left:1px solid var(--wow-line-light)}
.alps-wow .wow-page-story aside dl{border-top-color:var(--wow-line-light)!important}
.alps-wow .wow-page-story aside>h2,.alps-wow .wow-page-story aside .mi{font-size:10px}
.alps-wow .media--family-arrival.media--band{max-height:560px;overflow:hidden;background:var(--wow-night)}
.alps-wow .media--family-arrival.media--band img{max-height:560px;object-fit:cover;filter:saturate(.77) contrast(1.05)}

/* Fleet page — real Classe V, abstract atmospheres for unconfirmed categories. */
.alps-wow-fleet .wow-fleet-sequence{padding:clamp(112px,11vw,168px) 0;background:linear-gradient(180deg,var(--wow-snow),var(--wow-snow-deep))}
.alps-wow-fleet .wow-fleet-sequence>.wrap>p:first-child{max-width:58ch}
.alps-wow-fleet .wow-fleet-row{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:clamp(44px,8vw,118px)!important;min-height:560px;padding:clamp(42px,6vw,82px) 0!important;border-top:1px solid var(--wow-line-light)!important;align-items:center}
.alps-wow-fleet .wow-fleet-row:nth-of-type(even){grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr)!important}
.alps-wow-fleet .wow-fleet-row h2{font-size:clamp(44px,5vw,72px);line-height:.96;letter-spacing:-.035em}
.alps-wow-fleet .wow-fleet-row .media{overflow:hidden;box-shadow:var(--wow-shadow)}
.alps-wow-fleet .wow-fleet-row .media img{transition:transform var(--wow-slow) var(--wow-ease)}
.alps-wow-fleet .wow-fleet-row:hover .media img{transform:scale(1.025)}
.alps-wow-fleet .wow-fleet-atmosphere{position:relative;inset:auto;min-height:470px;box-shadow:var(--wow-shadow)}
.alps-wow-fleet .wow-fleet-atmosphere--warm{background:radial-gradient(ellipse at 54% 72%,rgba(211,148,79,.43),transparent 24%),linear-gradient(145deg,#0b141c,#2a241f 63%,#090f14)}
.alps-wow-fleet .wow-fleet-atmosphere--night{background:radial-gradient(ellipse at 40% 62%,rgba(199,219,228,.16),transparent 25%),linear-gradient(155deg,#1a2a35,#080e14 72%)}
.alps-wow-fleet .fleet-carousel{background:var(--wow-night);color:var(--paper)}
.alps-wow-fleet .section--tight{background:var(--wow-snow)}
.alps-wow-fleet .section--tight dl>div{border-bottom-color:var(--wow-line-light)!important}

/* Booking — a private operations console, with the same three screens. */
body.alps-wow-booking{background:var(--wow-night)}
.alps-wow-booking main{background:radial-gradient(circle at 83% 8%,rgba(115,151,169,.13),transparent 31rem),linear-gradient(160deg,#071019,#101d27 74%,#071019)}
.alps-wow-booking .site-header{position:sticky;top:0;z-index:80;background:var(--wow-glass)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;color:var(--paper)}
@supports (backdrop-filter:blur(1px)){
  .alps-wow-booking .site-header{backdrop-filter:blur(18px) saturate(125%)}
}
.alps-wow-booking .wow-tunnel{min-height:calc(100svh - 116px);padding:clamp(54px,7vw,96px) 0!important;background:transparent}
.alps-wow-booking .wow-tunnel>.wrap{max-width:1160px}
.alps-wow-booking .wow-tunnel__shell{position:relative;padding:clamp(34px,5vw,76px);border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(247,244,236,.995),rgba(235,230,219,.985));box-shadow:0 45px 120px rgba(0,0,0,.34)}
.alps-wow-booking .wow-tunnel__shell::before{content:"ALPS EXECUTIVE  /  PRIVATE JOURNEY";position:absolute;top:0;right:0;padding:11px 14px;background:var(--wow-night);color:var(--wow-ember-bright);font:500 9px/1 var(--font-data);letter-spacing:.18em}
.alps-wow-booking .wow-tunnel .dots{min-height:44px;margin-bottom:8px}
.alps-wow-booking .wow-tunnel .dots__dot{width:34px;height:2px;border-radius:0;background:rgba(13,23,32,.15)}
.alps-wow-booking .wow-tunnel .dots__dot[data-state="done"],.alps-wow-booking .wow-tunnel .dots__dot[data-state="now"]{background:var(--wow-ember)}
.alps-wow-booking .wow-tunnel h1{max-inline-size:12ch;font-size:clamp(48px,5.4vw,76px);line-height:.93;letter-spacing:-.04em}
.alps-wow-booking .wow-tunnel .engine{padding:28px 0 0!important;border:0!important;background:transparent!important;box-shadow:none}
.alps-wow-booking .wow-tunnel .engine>h2{display:none}
.alps-wow-booking .wow-tunnel .input,.alps-wow-booking .wow-tunnel .stepper__val{min-height:52px;border-color:rgba(13,23,32,.22);background:rgba(255,255,255,.62)}
.alps-wow-booking .wow-tunnel .input:focus{border-color:var(--wow-ember);box-shadow:0 0 0 3px rgba(200,156,99,.12)}
.alps-wow-booking .wow-tunnel .stepper__btn{min-height:52px;border-color:rgba(13,23,32,.55)}
.alps-wow-booking .wow-tunnel .engine__more{padding-top:14px;border-top:1px solid var(--wow-line-light)}
.alps-wow-booking .wow-tunnel .engine .pills{margin-top:22px!important}
.alps-wow-booking .wow-tunnel .engine .pill{border-color:rgba(13,23,32,.14);background:rgba(255,255,255,.4)}
.alps-wow-booking .wow-tunnel .offer{margin-top:32px!important;border:1px solid var(--wow-line-light);background:rgba(255,255,255,.62);box-shadow:0 24px 60px rgba(23,29,34,.1);cursor:default}
.alps-wow-booking .wow-tunnel .offer__media{min-height:430px}
.alps-wow-booking .wow-tunnel .offer__media img{height:100%;object-fit:cover;filter:saturate(.82) contrast(1.05)}
.alps-wow-booking .wow-tunnel .offer__main{padding:clamp(28px,4vw,52px)}
.alps-wow-booking .wow-tunnel .offer__name{font-size:clamp(40px,4.6vw,62px);line-height:.98;letter-spacing:-.03em}
.alps-wow-booking .wow-tunnel .offer__mark{color:var(--wow-ember);letter-spacing:.17em}
.alps-wow-booking .wow-tunnel .offer__foot{border-top-color:var(--wow-line-light)}
.alps-wow-booking .wow-tunnel .offer--no-media{display:block}
.alps-wow-booking .wow-tunnel .offer-more{padding-top:22px;border-top:1px solid var(--wow-line-light)}
.alps-wow-booking .wow-tunnel .offer-more__row{border:0;border-top:1px solid var(--wow-line-light);background:transparent}
.alps-wow-booking .wow-tunnel .tunnel-summary{border:0;border-left:2px solid var(--wow-ember);background:rgba(255,255,255,.46)}
.alps-wow-booking .wow-tunnel form:not(.engine){margin-top:30px!important;padding-top:30px;border-top:1px solid var(--wow-line-light)}
.alps-wow-booking .wow-tunnel .tunnel-help{padding-top:24px;border-top:1px solid var(--wow-line-light)}

/* Motion grammar. Default state is fully visible: JavaScript failure is safe. */
.alps-wow.wow-motion [data-wow-hero-copy]>*{opacity:0;clip-path:inset(0 0 100% 0);transform:translate3d(0,14px,0);transition:opacity var(--wow-medium) ease,clip-path var(--wow-slow) var(--wow-ease-out),transform var(--wow-slow) var(--wow-ease-out)}
.alps-wow.wow-motion.is-ready [data-wow-hero-copy]>*{opacity:1;clip-path:inset(0);transform:none}
.alps-wow.wow-motion.is-ready [data-wow-hero-copy]>*:nth-child(2){transition-delay:70ms}
.alps-wow.wow-motion.is-ready [data-wow-hero-copy]>*:nth-child(3){transition-delay:130ms}
.alps-wow.wow-motion.is-ready [data-wow-hero-copy]>*:nth-child(4){transition-delay:190ms}
.alps-wow.wow-motion.is-ready [data-wow-hero-copy]>*:nth-child(5){transition-delay:250ms}
.alps-wow.wow-motion .wow-reveal{opacity:0;transform:translate3d(0,18px,0);transition:opacity 720ms ease,transform 820ms var(--wow-ease-out)}
.alps-wow.wow-motion .wow-reveal.is-visible{opacity:1;transform:none}
.alps-wow.wow-motion .wow-draw-line{transform-origin:left;transform:scaleX(0);transition:transform var(--wow-slow) var(--wow-ease-out)}
.alps-wow.wow-motion .wow-draw-line.is-visible{transform:scaleX(1)}

@media (max-width:1023px){
  html:has(body.alps-wow){scroll-padding-top:88px}
  body.alps-wow .header-utility{display:none}
  body.alps-wow .header-bar{min-height:78px}
  .alps-wow-home .wow-home-hero{min-height:auto;padding-top:112px}
  .alps-wow-home .wow-home-hero h1{font-size:clamp(56px,10vw,84px)}
  .alps-wow-home .wow-story .g-split{gap:54px}
  .alps-wow-home .wow-home-fleet__vehicle,.alps-wow-home .wow-home-fleet__vehicle:nth-child(even){grid-template-columns:1fr 1fr}
  .alps-wow .wow-page-story .g-split{gap:54px}
  .alps-wow-fleet .wow-fleet-row,.alps-wow-fleet .wow-fleet-row:nth-of-type(even){grid-template-columns:1fr 1fr!important;gap:44px!important}
}

/* 390 px composition — image first, usable console, no desktop miniaturisation. */
@media (max-width:767px){
  html:has(body.alps-wow){scroll-padding-top:76px}
  body.alps-wow .site-header,body.alps-wow .site-header.is-scrolled{min-height:72px}
  body.alps-wow .header-bar{min-height:72px}
  body.alps-wow .brand__mark{width:30px;height:30px}
  body.alps-wow .brand__name{font-size:17px}
  body.alps-wow .btn:hover{transform:none}

  .alps-wow-home .wow-home-hero{display:block;min-height:0;padding:98px 0 28px;background:var(--wow-night)}
  .alps-wow-home .wow-home-hero .hero__media{height:690px}
  .alps-wow-home .wow-home-hero .hero__media::before{background:linear-gradient(180deg,rgba(3,8,13,.82) 0%,rgba(3,8,13,.52) 39%,rgba(3,8,13,.16) 60%,rgba(3,8,13,.82) 86%,var(--wow-night) 100%)}
  .alps-wow-home .wow-home-hero .hero__media img{object-position:61% 100%;filter:saturate(.83) contrast(1.08) brightness(.84);will-change:auto}
  .alps-wow-home .wow-home-hero .hero__scrim{background:linear-gradient(180deg,rgba(3,8,13,.48),transparent 48%,var(--wow-night) 100%)}
  .alps-wow-home .wow-home-hero .hero__inner>.mi{font-size:9px;line-height:1.55;letter-spacing:.16em}
  .alps-wow-home .wow-home-hero h1{max-inline-size:8.5ch;margin-top:16px!important;font-size:clamp(51px,14.7vw,64px);line-height:.9}
  .alps-wow-home .wow-home-hero .hero__inner>.bl{font-size:15px;line-height:1.54}
  .alps-wow-home .wow-home-hero .pills{flex-wrap:nowrap;margin-top:24px!important;padding-bottom:5px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}
  .alps-wow-home .wow-home-hero .pill{flex:none;scroll-snap-align:start}
  .alps-wow-home .wow-home-hero .engine{margin-top:282px;padding:22px 16px!important;background:rgba(7,15,23,.96)!important;box-shadow:0 24px 60px rgba(0,0,0,.3)}
  .alps-wow .hero .engine::before{left:16px}

  .alps-wow-home .wow-story{padding-bottom:96px}
  .alps-wow-home .wow-story__frame{height:430px}
  .alps-wow-home .wow-story__media img{object-position:60% 50%}
  .alps-wow-home .wow-story>.wrap{margin-top:-70px;padding-top:58px;background:linear-gradient(180deg,rgba(243,240,232,.96),var(--wow-snow) 80%)}
  .alps-wow-home .wow-story .g-split{display:block}
  .alps-wow-home .wow-story h2{font-size:clamp(42px,12vw,54px)}
  .alps-wow-home .wow-story .compare{margin-top:52px}

  .alps-wow-home .wow-routes{min-height:0;padding:96px 0}
  .alps-wow-home .wow-routes__frame::after{background:linear-gradient(180deg,rgba(6,14,22,.78),rgba(6,14,22,.94) 55%,var(--wow-night))}
  .alps-wow-home .wow-routes__media img{object-position:67% 50%}
  .alps-wow-home .wow-routes h2{font-size:45px}
  .alps-wow-home .wow-routes .g-2\@md{margin-top:34px!important}
  .alps-wow-home .wow-routes .route-line{min-height:66px}
  .alps-wow-home .wow-routes .route-line__name{font-size:21px}

  .alps-wow-home .wow-home-fleet{padding:96px 0}
  .alps-wow-home .wow-home-fleet>.wrap>h2{font-size:45px}
  .alps-wow-home .wow-home-fleet__vehicle,.alps-wow-home .wow-home-fleet__vehicle:nth-child(even){display:flex;flex-direction:column;min-height:0}
  .alps-wow-home .wow-home-fleet__vehicle:nth-child(even) .wow-home-fleet__visual{order:0}
  .alps-wow-home .wow-home-fleet__visual{min-height:270px}
  .alps-wow-home .wow-home-fleet__copy{min-height:280px;padding:34px 22px 40px}
  .alps-wow-home .wow-home-fleet__copy h3{font-size:42px!important}
  .alps-wow-home .wow-home-fleet__vehicle:hover .wow-home-fleet__visual img{transform:none}
  .alps-wow-home .wow-audiences>.g>div{min-height:430px;padding:70px 24px!important}

  .alps-wow .wow-page-hero{min-height:760px;padding:124px 0 52px;align-items:flex-end}
  .alps-wow .wow-page-hero__media img{object-position:63% 50%;will-change:auto}
  .alps-wow .wow-page-hero__veil{background:linear-gradient(180deg,rgba(4,10,16,.82),rgba(4,10,16,.4) 38%,rgba(4,10,16,.7) 62%,var(--wow-night) 100%)}
  .alps-wow .wow-page-hero h1{font-size:clamp(48px,13vw,61px);line-height:.92}
  .alps-wow .wow-page-hero .proof{grid-template-columns:1fr 1fr;gap:24px 18px}
  .alps-wow .wow-page-hero .engine{margin-top:34px!important}
  .alps-wow .wow-page-story{padding:92px 0}
  .alps-wow .wow-page-story .g-split{display:flex;flex-direction:column;gap:64px}
  .alps-wow .wow-page-story .entry{font-size:16px}
  .alps-wow .wow-page-story aside{position:static;padding-left:18px}

  .alps-wow-fleet .wow-fleet-sequence{padding:92px 0}
  .alps-wow-fleet .wow-fleet-row,.alps-wow-fleet .wow-fleet-row:nth-of-type(even){display:flex;flex-direction:column;min-height:0;padding:42px 0 64px!important;gap:32px!important}
  .alps-wow-fleet .wow-fleet-row>div[style*="order:2"]{order:0!important}
  .alps-wow-fleet .wow-fleet-row h2{font-size:43px}
  .alps-wow-fleet .wow-fleet-atmosphere{min-height:300px}
  .alps-wow-fleet .wow-fleet-row:hover .media img{transform:none}

  .alps-wow-booking .site-header{position:relative}
  .alps-wow-booking .wow-tunnel{padding:24px 0 54px!important}
  .alps-wow-booking .wow-tunnel>.wrap{padding-inline:12px}
  .alps-wow-booking .wow-tunnel__shell{padding:42px 18px 28px}
  .alps-wow-booking .wow-tunnel__shell::before{right:18px;padding:9px 10px;font-size:8px}
  .alps-wow-booking .wow-tunnel h1{font-size:48px}
  .alps-wow-booking .wow-tunnel .dots{gap:7px}
  .alps-wow-booking .wow-tunnel .dots__dot{width:25px}
  .alps-wow-booking .wow-tunnel .offer__media{min-height:260px}
  .alps-wow-booking .wow-tunnel .offer__name{font-size:39px}
  .alps-wow-booking .wow-tunnel .tunnel-bar{background:rgba(247,244,236,.97);border-top-color:var(--wow-line-light);box-shadow:0 -16px 40px rgba(0,0,0,.14)}
}

/* Reduced motion keeps the light, framing and hierarchy. */
@media (prefers-reduced-motion:reduce){
  body.alps-wow *,body.alps-wow *::before,body.alps-wow *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .alps-wow [data-wow-hero-copy]>*,.alps-wow .wow-reveal,.alps-wow .wow-draw-line{opacity:1!important;clip-path:none!important;transform:none!important}
  .alps-wow .hero__media img,.alps-wow .wow-page-hero__media img,.alps-wow .wow-home-fleet__visual img{transform:none!important;will-change:auto!important}
  .alps-wow-home .wow-home-fleet__vehicle:hover .wow-home-fleet__visual img,.alps-wow-fleet .wow-fleet-row:hover .media img{transform:none!important}
  .alps-wow-home .wow-film--hero{display:none}
}

/* -------------------------------------------------------------------------
 * 2026 FILM CUT — full aesthetic rebuild. The earlier selectors remain for
 * route/place/tunnel compatibility; the home now speaks in full-screen scenes.
 * ---------------------------------------------------------------------- */

body.alps-wow .header-utility{display:none}
body.alps-wow .site-header>.wrap{max-width:none;padding-inline:var(--space-5)}
body.alps-wow .header-bar{position:relative;min-height:94px;justify-content:flex-end}
body.alps-wow .header-bar>.brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}
body.alps-wow .brand__mark{display:none}
body.alps-wow .brand__name{font-family:var(--font-data);font-size:14px;letter-spacing:.2em}
body.alps-wow .brand__line{margin-top:5px;font-size:7px;letter-spacing:.3em;text-align:center}
body.alps-wow .nav-primary{display:none}
body.alps-wow .header-actions{width:100%;justify-content:flex-end}
body.alps-wow .header-actions .btn-ghost{display:none!important}
body.alps-wow .header-actions .btn-primary{min-height:46px;padding-inline:25px;background:transparent;border:1px solid rgba(255,255,255,.55);color:#fff;box-shadow:none;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
body.alps-wow .header-actions .btn-primary:hover{background:#fff;border-color:#fff;color:var(--wow-night);transform:none}
body.alps-wow .nav-toggle{display:inline-flex!important;position:absolute;left:0;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0!important;color:#fff}
body.alps-wow .nav-panel{width:min(480px,100vw);max-width:none;padding:130px clamp(22px,4.5vw,72px) 50px}
body.alps-wow .nav-panel .brand{display:none}
body.alps-wow .nav-panel nav a{min-height:72px;border-bottom:1px solid rgba(255,255,255,.14);font-family:var(--font-display);font-size:32px;font-weight:400}

.alps-wow-home .wow-film-hero{position:relative;min-height:max(880px,100svh);overflow:hidden;background:var(--wow-night);color:#fff}
.alps-wow-home .wow-film,.alps-wow-home .wow-film-hero__fallback,.alps-wow-home .wow-film-hero__fallback .media,.alps-wow-home .wow-film-hero__fallback picture,.alps-wow-home .wow-film-hero__fallback img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.alps-wow-home .wow-film-hero__fallback img{object-position:56% center;filter:saturate(.82) contrast(1.05) brightness(.78)}
.alps-wow-home .wow-film{z-index:1;object-fit:cover}
.alps-wow-home .wow-film--hero{object-position:center 52%;filter:saturate(.86) contrast(1.06) brightness(.82)}
.alps-wow-home .wow-film-hero__veil{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(2,8,12,.79),rgba(2,8,12,.34) 47%,rgba(2,8,12,.08) 76%),linear-gradient(0deg,rgba(2,8,12,.88),transparent 48%),linear-gradient(180deg,rgba(2,8,12,.38),transparent 30%)}
.alps-wow-home .wow-film-hero__content{position:absolute;z-index:3;inset-inline:0;bottom:235px;width:100%;margin-inline:auto}
.alps-wow-home .wow-film-hero__content>.mi{margin:0;color:var(--wow-ember-bright);font-size:10px;letter-spacing:.25em}
.alps-wow-home .wow-film-hero h1{max-width:900px;margin:24px 0 0;font-family:var(--font-display);font-size:clamp(64px,7.1vw,116px);font-weight:400;line-height:.86;letter-spacing:-.045em;text-wrap:balance}
.alps-wow-home .wow-film-hero h1 em{color:var(--wow-ice);font-weight:400}
.alps-wow-home .wow-film-hero__destinations{max-width:590px;margin:28px 0 0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.7;letter-spacing:.01em}
.alps-wow-home .wow-film-hero__mark{position:absolute;z-index:3;top:132px;left:var(--space-5);display:grid;grid-template-columns:auto minmax(80px,230px) auto;align-items:center;gap:18px;width:min(560px,calc(100% - 2 * var(--space-5)));color:rgba(255,255,255,.62);font:500 8px/1 var(--font-data);letter-spacing:.2em;text-transform:uppercase}
.alps-wow-home .wow-film-hero__mark i{height:1px;background:linear-gradient(90deg,var(--wow-ember),rgba(255,255,255,.18))}
.alps-wow-home .wow-film-hero__route{position:absolute;z-index:3;right:var(--space-5);bottom:236px;width:min(360px,28vw);padding-top:24px;color:#fff;border-top:1px solid rgba(255,255,255,.42)}
.alps-wow-home .wow-film-hero__route>span{color:var(--wow-ember-bright);font:500 8px/1 var(--font-data);letter-spacing:.2em;text-transform:uppercase}
.alps-wow-home .wow-film-hero__route strong{margin:16px 0 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;font-weight:400}
.alps-wow-home .wow-film-hero__route strong b{font-family:var(--font-display);font-size:32px;font-weight:400;letter-spacing:-.02em}
.alps-wow-home .wow-film-hero__route strong i{position:relative;height:1px;background:rgba(255,255,255,.36)}
.alps-wow-home .wow-film-hero__route strong i::after{content:"";position:absolute;top:-3px;right:0;width:7px;height:7px;border:1px solid var(--wow-ember);border-radius:50%}
.alps-wow-home .wow-film-hero__route small{color:rgba(255,255,255,.6);font:500 9px/1.6 var(--font-data);letter-spacing:.08em;text-transform:uppercase}
.alps-wow-home .wow-film-hero__console{position:absolute;z-index:4;inset-inline:0;bottom:34px;width:100%;margin-inline:auto}
.alps-wow-home .wow-film-hero__console .engine{margin:0;padding:25px!important;border:1px solid rgba(255,255,255,.24);border-radius:0;background:rgba(7,16,25,.84);box-shadow:0 30px 80px rgba(0,0,0,.28)}
@supports (backdrop-filter:blur(1px)){
  .alps-wow-home .wow-film-hero__console .engine{backdrop-filter:blur(24px) saturate(115%)}
}
.alps-wow-home .wow-film-hero__console .engine::before{content:"PRIVATE JOURNEY";position:absolute;top:-10px;left:22px;padding:5px 9px;background:var(--wow-night);color:var(--wow-ember-bright);font:500 8px/1 var(--font-data);letter-spacing:.2em}
.alps-wow-home .wow-film-hero__console .engine label{color:rgba(255,255,255,.64)}
.alps-wow-home .wow-film-hero__console .input,.alps-wow-home .wow-film-hero__console .stepper__val{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.07);color:#fff}
.alps-wow-home .wow-film-hero__console .stepper__btn{border-color:rgba(255,255,255,.28);color:#fff}

.alps-wow-home .wow-chapter{display:flex;align-items:center;gap:15px;color:#756957;font:500 9px/1 var(--font-data);letter-spacing:.2em;text-transform:uppercase}
.alps-wow-home .wow-chapter i{width:62px;height:1px;background:currentColor;opacity:.35}
.alps-wow-home .wow-chapter b{color:var(--wow-ink);font-weight:500}
.alps-wow-home .wow-chapter--light,.alps-wow-home .wow-chapter--light b{color:rgba(255,255,255,.7)}
.alps-wow-home .wow-text-link{width:max-content;min-height:48px;margin-top:28px;display:inline-flex;align-items:center;gap:24px;border-bottom:1px solid #796d5e;font:600 10px/1 var(--font-data);letter-spacing:.15em;text-transform:uppercase}
.alps-wow-home .wow-text-link--light{color:#fff;border-color:rgba(255,255,255,.45)}

.alps-wow-home .wow-service-film{position:relative;min-height:100svh;overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-service-film__proof{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:43% center;filter:saturate(.72) contrast(1.06) brightness(.74)}
.alps-wow-home .wow-service-film__veil{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(3,9,14,.08),rgba(3,9,14,.26) 45%,rgba(3,9,14,.93) 73%),linear-gradient(0deg,rgba(3,9,14,.65),transparent 52%)}
.alps-wow-home .wow-service-film__copy{position:absolute;z-index:3;top:0;right:0;bottom:0;width:min(620px,45vw);padding:120px var(--space-5) 76px 72px;display:flex;flex-direction:column;justify-content:center}
.alps-wow-home .wow-service-film__copy>.mi{margin:80px 0 24px}
.alps-wow-home .wow-service-film h2,.alps-wow-home .wow-warmth h2,.alps-wow-home .wow-destinations h2,.alps-wow-home .wow-precision h2,.alps-wow-home .wow-route-index h2,.alps-wow-home .wow-final h2{margin:0;font-family:var(--font-display);font-size:clamp(54px,6.1vw,102px);font-weight:400;line-height:.89;letter-spacing:-.045em}
.alps-wow-home .wow-service-film h2 em{color:var(--wow-ice);font-weight:400}
.alps-wow-home .wow-service-film__copy>p:not(.mi){max-width:520px;margin:32px 0 0;color:rgba(255,255,255,.68);line-height:1.8}
.alps-wow-home .wow-service-film__copy ul{margin:46px 0 0;padding:0;list-style:none;border-top:1px solid var(--wow-line-dark)}
.alps-wow-home .wow-service-film__copy li{min-height:58px;display:grid;grid-template-columns:46px 1fr;align-items:center;border-bottom:1px solid var(--wow-line-dark);color:rgba(255,255,255,.82);font:500 10px/1 var(--font-data);letter-spacing:.16em;text-transform:uppercase}
.alps-wow-home .wow-service-film__copy li span{color:var(--wow-ember-bright);font-size:8px}

.alps-wow-home .wow-road-film{position:relative;min-height:100svh;overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-road-film__veil{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(4,10,15,.82),rgba(4,10,15,.08)),linear-gradient(0deg,rgba(4,10,15,.58),transparent)}
.alps-wow-home .wow-road-film__content{position:absolute;z-index:3;inset-inline:0;top:18%;width:100%;margin-inline:auto}
.alps-wow-home .wow-road-film h2,.alps-wow-home .wow-convoy h2{max-width:980px;margin:75px 0 0;font-family:var(--font-display);font-size:clamp(62px,7.2vw,120px);font-weight:400;line-height:.88;letter-spacing:-.045em}
.alps-wow-home .wow-road-film h2 em,.alps-wow-home .wow-convoy h2 em,.alps-wow-home .wow-final h2 em,.alps-wow-home .wow-precision h2 em,.alps-wow-home .wow-route-index h2 em{color:var(--wow-ice);font-weight:400}
.alps-wow-home .wow-road-film__content>p{margin:32px 0 0;color:rgba(255,255,255,.7);font-size:18px}
.alps-wow-home .wow-road-film__data{position:absolute;z-index:3;left:50%;bottom:52px;transform:translateX(-50%);width:100%;display:grid;grid-template-columns:auto minmax(80px,1fr) auto auto;align-items:center;gap:24px;color:rgba(255,255,255,.82);font:500 10px/1 var(--font-data);letter-spacing:.16em;text-transform:uppercase}
.alps-wow-home .wow-road-film__data i{height:1px;background:linear-gradient(90deg,var(--wow-ember),rgba(255,255,255,.2))}
.alps-wow-home .wow-road-film__data b{margin-left:42px;color:var(--wow-ember-bright);font-weight:500}

.alps-wow-home .wow-warmth{min-height:900px;display:grid;grid-template-columns:1.08fr .92fr;background:#d9d4ca;color:var(--wow-ink)}
.alps-wow-home .wow-warmth__visual{min-height:900px;overflow:hidden}
.alps-wow-home .wow-warmth__visual .media,.alps-wow-home .wow-warmth__visual picture,.alps-wow-home .wow-warmth__visual img{width:100%;height:100%}
.alps-wow-home .wow-warmth__visual img{object-fit:cover;filter:saturate(.78) contrast(1.04)}
.alps-wow-home .wow-warmth__copy{padding:120px clamp(36px,7vw,120px);display:flex;flex-direction:column;justify-content:center}
.alps-wow-home .wow-warmth__copy>.mi{margin:100px 0 24px;color:#775b36}
.alps-wow-home .wow-warmth h2 em{color:#975d3b;font-weight:400}
.alps-wow-home .wow-warmth__copy>p:not(.mi){max-width:520px;margin:34px 0 0;color:#4f595e;line-height:1.85}

.alps-wow-home .wow-convoy{position:relative;min-height:100svh;overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-convoy__media,.alps-wow-home .wow-convoy__media .media,.alps-wow-home .wow-convoy__media picture,.alps-wow-home .wow-convoy__media img{position:absolute;inset:0;width:100%;height:100%}
.alps-wow-home .wow-convoy__media img{object-fit:cover;object-position:center 65%;filter:saturate(.8) contrast(1.08) brightness(.82);transform:scale(1.02)}
.alps-wow-home .wow-convoy__veil{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(4,10,15,.86),rgba(4,10,15,.12) 68%),linear-gradient(0deg,rgba(4,10,15,.64),transparent)}
.alps-wow-home .wow-convoy__copy{position:absolute;z-index:2;inset-inline:0;top:18%;width:100%;margin-inline:auto}
.alps-wow-home .wow-convoy__copy>p:not(.mi){margin:28px 0 0;color:rgba(255,255,255,.65);font:500 11px/1.5 var(--font-data);letter-spacing:.16em;text-transform:uppercase}
.alps-wow-home .wow-convoy .btn{margin-top:38px}

.alps-wow-home .wow-destinations{padding:145px 0;background:var(--wow-snow);color:var(--wow-ink)}
.alps-wow-home .wow-destinations__head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:86px}
.alps-wow-home .wow-destinations h2 em{color:#6e838a;font-weight:400}
.alps-wow-home .wow-destinations__list{border-top:1px solid var(--wow-line-light)}
.alps-wow-home .wow-destination{position:relative;min-height:230px;padding:0 var(--space-5);display:grid;grid-template-columns:80px 1fr 60px;align-items:center;overflow:hidden;border-bottom:1px solid var(--wow-line-light)}
.alps-wow-home .wow-destination img,.alps-wow-home .wow-destination__veil{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .45s ease,transform .85s var(--wow-ease)}
.alps-wow-home .wow-destination img{transform:scale(1.035)}
.alps-wow-home .wow-destination__veil{background:rgba(4,10,15,.5)}
.alps-wow-home .wow-destination>*:not(img):not(.wow-destination__veil){position:relative;z-index:2}
.alps-wow-home .wow-destination small{font:500 9px/1 var(--font-data);letter-spacing:.18em}
.alps-wow-home .wow-destination strong{font-family:var(--font-display);font-size:clamp(48px,5.4vw,84px);font-weight:400;line-height:1}
.alps-wow-home .wow-destination b{justify-self:end;font-size:28px;font-weight:400}
.alps-wow-home .wow-destination:hover,.alps-wow-home .wow-destination:focus-visible{color:#fff;text-decoration:none}
.alps-wow-home .wow-destination:hover img,.alps-wow-home .wow-destination:focus-visible img,.alps-wow-home .wow-destination:hover .wow-destination__veil,.alps-wow-home .wow-destination:focus-visible .wow-destination__veil{opacity:1;transform:scale(1)}

/* The destination chapter now lives on its own page. */
.alps-wow:not(.alps-wow-home) .wow-destinations{padding:145px 0;background:var(--wow-snow);color:var(--wow-ink)}
.alps-wow:not(.alps-wow-home) .wow-destinations__head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:86px}
.alps-wow:not(.alps-wow-home) .wow-destinations h2{margin:0;font-family:var(--font-display);font-size:clamp(54px,6.1vw,102px);font-weight:400;line-height:.89;letter-spacing:-.045em}
.alps-wow:not(.alps-wow-home) .wow-destinations h2 em{color:#6e838a;font-weight:400}
.alps-wow:not(.alps-wow-home) .wow-destinations__list{border-top:1px solid var(--wow-line-light)}
.alps-wow:not(.alps-wow-home) .wow-destination{position:relative;min-height:230px;padding:0 var(--space-5);display:grid;grid-template-columns:80px 1fr 60px;align-items:center;overflow:hidden;border-bottom:1px solid var(--wow-line-light)}
.alps-wow:not(.alps-wow-home) .wow-destination img,.alps-wow:not(.alps-wow-home) .wow-destination__veil{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .45s ease,transform .85s var(--wow-ease)}
.alps-wow:not(.alps-wow-home) .wow-destination img{transform:scale(1.035)}
.alps-wow:not(.alps-wow-home) .wow-destination__veil{background:rgba(4,10,15,.5)}
.alps-wow:not(.alps-wow-home) .wow-destination>*:not(img):not(.wow-destination__veil){position:relative;z-index:2}
.alps-wow:not(.alps-wow-home) .wow-destination small{font:500 9px/1 var(--font-data);letter-spacing:.18em}
.alps-wow:not(.alps-wow-home) .wow-destination strong{font-family:var(--font-display);font-size:clamp(48px,5.4vw,84px);font-weight:400;line-height:1}
.alps-wow:not(.alps-wow-home) .wow-destination b{justify-self:end;font-size:28px;font-weight:400}
.alps-wow:not(.alps-wow-home) .wow-destination:hover,.alps-wow:not(.alps-wow-home) .wow-destination:focus-visible{color:#fff;text-decoration:none}
.alps-wow:not(.alps-wow-home) .wow-destination:hover img,.alps-wow:not(.alps-wow-home) .wow-destination:focus-visible img,.alps-wow:not(.alps-wow-home) .wow-destination:hover .wow-destination__veil,.alps-wow:not(.alps-wow-home) .wow-destination:focus-visible .wow-destination__veil{opacity:1;transform:scale(1)}
.alps-wow:not(.alps-wow-home) main>.section:has(.faq){padding:clamp(90px,9vw,140px) 0;background:var(--wow-snow)}

.alps-wow-home .wow-precision{padding:145px var(--space-5);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(65px,10vw,180px);background:var(--wow-night)}
.alps-wow-home .wow-precision__steps{margin:0;padding:0;list-style:none;border-top:1px solid var(--wow-line-dark)}
.alps-wow-home .wow-precision__steps li{min-height:150px;padding:30px 0;display:grid;grid-template-columns:58px .85fr 1fr;gap:24px;border-bottom:1px solid var(--wow-line-dark)}
.alps-wow-home .wow-precision__steps li>span{color:var(--wow-ember);font:500 9px/1 var(--font-data);letter-spacing:.18em}
.alps-wow-home .wow-precision__steps strong{font-family:var(--font-display);font-size:28px;font-weight:400;line-height:1.1}
.alps-wow-home .wow-precision__steps p{margin:3px 0 0;color:rgba(255,255,255,.52);font-size:13px;line-height:1.7}

.alps-wow-home .wow-route-index{padding:135px 0;background:#0b1620}
.alps-wow-home .wow-route-index__head{margin-bottom:70px}
.alps-wow-home .wow-route-index h2{margin-top:22px}
.alps-wow-home .wow-route-index .routes{border-top:1px solid var(--wow-line-dark)}
.alps-wow-home .wow-route-index .route-line{min-height:76px;border-bottom-color:var(--wow-line-dark)}
.alps-wow-home .wow-route-index .route-line__name{font-family:var(--font-display);font-size:clamp(24px,2.2vw,34px);font-weight:400}
.alps-wow-home .wow-route-index .route-line__meta{color:rgba(255,255,255,.48)}

.alps-wow-home main>.section:has(.faq){padding:130px 0;background:var(--wow-snow)}
.alps-wow-home .wow-final{position:relative;min-height:88svh;overflow:hidden;background:var(--wow-night)}
.alps-wow-home .wow-final__veil{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(4,10,15,.8),rgba(4,10,15,.08)),linear-gradient(0deg,rgba(4,10,15,.55),transparent)}
.alps-wow-home .wow-final__copy{position:absolute;z-index:3;inset-inline:0;top:20%;width:100%;margin-inline:auto}
.alps-wow-home .wow-final .btn{margin-top:38px}

@media (max-width:1023px){
  .alps-wow-home .wow-film-hero__route{width:300px}
  .alps-wow-home .wow-service-film__copy{width:54vw;padding-left:45px}
  .alps-wow-home .wow-precision{grid-template-columns:1fr}
}

@media (max-width:767px){
  body.alps-wow .site-header>.wrap{padding-inline:20px}
  body.alps-wow .header-bar{min-height:72px}
  body.alps-wow .brand__name{font-size:11px;letter-spacing:.14em}
  body.alps-wow .brand__line{display:none}
  body.alps-wow .nav-toggle{left:0;width:44px;height:44px}
  body.alps-wow .header-actions .btn-primary{min-height:42px;padding-inline:12px;font-size:8px;letter-spacing:.1em}
  .alps-wow-home .wow-film-hero{min-height:990px}
  .alps-wow-home .wow-film--hero{display:none}
  .alps-wow-home .wow-film-hero__fallback img{object-position:64% center;filter:saturate(.82) contrast(1.05) brightness(.76)}
  .alps-wow-home .wow-film-hero__veil{background:linear-gradient(90deg,rgba(2,8,12,.72),rgba(2,8,12,.08)),linear-gradient(0deg,rgba(2,8,12,.94),rgba(2,8,12,.08) 66%),linear-gradient(180deg,rgba(2,8,12,.5),transparent 34%)}
  .alps-wow-home .wow-film-hero__mark{top:98px;left:20px;grid-template-columns:auto 1fr;width:calc(100% - 40px);max-width:320px}
  .alps-wow-home .wow-film-hero__mark span:last-child{display:none}
  .alps-wow-home .wow-film-hero__content{top:156px;bottom:auto;padding-inline:20px}
  .alps-wow-home .wow-film-hero h1{font-size:clamp(54px,16.2vw,72px);line-height:.89}
  .alps-wow-home .wow-film-hero__destinations{max-width:340px;margin-top:22px;font-size:12px;line-height:1.65}
  .alps-wow-home .wow-film-hero__route{right:auto;left:20px;bottom:344px;width:calc(100% - 40px);padding-top:18px}
  .alps-wow-home .wow-film-hero__route strong{margin:12px 0 8px}
  .alps-wow-home .wow-film-hero__route strong b{font-size:27px}
  .alps-wow-home .wow-film-hero__route small{display:block;max-width:320px;font-size:8px}
  .alps-wow-home .wow-film-hero__console{bottom:18px;padding-inline:20px}
  .alps-wow-home .wow-film-hero__console .engine{padding:20px 15px!important;background:rgba(7,16,25,.95)}
  .alps-wow-home .wow-service-film{min-height:900px}
  .alps-wow-home .wow-service-film__proof{object-position:61% center}
  .alps-wow-home .wow-service-film__veil{background:linear-gradient(0deg,rgba(3,9,14,.96),rgba(3,9,14,.78) 48%,rgba(3,9,14,.08) 82%)}
  .alps-wow-home .wow-service-film__copy{top:auto;left:0;width:100%;height:auto;min-height:610px;padding:80px 20px 50px;justify-content:flex-end}
  .alps-wow-home .wow-service-film__copy>.mi{margin-top:58px}
  .alps-wow-home .wow-service-film h2,.alps-wow-home .wow-warmth h2,.alps-wow-home .wow-destinations h2,.alps-wow-home .wow-precision h2,.alps-wow-home .wow-route-index h2,.alps-wow-home .wow-final h2{font-size:53px}
  .alps-wow-home .wow-service-film__copy>p:not(.mi){margin-top:24px;font-size:13px;line-height:1.7}
  .alps-wow-home .wow-service-film__copy ul{margin-top:30px}
  .alps-wow-home .wow-road-film{min-height:820px}
  .alps-wow-home .wow-road-film__content{top:14%;padding-inline:20px}
  .alps-wow-home .wow-road-film h2,.alps-wow-home .wow-convoy h2{margin-top:65px;font-size:57px}
  .alps-wow-home .wow-road-film__data{bottom:30px;padding-inline:20px;grid-template-columns:auto 1fr auto;gap:12px}
  .alps-wow-home .wow-road-film__data b{grid-column:1/-1;margin:10px 0 0}
  .alps-wow-home .wow-warmth{min-height:0;grid-template-columns:1fr}
  .alps-wow-home .wow-warmth__visual{min-height:520px}
  .alps-wow-home .wow-warmth__copy{padding:80px 20px 100px}
  .alps-wow-home .wow-warmth__copy>.mi{margin-top:70px}
  .alps-wow-home .wow-convoy{min-height:820px}
  .alps-wow-home .wow-convoy__media img{object-position:62% center}
  .alps-wow-home .wow-convoy__copy{top:14%;padding-inline:20px}
  .alps-wow-home .wow-destinations{padding:90px 0}
  .alps-wow-home .wow-destinations__head{padding-inline:20px;display:block;margin-bottom:58px}
  .alps-wow-home .wow-destinations__head h2{margin-top:65px}
  .alps-wow-home .wow-destination{min-height:330px;padding:28px 20px;grid-template-columns:1fr auto;grid-template-rows:1fr auto;align-items:end;color:#fff}
  .alps-wow-home .wow-destination img,.alps-wow-home .wow-destination__veil{opacity:1;transform:none}
  .alps-wow-home .wow-destination small{align-self:start}
  .alps-wow-home .wow-destination strong{grid-column:1/-1;font-size:50px}
  .alps-wow-home .wow-destination b{grid-column:2;grid-row:2}
  .alps-wow:not(.alps-wow-home) .wow-destinations{padding:90px 0}
  .alps-wow:not(.alps-wow-home) .wow-destinations__head{padding-inline:20px;display:block;margin-bottom:58px}
  .alps-wow:not(.alps-wow-home) .wow-destinations__head h2{margin-top:65px;font-size:53px}
  .alps-wow:not(.alps-wow-home) .wow-destination{min-height:330px;padding:28px 20px;grid-template-columns:1fr auto;grid-template-rows:1fr auto;align-items:end;color:#fff}
  .alps-wow:not(.alps-wow-home) .wow-destination img,.alps-wow:not(.alps-wow-home) .wow-destination__veil{opacity:1;transform:none}
  .alps-wow:not(.alps-wow-home) .wow-destination small{align-self:start}
  .alps-wow:not(.alps-wow-home) .wow-destination strong{grid-column:1/-1;font-size:50px}
  .alps-wow:not(.alps-wow-home) .wow-destination b{grid-column:2;grid-row:2}
  .alps-wow-home .wow-precision{padding:90px 20px;gap:65px}
  .alps-wow-home .wow-precision__steps li{min-height:0;grid-template-columns:40px 1fr}
  .alps-wow-home .wow-precision__steps p{grid-column:2}
  .alps-wow-home .wow-route-index{padding:90px 0}
  .alps-wow-home .wow-route-index__head{margin-bottom:52px}
  .alps-wow-home .wow-final{min-height:760px}
  .alps-wow-home .wow-final__copy{top:16%;padding-inline:20px}
}


/*
 * The real booking engine must keep the demo's concierge-console rhythm.
 * Desktop: one compact control deck at the foot of the film.
 * Mobile/tablet: the film gets its own first screen and the complete engine
 * follows as a dedicated light section instead of covering the photograph.
 */
@media (min-width:1024px){
  .alps-wow-home .wow-film-hero__content{bottom:390px;padding-right:min(650px,48vw)}
  .alps-wow-home .wow-film-hero__route{bottom:370px}
  .alps-wow-home .wow-film-hero__console .engine{display:grid;grid-template-columns:minmax(140px,1.55fr) minmax(140px,1.55fr) minmax(112px,.9fr) minmax(102px,.78fr) minmax(126px,1fr) minmax(126px,1fr);column-gap:14px;row-gap:12px;align-items:end;padding:20px!important}
  .alps-wow-home .wow-film-hero__console .engine>h2{grid-column:1/-1;margin-bottom:0!important}
  .alps-wow-home .wow-film-hero__console .engine>.form-grid{display:contents}
  .alps-wow-home .wow-film-hero__console .engine>.engine__more{grid-column:1/5;align-self:center;margin:0!important}
  .alps-wow-home .wow-film-hero__console .engine>.cta-row{grid-column:5/7;margin:0!important}
  .alps-wow-home .wow-film-hero__console .engine>.cta-row .btn{width:100%;min-height:52px}
  .alps-wow-home .wow-film-hero__console .engine>.pills{grid-column:1/-1;margin:0!important;flex-wrap:nowrap}
  .alps-wow-home .wow-film-hero__console .field,.alps-wow-home .wow-film-hero__console .placebox{min-width:0}
  .alps-wow-home .wow-film-hero__console .input,.alps-wow-home .wow-film-hero__console .stepper__btn,.alps-wow-home .wow-film-hero__console .stepper__val{min-height:52px}
  .alps-wow-home .wow-film-hero__console .hint{font-size:11px}
}

@media (max-width:1023px){
  .alps-wow-home .wow-film-hero{min-height:0;padding-top:760px;overflow:hidden}
  .alps-wow-home .wow-film-hero .wow-film,.alps-wow-home .wow-film-hero__fallback,.alps-wow-home .wow-film-hero__fallback .media,.alps-wow-home .wow-film-hero__fallback picture,.alps-wow-home .wow-film-hero__fallback img{inset:0 0 auto;height:760px}
  .alps-wow-home .wow-film-hero__veil{inset:0 0 auto;height:760px}
  .alps-wow-home .wow-film-hero__route{top:560px;right:auto;bottom:auto;left:var(--space-5);width:min(360px,calc(100% - 2 * var(--space-5)))}
  .alps-wow-home .wow-film-hero__console{position:relative;inset:auto;width:100%;max-width:none;margin:0;padding:50px var(--space-5) 64px;background:var(--wow-snow);color:var(--wow-ink)}
  .alps-wow-home .wow-film-hero__console .engine{padding:0!important;border:0!important;background:transparent!important;box-shadow:none;backdrop-filter:none!important;color:var(--wow-ink)}
  .alps-wow-home .wow-film-hero__console .engine::before{position:static;display:block;width:max-content;margin-bottom:22px;background:transparent;color:#775b36;padding:0}
  .alps-wow-home .wow-film-hero__console .engine h2{color:#775b36}
  .alps-wow-home .wow-film-hero__console .engine label{color:#4f595e}
  .alps-wow-home .wow-film-hero__console .input,.alps-wow-home .wow-film-hero__console .stepper__val{border-color:rgba(13,23,32,.2);background:#fff;color:var(--wow-ink)}
  .alps-wow-home .wow-film-hero__console .stepper__btn{border-color:rgba(13,23,32,.46);background:transparent;color:var(--wow-ink)}
  .alps-wow-home .wow-film-hero__console .engine__more summary{color:var(--wow-ink)}
  .alps-wow-home .wow-film-hero__console .cta-row .btn{width:100%;min-height:56px}
  .alps-wow-home .wow-film-hero__console .pills{display:none}
}

@media (max-width:767px){
  .alps-wow-home .wow-film-hero{padding-top:720px}
  .alps-wow-home .wow-film-hero .wow-film,.alps-wow-home .wow-film-hero__fallback,.alps-wow-home .wow-film-hero__fallback .media,.alps-wow-home .wow-film-hero__fallback picture,.alps-wow-home .wow-film-hero__fallback img,.alps-wow-home .wow-film-hero__veil{height:720px}
  .alps-wow-home .wow-film-hero__route{top:525px;left:20px;width:calc(100% - 40px)}
  .alps-wow-home .wow-film-hero__console{padding:46px 20px 58px}
}

@media (prefers-reduced-motion:reduce){
  .alps-wow-home .wow-film{display:none}
  .alps-wow-home .wow-film-hero__fallback{display:block}
}

/* Conversion contact retained in the cinematic header. */
body.alps-wow .wow-header-phone{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding-inline:10px;color:rgba(255,255,255,.76);font:500 9px/1 var(--font-data);letter-spacing:.11em;text-decoration:none}
body.alps-wow .wow-header-phone:hover,body.alps-wow .wow-header-phone:focus-visible{color:#fff;text-decoration:none}
