@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;}}@charset "UTF-8";.section.gallery-section{padding:clamp(2.5rem,5vw,4.5rem) 0;font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}.section.gallery-section [data-lightbox][hidden]{display:none !important;}.section.gallery-section .container{width:min(1240px,100%);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);} .gallery__title{text-align:center;font-weight:700;line-height:1.05;color:#b69469;margin-bottom:0.75rem;}.gallery__divider{display:block;width:84px;height:3px;background:#b69469;border-radius:999px;margin:0 auto 1.25rem;}.gallery__subtitle{max-width:820px;margin:0 auto 1.5rem;text-align:center;line-height:1.65;font-size:1.05rem;color:#222;} .gallery__carousel{position:relative;margin-top:1.5rem;}.gallery__viewport{overflow:hidden;padding:8px 0;}.gallery__track{display:flex;gap:1.75rem;justify-content:center;align-items:center;transition:transform 0.45s ease;}.gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,0.85);font-size:26px;cursor:pointer;z-index:5;}.gallery__nav--prev{left:22%;}.gallery__nav--next{right:22%;}button[data-carousel-item]{flex:0 0 340px;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,0.12);transition:transform 0.3s ease,opacity 0.3s ease;}button[data-carousel-item] img{width:100%;height:470px;object-fit:cover;}button.is-center{flex-basis:520px;box-shadow:0 22px 60px rgba(0,0,0,0.16);}button.is-side{opacity:0.35;transform:scale(0.92);} [data-lightbox]{position:fixed;inset:0;background:rgba(0,0,0,0.78);display:grid;place-items:center;z-index:9999;}[data-lightbox] img{width:min(1200px,92vw);max-height:84vh;object-fit:contain;border-radius:16px;} .gallery__btn{display:block;width:fit-content;margin:2rem auto 0;padding:1.1rem 3.2rem;background:#d6b47a;color:#000;font-weight:500;font-size:0.9rem;letter-spacing:0.3em;text-transform:uppercase;text-decoration:none;border-radius:0;border:none;transition:background 0.25s ease,transform 0.2s ease;}.gallery__btn:hover{background:#c9a865;transform:translateY(-1px);} .gallery__marquee{margin-top:2.25rem;overflow:hidden;width:100%;}.gallery__marquee-track{display:flex;gap:2.5rem;width:max-content;animation:gallery-marquee 200s linear infinite;}.gallery__marquee-text{font-weight:700;font-size:clamp(1rem,6vw,3rem);letter-spacing:0.02em;color:#e1dbd1; white-space:nowrap;text-transform:uppercase;user-select:none;}@keyframes gallery-marquee{from{transform:translateX(0);}to{transform:translateX(-33.333%);}} @media (max-width:992px){.gallery__nav--prev{left:10%;}.gallery__nav--next{right:10%;}}@media (max-width:560px){.gallery__nav--prev{left:10px;}.gallery__nav--next{right:10px;}button[data-carousel-item]{flex-basis:86vw;}}@media (prefers-reduced-motion:reduce){.gallery__marquee-track{animation:none;}}.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;}}.amenities-block-section{background:#f7f3ec;padding:88px 0 96px;}.amenities-block-section .container{max-width:1180px;margin:0 auto;padding:0 20px;}.amenities-block-section .container > div{text-align:center;}.amenities-block-section .container > div > div:first-of-type{font-weight:700;line-height:1.12;color:#2b2b2b;margin:0 0 14px;letter-spacing:0.2px;}.amenities-block-section .container > div > div:nth-of-type(2){max-width:760px;margin:0 auto 44px;line-height:1.6;color:#4f4f4f;}.amenities-block-section .container > div > div:nth-of-type(2) p{margin:0;}.amenities-block-section .container > div > div:nth-of-type(3){display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:6px;}.amenities-block-section .container > div > div:nth-of-type(3) > div{background:rgba(0,0,0,0.035);border-radius:16px;padding:26px 18px 22px;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform 0.22s ease,box-shadow 0.22s ease,background 0.22s ease;}.amenities-block-section .container > div > div:nth-of-type(3) > div:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,0.1);background:rgba(0,0,0,0.05);}.amenities-block-section .container > div > div:nth-of-type(3) > div img{width:42px;height:42px;object-fit:contain;display:block;margin-bottom:14px;opacity:0.95;padding:12px;border-radius:999px;background:rgba(0,0,0,0.06);}.amenities-block-section .container > div > div:nth-of-type(3) > div > div:nth-of-type(1){font-weight:700;font-size:18px;line-height:1.2;color:#2b2b2b;margin:2px 0 10px;text-align:center;}.amenities-block-section .container > div > div:nth-of-type(3) > div > div:nth-of-type(2){line-height:1.45;color:#5d5d5d;text-align:center;max-width:260px;}@media (max-width:1024px){.amenities-block-section{padding:72px 0 82px;}.amenities-block-section .container > div > div:nth-of-type(3){grid-template-columns:repeat(2,1fr);gap:22px;}.amenities-block-section .container > div > div:nth-of-type(2){margin-bottom:36px;}}@media (max-width:767px){.amenities-block-section{padding:58px 0 66px;}.amenities-block-section .container{padding:0 16px;}.amenities-block-section .container > div > div:nth-of-type(2){font-size:15px;margin-bottom:28px;}.amenities-block-section .container > div > div:nth-of-type(3){grid-template-columns:1fr;gap:16px;}.amenities-block-section .container > div > div:nth-of-type(3) > div{padding:22px 16px 20px;min-height:150px;}}.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;}}@charset "UTF-8";.ski-section{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding-block:clamp(3rem,6vw,6rem); }.ski-section .container{max-width:1320px;margin:0 auto;padding:0 24px;}.ski-section .inner-container{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center;}.ski-section .text{order:2;display:flex;flex-direction:column;gap:1.25rem;}.ski-section .text h2{color:#b99d75 !important;font-weight:700;line-height:1.1;margin:0;}.ski-section .text h2 + .divider{display:block;width:84px;height:3px;border-radius:999px;background:#b99d75;margin:0.75rem 0 1.25rem;}.ski-section .text h2:not(:has(+ .divider)){position:relative;padding-bottom:1.15rem;}.ski-section .text h2:not(:has(+ .divider))::after{content:"";position:absolute;left:0;bottom:0.35rem;width:84px;height:3px;border-radius:999px;background:#b99d75;}.ski-section .text p{font-size:1rem;line-height:1.75;color:#444;margin:0 0 0.35rem;font-weight:400;}.ski-section .text ul{list-style:none;padding:0;margin:0.15rem 0 0.5rem;}.ski-section .text ul li{position:relative;padding-left:1.35rem;margin:0.35rem 0;line-height:1.55;color:#2b2b2b;font-weight:700;}.ski-section .text ul li::before{content:"✓";position:absolute;left:0;top:0;color:#2b2b2b;font-weight:900;}.ski-section .text p.is-check{font-weight:700;color:#2b2b2b;}.ski-section .text a{align-self:flex-start;margin-top:1.6rem;padding:0.78rem 1.85rem;background:#c9a26a;color:#fff;font-weight:700;border-radius:6px;text-decoration:none;transition:all 0.25s ease;}.ski-section .text a:hover{background:#be8f4c;transform:translateY(-1px);}.ski-section .image{order:1;position:relative;display:flex;justify-content:flex-start;}.ski-section .image::before{content:"";position:absolute;top:-8%;left:-6%;width:90%;height:100%;background:#f7f3ec;border-radius:24px;z-index:0;}.ski-section .image img{position:relative;z-index:1;width:100%;max-width:520px;border-radius:18px;object-fit:cover;box-shadow:0 20px 40px rgba(0,0,0,0.18);}@media (max-width:1024px){.ski-section .inner-container{grid-template-columns:1fr;}.ski-section .image{order:1;margin-bottom:2.5rem;}.ski-section .image::before{left:-2%;width:95%;}.ski-section .text{order:2;}}.things-to-do-section{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding-block:clamp(3rem,6vw,6rem); }.things-to-do-section .container{max-width:1100px;}.things-to-do-section .things-to-do{max-width:900px;}.things-to-do-section .things-to-do__top-label{text-transform:uppercase;letter-spacing:0.08em;color:#2a2a2a;position:relative;padding-bottom:0.75rem;margin-bottom:1.25rem;font-size:0.85rem;}.things-to-do-section .things-to-do__top-label::after{content:"";position:absolute;left:0;bottom:0;width:140px;height:3px;background:#b99d75;opacity:0.9;}.things-to-do-section .things-to-do__heading{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;line-height:1.1;margin:0 0 2rem;color:#b99d75;}.things-to-do-section .things-to-do__accordion{border-top:1px solid rgba(0,0,0,0.15);}.things-to-do-section .things-to-do__item{border-bottom:1px solid rgba(0,0,0,0.15);padding-block:1.25rem;}.things-to-do-section .things-to-do__item.is-open .things-to-do__icon{transform:rotate(45deg);}.things-to-do-section .things-to-do__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-section .things-to-do__title{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:500;line-height:1.2;}.things-to-do-section .things-to-do__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-section .things-to-do__panel{margin-top:1rem;}.things-to-do-section .things-to-do__content{max-width:760px;color:rgba(0,0,0,0.7);line-height:1.8;}.things-to-do-section .things-to-do__content p{margin:0 0 1rem;}.things-to-do-section .things-to-do__content p:last-child{margin-bottom:0;}.things-to-do-section .things-to-do__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-section .things-to-do__btn:hover{background:#be8f4c;transform:translateY(-1px);box-shadow:0 18px 34px rgba(0,0,0,0.22);}@media (max-width:768px){.things-to-do-section .things-to-do{max-width:100%;}.things-to-do-section .things-to-do__top-label::after{width:110px;}.things-to-do-section .things-to-do__icon{width:38px;height:38px;font-size:1.7rem;}}@media (max-width:480px){.things-to-do-section .things-to-do__item{padding-block:1rem;}.things-to-do-section .things-to-do__btn{width:100%;text-align:center;}}@charset "UTF-8";.reviews-block-section{padding-block:clamp(3rem,6vw,6rem);background:#f7f3ec; }.reviews-block-section .container{max-width:1200px;margin:0 auto;padding-inline:1.25rem;}.reviews-block-section .container > div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.9rem;}.reviews-block-section .container > div > div:nth-child(1){display:inline-flex;align-items:center;justify-content:center;padding:0.45rem 1.1rem;border-radius:999px;background:rgba(201,162,106,0.18);color:#2a2a2a;font-size:0.85rem; line-height:1;}.reviews-block-section .container > div > div:nth-child(2){font-weight:700;color:#1f1f1f;letter-spacing:-0.02em;margin-top:0.35rem;}.reviews-block-section .container > div > div:nth-child(3){max-width:720px;color:#6f6b66;margin-bottom:2.25rem;}.reviews-block-section .container > div > div:nth-child(3) p{margin:0;}.reviews-block-section .container > div > div:nth-child(4){width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:stretch;text-align:left;}.reviews-block-section .container > div > div:nth-child(4) > div{background:rgba(255,255,255,0.35);border:1px solid rgba(0,0,0,0.1);border-radius:8px;padding:1.75rem 1.6rem;position:relative;min-height:300px;display:flex;flex-direction:column;gap:0.9rem;}.reviews-block-section .container > div > div:nth-child(4) > div::before{content:"”";position:absolute;top:0.65rem;left:1.2rem;font-size:4.2rem;line-height:1;color:rgba(201,162,106,0.35);font-weight:700;pointer-events:none;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1){padding-top:1.1rem;position:relative;font-size:0;line-height:0;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)::before{content:"★★★★★";font-size:1.05rem;letter-spacing:0.12em;color:rgba(0,0,0,0.18);}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)::after{content:"★★★★★";font-size:1.05rem;letter-spacing:0.12em;color:#c8902f;position:absolute;left:0;top:1.1rem;width:var(--fill,100%);overflow:hidden;white-space:nowrap;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)[data-rating="1"]{--fill:20%;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)[data-rating="2"]{--fill:40%;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)[data-rating="3"]{--fill:60%;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)[data-rating="4"]{--fill:80%;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(1)[data-rating="5"]{--fill:100%;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(2){color:#5f5b55;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(3){font-weight:700;color:#1f1f1f;margin-top:auto;padding-top:1.25rem;position:relative;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(3)::before{content:"";position:absolute;left:0;top:0.4rem;width:100%;height:1px;background:rgba(0,0,0,0.15);}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(4){color:#6f6b66;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(5){color:#6f6b66;text-align:right;margin-top:-1.35rem;}@media (max-width:1024px){.reviews-block-section .container > div > div:nth-child(4){grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:640px){.reviews-block-section .container > div > div:nth-child(4){grid-template-columns:1fr;}.reviews-block-section .container > div > div:nth-child(4) > div{min-height:auto;}.reviews-block-section .container > div > div:nth-child(4) > div > div:nth-child(5){margin-top:0.35rem;text-align:left;}}@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;}}@charset "UTF-8"; .contact-section{--green:#b69469;--gold:#c9a26a;--bg:#f5f1ea;--border:rgba(0,0,0,.12);background:var(--bg);padding:3rem 0rem;} .contact-card{display:grid;grid-template-columns:380px 1fr;gap:0;justify-content:center;max-width:1100px;margin:0 auto;background:#fff;border-radius:22px;overflow:visible;box-shadow:0 18px 40px rgba(0,0,0,0.08);align-items:stretch;} .left-panel{background:var(--green);color:#fff;padding:2.5rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;border-radius:22px 0 0 22px;}.left-heading{font-size:2rem;font-weight:700;line-height:1.2;margin:0;color:#fff;}.left-subheading{font-size:0.95rem;opacity:0.9;line-height:1.5;margin:0;color:#fff;} .left-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:0.5rem;}.left-item{display:grid;grid-template-columns:45px 1fr;gap:1rem;align-items:start;}.left-item img{width:45px !important;height:45px !important;min-width:45px;min-height:45px;max-width:45px;max-height:45px;padding:10px;border-radius:50%;background:rgba(0,0,0,0.15);object-fit:contain;flex-shrink:0;display:block !important;filter:brightness(0.2) sepia(1) saturate(0);opacity:0.7;}.item-content{display:flex;flex-direction:column;gap:0.2rem;}.item-title{font-size:0.95rem;font-weight:700;margin:0;color:#fff;}.item-text{font-size:0.9rem;line-height:1.5;margin:0;color:#fff;} .item-text a{color:#fff;text-decoration:none;transition:opacity 0.3s ease;display:inline-block;}.item-text a:hover{opacity:0.8;text-decoration:underline;} .right-panel{padding:2.5rem 3rem 2.5rem 2.8rem;display:flex;flex-direction:column;justify-content:center;border-radius:0 22px 22px 0;}.form-title{font-size:1.35rem;font-weight:700;margin:0 0 1.2rem 0;color:#000;} .form-wrapper{width:100%;} .cf7-grid{display:flex;flex-direction:column;gap:1rem;} .cf7-grid .row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.cf7-grid .field{display:flex;flex-direction:column;width:100%;}.cf7-grid label{font-size:0.85rem;font-weight:500;margin-bottom:0.35rem;color:#333;} .cf7-grid input,.cf7-grid textarea{width:100%;padding:0.75rem 0.9rem;border-radius:8px;border:1px solid var(--border);background:#f8f6f2;font-size:0.95rem;transition:border-color 0.3s ease;box-sizing:border-box;}.cf7-grid input:focus,.cf7-grid textarea:focus{outline:none;border-color:var(--gold);} .cf7-grid textarea{min-height:85px;max-height:120px;resize:vertical;} .cf7-grid input[type="submit"]{margin-top:0.8rem;width:100%;padding:0.85rem 2rem;background:var(--gold);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;border-radius:6px;border:none;cursor:pointer;transition:background-color 0.3s ease,transform 0.2s ease;}.cf7-grid input[type="submit"]:hover{background:#b8915a;transform:translateY(-2px);}.wpcf7-form-control-wrap{width:100%;display:block;}.wpcf7-form-control{width:100% !important;box-sizing:border-box !important;} @media (max-width:900px){.contact-card{grid-template-columns:1fr;}.left-panel{border-radius:22px 22px 0 0;}.right-panel{border-radius:0 0 22px 22px;}.left-panel,.right-panel{padding:2rem;justify-content:flex-start;}.cf7-grid .row-2{grid-template-columns:1fr;}.cf7-grid input[type="submit"]{width:100%;}}@media (max-width:1200px){.contact-card{max-width:95%;}}