:root{--teal:#087f92;--teal-dark:#055462;--aqua:#35b5c8;--ink:#17343c;--muted:#60727a;--soft:#eff8f9;--paper:#fff;--gold:#d7b46a;--shadow:0 24px 60px rgba(5,84,98,.16);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.skip-link{position:absolute;left:-999px;top:1rem;background:var(--teal);color:#fff;padding:.8rem 1rem;border-radius:999px;z-index:99}.skip-link:focus{left:1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:30;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(8,127,146,.12)}.navbar{width:min(1180px,92%);margin:auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand img{width:230px;max-height:58px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:1.15rem;font-weight:700;font-size:.92rem}.nav-links a{text-decoration:none;position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:2px;background:var(--teal);transform:scaleX(0);transition:.25s}.nav-links a:hover:after{transform:scaleX(1)}.lang-switch,.menu-toggle{border:0;cursor:pointer}.lang-switch{background:var(--teal);color:#fff;border-radius:999px;padding:.55rem .8rem;font-weight:800}.menu-toggle{display:none;background:transparent;width:42px;height:42px;gap:5px;flex-direction:column;justify-content:center;align-items:center}.menu-toggle span{width:24px;height:2px;background:var(--ink);display:block}.hero{min-height:100svh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.65fr);align-items:center;gap:2rem;padding:8rem max(4%,calc((100% - 1180px)/2)) 4rem;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(100deg,rgba(2,42,50,.86),rgba(8,127,146,.58),rgba(255,255,255,.2)),url('../img/property-08.jpg') center/cover no-repeat;z-index:-2}.hero:after{content:"";position:absolute;width:42vw;height:42vw;border-radius:50%;right:-14vw;top:18%;background:radial-gradient(circle,rgba(53,181,200,.32),transparent 68%);z-index:-1}.hero-content{color:#fff;max-width:720px}.eyebrow,.section-kicker{letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--gold);font-size:.78rem}.hero h1{font-size:clamp(3.1rem,8vw,7.3rem);line-height:.88;margin:.3rem 0;font-family:Georgia,"Times New Roman",serif;font-weight:500;text-shadow:0 20px 40px rgba(0,0,0,.22)}.hero h2{font-size:clamp(1.45rem,3vw,2.6rem);line-height:1.08;margin:0 0 1rem}.hero p{font-size:1.12rem;max-width:640px}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.15rem;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid transparent;transition:.25s;cursor:pointer}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 14px 34px rgba(8,127,146,.25)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px)}.btn-secondary{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.45);backdrop-filter:blur(10px)}.contact-section .btn-secondary{color:var(--teal);border-color:rgba(8,127,146,.25);background:#fff}.hero-card{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.55);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);transform:rotate(1deg)}.hero-card img{border-radius:18px;background:#fff}.hero-card p{text-align:center;font-weight:900;color:var(--teal);margin:.9rem 0 0}.container{width:min(1180px,92%);margin:auto}.section-padding{padding:6rem 0}.muted{background:linear-gradient(180deg,var(--soft),#fff)}.two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}.intro h2,.section-head h2,.video-layout h2,.contact-grid h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:.3rem 0 1rem;font-family:Georgia,"Times New Roman",serif;font-weight:500}.section-head{max-width:780px;margin-bottom:2rem}.cards,.property-grid,.social-grid{display:grid;gap:1.25rem}.services-grid{grid-template-columns:repeat(4,1fr)}.card,.property-card,.social-card,.contact-form{background:#fff;border:1px solid rgba(8,127,146,.13);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:1.35rem}.card span{color:var(--aqua);font-weight:1000}.card h3,.property-card h3,.social-card h3{margin:.25rem 0;font-size:1.25rem}.card p,.property-card p,.section-head p,.video-layout p,.contact-grid p{color:var(--muted)}.property-grid{grid-template-columns:repeat(2,1fr)}.property-card{display:grid;grid-template-columns:180px 1fr;gap:1.1rem;padding:1rem;align-items:center}.property-card img{height:180px;width:100%;object-fit:cover;border-radius:18px}.image-button{border:0;background:transparent;padding:0;cursor:zoom-in;border-radius:18px;overflow:hidden}.image-button img{transition:transform .35s}.image-button:hover img{transform:scale(1.045)}.tag{display:inline-flex!important;color:var(--teal)!important;background:rgba(8,127,146,.1);border-radius:999px;padding:.25rem .7rem;font-weight:900;font-size:.78rem;margin:0}.property-card strong{display:block;color:var(--teal-dark);font-size:1.05rem;margin-top:.6rem}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.gallery-grid .image-button:nth-child(1),.gallery-grid .image-button:nth-child(2){grid-column:span 2}.gallery-grid .image-button:nth-child(3),.gallery-grid .image-button:nth-child(4),.gallery-grid .image-button:nth-child(5),.gallery-grid .image-button:nth-child(6){grid-column:span 1}.gallery-grid img{width:100%;height:180px;object-fit:cover;border-radius:18px}.video-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;align-items:center}.video-frame{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000}.video-frame iframe,.map-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.social-grid{grid-template-columns:1fr 1fr}.fb-embed{width:100%;overflow:hidden;border-radius:18px;background:var(--soft)}.fb-embed iframe{max-width:100%;display:block;margin:auto}.social-card{padding:1.2rem}.social-fallback,.instagram-card{display:grid;place-items:center;text-align:center;gap:.8rem;text-decoration:none;border:1px dashed rgba(8,127,146,.25);border-radius:18px;padding:1rem;margin-top:1rem;min-height:210px}.social-fallback img,.instagram-card img{max-width:260px;border-radius:12px}.instagram-card strong{font-size:1.35rem;color:var(--teal)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.map-card{position:relative;aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-top:1.5rem;background:var(--soft)}.contact-form{padding:1.5rem;display:grid;gap:.95rem}.contact-form label{display:grid;gap:.35rem;font-weight:800}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid rgba(8,127,146,.22);border-radius:16px;padding:.9rem 1rem;font:inherit;color:var(--ink);background:#fff}.contact-form textarea{resize:vertical}.form-note{font-size:.86rem;color:var(--muted);margin:0}.site-footer{background:#073945;color:#dff7fb;padding:1.5rem 0}.footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer p{margin:.2rem 0}.site-footer a{color:#fff;font-weight:900}.whatsapp-float{position:fixed;right:1.1rem;bottom:1.1rem;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 18px 38px rgba(0,0,0,.28);z-index:25}.whatsapp-float svg{width:34px;height:34px;fill:#fff}.lightbox{position:fixed;inset:0;background:rgba(2,20,24,.86);display:none;align-items:center;justify-content:center;padding:2rem;z-index:50}.lightbox.is-open{display:flex}.lightbox img{max-height:88vh;max-width:94vw;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.4);object-fit:contain}.lightbox-close{position:absolute;top:1rem;right:1rem;width:46px;height:46px;border-radius:50%;border:0;background:#fff;color:var(--ink);font-size:2rem;cursor:pointer}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}@media (max-width:980px){.menu-toggle{display:flex}.nav-links{position:absolute;top:76px;left:4%;right:4%;display:none;flex-direction:column;align-items:flex-start;padding:1rem;background:#fff;border-radius:0 0 22px 22px;box-shadow:var(--shadow)}.nav-links.is-open{display:flex}.hero{grid-template-columns:1fr;padding-top:7rem}.hero-card{max-width:440px}.two-col,.video-layout,.contact-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.property-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid .image-button{grid-column:span 1!important}.social-grid{grid-template-columns:1fr}}@media (max-width:640px){.brand img{width:180px}.hero{padding-inline:5%;min-height:auto}.hero h1{font-size:3rem}.section-padding{padding:4rem 0}.services-grid{grid-template-columns:1fr}.property-card{grid-template-columns:1fr}.property-card img{height:220px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img{height:150px}.footer-inner{display:block}.btn{width:100%}.whatsapp-float{width:56px;height:56px}.social-fallback img,.instagram-card img{max-width:190px}}
