
:root{
  --green-900:#0f2e1f;
  --green-800:#173d2a;
  --green-700:#1f4d34;
  --green-600:#2e6b4a;
  --green-500:#3a8a5e;
  --green-400:#5fb07e;
  --green-100:#e8f5ec;
  --sand-50:#fdfcf8;
  --sand-100:#f7f3ea;
  --sand-200:#e9e1cf;
  --ink:#121412;
  --muted:#6b7a6e;
  --accent:#d4a15d;
  --white:#ffffff;
  --radius:18px;
  --shadow:0 20px 50px rgba(15,46,31,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family: 'Outfit', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background:var(--sand-50); color:var(--ink); line-height:1.6; -webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1280px;margin:0 auto;padding:0 24px}
@media(min-width:768px){.container{padding:0 32px}}
h1,h2,h3{font-family:'Fraunces', serif; letter-spacing:-.02em; line-height:1.1}
h1{font-size:clamp(42px,6vw,84px); font-weight:700}
h2{font-size:clamp(32px,4vw,52px); font-weight:700}
h3{font-size:clamp(20px,2.5vw,26px)}
.eyebrow{font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--green-600); font-weight:700}
.btn{display:inline-flex;align-items:center;gap:10px; padding:14px 22px; border-radius:100px; font-weight:600; font-size:14px; letter-spacing:.02em; transition:.3s; border:1.5px solid transparent}
.btn-primary{background:var(--green-900); color:white}
.btn-primary:hover{background:var(--green-800); transform:translateY(-1px)}
.btn-light{background:white; color:var(--green-900); box-shadow:var(--shadow)}
.btn-outline{border-color:var(--green-900); color:var(--green-900)}
.btn-whatsapp{background:#25D366; color:white}
.header{position:sticky; top:0; z-index:50; backdrop-filter:blur(14px); background:rgba(253,252,248,.85); border-bottom:1px solid var(--sand-200)}
.nav{display:flex;justify-content:space-between;align-items:center;height:76px}
.logo{display:flex;align-items:center;gap:10px; font-family:'Fraunces',serif; font-weight:800; font-size:22px; color:var(--green-900)}
.logo-mark{width:36px;height:36px;border-radius:10px;background:var(--green-900);display:grid;place-items:center;color:white}
.nav-links{display:none; gap:28px; font-size:14px; font-weight:600}
.nav-links a{opacity:.8} .nav-links a:hover{opacity:1}
.nav-cta{display:none; gap:10px}
@media(min-width:1024px){.nav-links{display:flex} .nav-cta{display:flex} .menu-btn{display:none!important}}
.menu-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--sand-200); display:grid;place-items:center;background:white}
.hero{position:relative; overflow:hidden; padding:32px 0 0}
.hero-grid{display:grid; gap:32px}
@media(min-width:1024px){.hero-grid{grid-template-columns:1.1fr .9fr; align-items:center; min-height:78vh}}
.hero-copy{padding:24px 0 48px}
.hero-badge{display:inline-flex; gap:8px; align-items:center; background:var(--green-100); color:var(--green-800); padding:8px 14px; border-radius:100px; font-size:12px; font-weight:700; letter-spacing:.06em; margin-bottom:20px}
.hero p{font-size:18px; color:var(--muted); max-width:52ch; margin:18px 0 28px}
.hero-image{position:relative; border-radius:28px; overflow:hidden; aspect-ratio:4/3; box-shadow:var(--shadow)}
.hero-image img{width:100%;height:100%;object-fit:cover}
.hero-stats{position:absolute; bottom:18px; left:18px; right:18px; background:rgba(255,255,255,.92); backdrop-filter:blur(8px); border-radius:16px; padding:16px; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; font-size:12px}
.stat b{display:block; font-size:20px; color:var(--green-900); font-family:'Fraunces'}
.section{padding:80px 0}
@media(min-width:1024px){.section{padding:120px 0}}
.card-grid{display:grid; gap:20px}
@media(min-width:768px){.card-grid{grid-template-columns:repeat(3,1fr)}}
.card{background:white; border-radius:var(--radius); padding:28px; border:1px solid var(--sand-200); transition:.3s}
.card:hover{transform:translateY(-4px); box-shadow:var(--shadow)}
.icon{width:48px;height:48px;border-radius:14px;background:var(--green-100);display:grid;place-items:center;margin-bottom:16px}
.split{display:grid; gap:40px}
@media(min-width:1024px){.split{grid-template-columns:1fr 1fr; align-items:center; gap:80px}}
.image-stack{position:relative}
.image-stack img{border-radius:22px}
.image-stack img:nth-child(2){position:absolute; width:55%; bottom:-30px; right:-20px; border:6px solid var(--sand-50); box-shadow:var(--shadow)}
.projects{display:grid; gap:24px}
@media(min-width:900px){.projects{grid-template-columns:repeat(3,1fr)}}
.project{border-radius:20px; overflow:hidden; background:white; border:1px solid var(--sand-200)}
.project img{aspect-ratio:4/3; object-fit:cover}
.project-body{padding:18px 20px}
.badge{font-size:11px; letter-spacing:.12em; text-transform:uppercase; font-weight:700; color:var(--green-600)}
.reviews{background:var(--green-900); color:white; border-radius:32px; padding:48px 24px; margin:0 16px}
@media(min-width:1024px){.reviews{padding:80px; margin:0 auto; max-width:1280px}}
.review-card{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:18px; padding:24px}
.stars{color:var(--accent)}
.footer{background:var(--green-900); color:#cfe2d6; padding:72px 0 32px; margin-top:80px}
.footer a{color:#cfe2d6} .footer a:hover{color:white}
.footer-grid{display:grid; gap:40px}
@media(min-width:900px){.footer-grid{grid-template-columns:1.4fr .7fr .7fr 1fr}}
.contact-bar{display:flex; flex-wrap:wrap; gap:12px; margin-top:20px}
.map{border-radius:18px; overflow:hidden; border:1px solid var(--sand-200); height:360px; background:#dfe8e1}
.cookie{position:fixed; left:16px; right:16px; bottom:16px; z-index:100; background:white; border-radius:16px; padding:16px 18px; box-shadow:0 20px 60px rgba(0,0,0,.18); display:flex; gap:16px; align-items:center; justify-content:space-between; border:1px solid var(--sand-200)}
@media(min-width:700px){.cookie{left:50%; right:auto; transform:translateX(-50%); max-width:980px; width:calc(100% - 32px)}}
.small{font-size:13px; color:var(--muted)}
.legal{max-width:860px; margin:0 auto; padding:40px 24px 80px}
.legal h1{font-size:42px; margin-bottom:12px}
.legal h2{font-size:24px; margin-top:36px; margin-bottom:12px}
.legal p, .legal li{color:#2f3b33; margin-bottom:10px}
.table{width:100%; border-collapse:collapse; margin:16px 0}
.table th,.table td{border:1px solid var(--sand-200); padding:10px 12px; text-align:left; font-size:14px}

/* FIX: mobile nav */
#mobileNav{background:var(--sand-50); border-bottom:1px solid var(--sand-200)}
#mobileNav.hidden{display:none !important}
#mobileNav:not(.hidden){display:grid !important; gap:12px}
#mobileNav a{padding:10px 0; font-weight:500}
