@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;}}.image-gallery-section{padding-top:60px;padding-bottom:120px;}@media (max-width:767px){.image-gallery-section{padding-top:40px;padding-bottom:70px;}} .image-gallery{display:grid;gap:24px;}.image-gallery--2{grid-template-columns:repeat(2,minmax(0,1fr));}.image-gallery--3{grid-template-columns:repeat(3,minmax(0,1fr));}.image-gallery--auto{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));} .image-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 14px 30px rgba(0,0,0,0.12);overflow:visible;padding-top:0;margin-top:28px;} .image-card__btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;position:relative;z-index:1;}.image-card__media{display:block;width:100%;height:270px;overflow:hidden;border-radius:20px 20px 0 0;}.image-card__img{display:block;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center;max-width:none !important;transition:transform 0.3s ease;}.image-card__btn:hover .image-card__img{transform:scale(1.04);} .image-card__badge{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,0.18);z-index:2;}.image-card__badge-icon{width:24px;height:24px;object-fit:contain;} .image-card__caption{padding:14px 16px 18px;text-align:center;border-top:1px solid rgba(0,0,0,0.06);font-size:14px;font-weight:400;color:#8a8a8a;line-height:1.5;} @media (max-width:1024px){.image-gallery--3{grid-template-columns:repeat(2,minmax(0,1fr));}.image-card__media{height:290px;}}@media (max-width:767px){.image-gallery{grid-template-columns:1fr !important;gap:50px;}.image-card{margin-top:32px;}.image-card__badge{top:-32px;}.image-card__media{height:320px;}} .image-lightbox{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,0.85);z-index:9999;}.image-lightbox.is-open{display:grid;}.image-lightbox__img{max-width:min(1100px,96vw);max-height:90vh;border-radius:14px;}.image-lightbox__close{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:0;font-size:28px;cursor:pointer;background:#fff;color:#000;}.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;}}.image-gallery-section{padding-top:60px;padding-bottom:120px;}@media (max-width:767px){.image-gallery-section{padding-top:40px;padding-bottom:70px;}} .image-gallery{display:grid;gap:24px;}.image-gallery--2{grid-template-columns:repeat(2,minmax(0,1fr));}.image-gallery--3{grid-template-columns:repeat(3,minmax(0,1fr));}.image-gallery--auto{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));} .image-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 14px 30px rgba(0,0,0,0.12);overflow:visible;padding-top:0;margin-top:28px;} .image-card__btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;position:relative;z-index:1;}.image-card__media{display:block;width:100%;height:270px;overflow:hidden;border-radius:20px 20px 0 0;}.image-card__img{display:block;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center;max-width:none !important;transition:transform 0.3s ease;}.image-card__btn:hover .image-card__img{transform:scale(1.04);} .image-card__badge{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,0.18);z-index:2;}.image-card__badge-icon{width:24px;height:24px;object-fit:contain;} .image-card__caption{padding:14px 16px 18px;text-align:center;border-top:1px solid rgba(0,0,0,0.06);font-size:14px;font-weight:400;color:#8a8a8a;line-height:1.5;} @media (max-width:1024px){.image-gallery--3{grid-template-columns:repeat(2,minmax(0,1fr));}.image-card__media{height:290px;}}@media (max-width:767px){.image-gallery{grid-template-columns:1fr !important;gap:50px;}.image-card{margin-top:32px;}.image-card__badge{top:-32px;}.image-card__media{height:320px;}} .image-lightbox{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,0.85);z-index:9999;}.image-lightbox.is-open{display:grid;}.image-lightbox__img{max-width:min(1100px,96vw);max-height:90vh;border-radius:14px;}.image-lightbox__close{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:0;font-size:28px;cursor:pointer;background:#fff;color:#000;}.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;}}.image-gallery-section{padding-top:60px;padding-bottom:120px;}@media (max-width:767px){.image-gallery-section{padding-top:40px;padding-bottom:70px;}} .image-gallery{display:grid;gap:24px;}.image-gallery--2{grid-template-columns:repeat(2,minmax(0,1fr));}.image-gallery--3{grid-template-columns:repeat(3,minmax(0,1fr));}.image-gallery--auto{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));} .image-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 14px 30px rgba(0,0,0,0.12);overflow:visible;padding-top:0;margin-top:28px;} .image-card__btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;position:relative;z-index:1;}.image-card__media{display:block;width:100%;height:270px;overflow:hidden;border-radius:20px 20px 0 0;}.image-card__img{display:block;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center;max-width:none !important;transition:transform 0.3s ease;}.image-card__btn:hover .image-card__img{transform:scale(1.04);} .image-card__badge{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,0.18);z-index:2;}.image-card__badge-icon{width:24px;height:24px;object-fit:contain;} .image-card__caption{padding:14px 16px 18px;text-align:center;border-top:1px solid rgba(0,0,0,0.06);font-size:14px;font-weight:400;color:#8a8a8a;line-height:1.5;} @media (max-width:1024px){.image-gallery--3{grid-template-columns:repeat(2,minmax(0,1fr));}.image-card__media{height:290px;}}@media (max-width:767px){.image-gallery{grid-template-columns:1fr !important;gap:50px;}.image-card{margin-top:32px;}.image-card__badge{top:-32px;}.image-card__media{height:320px;}} .image-lightbox{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,0.85);z-index:9999;}.image-lightbox.is-open{display:grid;}.image-lightbox__img{max-width:min(1100px,96vw);max-height:90vh;border-radius:14px;}.image-lightbox__close{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:0;font-size:28px;cursor:pointer;background:#fff;color:#000;}.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;}}.image-gallery-section{padding-top:60px;padding-bottom:120px;}@media (max-width:767px){.image-gallery-section{padding-top:40px;padding-bottom:70px;}} .image-gallery{display:grid;gap:24px;}.image-gallery--2{grid-template-columns:repeat(2,minmax(0,1fr));}.image-gallery--3{grid-template-columns:repeat(3,minmax(0,1fr));}.image-gallery--auto{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));} .image-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 14px 30px rgba(0,0,0,0.12);overflow:visible;padding-top:0;margin-top:28px;} .image-card__btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;position:relative;z-index:1;}.image-card__media{display:block;width:100%;height:270px;overflow:hidden;border-radius:20px 20px 0 0;}.image-card__img{display:block;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center;max-width:none !important;transition:transform 0.3s ease;}.image-card__btn:hover .image-card__img{transform:scale(1.04);} .image-card__badge{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,0.18);z-index:2;}.image-card__badge-icon{width:24px;height:24px;object-fit:contain;} .image-card__caption{padding:14px 16px 18px;text-align:center;border-top:1px solid rgba(0,0,0,0.06);font-size:14px;font-weight:400;color:#8a8a8a;line-height:1.5;} @media (max-width:1024px){.image-gallery--3{grid-template-columns:repeat(2,minmax(0,1fr));}.image-card__media{height:290px;}}@media (max-width:767px){.image-gallery{grid-template-columns:1fr !important;gap:50px;}.image-card{margin-top:32px;}.image-card__badge{top:-32px;}.image-card__media{height:320px;}} .image-lightbox{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,0.85);z-index:9999;}.image-lightbox.is-open{display:grid;}.image-lightbox__img{max-width:min(1100px,96vw);max-height:90vh;border-radius:14px;}.image-lightbox__close{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:0;font-size:28px;cursor:pointer;background:#fff;color:#000;}.popular-winter-routes-section{padding:6rem 0; }.popular-winter-routes-section .pwr-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}.popular-winter-routes-section .pwr-heading{margin-bottom:2rem;}.popular-winter-routes-section .pwr-title{color:#b99d75;font-size:2.5rem;font-style:italic;font-weight:500;line-height:1.2;margin-bottom:0.8rem;letter-spacing:0.2px;}.popular-winter-routes-section .pwr-divider{display:block;width:60px;height:3px;background-color:#b99d75;}.popular-winter-routes-section .pwr-subtitle{max-width:480px;margin-bottom:2.5rem;color:#666;font-size:1rem;}.popular-winter-routes-section .pwr-list{list-style:none;padding:0;margin:0;}.popular-winter-routes-section .pwr-item{display:flex;gap:1rem;margin-bottom:2rem;}.popular-winter-routes-section .pwr-icon{width:32px;height:32px;border:2px solid #b99d75;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.popular-winter-routes-section .pwr-icon img{width:14px;height:auto;}.popular-winter-routes-section .pwr-text h4{margin:0 0 0.3rem;font-size:1.1rem;font-weight:600;}.popular-winter-routes-section .pwr-text p{margin:0;font-size:0.95rem;color:#555;line-height:1.5;}.popular-winter-routes-section .pwr-images{position:relative;padding-left:3rem;padding-top:3rem;}.popular-winter-routes-section .pwr-image-main{position:relative;z-index:2;}.popular-winter-routes-section .pwr-image-main::before{content:"";position:absolute;top:-2.5rem;left:-2.5rem;width:100%;height:100%;background-color:#f5f0e8;border-radius:18px;z-index:-1;}.popular-winter-routes-section .pwr-image-main img{width:100%;border-radius:18px;box-shadow:0 25px 50px rgba(0,0,0,0.18);}.popular-winter-routes-section .pwr-image-overlap{position:absolute;bottom:-3rem;right:-3rem;width:55%;z-index:3;}.popular-winter-routes-section .pwr-image-overlap img{width:100%;border-radius:16px;border:6px solid #fff;box-shadow:0 20px 40px rgba(0,0,0,0.2);} @media (max-width:1024px){.popular-winter-routes-section .pwr-grid{grid-template-columns:1fr;gap:3rem;}.popular-winter-routes-section .pwr-images{padding:0;}.popular-winter-routes-section .pwr-image-main::before{display:none;}.popular-winter-routes-section .pwr-image-overlap{position:relative;bottom:auto;right:auto;width:70%;margin:-4rem auto 0;}}@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;}}