@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-sand:#f4f1eb;--secondary-sand:#e8dcc0;--warm-terracotta:#d2691e;--deep-sage:#8fbc8f;--rich-brown:#8b4513;--warm-cream:#faf8f3;--soft-gray:#6b7280;--dark-charcoal:#374151;--accent-gold:#d4af37;--warm-white:#fefefe;--font-primary:"Inter",sans-serif;--font-display:"Playfair Display",serif;--section-padding:5rem 0;--container-padding:0 2rem;--shadow-soft:0 4px 6px -1px #0000001a;--shadow-medium:0 10px 15px -3px #0000001a;--shadow-large:0 20px 25px -5px #0000001a;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:#fefefe;background-color:var(--warm-white);color:#374151;color:var(--dark-charcoal);font-family:Inter,sans-serif;font-family:var(--font-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}p{color:#6b7280;color:var(--soft-gray);margin-bottom:1rem}a{color:inherit;text-decoration:none}a,button{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}button{border:none;cursor:pointer;font-family:inherit;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 2rem;padding:var(--container-padding)}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;outline:none;padding:.75rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.btn-primary{background:linear-gradient(135deg,#d2691e,#d4af37);background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-soft);color:#fff}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #d2691e;border:2px solid var(--warm-terracotta);color:#d2691e;color:var(--warm-terracotta)}.btn-secondary:hover{background:#d2691e;background:var(--warm-terracotta);color:#fff}.section{padding:5rem 0;padding:var(--section-padding)}.section-title{margin-bottom:3rem;text-align:center}.section-title h2{color:#8b4513;color:var(--rich-brown);margin-bottom:1rem}.section-title p{color:#6b7280;color:var(--soft-gray);font-size:1.1rem;margin:0 auto;max-width:600px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1rem}.section{padding:3rem 0}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #8b45131a;left:0;position:fixed;right:0;top:0;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.navbar-container{align-items:center;display:flex;gap:2rem;height:80px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-brand{color:inherit;text-decoration:none}.brand-logo{align-items:center;display:flex;gap:1rem}.brand-image{height:50px;object-fit:contain;width:auto}.brand-text-container{align-items:flex-start;display:flex;flex-direction:column}.brand-text{color:var(--rich-brown);font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1.2}.brand-subtitle{color:var(--soft-gray);font-size:.75rem;font-weight:400;letter-spacing:.5px}.navbar-menu{align-items:center;display:flex}.nav-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-link{color:var(--dark-charcoal);font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--warm-terracotta)}.nav-link.active:after{background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.mobile-menu-btn{background:none;border:none;border-radius:.5rem;color:var(--dark-charcoal);cursor:pointer;display:none;padding:.5rem;transition:background-color .3s ease}.mobile-menu-btn:hover{background-color:#8b45131a}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-top:1px solid #8b45131a;overflow:hidden}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:1rem 2rem}.mobile-nav-link{border-bottom:1px solid #8b45131a;color:var(--dark-charcoal);display:block;font-weight:500;padding:1rem 0;text-decoration:none;transition:color .3s ease}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--warm-terracotta)}@media (max-width:768px){.navbar-container{height:70px;padding:0 1rem}.brand-image{height:40px}.brand-text{font-size:1.25rem}.brand-subtitle{font-size:.7rem}.navbar-menu{display:none}.mobile-menu-btn{display:block}.mobile-nav-links{padding:1rem}}@media (max-width:480px){.navbar-container{padding:0 .75rem}.brand-image{height:35px}.brand-text{font-size:1.1rem}.brand-subtitle{font-size:.65rem}}.footer{background:linear-gradient(135deg,var(--rich-brown),var(--dark-charcoal));color:#fff;margin-top:4rem;padding:4rem 0 0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h4{color:var(--accent-gold);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.footer-brand h3{color:var(--accent-gold);font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{color:var(--secondary-sand);margin-bottom:1rem}.footer-description{color:var(--secondary-sand);font-size:.9rem;line-height:1.6}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--secondary-sand);font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--accent-gold)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:flex-start;color:var(--secondary-sand);display:flex;font-size:.9rem;gap:.75rem;line-height:1.5}.contact-item svg{color:var(--accent-gold);flex-shrink:0;margin-top:.125rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#d4af371a;border:1px solid var(--accent-gold);border-radius:50%;color:var(--accent-gold);display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-link:hover{background:var(--accent-gold);color:var(--rich-brown);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #d4af3733;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{color:var(--secondary-sand);font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:var(--secondary-sand);font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--accent-gold)}@media (max-width:768px){.footer{padding:3rem 0 0}.footer-container{padding:0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer{padding:2rem 0 0}.footer-content{gap:1.5rem}.social-links{justify-content:center}}.hero{align-items:center;display:flex;height:100vh;justify-content:center;margin-top:-80px;min-height:600px;overflow:hidden;padding-top:80px;position:relative}.hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-attachment:fixed;background-position:50%;background-size:cover}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733)}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-text h1{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.hero-text p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 2px #0000004d}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons .btn{align-items:center;display:inline-flex;gap:.5rem}.hero-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.stat-item:hover{transform:translateX(10px)}.stat-item svg{color:var(--accent-gold);flex-shrink:0}.stat-item h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.stat-item p{color:#fffc;font-size:.9rem;margin:0}.amenities-section{background:var(--warm-cream)}.amenities-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.amenity-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2rem;text-align:center;transition:all .3s ease}.amenity-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.amenity-icon{height:80px;margin:0 auto 1.5rem;width:80px}.amenity-card h3{color:var(--rich-brown);font-size:1.25rem;margin-bottom:1rem}.amenity-card p{color:var(--soft-gray);line-height:1.6}.room-card{border:1px solid #8b45131a}.room-image{height:250px}.room-price{font-size:1.1rem}.room-features{margin-bottom:1.5rem}.testimonials-section{background:var(--primary-sand)}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.testimonial-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.testimonial-rating{color:var(--accent-gold);display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-text{color:var(--dark-charcoal);font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author h4{color:var(--rich-brown);font-size:1.1rem;margin-bottom:.25rem}.testimonial-author p{color:var(--soft-gray);font-size:.9rem;margin:0}@media (max-width:1024px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat-item{flex:1 1;min-width:200px}}@media (max-width:768px){.hero{height:auto;min-height:100vh;padding:6rem 0 3rem}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.hero-buttons{justify-content:center}.hero-stats{flex-direction:column}.stat-item{min-width:auto}.amenities-grid,.rooms-grid,.testimonials-grid{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{justify-content:center;max-width:300px;width:100%}.room-content,.testimonial-card{padding:1.5rem}}.about-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-top:-80px;min-height:400px;overflow:hidden;padding-top:80px;position:relative}.about-hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover}.about-hero-background,.about-hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.about-hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733)}.about-hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.about-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.about-hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:0 1px 2px #0000004d}.story-section{background:#fff}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text h2{color:var(--rich-brown);font-size:2.5rem;margin-bottom:2rem}.story-text p{color:var(--soft-gray);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-image img{border-radius:1rem;box-shadow:var(--shadow-medium);height:400px;object-fit:cover;width:100%}.values-section{background:var(--warm-cream)}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.value-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.value-icon{align-items:center;background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.value-card h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:1rem}.value-card p{color:var(--soft-gray);font-size:1rem;line-height:1.6}.team-section{background:#fff}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.team-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);overflow:hidden;transition:all .3s ease}.team-card:hover{box-shadow:var(--shadow-large);transform:translateY(-10px)}.team-image{height:250px;overflow:hidden}.team-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.team-card:hover .team-image img{transform:scale(1.05)}.team-content{padding:2rem;text-align:center}.team-content h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:.5rem}.team-position{color:var(--warm-terracotta);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.team-description{color:var(--soft-gray);font-size:.95rem;line-height:1.6}.location-section{background:var(--primary-sand)}.location-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.location-text h2{color:var(--rich-brown);font-size:2.5rem;margin-bottom:1.5rem}.location-text p{color:var(--soft-gray);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.location-features{display:flex;flex-direction:column;gap:1rem}.location-feature{align-items:center;color:var(--soft-gray);display:flex;font-size:1rem;gap:1rem}.location-feature svg{color:var(--warm-terracotta);flex-shrink:0}.location-image img{border-radius:1rem;box-shadow:var(--shadow-medium);height:400px;object-fit:cover;width:100%}@media (max-width:1024px){.location-content,.story-content{gap:2rem;grid-template-columns:1fr}.location-text,.story-text{order:1}.location-image,.story-image{order:2}}@media (max-width:768px){.about-hero{height:50vh;min-height:300px}.about-hero-content h1{font-size:2.5rem}.about-hero-content p{font-size:1rem}.location-text h2,.story-text h2{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.team-grid,.values-grid{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width:480px){.about-hero-content h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.stat-card,.value-card{padding:2rem 1.5rem}.team-content{padding:1.5rem}}.amenities-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-top:-80px;min-height:400px;overflow:hidden;padding-top:80px;position:relative}.amenities-hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.amenities-hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733);bottom:0;left:0;position:absolute;right:0;top:0}.amenities-hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.amenities-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.amenities-hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:0 1px 2px #0000004d}.amenities-grid-section{background:var(--warm-cream)}.amenities-categories{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.amenity-category{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem}.amenity-category h3{color:var(--rich-brown);font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.amenity-items{display:flex;flex-direction:column;gap:1.5rem}.amenity-item{align-items:flex-start;background:var(--primary-sand);gap:1rem;padding:1rem}.amenity-item:hover{background:#fff;box-shadow:var(--shadow-soft);transform:translateY(-5px)}.amenity-icon{align-items:center;background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.amenity-content h4{color:var(--rich-brown);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.amenity-content p{color:var(--soft-gray);font-size:.9rem;line-height:1.5}.special-features-section{background:#fff}.special-features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.special-feature-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);overflow:hidden;transition:all .3s ease}.special-feature-card:hover{box-shadow:var(--shadow-large);transform:translateY(-10px)}.feature-image{height:200px;overflow:hidden}.feature-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.special-feature-card:hover .feature-image img{transform:scale(1.05)}.feature-content{padding:2rem}.feature-content h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:1rem}.feature-content p{color:var(--soft-gray);line-height:1.6}.additional-services-section{background:var(--primary-sand)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.service-card h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:var(--soft-gray);font-size:1rem;line-height:1.6}@media (max-width:1024px){.amenities-categories{grid-template-columns:1fr}}@media (max-width:768px){.amenities-hero{height:50vh;min-height:300px}.amenities-hero-content h1{font-size:2.5rem}.amenities-hero-content p{font-size:1rem}.amenity-category{padding:2rem}.services-grid,.special-features-grid{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width:480px){.amenities-hero-content h1{font-size:2rem}.amenity-category{padding:1.5rem}.amenity-item{flex-direction:column;text-align:center}.amenity-icon{margin:0 auto 1rem}.feature-content{padding:1.5rem}.service-card{padding:2rem 1.5rem}}.reviews-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-top:-80px;min-height:400px;overflow:hidden;padding-top:80px;position:relative}.reviews-hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover}.reviews-hero-background,.reviews-hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.reviews-hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733)}.reviews-hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.reviews-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.reviews-hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:0 1px 2px #0000004d}.stats-section{background:var(--primary-sand)}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.stat-icon{align-items:center;background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.stat-card h3{color:var(--rich-brown);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-card p{color:var(--soft-gray);font-size:1.1rem;font-weight:500}.filter-section{background:var(--warm-cream)}.filter-content{text-align:center}.filter-content h2{color:var(--rich-brown);font-size:2.5rem;margin-bottom:2rem}.rating-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.rating-filter{align-items:center;background:#fff;border:2px solid var(--warm-terracotta);border-radius:2rem;color:var(--warm-terracotta);cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.rating-filter.active,.rating-filter:hover{background:var(--warm-terracotta);color:#fff}.rating-filter svg{color:var(--accent-gold)}.reviews-grid-section{background:#fff}.reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.review-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2rem;position:relative;transition:all .3s ease}.review-card:hover{box-shadow:var(--shadow-large);transform:translateY(-10px)}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.review-author{align-items:center;display:flex;gap:1rem}.review-author img{border-radius:50%;height:50px;object-fit:cover;width:50px}.review-author h4{color:var(--rich-brown);font-size:1.1rem;margin-bottom:.25rem}.review-author p{color:var(--soft-gray);font-size:.9rem;margin:0}.review-rating{color:var(--accent-gold);display:flex;gap:.25rem}.review-content{margin-bottom:1.5rem;position:relative}.quote-icon{color:var(--warm-terracotta);left:-.5rem;opacity:.3;position:absolute;top:-.5rem}.review-content p{color:var(--dark-charcoal);font-style:italic;line-height:1.6;margin:0;padding-left:2rem}.review-footer{text-align:right}.review-footer span{color:var(--soft-gray);font-size:.9rem}@media (max-width:1024px){.reviews-grid{grid-template-columns:1fr}}@media (max-width:768px){.reviews-hero{height:50vh;min-height:300px}.reviews-hero-content h1{font-size:2.5rem}.reviews-hero-content p{font-size:1rem}.filter-content h2{font-size:2rem}.rating-filters{align-items:center;flex-direction:column}.rating-filter{justify-content:center;max-width:300px;width:100%}.reviews-grid{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width:480px){.reviews-hero-content h1{font-size:2rem}.stat-card{padding:2rem 1.5rem}.review-card{padding:1.5rem}.review-header{flex-direction:column;gap:1rem}.review-rating{justify-content:flex-start}}.attractions-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-top:-80px;min-height:400px;overflow:hidden;padding-top:80px;position:relative}.attractions-hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.attractions-hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733);bottom:0;left:0;position:absolute;right:0;top:0}.attractions-hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.attractions-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.attractions-hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:0 1px 2px #0000004d}.activities-section{background:var(--warm-cream)}.activities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.activity-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2rem;text-align:center;transition:all .3s ease}.activity-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.activity-icon{align-items:center;background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.activity-card h3{color:var(--rich-brown);font-size:1.25rem;margin-bottom:1rem}.activity-card p{color:var(--soft-gray);line-height:1.6}.attractions-grid-section{background:#fff}.attractions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.attraction-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);overflow:hidden;transition:all .3s ease}.attraction-card:hover{box-shadow:var(--shadow-large);transform:translateY(-10px)}.attraction-image{height:200px;overflow:hidden;position:relative}.attraction-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.attraction-card:hover .attraction-image img{transform:scale(1.05)}.attraction-rating{background:#ffffffe6;border-radius:.5rem;color:var(--accent-gold);display:flex;gap:.25rem;padding:.25rem .5rem;position:absolute;right:1rem;top:1rem}.attraction-content{padding:2rem}.attraction-content h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:.5rem}.attraction-content p{color:var(--soft-gray);line-height:1.6;margin-bottom:1.5rem}.attraction-details{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.detail-item{align-items:center;color:var(--soft-gray);display:flex;font-size:.9rem;gap:.5rem}.detail-item svg{color:var(--warm-terracotta)}.attraction-features{display:flex;flex-wrap:wrap;gap:.5rem}.cta-section{background:linear-gradient(135deg,var(--rich-brown),var(--dark-charcoal));color:#fff;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-content .btn{align-items:center;display:inline-flex;font-size:1.1rem;gap:.5rem;padding:1rem 2.5rem}@media (max-width:1024px){.attractions-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.attractions-hero{height:50vh;min-height:300px}.attractions-hero-content h1{font-size:2.5rem}.attractions-hero-content p{font-size:1rem}.activities-grid{grid-template-columns:repeat(2,1fr)}.attractions-grid{grid-template-columns:1fr}.attraction-details{flex-direction:column;gap:.75rem}.container{padding:0 1rem}}@media (max-width:480px){.attractions-hero-content h1{font-size:2rem}.activities-grid{grid-template-columns:1fr}.activity-card,.attraction-content{padding:1.5rem}}.book-now-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-top:-80px;min-height:400px;overflow:hidden;padding-top:80px;position:relative}.book-now-hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.book-now-hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733);bottom:0;left:0;position:absolute;right:0;top:0}.book-now-hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.book-now-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.book-now-hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:0 1px 2px #0000004d}.booking-section{background:var(--warm-cream)}.booking-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.booking-form-container{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem}.booking-form-container h2{color:var(--rich-brown);font-size:2rem;margin-bottom:2rem}.booking-form{display:flex;flex-direction:column;gap:1.5rem}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{color:var(--warm-terracotta);left:1rem;position:absolute;z-index:1}.input-with-icon input,.input-with-icon select{background:#fff;border:2px solid #8b451333;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .3s ease;width:100%}.input-with-icon input:focus,.input-with-icon select:focus{border-color:var(--warm-terracotta);box-shadow:0 0 0 3px #d2691e1a;outline:none}.booking-btn{font-size:1.1rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;width:100%}.booking-info{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem}.booking-info h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:1.5rem}.benefits-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.benefit-item{align-items:center;color:var(--soft-gray);display:flex;gap:.75rem}.benefit-item svg{color:var(--warm-terracotta);flex-shrink:0}.contact-info{border-top:1px solid #8b45131a;padding-top:1.5rem}.contact-info h4{color:var(--rich-brown);margin-bottom:.5rem}.contact-info p{color:var(--soft-gray);font-size:.9rem;margin-bottom:.25rem}.rooms-section{background:#fff}.rooms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.room-card{background:#fff;border:2px solid #0000;border-radius:1rem;box-shadow:var(--shadow-soft);cursor:pointer;overflow:hidden;transition:all .3s ease}.room-card:hover{box-shadow:var(--shadow-large);transform:translateY(-10px)}.room-card.selected{border-color:var(--warm-terracotta);box-shadow:var(--shadow-medium)}.room-image{height:200px;overflow:hidden;position:relative}.room-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.room-card:hover .room-image img{transform:scale(1.05)}.room-price{background:var(--warm-terracotta);color:#fff;font-size:1rem;font-weight:600;padding:.5rem 1rem;right:1rem;top:1rem}.room-price,.room-rating{border-radius:.5rem;position:absolute}.room-rating{align-items:center;background:#ffffffe6;bottom:1rem;color:var(--accent-gold);display:flex;font-size:.8rem;gap:.5rem;left:1rem;padding:.25rem .5rem}.room-content{padding:2rem}.room-content h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:.5rem}.room-content p{color:var(--soft-gray);line-height:1.6;margin-bottom:1.5rem}.room-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{border:1px solid var(--secondary-sand);border-radius:1rem;color:var(--rich-brown);font-size:.8rem;font-weight:500;padding:.25rem .75rem}.amenities-section,.feature-tag{background:var(--primary-sand)}.amenities-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.amenity-item{align-items:center;background:#fff;border-radius:.5rem;box-shadow:var(--shadow-soft);display:flex;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.amenity-item:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}.amenity-item svg{color:var(--warm-terracotta);flex-shrink:0}.amenity-item span{color:var(--dark-charcoal);font-weight:500}@media (max-width:1024px){.booking-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.book-now-hero{height:50vh;min-height:300px}.book-now-hero-content h1{font-size:2.5rem}.book-now-hero-content p{font-size:1rem}.form-row,.rooms-grid{grid-template-columns:1fr}.amenities-grid{grid-template-columns:repeat(2,1fr)}.container{padding:0 1rem}}@media (max-width:480px){.book-now-hero-content h1{font-size:2rem}.booking-form-container,.booking-info{padding:1.5rem}.amenities-grid{grid-template-columns:1fr}.room-content{padding:1.5rem}}.contact-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-top:-80px;min-height:400px;overflow:hidden;padding-top:80px;position:relative}.contact-hero-background{background:linear-gradient(135deg,#8b4513cc,#374151cc),url(https://images.unsplash.com/photo-1571896349842-33c89424de2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover}.contact-hero-background,.contact-hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.contact-hero-overlay{background:linear-gradient(45deg,#8b451366,#d4af3733)}.contact-hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.contact-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.contact-hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:0 1px 2px #0000004d}.contact-info-section{background:var(--warm-cream)}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.contact-info-card{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2rem;text-align:center;transition:all .3s ease}.contact-info-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.contact-icon{align-items:center;background:linear-gradient(135deg,var(--warm-terracotta),var(--accent-gold));border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.contact-info-card h3{color:var(--rich-brown);font-size:1.25rem;margin-bottom:1rem}.contact-details{margin-bottom:1rem}.contact-details p{color:var(--soft-gray);font-size:.9rem;margin-bottom:.25rem}.contact-description{color:var(--warm-terracotta);font-size:.8rem;font-weight:500}.contact-form-section{background:#fff}.contact-form-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-form-container{background:var(--primary-sand);border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem}.contact-form-container h2{color:var(--rich-brown);font-size:2rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--rich-brown);font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #8b451333;border-radius:.5rem;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--warm-terracotta);box-shadow:0 0 0 3px #d2691e1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1.1rem;justify-content:center;padding:1rem 2rem;width:100%}.success-message{color:var(--rich-brown);padding:2rem;text-align:center}.success-message svg{color:var(--deep-sage);margin-bottom:1rem}.success-message h3{font-size:1.5rem;margin-bottom:1rem}.success-message p{color:var(--soft-gray);line-height:1.6}.contact-map{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2.5rem}.contact-map h3{color:var(--rich-brown);font-size:1.5rem;margin-bottom:1.5rem}.map-container{border-radius:.5rem;box-shadow:var(--shadow-soft);margin-bottom:1.5rem;overflow:hidden}.map-info h4{color:var(--rich-brown);font-size:1.25rem;margin-bottom:.5rem}.map-info p{color:var(--soft-gray);line-height:1.6;margin-bottom:.5rem}.faq-section{background:var(--primary-sand)}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.faq-item{background:#fff;border:1px solid #8b45131a;border-radius:1rem;box-shadow:var(--shadow-soft);padding:2rem;transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.faq-item h3{color:var(--rich-brown);font-size:1.25rem;margin-bottom:1rem}.faq-item p{color:var(--soft-gray);line-height:1.6}@media (max-width:1024px){.contact-form-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-hero{height:50vh;min-height:300px}.contact-hero-content h1{font-size:2.5rem}.contact-hero-content p{font-size:1rem}.contact-info-grid{grid-template-columns:repeat(2,1fr)}.faq-grid,.form-row{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width:480px){.contact-hero-content h1{font-size:2rem}.contact-info-grid{grid-template-columns:1fr}.contact-form-container,.contact-info-card,.contact-map,.faq-item{padding:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh;text-align:left}main{padding-top:80px}html{scroll-behavior:smooth}.navbar{z-index:1000}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.error{color:#dc2626}.error,.success{padding:2rem;text-align:center}.success{color:#059669}
/*# sourceMappingURL=main.2c478125.css.map*/