:root{--green-900: #064e00;--green-700: #0e7000;--green-600: #1b8a00;--green-500: #28a710;--green-400: #3cc01e;--green-100: #e8f5e3;--green-50: #f3faf0;--yellow-600: #ccac00;--yellow-500: #ffd700;--yellow-400: #ffe033;--yellow-100: #fff9db;--orange-600: #e67600;--orange-500: #ff8c00;--orange-400: #ffa333;--orange-100: #fff3e0;--white: #ffffff;--gray-50: #fafaf8;--gray-100: #f5f5f0;--gray-200: #e8e8e3;--gray-300: #d4d4cf;--gray-500: #8a8a85;--gray-600: #6b6b66;--gray-800: #2d2d2a;--gray-900: #1a1a18;--font-sans: "Nunito", system-ui, -apple-system, sans-serif;--font-display: "Comfortaa", var(--font-sans);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 40px rgba(0, 0, 0, .16);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--max-w: 1200px;--pad: 1.5rem;--header-h: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:var(--header-h)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul,ol{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.section{padding:5rem 0}.section--alt{background:var(--gray-50)}.section__title{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;text-align:center;margin-bottom:.4rem;color:var(--green-700)}.section__subtitle{text-align:center;color:var(--gray-500);font-size:1rem;max-width:540px;margin:0 auto 2.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:var(--white);border-bottom:1px solid var(--gray-200);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:800;font-size:1.4rem;color:var(--green-700)}.header__logo-img{height:40px;width:auto}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{font-weight:500;font-size:.95rem;color:var(--gray-800);transition:color .2s;position:relative}.header__nav-link:hover{color:var(--green-600)}.header__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.2rem;background:var(--green-600);color:var(--white);border-radius:var(--radius-full);font-weight:600;font-size:.9rem;transition:background .2s,transform .15s}.header__cta:hover{background:var(--green-700);transform:translateY(-1px)}.header__cta svg{width:18px;height:18px}.header__mobile-toggle{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.header__mobile-toggle span{display:block;width:22px;height:2px;background:var(--gray-800);position:relative;transition:.2s}.header__mobile-toggle span:before,.header__mobile-toggle span:after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--gray-800);transition:.2s}.header__mobile-toggle span:before{top:-7px}.header__mobile-toggle span:after{top:7px}.header__mobile-nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:var(--white);z-index:999;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3rem;gap:1.5rem}.header__mobile-nav--open{display:flex}.header__mobile-nav a{font-size:1.2rem;font-weight:600;color:var(--gray-800)}.hero{position:relative;min-height:calc(100vh - var(--header-h));display:flex;align-items:center;justify-content:center;overflow:hidden;background:url(/images/hero-bg.jpg) center / cover no-repeat;color:var(--white);text-align:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#064e00b8,#0e700094,#1b8a0080);pointer-events:none}.hero:after{display:none}.hero__content{position:relative;z-index:1;max-width:720px;padding:4rem var(--pad);background:#00000038;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-xl);margin:2rem}.hero__badge{display:inline-block;padding:.35rem 1rem;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero__title{font-family:var(--font-display);font-size:clamp(2rem,5.5vw,3.4rem);font-weight:700;line-height:1.15;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero__title span{color:var(--yellow-400)}.hero__description{font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.7;opacity:.95;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto;text-shadow:0 1px 6px rgba(0,0,0,.3)}.hero__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;border-radius:var(--radius-full);font-family:var(--font-display);font-weight:600;font-size:.95rem;letter-spacing:.01em;transition:all .25s ease;white-space:nowrap}.btn svg{width:20px;height:20px;flex-shrink:0}.btn--whatsapp{background:#25d366;color:var(--white);box-shadow:0 4px 16px #25d36659}.btn--whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 24px #25d36673}.btn--outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4)}.btn--outline:hover{background:#ffffff1a;border-color:#ffffffb3}.btn--primary{background:var(--green-600);color:var(--white)}.btn--primary:hover{background:var(--green-700);transform:translateY(-2px)}.btn--secondary{background:var(--orange-500);color:var(--white)}.btn--secondary:hover{background:var(--orange-600);transform:translateY(-2px)}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1;animation:bounce 2s infinite;opacity:.6}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.product-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--gray-200);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__image{width:100%;aspect-ratio:5 / 4;object-fit:contain;background:#f7f7f4;padding:1rem}.product-card__body{padding:1.5rem 1.75rem 1.75rem}.product-card__name{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--green-700);margin-bottom:.2rem}.product-card__subtitle{font-size:.88rem;color:var(--orange-600);font-weight:600;margin-bottom:.85rem;letter-spacing:.01em}.product-card__desc{color:var(--gray-600);font-size:.92rem;line-height:1.65;margin-bottom:1.25rem}.product-card__features{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem}.product-card__feature{display:flex;align-items:flex-start;gap:.45rem;font-size:.88rem;color:var(--gray-800)}.product-card__feature svg{flex-shrink:0;width:16px;height:16px;color:var(--green-500);margin-top:3px}.product-card__surfaces{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.product-card__surface-tag{padding:.22rem .6rem;background:var(--green-100);color:var(--green-700);border-radius:var(--radius-full);font-size:.78rem;font-weight:600}.product-card__cta{width:100%;justify-content:center}.product-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 0}.product-section--reverse{direction:rtl}.product-section--reverse>*{direction:ltr}.product-section__image-wrap{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.product-section__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-xl);box-shadow:inset 0 0 0 1px #0000000d;pointer-events:none}.product-section__image{width:100%;aspect-ratio:3 / 4;object-fit:cover}.product-section__content{display:flex;flex-direction:column;gap:1rem}.product-section__name{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:var(--green-700)}.product-section__subtitle{font-size:1.05rem;color:var(--orange-500);font-weight:600}.product-section__desc{color:var(--gray-600);font-size:1.05rem;line-height:1.7}.product-section__features{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;margin:.5rem 0}.product-section__feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.92rem;color:var(--gray-800)}.product-section__feature svg{flex-shrink:0;width:18px;height:18px;color:var(--green-500);margin-top:2px}.product-section__surfaces{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.product-section__surface-tag{padding:.35rem .8rem;background:var(--green-100);color:var(--green-700);border-radius:var(--radius-full);font-size:.85rem;font-weight:500}.gallery{display:grid;grid-template-columns:1fr;gap:6rem}.gallery-item{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.gallery-item:nth-child(2n){grid-template-columns:.9fr 1.1fr}.gallery-item:nth-child(2n) .gallery-item__image-wrap{order:2}.gallery-item:nth-child(2n) .gallery-item__content{order:1}.gallery-item__image-wrap{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.gallery-item__image{width:100%;aspect-ratio:1 / 1;object-fit:cover}.gallery-item__content{display:flex;flex-direction:column;gap:1.25rem}.gallery-item__name{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:var(--green-700);line-height:1.15}.gallery-item__subtitle{font-size:1rem;font-weight:600;color:var(--orange-500)}.gallery-item__desc{color:var(--gray-600);font-size:1rem;line-height:1.7}.gallery-item__bullets{display:flex;flex-wrap:wrap;gap:.5rem}.gallery-item__bullet{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius-full);font-size:.85rem;font-weight:500;color:var(--green-700)}.gallery-item__bullet svg{width:14px;height:14px;color:var(--green-500)}.contact{background:linear-gradient(135deg,var(--green-900) 0%,var(--green-700) 100%);color:var(--white)}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact__heading{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;margin-bottom:1rem}.contact__text{opacity:.85;font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.contact__channels{display:flex;flex-direction:column;gap:1rem}.contact__channel{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff1a;border-radius:var(--radius-md);transition:background .2s}.contact__channel:hover{background:#ffffff2e}.contact__channel-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__channel-icon--whatsapp{background:#25d366}.contact__channel-icon--email{background:var(--orange-500)}.contact__channel-icon--facebook{background:#1877f2}.contact__channel-icon svg{width:22px;height:22px;color:var(--white)}.contact__channel-info{display:flex;flex-direction:column}.contact__channel-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.contact__channel-value{font-weight:600;font-size:1rem}.contact__cta-area{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl)}.contact__cta-title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:.75rem}.contact__cta-text{opacity:.8;margin-bottom:1.5rem;font-size:.95rem}.social-links{display:flex;align-items:center;gap:.75rem}.social-links__link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-full);background:#ffffff1f;transition:background .2s,transform .15s}.social-links__link:hover{background:#ffffff40;transform:translateY(-2px)}.social-links__link svg{width:20px;height:20px}.footer{background:var(--gray-900);color:var(--gray-300);padding:3rem 0}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer__brand{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--white)}.footer__copy{font-size:.85rem;opacity:.6}.whatsapp-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;width:60px;height:60px;border-radius:var(--radius-full);background:#25d366;color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36673;transition:transform .2s,box-shadow .2s;animation:fab-pulse 3s ease-in-out infinite}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}.whatsapp-fab svg{width:32px;height:32px}@keyframes fab-pulse{0%,to{box-shadow:0 4px 20px #25d36673}50%{box-shadow:0 4px 30px #25d366a6}}.inquiry-form-shell{display:none}@media(max-width:900px){.product-section{grid-template-columns:1fr;gap:2rem}.product-section--reverse{direction:ltr}.product-section__features{grid-template-columns:1fr}.gallery-item{grid-template-columns:1fr;gap:2rem}.gallery-item:nth-child(2n) .gallery-item__image-wrap,.gallery-item:nth-child(2n) .gallery-item__content{order:unset}.contact__grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){:root{--pad: 1rem}body{padding-top:var(--header-h)}.header__nav{display:none}.header__mobile-toggle{display:flex}.hero{min-height:85vh}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%;justify-content:center}.products-grid{grid-template-columns:1fr}.section{padding:3.5rem 0}.footer__inner{flex-direction:column;text-align:center}.whatsapp-fab{bottom:1rem;right:1rem;width:54px;height:54px}.whatsapp-fab svg{width:28px;height:28px}}
