
:root{--green:#173d32;--green2:#245847;--cream:#fbf7ee;--gold:#c99a3d;--ink:#17211e;--muted:#66736e;--white:#fff;--shadow:0 18px 50px rgba(23,61,50,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:auto}
.topbar{background:var(--green);color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:8px 0}
header{position:sticky;top:0;z-index:20;background:rgba(251,247,238,.96);backdrop-filter:blur(10px);border-bottom:1px solid #e9e0ce}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand-mark{width:44px;height:44px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:20px}.brand small{display:block;color:var(--muted);font-weight:500;font-size:.72rem}.links{display:flex;gap:24px;align-items:center;font-weight:650}.links a:hover{color:var(--gold)}.menu{display:none;border:0;background:none;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 19px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(23,61,50,.2)}.btn-gold{background:var(--gold);color:#17211e}.btn-light{background:#fff;border-color:#ded6c8}
.hero{padding:76px 0 50px;background:radial-gradient(circle at 85% 10%,#ead9ad 0,transparent 28%),linear-gradient(135deg,#fbf7ee,#edf4ee)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.eyebrow{display:inline-block;color:var(--green2);font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin-bottom:12px}.hero h1{font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.05;margin:0 0 20px;letter-spacing:-.04em}.hero p{font-size:1.08rem;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.badge{position:absolute;left:18px;bottom:18px;background:#fff;padding:12px 16px;border-radius:16px;box-shadow:var(--shadow);font-weight:800}.section{padding:76px 0}.section.alt{background:#f2eee4}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}.section h2{font-size:clamp(1.8rem,3.4vw,2.7rem);line-height:1.15;margin:0}.section-intro{color:var(--muted);max-width:680px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid #ebe2d2;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px rgba(23,61,50,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{aspect-ratio:4/3;object-fit:cover}.card-body{padding:22px}.card h3{margin:0 0 6px}.price{font-size:1.5rem;font-weight:900;color:var(--green)}.muted{color:var(--muted)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:24px;background:#fff;border:1px solid #e7dfcf;border-radius:20px}.icon{font-size:1.6rem}.feature h3{margin:8px 0 4px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery figure{margin:0;overflow:hidden;border-radius:18px;cursor:pointer;background:#ddd}.gallery img{width:100%;height:230px;object-fit:cover;transition:.35s}.gallery figure:hover img{transform:scale(1.04)}
.map-wrap{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #ddd5c7}.map-wrap iframe{width:100%;height:430px;border:0;display:block}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.contact-card{background:#fff;border:1px solid #e8dfcf;border-radius:24px;padding:28px}.contact-item{padding:15px 0;border-bottom:1px solid #eee6d8}.contact-item:last-child{border-bottom:0}.contact-item strong{display:block;color:var(--green)}
footer{background:var(--green);color:#e9f0eb;padding:40px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px}.footer-grid h3{color:#fff}.footer-grid a{display:block;margin:6px 0;color:#dbe7df}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;font-size:.9rem;color:#c9d8d0}
.whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#168b45;color:#fff;display:grid;place-items:center;font-weight:900;z-index:30;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.show{opacity:1;transform:none}.crumb{padding:18px 0;color:var(--muted);font-size:.9rem}.notice{background:#fff6dc;border-left:4px solid var(--gold);padding:15px 18px;border-radius:12px;margin:18px 0}
@media(max-width:850px){.links{display:none;position:absolute;left:0;right:0;top:76px;background:var(--cream);padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #e9e0ce}.links.open{display:flex}.menu{display:block}.hero-grid,.contact-grid{grid-template-columns:1fr}.cards,.features{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.section{padding:58px 0}.topbar .container{flex-direction:column;gap:2px}.hero{padding-top:48px}}
@media(max-width:520px){.gallery{grid-template-columns:1fr}.gallery img{height:260px}.hero h1{font-size:2.35rem}.btn{width:100%}.hero-actions{display:grid}.nav{height:68px}.links{top:68px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.card:hover{transform:none}}
