/* Green Garden — hoja de estilos compartida (sistema base: reset, variables,
   navegacion, footer y utilidades comunes a todas las paginas). */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--beige);color:var(--text);line-height:1.7;overflow-x:hidden}
.skip-link{position:absolute;left:-999px;top:0;z-index:200;background:var(--sage-mid);color:#fff;padding:.7rem 1.2rem;border-radius:0 0 8px 0;text-decoration:none}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid var(--sage);outline-offset:3px}
.nav-links{display:flex;align-items:center;gap:.2rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.88rem;font-weight:400;padding:.4rem .85rem;border-radius:20px;transition:background .2s,color .2s}
.nav-cta{background:var(--sage-mid)!important;color:var(--white)!important;font-weight:500!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px}
.mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:var(--green-dark);z-index:99;padding:2.5rem 5vw;flex-direction:column}
.mobile-menu.open{display:flex}
.mobile-menu .mob-cta{margin-top:1.5rem;background:var(--sage-mid);color:var(--white);text-align:center;padding:1rem;border-radius:30px;font-weight:500;border-bottom:none}
.site-footer{background:var(--green-dark);padding:2.5rem 5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:rgba(247,242,232,.5)}
.site-footer a{color:rgba(247,242,232,.5);text-decoration:none}
.site-footer a:hover{color:var(--sage)}
.site-footer strong{color:var(--beige);font-weight:400}
.footer-contact{display:flex;flex-direction:column;gap:.4rem}
.footer-right{text-align:right}
.section-label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sage-mid);font-weight:500;margin-bottom:.75rem;display:block}
.section-title{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;color:var(--green-dark);line-height:1.2;margin-bottom:1.4rem}
.btn-sage{background:var(--sage-mid);color:var(--white);padding:.85rem 1.8rem;border-radius:30px;text-decoration:none;font-weight:500;font-size:.88rem;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem}
.btn-sage:hover{background:var(--sage-deep)}
.navbar-logo{height:72px;width:auto;display:block;filter:brightness(0) invert(1)}
.navbar-logo-link{display:flex;align-items:center;flex-shrink:0}
