.hero{padding-block:var(--space-4) var(--space-6)}.hero__inner{gap:var(--space-4);flex-direction:column;display:flex}.hero__card{aspect-ratio:4/3;background:var(--surface-sunken);width:100%;box-shadow:var(--shadow-pop);cursor:grab;border-radius:22px;position:relative;overflow:hidden}.hero__card:active{cursor:grabbing}.hero__slide{opacity:0;transition:opacity .5s var(--ease-out);will-change:opacity;position:absolute;inset:0}.hero__slide.is-active{opacity:1}.hero__img{-o-object-fit:cover;object-fit:cover}.hero__scrim{pointer-events:none;background:linear-gradient(#0000 20%,#0610201a 40%,#06102099 70%,#061020eb 100%),linear-gradient(90deg,#0610208c 0%,#06102026 45%,#0000 70%);position:absolute;inset:0}[dir=rtl] .hero__scrim{background:linear-gradient(#0000 20%,#0610201a 40%,#06102099 70%,#061020eb 100%),linear-gradient(270deg,#0610208c 0%,#06102026 45%,#0000 70%)}.hero__content{animation:hero-text-in .38s var(--ease-out) both;flex-direction:column;align-items:flex-start;padding:20px 22px;display:flex;position:absolute;inset:0}@keyframes hero-text-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hero__badge{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(10px);color:var(--white);font-size:12px;font-weight:var(--fw-medium);letter-spacing:.01em;white-space:nowrap;background:#ffffff29;border:1px solid #ffffff47;align-items:center;gap:6px;padding:6px 14px;display:inline-flex;box-shadow:0 2px 8px #0000002e}.hero__text{align-items:flex-start;gap:var(--space-2);flex-direction:column;max-width:min(75%,440px);margin-block-start:auto;display:flex}.hero__title{font-size:var(--fs-h1);font-weight:var(--fw-bold);color:var(--white);line-height:var(--lh-heading);text-shadow:0 1px 6px #00000059}.hero__sub{color:#ffffffe6;font-size:var(--fs-body);max-width:42ch;line-height:1.6}.hero__cta{align-items:center;gap:var(--space-3);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);transition:background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);background:#08162cd1;border:1px solid #ffffff24;align-self:flex-start;margin-block-start:var(--space-2);padding-block:5px;padding-inline:20px 5px;display:inline-flex}.hero__cta:hover{background:var(--navy);transform:translateY(-2px);box-shadow:0 6px 20px #00000047}.hero__cta-label{color:var(--white);font-size:var(--fs-label);font-weight:var(--fw-bold);white-space:nowrap}.hero__cta-circle{border-radius:var(--radius-pill);background:var(--white);width:38px;height:38px;color:var(--navy);transition:background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero__cta:hover .hero__cta-circle{background:var(--sky);color:var(--white)}.hero__arrow{display:none}@media (min-width:640px){.hero__arrow{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(10px);width:48px;height:48px;color:var(--white);cursor:pointer;opacity:0;transition:opacity var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);background:#ffffff2e;border:1px solid #ffffff4d;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000038}.hero__card:hover .hero__arrow,.hero__arrow:focus-visible{opacity:1}.hero__arrow:hover{background:#ffffff52;transform:translateY(-50%)scale(1.06);box-shadow:0 6px 24px #0000004d}.hero__arrow:active{transform:translateY(-50%)scale(.93)}.hero__arrow--prev{inset-inline-start:var(--space-4)}.hero__arrow--next{inset-inline-end:var(--space-4)}}@media (min-width:1024px){.hero__arrow{width:54px;height:54px}.hero__arrow--prev{inset-inline-start:var(--space-6)}.hero__arrow--next{inset-inline-end:var(--space-6)}}.hero__dots{justify-content:center;align-items:center;gap:var(--space-2);display:flex}.hero__dot{border-radius:var(--radius-pill);background:var(--border-strong);cursor:pointer;width:8px;height:8px;transition:width var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out)}.hero__dot:hover{background:var(--text-muted)}.hero__dot.is-active{background:var(--brand);width:26px}@media (min-width:640px){.hero{padding-block:var(--space-6) var(--space-8)}.hero__card{aspect-ratio:16/9}.hero__content{padding:28px 36px}.hero__text{max-width:min(60%,520px)}.hero__title{font-size:var(--fs-display)}.hero__sub{font-size:var(--fs-body-lg)}}@media (min-width:1024px){.hero__card{aspect-ratio:21/9}.hero__content{padding:36px 48px}.hero__inner{gap:var(--space-4)}}@media (prefers-reduced-motion:reduce){.hero__content{animation:none}.hero__slide,.hero__cta,.hero__arrow,.hero__dot{transition:none}}
.featured{padding-block:var(--space-12);background:var(--surface-sunken)}.featured__inner{gap:var(--space-6);flex-direction:column;display:flex}.chalets-loading{padding-block:var(--space-14);justify-content:center;display:flex}.chalets-loading__spin{color:var(--accent);animation:.7s linear infinite chalets-spin}@keyframes chalets-spin{to{transform:rotate(360deg)}}.featured__head{gap:var(--space-2);flex-direction:column;display:flex}.featured__eyebrow{color:var(--brand);font-weight:var(--fw-medium);font-size:var(--fs-label)}.featured__title{font-size:var(--fs-h1);font-weight:var(--fw-bold);color:var(--text-strong);margin-block-start:4px}.featured__subtitle{color:var(--text-muted);font-size:var(--fs-body-lg);margin-block-start:6px}.featured__grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}.featured__more{justify-content:center;padding-block-start:var(--space-4);display:flex}.featured__more-btn{height:52px;padding-inline:var(--space-8);border-radius:var(--radius-control);background:var(--navy);color:var(--white);font-weight:var(--fw-bold);font-size:var(--fs-body);transition:background var(--dur-base) var(--ease-out), gap var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);align-items:center;gap:8px;display:inline-flex}.featured__more-btn:hover{background:color-mix(in srgb, var(--navy) 82%, black);gap:14px;transform:translateY(-1px);box-shadow:0 6px 18px #1b3a5b38}@media (min-width:640px){.featured__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.featured__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}
