@charset "UTF-8";.heroSlider{position:relative;width:100%;height:100vh;overflow:hidden}.heroSlide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease-in-out;pointer-events:none}.heroSlide.active{opacity:1;pointer-events:auto}.heroSlide__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.heroSlide__overlay{position:absolute;inset:0;background:#0000008c}.heroSlide__content{position:relative;z-index:2;height:100%;width:100%;padding:0 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.heroSlide__content h1{font-size:clamp(38px,5vw,80px);font-weight:300;margin-bottom:12px}.heroSlide__content p{max-width:820px;font-size:16px;opacity:.85;line-height:1.6;margin-bottom:26px}.heroSlide__btn{padding:14px 40px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:transparent;color:#fff;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:.25s}.heroSlide__btn:hover{background:#ffffff1f}.heroSlider__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:10px}.dot{width:34px;height:6px;border-radius:999px;background:#ffffff40;border:none;cursor:pointer;transition:.25s}.dot.active{background:#ffffffd9}.navbar{position:fixed;top:0;left:0;width:100%;z-index:9999;padding-top:15px;overflow:hidden;transition:background-color .4s ease}.navbar:before{content:"";position:absolute;inset:0;height:0%;background:#faf4ed;transition:height .6s ease;z-index:0;pointer-events:none}.navbar:hover:before{height:100%}.navbar__inner{position:relative;z-index:2;width:100%;max-width:1350px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.navbar__inner .logo{width:50px;height:50px}@media(max-width:600px){.navbar__inner .logo{width:40%}}.navbar__inner .logo img{width:100%}.navbar__line{margin-top:20px;width:100%;height:1px;background:#faf4ed}.navbar--transparent{background:transparent}.navbar--transparent .navbar__menu button,.navbar--transparent .navLink{color:#fff}.navbar--transparent .logoCircle{border-color:#fff}.navbar--solid{background:#faf4ed}.navbar--solid .navbar__menu button,.navbar--solid .navLink{color:#2c2c2c}.navbar--solid .logoCircle{border-color:#2c2c2c}.navbar--solid .navbar__btn{background:#2c2c2c;color:#fff}.navbar:hover .navbar__menu button,.navbar:hover .navLink{color:#2c2c2c}.navbar:hover .logoCircle{border-color:#2c2c2c}.logoCircle{width:45px;height:45px;border-radius:50%;border:1px solid;display:flex;align-items:center;justify-content:center}.navbar__menu{display:flex;gap:35px}.navbar__menu button{background:transparent;border:none;cursor:pointer;font-size:13px;letter-spacing:1px;text-transform:uppercase;position:relative;transition:color .3s ease}.navbar__menu button:after{content:"";position:absolute;left:0;bottom:-8px;width:0%;height:2px;background:#2c2c2c;transition:width .3s ease}.navbar__menu button:hover:after{width:100%}.navbar__right{display:flex;align-items:center;gap:18px}.navbar__btn{background:#fff;color:#2c2c2c;border:none;padding:10px 18px;border-radius:999px;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease}.navbar:hover .navbar__btn{background:#2c2c2c;color:#fff}.navLink{font-size:12px;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease}.navbar__hoverArea{position:relative}.megaMenu{width:100%;background:#faf4ed;max-height:0;overflow:hidden;transition:max-height .6s ease;z-index:1}.megaMenu--show{max-height:460px}.megaMenu__inner{max-width:1350px;margin:0 auto;padding:50px 20px;display:grid;grid-template-columns:300px 1fr;gap:60px}.menu__left{display:flex;flex-direction:column;gap:18px}.menu__left a{font-size:18px;color:#000000a6;text-decoration:none;transition:color .3s ease}.menu__left a:hover{color:#000}.megaMenu__right{display:grid;grid-template-columns:1fr 1fr;gap:30px}.megaCard{position:relative;border-radius:16px;overflow:hidden;cursor:pointer}.megaCard img{width:100%;height:280px;object-fit:cover;display:block;border-radius:16px;transition:transform .5s ease}.megaCard:hover img{transform:scale(1.05)}.megaCard p{position:absolute;left:18px;bottom:18px;color:#fff;font-size:22px;font-weight:500}.stickyCards{background:#faf4ed;padding:120px 0}.stickyCards__wrap{width:min(1200px,100% - 60px);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px}.stickyCards__left{display:flex;flex-direction:column;gap:140px}.stickyCardText{max-width:520px}.stickyCardText .step{font-size:12px;letter-spacing:2px;text-transform:uppercase;opacity:.75;margin-bottom:16px}.stickyCardText h2{font-size:1rem;line-height:1.2;font-weight:400;color:#222}.stickyCardText.active h2{color:#111}.stickyCards__right{position:relative}.stickyCards__imageBox{position:sticky;top:120px;border-radius:22px;overflow:hidden}.stickyCards__imageBox img{width:100%;height:540px;object-fit:cover;display:block;border-radius:22px}.productSection{padding:80px 0;background:#fff;overflow-x:hidden}.productSection__title{text-align:center;font-size:3rem;font-weight:400;margin-bottom:40px;color:#222}.productSection__wrap{width:min(1400px,100% - 40px);margin:0 auto;position:relative}.productSlider{display:flex;gap:26px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:20px;scrollbar-width:none}.productSlider::-webkit-scrollbar{display:none}.productCard{min-width:220px;max-width:320px;flex:0 0 auto}.productCard__imgWrap{width:100%;height:320px;border-radius:16px;background:#f3d9a8;overflow:hidden;display:flex;align-items:center;justify-content:center}.productCard__imgWrap img{width:100%;height:100%;object-fit:cover}.productCard__info{margin-top:18px}.productCard__info h4{font-size:1rem;font-weight:600;margin-bottom:6px;color:#222}.productCard__info p{font-size:.8rem;color:#222}.sliderNextBtn{position:absolute;right:18px;top:210px;width:48px;height:48px;border-radius:50%;border:none;background:#fff;box-shadow:0 5px 20px #00000026;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:.2s}.sliderNextBtn:hover{transform:scale(1.05)}@media(max-width:900px){.productSection__title{font-size:36px}.productCard{min-width:300px;max-width:300px}.productCard__imgWrap{height:300px}.sliderNextBtn{top:150px}}.sliderArrow{position:absolute;top:210px;width:48px;height:48px;border-radius:50%;border:none;background:#fff;box-shadow:0 5px 20px #00000026;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:.2s}.sliderArrow:hover{transform:scale(1.05)}.sliderArrow--right{right:18px}.sliderArrow--left{left:18px}.locations{padding:80px 20px;background:#faf4ed}.locations__grid{max-width:1350px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.locationCard{text-align:center}.locationCard__image{border-radius:20px;overflow:hidden;margin-bottom:20px}.locationCard__image img{width:100%;height:320px;object-fit:cover;display:block}.locationCard h3{font-size:22px;font-weight:500;margin-bottom:10px}.locationCard .address{font-size:14px;color:#444;margin-bottom:6px}.locationCard .email{font-size:14px;color:#2c2c2c;text-decoration:underline;display:block;margin-bottom:6px}.locationCard .phone{font-size:14px;margin-bottom:18px}.bookBtn{background:#dce3de;border:none;padding:12px 26px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:background .3s ease}.bookBtn:hover{background:#2c2c2c;color:#fff}@media(max-width:1024px){.locations__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.locations__grid{grid-template-columns:1fr}}.productDetails{background:#faf4ed;min-height:100vh;padding:40px 60px;margin-top:11vh}.backBtn{background:none;border:none;font-size:14px;letter-spacing:1px;cursor:pointer;color:#2c2c2c;margin-bottom:30px}.productDetails__content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:flex-start}.productDetails__image{border-radius:24px;overflow:hidden}.productDetails__image img{width:70%;height:auto;display:block;border-radius:24px}.productDetails__info{border:1px dashed rgba(0,0,0,.4);border-radius:24px;padding:50px 50px 40px;background:#ffffff59}.productDetails__info h1{font-size:42px;font-weight:500;margin-bottom:10px;color:#2c2c2c}.productDetails__info .price{font-size:18px;margin-bottom:30px;color:#2c2c2c}.productDetails__info ul{list-style:none;padding:0;margin-bottom:30px}.productDetails__info ul li{font-size:16px;margin-bottom:8px;color:#2c2c2c}.productDetails__info p{font-size:15px;line-height:1.7;margin-bottom:25px;color:#000000b3}.icons{display:flex;gap:40px;padding-top:25px;border-top:1px dashed rgba(0,0,0,.4)}.icons span{display:flex;align-items:center;gap:8px;font-size:14px;color:#2c2c2c}@media(max-width:1024px){.productDetails__content{grid-template-columns:1fr}.productDetails__info{padding:35px}.productDetails__info h1{font-size:34px}}.locationDetails{background:#faf4ed;padding:120px 20px 80px;min-height:100vh}.backBtn{background:none;border:none;font-size:14px;letter-spacing:1px;cursor:pointer;margin-bottom:40px;color:#2c2c2c;padding-left:10%}.backBtn:hover{text-decoration:underline}.locationDetails__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:start}.locationDetails__image{border-radius:18px;overflow:hidden}.locationDetails__image img{width:60%;height:auto;display:block;border-radius:18px}.locationDetails__info h1{font-size:48px;font-weight:500;margin-bottom:20px;color:#2c2c2c}.locationDetails__info p{font-size:16px;line-height:1.7;color:#4a4a4a;margin-bottom:14px}.locationDetails__info h4{margin-top:32px;margin-bottom:10px;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#2c2c2c}.bookBtn{margin-top:40px;background:#3f3a36;color:#fff;border:none;padding:16px 32px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer}.bookBtn:hover{background:#2c2c2c}@media(max-width:900px){.locationDetails__content{grid-template-columns:1fr;gap:40px}.locationDetails__info h1{font-size:36px}}@media(max-width:500px){.locationDetails{padding-top:100px}.locationDetails__info h1{font-size:30px}}.footer{background:#47413e;color:#fff;padding:180px 150px}.footer__container{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.5fr;gap:80px;align-items:flex-start}.footer__logo img{width:90px}.footer__col h4{font-size:18px;margin-bottom:20px}.footer__col ul{list-style:none;padding:0}.footer__col ul li{margin-bottom:12px;font-size:15px;opacity:.9;cursor:pointer}.footer__col ul li:hover{opacity:1}.footer__newsletter{background:#e4e8e3;color:#2c2c2c;padding:40px 20px;border-radius:16px;transform:rotate(5deg);border:#2c2c2c dashed}.footer__newsletter h3{font-size:28px;margin-bottom:16px}.footer__newsletter p{font-size:14px;margin-bottom:24px;line-height:1.6}.footer__newsletter input{width:100%;padding:14px 18px;border-radius:999px;border:none;outline:none;margin-bottom:16px;font-size:14px;background:#47413e;color:#fff}.footer__newsletter button{width:100%;padding:14px;border-radius:999px;border:none;background:#47413e;color:#fff;font-weight:700;letter-spacing:1px;cursor:pointer}.footer__newsletter button:hover{opacity:.9}.footer__bottom{margin-top:60px;display:flex;justify-content:center;gap:30px;font-size:14px;opacity:.9}@media(max-width:1024px){.footer__container{grid-template-columns:1fr 1fr;gap:40px}.footer__newsletter{transform:none}}@media(max-width:600px){.footer{padding:60px 20px}.footer__container{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:Inter,sans-serif}a{text-decoration:none;color:inherit}video::-webkit-media-controls{display:none!important}video::-webkit-media-controls-enclosure{display:none!important}.concept{background:#faf4ed;padding:120px 0}.concept__container{max-width:1350px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:120px}.concept__images{position:relative;height:520px}.concept__image{position:absolute;border-radius:32px;overflow:hidden;box-shadow:0 20px 40px #0000001f}.concept__image img{width:100%;height:100%;object-fit:cover;display:block}.concept__image--left{width:360px;height:460px;left:0;top:60px}.concept__image--right{width:300px;height:420px;right:0;top:0}.concept__eyebrow{font-size:12px;letter-spacing:2px;color:#777;text-transform:uppercase;display:block;margin-bottom:18px}.concept__title{font-size:56px;line-height:1.1;font-weight:500;margin-bottom:28px;color:#2c2c2c}.concept__text{font-size:16px;line-height:1.7;color:#444;max-width:520px}.concept__text+.concept__text{margin-top:16px}@media(max-width:1024px){.concept__container{grid-template-columns:1fr;gap:80px}.concept__images{height:480px}.concept__image--left{left:50%;transform:translate(-55%)}.concept__image--right{right:50%;transform:translate(55%)}}@media(max-width:640px){.concept{padding:80px 0}.concept__title{font-size:40px}.concept__images{height:420px}.concept__image--left{width:280px;height:360px}.concept__image--right{width:240px;height:320px}}
