:root{--ink:#17201d;--muted:#66706c;--cream:#f6f1e8;--sand:#dfb56f;--gold:#bb7b26;--green:#16483a;--white:#fff;--line:rgba(23,32,29,.12);--shadow:0 16px 45px rgba(23,32,29,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 32px));margin:auto}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.45rem,10vw,5.4rem);line-height:.97;letter-spacing:-.055em;margin-bottom:20px}h2{font-size:clamp(1.9rem,7vw,3.6rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:16px}.lead{font-size:clamp(1.05rem,3.8vw,1.3rem);color:var(--muted);max-width:670px}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand img{width:116px;height:56px;object-fit:contain}.desktop-nav{display:none;align-items:center;gap:8px}.desktop-nav a{padding:10px 12px;font-weight:700;font-size:.93rem;border-radius:999px}.desktop-nav a:hover,.desktop-nav a:focus-visible{background:var(--cream)}.desktop-nav a.active,.desktop-nav a[aria-current="page"]{background:var(--green);color:#fff}.desktop-nav a:active{transform:translateY(1px)}.menu-btn{width:46px;height:46px;border:0;border-radius:14px;background:var(--ink);color:#fff;font-size:1.2rem}.mobile-menu{display:none;padding:8px 16px 18px;border-top:1px solid var(--line)}.mobile-menu.open{display:grid}.mobile-menu a{padding:14px 10px;font-weight:800;border-bottom:1px solid var(--line);border-radius:12px}.mobile-menu a.active,.mobile-menu a[aria-current="page"]{background:var(--green);color:#fff;padding-left:16px}.hero-v2{min-height:760px;padding:130px 0 72px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(180deg,rgba(5,13,10,.18),rgba(5,13,10,.82)),url('../../imagenes/hero.jpg') center/cover}.hero-copy{max-width:820px}.hero-copy .eyebrow{color:#f2c880}.hero-copy .lead{color:rgba(255,255,255,.83)}.actions{display:flex;flex-direction:column;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 20px;border-radius:16px;font-weight:850;border:1px solid transparent}.btn-primary{background:var(--sand);color:var(--ink)}.btn-dark{background:var(--green);color:#fff}.btn-light{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.4);color:#fff;backdrop-filter:blur(10px)}.trust-strip{background:var(--ink);color:#fff}.trust-grid{display:grid;grid-template-columns:1fr 1fr}.trust-item{padding:22px 12px;text-align:center;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.trust-item strong{display:block;font-size:1.1rem}.trust-item span{font-size:.78rem;color:rgba(255,255,255,.65)}section{padding:78px 0}.section-head{margin-bottom:34px}.product-grid{display:grid;gap:18px}.product-card{position:relative;min-height:360px;border-radius:26px;overflow:hidden;color:#fff;box-shadow:var(--shadow);background:#222}.product-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.86))}.product-card-content{position:absolute;z-index:2;inset:auto 22px 22px}.product-card h3{font-size:1.6rem;margin-bottom:6px}.product-card p{color:rgba(255,255,255,.78);margin-bottom:14px}.text-link{font-weight:850;color:#f6c77c}.product-card:hover img{transform:scale(1.04)}.service-banner{background:var(--cream)}.service-card{background:var(--green);color:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.service-image{min-height:310px;background:url('../../imagenes/tinasredondas/item1.jpg') center/cover}.service-copy{padding:28px}.service-copy p{color:rgba(255,255,255,.75)}.why-grid{display:grid;gap:14px}.why-card{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}.why-card i{font-size:1.6rem;color:var(--gold);margin-bottom:16px}.why-card h3{margin-bottom:8px}.why-card p{color:var(--muted);margin:0}.cta-section{padding:36px 0 100px}.cta-box{padding:34px 24px;border-radius:30px;background:var(--sand);text-align:center}.cta-box p{max-width:650px;margin:0 auto 24px;color:#4c3b26}.footer{background:var(--ink);color:#fff;padding:52px 0 100px}.footer-grid{display:grid;gap:30px}.footer p,.footer a{color:rgba(255,255,255,.7)}.footer h3{font-size:1rem}.socials{display:flex;gap:12px}.socials a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1)}.mobile-bottom-nav{position:fixed;z-index:49;bottom:0;left:0;right:0;height:72px;background:rgba(255,255,255,.96);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.68rem;font-weight:800}.mobile-bottom-nav i{font-size:1.15rem}.mobile-bottom-nav .quote{color:var(--green)}.whatsapp-float{position:fixed;right:16px;bottom:88px;z-index:48;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.8rem;box-shadow:0 10px 30px rgba(37,211,102,.35)}
@media(min-width:760px){.actions{flex-direction:row}.product-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.service-card{display:grid;grid-template-columns:1fr 1fr}.service-copy{padding:48px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.trust-grid{grid-template-columns:repeat(4,1fr)}.trust-item{border-bottom:0}}
@media(min-width:1000px){.desktop-nav{display:flex}.menu-btn,.mobile-menu,.mobile-bottom-nav{display:none!important}.hero-v2{min-height:830px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card:first-child{grid-column:span 2}.why-grid{grid-template-columns:repeat(4,1fr)}.whatsapp-float{bottom:24px}.footer{padding-bottom:52px}}

/* Navegación v2.2: iconos, centrado y fondo verde suave */
.site-header{
  background:rgba(238,243,233,.96);
  border-bottom:1px solid rgba(22,72,58,.16);
  box-shadow:0 8px 28px rgba(22,72,58,.08);
}
.header-inner{position:relative;justify-content:center}
.brand{display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.desktop-nav a,.mobile-menu a{display:flex;align-items:center;gap:8px}
.desktop-nav a i{font-size:.88rem;color:var(--green);width:17px;text-align:center}
.desktop-nav a.active i,.desktop-nav a[aria-current="page"] i{color:#fff}
.desktop-nav a:hover,.desktop-nav a:focus-visible{background:rgba(22,72,58,.09)}
.mobile-contact-quick{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;border:1px solid rgba(22,72,58,.2);color:var(--green);font-size:1.15rem;background:rgba(255,255,255,.55)}
.menu-btn{position:absolute;left:0;background:transparent;color:var(--green);border:1px solid rgba(22,72,58,.2)}
.mobile-contact-quick{position:absolute;right:0}
.mobile-menu{background:rgba(238,243,233,.98);box-shadow:0 18px 34px rgba(22,72,58,.12)}
.mobile-menu a{gap:13px;margin:3px 0;padding:13px 14px;border-bottom:0}
.mobile-menu a i{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:rgba(22,72,58,.09);color:var(--green);font-size:.94rem;flex:0 0 30px}
.mobile-menu a.active i,.mobile-menu a[aria-current="page"] i{background:rgba(255,255,255,.18);color:#fff}
.mobile-bottom-nav{background:rgba(238,243,233,.98);border-top-color:rgba(22,72,58,.16)}
.mobile-bottom-nav a{color:#26342f}
.mobile-bottom-nav a i{color:var(--green)}
@media(min-width:1000px){
  .header-inner{height:78px;gap:24px}
  .brand img{width:108px;height:60px}
  .desktop-nav{justify-content:center;gap:4px}
  .desktop-nav a{padding:10px 11px;font-size:.88rem;white-space:nowrap}
  .mobile-contact-quick{display:none}
}
@media(max-width:999px){
  .header-inner{height:68px}
  .brand img{width:94px;height:52px}
}
@media(max-width:420px){
  .mobile-menu a{font-size:.95rem}
  .menu-btn,.mobile-contact-quick{width:42px;height:42px}
}


/* Page transition V3.1 */
@keyframes pageEnter{from{opacity:.01;transform:translateY(3px)}to{opacity:1;transform:none}}
body{animation:pageEnter .18s ease-out both}
@media (prefers-reduced-motion:reduce){body{animation:none!important}}
