:root{--forest:#123c2f;--deep:#0b2a21;--leaf:#70a83b;--lime:#a9d66f;--gold:#b9822f;--cream:#f6f3ea;--paper:#fffdfa;--ink:#1e2c27;--muted:#66736d;--line:#dbe4dc;--shadow:0 16px 50px rgba(15,49,38,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.promo-strip{min-height:38px;padding:9px 24px;background:var(--deep);color:#fff;text-align:center;font-size:.83rem;letter-spacing:.02em}.promo-strip strong{margin-left:12px;color:var(--lime)}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lime);margin-right:8px;box-shadow:0 0 0 5px rgba(169,214,111,.15)}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:15px clamp(20px,5vw,72px);background:rgba(255,253,250,.92);border-bottom:1px solid rgba(18,60,47,.1);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;color:var(--forest);text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--forest);color:#fff;font-family:Georgia,serif;font-weight:700}.brand strong,.brand small{display:block}.brand small{color:var(--muted);margin-top:1px}.header-actions{display:flex;gap:10px}.icon-button,.cart-button{border:1px solid var(--line);background:#fff;color:var(--forest);border-radius:999px;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;font-weight:700}.icon-button span{font-size:1.45rem}.icon-button b,.cart-button b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:50%;background:var(--lime);color:var(--deep);font-size:.75rem}
main{max-width:1460px;margin:auto;padding:0 clamp(18px,5vw,72px) 64px}.catalog-intro{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:36px;align-items:center;padding:64px 0 42px}.eyebrow{margin:0 0 8px;color:var(--leaf);font-size:.75rem;font-weight:850;letter-spacing:.17em}.intro-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.94;letter-spacing:-.05em;margin:0;color:var(--forest);font-weight:500}.intro-copy h1 em{color:var(--gold);font-weight:500}.intro-copy>p:not(.eyebrow){max-width:720px;font-size:1.1rem;line-height:1.7;color:var(--muted)}.trust-row{display:flex;flex-wrap:wrap;gap:10px}.trust-row span{padding:9px 13px;border:1px solid var(--line);background:rgba(255,255,255,.65);border-radius:999px;font-size:.84rem}.offer-card{position:relative;overflow:hidden;background:var(--forest);color:white;border-radius:28px;padding:30px;box-shadow:var(--shadow)}.offer-card:after{content:"";position:absolute;width:190px;height:190px;border:36px solid rgba(169,214,111,.12);border-radius:50%;right:-90px;bottom:-110px}.offer-label{font-size:.7rem;letter-spacing:.16em;color:var(--lime);font-weight:800}.old-price{text-decoration:line-through;color:#b9c7c0;margin:28px 0 5px}.demo-price{font-family:Georgia,serif;font-size:2rem;color:#fff;margin:0}.saving{display:inline-block;background:var(--lime);color:var(--deep);font-weight:800;border-radius:999px;padding:7px 11px}.offer-card small{display:block;color:#dce6e1;line-height:1.55;position:relative;z-index:1}
.catalog-tools{display:grid;grid-template-columns:1fr auto;gap:12px;position:sticky;top:73px;z-index:15;padding:14px 0;background:linear-gradient(var(--cream) 75%,transparent)}.search-box{height:54px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;gap:12px;padding:0 16px;box-shadow:0 8px 30px rgba(15,49,38,.07)}.search-box>span:first-child{font-size:1.5rem}.search-box input{border:0;outline:0;width:100%;font-size:1rem;color:var(--ink)}kbd{border:1px solid var(--line);border-bottom-width:2px;border-radius:6px;padding:4px 7px;color:var(--muted);background:#fafafa}.sort-box{height:54px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;gap:8px;padding:0 14px;color:var(--muted)}.sort-box select{border:0;background:transparent;color:var(--forest);font-weight:750;outline:0}
.category-nav{display:flex;gap:9px;overflow-x:auto;padding:6px 0 26px;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-chip{flex:0 0 auto;border:1px solid var(--line);background:#fff;color:var(--forest);border-radius:999px;padding:10px 16px;font-weight:720}.category-chip.active{background:var(--forest);border-color:var(--forest);color:#fff}.category-chip span{opacity:.65;font-size:.78rem;margin-left:5px}.results-head{display:flex;justify-content:space-between;align-items:end;margin:12px 0 20px}.results-head h2{font-family:Georgia,serif;color:var(--forest);font-size:clamp(1.8rem,3vw,2.6rem);margin:0}.results-head>p{color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;display:flex;flex-direction:column;min-height:430px;background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.22s ease}.product-card:hover{transform:translateY(-4px);border-color:#b9ccb9;box-shadow:var(--shadow)}.product-visual{position:relative;height:180px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#eef5ed,#fbf8ef)}.product-visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-symbol{display:grid;place-items:center;width:92px;height:92px;border-radius:28px;background:var(--forest);color:var(--lime);font-family:Georgia,serif;font-size:2.2rem;box-shadow:0 14px 30px rgba(18,60,47,.2)}.category-tag{position:absolute;left:13px;top:13px;background:rgba(255,255,255,.9);border:1px solid rgba(18,60,47,.09);padding:6px 9px;border-radius:999px;font-size:.7rem;font-weight:800;color:var(--forest);backdrop-filter:blur(8px)}.favorite-button{position:absolute;right:12px;top:12px;width:36px;height:36px;border:1px solid rgba(18,60,47,.1);border-radius:50%;background:rgba(255,255,255,.9);color:var(--forest);font-size:1.25rem}.favorite-button.active{background:var(--forest);color:#fff}.product-body{display:flex;flex:1;flex-direction:column;padding:17px}.product-code{margin:0 0 5px;color:var(--muted);font-size:.75rem;font-weight:750;letter-spacing:.05em}.product-card h3{font-family:Georgia,serif;font-size:1.18rem;line-height:1.2;color:var(--forest);margin:0 0 9px}.quick-benefit{color:var(--muted);font-size:.88rem;line-height:1.45;margin:0 0 14px}.price-block{margin-top:auto;border-top:1px solid var(--line);padding-top:12px}.card-old-price{margin:0;color:#8b958f;text-decoration:line-through;font-size:.79rem}.card-offer{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:2px}.card-offer strong{font-family:Georgia,serif;color:var(--gold);font-size:1.35rem}.card-offer small{color:var(--forest);font-weight:750}.card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.details-button,.add-button{min-height:42px;border-radius:12px;font-weight:800}.details-button{border:1px solid var(--line);background:#fff;color:var(--forest)}.add-button{border:0;background:var(--forest);color:#fff;padding:0 15px;font-size:1.2rem}.add-button:hover,.primary-button:hover{background:#1b5945}.load-more{display:block;margin:28px auto;border:1px solid var(--forest);background:#fff;color:var(--forest);border-radius:999px;padding:13px 22px;font-weight:800}
.responsible-note{display:grid;grid-template-columns:auto 1fr;gap:18px;margin-top:50px;background:var(--forest);color:#fff;border-radius:24px;padding:26px}.note-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--lime);color:var(--deep);font-family:Georgia,serif;font-weight:800;font-size:1.2rem}.responsible-note h2{margin:0 0 5px;font-family:Georgia,serif}.responsible-note p{margin:0;line-height:1.6;color:#dae6df}footer{display:flex;justify-content:space-between;gap:30px;padding:32px clamp(20px,5vw,72px);background:var(--deep);color:#dce7e1}footer strong{color:#fff}footer p{margin:4px 0;max-width:700px;line-height:1.5}
.overlay{position:fixed;inset:0;z-index:40;background:rgba(5,23,17,.56);backdrop-filter:blur(3px)}.drawer{position:fixed;right:0;top:0;z-index:50;width:min(440px,100%);height:100dvh;background:var(--paper);transform:translateX(102%);transition:.28s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.2)}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:start;padding:24px;border-bottom:1px solid var(--line)}.drawer h2{font-family:Georgia,serif;font-size:2rem;color:var(--forest);margin:0}.close-button,.dialog-close{border:0;background:#eef3ee;color:var(--forest);border-radius:50%;width:40px;height:40px;font-size:1.5rem}.cart-items{flex:1;overflow:auto;padding:15px 22px}.empty-cart{text-align:center;color:var(--muted);padding:70px 20px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-row strong{display:block;color:var(--forest)}.cart-row small{color:var(--muted)}.quantity{display:flex;align-items:center;gap:10px}.quantity button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--forest)}.cart-summary{padding:20px 24px;border-top:1px solid var(--line);background:#f5f7f3}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:9px}.cart-saving{color:var(--leaf)}.cart-total{align-items:end;border-top:1px solid var(--line);padding-top:12px}.cart-total strong{font-family:Georgia,serif;color:var(--gold);font-size:1.65rem}.primary-button,.secondary-button{width:100%;min-height:48px;border-radius:13px;font-weight:850;margin-top:9px}.primary-button{border:0;background:var(--forest);color:#fff}.secondary-button{border:1px solid var(--forest);background:#fff;color:var(--forest)}.cart-summary>small{display:block;text-align:center;margin-top:10px;color:var(--muted)}
.product-dialog{width:min(760px,calc(100% - 28px));max-height:88dvh;border:0;border-radius:26px;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.28);background:var(--paper)}.product-dialog::backdrop{background:rgba(5,23,17,.62);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:16px;top:16px;z-index:2}.dialog-layout{display:grid;grid-template-columns:260px 1fr}.dialog-visual{min-height:100%;display:grid;place-items:center;background:linear-gradient(150deg,#e9f3e6,#f8f3e8);padding:35px}.dialog-visual img{max-width:100%;max-height:300px;object-fit:contain;mix-blend-mode:multiply}.dialog-main{padding:34px}.dialog-main h2{font-family:Georgia,serif;color:var(--forest);font-size:2rem;line-height:1.1;margin:4px 0 18px}.detail-section{margin:18px 0}.detail-section h3{font-size:.8rem;letter-spacing:.12em;color:var(--gold);margin:0 0 5px}.detail-section p{margin:0;line-height:1.6;color:var(--muted)}.dialog-price{padding:16px;background:var(--forest);color:#fff;border-radius:16px}.dialog-price .old-price{margin:0;font-size:.85rem}.dialog-price strong{display:block;font-family:Georgia,serif;font-size:1.8rem;color:#fff;margin-top:3px}.dialog-add{width:100%;min-height:48px;border:0;border-radius:13px;background:var(--lime);color:var(--deep);font-weight:850;margin-top:12px}.toast{position:fixed;left:50%;bottom:24px;z-index:80;transform:translate(-50%,120px);opacity:0;background:var(--deep);color:#fff;border-radius:999px;padding:12px 18px;box-shadow:var(--shadow);transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.catalog-intro{grid-template-columns:1fr;padding-top:40px}.offer-card{max-width:520px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-tools{top:72px}.dialog-layout{grid-template-columns:1fr}.dialog-visual{min-height:180px}.dialog-main{padding:24px}.dialog-visual img{max-height:170px}}
@media(max-width:560px){.promo-strip{font-size:.72rem}.promo-strip strong{display:block;margin:3px 0 0}.site-header{padding:11px 14px}.brand small{display:none}.cart-button span:nth-child(2){display:none}.catalog-intro{padding:32px 0 28px}.intro-copy h1{font-size:2.75rem}.catalog-tools{grid-template-columns:1fr;top:64px}.sort-box{display:none}.product-grid{grid-template-columns:1fr}.product-card{min-height:390px}.product-visual{height:160px}.results-head{align-items:start}.results-head>p{font-size:.8rem}.responsible-note{grid-template-columns:1fr}footer{flex-direction:column}.search-box kbd{display:none}}

/* Inventario actual */
.stock-button{border:1px solid #a8cf9e;background:#ecf8e9;color:var(--forest);border-radius:999px;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;font-weight:800}.stock-button b{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:50%;background:var(--forest);color:#fff;font-size:.75rem}.stock-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#39a845;box-shadow:0 0 0 4px rgba(57,168,69,.14)}
.stock-chip{display:flex;align-items:center;gap:7px;background:#eff9ec;border-color:#acd19f}.stock-chip span:last-child{margin-left:0}.stock-chip.active .stock-dot{background:var(--lime);box-shadow:none}.product-card.in-stock{border-color:#9acb91;box-shadow:inset 0 0 0 1px rgba(57,168,69,.08)}.stock-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:7px;margin:0 0 9px;padding:6px 9px;border-radius:999px;background:#e9f6e7;color:#216f2c;font-size:.76rem;font-weight:850}.stock-badge .stock-dot{width:7px;height:7px;box-shadow:none}
.stock-dialog{width:min(1120px,calc(100% - 26px));max-height:92dvh;border:0;border-radius:28px;padding:0;background:var(--paper);box-shadow:0 30px 90px rgba(0,0,0,.32)}.stock-dialog::backdrop{background:rgba(5,23,17,.68);backdrop-filter:blur(4px)}.stock-dialog>.dialog-close{position:sticky;float:right;right:18px;top:18px;z-index:3;margin:18px 18px -58px 0}.stock-hero{padding:38px 42px 24px;background:linear-gradient(135deg,#e7f6e3,#f7f1df)}.stock-hero h2{font-family:Georgia,serif;color:var(--forest);font-size:clamp(2rem,5vw,3.5rem);margin:5px 0 10px}.stock-hero>p:not(.eyebrow){max-width:730px;color:var(--muted);line-height:1.55}.stock-summary{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.stock-summary>*{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid rgba(18,60,47,.1);color:var(--forest)}
.stock-photos{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;padding:22px 42px 8px}.stock-photos figure{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#101713}.stock-photos figure>img{display:block;width:100%;height:270px;object-fit:cover}.stock-photos figure.turned>div{height:270px;overflow:hidden;display:grid;place-items:center}.stock-photos figure.turned img{display:block;width:270px;height:auto;transform:rotate(90deg)}.stock-photos figcaption{padding:9px 12px;background:#fff;color:var(--forest);font-weight:750;font-size:.84rem}.stock-note{margin:12px 42px 20px;padding:12px 15px;border-left:4px solid #39a845;background:#f0f8ee;color:var(--muted);line-height:1.45}
.stock-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 42px 42px}.stock-item{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff}.stock-item-visual{height:130px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#eef5ed,#fbf8ef);overflow:hidden}.stock-item-visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.stock-item-visual .product-symbol{width:70px;height:70px;border-radius:22px;font-size:1.6rem}.stock-item h3{font-family:Georgia,serif;color:var(--forest);font-size:1.05rem;line-height:1.25;margin:3px 0 9px}.stock-item .stock-badge{margin-bottom:8px}.stock-price{display:flex;align-items:baseline;gap:8px;margin:0 0 9px}.stock-price span{color:var(--muted);font-size:.78rem}.stock-price strong{font-family:Georgia,serif;color:var(--gold);font-size:1.25rem}.stock-add{border:0;border-radius:10px;background:var(--forest);color:#fff;padding:9px 12px;font-weight:800}
@media(max-width:760px){.stock-button span:nth-child(2){display:none}.stock-dialog{max-height:95dvh}.stock-hero{padding:30px 22px 20px}.stock-photos{grid-template-columns:1fr;padding:16px 22px 6px}.stock-photos figure>img,.stock-photos figure.turned>div{height:220px}.stock-photos figure.turned img{width:220px}.stock-note{margin:10px 22px 18px}.stock-grid{grid-template-columns:1fr;padding:0 22px 30px}}
@media(max-width:460px){.header-actions{gap:6px}.stock-button,.icon-button,.cart-button{padding:0 10px}.stock-button{min-width:44px}.stock-item{grid-template-columns:90px 1fr}.stock-item-visual{height:110px}.stock-summary{gap:7px}.stock-summary>*{font-size:.82rem}}
.presentation{margin:14px 0;padding:13px 14px;border:1px solid #cfe0cb;border-radius:14px;background:#f1f8ee;color:var(--muted)}.presentation span{display:block;margin-bottom:4px;color:var(--gold);font-size:.75rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.presentation p{margin:0;line-height:1.45}.presentation strong,.presentation small{display:block;margin-top:6px;color:var(--forest);line-height:1.35}.presentation strong{font-size:.9rem}.presentation small{font-size:.8rem;font-weight:750}.presentation.compact{margin:2px 0 12px;padding:10px 11px;border-radius:12px}.presentation.compact p{font-size:.82rem}.presentation.compact strong{font-size:.82rem}.product-card.in-stock{min-height:520px}.stock-item{align-items:start}.stock-item .presentation{margin-top:8px}.dialog-main>.presentation{margin-top:0}.detail-section ul{margin:7px 0 0;padding-left:20px;color:var(--muted);line-height:1.55}.detail-section li+li{margin-top:7px}.sales-pitch{margin:18px 0;padding:16px;border-left:4px solid var(--lime);border-radius:0 14px 14px 0;background:#f2f8ec}.sales-pitch span{color:var(--gold);font-size:.75rem;font-weight:850;letter-spacing:.08em}.sales-pitch p{margin:7px 0 0;color:var(--forest);font-weight:700;line-height:1.5}.health-note{margin:12px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.stock-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.stock-details,.stock-add{border-radius:10px;padding:9px 10px;font-weight:800}.stock-details{border:1px solid var(--line);background:#fff;color:var(--forest)}.stock-add{border:0;background:var(--forest);color:#fff}.dialog-main{max-height:88dvh;overflow-y:auto}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
