@charset "UTF-8"; .block-hero{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff; }.block-hero__bg{position:absolute;inset:0;z-index:1;}.block-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;}.block-hero__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.65));}.block-hero__content{position:relative;z-index:3;text-align:center;padding:6rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;}.block-hero__logo{max-width:140px;}.block-hero__logo img{width:100%;height:auto;}.block-hero__title{font-size:clamp(2rem,4vw,3.5rem);font-weight:500;letter-spacing:0.08em;text-transform:uppercase;margin:0;}.block-hero__subtitle{opacity:0.9;max-width:640px;}.block-hero__buttons{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;}.block-hero__button{padding:0.9rem 2.2rem;font-size:0.85rem;letter-spacing:0.15em;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:all 0.25s ease;display:inline-flex;align-items:center;justify-content:center;min-width:190px;}.block-hero__button:hover{transform:translateY(-2px);}.block-hero__button--primary{background-color:#d2b07a;color:#1c1c1c;border:1px solid #d2b07a;}.block-hero__button--primary:hover{background-color:#c89e5c;border-color:#c89e5c;}.block-hero__button--secondary{background:transparent;color:#ffffff;border:2px solid rgba(255,255,255,0.9);}.block-hero__button--secondary:hover{background:rgba(255,255,255,0.12);border-color:#ffffff;} @media (max-width:768px){.block-hero__content{padding-top:5rem;}} @media (max-width:480px){.block-hero__buttons{flex-direction:column;width:100%;}.block-hero__button{width:100%;max-width:320px;}}.more-than-a-place-section{padding-block:clamp(3rem,6vw,6rem); }.more-than-a-place-section .container > div{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;}.more-than-a-place-section h2{color:#b69469 !important;position:relative;margin-bottom:28px;}.more-than-a-place-section h2::after{content:"";position:absolute;left:0;bottom:-14px;width:110px;height:4px;background:currentColor;border-radius:2px;}.more-than-a-place-section h3{font-size:clamp(1.2rem,3vw,1.35rem);margin-bottom:1.25rem;}.more-than-a-place-section .container > div > div:first-child{display:flex;flex-direction:column;gap:0;}.more-than-a-place-section .container > div > div:first-child p{margin:0 0 1.25rem 0;}.more-than-a-place-section .container > div > div:first-child > div:first-child{font-style:italic;position:relative;padding-bottom:0.75rem;margin-bottom:1.25rem;}.more-than-a-place-section .container > div > div:first-child a{align-self:flex-start;margin-top:1.5rem;padding:0.75rem 1.75rem;background:#c9a26a;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;transition:all 0.25s ease;}.more-than-a-place-section .container > div > div:first-child a:hover{background:#be8f4c;transform:translateY(-1px);}.more-than-a-place-section .images-container{position:relative;display:flex;justify-content:flex-end;align-items:center;}.more-than-a-place-section .images-container::before{content:"";position:absolute;top:-8%;right:-6%;width:85%;height:95%;background:#f7f3ec;border-radius:24px;z-index:0;}.more-than-a-place-section .images-container img{position:relative;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,0.15);object-fit:cover;z-index:1;}.more-than-a-place-section .images-container img:first-child{width:100%;max-width:520px;}.more-than-a-place-section .images-container img:last-child{position:absolute;border:4px solid #FFF;right:-10%;bottom:-12%;width:55%;max-width:300px;z-index:2;}@media (max-width:1024px){.more-than-a-place-section .container > div{grid-template-columns:1fr;}.more-than-a-place-section .images-container{margin-top:2.5rem;}.more-than-a-place-section .images-container::before{right:-2%;width:90%;}.more-than-a-place-section .images-container img:last-child{right:0;bottom:-10%;}}@media (max-width:640px){.more-than-a-place-section h2::after{width:80px;height:3px;}}.tables-section{padding:6rem 0;}.tables-section .tables-main-heading{font-size:clamp(2rem,3vw,3rem);margin-bottom:1rem;}.tables-section .tables-intro{max-width:760px;margin-bottom:3.5rem;color:#666;line-height:1.6;}.tables-section .table-heading{margin:3.5rem 0 1rem;font-size:1.6rem;color:#b69469;}.tables-section .table-wrapper{overflow-x:auto;}.tables-section .price-table{width:100%;border-collapse:collapse;background:#fff;}.tables-section .price-table thead{background:#f6f1ea;}.tables-section .price-table th,.tables-section .price-table td{padding:1rem 1.1rem;border-bottom:1px solid #eee;text-align:center;white-space:nowrap;font-size:0.95rem;}.tables-section .price-table th:first-child,.tables-section .price-table td:first-child{text-align:left;font-weight:600;white-space:normal;min-width:220px;} @media (max-width:1024px) and (min-width:768px){.tables-section{padding:4.5rem 0;}.tables-section .table-heading{margin-top:3rem;}.tables-section .price-table th,.tables-section .price-table td{padding:0.9rem;font-size:0.9rem;}} @media (max-width:767px){.tables-section{padding:3.5rem 0;}.tables-section .tables-main-heading{font-size:2rem;}.tables-section .tables-intro{margin-bottom:2.5rem;}.tables-section .table-heading{font-size:1.4rem;margin-top:2.5rem;}.tables-section .price-table th,.tables-section .price-table td{padding:0.75rem;font-size:0.85rem;}.tables-section .price-table th:first-child,.tables-section .price-table td:first-child{min-width:180px;}}@charset "UTF-8";.things-to-do-image-section{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding-block:clamp(3rem,6vw,6rem); }.things-to-do-image-section .things-to-do-image{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:start;}.things-to-do-image-section .things-to-do-image__top-label{text-transform:uppercase;letter-spacing:0.08em;font-size:0.85rem;color:#2a2a2a;margin-bottom:1rem;position:relative;}.things-to-do-image-section .things-to-do-image__top-label::after{content:"";display:block;width:140px;height:3px;background:#b99d75;margin-top:0.75rem;}.things-to-do-image-section .things-to-do-image__heading{font-weight:600;line-height:1.15;color:#b99d75;margin-bottom:2rem;}.things-to-do-image-section .things-to-do-image__accordion{border-top:1px solid rgba(0,0,0,0.15);}.things-to-do-image-section .things-to-do-image__item{border-bottom:1px solid rgba(0,0,0,0.15);padding-block:1.25rem;}.things-to-do-image-section .things-to-do-image__item.is-open .things-to-do-image__icon{transform:rotate(45deg);}.things-to-do-image-section .things-to-do-image__trigger{width:100%;background:transparent;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;color:#1f1f1f;}.things-to-do-image-section .things-to-do-image__title{font-size:1.35rem; font-weight:500; line-height:1.3;color:#1f1f1f;}.things-to-do-image-section .things-to-do-image__icon{width:42px;height:42px;display:grid;place-items:center;font-weight:300;color:#000;transition:transform 0.2s ease;flex-shrink:0;}.things-to-do-image-section .things-to-do-image__panel{margin-top:1rem;}.things-to-do-image-section .things-to-do-image__content{color:rgba(0,0,0,0.7);line-height:1.8;}.things-to-do-image-section .things-to-do-image__content p{margin:0 0 1rem;}.things-to-do-image-section .things-to-do-image__content p:last-child{margin-bottom:0;}.things-to-do-image-section .things-to-do-image__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:2.25rem;padding:0.95rem 2.2rem;background:#c9a26a;color:#fff;text-decoration:none;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;border-radius:8px;box-shadow:0 14px 28px rgba(0,0,0,0.18);transition:all 0.25s ease;}.things-to-do-image-section .things-to-do-image__btn:hover{background:#be8f4c;transform:translateY(-1px);box-shadow:0 18px 34px rgba(0,0,0,0.22);}.things-to-do-image-section .things-to-do-image__image-wrap{position:relative;max-width:520px; margin-left:auto;}.things-to-do-image-section .things-to-do-image__image-bg{position:absolute;top:-2rem;right:-2rem;width:100%;height:100%;background:#f3eee6;border-radius:20px;z-index:0;}.things-to-do-image-section .things-to-do-image__figure{position:relative;z-index:1;margin:0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 20px 40px rgba(0,0,0,0.15);}.things-to-do-image-section .things-to-do-image__figure img{width:100%;display:block;object-fit:cover;}@media (max-width:980px){.things-to-do-image-section .things-to-do-image{grid-template-columns:1fr;gap:2rem;}.things-to-do-image-section .things-to-do-image__image-wrap{max-width:100%;margin-left:0;}.things-to-do-image-section .things-to-do-image__image-bg{right:0;top:-1.5rem;}}@media (max-width:480px){.things-to-do-image-section .things-to-do-image__item{padding-block:1rem;}.things-to-do-image-section .things-to-do-image__btn{width:100%;text-align:center;}}.ski-slopes-section{padding-block:clamp(3rem,6vw,6rem);}.ski-slopes-section .ski-slopes__heading-wrap{text-align:center;}.ski-slopes-section .ski-slopes__heading{margin:0;display:inline-block;position:relative;color:#b99d75;}.ski-slopes-section .ski-slopes__heading::after{content:"";display:block;width:4.5em;height:0.12em;background:currentColor;margin:0.6em auto 0;opacity:0.7;border-radius:999px;}.ski-slopes-section .ski-slopes__subheading{text-align:center;margin:1rem auto 3.5rem;max-width:70ch;color:rgba(0,0,0,0.65);line-height:1.7;}.ski-slopes-section .ski-slopes__heading-wrap{margin-bottom:clamp(1.25rem,2.5vw,2.25rem);}.ski-slopes-section .ski-slopes__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem);align-items:start;}.ski-slopes-section .ski-slopes__column{width:100%;min-width:0;}@media (max-width:1024px) and (min-width:768px){.ski-slopes-section .ski-slopes__subheading{margin-bottom:3rem;max-width:65ch;}.ski-slopes-section .ski-slopes__grid{gap:2rem;}}@media (max-width:767px){.ski-slopes-section{padding-block:clamp(2.25rem,6vw,4rem);}.ski-slopes-section .ski-slopes__subheading{margin-bottom:2.25rem;max-width:60ch;}.ski-slopes-section .ski-slopes__grid{grid-template-columns:1fr;gap:1.5rem;}.ski-slopes-section .ski-slopes__heading::after{width:4em;}}.instructors-grid-section{background:#f6f0e8;padding:clamp(32px,4vw,72px) 0;font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;}.instructors-grid-section .container{max-width:none;margin:0 auto;padding:0 clamp(16px,4vw,56px);}.instructors-grid-section .container > div > div:nth-child(1){text-align:center;font-size:clamp(28px,3vw,44px);line-height:1.15;margin:0;padding:0 8px;font-weight:700;letter-spacing:-0.2px;color:#b08a5a;}.instructors-grid-section .container > div > div:nth-child(1)::after{content:"";display:block;width:84px;height:3px;background:#caa06a;border-radius:999px;margin:14px auto 18px;opacity:0.95;}.instructors-grid-section .container > div > div:nth-child(2){text-align:center;max-width:760px;margin:0 auto 34px;padding:0 10px;font-size:16px;line-height:1.6;font-weight:400;color:rgba(0,0,0,0.65);}.instructors-grid-section .container > div > div:nth-child(3){position:relative;display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 4px 18px;scrollbar-width:none;}.instructors-grid-section .container > div > div:nth-child(3)::-webkit-scrollbar{width:0;height:0;}.instructors-grid-section .container > div > div:nth-child(3)::before,.instructors-grid-section .container > div > div:nth-child(3)::after{content:"";position:absolute;top:0;bottom:0;width:56px;pointer-events:none;z-index:2;}.instructors-grid-section .container > div > div:nth-child(3)::before{left:0;background:linear-gradient(to right,#f6f0e8,rgba(246,240,232,0));}.instructors-grid-section .container > div > div:nth-child(3)::after{right:0;background:linear-gradient(to left,#f6f0e8,rgba(246,240,232,0));}.instructors-grid-section .container > div > div:nth-child(3) > div{flex:0 0 calc((100% - (24px * 4)) / 5);scroll-snap-align:start;background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,0.1);transform:translateZ(0);transition:transform 0.2s ease,box-shadow 0.2s ease;}.instructors-grid-section .container > div > div:nth-child(3) > div:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(0,0,0,0.14);}.instructors-grid-section .container > div > div:nth-child(3) > div img{width:100%;height:auto;display:block;aspect-ratio:1.3333333333;object-fit:cover;background:#eee;}.instructors-grid-section .container > div > div:nth-child(3) > div > div:nth-of-type(1){text-align:center;padding:16px 14px 6px;font-size:18px;line-height:1.25;font-weight:600;color:rgba(0,0,0,0.85);}.instructors-grid-section .container > div > div:nth-child(3) > div > div:nth-of-type(2){text-align:center;padding:0 14px 18px;font-size:13px;line-height:1.35;font-weight:500;letter-spacing:0.2px;color:rgba(0,0,0,0.55);}@media (max-width:1200px){.instructors-grid-section .container > div > div:nth-child(3) > div{flex-basis:calc((100% - (24px * 3)) / 4);}}@media (max-width:980px){.instructors-grid-section .container > div > div:nth-child(3) > div{flex-basis:calc((100% - (24px * 2)) / 3);}}@media (max-width:700px){.instructors-grid-section .container > div > div:nth-child(3) > div{flex-basis:calc((100% - (24px * 1)) / 2);}}@media (max-width:420px){.instructors-grid-section .container > div > div:nth-child(3) > div{flex-basis:100%;}}.instructors-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:999px;border:1px solid rgba(0,0,0,0.1);background:rgba(255,255,255,0.92);box-shadow:0 10px 22px rgba(0,0,0,0.12);cursor:pointer;display:grid;place-items:center;transition:transform 0.15s ease,box-shadow 0.15s ease,opacity 0.15s ease;}.instructors-carousel-btn:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 14px 28px rgba(0,0,0,0.16);}.instructors-carousel-btn.is-left{left:8px;}.instructors-carousel-btn.is-right{right:8px;}.instructors-carousel-btn::before{content:"";width:10px;height:10px;border-top:2px solid rgba(0,0,0,0.55);border-right:2px solid rgba(0,0,0,0.55);transform:rotate(45deg);}.instructors-carousel-btn.is-left::before{transform:rotate(-135deg);}.instructors-carousel-btn.is-hidden{opacity:0;pointer-events:none;}@charset "UTF-8"; .section{display:flow-root;margin:0;} .reviews-block-section .container{padding-bottom:0 !important;margin-bottom:0 !important;}.reviews-block-section *:last-child{margin-bottom:0 !important;} .next-getaway-section{--accent:#b69469;--overlay:rgba(0,0,0,0.55);--text:rgba(255,255,255,0.9);font-family:"Montserrat",sans-serif;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;position:relative;overflow:hidden;display:flex;align-items:center;} .next-getaway-section .container{position:relative;z-index:2;width:100%;max-width:100%;padding:0 !important;margin:0 !important;} .next-getaway-section .container > div{position:relative;display:grid;place-items:center;text-align:center;padding:clamp(4rem,8vh,7rem) 1rem;} .next-getaway-section .container > div > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;transform:scale(1.02);} .next-getaway-section .container > div::before{content:"";position:absolute;inset:0;background:var(--overlay);z-index:1;} .next-getaway-section .container > div > div,.next-getaway-section .container > div > a{position:relative;z-index:2;} .next-getaway-section h1,.next-getaway-section h2,.next-getaway-section h3,.next-getaway-section h4,.next-getaway-section p{margin-top:0;} .next-getaway-section .container > div > div:nth-of-type(1) h1,.next-getaway-section .container > div > div:nth-of-type(1) h2,.next-getaway-section .container > div > div:nth-of-type(1) h3,.next-getaway-section .container > div > div:nth-of-type(1) h4{margin:0 !important;font-family:"Montserrat",sans-serif;font-weight:600;line-height:1.15;color:#fff;padding-bottom:1.25rem;position:relative;}.next-getaway-section .container > div > div:nth-of-type(1) h1::after,.next-getaway-section .container > div > div:nth-of-type(1) h2::after,.next-getaway-section .container > div > div:nth-of-type(1) h3::after,.next-getaway-section .container > div > div:nth-of-type(1) h4::after{content:"";position:absolute;left:50%;bottom:0.1rem;transform:translateX(-50%);width:110px;height:2px;background:var(--accent);} .next-getaway-section .container > div > div:nth-of-type(2){margin-top:1.75rem;max-width:680px;color:var(--text);font-family:"Montserrat",sans-serif;font-size:1rem;line-height:1.7;}.next-getaway-section .container > div > div:nth-of-type(2) p{margin:0 0 0.35rem;} .next-getaway-section .container > div > a{margin-top:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0.95rem 2.4rem;border-radius:8px;background:var(--accent);color:#fff;text-decoration:none;font-family:"Montserrat",sans-serif;font-size:0.9rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;transition:transform 0.2s ease,filter 0.2s ease;}.next-getaway-section .container > div > a:hover{transform:translateY(-2px);filter:brightness(1.05);} @media (max-width:1024px){.next-getaway-section{min-height:600px;}}@media (max-width:767px){.next-getaway-section{min-height:520px;}.next-getaway-section .container > div{padding:4rem 1rem;}.next-getaway-section .container > div > a{width:min(260px,100%);}.next-getaway-section .container > div > div:nth-of-type(2){font-size:0.95rem;}}