@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Merriweather:wght@400;700&display=swap);.header{position:fixed;top:0;transform:translateY(0);transition:background .4s ease,transform .4s ease;width:100%;z-index:1000}.header.hidden{transform:translateY(-100%)}.header.scrolled{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#262626}.header-inner{align-items:center;display:flex;justify-content:space-between;padding:12px 5%}.logo img{height:40px;object-fit:contain}.nav{align-items:center;display:flex;gap:50px}.nav a{color:#fff;font-size:16px;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#8b6935}.contact-btn{background:#0000;border:2px solid #8b6935;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:8px 23px;transition:all .3s ease}.contact-btn:hover{background:#26262694;color:#fff;transform:scale(1.05)}.burger{color:#fff;cursor:pointer;display:none;font-size:22px}@media(min-width:768px){.header{background:#0000}.nav-close{display:none}}@media(max-width:767px){.header{background:#262626}.header-inner{position:relative}.logo{left:50%;position:absolute;transform:translateX(-50%)}.burger{display:block;margin-left:auto}.nav{align-items:center;background:#262626;flex-direction:column;gap:24px;left:0;opacity:0;padding:30px 0;pointer-events:none;position:absolute;top:100%;transform:translateY(-20px);transition:all .87s ease;width:100%}.nav.show{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a{color:#fff;font-size:18px}.nav-close{display:none}.contact-btn{background-color:#0000;border:none;color:#fff;font-size:18px}.contact-btn:hover{background-color:#0000;color:#8b6935}}.footer{background:#262626;color:#faf8f5;font-family:Merriweather,serif;padding:4rem 5% 2rem;text-align:center}.footer .footer-container{display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.footer .footer-container{align-items:flex-start;flex-direction:row;justify-content:space-between}}.footer .footer-container .footer-about img{height:70px;width:130px}.footer .footer-container .footer-about h2{color:#b7a996;font-family:Playfair Display,serif;font-size:1.8rem}.footer .footer-container .footer-about .stars{animation:glow 2s ease-in-out infinite alternate;color:#d4af37;font-size:22px;letter-spacing:6px;margin-bottom:1rem}.footer .footer-container .footer-about p{color:#dfdacf;font-size:.95rem;line-height:1.6}.footer .footer-container .footer-links h3{color:#b7a996;font-size:1.2rem;margin-bottom:1rem}.footer .footer-container .footer-links ul{list-style:none}.footer .footer-container .footer-links ul li{margin-bottom:.7rem}.footer .footer-container .footer-links ul li a{color:#faf8f5;text-decoration:none;transition:color .3s ease}.footer .footer-container .footer-links ul li a:hover{color:#b7b7b7}.footer .footer-container .footer-contact h3{color:#b7a996;font-size:1.2rem;margin-bottom:1rem}.footer .footer-container .footer-contact p{color:#dfdacf;font-size:.95rem;line-height:1.6}.footer .footer-bottom{border-top:1px solid #4d403a;color:#a3968d;font-size:.85rem;margin-top:3rem;padding-top:1rem;text-align:center}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.background-container{background:#262626;color:#faf8f5;min-height:100vh;overflow:hidden;width:100%}.background-container,.desc{display:flex;flex-direction:column}.desc{animation:fadeInLeft 1.2s ease forwards;padding:4cap 20px;text-align:center;z-index:999}.desc h2{color:#dfdacf;font-size:40px;margin-bottom:-20px}.desc h1{font-size:clamp(28px,5vw,50px);font-size:80px}.desc .stars{animation:glow 2s ease-in-out infinite alternate;color:#d4af37;font-size:22px;letter-spacing:6px;padding-top:50px}@keyframes glow{0%{text-shadow:0 0 5px #d4af37}to{text-shadow:0 0 15px #d4af37}}.desc h3{color:#dfdacf;font-size:20px}.desc button{background:#8b6935;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:clamp(16px,2vw,18px);font-weight:600;margin:40px auto 0;max-width:280px;padding:15px 8vw;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease;will-change:transform}.desc button:hover{background:#4d403a;box-shadow:0 14px 30px #0000002e;color:#faf8f5;transform:scale(1.08) translateY(-3px)}.desc button:active{box-shadow:0 8px 18px #00000026;transform:scale(1.03)}.img{border-radius:20px 0 0 0;bottom:0;height:500px;left:20%;overflow:hidden;position:relative;right:0;width:80%}.img img{animation:fadeInRight 1.5s ease forwards;height:100%;object-fit:cover;position:absolute;width:100%}.cards-container{height:200px;position:relative}.card{opacity:0;pointer-events:none;position:absolute;text-align:center;width:100%}.card.active{animation:fadeIn .7s ease;opacity:1;pointer-events:auto}.card .icon{font-size:40px;padding-top:10px}.card p{font-size:20px;font-weight:500;margin-bottom:15px}.about-container{background:#faf8f5;gap:70px;overflow:hidden;padding:80px 20px}.about-container,.abt-txt{align-items:center;display:flex;flex-direction:column}.abt-txt{animation:fadeUp 1s ease forwards;gap:24px;opacity:0;text-align:center}.abt-txt h1{color:#262626;font-size:clamp(28px,6vw,38px);line-height:1.2}.abt-txt p{color:#4d403a;font-size:16px;line-height:1.6;max-width:520px}.abt-txt .about-btn{background:#4d403a;border:none;border-radius:30px;color:#faf8f5;cursor:pointer;font-size:15px;font-weight:600;margin-top:16px;padding:14px 46px;transition:all .3s ease}.abt-txt .about-btn:hover{background:#262626;transform:translateY(-3px)}.abt-img{align-items:center;animation:fadeIn 1.2s ease forwards;animation-delay:.3s;display:flex;height:320px;justify-content:center;max-width:420px;opacity:0;position:relative;width:100%}.abt-img img{border-radius:18px;box-shadow:0 18px 40px #00000026;margin-top:50px;object-fit:cover}.abt-img .img1{background:#dfdacf;height:180px;position:absolute;top:10%;transform:translateY(-50%);width:250px;z-index:2}.abt-img .img2{height:260px;width:100%;z-index:1}.rooms-section{padding:4rem 1.5rem;text-align:center}.rooms-section h1{margin-bottom:2.5rem}.rooms-container{margin:auto;max-width:1200px;overflow:hidden;position:relative}.rooms-slider{display:flex;transition:transform .6s ease}.room-card{box-sizing:border-box;opacity:.4;padding:1rem;transform:scale(.92);transition:all .5s ease}.room-card.active{opacity:1;transform:scale(1)}.room-card img{border-radius:12px;height:260px;object-fit:cover;width:100%}.room-card .room-info{margin-top:1rem}.room-card .room-info h3{font-size:1.2rem;margin-bottom:.3rem}.room-card .room-info p{font-size:.95rem;line-height:1.5}.room-card .room-image{border-radius:12px;overflow:hidden;position:relative}.room-card .room-image img{display:block;height:260px;object-fit:cover;transition:transform .6s ease;width:100%}.room-card .room-overlay{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;padding:1.5rem;pointer-events:none;position:absolute;text-align:center;transform:translateY(15px);transition:all .45s ease}.room-card .room-overlay h3{color:#dfdacf;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.room-card .room-overlay p{color:#fff;font-size:.95rem;font-weight:600;line-height:1.5;margin-bottom:1rem}.room-card .room-overlay:before{background:#0000008c;content:"";inset:0;position:absolute;z-index:-1}.room-card .room-btn{background:#0000;border:1px solid #faf8f5;color:#fff;cursor:pointer;font-size:.9rem;padding:.6rem 1.6rem;transition:all .3s ease;transition:transform .3s ease,background .3s ease}.room-card .room-btn:hover{transform:scale(1.08)}.arrow{cursor:pointer;font-size:1.6rem;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;z-index:5}.arrow.left{left:.5rem}.arrow.right{right:.5rem}.room-card.show-overlay .room-overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.room-card.show-overlay img{transform:scale(1.05)}.room-card.show-overlay .room-info{opacity:0}.info-container{background:#262626;display:flex;flex-direction:column}.reception-container,.restaurant-container{animation:fadeUp .9s ease both;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem 1.5rem 280px;position:relative}.rec-desc,.rest-desc{animation:fadeText 2s ease both;margin-left:auto;margin-right:auto;max-width:90%;z-index:2}.rec-desc h3,.rest-desc h3{color:#dfdacf;font-size:.85rem;letter-spacing:2px}.rec-desc h1,.rest-desc h1{color:#b7a996;font-size:1.8rem;margin-bottom:1rem}.rec-desc p,.rest-desc p{color:#dfdacf;font-size:.95rem;line-height:1.6;margin-bottom:20px}.rest-desc{animation:fadeInLeft 1.2s ease forwards;text-align:left}.rec-desc{animation:fadeInRight 1.2s ease forwards;margin-left:auto;text-align:right}.rec-img,.rest-img{animation:fadeImage 1.3s ease forwards;bottom:0;height:280px;opacity:0;overflow:hidden;position:absolute;width:70%}.rec-img img,.rest-img img{height:100%;object-fit:cover;width:100%}.rest-img{border-radius:20px 0 0 0;right:0}.rec-img{border-radius:0 20px 0 0;left:0}@keyframes fadeText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeImage{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.review-section{color:#262626;overflow:hidden;padding:80px 20px;text-align:center}.review-section,.review-section h1{animation:fadeUp 1s ease forwards;position:relative}.review-section h1{font-family:Playfair Display,serif;font-size:clamp(28px,5vw,40px);font-weight:700;margin-bottom:1.5rem}.review-section h1 .quote{display:inline-block;font-size:2rem;vertical-align:middle}.review-section .dots{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:2rem}.review-section .dots span{animation:fadeIn 1.2s ease forwards;background:#262626;border-radius:50%;height:10px;width:10px}.review-section p{animation:fadeUp 1.2s ease forwards;color:#262626;font-size:1rem;line-height:1.6;margin:0 auto 2.5rem;max-width:650px}.review-section .review-btn{background:#0000;border:1px solid #262626;border-radius:30px;color:#262626;display:inline-block;font-weight:600;padding:10px 35px;text-decoration:none;transition:all .5s ease}.review-section .review-btn:hover{background-color:#262626;border:1px solid #262626;color:#dfdacf;transform:translateY(-3px)}.get-in-touch{align-items:center;background:url(/static/media/bottom.8c31fb86d70a64ae8202.webp) 50%/cover no-repeat;display:flex;justify-content:center;min-height:400px;overflow:hidden;position:relative;width:100%}.get-in-touch .contact-container{animation:fadeUp 1s ease forwards;background:hsla(36,33%,97%,.466);border-radius:20px;box-shadow:0 12px 30px #0003;padding:2rem;text-align:center;width:80%}.get-in-touch .contact-container h2{color:#262626;font-size:clamp(24px,5vw,32px);margin-bottom:1rem}.get-in-touch .contact-container p{color:#262626;font-size:1rem;margin-bottom:2rem}.get-in-touch .contact-container button{background:#4d403a;border:none;border-radius:30px;color:#faf8f5;cursor:pointer;font-weight:600;padding:12px 35px;transition:all .3s ease}.get-in-touch .contact-container button:hover{background:#262626;color:#faf8f5;transform:translateY(-3px)}@media(min-width:768px){.background-container{display:block;min-height:100vh;padding:0 2%;position:relative}.img{border-radius:0 0 0 0;height:100vh;left:auto;position:absolute;right:0;top:0;transform:none;width:60vw;z-index:1}.img img{display:block;height:100%;object-fit:cover;width:100%}.desc{padding-top:20vh;position:relative;text-align:left;width:30vw;z-index:10}.desc h1{font-size:100px}.desc h3{width:300px}.desc button{margin-left:0;padding:15px 50px}.cards-container{display:flex;flex-direction:row;height:auto;justify-content:space-between;position:static}.card{animation:none;animation:none!important;flex:1 1;opacity:1;pointer-events:auto;position:static;text-align:center}.about-container{gap:90px;padding:100px 8%}.abt-img{height:380px;max-width:520px}.abt-img .img1{height:170px;width:240px}.abt-img .img2,.room-card img{height:300px}.room-card.show-overlay .room-overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.room-card.show-overlay img{transform:scale(1.05)}.room-card.show-overlay .room-info{opacity:0}.reception-container,.restaurant-container{align-items:center;flex-direction:row;gap:3rem;padding:4rem 3rem;position:relative}.rec-desc,.rest-desc{display:block;margin:0;max-width:40vw;z-index:2}.rest-desc{text-align:left}.rec-desc{margin-left:auto;text-align:right}.rec-img,.rest-img{animation:fadeImage 1.3s ease forwards;bottom:0;height:100%;opacity:1;position:absolute;top:0;width:50%}.rest-img{left:auto;right:0}.rec-img,.rest-img{border-radius:0 0 0 0}.rec-img{left:0;right:auto}.contact-container{padding:3rem 9rem}.get-in-touch{min-height:500px;padding:0 10%}.contact-container{padding:4rem 3rem}}@media(min-width:1024px){.background-container{display:block;min-height:100vh;padding:0 2%;position:relative}.img{border-radius:0 0 0 0;height:100vh;left:auto;position:absolute;right:0;top:0;transform:none;width:60vw;z-index:1}.img img{display:block;height:100%;object-fit:cover;width:100%}.desc{padding-top:20vh;position:relative;text-align:left;width:30vw;z-index:10}.desc h1{font-size:100px}.desc h3{width:300px}.desc button{margin-left:0;padding:15px 50px}.cards-container{display:flex;flex-direction:row;height:auto;justify-content:space-between;position:static}.card{animation:none;animation:none!important;flex:1 1;opacity:1;pointer-events:auto;position:static;text-align:center}.about-container{align-items:center;flex-direction:row;gap:150px;justify-content:center;padding:120px 10%}.abt-txt{align-items:center;flex:1 1;text-align:center}.abt-img{flex:1 1;height:420px;max-width:560px}.abt-img .img1{height:190px;left:10%;top:50%;transform:translate(-50%,-60%);width:260px}.abt-img .img2{height:320px}.rooms-container{overflow:visible}.arrow{display:none}.room-card{opacity:1;transform:scale(1)}}@media(min-width:1024px)and (hover:hover)and (pointer:fine){.room-card:hover .room-overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.room-card:hover img{transform:scale(1.05)}.room-card:hover .room-info{opacity:0}}@media(min-width:1024px){.reception-container,.restaurant-container{padding:5rem 6rem}.rec-img,.rest-img{animation:fadeImage 1.3s ease forwards;bottom:0;height:100%;opacity:1;position:absolute;top:0;width:50%}.rec-desc h1,.rest-desc h1{font-size:2.4rem}.rec-desc p,.rest-desc p{font-size:1.05rem}.get-in-touch{min-height:500px}.contact-container{padding:6rem 4rem}}@media(min-width:1200px){.desc{padding-left:12%}.desc button{margin-left:0}.cards-container{display:flex;flex-direction:row;height:auto;justify-content:space-between;position:static}.card{animation:none;animation:none!important;flex:1 1;opacity:1;pointer-events:auto;position:static;text-align:center}.about-container{padding:140px 12%}.abt-img{height:460px;max-width:620px}.abt-img .img1{height:200px;width:280px}.abt-img .img2{height:360px}.rooms-container{overflow:visible}.arrow{display:none}.room-card{opacity:1;transform:scale(1)}}@media(min-width:1200px)and (hover:hover)and (pointer:fine){.room-card:hover .room-overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.room-card:hover img{transform:scale(1.05)}.room-card:hover .room-info{opacity:0}}@media(min-width:1200px){.reception-container,.restaurant-container{padding:5rem 6rem}.rec-img,.rest-img{height:auto}.rec-desc h1,.rest-desc h1{font-size:2.4rem}.rec-desc p,.rest-desc p{font-size:1.05rem}.get-in-touch{min-height:600px;padding:0 20%}.contact-container{padding:5rem 4rem}}.rooms-page{background:#fff;color:#262626;font-family:Merriweather,serif;padding:4rem 1rem}.rooms-page .page-title{color:#4d403a;font-family:Playfair Display,serif;font-size:2.2rem;margin-bottom:2.5rem;text-align:center}@media(min-width:768px){.rooms-page .page-title{font-size:2.8rem;margin-bottom:3rem}}@media(min-width:1024px){.rooms-page .page-title{font-size:3rem;margin-bottom:4rem}}@media(min-width:1440px){.rooms-page .page-title{font-size:3.5rem;margin-bottom:5rem}}.rooms-page .page-title:after{background:#a3968d;border-radius:2px;content:"";display:block;height:3px;margin:1rem auto 0;width:60px}@media(min-width:768px){.rooms-page .page-title:after{width:80px}}@media(min-width:1440px){.rooms-page .page-title:after{width:100px}}.rooms-page .room-section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:600px;opacity:0;padding:3rem 1rem;transform:translateY(50px);transition:all .8s ease}.rooms-page .room-section.visible{opacity:1;transform:translateY(0)}.rooms-page .room-section.even{background:#dfdacf}.rooms-page .room-section.odd{background:#f4f5f5}.rooms-page .room-section .room-content{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:1200px;width:100%}@media(min-width:768px){.rooms-page .room-section .room-content{flex-direction:row;gap:3rem}}@media(min-width:1024px){.rooms-page .room-section .room-content{gap:4rem}}@media(min-width:1440px){.rooms-page .room-section .room-content{gap:5rem;padding:0 2rem}}.rooms-page .room-section .room-content .room-image{overflow:hidden;width:100%}.rooms-page .room-section .room-content .room-image img{border-radius:20px;box-shadow:0 20px 40px #0003;height:auto;transition:transform .2s ease-out;width:100%}@media(min-width:768px){.rooms-page .room-section .room-content .room-image{flex:1 1}}.rooms-page .room-section .room-content .room-details{display:flex;flex-direction:column;justify-content:center;width:100%}@media(min-width:768px){.rooms-page .room-section .room-content .room-details{flex:1 1}}.rooms-page .room-section .room-content .room-details h2{font-family:Playfair Display,serif;font-size:1.8rem}@media(min-width:768px){.rooms-page .room-section .room-content .room-details h2{font-size:2.2rem}}@media(min-width:1024px){.rooms-page .room-section .room-content .room-details h2{font-size:2.5rem}}@media(min-width:1440px){.rooms-page .room-section .room-content .room-details h2{font-size:3rem}}.rooms-page .room-section .room-content .room-details h2{color:#4d403a;margin-bottom:1rem}.rooms-page .room-section .room-content .room-details p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}@media(min-width:768px){.rooms-page .room-section .room-content .room-details p{font-size:1rem}}@media(min-width:1024px){.rooms-page .room-section .room-content .room-details p{font-size:1.05rem}}@media(min-width:1440px){.rooms-page .room-section .room-content .room-details p{font-size:1.1rem}}.rooms-page .room-section .room-content .room-details ul{list-style:disc;margin-bottom:2rem;padding-left:1.5rem}.rooms-page .room-section .room-content .room-details ul li{font-size:.9rem;margin-bottom:.5rem}@media(min-width:768px){.rooms-page .room-section .room-content .room-details ul li{font-size:.95rem}}@media(min-width:1024px){.rooms-page .room-section .room-content .room-details ul li{font-size:1rem}}@media(min-width:1440px){.rooms-page .room-section .room-content .room-details ul li{font-size:1.05rem}}.rooms-page .room-section .room-content .room-details button{background:#a3968d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:.7rem 1.5rem;transition:background .3s ease,transform .3s ease}.rooms-page .room-section .room-content .room-details button:hover{background:#4d403a;transform:scale(1.05)}@media(min-width:768px){.rooms-page .room-section .room-content .room-details button{font-size:1rem;padding:.8rem 1.8rem}}@media(min-width:1024px){.rooms-page .room-section .room-content .room-details button{font-size:1.05rem;padding:.9rem 2rem}}@media(min-width:1440px){.rooms-page .room-section .room-content .room-details button{font-size:1.1rem;padding:1rem 2.2rem}}.about-page{color:#262626;font-family:Playfair Display,serif}.about-page section{opacity:0;padding:100px 20px;position:relative;transform:translateY(50px);transition:all 1s ease;width:100%}.about-page section.visible{opacity:1;transform:translateY(0)}.about-page .hero-section{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:80vh;justify-content:center;position:relative;text-align:center}.about-page .hero-section .overlay{background:#26262666;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-page .hero-section .hero-text{max-width:800px;position:relative;z-index:2}.about-page .hero-section .hero-text h1{font-size:4rem;margin-bottom:20px}.about-page .hero-section .hero-text p{font-size:1.5rem;margin-bottom:30px}.about-page .hero-section .hero-text .contact-btn{background:#4d403a;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1.1rem;padding:12px 50px;transition:background .3s ease}.about-page .hero-section .hero-text .contact-btn:hover{background:#a3968d}.about-page .philosophy-section{background:#f5f5f5;text-align:center}.about-page .philosophy-section h2{color:#4d403a;font-size:3rem;margin-bottom:20px}.about-page .philosophy-section p{font-size:1.2rem;line-height:1.8;margin:auto;max-width:700px}.about-page .experience-section{background:#dfdacf;text-align:center}.about-page .experience-section .experience-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.about-page .experience-section .experience-container .text{flex:1 1 400px}.about-page .experience-section .experience-container .text h2{color:#4d403a;font-size:2.5rem;margin-bottom:20px}.about-page .experience-section .experience-container .text p{font-size:1.1rem;line-height:1.7;margin-bottom:50px}.about-page .experience-section .experience-container .text .contact-btn{background:#a3968d;border:none;border-radius:30px;color:#f5f5f5;cursor:pointer;font-size:1.1rem;padding:12px 50px;transition:background .3s ease}.about-page .experience-section .experience-container .text .contact-btn:hover{background:#4d403a;color:#fff}.about-page .experience-section .experience-container .images{display:flex;flex:1 1 400px;flex-wrap:wrap;gap:20px}.about-page .experience-section .experience-container .images .img-wrapper{border-radius:15px;flex:1 1 48%;overflow:hidden}.about-page .experience-section .experience-container .images .img-wrapper img{transition:transform .5s ease;width:100%}.about-page .experience-section .experience-container .images .img-wrapper img:hover{transform:scale(1.08)}.about-page .hospitality-section{background:#f5f5f5;text-align:center}.about-page .hospitality-section h2{color:#4d403a;font-size:3rem;margin-bottom:20px}.about-page .hospitality-section p{font-size:1.1rem;line-height:1.8;margin:auto;max-width:700px}.about-page .cta-section{background:#4d403a;color:#fff;text-align:center}.about-page .cta-section h2{font-size:2.8rem;margin-bottom:20px}.about-page .cta-section p{font-size:1.2rem;margin-bottom:30px}.about-page .cta-section .contact-btn{background:#dfdacf;border:none;border-radius:30px;color:#262626;cursor:pointer;font-size:1.1rem;padding:12px 50px;transition:background .3s ease}.about-page .cta-section .contact-btn:hover{background:#a3968d;color:#fff}@media(max-width:1024px){.about-page .experience-container{flex-direction:column}.about-page .experience-container .images .img-wrapper{flex:1 1 100%}}@media(max-width:768px){.about-page section{padding:60px 15px}.about-page .hero-text h1{font-size:2.5rem}.about-page .hero-text p{font-size:1.2rem}.about-page .cta-section h2{font-size:2rem}}.contact-page{background:#f4f4f4;color:#262626}.contact-hero{background-position:50%;background-size:cover;height:70vh;position:relative}.contact-hero .overlay{align-items:center;animation:fadeIn 1s ease;background:#26262699;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 1rem;text-align:center}.contact-hero .overlay h1{color:#fff;font-size:3rem;letter-spacing:3px;margin-bottom:1rem}.contact-hero .overlay p{color:#dfdacf;margin-bottom:2rem;max-width:600px}.contact-hero .overlay .hero-btn{background:#4d403a;border-radius:30px;color:#fff;letter-spacing:1px;padding:.9rem 2.4rem;text-decoration:none;transition:.4s ease}.contact-hero .overlay .hero-btn:hover{background:#a3968d;color:#262626}.contact-hero .overlay .gallery-btn{background:#fff;border-radius:30px;color:#4d403a;letter-spacing:1px;padding:.9rem 2.4rem;text-decoration:none;transition:.4s ease}.contact-hero .overlay .gallery-btn:hover{background:#a3968d;color:#262626}.contact-hero .overlay .buttons{display:flex;gap:10px;justify-content:center}.contact-main{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:5rem auto;width:80%}.contact-info{flex:1 1;text-align:left}.contact-info h1{color:#4d403a;font-size:3rem;margin-bottom:40px}.contact-info .info-block{border-left:3px solid #a3968d;margin-bottom:30px;padding-left:20px}.contact-info .info-block h2{color:#a3968d;font-size:1rem;letter-spacing:2px;margin-bottom:6px;text-transform:uppercase}.contact-info .info-block p{color:#262626;font-size:1.3rem;line-height:1.6}.contact-form{background:#fff;border-radius:16px;box-shadow:0 15px 40px #00000014;padding:3rem}.contact-form h2{color:#4d403a;margin-bottom:2rem}.contact-form input,.contact-form textarea{border:1px solid #dfdacf;border-radius:8px;font-size:.9rem;margin-bottom:1.2rem;outline:none;padding:.9rem;width:100%}.contact-form textarea{min-height:130px;resize:none}.contact-form button{background:#4d403a;border:none;border-radius:30px;color:#fff;cursor:pointer;letter-spacing:1px;padding:.9rem;transition:.4s ease;width:100%}.contact-form button:hover{background:#a3968d;color:#262626}.contact-form .error{color:#ff3b2d;display:block;font-size:12px;letter-spacing:.5px;margin:6px 0 14px}.contact-form .form-notice{animation:fadeUp .4s ease;background:#f4f4f4;border:1px solid #dfdacf;margin-top:24px;padding:22px;text-align:center}.contact-form .form-notice h4{color:#ff3b2d;font-size:14px;letter-spacing:2px;margin-bottom:10px}.contact-form .form-notice p{color:#262626;font-size:14px;line-height:1.6}.contact-map{height:450px;width:100%}.contact-map iframe{border:none;height:100%;width:100%}@media(max-width:992px){.contact-main{grid-template-columns:1fr;width:90%}}@media(max-width:576px){.contact-hero .overlay h1{font-size:2.2rem}.contact-form{padding:2rem}.buttons{display:flex;flex-direction:column;gap:10px;justify-content:center}}.gallery-page{background:#f4f4f4;padding:5rem 0}.gallery-container{margin:auto;text-align:center;width:80%}.gallery-container h2{animation:fadeDown 1s ease;color:#4d403a;font-size:2.5rem;letter-spacing:2px;margin-bottom:1rem}.gallery-container p{color:#262626;font-size:1rem;margin:0 auto 3rem;max-width:600px}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.gallery-item{animation:fadeUp .8s ease;background:#fff;border-radius:12px;cursor:pointer;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease;width:100%}.gallery-item:hover img{filter:brightness(85%);transform:scale(1.08)}.toggle-btn{background:#4d403a;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:.9rem;letter-spacing:1px;margin-top:3rem;padding:.9rem 2.5rem;transition:all .4s ease}.toggle-btn:hover{background:#a3968d;color:#262626}.gallery-modal{align-items:center;animation:fadeIn .4s ease;background:#262626f2;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.gallery-modal img{animation:zoomIn .4s ease;border-radius:16px;box-shadow:0 30px 60px #0009;max-height:85%;max-width:85%}.gallery-modal .close{color:#dfdacf;cursor:pointer;font-size:2.5rem;position:absolute;right:40px;top:30px}@media(max-width:992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-container{width:90%}}@media(max-width:576px){.gallery-grid{grid-template-columns:1fr}.gallery-container h2{font-size:2rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.85)}to{transform:scale(1)}}body{color:#222;font-family:Merriweather,serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;letter-spacing:.5px}*{box-sizing:border-box;margin:0;padding:0}
/*# sourceMappingURL=main.edce400f.css.map*/