@charset "UTF-8";.splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#e8dcc4,#efe7d6);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .8s ease-out}.splash-screen.fade-out{opacity:0;pointer-events:none}.sun-container{text-align:center;animation:fadeInScale 1.2s ease-out}.italian-sun{width:150px;height:150px;margin:0 auto 2rem;animation:rotateGently 20s linear infinite}@media(max-width:768px){.italian-sun{width:120px;height:120px}}.italian-sun circle{animation:pulse 2s ease-in-out infinite}.italian-sun line{animation:fadeRays 3s ease-in-out infinite}.hotel-name{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);color:#2c2c2c;letter-spacing:.05em;margin-bottom:.5rem;font-weight:300}.location{font-size:clamp(1rem,2vw,1.25rem);color:#666;letter-spacing:.1em;text-transform:uppercase;font-weight:300}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}@keyframes fadeRays{0%,to{opacity:1}50%{opacity:.6}}.navigation{position:sticky;top:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;padding:1rem 0;overflow:visible}@media(min-width:769px){.navigation{overflow:hidden}}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.nav-container{padding:0 1rem}}.nav-container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo-wrapper{display:flex;align-items:center;gap:1rem;position:relative;z-index:10;transition:opacity .3s ease}@media(max-width:768px){.logo-wrapper.menu-open{opacity:0;pointer-events:none}}.nav-sun{width:135px;height:135px;flex-shrink:0;position:absolute;left:-67px;top:50%;margin-top:-67.5px;z-index:0}@media(max-width:768px){.nav-sun{width:105px;height:105px;left:-52px;margin-top:-52.5px}}.nav-sun svg{width:100%;height:100%;animation:rotateGently 20s linear infinite}.logo{display:flex;flex-direction:column;gap:.25rem;position:relative;z-index:1}.logo:hover{opacity:.8}.logo .logo-name{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;color:#2c2c2c;letter-spacing:.05em}@media(max-width:768px){.logo .logo-name{font-size:1.25rem}}.logo .logo-subtitle-wrapper{display:flex;align-items:center;gap:.5rem}.logo .logo-subtitle{font-size:.75rem;color:#666;letter-spacing:.15em;text-transform:uppercase}@media(max-width:768px){.logo .logo-subtitle{font-size:.65rem}}.weather-info{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#d4956c;font-weight:500}@media(max-width:768px){.weather-info{font-size:.65rem}}.weather-info .weather-icon{display:flex;align-items:center;width:16px;height:16px}@media(max-width:768px){.weather-info .weather-icon{width:14px;height:14px}}.weather-info .weather-icon svg{width:100%;height:100%;stroke:#d4956c}.nav-links{display:flex;list-style:none;gap:2rem}@media(max-width:768px){.nav-links{position:fixed;inset:0;height:100vh;width:100%;background:#fafafa;flex-direction:column;padding:6rem 4rem;box-shadow:-5px 0 15px #0000001a;transition:transform .3s ease,opacity .3s ease;z-index:1002;justify-content:flex-start;padding-top:50px;align-items:center;gap:.5rem;transform:translate(100%);opacity:0}.nav-links.active{transform:translate(0);opacity:1}}@media(max-width:768px){.nav-links li{text-align:center;width:100%}}.nav-links li a{font-size:1rem;color:#333;font-weight:300;letter-spacing:.05em;padding:.5rem 0;position:relative}@media(max-width:768px){.nav-links li a{font-size:1.4rem;display:block;padding:.5rem 0;font-weight:400}}.nav-links li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#d4956c;transition:width .3s ease}@media(max-width:768px){.nav-links li a:after{left:50%;transform:translate(-50%)}}.nav-links li a:hover:after,.nav-links li a.active:after{width:100%}@media(max-width:768px){.nav-links li a:hover:after,.nav-links li a.active:after{width:50%}}.nav-links li a.active{color:#d4956c}.mobile-menu-footer{display:none}@media(max-width:768px){.mobile-menu-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;position:absolute;bottom:4rem;left:50%;transform:translate(-50%);width:100%}}@media(max-width:768px){.mobile-sun{width:70px;height:70px}.mobile-sun svg{width:100%;height:100%;animation:rotateGently 20s linear infinite}}.mobile-menu-branding{display:none}@media(max-width:768px){.mobile-menu-branding{display:block;text-align:center}.mobile-menu-branding h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#2c2c2c;margin-bottom:.5rem;letter-spacing:.05em}.mobile-menu-branding p{font-size:.8rem;color:#666;letter-spacing:.12em;text-transform:uppercase}}@media(max-width:768px){.contact-link{font-size:1rem;color:#d4956c;font-weight:500;letter-spacing:.05em;padding:1rem 4rem;border:2px solid #D4956C;border-radius:4px;transition:all .3s ease;margin-top:.5rem}.contact-link:hover{background:#d4956c;color:#fff}}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1003;position:relative}@media(max-width:768px){.burger{display:flex}}.burger span{width:25px;height:2px;background:#2c2c2c;transition:all .3s ease;transform-origin:center}.burger.active{position:fixed;right:2rem;top:2rem}.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer{background:#2c2c2c;color:#fafafa;padding:4rem 0 2rem;margin-top:0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.footer-container{padding:0 1rem}}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:4rem}}.footer-section h3{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:#e8dcc4;margin-bottom:1rem}.footer-section h4{font-size:1.1rem;color:#e8dcc4;margin-bottom:1rem;font-weight:400}.footer-section p{color:#fffc;font-size:.95rem;line-height:1.8;margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom>p{color:#fff9;font-size:.9rem;margin-bottom:1rem}.footer-credits{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media(max-width:768px){.footer-credits{flex-direction:column;gap:.5rem}}.footer-credits p{color:#ffffff80;font-size:.75rem;margin:0}.footer-credits p a{color:#d4956c;font-weight:500;transition:opacity .3s ease}.footer-credits p a:hover{opacity:.8}.home-page{min-height:100vh;position:relative;overflow:hidden}.hero{height:100vh;min-height:100vh;background-size:cover;background-position:center;background-attachment:fixed;position:relative}@media(max-width:768px){.hero{height:100vh;min-height:100vh;background-attachment:scroll}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080);display:flex;justify-content:center;align-items:center}.hero-content{text-align:center;color:#fff;padding:2rem}.hero-content h1{font-size:clamp(2.5rem,6vw,5rem);margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.5);animation-delay:.2s}.hero-content .hero-subtitle{font-size:clamp(1.2rem,3vw,2rem);font-weight:300;letter-spacing:.1em;text-shadow:1px 1px 5px rgba(0,0,0,.5);animation-delay:.4s}.intro{background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.intro-grid{grid-template-columns:1fr;gap:2rem}}.intro-text h2{color:#2c2c2c;margin-bottom:2rem}.intro-text p{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.intro-image img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:0 10px 40px #0000001a}.location-section{background:#e8dcc4}.location-section h2{margin-bottom:4rem}.location-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}@media(max-width:768px){.location-grid{grid-template-columns:repeat(2,1fr)}}.location-card{background:#fff;padding:2rem;border-radius:4px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.location-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.location-card .location-icon{width:48px;height:48px;margin:0 auto 1rem;color:#d4956c}.location-card .location-icon svg{width:100%;height:100%;stroke:#d4956c}.location-card h3{color:#2c2c2c;font-size:1.25rem;margin-bottom:.5rem}.location-card p{color:#666;font-size:1rem}.location-description{max-width:900px;margin:0 auto;text-align:center}.location-description p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem}.cta-section{position:relative;background-size:cover;background-position:center;min-height:400px;display:flex;align-items:center;justify-content:center;padding-bottom:0}@media(max-width:768px){.cta-section{min-height:300px}}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#0009);display:flex;align-items:center;justify-content:center}.cta-overlay h2{margin-bottom:2rem;color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.cta-overlay .cta-text{font-size:1.2rem;color:#fffffff2;max-width:700px;margin:0 auto;text-shadow:1px 1px 5px rgba(0,0,0,.5)}.decorative-sun{position:absolute;width:180px;height:180px;opacity:.5;animation:rotateGently 25s linear infinite;pointer-events:none;z-index:1}.decorative-sun.left-bottom{bottom:100px;left:-50px}@media(max-width:1024px){.decorative-sun{width:130px;height:130px;left:-65px}}.decorative-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.decorative-lines .line{position:absolute;background:linear-gradient(90deg,transparent,#D4956C,transparent);opacity:.08;animation:floatLine 10s ease-in-out infinite}.decorative-lines .line.line-1{width:400px;height:2px;top:30%;left:-400px;animation-delay:0s}.decorative-lines .line.line-2{width:300px;height:1.5px;top:70%;left:-300px;animation-delay:3s}@keyframes floatLine{0%,to{transform:translate(0)}50%{transform:translate(calc(100vw + 400px))}}.contact-page{position:relative;min-height:calc(100vh - 80px);overflow:hidden}.page-background{position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-attachment:fixed;z-index:-1;opacity:.15}.page-title{margin-bottom:1rem;animation:fadeIn .8s ease-out}.page-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#666;margin-bottom:6rem;animation:fadeIn .8s ease-out .2s backwards}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-info{display:flex;flex-direction:column;gap:2rem;animation:slideInLeft .8s ease-out .3s backwards}.info-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001a}.info-card h3{color:#d4956c;margin-bottom:1rem;font-size:1.25rem}.info-card p{color:#333;margin-bottom:.5rem;line-height:1.6}.info-card p:last-child{margin-bottom:0}.info-card.highlight{background:linear-gradient(135deg,#e8dcc4,#c19a6b4d);border:2px solid #D4956C}.info-card.highlight h3{color:#2c2c2c}.info-card.highlight .cta-text{font-weight:500;color:#d4956c;margin-top:1rem}.info-icon{width:48px;height:48px;color:#d4956c;margin-bottom:1rem}.info-icon svg{width:100%;height:100%}.info-note{font-size:.9rem;color:#666;font-style:italic}.map-section{animation:slideInRight .8s ease-out .4s backwards}.map-container{width:100%;height:100%;min-height:500px;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}@media(max-width:1024px){.map-container{min-height:400px}}.decorative-sun{position:absolute;width:200px;height:200px;opacity:.4;animation:rotateGently 30s linear infinite;pointer-events:none;z-index:0}.decorative-sun.top-right{top:50px;right:-50px}@media(max-width:1024px){.decorative-sun{width:150px;height:150px;right:-75px}}.decorative-lines .line{position:absolute;background:linear-gradient(90deg,transparent,#D4956C,transparent);opacity:.1;animation:floatLine 8s ease-in-out infinite}.decorative-lines .line.line-1{width:300px;height:2px;top:20%;left:-300px;animation-delay:0s}.decorative-lines .line.line-2{width:200px;height:1px;top:60%;left:-200px;animation-delay:2s}.decorative-lines .line.line-3{width:250px;height:1.5px;top:80%;left:-250px;animation-delay:4s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes floatLine{0%,to{transform:translate(0)}50%{transform:translate(calc(100vw + 300px))}}.explore-page{min-height:100vh;padding-top:2rem;position:relative;overflow:hidden}.attractions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:4rem;margin-top:6rem}@media(max-width:768px){.attractions-grid{grid-template-columns:1fr;gap:2rem}}.attraction-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.attraction-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.attraction-image{width:100%;height:250px;overflow:hidden}.attraction-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.attraction-card:hover .attraction-image img{transform:scale(1.1)}.attraction-content{padding:2rem}.attraction-content h3{color:#2c2c2c;font-size:1.5rem;margin-bottom:1rem}.attraction-content p{color:#333;line-height:1.7;font-size:1rem}.map-section{background:#e8dcc4}.map-section h2{margin-bottom:1rem}.map-section .map-subtitle{color:#666;margin-bottom:4rem;font-size:1.1rem}.map-container{max-width:1000px;margin:0 auto;border-radius:4px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.map-container iframe{display:block}.page-title{animation:fadeIn .8s ease-out}.page-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#666;animation:fadeIn .8s ease-out .2s backwards}.decorative-sun{position:absolute;width:160px;height:160px;opacity:.5;animation:rotateGently 28s linear infinite;pointer-events:none;z-index:0}.decorative-sun.top-left{top:80px;left:-40px}@media(max-width:1024px){.decorative-sun{width:120px;height:120px;left:-60px}}.decorative-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.decorative-lines .line{position:absolute;background:linear-gradient(90deg,transparent,#D4956C,transparent);opacity:.1;animation:floatLine 12s ease-in-out infinite}.decorative-lines .line.line-1{width:350px;height:1.5px;top:25%;left:-350px;animation-delay:1s}.decorative-lines .line.line-2{width:250px;height:2px;top:65%;left:-250px;animation-delay:5s}@keyframes rotateGently{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatLine{0%,to{transform:translate(0)}50%{transform:translate(calc(100vw + 350px))}}.gallery-page{min-height:100vh;padding-top:2rem;position:relative}.page-background{position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;opacity:.15}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);color:#2c2c2c;margin-bottom:1rem}.page-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#666;margin-bottom:6rem;max-width:700px;margin-left:auto;margin-right:auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:4rem}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:2rem}}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.gallery-item{position:relative;cursor:pointer;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:before{content:"";display:block;padding-top:100%}.gallery-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover img{opacity:.85}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;background:linear-gradient(to bottom,#0000001a,#0000004d)}.gallery-overlay span{color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:#0006;padding:.5rem 1rem;border-radius:4px}.lightbox{position:fixed;inset:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer;animation:fadeIn .3s ease;overflow:hidden}.lightbox img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;cursor:default;animation:zoomIn .3s ease}@media(max-width:768px){.lightbox img{max-width:70vw;max-height:60vh}}.lightbox-close{position:fixed;top:20px;right:20px;background:#ffffff1a;color:#fff;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2001}.lightbox-close:hover{background:#fff3}@media(max-width:768px){.lightbox-close{width:45px;height:45px;font-size:1.8rem;top:15px;right:15px}}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;color:#fff;width:60px;height:60px;border-radius:50%;font-size:3rem;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2001}.lightbox-nav:hover{background:#fff3}.lightbox-nav.lightbox-prev{left:20px}@media(max-width:768px){.lightbox-nav.lightbox-prev{left:15px}}.lightbox-nav.lightbox-next{right:20px}@media(max-width:768px){.lightbox-nav.lightbox-next{right:15px}}@media(max-width:768px){.lightbox-nav{width:50px;height:50px;font-size:2.5rem}}.lightbox-counter{position:fixed;bottom:30px;left:50%;transform:translate(-50%);color:#fff;font-size:1.1rem;letter-spacing:.05em;z-index:2001}@media(max-width:768px){.lightbox-counter{bottom:20px;font-size:.95rem}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.property-page{min-height:100vh;padding-top:2rem;position:relative}.page-background{position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-attachment:fixed;z-index:-1;opacity:.28}@media(max-width:768px){.page-background{background-attachment:scroll}}.property-header{text-align:center;margin-bottom:6rem;padding:6rem 2rem}.property-header .property-title{font-size:2.8rem;color:#2c2c2c;margin-bottom:2rem;font-weight:600;letter-spacing:-.5px}@media(max-width:1024px){.property-header .property-title{font-size:2.2rem}}@media(max-width:768px){.property-header .property-title{font-size:1.8rem}}.property-header .property-subtitle{font-size:1.3rem;color:#666;font-style:italic;font-weight:300}@media(max-width:768px){.property-header .property-subtitle{font-size:1.1rem}}.property-content{display:flex;flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto}.description-section{display:flex;flex-direction:column;gap:4rem}.description-card{background:#fff;padding:6rem;border-radius:8px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.description-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.description-card h2{color:#2c2c2c;font-size:1.8rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #D4956C}@media(max-width:768px){.description-card h2{font-size:1.5rem}}.description-card p{color:#333;line-height:1.8;font-size:1.05rem;margin-bottom:2rem}.description-card p:last-child{margin-bottom:0}.description-card p strong{color:#2c2c2c;font-weight:600}.description-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.description-card.highlight .closing-statement{color:#fff;font-size:1.2rem;font-weight:400;text-align:center;margin:0;line-height:1.7}.property-gallery{padding:4rem 0}.property-gallery h2{color:#2c2c2c;font-size:2rem;margin-bottom:6rem;text-align:center}@media(max-width:768px){.property-gallery h2{font-size:1.6rem}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr;gap:2rem}}.gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px #0000001a;aspect-ratio:4/3;background:#f0f0f0}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.gallery-item:hover img{transform:scale(1.08)}.pdf-section{padding:6rem 0}.pdf-card{background:linear-gradient(135deg,#f093fb,#f5576c);padding:6rem;border-radius:8px;text-align:center;box-shadow:0 6px 25px #f5576c4d}.pdf-card h2{color:#fff;font-size:1.8rem;margin-bottom:2rem}.pdf-card p{color:#fffffff2;font-size:1.1rem;margin-bottom:4rem;line-height:1.6}.pdf-viewer-container{width:100%;max-width:900px;margin:0 auto 4rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0003}.pdf-viewer{width:100%;height:600px;border:none;display:block}@media(max-width:1024px){.pdf-viewer{height:500px}}@media(max-width:768px){.pdf-viewer{height:400px}}.pdf-download-btn{display:inline-flex;align-items:center;gap:1rem;background:#fff;color:#f5576c;padding:2rem 6rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00000026}.pdf-download-btn .pdf-icon{font-size:1.5rem}.pdf-download-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000040;background:#fafafa}.pdf-download-btn:active{transform:translateY(-1px)}.disclaimer-section{background:#fff9e6;padding:6rem;border-radius:8px;border-left:4px solid #ffc107}.disclaimer-section h3{color:#856404;font-size:1.4rem;margin-bottom:2rem;font-weight:600}.disclaimer-content{color:#856404;font-size:.95rem;line-height:1.7}.disclaimer-content p{margin-bottom:1rem;padding-left:2rem;position:relative}.disclaimer-content p:before{content:"•";position:absolute;left:0;font-weight:700}.disclaimer-content p:last-child{margin-bottom:0}.description-card,.gallery-item,.pdf-card,.disclaimer-section{animation:fadeIn .6s ease backwards}.description-card:nth-child(1),.gallery-item:nth-child(1),.pdf-card:nth-child(1),.disclaimer-section:nth-child(1){animation-delay:.1s}.description-card:nth-child(2),.gallery-item:nth-child(2),.pdf-card:nth-child(2),.disclaimer-section:nth-child(2){animation-delay:.2s}.description-card:nth-child(3),.gallery-item:nth-child(3),.pdf-card:nth-child(3),.disclaimer-section:nth-child(3){animation-delay:.3s}.description-card:nth-child(4),.gallery-item:nth-child(4),.pdf-card:nth-child(4),.disclaimer-section:nth-child(4){animation-delay:.4s}.description-card:nth-child(5),.gallery-item:nth-child(5),.pdf-card:nth-child(5),.disclaimer-section:nth-child(5){animation-delay:.5s}.description-card:nth-child(6),.gallery-item:nth-child(6),.pdf-card:nth-child(6),.disclaimer-section:nth-child(6){animation-delay:.6s}.description-card:nth-child(7),.gallery-item:nth-child(7),.pdf-card:nth-child(7),.disclaimer-section:nth-child(7){animation-delay:.7s}.description-card:nth-child(8),.gallery-item:nth-child(8),.pdf-card:nth-child(8),.disclaimer-section:nth-child(8){animation-delay:.8s}.description-card:nth-child(9),.gallery-item:nth-child(9),.pdf-card:nth-child(9),.disclaimer-section:nth-child(9){animation-delay:.9s}.description-card:nth-child(10),.gallery-item:nth-child(10),.pdf-card:nth-child(10),.disclaimer-section:nth-child(10){animation-delay:1s}@media(max-width:1024px){.property-page{padding-top:1rem}.description-card,.pdf-card{padding:4rem}.property-header{padding:4rem 1rem}}@media(max-width:768px){.description-card,.pdf-card,.disclaimer-section{padding:2rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#333;background-color:#fafafa;line-height:1.6;overflow-x:hidden;width:100%;position:relative}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:400;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;border:none;background:none;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.section{padding:6rem 0}@media(max-width:768px){.section{padding:4rem 0}}.text-center{text-align:center}.fade-in{animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-wrapper{position:relative;width:100%}.page-enter{opacity:0}.page-enter-active{opacity:1;transition:opacity .3s ease-in-out}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s ease-in-out}
