:root{--green:#77b85d;--pink:#d98cc4;--dark:#182113;--cream:#fff8ef;--gold:#c8a96a;--text:#2a3025}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--cream);line-height:1.6}img{max-width:100%;display:block}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px 6vw;background:rgba(255,248,239,.9);backdrop-filter:blur(14px);box-shadow:0 8px 30px #0001}.brand{display:flex;align-items:center;gap:12px;color:var(--dark);font-weight:800;text-decoration:none}.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%;border:2px solid var(--pink)}.nav{display:flex;align-items:center;gap:22px}.nav a,.lang{color:var(--dark);text-decoration:none;font-weight:700;background:none;border:0;cursor:pointer}.lang{border:1px solid var(--pink);border-radius:999px;padding:8px 13px}.menu-btn{display:none;background:var(--green);border:0;color:white;border-radius:10px;padding:10px 13px;font-size:20px}.hero{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;padding:120px 6vw 70px}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,33,19,.78),rgba(24,33,19,.25)),url('img/hero.jpg') center/cover no-repeat;transform:scale(1.03)}.hero-content{position:relative;max-width:760px;color:white;margin-right:auto}.eyebrow,.section-title p{color:var(--pink);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.85rem}.hero h1{font-size:clamp(3rem,8vw,7rem);line-height:.95;margin:10px 0;text-shadow:0 8px 30px #0008}.lead{font-size:clamp(1.1rem,2vw,1.45rem);max-width:680px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;text-decoration:none;font-weight:900;border:0;cursor:pointer}.primary{background:linear-gradient(135deg,var(--green),var(--pink));color:white;box-shadow:0 15px 35px rgba(119,184,93,.35)}.secondary{background:white;color:var(--dark)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.section{padding:90px 6vw}.section-title{text-align:center;max-width:850px;margin:0 auto 42px}.section-title h2,.split h2{font-size:clamp(2rem,4vw,4rem);line-height:1.05;margin:0;color:var(--dark)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:auto}.card{padding:34px;background:white;border-radius:28px;box-shadow:0 22px 60px #00000012;border:1px solid #ffffff}.card span{font-size:34px;color:var(--pink)}.card h3{font-size:1.35rem;color:var(--dark)}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:46px;align-items:center;max-width:1180px;margin:auto}.video{background:#f4eadc}.video-box{aspect-ratio:16/9;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px #0003}.video-box iframe,.fb-wrap iframe{width:100%;height:100%;display:block}.grid-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-gallery img{width:100%;height:260px;object-fit:cover;border-radius:22px;cursor:pointer;box-shadow:0 15px 35px #0002;transition:.3s}.grid-gallery img:hover{transform:translateY(-6px) scale(1.02)}.grid-gallery img:first-child{grid-column:span 2;grid-row:span 2;height:536px}.facebook{background:white}.fb-wrap{max-width:520px;height:560px;margin:auto;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #0002}.contact-grid{grid-template-columns:1fr 1fr}.contact a{color:var(--green);font-weight:800}.contact-form{display:grid;gap:14px;background:white;padding:28px;border-radius:28px;box-shadow:0 22px 60px #0001}.contact-form input,.contact-form textarea{width:100%;border:1px solid #e8decf;border-radius:16px;padding:15px;font:inherit}footer{text-align:center;padding:34px 6vw;background:var(--dark);color:white}footer a{color:var(--pink);font-weight:800}.whatsapp{position:fixed;right:20px;bottom:20px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;text-decoration:none;font-size:28px;z-index:60;box-shadow:0 10px 30px #0004}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;place-items:center;z-index:100;padding:30px}.lightbox.active{display:grid}.lightbox img{max-height:88vh;border-radius:18px}.lightbox button{position:absolute;top:20px;right:25px;background:white;border:0;border-radius:50%;font-size:34px;width:52px;height:52px}.reveal{opacity:0;transform:translateY(24px);transition:.8s}.reveal.show{opacity:1;transform:none}@media(max-width:900px){.menu-btn{display:block}.nav{position:absolute;top:78px;left:5vw;right:5vw;display:none;flex-direction:column;background:white;padding:24px;border-radius:24px;box-shadow:0 20px 60px #0002}.nav.open{display:flex}.cards,.split,.contact-grid{grid-template-columns:1fr}.grid-gallery{grid-template-columns:1fr 1fr}.grid-gallery img,.grid-gallery img:first-child{grid-column:auto;grid-row:auto;height:230px}.section{padding:70px 5vw}.hero{min-height:90vh}}@media(max-width:560px){.hero h1{font-size:3rem}.hero-actions .btn{width:100%}.grid-gallery{grid-template-columns:1fr}.grid-gallery img,.grid-gallery img:first-child{height:auto}.fb-wrap{height:520px}.brand span{font-size:.95rem}}
