:root{--color-primary: #f9e2b8;--color-accent: #b89c77;--color-accent-hover: #a37c54;--color-text-dark: #2b2b2b;--color-text-muted: #6b6b6b;--color-text-muted-dark: #4f4f4f;--color-heading: #1a1a1a;--color-bg-light: #f9e2b8;--color-bg-dark: #f0d9aa;--color-bg-darker: #e6cc9c;--color-border: #c8b48d;--color-overlay-dark: rgba(0, 0, 0, .5)}body{margin:0;font-family:Inter,sans-serif;background-color:var(--color-primary);color:var(--color-text-dark)}html,body,#root{width:100%;height:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}button{border:none;font-size:1em;cursor:pointer;border-radius:.5rem;transition:background .3s ease;background-color:var(--color-accent);color:var(--color-text-dark)}.navbar{position:fixed;top:0;left:0;width:100%;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;box-sizing:border-box;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease;background-color:var(--color-bg-light)}.navbar-brand{font-size:1.5rem;font-family:Amarante,cursive;font-weight:400;color:var(--color-heading);transition:color .3s ease;z-index:21;letter-spacing:.5px}.navbar-links{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);list-style:none;display:flex;gap:2rem;margin:0;padding:0;z-index:21}.navbar-links li a{font-size:1.05rem;text-decoration:none;font-weight:400;font-family:Amarante,cursive;color:var(--color-text-dark);transition:color .3s ease;letter-spacing:.4px}.navbar-links li a:hover{color:var(--color-accent)}.lang-dropdown{position:relative;display:inline-block;font-family:Inter,sans-serif;z-index:999;width:max-content}.lang-selected{background-color:var(--color-bg-light);border:1px solid var(--color-border);padding:.3rem .6rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-family:Amarante,cursive;font-weight:400;font-size:1rem;color:var(--color-text-dark);letter-spacing:.3px;min-width:120px;box-sizing:border-box}.lang-selected img{width:20px;height:14px;border-radius:2px;object-fit:cover}.lang-options{position:absolute;top:calc(100% + 5px);left:0;background-color:var(--color-bg-light);border:1px solid var(--color-border);border-radius:6px;box-shadow:0 2px 6px #0000001a;list-style:none;padding:.4rem 0;margin:0;width:100%;box-sizing:border-box;font-family:Amarante,cursive;overflow-x:hidden;overflow-y:auto;max-height:300px;min-width:120px}.lang-options li{padding:.3rem .6rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s;color:var(--color-text-dark)}.lang-options li:hover,.lang-options li.active{background-color:var(--color-accent);color:#fff}.lang-options li img{width:20px;height:14px;border-radius:2px;object-fit:cover}.navbar-transparent{background-color:transparent;color:var(--color-bg-light)}.navbar-transparent .navbar-brand,.navbar-transparent .navbar-links li a{color:var(--color-bg-light);text-shadow:0 1px 4px rgba(0,0,0,.6)}.navbar-transparent .navbar-links li a:hover{color:var(--color-accent)}.navbar-transparent select{background-color:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.6);text-shadow:0 1px 3px rgba(0,0,0,.4)}.navbar-transparent select option{color:var(--color-text-dark);background-color:var(--color-bg-light)}.navbar-solid{background-color:var(--color-bg-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 6px #0000001a;color:var(--color-text-dark)}.navbar-solid .navbar-brand,.navbar-solid .navbar-links li a{color:var(--color-text-dark);text-shadow:none}.navbar-solid .navbar-links li a:hover{color:var(--color-accent)}.navbar-solid select{background:var(--color-bg-light);color:var(--color-text-dark);border:1px solid var(--color-border)}.lang-mobile{display:none}.hamburger{display:none;position:relative;width:30px;height:24px;cursor:pointer;z-index:22}.hamburger .bar{position:absolute;left:0;width:100%;height:3px;background-color:var(--color-text-dark);border-radius:2px;transition:all .3s ease}.hamburger .bar:nth-child(1){top:0}.hamburger .bar:nth-child(2){top:10px}.hamburger .bar:nth-child(3){top:20px}.hamburger.open .bar:nth-child(1){top:10px;transform:rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){top:10px;transform:rotate(-45deg)}.navbar.navbar-transparent{background-color:transparent!important}@media (max-width: 900px){.navbar{position:relative;flex-direction:row;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem}.navbar.navbar-transparent{background-color:transparent!important}.hamburger{display:flex;position:absolute;top:1.2rem;right:1.5rem}.navbar-links{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-bg-light);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;z-index:20}.navbar-links.open{transform:translate(0)}.navbar-links li{list-style:none}.navbar-links li a{font-size:1.5rem}.navbar .navbar-right{display:none}.lang-mobile{display:block}.lang-mobile .lang-dropdown{position:relative;z-index:21}.navbar-links.open li a,.navbar-links.open li a:hover,.navbar-links.open li a:visited,.navbar-links.open li a:active,.navbar.navbar-transparent .navbar-brand,.navbar.navbar-transparent .navbar-links.open li a{color:var(--color-text-dark)!important;text-shadow:none!important}}@media (max-width: 600px){.navbar-transparent{padding:1.2rem 1.5rem}.navbar-brand,.navbar-links li a{font-size:1.3rem}.lang-selected{font-size:.95rem;min-width:110px}.lang-options{min-width:101px}}@media (max-width: 400px){.navbar-brand,.navbar-links li a{font-size:1.15rem}.lang-selected{font-size:.85rem;min-width:100px}}.footer{background-color:var(--color-bg-darker);color:#f4f4f4;padding:3rem 1rem 2rem;font-family:Inter,sans-serif;line-height:1.7}.footer-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem}.footer-col h3,.footer-col h4{color:#1a1a1a;margin-bottom:.7rem;font-size:1.1rem;font-family:Amarante,cursive;font-weight:400;letter-spacing:.4px}.footer-col p,.footer-col a{font-size:.9rem;color:var(--color-text-muted-dark);text-decoration:none}.footer-col p{display:flex;align-items:center;gap:.5rem;margin:.3rem 0}.footer-col .icon{color:var(--color-text-muted-dark);font-size:1rem}.footer-col a:hover{color:#fff}.footer-socials{display:flex;gap:1rem;margin-top:.5rem}.footer-socials a{font-size:1.2rem;color:var(--color-text-muted-dark);transition:color .3s ease}.footer-socials a:hover{color:#fff}.footer-bottom{margin-top:2rem;padding:1rem;text-align:center;font-size:.85rem;color:var(--color-text-muted-dark);border-top:1px solid var(--color-text-muted-dark);margin-bottom:-2rem}.footer-bottom a{color:var(--color-text-muted-dark);text-decoration:none;font-weight:700}.footer-bottom a:hover{text-decoration:underline}.footer-logo{border-radius:50%;width:150px;height:150px;object-fit:cover;display:block;margin:0 auto}@media (max-width: 900px){.footer{padding:2.5rem 1rem 2rem}.footer-grid{gap:2rem}.footer-col h3,.footer-col h4{font-size:1rem}.footer-col p,.footer-col a{font-size:.85rem}.footer-socials a{font-size:1.1rem}.footer-bottom{font-size:.8rem}}@media (max-width: 600px){.footer{padding:2rem .8rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-col{text-align:center;align-items:center}.footer-socials{justify-content:center}.footer-col h3,.footer-col h4{font-size:1rem}.footer-col p,.footer-col a{font-size:.9rem;justify-content:center}.footer-socials a{font-size:1.3rem}.footer-bottom{font-size:.85rem;padding:.8rem}}@media (max-width: 400px){.footer{padding:1.8rem .6rem}.footer-col h3,.footer-col h4{font-size:.9rem}.footer-col p,.footer-col a{font-size:.85rem}.footer-socials{gap:.8rem}.footer-socials a{font-size:1.1rem}.footer-bottom{font-size:.8rem;padding:.6rem}}.hero{position:relative;height:100vh;width:100%;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-overlay-dark);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;top:50%;transform:translateY(-50%);color:var(--color-bg-light);padding:0 2rem}.hero-content h1{font-size:3rem;font-family:Amarante,cursive;margin-bottom:1rem;color:var(--color-bg-light);font-weight:400;letter-spacing:.5px}.hero-content p{font-size:1.2rem;font-family:Amarante,cursive;margin-bottom:2rem;color:var(--color-bg-light)}.hero-button{background:var(--color-accent);color:var(--color-text-dark);padding:.8rem 1.5rem;font-weight:700;border-radius:.5rem;text-decoration:none;transition:background .3s ease,color .3s ease;text-transform:uppercase;font-family:Amarante,cursive}.hero-button:hover{background:var(--color-accent-hover);color:var(--color-primary)}.about-section{padding:5rem 2rem;background-color:var(--color-bg-light);text-align:center}.about-content{max-width:1100px;margin:0 auto}.about-section h2{font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:2rem;color:var(--color-heading);font-weight:400;letter-spacing:.5px}.about-intro{font-size:1.1rem;font-family:Inter,sans-serif;color:var(--color-text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:2.5rem}.feature-card{display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;font-size:1.05rem;color:var(--color-text-muted);transition:transform .3s ease,color .3s ease}.feature-card:hover{transform:translateY(-6px);color:var(--color-text-dark)}.feature-icon{font-size:3rem;color:var(--color-accent);margin-bottom:1rem;transition:color .3s ease}.feature-card:hover .feature-icon{color:var(--color-accent-hover)}.about-button{background-color:var(--color-accent);color:var(--color-text-dark);padding:.9rem 1.8rem;font-weight:600;font-family:Inter,sans-serif;border:none;border-radius:.6rem;cursor:pointer;font-weight:700;transition:background .3s ease,color .3s ease;text-transform:uppercase}.about-button:hover{background-color:var(--color-accent-hover);color:var(--color-primary)}@media (max-width: 900px){.about-section{padding:4rem 1.5rem}.about-section h2{font-size:2.25rem}.about-intro{font-size:1rem;max-width:600px;margin-bottom:2.5rem}.feature-card{font-size:1rem}.feature-icon{font-size:2.5rem}.about-button{padding:.75rem 1.5rem;font-size:.95rem}}@media (max-width: 600px){.about-section{padding:3rem 1rem}.about-section h2{font-size:2rem}.about-intro{font-size:.95rem;line-height:1.6;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{font-size:.95rem}.feature-icon{font-size:2.25rem}.about-button{font-size:.9rem;padding:.7rem 1.4rem}}@media (max-width: 400px){.about-section{padding:2.5rem .8rem}.about-section h2{font-size:1.75rem}.about-intro{font-size:.9rem;line-height:1.5;margin-bottom:1.8rem}.feature-icon{font-size:2rem}.about-button{font-size:.85rem;padding:.6rem 1.2rem}}.homes-section{padding:4rem 2rem;background-color:var(--color-bg-dark);text-align:center}.homes-container{max-width:1500px;margin:0 auto}.homes-section h2{font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:2rem;color:var(--color-heading);font-weight:400;letter-spacing:.5px}.homes-subtitle{font-size:1.1rem;color:var(--color-text-dark);margin-bottom:2.5rem;font-family:Inter,sans-serif}.homes-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.home-card{background-color:var(--color-bg-light);border-radius:.75rem;overflow:hidden;text-align:left;box-shadow:0 6px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.home-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.home-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.home-content{padding:1.5rem}.home-content h3{font-family:Amarante,cursive;font-size:1.5rem;margin-bottom:.5rem;color:var(--color-heading)}.capacity{display:flex;align-items:center;gap:.5rem;font-weight:500;margin-bottom:.8rem;color:var(--color-text-muted)}.capacity-icon{font-size:1rem;color:var(--color-accent)}.home-content .description{font-size:1rem;margin-bottom:1.2rem;color:var(--color-text-dark)}.learn-more{background-color:var(--color-accent);color:var(--color-text-dark);padding:.6rem 1.2rem;border-radius:.5rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:background .3s ease,color .3s ease;border:none;text-transform:uppercase}.learn-more:hover{background-color:var(--color-accent-hover);color:var(--color-primary)}@media (max-width: 900px){.homes-section{padding:3rem 1.5rem}.homes-section h2{font-size:2.25rem}.homes-subtitle{font-size:1rem}.home-content h3{font-size:1.3rem}.home-content .description{font-size:.95rem}.learn-more{padding:.5rem 1rem}}@media (max-width: 600px){.homes-section{padding:0rem 1rem 1.5rem}.homes-section h2{font-size:2rem}.homes-subtitle{font-size:.95rem;margin-bottom:2rem}.home-content h3{font-size:1.2rem}.home-content{padding:1.2rem}.learn-more{font-size:.95rem}.homes-container{padding:0}.homes-grid{display:flex;flex-direction:column;align-items:center;gap:3rem}}@media (max-width: 400px){.homes-section{padding:0rem .8rem}.homes-section h2{font-size:1.75rem}.homes-subtitle{font-size:.9rem}.home-content h3{font-size:1.1rem}.home-content .description{font-size:.9rem}.learn-more{padding:.45rem .9rem;font-size:.9rem}}.mini-gallery-section{padding:4rem 2rem;background-color:var(--color-bg-light);text-align:center}.gallery-container{max-width:1600px;margin:0 auto}.mini-gallery-section h2{font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:2rem;color:var(--color-heading);font-weight:400;letter-spacing:.5px}.mini-gallery-subtitle{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:3rem;font-family:Inter,sans-serif}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:5rem}.gallery-item{height:260px;overflow:hidden;border-radius:.5rem;background-color:#eae7dd;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.section-divider{max-width:450px;height:auto;margin:1.2rem auto 1.6rem;display:block;opacity:.8}.gallery-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:999}.gallery-modal{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.gallery-modal img{display:block;width:auto;height:auto;max-width:90vw;max-height:85vh;border-radius:.5rem;box-shadow:0 0 40px #00000080;object-fit:contain}.gallery-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2.2rem;color:#fff;cursor:pointer;z-index:1;transition:color .3s ease}.gallery-modal-close:hover{color:#ff4d4d}.gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;font-size:3rem;color:#fff;cursor:pointer;padding:1rem}.gallery-modal-nav.left{left:-4rem}.gallery-modal-nav.right{right:-4rem}@media (max-width: 900px){.mini-gallery-section{padding:3rem 1.5rem}.mini-gallery-section h2{font-size:2.25rem}.mini-gallery-subtitle{font-size:1rem;margin-bottom:2.5rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:4rem}.gallery-item{height:220px}.gallery-modal-nav.left{left:-3rem}.gallery-modal-nav.right{right:-3rem}.section-divider{max-width:350px}}@media (max-width: 600px){.mini-gallery-section{padding:3rem 1rem}.mini-gallery-section h2{font-size:2rem}.mini-gallery-subtitle{font-size:.95rem;margin-bottom:2rem}.gallery-grid{grid-template-columns:1fr;gap:.8rem;margin-bottom:3rem}.gallery-item{height:200px}.gallery-modal-nav{font-size:2.5rem;padding:.8rem}.gallery-modal-nav.left{left:-2rem}.gallery-modal-nav.right{right:-2rem}.section-divider{margin-top:2.5rem;max-width:280px}}@media (max-width: 400px){.mini-gallery-section{padding:2rem .8rem}.mini-gallery-section h2{font-size:1.75rem}.mini-gallery-subtitle{font-size:.9rem;margin-bottom:1.5rem}.gallery-item{height:180px}.gallery-modal-close{font-size:2rem;top:.8rem;right:.8rem}.gallery-modal-nav{font-size:2.2rem;padding:.6rem}.gallery-modal-nav.left{left:-1.5rem}.gallery-modal-nav.right{right:-1.5rem}}.amenities-section{padding:4rem 2rem;background-color:var(--color-bg-light);text-align:center;margin-top:-8rem}.amenities-container{max-width:1100px;margin:0 auto}.amenities-section h2{font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:2rem;color:var(--color-heading);font-weight:400;letter-spacing:.5px}.amenities-subtitle{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:2.5rem;font-family:Inter,sans-serif}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2.5rem}.amenity-card{display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;color:var(--color-text-dark);font-size:1.05rem;line-height:1.4;transition:transform .3s ease,color .3s ease}.amenity-card:hover{transform:translateY(-6px);color:var(--color-text-dark)}.amenity-icon{font-size:2.4rem;color:var(--color-accent);margin-bottom:0rem;transition:color .3s ease}.amenity-card:hover .amenity-icon{color:var(--color-accent-hover)}.amenities-footer{font-style:italic;margin-top:3rem;font-size:1.05rem;color:var(--color-text-muted);opacity:.9;font-family:Inter,sans-serif}@media (max-width: 900px){.amenities-section{padding:3rem 1.5rem;margin-top:-6rem}.amenities-section h2{font-size:2.25rem}.amenities-subtitle{font-size:1rem;margin-bottom:3rem}.amenity-card{font-size:1rem}.amenity-icon{font-size:2rem}.amenities-footer{font-size:1rem}}@media (max-width: 600px){.amenities-section{padding:2.5rem 1rem;margin-top:-4rem}.amenities-section h2{font-size:2rem}.amenities-subtitle{font-size:.95rem;margin-bottom:2.5rem}.amenities-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem}.amenity-card{font-size:.95rem}.amenity-icon{font-size:1.8rem}.amenities-footer{font-size:.95rem}}@media (max-width: 400px){.amenities-section{padding:2rem .8rem;margin-top:-2rem}.amenities-section h2{font-size:1.75rem}.amenities-subtitle,.amenity-card{font-size:.9rem}.amenity-icon{font-size:1.6rem}.amenities-footer{font-size:.9rem}}.reviews-section{background-color:var(--color-bg-dark);padding:4rem 1rem;text-align:center}.reviews-heading h2{font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:2rem;color:var(--color-heading);font-weight:400;letter-spacing:.5px}.reviews-heading p{font-size:1.1rem;color:var(--color-text-dark);margin-bottom:2.5rem;font-family:Inter,sans-serif}.carousel-container{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:800px;margin:0 auto;position:relative}.review-card{background:var(--color-bg-light);padding:1.5rem 1.7rem 1.2rem;border-radius:1.2rem;box-shadow:0 2px 10px #0000000d;max-width:520px;width:100%;min-height:195px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-start}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}.left-header{display:flex;flex-direction:column;align-items:flex-start;gap:0rem}.reviewer-info{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:1.15rem;color:var(--color-text-dark)}.flag{width:20px;height:auto;border-radius:2px}.rating{background-color:var(--color-accent);color:#fff;font-weight:700;padding:.3rem .65rem;border-radius:1rem;font-size:.85rem;margin-top:1rem}.meta{font-size:.95rem;color:var(--color-text-muted);line-height:1.2;margin-top:-.5rem}.review-text{font-size:1rem;font-style:italic;color:var(--color-text-dark);line-height:1.5;margin-top:.2rem;flex-grow:1}.nav-button{background:transparent;border:none;font-size:3rem;cursor:pointer;color:var(--color-accent);padding:.8rem;border-radius:.6rem;transition:background-color .25s ease,transform .15s ease}.nav-button:hover{color:var(--color-accent-hover);transform:scale(1.08)}.svg-deco{position:absolute;width:85px;opacity:.45;z-index:0;pointer-events:none;transition:transform .4s ease}.deco-top-left{top:3rem;left:2rem}.deco-top-left.first{transform:rotate(-20deg)}.deco-top-left.second{transform:translate(90%,-40%) rotate(15deg)}.deco-bottom-right{bottom:3rem;right:2rem}.deco-bottom-right.first{transform:translate(-90%,30%) rotate(20deg)}.deco-bottom-right.second{transform:rotate(0)}.reviews-section{position:relative;overflow:hidden}@media (max-width: 600px){.reviews-heading h2{font-size:2rem;margin-top:4rem}.reviews-heading p{font-size:.95rem;margin-bottom:2rem}.carousel-container{flex-direction:column;align-items:center;gap:1rem}.review-card{max-width:90%;padding:1.2rem;min-height:210px}.reviewer-info{font-size:1rem}.review-text{font-size:.95rem}.nav-controls{display:flex;justify-content:center;gap:2rem;margin-top:.5rem}.nav-button{font-size:2.5rem;padding:.5rem;position:static}.svg-deco{width:65px}.deco-top-left{top:1.7rem;left:1rem}.deco-bottom-right{bottom:1.5rem;right:1rem}}@media (max-width: 400px){.reviews-heading h2{font-size:1.75rem}.reviews-heading p{font-size:.9rem}.review-card{padding:1rem;border-radius:1rem;min-height:192px}.reviewer-info{font-size:.95rem}.meta{font-size:.85rem}.review-text{font-size:.9rem}.nav-button{font-size:2.2rem;padding:.5rem;position:static}.rating{font-size:.75rem;padding:.25rem .6rem}.svg-deco{width:55px}}.location-contact{display:flex;justify-content:center;align-items:flex-start;gap:4rem;padding:5rem 2rem;background-color:var(--color-bg-light);max-width:1200px;margin:0 auto}.contact-left,.contact-right{flex:1}.contact-left h2,.contact-right h2{font-size:2rem;font-family:Amarante,cursive;color:var(--color-heading);margin-bottom:.5rem;font-weight:400;letter-spacing:.4px}.description{color:var(--color-text-muted);margin-bottom:1.5rem}.contact-details{list-style:none;padding:0;margin-bottom:1.5rem;color:var(--color-text-dark)}.contact-details li{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;line-height:1.4}.contact-details a{color:var(--color-text-dark);text-decoration:none;transition:color .3s ease,text-decoration .3s ease}.contact-details a:hover{color:var(--color-accent)}.divider{height:2px;background-color:var(--color-border);margin:2rem 0;border-radius:1px}.availability-button{background-color:var(--color-accent);color:var(--color-text-dark);padding:1rem 1.2rem;border-radius:.5rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:background .3s ease,color .3s ease;border:none;text-transform:uppercase}.availability-button:hover{background-color:var(--color-accent-hover);color:var(--color-primary)}.contact-right form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-right input,.contact-right textarea{padding:.9rem 1rem;border-radius:.6rem;border:1px solid var(--color-border);font-size:1rem;font-family:inherit}@media (max-width: 900px){.location-contact{flex-direction:column;gap:3rem;padding:4rem 1.5rem}.contact-left h2,.contact-right h2{font-size:1.75rem}.availability-button{padding:.9rem 1.1rem;font-size:.95rem}.contact-right form{margin-top:1.5rem}}@media (max-width: 600px){.location-contact{padding:3rem 1rem;gap:2.5rem}.contact-left h2,.contact-right h2{font-size:1.6rem}.contact-details li{font-size:.95rem;gap:.5rem}.availability-button{font-size:.9rem;padding:.8rem 1rem}.contact-right input,.contact-right textarea{font-size:.95rem;padding:.8rem .9rem}}@media (max-width: 400px){.location-contact{padding:2.5rem .8rem;gap:2rem}.contact-left h2,.contact-right h2{font-size:1.4rem}.description,.contact-details li{font-size:.9rem}.availability-button{font-size:.85rem;padding:.7rem .9rem}.contact-right input,.contact-right textarea{font-size:.9rem;padding:.75rem .8rem}}.about-page{font-family:Inter,sans-serif;padding:0 1rem}.about-page .about-container{padding:6rem 0;max-width:960px;margin:0 auto;color:var(--color-text-dark);line-height:1.7}.about-page .about-title{font-family:Amarante,cursive;font-size:3rem;text-align:center;color:var(--color-heading);margin-bottom:3.5rem;font-weight:700;letter-spacing:-.5px}.about-page .about-section{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;background-color:var(--color-accent);padding:2rem;border-radius:14px;box-shadow:0 4px 12px #0000000f;border:1px solid var(--color-border);transition:transform .3s ease;color:var(--color-text-dark)}.about-page .about-section:hover{transform:translateY(-3px)}.about-page .about-section.alt{background-color:var(--color-bg-light);color:var(--color-text-dark)}.about-page .about-icon{font-size:2.8rem;flex-shrink:0;margin-top:.2rem}.about-page .about-section .about-icon{color:var(--color-bg-light)}.about-page .about-section.alt .about-icon{color:var(--color-accent-hover)}.about-page .about-heading{font-family:Amarante,cursive;font-size:1.6rem;margin-bottom:.7rem;color:inherit;font-weight:400}.about-page .highlight{color:var(--color-bg-light);font-weight:600}.about-page .about-quote{text-align:center;font-style:italic;color:var(--color-text-muted);margin-top:3.5rem;font-size:1.3rem}.about-page .about-quote span{display:block;margin-top:.4rem;font-weight:700;color:var(--color-accent-hover)}.about-page .about-philosophy{margin-top:0rem;margin-bottom:4rem;text-align:center}.about-page .about-philosophy h2{font-family:Amarante,cursive;font-size:2.2rem;color:var(--color-heading);margin-bottom:5rem}.about-page .philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin:0 auto;max-width:1400px;padding:0 1rem}.about-page .philosophy-item{background-color:var(--color-bg-light);padding:2rem 1.6rem;border-radius:12px;box-shadow:0 2px 6px #0000000d;border:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.about-page .philosophy-item:hover{transform:translateY(-3px)}.about-page .philosophy-item .icon{font-size:2.4rem;color:var(--color-accent-hover);margin-bottom:0rem}.about-page .philosophy-item h3{font-family:Amarante,cursive;font-size:1.3rem;margin-bottom:1rem;font-weight:400;color:var(--color-text-dark)}.about-page .philosophy-item p{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-dark);line-height:1.6;margin:0}@media (max-width: 900px){.about-page .about-container{padding:4rem 1rem}.about-page .about-title{font-size:2.4rem;margin-bottom:3rem}.about-page .about-section{gap:1rem;padding:1.5rem}.about-page .about-heading{font-size:1.4rem}.about-page .about-icon{font-size:2.4rem}.about-page .about-quote{font-size:1.15rem;margin-top:3rem}.about-page .about-philosophy h2{font-size:2rem;margin-bottom:4rem}.about-page .philosophy-grid{gap:1.5rem}.about-page .philosophy-item{padding:1.6rem 1.2rem}.about-page .philosophy-item h3{font-size:1.2rem}.about-page .philosophy-item .icon{font-size:2rem}}@media (max-width: 600px){.about-page .about-container{padding:2rem 1rem}.about-page .about-title{margin-top:.5rem;font-size:2rem;margin-bottom:2.5rem}.about-page .about-section{flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1.2rem}.about-page .about-icon{font-size:2.2rem;margin-bottom:1rem}.about-page .about-heading{font-size:1.3rem}.about-page .about-quote{font-size:1.05rem;margin-top:2.5rem}.about-page .about-philosophy h2{font-size:1.8rem;margin-bottom:3rem}.about-page .philosophy-grid{gap:1.2rem}.about-page .philosophy-item{padding:1.4rem 1rem}.about-page .philosophy-item h3{font-size:1.1rem}.about-page .philosophy-item .icon{font-size:1.8rem}}@media (max-width: 400px){.about-page .about-title{font-size:1.75rem;margin-top:0rem}.about-page .about-quote{font-size:1rem}.about-page .about-heading{font-size:1.2rem}.about-page .about-icon{font-size:2rem}.about-page .philosophy-item p{font-size:.95rem}.about-page .philosophy-item h3{font-size:1rem}.about-page .philosophy-item .icon{font-size:1.6rem}}.homes-page{background-color:var(--color-bg-dark)}.homes-container{padding:4rem 2rem}.homes-header{text-align:center;margin-top:5.5rem;margin-bottom:5rem}.homes-header h1{font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:1.5rem;line-height:1.2}.homes-header p{font-size:1.15rem;max-width:700px;margin:0 auto}.home-block{max-width:1300px;margin:0 auto 5rem;display:flex;flex-wrap:wrap;gap:3rem;background-color:var(--color-bg-light);padding:2rem 2rem 0rem;border-radius:16px;box-shadow:0 6px 24px #0000000d;position:relative}.home-heading h2{font-size:1.9rem;margin-bottom:.3rem;font-family:Amarante,cursive}.home-heading .location{font-size:.95rem;color:var(--color-text-muted);margin-bottom:1rem}.rating-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.rating-pill{background-color:var(--color-accent);color:#fffbe6;font-weight:600;border-radius:24px;padding:.5rem 1rem;font-size:1rem;display:inline-flex;align-items:center;gap:.6rem;box-shadow:0 2px 6px #0000001a;transition:background-color .3s ease}.rating-pill svg{font-size:1.2rem;color:#fffbe6}.home-gallery{flex:1 1 45%;display:grid;gap:0;overflow:hidden;border-radius:0;margin-top:-2rem;margin-left:-2rem}.home-gallery.lang-en{grid-template-rows:repeat(5,410px)!important}.home-gallery.lang-hr{grid-template-rows:repeat(5,432px)!important}.home-gallery.lang-de{grid-template-rows:repeat(5,456px)!important}.home-gallery.lang-it{grid-template-rows:repeat(5,441px)!important}.home-gallery .home-gallery-item{position:relative;height:100%;width:100%;overflow:hidden;cursor:pointer}.home-gallery .home-gallery-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.home-gallery .home-gallery-item:first-child .home-gallery-img{border-top-left-radius:12px}.home-gallery .home-gallery-item:last-child .home-gallery-img{border-bottom-left-radius:12px;margin-bottom:-1.2rem}.home-gallery .home-gallery-item:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040}.home-gallery .home-gallery-item:first-child:hover:after{border-top-left-radius:12px}.home-gallery .home-gallery-item:last-child:hover:after{border-bottom-left-radius:12px}.home-gallery .home-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;font-size:1.1rem;color:#fff;font-weight:600;background:#00000059;transition:background .3s ease}.home-gallery .home-gallery-item:hover .home-gallery-overlay{background:#00000080}.home-gallery .home-gallery-item:last-child .home-gallery-overlay{border-bottom-left-radius:12px}.home-details{flex:1 1 50%;display:flex;flex-direction:column}.home-details h2{font-size:1.8rem;margin-bottom:.4rem}.home-details .location{font-size:1.05rem;color:var(--color-text-muted);margin-bottom:1rem}.home-details .rating,.home-details .beach-distance{display:flex;align-items:center;gap:.4rem;background-color:#d6c6a8;color:#000;font-weight:600;border-radius:20px;padding:.4rem .8rem;width:fit-content;font-size:.95rem;margin-bottom:.5rem}.home-description{margin:-1rem 0 0rem;font-size:1rem;line-height:1.7}.home-top-amenities h4{margin-top:2rem;font-size:1.1rem;color:var(--color-heading)}.amenities-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;font-size:.95rem;color:var(--color-body)}.amenities-row span{display:inline-flex;align-items:center;gap:.4rem}.amenities-row span svg{font-size:1.2rem;color:var(--color-accent-hover)}.home-details h4{margin-top:2rem;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600;color:var(--color-heading)}.home-details ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.6rem 1.2rem;list-style:none;padding-left:0;margin:0;font-size:.95rem}.home-details li{display:flex;align-items:center;gap:.6rem;color:var(--color-body);line-height:1.5}.home-details li svg{font-size:1.2rem;color:var(--color-accent-hover)}.home-details li.full-span{grid-column:span 2}.home-details li svg,.amenities-row span svg{flex-shrink:0}.home-rules-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.6rem 1.2rem;list-style:none;padding-left:0;margin:0;font-size:.95rem}.home-rules-list li{display:flex;align-items:center;gap:.6rem;color:var(--color-body);line-height:1.5}.home-rules-list li svg{font-size:1.2rem;flex-shrink:0;color:var(--color-accent-hover)}.cta-btn{margin-top:2rem;padding:.9rem 1.8rem;background-color:var(--color-accent);color:var(--color-text-dark);font-weight:600;font-family:Inter,sans-serif;border:none;border-radius:.6rem;cursor:pointer;text-transform:uppercase;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;transition:background .3s ease,color .3s ease}.cta-btn:hover{background-color:var(--color-accent-hover);color:var(--color-primary)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:999}.lightbox-inner{position:relative;max-width:90%;max-height:90%}.lightbox img{width:auto;height:auto;max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 0 24px #ffffff4d;display:block}.lightbox-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2.5rem;color:#fff;cursor:pointer;z-index:2;line-height:1;padding:0;transition:color .3s ease}.lightbox-close:hover{color:#ff4d4d}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;font-size:3.5rem;color:#fff;cursor:pointer;z-index:2;padding:1rem;transition:color .3s ease,transform .3s ease}.lightbox-nav.left{left:-4.5rem}.lightbox-nav.right{right:-4.5rem}.lightbox-nav:hover{color:#fc6;transform:translateY(-50%) scale(1.1)}.lunabay-block .home-gallery.lang-en{grid-template-rows:repeat(5,420px)!important}.lunabay-block .home-gallery.lang-hr{grid-template-rows:repeat(5,433px)!important}.lunabay-block .home-gallery.lang-de{grid-template-rows:repeat(5,451px)!important}.lunabay-block .home-gallery.lang-it{grid-template-rows:repeat(5,438px)!important}.spiritos .home-gallery.lang-en{grid-template-rows:repeat(5,422px)!important}.spiritos .home-gallery.lang-hr{grid-template-rows:repeat(5,445px)!important}.spiritos .home-gallery.lang-de{grid-template-rows:repeat(5,451px)!important}.spiritos .home-gallery.lang-it{grid-template-rows:repeat(5,455px)!important}.SP .home-gallery.lang-en{grid-template-rows:repeat(5,433px)!important}.SP .home-gallery.lang-hr{grid-template-rows:repeat(5,450px)!important}.SP .home-gallery.lang-de{grid-template-rows:repeat(5,467px)!important}.SP .home-gallery.lang-it{grid-template-rows:repeat(5,460px)!important}.learn-more-link{margin-left:.3rem;color:var(--accent-dark);font-weight:500;display:inline-flex;align-items:center;gap:.3rem;text-decoration:none;transition:color .2s ease;line-height:1}.learn-more-link:hover{color:var(--color-accent);text-decoration:underline}.arrow-icon{font-size:1rem;line-height:1;vertical-align:middle;position:relative;top:.5px;transition:transform .2s ease,color .2s ease}.learn-more-link:hover .arrow-icon{transform:translate(4px);color:var(--color-accent)}@media (max-width: 900px){.homes-header{padding:0 1rem;text-align:center}.homes-header h1{margin-top:-3.5rem;font-size:2.2rem;line-height:1.3;margin-bottom:2rem;word-break:break-word}.homes-header p{font-size:1rem;line-height:1.6;max-width:600px;margin:0 auto}.homes-container{padding:2rem 1rem}.home-block{flex-direction:column;padding:0;margin:2rem auto;border-radius:12px;box-shadow:none;width:100%;max-width:100%;overflow:hidden}.home-gallery{width:100%;height:260px;overflow:hidden;display:block;position:relative;border-radius:12px 12px 0 0;margin:0}.home-gallery .home-gallery-item:not(:first-child){display:none}.home-gallery .home-gallery-img{width:100%;height:100%;object-fit:cover}.home-gallery-overlay{position:absolute;bottom:1rem;right:1rem;background:#000000bf;color:#fff;padding:.65rem 1.4rem;font-size:1.05rem;font-weight:600;border-radius:8px;line-height:1;box-shadow:0 2px 6px #0003;pointer-events:none;-webkit-user-select:none;user-select:none}.home-details{width:100%;padding:2rem 1.5rem;box-sizing:border-box}.home-details h2{font-size:1.6rem}.home-details .location,.home-details .rating,.home-details .beach-distance{font-size:.95rem}.home-description{font-size:1rem}.amenities-row,.home-details ul,.home-rules-list{flex-wrap:wrap;gap:.8rem;font-size:.95rem;grid-template-columns:1fr!important}.home-rules-list{display:grid!important;grid-template-columns:1fr!important;gap:1rem!important;padding:0;margin:0}.home-details li.full-span{grid-column:span 1!important}.cta-btn{width:100%;font-size:1rem;padding:1rem;margin:1.5rem 0 2rem;max-width:100%;box-sizing:border-box}.availability-calendar{padding:0 1rem;box-sizing:border-box}.react-calendar{width:100%!important;max-width:100%;border-radius:10px}.calendar-wrapper{overflow-x:auto}.calendar-wrapper .calendar-month{flex:1 1 100%!important;max-width:100%!important}.calendar-wrapper .calendar-month:nth-child(2){display:none}.lightbox-nav{width:45px;height:45px;background:#0006;border-radius:50%;font-size:1.8rem;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);color:#fff;z-index:2;border:none;cursor:pointer;transition:background .3s ease,transform .3s ease}.lightbox-nav.left{left:.5rem}.lightbox-nav.right{right:.5rem}.lightbox-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.05)}}@media (max-width: 600px){.homes-header h1{font-size:2.2rem}.home-gallery{height:220px}.home-details{padding:1rem;margin-top:-3rem}.home-details h2{font-size:1.4rem}.home-details .location{padding:0}.home-details .rating,.home-details .beach-distance{font-size:.9rem;padding:.3rem .7rem}.home-rules-list{display:grid!important;grid-template-columns:1fr!important;gap:1.2rem!important;padding:0;margin:0}.cta-btn{font-size:.95rem;padding:.9rem;margin-top:1.6rem;margin-bottom:.7rem}.calendar-wrapper .calendar-month:nth-child(2){display:none!important}}@media (max-width: 400px){.homes-header h1{margin-top:-4.5rem;font-size:1.9rem}.homes-header p{font-size:.95rem;line-height:1.6;max-width:600px;margin:0 auto;margin-bottom:-1rem}.home-details .location,.home-details .rating,.home-details .beach-distance,.rating-pill{font-size:.9rem}.home-gallery{height:180px}.home-details{padding:1.2rem 1rem}.home-details h2{font-size:1.3rem}.home-details .location,.home-details .rating,.home-details .beach-distance,.home-description,.amenities-row span,.home-details li,.home-rules-list li{font-size:.9rem}.cta-btn{font-size:.9rem;padding:.8rem}.home-details ul,.home-rules-list{gap:.5rem}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.availability-calendar{margin-top:0rem;background-color:var(--color-bg-light);padding:1rem 1.25rem;border-radius:10px;border:1px solid var(--color-accent-hover);box-shadow:0 2px 4px #0000000d;font-size:.95rem;max-width:630px}.react-calendar{border:none;width:100%;font-family:inherit;background:transparent}.react-calendar__tile{padding:.4rem .3rem;border-radius:6px;font-size:.9rem}.react-calendar__tile--now{background:#ffeecf!important;color:var(--color-text-dark)!important;font-weight:700}.occupied-date{background-color:var(--color-accent-hover)!important;color:#fff!important;border-radius:50%;font-weight:400}.react-calendar__month-view__days__day--weekend{color:#a85a3a}.gallery-page{padding:4rem 2rem;background-color:var(--color-bg-light);text-align:center}.gallery-page .gallery-header h1{margin-top:5rem;font-size:3rem;font-family:Amarante,cursive;color:var(--color-heading);margin-bottom:1rem}.gallery-page .gallery-header p{font-size:1.2rem;font-family:Inter,sans-serif;color:var(--color-text-muted);margin-bottom:3rem}.gallery-page .gallery-section{margin-bottom:4rem}.gallery-page .gallery-section h2{font-size:2rem;margin-bottom:1.5rem;font-family:Amarante,cursive;color:var(--color-heading)}.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;padding:0 1rem}.gallery-page .gallery-img-wrapper{aspect-ratio:4 / 3;overflow:hidden;border-radius:.5rem;background-color:#eae7dd;width:100%}.gallery-page .gallery-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;cursor:pointer}.gallery-page .gallery-img-wrapper:hover img{transform:scale(1.05)}.gallery-page .section-divider{max-width:400px;margin:3rem auto 0;display:block;opacity:.7}.gallery-page .cta-box{padding:1rem 2rem;margin:3rem auto 2rem;border-radius:1rem;max-width:900px;text-align:center}.gallery-page .cta-box h3{font-family:Amarante,cursive;font-size:2rem;margin-bottom:2rem;color:var(--color-heading)}.gallery-page .cta-box p{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--color-text-muted);margin-bottom:3rem}.gallery-page .gallery-cta-button{background-color:var(--color-accent);color:var(--color-text-dark);padding:.9rem 1.8rem;font-weight:600;font-family:Inter,sans-serif;border:none;border-radius:.6rem;cursor:pointer;font-weight:700;transition:background .3s ease,color .3s ease;text-transform:uppercase}.gallery-page .gallery-cta-button:hover{background-color:var(--color-accent-hover);color:var(--color-primary)}@media (max-width: 900px){.gallery-page{padding:3rem 1.5rem}.gallery-page .gallery-header h1{font-size:2.5rem;margin-top:4rem}.gallery-page .gallery-header p{font-size:1.05rem;margin-bottom:2.5rem}.gallery-page .gallery-section h2{font-size:1.8rem;margin-bottom:1.2rem}.gallery-page .gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-page .cta-box h3{font-size:1.8rem}.gallery-page .cta-box p{font-size:1rem;margin-bottom:2.5rem}.gallery-page .gallery-cta-button{font-size:.95rem;padding:.8rem 1.5rem}.gallery-page .section-divider{max-width:320px;margin-top:2.5rem}}@media (max-width: 600px){.gallery-page{padding:2.5rem 1rem}.gallery-page .gallery-header h1{font-size:2.2rem;margin-top:1rem}.gallery-page .gallery-header p{font-size:1rem;margin-bottom:2rem}.gallery-page .gallery-section h2{font-size:1.6rem}.gallery-page .gallery-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;padding:0}.gallery-page .cta-box{padding:1rem}.gallery-page .cta-box h3{font-size:1.6rem}.gallery-page .cta-box p{font-size:.95rem}.gallery-page .gallery-cta-button{font-size:.9rem;padding:.75rem 1.3rem}.gallery-page .section-divider{max-width:260px}}@media (max-width: 400px){.gallery-page .gallery-header h1{font-size:1.9rem;margin-top:0rem}.gallery-page .gallery-header p{font-size:.95rem}.gallery-page .gallery-section h2{font-size:1.4rem}.gallery-page .gallery-grid{grid-template-columns:1fr;gap:.8rem}.gallery-page .cta-box h3{font-size:1.4rem}.gallery-page .cta-box p{font-size:.9rem}.gallery-page .gallery-cta-button{font-size:.85rem;padding:.7rem 1.2rem}.gallery-page .section-divider{max-width:200px}}.contact-container{max-width:1300px!important;margin-top:5rem!important;margin:auto;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between}.contact-page{background-color:var(--color-bg-light);padding:4rem 1rem;font-family:Inter,sans-serif}.contact-container{max-width:1200px;margin:5rem auto 0!important;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;min-height:60vh}.contact-info{flex:1 1 40%}.contact-info ul{list-style:none;padding:0}.contact-info li{display:flex;align-items:center;gap:.6rem;margin-bottom:.7rem;color:var(--color-text-muted)}.contact-form{flex:1 1 50%}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem 1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background-color:#fff}.contact-details li{margin-bottom:.8rem;color:var(--color-text-muted);display:flex;align-items:center;gap:.5rem}.contact-details a{color:inherit;text-decoration:none}.contact-info h2,.contact-form h2,.contact-form h3{font-size:2rem;font-family:Amarante,cursive;color:var(--color-heading);margin-bottom:.5rem;font-weight:400;letter-spacing:.5px}.contact-form .contact-subtitle,.contact-info p{color:var(--color-text-muted);margin-bottom:2rem;font-family:Inter,sans-serif}.contact-form input::placeholder,.contact-form textarea::placeholder{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-muted);opacity:1}@media (max-width: 900px){.contact-container{flex-direction:column;align-items:left;text-align:left;gap:2rem}.contact-info,.contact-form{flex:1 1 100%}.contact-info h2,.contact-form h2{font-size:1.8rem}}@media (max-width: 600px){.contact-page{padding:2rem 1rem 3rem}.contact-info h2{margin-top:-3rem}.contact-info h2,.contact-form h2{font-size:1.6rem}.contact-form input,.contact-form textarea{font-size:.95rem}}@media (max-width: 400px){.contact-info h2,.contact-form h2{font-size:1.4rem}.contact-form input,.contact-form textarea{padding:.7rem;font-size:.9rem}.contact-details li{flex-direction:column;align-items:flex-start}}.attractions-page{background-color:var(--color-bg-light);padding:6rem 1rem 4rem;min-height:100vh;color:var(--color-text-dark)}.attractions-page .container{max-width:1100px;margin:0 auto;padding:0 1rem}.attractions-page h1{margin-top:4rem;color:var(--color-heading);text-align:center;font-size:2.75rem;font-family:Amarante,cursive;margin-bottom:1.5rem;line-height:1.2}.intro{font-size:1.2rem;font-family:Inter,sans-serif;color:var(--color-text-muted);margin-bottom:5rem;text-align:center}.attractions-list{list-style:none;padding-left:0;margin:0}.attraction-item{display:flex;flex-direction:row;align-items:stretch;gap:1.5rem;margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.attraction-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.attraction-image{flex:1.5;max-width:600px;min-width:350px;height:300px;overflow:hidden;border-radius:10px}.attraction-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px;transition:transform .3s ease}.attraction-image:hover img{transform:scale(1.05)}.attraction-content{flex:2;display:flex;flex-direction:column;justify-content:center}.attraction-content h2{font-size:1.5rem;font-weight:400;margin-bottom:-.5rem;color:var(--color-heading);font-family:Amarante,cursive}.attraction-content .type{font-size:.95rem;color:var(--color-text-muted);font-style:italic;margin-bottom:.8rem;font-family:Inter,sans-serif}.attraction-content p{font-size:1rem;line-height:1.6;color:var(--color-text-dark);font-family:Inter,sans-serif}.attraction-content .tips{margin-top:.8rem;font-weight:600;color:var(--color-accent-hover);font-size:.95rem;font-family:Inter,sans-serif}.attraction-gallery-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem;width:100%;max-width:600px;border-radius:10px;overflow:hidden}.attraction-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px;transition:transform .3s ease}.attraction-gallery-grid .main{grid-row:1 / span 2;grid-column:1;height:100%}.attraction-gallery-grid .side.top{grid-column:2;grid-row:1}.attraction-gallery-grid .side.bottom{grid-column:2;grid-row:2}.attraction-gallery-grid>div{overflow:hidden;border-radius:10px}.attraction-gallery-grid>div:hover img{transform:scale(1.05)}.attraction-item.pag-layout{flex-direction:column;align-items:stretch}.attraction-item.pag-layout .attraction-gallery-grid{margin-bottom:-1rem;max-width:100%}.aspect-ratio-fix{aspect-ratio:4 / 3}.svvid-gallery .main{aspect-ratio:4 / 3;height:auto}.svvid-gallery .main img{height:100%;width:100%;object-fit:cover;display:block;border-radius:10px}.svvid-gallery .side{aspect-ratio:4 / 3;height:auto}.svvid-gallery .side img{height:100%;width:100%;object-fit:cover;display:block;border-radius:10px}.svvid-gallery .side.bottom img{height:98%;width:100%;object-fit:cover;display:block;border-radius:10px}@media (max-width: 900px){.attraction-item{flex-direction:column}.attraction-image{width:100%;max-width:100%;height:250px;min-width:unset}.attraction-content{padding-top:1rem}}@media (max-width: 600px){.attractions-page{padding:5rem .5rem 3rem}.attractions-page .container{padding:0}.attractions-page h1{font-size:2.2rem;margin-top:-1rem}.intro{font-size:1rem;padding:0 1rem}.attraction-image{height:220px;min-width:unset;max-width:100%;width:100%}.attraction-content{padding:0 1rem}.attraction-content h2{font-size:1.3rem}}@media (max-width: 400px){.attractions-page{padding:4rem .75rem 2.5rem}.attraction-image{height:180px;min-width:unset;max-width:100%;width:100%}.attraction-content p{font-size:.95rem}.attraction-content h2{font-size:1.2rem}}
