:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{scroll-margin-top:80px}.header{position:sticky;top:0;background:#fff;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem}.logo-img{height:50px;width:auto;border-radius:8px}.logo h1{font-size:1.8rem;font-weight:700;color:#2c5f2d;margin:0}.nav{display:flex;gap:2rem}.nav button{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem 1rem;transition:color .3s}.nav button:hover{color:#2c5f2d}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.hero{background:linear-gradient(135deg,#2c5f2d,#97bc62);color:#fff;padding:8rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-logo{width:300px;height:auto;border-radius:16px;margin-bottom:2rem;box-shadow:0 8px 24px #0000004d}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;opacity:.9}.cta-button{background:#fff;color:#2c5f2d;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media(max-width:768px){.hero{padding:4rem 1.5rem}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}}.gallery{padding:6rem 2rem;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.gallery h2{text-align:center;font-size:2.5rem;color:#2c5f2d;margin-bottom:1rem}.section-description{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;aspect-ratio:4/3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:#2c5f2dcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-size:1.2rem;font-weight:600}.lightbox{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.lightbox-content{position:relative;max-width:90%;max-height:90%}.lightbox-content img{max-width:100%;max-height:80vh;border-radius:8px}.lightbox-content p{color:#fff;text-align:center;margin-top:1rem;font-size:1.1rem}.close-button{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;line-height:1}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr}}.amenities{padding:6rem 2rem;background:#fff}.amenities h2{text-align:center;font-size:2.5rem;color:#2c5f2d;margin-bottom:1rem}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.amenity-card{text-align:center;padding:2rem;border-radius:12px;background:#f8f9fa;transition:transform .3s,box-shadow .3s}.amenity-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.amenity-icon{font-size:3rem;margin-bottom:1rem}.amenity-card h3{font-size:1.3rem;color:#2c5f2d;margin-bottom:.5rem}.amenity-card p{color:#666;line-height:1.6}.location-info{max-width:800px;margin:0 auto;text-align:center;padding:3rem;background:linear-gradient(135deg,#2c5f2d,#97bc62);border-radius:12px;color:#fff}.location-info h3{font-size:2rem;margin-bottom:1rem}.location-info p{font-size:1.1rem;line-height:1.8;opacity:.95}@media(max-width:768px){.amenities-grid{grid-template-columns:1fr}.location-info{padding:2rem}}.reviews{padding:6rem 2rem;background:#f8f9fa}.reviews h2{text-align:center;font-size:2.5rem;color:#2c5f2d;margin-bottom:1rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.review-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.review-card:hover{transform:translateY(-5px)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-card h4{font-size:1.2rem;color:#2c5f2d;margin-bottom:.25rem}.review-date{color:#999;font-size:.9rem}.rating{font-size:1.2rem}.review-text{color:#666;line-height:1.8;font-size:1rem}@media(max-width:768px){.reviews-grid{grid-template-columns:1fr}}.contact{padding:6rem 2rem;background:#fff}.contact h2{text-align:center;font-size:2.5rem;color:#2c5f2d;margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;margin-top:3rem}.contact-form{background:#f8f9fa;padding:2.5rem;border-radius:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2c5f2d}.form-group textarea{resize:vertical;font-family:inherit}.submit-button{width:100%;background:#2c5f2d;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s}.submit-button:hover{background:#1f4320;transform:translateY(-2px)}.success-message{margin-top:1rem;padding:1rem;background:#d4edda;color:#155724;border-radius:8px;text-align:center}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info h3{font-size:1.8rem;color:#2c5f2d;margin-bottom:1rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{font-size:2rem}.info-item strong{display:block;color:#2c5f2d;margin-bottom:.25rem}.info-item p{color:#666;margin:0}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#fff;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#97bc62;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.8}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#97bc62}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#999;font-size:.9rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}
