
:root{
  --green:#6c9f68;
  --green-dark:#416e49;
  --green-deep:#284f36;
  --sage:#a9c8a5;
  --mint:#eaf4e7;
  --mint-2:#f5faf2;
  --cream:#fbf8ef;
  --beige:#e8ddc8;
  --brown:#7a6548;
  --ink:#213326;
  --muted:#6f7d72;
  --line:#dfe7dc;
  --white:#fff;
  --shadow:0 18px 50px rgba(42,78,48,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input{font:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(251,248,239,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,231,220,.7)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--green-deep)}
.brand img{width:50px;height:50px;object-fit:contain}
.brand span{font-family:"Fraunces",serif;font-size:19px}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav-links>a:not(.nav-cta){color:#49604d}
.nav-links>a:hover{color:var(--green-dark)}
.nav-cta{padding:11px 18px;border-radius:999px;background:var(--green-deep);color:white}
.menu-btn{display:none;background:none;border:0;padding:8px}
.menu-btn span{display:block;width:22px;height:2px;background:var(--green-deep);margin:4px 0;border-radius:2px}

.hero{min-height:690px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px;padding-top:70px;padding-bottom:70px}
.eyebrow,.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--green-dark)}
.eyebrow{display:flex;align-items:center;gap:10px}
.eyebrow span{width:28px;height:1px;background:var(--green-dark)}
.hero h1,.section-heading h2,.brand-copy h2,.cta-card h2{font-family:"Fraunces",serif;letter-spacing:-.035em}
.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;margin:18px 0 24px;font-weight:700}
.hero h1 em{font-style:normal;color:var(--green)}
.hero-copy>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:590px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 38px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s transform,.2s background}
.btn:hover{transform:translateY(-2px)}
.btn.primary{background:var(--green-deep);color:white}
.btn.ghost{border:1px solid var(--line);background:rgba(255,255,255,.45);color:var(--green-deep)}
.hero-meta{display:flex;gap:32px;padding-top:22px;border-top:1px solid var(--line)}
.hero-meta div{display:flex;flex-direction:column;gap:2px}
.hero-meta strong{font-family:"Fraunces",serif;font-size:24px;color:var(--green-deep)}
.hero-meta span{font-size:12px;color:var(--muted)}

.hero-visual{position:relative;min-height:560px}
.hero-visual:before{content:"";position:absolute;inset:50px 30px 20px 50px;border-radius:48% 52% 44% 56%/48% 44% 56% 52%;background:linear-gradient(145deg,#dbeed4,#f0f6df);box-shadow:inset 0 0 0 1px rgba(91,130,84,.08)}
.leaf{position:absolute;width:170px;height:74px;border-radius:100% 0 100% 0;background:#c8dfb9;opacity:.8;transform:rotate(-35deg)}
.leaf-a{right:-20px;top:95px}
.leaf-b{left:18px;bottom:70px;transform:rotate(145deg);background:#dfe8c6}
.float-card{position:absolute;background:white;border:1px solid rgba(117,151,111,.14);box-shadow:var(--shadow);overflow:hidden}
.float-card img{width:100%;height:100%;object-fit:contain;background:#fff}
.card-main{width:330px;height:470px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-2deg);border-radius:32px;padding:20px 20px 66px}
.card-main>div{position:absolute;left:24px;right:24px;bottom:22px;display:flex;justify-content:space-between;align-items:center}
.card-main span{font-weight:700}.card-main strong{font-size:20px;color:var(--green-dark)}
.card-small{width:160px;height:220px;border-radius:25px;padding:12px}
.top-card{right:0;top:52px;transform:rotate(7deg)}
.bottom-card{left:5px;bottom:38px;transform:rotate(-8deg)}
.round-stamp{position:absolute;right:18px;bottom:54px;width:104px;height:104px;border-radius:50%;background:rgba(255,255,255,.94);padding:12px;box-shadow:0 10px 30px rgba(42,78,48,.12)}
.round-stamp img{width:100%;height:100%;object-fit:contain}

.soft-band{background:#edf4e9;border-block:1px solid #dce9d6}
.value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:30px 0}
.value-strip>div{display:flex;gap:13px;align-items:flex-start}
.value-strip .dot{width:9px;height:9px;border-radius:50%;background:var(--green);margin-top:7px;flex:none}
.value-strip p{margin:0;line-height:1.45;font-size:13px;color:var(--muted)}
.value-strip strong{color:var(--ink);font-size:14px}

.catalog-section{padding-top:96px;padding-bottom:110px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.section-heading h2{font-size:clamp(36px,4.5vw,58px);margin:8px 0 0;line-height:1.02}
.section-heading>p{max-width:450px;color:var(--muted);line-height:1.6;margin:0 0 6px}
.catalog-toolbar{display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:18px 0}
.search{display:flex;align-items:center;gap:10px;width:min(420px,100%);height:50px;background:white;border:1px solid var(--line);border-radius:999px;padding:0 16px}
.search svg{width:19px;fill:none;stroke:var(--green-dark);stroke-width:1.8}
.search input{border:0;outline:none;background:transparent;width:100%;color:var(--ink)}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{border:1px solid var(--line);background:rgba(255,255,255,.55);color:#56705b;padding:9px 13px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer}
.chip.active{background:var(--green-deep);border-color:var(--green-deep);color:white}
.result-line{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px;padding:14px 2px 22px;border-top:1px solid var(--line)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid #e4eadf;border-radius:24px;overflow:hidden;min-width:0;transition:.22s transform,.22s box-shadow;cursor:pointer}
.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(42,78,48,.1)}
.product-media{aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#f5f8f0);padding:18px;display:flex;align-items:center;justify-content:center;position:relative}
.product-media img{width:100%;height:100%;object-fit:contain}
.product-badge{position:absolute;left:14px;top:14px;background:rgba(245,250,242,.96);border:1px solid #dce8d7;color:var(--green-dark);font-size:10px;font-weight:700;padding:7px 9px;border-radius:999px}
.product-body{padding:16px 17px 18px;border-top:1px solid #eef2eb}
.product-name{font-weight:700;font-size:14px;line-height:1.25;min-height:36px}
.product-meta{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:14px}
.product-price{font-family:"Fraunces",serif;color:var(--green-deep);font-size:22px;font-weight:700}
.product-grams{font-size:12px;color:var(--muted)}
.placeholder-product{width:100%;height:100%;display:grid;place-items:center;text-align:center;border-radius:18px;background:linear-gradient(145deg,#eef5e8,#f9f7ef)}
.placeholder-product img{width:88px;height:88px;opacity:.68}
.placeholder-product span{display:block;font-size:11px;color:var(--muted);margin-top:8px}
.no-results{text-align:center;padding:70px 20px;color:var(--muted)}
.text-btn{border:0;background:none;color:var(--green-dark);font-weight:700;cursor:pointer}

.mix-section{background:var(--green-deep);color:white;padding:96px 0}
.section-heading.light .kicker{color:#b7ddb4}
.section-heading.light>p{color:#c8d6ca}
.mix-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mix-feature{background:#365e41;border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:22px;display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center}
.mix-feature img{width:92px;height:112px;object-fit:contain;background:white;border-radius:16px;padding:6px}
.mix-feature h3{font-size:17px;margin:0 0 7px}
.mix-feature p{font-size:12px;line-height:1.45;color:#c8d6ca;margin:0}
.mix-feature .mix-price{display:inline-block;margin-top:10px;font-weight:700;color:#d9f4d0}

.brand-section{padding:110px 0}
.brand-panel{background:linear-gradient(145deg,#e7f2df,#f8f7ed);border:1px solid #dbe7d5;border-radius:38px;padding:58px;display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center}
.brand-logo-wrap{display:flex;align-items:center;justify-content:center}
.brand-logo-wrap img{width:min(330px,100%)}
.brand-copy h2{font-size:clamp(35px,4vw,54px);line-height:1.02;margin:10px 0 20px}
.brand-copy p{color:var(--muted);font-size:16px;line-height:1.65}
.brand-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.brand-tags span{border:1px solid #ccddc6;background:rgba(255,255,255,.56);padding:9px 12px;border-radius:999px;font-size:12px;font-weight:700;color:var(--green-dark)}

.cta-section{padding:0 0 100px}
.cta-card{background:var(--green);border-radius:34px;padding:48px 52px;color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-card .kicker{color:#eefbea}
.cta-card h2{font-size:40px;line-height:1;margin:8px 0 10px}
.cta-card p{margin:0;color:#eef6eb}
.light-btn{background:white;color:var(--green-deep);white-space:nowrap}

footer{background:#173c29;color:#dce8df;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px}
.footer-brand img{width:88px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.08))}
.footer-grid>div{display:flex;flex-direction:column;gap:10px}
.footer-grid strong{color:white;margin-bottom:4px}
.footer-grid a,.footer-grid p{font-size:13px;color:#b8c9bd;margin:0}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;font-size:11px;color:#9eb3a4}

.product-modal{border:0;border-radius:30px;padding:0;width:min(860px,calc(100% - 28px));overflow:hidden;box-shadow:0 30px 100px rgba(18,49,31,.35);background:#fff;color:var(--ink)}
.product-modal::backdrop{background:rgba(22,45,29,.55);backdrop-filter:blur(5px)}
.product-modal[open]{display:grid;grid-template-columns:1fr 1fr}
.modal-media{background:#f4f7f0;min-height:480px;padding:34px;display:flex;align-items:center;justify-content:center}
.modal-media img{width:100%;height:100%;max-height:410px;object-fit:contain}
.modal-copy{padding:58px 45px 45px;position:relative}
.modal-category{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--green-dark);font-weight:700}
.modal-copy h3{font-family:"Fraunces",serif;font-size:38px;line-height:1.02;margin:13px 0 22px}
.modal-price-row{display:flex;align-items:center;gap:13px;margin-bottom:24px}
.modal-price-row strong{font-family:"Fraunces",serif;font-size:30px;color:var(--green-deep)}
.modal-price-row span{background:var(--mint);padding:7px 10px;border-radius:999px;color:var(--green-dark);font-size:12px;font-weight:700}
.modal-copy>p{color:var(--muted);line-height:1.65}
.modal-note{margin-top:28px;padding-top:18px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}
.modal-close{position:absolute;right:16px;top:16px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(23,60,41,.9);color:white;font-size:23px;z-index:2;cursor:pointer}

@media(max-width:980px){
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:55px}
  .hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-meta{justify-content:center}
  .hero-visual{min-height:520px;max-width:620px;width:100%;margin:auto}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .mix-feature-grid{grid-template-columns:repeat(2,1fr)}
  .brand-panel{grid-template-columns:1fr;gap:30px;text-align:center}.brand-logo-wrap img{width:240px}.brand-tags{justify-content:center}
}
@media(max-width:760px){
  .shell{width:min(100% - 26px,1160px)}
  .nav{height:68px}.brand img{width:44px;height:44px}.brand span{font-size:17px}
  .menu-btn{display:block}
  .nav-links{position:fixed;left:13px;right:13px;top:76px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;display:none;flex-direction:column;align-items:stretch;gap:4px;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}.nav-links a{padding:10px 12px}.nav-cta{text-align:center}
  .hero{padding-top:42px;gap:30px}.hero h1{font-size:50px}.hero-copy>p{font-size:16px}
  .hero-meta{gap:18px}.hero-meta strong{font-size:20px}
  .hero-visual{min-height:450px}.card-main{width:270px;height:385px}.card-small{width:128px;height:175px}.round-stamp{width:82px;height:82px}
  .value-strip{grid-template-columns:1fr;gap:16px}
  .catalog-section{padding-top:72px;padding-bottom:80px}
  .section-heading{display:block}.section-heading>p{margin-top:18px}
  .catalog-toolbar{align-items:stretch}.search{width:100%}.chips{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
  .chip{white-space:nowrap}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .product-media{padding:10px}.product-body{padding:13px}.product-name{font-size:13px}.product-price{font-size:19px}
  .mix-section{padding:72px 0}.mix-feature-grid{grid-template-columns:1fr}
  .brand-section{padding:72px 0}.brand-panel{padding:34px 24px;border-radius:28px}
  .cta-section{padding-bottom:70px}.cta-card{padding:34px 26px;display:block}.cta-card h2{font-size:34px}.cta-card .btn{margin-top:24px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:block;line-height:1.8}
  .product-modal[open]{display:block;max-height:90vh;overflow:auto}.modal-media{min-height:330px}.modal-copy{padding:36px 25px}.modal-copy h3{font-size:30px}
}
@media(max-width:430px){
  .hero h1{font-size:43px}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
  .hero-visual{min-height:400px}.card-main{width:240px;height:345px}.top-card{right:-5px}.bottom-card{left:-6px}
  .product-grid{grid-template-columns:1fr 1fr}.product-badge{font-size:9px;padding:6px 7px}
}

/* --- Carrito --- */
.nav-actions{display:flex;align-items:center;gap:10px}
.cart-toggle{height:44px;border:1px solid var(--line);background:rgba(255,255,255,.72);border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:8px;color:var(--green-deep);font-weight:700;cursor:pointer;position:relative}
.cart-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-toggle b{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--green-deep);color:#fff;display:grid;place-items:center;font-size:11px}
.cart-toggle.has-items{background:#f2f8ef;border-color:#cfe1c9}

.product-card{display:flex;flex-direction:column}
.product-body{display:flex;flex-direction:column;flex:1}
.product-meta{margin-top:auto;padding-top:14px}
.product-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}
.product-add{border:0;border-radius:999px;background:var(--green-deep);color:white;height:38px;padding:0 14px;font-weight:700;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:7px}
.product-add:hover{background:#1f422d}
.product-add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

.modal-buy-row{display:flex;align-items:center;gap:12px;margin-top:28px}
.qty-stepper{height:48px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;background:#fff;overflow:hidden}
.qty-stepper button{width:42px;height:100%;border:0;background:transparent;color:var(--green-deep);font-size:20px;cursor:pointer}
.qty-stepper input{width:46px;border:0;text-align:center;outline:none;color:var(--ink);font-weight:700;-moz-appearance:textfield}
.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.add-cart-modal{height:48px;flex:1;border:0;border-radius:999px;background:var(--green-deep);color:#fff;font-weight:700;cursor:pointer;padding:0 18px}

.cart-backdrop{position:fixed;inset:0;background:rgba(19,47,31,.32);backdrop-filter:blur(2px);z-index:70}
.cart-drawer{position:fixed;top:0;right:0;width:min(430px,100%);height:100dvh;background:#fff;z-index:80;box-shadow:-24px 0 70px rgba(22,56,36,.18);transform:translateX(105%);transition:transform .28s ease;display:flex;flex-direction:column}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:24px 24px 18px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:linear-gradient(180deg,#fbfdf8,#fff)}
.cart-head h2{font-family:"Fraunces",serif;margin:3px 0 0;font-size:34px;line-height:1}
.cart-close{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green-deep);font-size:24px;cursor:pointer}
.cart-body{padding:8px 18px;overflow:auto;flex:1}
.cart-item{display:grid;grid-template-columns:68px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #edf1ea;align-items:center}
.cart-thumb{width:68px;height:76px;border-radius:14px;background:#f4f7f0;border:1px solid #e6ece2;padding:5px;display:grid;place-items:center;overflow:hidden}
.cart-thumb img{width:100%;height:100%;object-fit:contain}
.cart-item-name{font-weight:700;font-size:13px;line-height:1.3;margin-bottom:3px}
.cart-item-unit{font-size:11px;color:var(--muted)}
.cart-item-controls{display:flex;align-items:center;gap:8px;margin-top:9px}
.cart-item-controls button{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green-deep);cursor:pointer;font-weight:700}
.cart-item-controls span{min-width:20px;text-align:center;font-size:12px;font-weight:700}
.cart-line-total{text-align:right;font-family:"Fraunces",serif;font-size:16px;color:var(--green-deep);font-weight:700;white-space:nowrap}
.cart-remove{display:block;margin:8px 0 0 auto;border:0;background:none;color:#9a6c5d;font-size:10px;cursor:pointer;text-decoration:underline}
.cart-empty{flex:1;display:none;place-items:center;text-align:center;padding:40px 28px;color:var(--muted)}
.cart-empty.show{display:grid;align-content:center}
.cart-empty-icon{width:64px;height:64px;border:1px dashed #b9cbb5;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:32px;margin:0 auto 14px}
.cart-empty strong{color:var(--ink);font-size:16px}
.cart-empty p{font-size:13px;line-height:1.5;max-width:260px;margin:8px auto 18px}
.cart-footer{border-top:1px solid var(--line);padding:18px 22px 22px;background:#fbfcf9}
.cart-summary-line{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:8px}
.cart-summary-line.total{font-size:19px;color:var(--ink);padding-top:8px;border-top:1px solid #e6ece2}
.cart-summary-line.total strong{font-family:"Fraunces",serif;font-size:27px;color:var(--green-deep)}
.cart-help{font-size:10.5px;line-height:1.45;color:var(--muted);margin:10px 0 14px}
.checkout-open{width:100%;border:0;cursor:pointer}
.cart-clear{display:block;margin:12px auto 0;border:0;background:none;color:#8a6c61;font-size:11px;cursor:pointer}

.checkout-modal{border:0;border-radius:28px;padding:0;width:min(580px,calc(100% - 28px));box-shadow:0 28px 100px rgba(18,49,31,.35);background:#fff;color:var(--ink)}
.checkout-modal::backdrop{background:rgba(22,45,29,.55);backdrop-filter:blur(5px)}
.checkout-copy{padding:44px 34px 32px}
.checkout-copy h2{font-family:"Fraunces",serif;font-size:38px;margin:7px 0 8px}
.checkout-copy>p{color:var(--muted);font-size:13px;margin:0 0 22px}
#checkoutForm{display:grid;grid-template-columns:1fr 1fr;gap:14px}
#checkoutForm label{font-size:11px;font-weight:700;color:#536756;display:flex;flex-direction:column;gap:7px}
#checkoutForm input,#checkoutForm select,#checkoutForm textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:#fbfcf9;padding:12px 13px;outline:none;color:var(--ink)}
#checkoutForm input:focus,#checkoutForm select:focus,#checkoutForm textarea:focus{border-color:#9bbb95;box-shadow:0 0 0 3px rgba(108,159,104,.1)}
#checkoutForm label:has(textarea),#checkoutForm small,.checkout-total,.checkout-actions{grid-column:1/-1}
.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:15px 0 5px;border-top:1px solid var(--line);margin-top:2px}
.checkout-total span{font-size:13px;color:var(--muted)}
.checkout-total strong{font-family:"Fraunces",serif;color:var(--green-deep);font-size:26px}
.checkout-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.checkout-actions .btn{border:none;cursor:pointer}
#checkoutForm small{color:var(--muted);font-size:9.5px;line-height:1.4;text-align:center}

.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--green-deep);color:#fff;padding:11px 16px;border-radius:999px;font-size:12px;font-weight:700;z-index:120;transition:.22s;box-shadow:0 10px 32px rgba(17,48,29,.22)}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:760px){
  .cart-toggle span{display:none}.cart-toggle{padding:0 8px;height:42px}.cart-toggle b{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;font-size:9px}
  .nav-actions{margin-left:auto}.menu-btn{margin-left:2px}
  .product-actions{align-items:center}.product-add{height:34px;padding:0 10px;font-size:11px}.product-add span{display:none}
  .modal-buy-row{align-items:stretch}.qty-stepper{flex:0 0 126px}.add-cart-modal{font-size:12px}
  .cart-drawer{width:100%}.cart-head{padding-top:18px}.cart-item{grid-template-columns:60px 1fr auto}.cart-thumb{width:60px;height:68px}
  .checkout-copy{padding:38px 20px 24px}.checkout-copy h2{font-size:31px}#checkoutForm{grid-template-columns:1fr}.checkout-actions{grid-template-columns:1fr}.checkout-actions .btn{width:100%}
}

body.cart-open{overflow:hidden}
.detail-hint{font-size:11px;color:var(--muted);font-weight:600}


/* WhatsApp flotante */
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:60;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 17px 0 13px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  box-shadow:0 14px 34px rgba(25,105,58,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(25,105,58,.32);
}
.whatsapp-float svg{
  width:27px;
  height:27px;
  fill:#fff;
}
.whatsapp-float .wa-phone{
  fill:#25D366;
}
@media (max-width:700px){
  .whatsapp-float{
    right:14px;
    bottom:14px;
    width:52px;
    height:52px;
    min-height:52px;
    padding:0;
    justify-content:center;
  }
  .whatsapp-float span{display:none}
  .whatsapp-float svg{width:28px;height:28px}
}
body.cart-open .whatsapp-float,
body.modal-open .whatsapp-float{
  opacity:0;
  pointer-events:none;
}


/* ===== LEMU PREMIUM CATALOG v2 ===== */
.category-showcase{padding:86px 0 72px}
.mini-heading{text-align:center;max-width:720px;margin:0 auto 34px}
.mini-heading h2{font-family:"Fraunces",serif;font-size:clamp(34px,4.5vw,54px);line-height:1.04;letter-spacing:-.035em;margin:9px 0 0}
.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{appearance:none;text-align:left;border:1px solid #dfe9db;background:rgba(255,255,255,.72);border-radius:24px;padding:22px;min-height:155px;color:var(--ink);cursor:pointer;transition:.22s transform,.22s box-shadow,.22s border-color}
.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(42,78,48,.09);border-color:#bfd5b8}
.category-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green-dark);font-size:10px;font-weight:800;margin-bottom:20px}
.category-card strong{display:block;font-family:"Fraunces",serif;font-size:20px;color:var(--green-deep)}
.category-card small{display:block;color:var(--muted);font-size:12px;line-height:1.45;margin-top:7px}

.xl-section{background:linear-gradient(135deg,#e3f0dd 0%,#f7f3e7 100%);border-block:1px solid #d9e5d4;padding:78px 0}
.xl-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.xl-heading h2{font-family:"Fraunces",serif;font-size:clamp(40px,5vw,62px);line-height:1;margin:8px 0 10px;color:var(--green-deep)}
.xl-heading p{margin:0;color:var(--muted);max-width:580px;line-height:1.6}
.xl-see-all{border:1px solid #b9cfb3;background:rgba(255,255,255,.68);color:var(--green-deep);border-radius:999px;padding:12px 17px;font-weight:700;cursor:pointer}
.xl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.xl-product{display:grid;grid-template-columns:145px 1fr;align-items:center;background:white;border:1px solid #d8e4d4;border-radius:27px;overflow:hidden;min-height:235px;cursor:pointer;box-shadow:0 12px 30px rgba(42,78,48,.06);transition:.22s transform,.22s box-shadow}
.xl-product:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(42,78,48,.12)}
.xl-product-media{height:100%;min-height:235px;background:#f5f8ef;padding:14px;display:grid;place-items:center;position:relative}
.xl-product-media img{width:100%;height:100%;object-fit:contain}
.xl-product-media>span{position:absolute;top:13px;left:13px;background:#efb83f;color:#4e3b13;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.08em}
.xl-product-copy{padding:23px 22px}
.xl-product-copy>small{text-transform:uppercase;letter-spacing:.14em;color:#8a6a22;font-size:9px;font-weight:800}
.xl-product-copy h3{font-family:"Fraunces",serif;color:var(--green-deep);font-size:24px;line-height:1.05;margin:8px 0 8px}
.xl-product-copy p{font-size:11px;color:var(--muted);line-height:1.45;margin:0 0 20px}
.xl-product-copy>div{display:flex;align-items:center;justify-content:space-between;gap:10px}
.xl-product-copy strong{font-family:"Fraunces",serif;font-size:23px;color:var(--green-deep)}
.xl-product-copy button{border:0;background:var(--green-deep);color:#fff;border-radius:999px;padding:10px 13px;font-size:11px;font-weight:800;cursor:pointer}

.product-badges{position:absolute;left:14px;top:14px;right:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:7px;z-index:2;pointer-events:none}
.product-badge{position:static}
.product-tag{background:rgba(255,255,255,.94);border:1px solid #e3eadf;color:#738078;font-size:9px;font-weight:800;padding:7px 9px;border-radius:999px;white-space:nowrap}
.product-tag.tag-xl{background:#fff4d8;border-color:#efd697;color:#8a681a}
.xl-ribbon{position:absolute;right:12px;bottom:12px;background:#efb83f;color:#4d3810;font-weight:900;font-size:11px;padding:8px 10px;border-radius:10px;box-shadow:0 8px 18px rgba(142,100,18,.15)}
.product-card.is-xl{border-color:#e6d6a8;background:linear-gradient(180deg,#fff,#fffcf5)}
.product-card.is-xl .product-media{background:linear-gradient(180deg,#fffdf8,#f8f0d9)}
.product-subtitle{font-size:10.5px;line-height:1.4;color:var(--muted);margin-top:6px;min-height:29px}
.product-card .product-media{transition:.25s background}
.product-card:hover .product-media{background:linear-gradient(180deg,#fff,#edf5e8)}
.detail-hint{font-size:10px;color:#7d8d80;font-weight:600}

.modal-labels{display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.modal-tag{background:#f2f6ee;border:1px solid #dce7d8;color:#657567;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}
.modal-subtitle{font-size:12px!important;color:#849087!important;margin:-8px 0 16px!important}
.product-modal .modal-media{background:linear-gradient(145deg,#f0f6e9,#fffaf0)}
.product-modal .modal-media img{max-height:520px;object-fit:contain}
.product-modal .modal-copy>p:not(.modal-subtitle){background:#f8faf6;border:1px solid #e5ece2;border-radius:16px;padding:13px 14px;font-size:13px}

@media(max-width:980px){
  .category-cards{grid-template-columns:repeat(2,1fr)}
  .xl-grid{grid-template-columns:1fr}
  .xl-product{grid-template-columns:180px 1fr}
}
@media(max-width:760px){
  .category-showcase{padding:64px 0 54px}
  .category-cards{grid-template-columns:1fr 1fr;gap:10px}
  .category-card{min-height:135px;padding:17px}
  .category-card strong{font-size:17px}
  .xl-section{padding:62px 0}
  .xl-heading{display:block}
  .xl-see-all{margin-top:20px}
  .xl-product{grid-template-columns:125px 1fr;min-height:205px}
  .xl-product-media{min-height:205px;padding:9px}
  .xl-product-copy{padding:18px 16px}
  .xl-product-copy h3{font-size:20px}
  .product-badges{left:8px;right:8px;top:8px}
  .product-badge,.product-tag{font-size:8px;padding:5px 6px}
  .product-subtitle{font-size:9.5px;min-height:27px}
}
@media(max-width:430px){
  .category-cards{grid-template-columns:1fr 1fr}
  .category-card{padding:15px;min-height:128px}
  .category-icon{margin-bottom:14px}
  .category-card small{font-size:10px}
  .xl-product{grid-template-columns:112px 1fr}
  .xl-product-copy h3{font-size:18px}
  .xl-product-copy p{font-size:10px;margin-bottom:13px}
  .xl-product-copy strong{font-size:20px}
  .xl-product-copy button{padding:9px 10px}
  .product-tag{display:none}
}

/* Corrección v3: una sola categoría visible por tarjeta */
.product-badges{
  justify-content:flex-start !important;
}


/* v4 - normaliza tamaño visual de fotos de productos */
.product-media,
.xl-product-media{
  overflow:hidden;
}
.product-media img,
.xl-product-media img{
  width:auto !important;
  height:auto !important;
  max-width:82%;
  max-height:88%;
  object-fit:contain;
  margin:auto;
}
.product-card.is-xl .product-media img,
.xl-product-media img{
  max-width:80%;
  max-height:86%;
}


/* ===== V7: UX refinements ===== */
/* 1) WhatsApp floating CTA — premium and less intrusive */
.whatsapp-float-pro{
  right:24px;
  bottom:24px;
  min-height:62px;
  padding:8px 18px 8px 9px;
  gap:11px;
  background:rgba(255,255,255,.96);
  color:#173b25;
  border:1px solid rgba(30,126,68,.18);
  box-shadow:0 14px 36px rgba(22,74,40,.16),0 2px 8px rgba(22,74,40,.08);
  backdrop-filter:blur(12px);
}
.whatsapp-float-pro:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(22,74,40,.22);background:#fff}
.wa-icon-wrap{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#25D366;flex:none;box-shadow:0 7px 16px rgba(37,211,102,.25)}
.wa-icon-wrap svg{width:26px;height:26px;fill:#fff}
.wa-icon-wrap .wa-phone{fill:#25D366}
.wa-copy{display:flex;flex-direction:column;line-height:1.12;text-align:left}
.wa-copy strong{font-size:12px;letter-spacing:-.01em}
.wa-copy small{font-size:10px;color:#6b786e;margin-top:4px;font-weight:600}
.wa-status-dot{position:absolute;left:44px;top:8px;width:10px;height:10px;border-radius:50%;background:#4bd275;border:2px solid #fff;box-shadow:0 0 0 3px rgba(75,210,117,.12)}

/* 2) Category filters — clearer, count-aware and mobile-scrollable */
.catalog-toolbar-pro{position:sticky;top:78px;z-index:18;background:rgba(249,247,239,.92);backdrop-filter:blur(12px);padding:14px;border:1px solid rgba(217,226,212,.9);border-radius:22px;box-shadow:0 8px 28px rgba(42,78,48,.055)}
.filter-row{display:flex;align-items:center;gap:10px;min-width:0}
.chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px;flex:1}
.chips::-webkit-scrollbar{display:none}
.chip{display:inline-flex!important;align-items:center;gap:7px;white-space:nowrap;flex:none}
.chip b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:rgba(57,91,59,.08);font-size:9px;font-weight:800;color:#69786b}
.chip.active b{background:rgba(255,255,255,.18);color:inherit}
.filters-reset{border:0;background:transparent;color:#627064;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap;opacity:0;pointer-events:none;transition:.18s}
.filters-reset.visible{opacity:1;pointer-events:auto}
.filters-reset:hover{color:var(--green-deep)}
.search{position:relative}
.search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:0;border-radius:50%;background:#eef3eb;color:#627064;cursor:pointer;font-size:18px;line-height:1}
.search-clear:hover{background:#e3ece0;color:var(--green-deep)}

/* 3) Product image zoom / fullscreen viewer */
.modal-media{position:relative}
.modal-media img.zoomable{cursor:zoom-in;transition:transform .22s ease,filter .22s ease}
.modal-media img.zoomable:hover{transform:scale(1.025);filter:drop-shadow(0 14px 22px rgba(35,70,43,.12))}
.image-zoom-btn{position:absolute;right:16px;bottom:16px;z-index:3;border:1px solid rgba(37,76,44,.14);background:rgba(255,255,255,.92);color:var(--green-deep);border-radius:999px;padding:9px 12px;font-size:10px;font-weight:800;box-shadow:0 7px 18px rgba(34,68,41,.10);cursor:pointer;backdrop-filter:blur(8px)}
.image-zoom-btn:hover{background:#fff;transform:translateY(-1px)}
.image-zoom{border:0;background:rgba(248,249,245,.98);padding:0;width:min(900px,calc(100% - 24px));height:min(94vh,960px);border-radius:26px;overflow:hidden;box-shadow:0 32px 110px rgba(17,44,26,.38)}
.image-zoom::backdrop{background:rgba(15,31,20,.76);backdrop-filter:blur(8px)}
.image-zoom[open]{display:grid;grid-template-rows:1fr auto}
.image-zoom-stage{min-height:0;display:grid;place-items:center;padding:34px 36px 18px;overflow:auto;background:linear-gradient(145deg,#f5f8f1,#fff)}
.image-zoom-stage img{max-width:100%;max-height:78vh;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(43,70,46,.16))}
.image-zoom-close{position:absolute;right:14px;top:14px;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:#23432d;font-size:26px;cursor:pointer;box-shadow:0 8px 20px rgba(24,54,31,.12)}
.image-zoom-caption{padding:14px 20px 18px;text-align:center;color:#667469;font-size:12px;font-weight:700;border-top:1px solid #e4ebe0;background:#fff}
body.image-zoom-open{overflow:hidden}

@media(max-width:760px){
  .catalog-toolbar-pro{top:68px;padding:10px;border-radius:16px}
  .filter-row{display:block}.filters-reset{margin:8px 2px 0}
  .whatsapp-float-pro{right:14px;bottom:14px;width:auto;height:auto;min-height:54px;padding:6px;gap:0;border-radius:999px}
  .whatsapp-float-pro .wa-copy,.whatsapp-float-pro .wa-status-dot{display:none}
  .wa-icon-wrap{width:42px;height:42px}
  .image-zoom{width:calc(100% - 12px);height:94vh;border-radius:20px}
  .image-zoom-stage{padding:48px 12px 12px}
  .image-zoom-stage img{max-height:80vh}
  .image-zoom-btn{right:10px;bottom:10px;padding:8px 10px}
}


/* ===== V8: WhatsApp móvil vuelve al botón circular simple ===== */
@media (max-width:760px){
  .whatsapp-float.whatsapp-float-pro{
    right:14px !important;
    bottom:calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
    padding:0 !important;
    gap:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:0 !important;
    border-radius:50% !important;
    background:#25D366 !important;
    box-shadow:0 12px 28px rgba(25,105,58,.28) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  .whatsapp-float.whatsapp-float-pro:hover{
    transform:none !important;
    background:#25D366 !important;
  }
  .whatsapp-float-pro .wa-copy,
  .whatsapp-float-pro .wa-status-dot{
    display:none !important;
  }
  .whatsapp-float-pro .wa-icon-wrap{
    width:52px !important;
    height:52px !important;
    display:grid !important;
    place-items:center !important;
    background:transparent !important;
    border-radius:50% !important;
    box-shadow:none !important;
  }
  .whatsapp-float-pro .wa-icon-wrap svg{
    width:29px !important;
    height:29px !important;
    fill:#fff !important;
  }
  .whatsapp-float-pro .wa-icon-wrap .wa-phone{
    fill:#25D366 !important;
  }
}


/* ===== V9 — LEMU CÁLIDA COMERCIAL ===== */
:root{
  --warm-cream:#fff8ec;
  --warm-sand:#f4e5ca;
  --warm-peach:#efcda7;
  --warm-orange:#d99154;
  --warm-brown:#6f513a;
}
body{background:#fffaf1}
.promo-strip{background:#294f36;color:#f5f4e9;font-size:11px;font-weight:600;letter-spacing:.02em}
.promo-strip-inner{min-height:34px;display:flex;justify-content:center;align-items:center;gap:13px;white-space:nowrap}
.promo-strip strong{color:#fff2c8}.promo-dot{opacity:.45}
.site-header{background:rgba(255,250,241,.9)}

.hero-warm{min-height:665px;grid-template-columns:1.02fr .98fr;gap:68px;padding-top:62px;padding-bottom:76px}
.hero-warm .hero-copy{position:relative;z-index:2}
.hero-warm h1{font-size:clamp(52px,6vw,80px);max-width:680px}
.hero-warm h1 em{color:#d47e49}
.hero-warm .hero-copy>p{max-width:610px;color:#6e736b}
.hero-primary{background:#294f36!important;box-shadow:0 10px 24px rgba(41,79,54,.16)}
.hero-whatsapp{display:inline-flex;gap:9px;background:#fff!important;border-color:#e6d6c1!important;color:#31583e!important}
.hero-whatsapp svg{width:20px;height:20px;fill:#25D366}.hero-whatsapp .wa-inner{fill:#fff}
.hero-benefits{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:34px}
.hero-benefits span{display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #eadcc8;border-radius:999px;background:rgba(255,255,255,.72);font-size:11px;color:#7c705f;box-shadow:0 6px 18px rgba(91,66,38,.04)}
.hero-benefits b{color:#294f36;font-size:12px}

.hero-showcase{position:relative;min-height:520px;border-radius:44px;background:linear-gradient(145deg,#f7e5c7 0%,#f1d7b6 43%,#e2efda 100%);border:1px solid rgba(121,103,75,.10);overflow:hidden;box-shadow:0 24px 70px rgba(90,67,43,.12)}
.hero-showcase:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.42);left:50%;top:48%;transform:translate(-50%,-50%)}
.hero-blob{position:absolute;right:-75px;top:-60px;width:240px;height:240px;border-radius:50%;background:rgba(255,248,229,.56)}
.showcase-kicker{position:absolute;left:24px;top:24px;z-index:3;background:#294f36;color:#fff;border-radius:999px;padding:8px 11px;font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.showcase-product{position:absolute;inset:52px 60px 82px;display:grid;place-items:center;z-index:2}
.showcase-product img{width:auto;height:auto;max-width:76%;max-height:100%;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(71,52,34,.16))}
.showcase-info{position:absolute;left:18px;right:18px;bottom:18px;z-index:4;background:rgba(255,255,255,.92);border:1px solid rgba(117,93,61,.10);border-radius:20px;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 12px 34px rgba(74,55,38,.08);backdrop-filter:blur(8px)}
.showcase-info small{display:block;color:#817362;font-size:10px;margin-bottom:3px}.showcase-info strong{font-family:"Fraunces",serif;color:#294f36;font-size:23px}
.showcase-add{border:0;background:#294f36;color:#fff;border-radius:999px;padding:11px 15px;font-size:11px;font-weight:800;cursor:pointer}
.showcase-note{position:absolute;z-index:4;background:rgba(255,255,255,.89);border:1px solid rgba(108,86,60,.10);border-radius:999px;padding:9px 12px;font-size:10px;font-weight:700;color:#6c604f;box-shadow:0 8px 22px rgba(75,57,40,.07)}
.showcase-note span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#78a46c;margin-right:7px}
.note-one{right:18px;top:28px}.note-two{left:22px;bottom:94px}

.soft-band{background:#f6ecdc;border-block-color:#eadbc4}.value-strip .dot{background:#d99154}
.category-showcase{padding-top:82px}.category-card{background:#fffdf8;border-color:#eadfcd}.category-card:hover{border-color:#d9b98e;box-shadow:0 18px 38px rgba(95,70,39,.08)}
.category-icon{background:#f3e2c8;color:#8a5d37}.category-card strong{color:#3f5c45}
.xl-section{background:linear-gradient(135deg,#f7ead2 0%,#edf4e7 100%);border-block-color:#eadbc3}
.xl-product{border-color:#e9dcc7}.xl-product-media{background:#fff9ef}
.catalog-toolbar-pro{background:rgba(255,250,241,.94);border-color:#eadfce;box-shadow:0 10px 30px rgba(92,70,45,.055)}
.product-card{border-color:#ebdfce;border-radius:25px;box-shadow:0 5px 18px rgba(92,70,45,.025)}
.product-card:hover{box-shadow:0 20px 44px rgba(92,70,45,.10)}
.product-media{background:linear-gradient(180deg,#fff,#fff9f0)}
.product-card:hover .product-media{background:linear-gradient(180deg,#fff,#f8efe2)}
.product-badge{background:rgba(255,249,239,.96);border-color:#eadbc6;color:#755b43}
.product-body{border-top-color:#f1e8da}
.mix-section{background:#294f36}.mix-feature{background:#345f40;border-color:rgba(255,255,255,.09)}
.brand-panel{background:linear-gradient(145deg,#f7e6cc,#edf4e5);border-color:#e5d8c3}
.cta-card{background:linear-gradient(135deg,#3f704a,#6f9f68)}
footer{background:#203f2b}

/* Mobile: more commercial, simpler and less cluttered */
@media(max-width:760px){
  body{overflow-x:hidden}
  .promo-strip-inner{justify-content:center;overflow:visible;gap:5px 7px;font-size:10px;white-space:normal;flex-wrap:wrap;min-height:48px;padding:6px 0;line-height:1.25;text-align:center}
  .promo-strip-inner span{display:inline!important}.promo-strip-inner .promo-dot{display:inline!important;opacity:.45}
  .hero-warm{grid-template-columns:1fr;gap:18px;padding-top:18px;padding-bottom:38px}
  .hero-warm .hero-copy{order:2;text-align:left}
  .hero-warm .eyebrow,.hero-warm .hero-actions,.hero-benefits{justify-content:flex-start}
  .hero-warm h1{font-size:38px;line-height:.98;max-width:12ch;margin:14px 0 16px}
  .hero-warm .hero-copy>p{font-size:15px;line-height:1.55;max-width:none}
  .hero-warm .hero-actions{margin:22px 0 18px}.hero-warm .btn{width:100%}
  .hero-whatsapp{display:none}
  .hero-benefits{gap:8px;margin-top:18px}.hero-benefits span{padding:8px 10px}
  .hero-showcase{order:1;min-height:330px;border-radius:26px;max-width:100%;margin-inline:auto}
  .showcase-product{inset:38px 22px 74px}.showcase-product img{max-width:72%;max-height:100%}
  .showcase-note{display:none}.showcase-kicker{left:14px;top:14px}.showcase-info{left:10px;right:10px;bottom:10px;border-radius:16px;padding:11px 12px}.showcase-add{padding:9px 11px;font-size:10px}
}
@media(max-width:430px){
  .hero-warm h1{font-size:34px}
  .hero-benefits{display:grid;grid-template-columns:1fr 1fr;gap:7px}.hero-benefits span:last-child{grid-column:1/-1;justify-content:center}
  .hero-showcase{min-height:300px}.showcase-product{inset:38px 16px 72px}.showcase-product img{max-width:70%}.showcase-info strong{font-size:20px}.showcase-info small{font-size:9px}
}

/* WhatsApp: escritorio premium, móvil clásico limpio */
@media(max-width:760px){
  .whatsapp-float.whatsapp-float-pro{right:16px!important;bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;background:#25D366!important;border:3px solid #fff!important;box-shadow:0 8px 22px rgba(35,92,54,.25)!important}
  .whatsapp-float-pro .wa-icon-wrap{width:50px!important;height:50px!important;background:transparent!important}
  .whatsapp-float-pro .wa-icon-wrap svg{width:31px!important;height:31px!important}
}


/* v12: correccion exclusiva del producto destacado en movil */
@media(max-width:760px){
  .hero-showcase{
    display:grid !important;
    grid-template-rows:auto auto;
    min-height:0 !important;
    height:auto !important;
    padding:46px 14px 14px !important;
    overflow:hidden !important;
  }
  .hero-showcase:before{
    width:290px !important;
    height:290px !important;
    top:43% !important;
  }
  .hero-blob{display:none !important}
  .showcase-product{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:245px !important;
    min-height:245px !important;
    display:grid !important;
    place-items:center !important;
    z-index:2 !important;
  }
  .showcase-product img{
    width:auto !important;
    height:auto !important;
    max-width:86% !important;
    max-height:225px !important;
    object-fit:contain !important;
    margin:auto !important;
  }
  .showcase-info{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    margin-top:4px !important;
    z-index:4 !important;
  }
  .showcase-kicker{z-index:5 !important}
}
@media(max-width:430px){
  .hero-showcase{padding:42px 10px 10px !important}
  .showcase-product{height:220px !important;min-height:220px !important}
  .showcase-product img{max-width:84% !important;max-height:205px !important}
  .showcase-info{padding:11px !important}
}
