:root{
  --paper:#f6f4ee;
  --paper-2:#efede6;
  --white:#fff;
  --ink:#0b1a15;
  --ink-2:#173128;
  --green:#155d47;
  --green-2:#1f7a5e;
  --green-soft:#dfece5;
  --green-pale:#edf5f0;
  --gold:#b08a4f;
  --gold-soft:#efe4cf;
  --muted:#6d7772;
  --muted-2:#8d9692;
  --line:rgba(11,26,21,.11);
  --line-strong:rgba(11,26,21,.18);
  --danger:#a8493d;
  --shadow:0 24px 70px rgba(13,32,25,.10);
  --shadow-soft:0 12px 36px rgba(13,32,25,.07);
  --radius:26px;
  --radius-sm:18px;
  --shell:min(1240px,calc(100% - 44px));
  --sans:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --serif:"DM Serif Display",Georgia,serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}
button,input,select{font:inherit}
button,a{tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.shell{width:var(--shell);margin-inline:auto}
.announcement{background:var(--ink);color:#e8efe9;font-size:11px;letter-spacing:.035em}
.announcement__inner{height:34px;display:flex;align-items:center;justify-content:center;gap:10px}
.announcement__dot{width:3px;height:3px;border-radius:50%;background:#6d9e8d}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,244,238,.88);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s ease}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 5px 18px rgba(13,32,25,.035)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:60px;width:auto;object-fit:contain}
.nav__links{display:flex;align-items:center;justify-content:center;gap:30px;font-size:13px;font-weight:700;color:#425049}
.nav__links a{position:relative;padding:12px 0}
.nav__links a::after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--green);transition:right .2s}
.nav__links a:hover::after{right:0}
.nav__actions{display:flex;align-items:center;gap:8px}
.nav-icon{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.58);display:grid;place-items:center;position:relative;color:var(--ink)}
.nav-icon svg{font-size:18px}
.nav-icon span{position:absolute;right:-2px;top:-3px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--green);color:#fff;font-size:9px;font-weight:800;display:grid;place-items:center}
.cart-button{height:44px;border:0;background:var(--ink);color:#fff;border-radius:999px;padding:0 14px 0 17px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}
.cart-button svg{font-size:16px}
.cart-button b{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#fff;color:var(--ink);font-size:10px}
.hero{position:relative;padding:72px 0 86px;overflow:hidden}
.hero__halo{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}
.hero__halo--one{width:620px;height:620px;right:-280px;top:-250px;background:radial-gradient(circle,rgba(31,122,94,.12),transparent 68%)}
.hero__halo--two{width:420px;height:420px;left:-260px;bottom:-220px;background:radial-gradient(circle,rgba(176,138,79,.12),transparent 68%)}
.hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(470px,.98fr);gap:70px;align-items:center;position:relative;z-index:1}
.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green)}
.eyebrow::before,.kicker::before{content:"";width:24px;height:1px;background:currentColor}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(58px,6vw,86px);line-height:.98;letter-spacing:-.042em;margin:18px 0 24px;max-width:760px}
.hero h1 em,.catalog-intro h2 em{font-weight:400;color:var(--green);font-style:italic}
.hero__lead{font-size:17px;line-height:1.72;color:#5c6761;max-width:680px;margin:0 0 27px}
.hero-search{height:66px;background:#fff;border:1px solid rgba(11,26,21,.09);border-radius:20px;padding:7px 7px 7px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;box-shadow:var(--shadow-soft);max-width:720px}
.hero-search svg{font-size:22px;color:var(--green)}
.hero-search input{border:0;outline:0;background:transparent;min-width:0;color:var(--ink);font-size:14px}
.hero-search input::placeholder{color:#8c9691}
.hero-search button{height:50px;border:0;background:var(--green);color:#fff;border-radius:14px;padding:0 23px;font-size:12px;font-weight:800}
.quick-intents{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}
.quick-intents button{border:1px solid var(--line);background:rgba(255,255,255,.42);border-radius:999px;padding:8px 11px;font-size:10px;color:#59635e;font-weight:700}
.quick-intents button:hover{background:#fff;color:var(--green)}
.hero__trust{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:26px;font-size:11px;color:#65706a;font-weight:700}
.hero__trust span{display:flex;align-items:center;gap:5px}
.hero__trust svg{font-size:13px;color:var(--green)}
.hero-stage{position:relative;min-height:590px}
.stage-card{position:absolute;background:#fff;border:1px solid rgba(11,26,21,.08);box-shadow:var(--shadow);overflow:hidden}
.stage-card--main{left:5%;top:34px;width:69%;height:465px;border-radius:34px;transform:rotate(-1.2deg)}
.stage-card--mini{width:38%;height:240px;border-radius:25px;right:0}
.stage-card--top{top:0;transform:rotate(3deg)}
.stage-card--bottom{top:268px;right:2%;transform:rotate(1.2deg)}
.stage-product{height:100%;width:100%;position:relative;display:flex;flex-direction:column;border:0;background:transparent;padding:0;text-align:left;color:inherit}
.stage-product__image{flex:1;min-height:0;background:linear-gradient(145deg,#f6f7f4,#ebece7);padding:18px;display:grid;place-items:center}
.stage-product__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.stage-product__info{padding:15px 17px 16px;display:grid;gap:3px;background:#fff}
.stage-product__info small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800}
.stage-product__info b{font-size:13px;line-height:1.3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.stage-product__price{font-family:var(--serif);font-size:20px;color:var(--ink)}
.stage-card--mini .stage-product__info{padding:10px 12px 12px}
.stage-card--mini .stage-product__price{font-size:16px}
.stage-card--mini .stage-product__info b{font-size:11px}
.stage-note{position:absolute;left:2%;bottom:8px;width:55%;padding:18px 20px;border:1px solid var(--line);border-radius:20px;background:rgba(246,244,238,.86);backdrop-filter:blur(12px);display:grid;gap:3px}
.stage-note span{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:15px}
.stage-note b{font-size:15px}
.stage-note small{font-size:10px;line-height:1.45;color:var(--muted)}
.business-section{padding:0 0 36px}
.business-panel{background:var(--ink);color:#fff;border-radius:34px;padding:35px;display:grid;grid-template-columns:310px 1fr;gap:34px;box-shadow:0 24px 70px rgba(11,26,21,.12)}
.business-panel__intro .kicker{color:#86b8a7}
.business-panel__intro h2{font-family:var(--serif);font-size:36px;font-weight:400;line-height:1.05;margin:10px 0 12px}
.business-panel__intro p{font-size:12px;line-height:1.65;color:#aebbb5;margin:0}
.business-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.business-card{min-height:96px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);color:#fff;border-radius:18px;text-align:left;padding:15px;display:flex;align-items:flex-start;gap:12px;transition:.2s ease}
.business-card:hover,.business-card.is-active{background:#fff;color:var(--ink);transform:translateY(-2px)}
.business-card svg{font-size:21px;flex:0 0 auto;margin-top:2px}
.business-card span{display:grid;gap:4px}
.business-card b{font-size:12px}
.business-card small{font-size:9px;line-height:1.4;color:#91a39b}
.business-card:hover small,.business-card.is-active small{color:var(--muted)}
.section{padding:92px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}
.section-head h2{font-family:var(--serif);font-size:clamp(38px,4.2vw,58px);line-height:1.02;letter-spacing:-.025em;font-weight:400;max-width:820px;margin:12px 0 0}
.link-button{border:0;background:transparent;color:var(--green);display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;padding:10px 0;white-space:nowrap}
.link-button svg,.btn svg{font-size:15px}
.editorial-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:repeat(2,300px);gap:14px}
.editorial-card{position:relative;border-radius:26px;overflow:hidden;background:#fff;border:1px solid var(--line);min-width:0;cursor:pointer}
.editorial-card:first-child{grid-row:1/3}
.editorial-card__image{position:absolute;inset:0;background:linear-gradient(145deg,#f1f2ee,#e8ebe5);padding:28px;display:grid;place-items:center}
.editorial-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s ease}
.editorial-card:hover img{transform:scale(1.035)}
.editorial-card__gradient{position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(6,17,13,.82))}
.editorial-card__content{position:absolute;left:0;right:0;bottom:0;padding:24px;color:#fff;display:grid;gap:5px}
.editorial-card__content small{font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:#c7ddd4;font-weight:800}
.editorial-card__content b{font-family:var(--serif);font-size:23px;font-weight:400;line-height:1.05}
.editorial-card:first-child .editorial-card__content b{font-size:33px}
.editorial-card__content span{font-size:11px;color:#dae5df}
.editorial-card__content strong{font-size:14px;margin-top:2px}
.season-section{padding:14px 0 68px}
.season-card{position:relative;min-height:515px;background:linear-gradient(120deg,#0e2a20,#174f3c);border-radius:38px;overflow:hidden;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;padding:60px;box-shadow:0 30px 80px rgba(12,39,30,.16)}
.season-card::before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-230px;top:-270px;border:1px solid rgba(255,255,255,.09)}
.season-card::after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;left:42%;bottom:-300px;background:radial-gradient(circle,rgba(255,255,255,.07),transparent 70%)}
.season-card__copy{position:relative;z-index:2;max-width:480px}
.season-card__eyebrow{display:block;color:#9cc8b8;font-size:10px;letter-spacing:.15em;font-weight:800}
.season-card h2{font-family:var(--serif);font-size:56px;font-weight:400;line-height:.98;margin:14px 0 20px}
.season-card p{font-size:13px;line-height:1.7;color:#c0d0c9;max-width:450px;margin:0 0 25px}
.btn{border-radius:14px;min-height:47px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:800;border:1px solid transparent}
.btn--light{background:#fff;color:var(--ink)}
.btn--primary{background:var(--green);color:#fff}
.btn--outline{background:transparent;border-color:var(--line-strong);color:var(--ink)}
.btn--ghost{background:#fff;border-color:var(--line);color:var(--ink)}
.btn--whatsapp{background:#1a8f5a;color:#fff;border:0;width:100%}
.season-card__products{position:relative;z-index:2;height:330px;margin-left:20px}
.season-product{position:absolute;border:0;text-align:left;width:240px;height:310px;border-radius:28px;background:#fff;padding:16px;box-shadow:0 24px 50px rgba(0,0,0,.18);display:flex;flex-direction:column;cursor:pointer}
.season-product:nth-child(1){left:0;top:0;transform:rotate(-4deg)}
.season-product:nth-child(2){left:31%;top:18px;transform:rotate(3deg)}
.season-product:nth-child(3){left:60%;top:-4px;transform:rotate(7deg)}
.season-product img{width:100%;height:220px;object-fit:contain;mix-blend-mode:multiply}
.season-product small{color:var(--green);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.season-product b{color:var(--ink);font-size:11px;line-height:1.3;margin:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.season-product strong{color:var(--ink);font-size:13px}
.season-tabs{position:absolute;left:60px;bottom:26px;z-index:3;display:flex;gap:4px}
.season-tabs button{border:1px solid rgba(255,255,255,.16);background:transparent;color:#9db5ab;border-radius:999px;padding:7px 11px;font-size:9px;font-weight:800}
.season-tabs button.is-active{background:#fff;color:var(--ink);border-color:#fff}
.opportunity-section{padding-top:34px}
.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);overflow-x:auto;gap:12px;padding:2px 2px 15px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#c8cec9 transparent}
.product-rail .product-card{scroll-snap-align:start}
.category-section{background:var(--paper-2)}
.section-note{font-size:11px;color:var(--muted);font-weight:700}
.category-mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.category-card{position:relative;min-height:235px;border-radius:24px;overflow:hidden;border:0;background:#dfe4dd;text-align:left;padding:0;color:#fff}
.category-card:nth-child(1),.category-card:nth-child(8){grid-column:span 2}
.category-card__image{position:absolute;inset:0;background:linear-gradient(145deg,#e5e6e0,#d9ddd6);display:grid;place-items:center;padding:14px}
.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.category-card:hover img{transform:scale(1.04)}
.category-card__overlay{position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(6,17,13,.78))}
.category-card__copy{position:absolute;left:18px;right:18px;bottom:17px;display:grid;gap:4px}
.category-card__copy span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#dce7e2;font-weight:800}
.category-card__copy b{font-family:var(--serif);font-weight:400;font-size:22px;line-height:1.05}
.catalog{background:var(--paper)}
.catalog-intro{max-width:830px;margin-bottom:35px}
.catalog-intro h2{font-family:var(--serif);font-size:clamp(48px,6vw,76px);font-weight:400;line-height:.98;letter-spacing:-.035em;margin:12px 0 20px}
.catalog-intro p{max-width:650px;color:var(--muted);line-height:1.7;font-size:13px}
.catalog-toolbar{position:sticky;top:78px;z-index:30;display:grid;grid-template-columns:1fr auto auto;gap:9px;background:rgba(246,244,238,.90);backdrop-filter:blur(16px);padding:12px 0;border-bottom:1px solid var(--line);margin-bottom:12px}
.catalog-search{height:52px;border:1px solid var(--line);background:#fff;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 15px}
.catalog-search svg{font-size:18px;color:var(--green)}
.catalog-search input{width:100%;border:0;outline:0;background:transparent;font-size:13px;color:var(--ink)}
.filter-trigger{height:52px;min-width:110px;border:1px solid var(--line);background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800;color:var(--ink)}
.filter-trigger svg{font-size:17px}
.filter-trigger b{display:grid;place-items:center;min-width:19px;height:19px;border-radius:50%;background:var(--green);color:#fff;font-size:9px}
.sort-select{height:52px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:0 34px 0 13px;color:var(--ink);font-size:11px;font-weight:700;outline:0}
.active-filter-row{display:flex;gap:7px;flex-wrap:wrap;min-height:8px;margin:10px 0}
.filter-chip{background:var(--green-soft);color:var(--green);padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800}
.results-line{display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted);font-size:10px;margin:16px 0 18px}
.results-line b{font-size:13px;color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.product-card{background:#fff;border:1px solid rgba(11,26,21,.08);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:rgba(11,26,21,.13)}
.product-card__image{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#f4f5f1,#eceee9);padding:14px;cursor:pointer;overflow:hidden}
.product-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}
.product-card:hover .product-card__image img{transform:scale(1.025)}
.product-card__image.is-empty::after{content:"Producto sin imagen";position:absolute;inset:0;display:grid;place-items:center;color:#9ba49f;font-size:10px}
.product-card__fav{position:absolute;top:11px;right:11px;width:34px;height:34px;border:1px solid rgba(11,26,21,.08);background:rgba(255,255,255,.88);backdrop-filter:blur(8px);border-radius:50%;display:grid;place-items:center;color:var(--ink);z-index:2}
.product-card__fav svg{font-size:16px}
.product-card__fav.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}
.product-card__body{display:flex;flex-direction:column;padding:14px;gap:7px;flex:1}
.product-kicker{font-size:8px;letter-spacing:.085em;text-transform:uppercase;color:var(--green);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card__category{font-size:9px;color:var(--muted);font-weight:700}
.product-card__title{font-size:13px;font-weight:800;line-height:1.35;min-height:35px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}
.product-card__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:6px}
.product-card__price{display:grid;gap:1px}
.product-card__price small{font-size:8px;color:var(--muted)}
.product-card__price b{font-family:var(--serif);font-size:23px;font-weight:400;line-height:1}
.product-card__bulk{text-align:right;display:grid;gap:1px}
.product-card__bulk small{font-size:8px;color:var(--muted)}
.product-card__bulk b{font-size:10px;color:var(--green)}
.product-card__margin{background:var(--green-pale);color:var(--green);border-radius:10px;padding:8px 9px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:8px}
.product-card__margin b{font-size:10px}
.product-card__actions{display:grid;grid-template-columns:1fr 38px;gap:7px;margin-top:2px}
.product-card__add{height:38px;border:0;background:var(--ink);color:#fff;border-radius:11px;font-size:10px;font-weight:800}
.product-card__detail{height:38px;border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;place-items:center;color:var(--ink)}
.product-card__detail svg{font-size:16px}
.product-card__unavailable{color:var(--danger);font-size:8px;font-weight:800}
.load-area{text-align:center;padding:34px 0 0;display:grid;justify-items:center;gap:8px;color:var(--muted)}
.load-area small{font-size:9px}
.filter-panel{position:fixed;inset:0;z-index:80;pointer-events:none}
.filter-panel[aria-hidden="false"]{pointer-events:auto}
.filter-panel__backdrop{position:absolute;inset:0;background:rgba(8,18,14,.38);opacity:0;transition:.2s}
.filter-panel[aria-hidden="false"] .filter-panel__backdrop{opacity:1}
.filter-panel__sheet{position:absolute;top:0;right:0;width:min(430px,94vw);height:100%;background:var(--paper);padding:28px;transform:translateX(102%);transition:transform .25s ease;box-shadow:-20px 0 60px rgba(8,18,14,.13);display:flex;flex-direction:column}
.filter-panel[aria-hidden="false"] .filter-panel__sheet{transform:translateX(0)}
.filter-panel__head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}
.filter-panel__head h3{font-family:var(--serif);font-size:36px;font-weight:400;margin:5px 0 0}
.filter-fields{display:grid;gap:16px;padding:24px 0;overflow:auto}
.filter-fields label{display:grid;gap:7px;font-size:10px;font-weight:800;color:var(--muted)}
.filter-fields select{height:50px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:0 12px;color:var(--ink);outline:0}
.filter-panel__actions{margin-top:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;border-top:1px solid var(--line);padding-top:18px}
.icon-btn{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--ink)}
.icon-btn svg{font-size:17px}
.drawer{position:fixed;inset:0;z-index:90;pointer-events:none}
.drawer[aria-hidden="false"]{pointer-events:auto}
.drawer__backdrop{position:absolute;inset:0;background:rgba(6,17,13,.46);opacity:0;transition:.2s}
.drawer[aria-hidden="false"] .drawer__backdrop{opacity:1}
.drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(480px,95vw);background:var(--paper);transform:translateX(102%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(6,17,13,.18)}
.drawer[aria-hidden="false"] .drawer__panel{transform:translateX(0)}
.drawer__head{display:flex;justify-content:space-between;align-items:flex-start;padding:26px;border-bottom:1px solid var(--line)}
.drawer__head h2{font-family:var(--serif);font-size:42px;font-weight:400;margin:6px 0 0}
.drawer__body{padding:14px 22px;overflow:auto;flex:1}
.cart-empty{padding:70px 10px;text-align:center;color:var(--muted);font-size:12px;line-height:1.7}
.cart-item{display:grid;grid-template-columns:70px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:70px;height:70px;object-fit:contain;background:#eff1ed;border-radius:13px;mix-blend-mode:multiply}
.cart-item__title{font-size:11px;font-weight:800;line-height:1.35}
.cart-item__meta{font-size:8px;color:var(--muted);margin-top:3px}
.cart-item__row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}
.cart-item input{width:78px;height:35px;border:1px solid var(--line);border-radius:10px;padding:0 8px;background:#fff}
.cart-item__remove{border:0;background:transparent;color:var(--danger);font-size:9px;font-weight:800}
.drawer__foot{padding:20px 22px;border-top:1px solid var(--line);display:grid;gap:10px;background:#fff}
.cart-totals{display:grid;gap:7px}
.cart-totals>div{display:flex;justify-content:space-between;gap:16px;font-size:10px;color:var(--muted)}
.cart-totals b{font-size:13px;color:var(--ink)}
.cart-totals__highlight{background:var(--green-pale);padding:11px;border-radius:12px;color:var(--green)!important}
.cart-totals__highlight b{color:var(--green)}
.drawer-clear{border:0;background:transparent;color:var(--muted);font-size:9px;font-weight:800}
.drawer__foot>small{text-align:center;color:var(--muted);font-size:8px;line-height:1.45}
.modal{position:fixed;inset:0;z-index:100;pointer-events:none}
.modal[aria-hidden="false"]{pointer-events:auto}
.modal__backdrop{position:absolute;inset:0;background:rgba(6,17,13,.56);opacity:0;transition:.2s}
.modal[aria-hidden="false"] .modal__backdrop{opacity:1}
.modal__panel{position:absolute;left:50%;top:50%;width:min(1040px,calc(100% - 28px));max-height:92vh;overflow:auto;transform:translate(-50%,-48%) scale(.98);opacity:0;transition:.2s;display:grid;grid-template-columns:1.05fr .95fr;background:var(--paper);border-radius:30px;box-shadow:0 35px 110px rgba(6,17,13,.30)}
.modal[aria-hidden="false"] .modal__panel{opacity:1;transform:translate(-50%,-50%) scale(1)}
.modal__close{position:absolute;top:15px;right:15px;z-index:4}
.modal__visual{position:relative;min-height:600px;background:linear-gradient(145deg,#f1f2ee,#e4e8e1);display:grid;place-items:center;padding:36px}
.modal__visual img{width:100%;height:100%;max-height:560px;object-fit:contain;mix-blend-mode:multiply}
.modal__category-pill{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:9px;font-weight:800}
.modal__content{padding:42px 38px 34px;display:flex;flex-direction:column;gap:15px}
.modal__heading{display:grid;gap:8px}
.modal__heading h2{font-family:var(--serif);font-size:38px;line-height:1.03;font-weight:400;margin:0}
.modal__heading p{font-size:9px;color:var(--muted);line-height:1.5;margin:0}
.modal__profit{padding:14px 15px;border-radius:16px;background:var(--green-pale);display:grid;gap:4px}
.modal__profit small{font-size:8px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.modal__profit b{font-family:var(--serif);font-size:28px;font-weight:400;color:var(--green)}
.modal__profit span{font-size:9px;color:#5e756b}
.tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.tier{border:1px solid var(--line);border-radius:13px;padding:11px 8px;background:#fff;display:grid;gap:3px}
.tier.is-best{background:var(--ink);color:#fff;border-color:var(--ink)}
.tier small{font-size:8px;color:var(--muted)}
.tier.is-best small{color:#a9bbb4}
.tier b{font-size:13px}
.tier em{font-style:normal;font-size:7px;color:var(--green)}
.tier.is-best em{color:#9ec7b7}
.qty-section{border:1px solid var(--line);background:#fff;border-radius:17px;padding:13px;display:grid;gap:10px}
.qty-section__head{display:flex;justify-content:space-between;gap:10px;align-items:center}
.qty-section__head b{font-size:10px}
.qty-section__head span{font-size:8px;color:var(--muted)}
.qty-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}
.qty-presets button{height:35px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:10px;font-weight:800}
.qty-presets button.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}
.qty-custom{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:8px;color:var(--muted)}
.qty-custom input{width:100px;height:37px;border:1px solid var(--line);border-radius:9px;padding:0 8px}
.modal__add{width:100%}
.fineprint{font-size:7.5px;line-height:1.5;color:var(--muted);margin:0}
.mobile-nav{display:none}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);z-index:130;background:var(--ink);color:#fff;border-radius:999px;padding:10px 15px;font-size:10px;font-weight:700;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 12px 30px rgba(6,17,13,.18)}
.toast.is-visible{opacity:1;transform:translate(-50%,0)}
.footer{background:var(--ink);color:#fff;padding:58px 0 20px}
.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}
.footer__brand img{height:74px;width:auto;margin-bottom:13px}
.footer__brand p{color:#a8b8b0;max-width:470px;line-height:1.65;font-size:11px}
.footer__grid>div:not(.footer__brand){display:flex;flex-direction:column;gap:8px}
.footer__grid b{font-size:11px;margin-bottom:3px}
.footer__grid span{color:#9cadA5;font-size:10px}
.footer__bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:42px;padding-top:17px;display:flex;justify-content:space-between;color:#71847c;font-size:8px}
@media (max-width:1120px){
  .hero__grid{grid-template-columns:1fr .85fr;gap:40px}.hero-stage{min-height:520px}.stage-card--main{height:410px}.stage-card--mini{height:200px}.stage-card--bottom{top:225px}.stage-note{bottom:2px}.business-panel{grid-template-columns:260px 1fr}.editorial-grid{grid-template-columns:1.1fr 1fr;grid-template-rows:420px 240px}.editorial-card:first-child{grid-row:auto;grid-column:1/2}.editorial-card:nth-child(2){grid-column:2/3}.editorial-card:nth-child(n+3){grid-row:2}.editorial-grid .editorial-card:nth-child(5){display:none}.season-card{padding:48px}.season-product{width:205px;height:280px}.season-product img{height:195px}.category-mosaic{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:840px){
  :root{--shell:min(100% - 24px,760px)}
  body{padding-bottom:68px}.announcement__desktop,.nav__links,.nav-icon{display:none}.nav{height:66px}.brand img{height:50px}.cart-button{height:40px;padding-left:13px}.cart-button span{display:none}.hero{padding:48px 0 58px}.hero__grid{grid-template-columns:1fr}.hero h1{font-size:clamp(50px,12vw,72px)}.hero-stage{min-height:500px;max-width:650px;width:100%;margin:10px auto 0}.stage-card--main{width:67%;height:390px}.stage-card--mini{width:37%;height:190px}.stage-card--bottom{top:214px}.stage-note{bottom:4px}.business-panel{grid-template-columns:1fr;padding:28px}.business-options{grid-template-columns:repeat(3,1fr)}.section{padding:70px 0}.section-head{align-items:flex-start;flex-direction:column}.editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px}.editorial-card:first-child{grid-column:1/-1;grid-row:auto}.editorial-card:nth-child(4),.editorial-card:nth-child(5){display:none}.season-card{grid-template-columns:1fr;padding:38px;min-height:720px}.season-card__copy{max-width:560px}.season-card h2{font-size:48px}.season-card__products{margin:30px 0 40px;height:300px}.season-product{width:220px;height:280px}.season-product:nth-child(1){left:4%}.season-product:nth-child(2){left:35%}.season-product:nth-child(3){left:64%}.season-tabs{left:38px}.category-mosaic{grid-template-columns:repeat(2,1fr)}.category-card:nth-child(1),.category-card:nth-child(8){grid-column:span 1}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-toolbar{top:66px}.modal__panel{grid-template-columns:1fr;max-width:620px}.modal__visual{min-height:330px;max-height:390px}.modal__content{padding:28px}.tier-grid{grid-template-columns:repeat(2,1fr)}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:60;height:64px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a,.mobile-nav button{border:0;background:transparent;color:#68736d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:8px;position:relative}.mobile-nav svg{font-size:18px}.mobile-nav b{position:absolute;top:5px;left:55%;min-width:16px;height:16px;border-radius:50%;background:var(--green);color:#fff;font-size:8px;display:grid;place-items:center}.footer{padding-bottom:92px}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}
}
@media (max-width:560px){
  :root{--shell:calc(100% - 18px)}
  .announcement__inner{font-size:9px;height:30px}.site-header{top:0}.nav{height:60px}.brand img{height:45px}.cart-button{height:38px}.hero{padding:38px 0 46px}.hero h1{font-size:48px;margin-top:13px}.hero__lead{font-size:14px;line-height:1.65}.hero-search{height:60px;padding-left:15px;border-radius:17px;gap:8px}.hero-search input{font-size:12px}.hero-search button{height:46px;padding:0 15px;font-size:10px}.quick-intents{gap:6px}.quick-intents button{font-size:9px;padding:7px 9px}.hero__trust{font-size:9px;gap:10px;margin-top:19px}.hero-stage{min-height:390px}.stage-card--main{left:1%;top:30px;width:69%;height:310px;border-radius:24px}.stage-card--mini{width:38%;height:150px;border-radius:19px}.stage-card--bottom{top:172px}.stage-product__image{padding:10px}.stage-product__info{padding:9px 10px}.stage-product__info small{font-size:7px}.stage-product__info b{font-size:9px}.stage-product__price{font-size:15px}.stage-card--mini .stage-product__info b{font-size:8px}.stage-card--mini .stage-product__price{font-size:13px}.stage-note{left:1%;bottom:0;width:58%;padding:12px;border-radius:15px}.stage-note span{font-size:12px}.stage-note b{font-size:11px}.stage-note small{font-size:8px}.business-section{padding-bottom:12px}.business-panel{padding:23px 17px;border-radius:26px;gap:22px}.business-panel__intro h2{font-size:31px}.business-options{grid-template-columns:repeat(2,1fr);gap:7px}.business-card{min-height:86px;padding:12px;gap:9px}.business-card svg{font-size:18px}.business-card b{font-size:10px}.business-card small{font-size:8px}.section{padding:58px 0}.section-head{margin-bottom:24px;gap:12px}.section-head h2{font-size:38px}.link-button{font-size:9px}.editorial-grid{display:grid;grid-template-columns:1fr;grid-template-rows:360px 210px}.editorial-card:first-child,.editorial-card:nth-child(2){grid-column:auto}.editorial-card:nth-child(n+3){display:none}.editorial-card__content{padding:18px}.editorial-card:first-child .editorial-card__content b{font-size:28px}.season-section{padding-bottom:44px}.season-card{padding:28px 18px;min-height:675px;border-radius:28px}.season-card h2{font-size:43px}.season-card p{font-size:11px}.season-card__products{height:265px;margin-top:24px}.season-product{width:160px;height:220px;padding:10px;border-radius:20px}.season-product img{height:150px}.season-product:nth-child(1){left:0}.season-product:nth-child(2){left:29%;top:20px}.season-product:nth-child(3){left:56%;top:2px}.season-product b{font-size:8px}.season-product strong{font-size:10px}.season-tabs{left:18px;bottom:20px}.season-tabs button{font-size:8px;padding:6px 8px}.product-rail{grid-auto-columns:minmax(205px,72vw)}.category-mosaic{gap:8px}.category-card{min-height:180px;border-radius:19px}.category-card__copy{left:13px;right:13px;bottom:13px}.category-card__copy b{font-size:18px}.catalog-intro h2{font-size:48px}.catalog-toolbar{top:60px;grid-template-columns:1fr auto;padding:9px 0}.sort-select{grid-column:1/-1;height:45px}.catalog-search,.filter-trigger{height:48px}.filter-trigger{min-width:92px}.results-line{align-items:flex-start}.results-line>div:last-child{max-width:55%;text-align:right}.product-grid{gap:8px}.product-card{border-radius:17px}.product-card__image{padding:9px}.product-card__fav{width:30px;height:30px;top:8px;right:8px}.product-card__body{padding:10px;gap:6px}.product-card__title{font-size:11px;min-height:30px}.product-card__price b{font-size:19px}.product-card__margin{padding:7px}.product-card__actions{grid-template-columns:1fr 34px}.product-card__add,.product-card__detail{height:35px}.filter-panel__sheet{width:100%;height:auto;max-height:90vh;top:auto;bottom:0;border-radius:24px 24px 0 0;transform:translateY(102%);padding:22px}.filter-panel[aria-hidden="false"] .filter-panel__sheet{transform:translateY(0)}.drawer__panel{width:100%}.modal__panel{width:calc(100% - 12px);max-height:96vh;border-radius:22px}.modal__visual{min-height:285px;max-height:330px;padding:22px}.modal__content{padding:22px 17px}.modal__heading h2{font-size:31px}.modal__profit b{font-size:24px}.footer__grid{grid-template-columns:1fr;gap:28px}.footer__brand{grid-column:auto}.footer__bottom{flex-direction:column;gap:5px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* NEXO Promocionales · adaptación premium */
body.no-scroll{overflow:hidden}
.promo-goals{grid-template-columns:repeat(4,1fr)}
.promo-stage-note small{max-width:260px}
.promo-campaign-card{background:linear-gradient(120deg,#102b22,#1a5743)}
.promo-family-mosaic{grid-template-columns:repeat(4,1fr)}
.promo-family-mosaic .category-card:nth-child(1){grid-column:span 2}
.promo-family-mosaic .category-card:nth-child(7){grid-column:span 2}
.product-card.is-selected{border-color:rgba(21,93,71,.34);box-shadow:0 0 0 1px rgba(21,93,71,.10)}
.product-card__code{font:700 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#557068;background:#eff5f1;border-radius:7px;padding:5px 7px;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card__description{font-size:9px;color:var(--muted);line-height:1.48;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:27px}
.product-card__promo-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:5px;font-size:8px;color:var(--muted)}
.product-card__promo-meta b{font-size:9px;color:var(--green)}
.product-card__add.is-selected{background:var(--green)}
.product-card--rail .product-card__image{aspect-ratio:1.05/1}
.product-card--rail .product-card__title{min-height:36px}
.active-filter{border:0;background:var(--green-soft);color:var(--green);padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800}
.active-filter span{margin-left:4px}
.modal-code-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.modal-code-line code{font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--green-pale);color:var(--green);padding:8px 10px;border-radius:9px}
.copy-code-button{border:0;background:transparent;color:var(--green);display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800}
.copy-code-button svg{font-size:13px}
.promo-specs{display:flex;gap:6px;flex-wrap:wrap}
.promo-specs span{font-size:9px;line-height:1.4;color:#50665e;border:1px solid var(--line);background:#fff;border-radius:10px;padding:7px 9px}
.promo-variant-block{display:grid;gap:8px}
.promo-variant-block>b{font-size:10px}
.variant-pills{display:flex;flex-wrap:wrap;gap:6px;max-height:112px;overflow:auto;padding:1px}
.variant-pills button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:8px 10px;font-size:9px;font-weight:700}
.variant-pills button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}
.promo-config-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.promo-config-grid label,.quote-contact-grid label,.quote-comment{display:grid;gap:6px;font-size:8px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:var(--muted)}
.promo-config-grid input,.promo-config-grid select,.quote-contact-grid input,.quote-comment textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;min-height:42px;padding:0 12px;color:var(--ink);outline:0;font-size:10px;text-transform:none;letter-spacing:0;font-weight:500}
.quote-comment textarea{height:auto;padding:10px 12px;resize:vertical}
.promo-modal-content .modal__heading p{font-size:11px;line-height:1.65}
.promo-modal-content .qty-section{margin-top:2px}
.promo-quote-foot{max-height:52vh;overflow:auto}
.quote-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.quote-item .cart-item__body{min-width:0;display:grid;gap:3px}
.quote-item .cart-item__body>b{font-size:11px;line-height:1.35}
.quote-item .cart-item__body>span{font:700 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--green)}
.quote-item .cart-item__body>small{font-size:8px;line-height:1.45;color:var(--muted)}
.cart-item__controls{display:flex;align-items:center;gap:6px;margin-top:7px}
.cart-item__controls button:not(.cart-item__remove){width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:8px;color:var(--ink)}
.cart-item__controls strong{min-width:34px;text-align:center;font-size:10px}
.cart-item__controls .cart-item__remove{margin-left:auto;border:0;background:transparent;color:var(--danger);font-size:8px;font-weight:800}
.drawer-empty{padding:70px 18px;text-align:center;display:grid;justify-items:center;gap:13px;color:var(--muted)}
.drawer-empty>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--green-pale);color:var(--green)}
.drawer-empty svg{font-size:24px}
.drawer-empty h3{font-family:var(--serif);font-size:26px;font-weight:400;color:var(--ink);margin:0}
.image-fallback,.is-fallback{mix-blend-mode:normal!important;object-fit:contain!important;padding:18%!important;opacity:.52}

@media(max-width:1120px){
  .promo-goals{grid-template-columns:repeat(3,1fr)}
  .promo-family-mosaic{grid-template-columns:repeat(3,1fr)}
  .promo-family-mosaic .category-card:nth-child(7){grid-column:auto}
}
@media(max-width:840px){
  .promo-goals{grid-template-columns:repeat(2,1fr)}
  .promo-family-mosaic{grid-template-columns:repeat(2,1fr)}
  .promo-family-mosaic .category-card:nth-child(1){grid-column:span 2}
  .promo-family-mosaic .category-card:nth-child(7){grid-column:span 2}
  .quote-contact-grid,.promo-config-grid{grid-template-columns:1fr}
  .promo-quote-foot{max-height:58vh}
}
@media(max-width:560px){
  .promo-goals{grid-template-columns:1fr 1fr}
  .business-card{min-height:92px;padding:13px 11px}
  .business-card b{font-size:10px}.business-card small{font-size:8px}
  .hero__lead{font-size:14px}
  .promo-family-mosaic .category-card{min-height:180px}
  .product-card__description{display:none}
  .product-card__promo-meta span{display:none}
  .promo-modal-content .modal__heading p{font-size:10px}
}


/* =========================================================
   NEXO PROMOCIONALES V5 · EXPERIENCE LAYER
   ========================================================= */
:root{
  --cyan:#23c7db;
  --orange:#ff9a32;
  --lime:#76d93e;
  --magenta:#ef4f9a;
  --glow-cyan:rgba(35,199,219,.14);
  --glow-orange:rgba(255,154,50,.14);
}
.nav{height:86px;transition:height .22s ease}
.brand img{height:70px;filter:drop-shadow(0 8px 18px rgba(11,26,21,.10));transition:height .22s ease,transform .22s ease}
.site-header.is-compact .nav{height:68px}
.site-header.is-compact .brand img{height:52px}
.site-header.is-compact{background:rgba(246,244,238,.94);border-color:var(--line);box-shadow:0 8px 26px rgba(13,32,25,.06)}
.nav-icon,.cart-button{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.nav-icon:hover,.cart-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(13,32,25,.08)}

.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(4px)}
.hero::before{width:330px;height:330px;right:9%;top:5%;background:radial-gradient(circle,var(--glow-cyan),transparent 68%)}
.hero::after{width:280px;height:280px;right:28%;bottom:3%;background:radial-gradient(circle,var(--glow-orange),transparent 70%)}
.hero{padding:66px 0 78px}
.hero__grid{grid-template-columns:minmax(0,1.04fr) minmax(510px,.96fr);gap:64px}
.hero h1{font-size:clamp(62px,6.15vw,91px);line-height:.945;max-width:800px}
.hero__lead{font-size:18px;max-width:660px}
.hero-search{position:relative;box-shadow:0 16px 42px rgba(13,32,25,.07);border-color:rgba(11,26,21,.07)}
.hero-search:focus-within{border-color:rgba(21,93,71,.35);box-shadow:0 0 0 4px rgba(21,93,71,.07),0 18px 48px rgba(13,32,25,.09)}
.hero-search button{transition:transform .18s ease,box-shadow .18s ease}
.hero-search button:hover{transform:translateY(-1px);box-shadow:0 9px 18px rgba(21,93,71,.18)}
.hero__trust{font-size:11px}

.hero-stage{position:relative;min-height:610px;isolation:isolate}
.hero-stage::before{content:"";position:absolute;inset:32px 22px 48px 34px;border-radius:48% 52% 45% 55%/54% 43% 57% 46%;background:linear-gradient(145deg,rgba(21,93,71,.10),rgba(35,199,219,.08) 46%,rgba(255,154,50,.08));z-index:-2}
.hero-stage::after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:8%;bottom:8%;background:radial-gradient(circle,rgba(239,79,154,.10),transparent 68%);z-index:-1}
.stage-card{border-color:rgba(11,26,21,.07);box-shadow:0 24px 68px rgba(13,32,25,.12);transition:transform .25s ease,box-shadow .25s ease}
.stage-card:hover{box-shadow:0 30px 82px rgba(13,32,25,.16)}
.stage-card--main{left:2%;top:55px;width:62%;height:430px;border-radius:34px;transform:rotate(-2.1deg)}
.stage-card--top{top:5px;right:3%;width:39%;height:220px;transform:rotate(3.1deg)}
.stage-card--bottom{top:245px;right:0;width:38%;height:215px;transform:rotate(1.2deg)}
.stage-card--accent{position:absolute;left:9%;bottom:6px;width:31%;height:170px;border-radius:24px;transform:rotate(2.4deg);z-index:4;background:#fff;border:1px solid rgba(11,26,21,.07);overflow:hidden;box-shadow:0 24px 68px rgba(13,32,25,.11)}
.stage-card--accent .stage-product__info{display:none}
.stage-card--accent .stage-product__image{padding:12px;background:linear-gradient(145deg,#eef6f2,#f9f2e7)}
.stage-product__image{background:linear-gradient(145deg,#fbfbf8,#edf1ec);padding:19px}
.stage-product__image img{mix-blend-mode:multiply;filter:drop-shadow(0 12px 18px rgba(13,32,25,.10))}
.stage-product__info{padding:14px 17px 15px}
.stage-product__info small{font-size:8px;letter-spacing:.12em;color:var(--green)}
.stage-product__info b{font-size:11px}
.stage-product__price{font-size:9px!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important;color:#76837d!important;margin-top:2px}
.stage-note{right:4%;left:auto;bottom:8px;width:47%;background:rgba(11,26,21,.94);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 42px rgba(11,26,21,.17);backdrop-filter:blur(12px)}
.stage-note span{color:#9cc8b8}
.stage-note b{font-size:12px}
.stage-note small{font-size:9px;color:#aec2b9}

.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 9px);z-index:80;background:#fff;border:1px solid var(--line);border-radius:18px;padding:7px;box-shadow:0 24px 60px rgba(13,32,25,.15);overflow:hidden}
.search-suggestions[hidden]{display:none}
.search-suggestions button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;text-align:left;padding:8px;border-radius:12px;color:var(--ink)}
.search-suggestions button:hover,.search-suggestions button:focus{background:var(--green-pale);outline:0}
.suggestion-thumb{width:48px;height:48px;border-radius:10px;background:#f1f3ef;display:grid;place-items:center;overflow:hidden}
.suggestion-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.search-suggestions b{display:block;font-size:11px;line-height:1.3;margin-bottom:2px}
.search-suggestions small{display:block;font-size:8px;color:var(--muted)}
.catalog-search-wrap{position:relative;min-width:0}
.search-suggestions--catalog{top:calc(100% + 6px)}

.promo-goals{grid-template-columns:repeat(3,1fr)}
.business-card{min-height:100px;padding:17px;border-color:rgba(255,255,255,.09);position:relative;overflow:hidden}
.business-card::after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:-26px;bottom:-30px;background:radial-gradient(circle,rgba(35,199,219,.16),transparent 68%);opacity:0;transition:.2s}
.business-card:hover::after,.business-card.is-active::after{opacity:1}
.business-card b{font-size:12px}
.business-card small{font-size:10px}
.goal-explore-all{grid-column:2/3;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#fff;border-radius:999px;height:44px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:10px;font-weight:800;letter-spacing:.02em;margin-top:1px}
.goal-explore-all:hover{background:#fff;color:var(--ink)}
.goal-explore-all svg{font-size:15px}

.editorial-card__content{gap:4px}
.editorial-card__content b{font-size:18px;line-height:1.12}
.editorial-card:first-child .editorial-card__content b{font-size:34px}
.editorial-card__content span{font-size:8px;color:#b9ccc4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.editorial-card__content .editorial-reason{display:inline-flex;width:max-content;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.15);padding:6px 9px;border-radius:999px;font-size:9px;color:#fff;margin-top:3px;backdrop-filter:blur(8px)}
.editorial-card__content em{font-style:normal;font-size:8px;color:#c8d9d2}

.season-tabs{background:rgba(5,18,13,.24);padding:4px;border-radius:999px;backdrop-filter:blur(10px)}
.season-tabs button{font-size:9px;padding:8px 12px;border-radius:999px;color:#c9dad3}
.season-tabs button.is-active{background:#fff;color:var(--ink);box-shadow:0 6px 16px rgba(6,17,13,.14)}

.promo-family-mosaic{grid-template-columns:repeat(12,1fr);gap:12px}
.promo-family-mosaic .category-card{grid-column:span 3;min-height:250px}
.promo-family-mosaic .category-card:nth-child(1){grid-column:span 3}
.promo-family-mosaic .category-card:nth-child(5),.promo-family-mosaic .category-card:nth-child(6),.promo-family-mosaic .category-card:nth-child(7){grid-column:span 4}
.category-card__image img{object-fit:contain;mix-blend-mode:multiply;padding:6px}
.category-card__image{background:linear-gradient(145deg,#eef1ec,#e1e5df)}
.category-card__overlay{inset:45% 0 0;background:linear-gradient(transparent,rgba(6,17,13,.84))}
.category-card__copy span{font-size:10px}
.category-card__copy b{font-size:24px}

.catalog-intro{margin-bottom:28px}
.catalog-toolbar{top:86px;grid-template-columns:minmax(0,1fr) auto auto;transition:top .22s ease}
.site-header.is-compact ~ main .catalog-toolbar{top:68px}
.catalog-search-wrap{min-width:0}
.catalog-search{height:56px;border-radius:16px;box-shadow:0 7px 22px rgba(13,32,25,.035)}
.catalog-search:focus-within{border-color:rgba(21,93,71,.35);box-shadow:0 0 0 4px rgba(21,93,71,.06)}
.catalog-search input{font-size:14px}
.filter-trigger,.sort-select{height:56px;border-radius:16px}
.active-filter-row{margin-bottom:4px}
.catalog-shortcuts{display:flex;gap:7px;justify-content:flex-end;min-height:0;margin-top:2px}
.catalog-shortcuts button{height:34px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 10px;display:flex;align-items:center;gap:6px;color:var(--ink);font-size:9px;font-weight:800}
.catalog-shortcuts button svg{font-size:13px;color:var(--green)}
.catalog-shortcuts button b{min-width:19px;height:19px;border-radius:999px;background:var(--green-pale);color:var(--green);display:grid;place-items:center;font-size:8px}
.results-line{margin-top:9px;font-size:11px}
.results-line b{font-size:14px}

.product-grid{gap:14px}
.product-card{border-radius:23px;box-shadow:0 2px 0 rgba(13,32,25,.01)}
.product-card__image{padding:12px;background:linear-gradient(145deg,#fafaf7,#eff2ed)}
.product-card__image img{filter:drop-shadow(0 8px 13px rgba(13,32,25,.055))}
.product-card:hover .product-card__image img{transform:scale(1.045)}
.product-card__body{padding:14px 14px 15px;gap:7px}
.product-kicker{font-size:9px}
.product-card__title{font-size:14px;line-height:1.3;min-height:37px}
.product-card__code{font-size:8.5px;padding:5px 7px;background:#f0f5f2}
.product-card__promo-meta{justify-content:flex-start;padding-top:3px;font-size:9px;min-height:20px}
.product-card__promo-meta b{font-size:9px;color:#66756e;font-weight:700}
.product-card__actions{grid-template-columns:1fr;margin-top:5px}
.product-card__add{height:42px;border-radius:12px;font-size:10px;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.product-card__add:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(11,26,21,.10)}
.product-card__add.is-selected{background:var(--green);box-shadow:0 7px 18px rgba(21,93,71,.16)}
.product-card.is-selected{border-color:rgba(21,93,71,.38);box-shadow:0 0 0 2px rgba(21,93,71,.07),0 12px 32px rgba(13,32,25,.06)}
.selected-badge{position:absolute;left:10px;top:10px;z-index:2;background:rgba(21,93,71,.92);color:#fff;border-radius:999px;padding:6px 8px;display:flex;align-items:center;gap:4px;font-size:8px;font-weight:800;backdrop-filter:blur(8px);animation:selectedPop .23s ease-out}
.selected-badge svg{font-size:11px}
@keyframes selectedPop{from{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}

.filter-fields label{font-size:11px}
.filter-fields select{font-size:12px}

.quote-progress{margin:5px 0 0;color:var(--muted);font-size:10px;font-weight:700}
.quote-project{background:linear-gradient(135deg,var(--green-pale),#f6f2e8);border:1px solid rgba(21,93,71,.10);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.quote-project span{font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:800}
.quote-project b{font-size:10px;color:var(--green)}
.quote-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
.quote-trust span{min-height:36px;border-radius:10px;background:#f5f7f3;color:#5d6c65;font-size:7.5px;font-weight:750;display:flex;align-items:center;justify-content:center;text-align:center;gap:3px;padding:5px}
.quote-trust svg{font-size:10px;color:var(--green);flex:0 0 auto}
.btn--whatsapp{min-height:50px;font-size:11px;box-shadow:0 11px 24px rgba(31,189,104,.13)}
.quote-suggestions{border-top:1px solid var(--line);padding:18px 0 8px;margin-top:6px}
.quote-suggestions__head{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-bottom:10px}
.quote-suggestions__head span{font-family:var(--serif);font-size:20px}
.quote-suggestions__head small{font-size:8px;color:var(--muted)}
.quote-suggestions__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.quote-suggestions__grid>button{border:1px solid var(--line);background:#fff;border-radius:14px;padding:8px;display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto;column-gap:8px;text-align:left;color:var(--ink)}
.quote-suggestions__grid>button>span{grid-row:1/3;width:56px;height:56px;border-radius:10px;background:#f1f3ef;overflow:hidden}
.quote-suggestions__grid img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.quote-suggestions__grid b{font-size:9px;line-height:1.3;align-self:end}
.quote-suggestions__grid small{font-size:7.5px;color:var(--muted);align-self:start}

.modal__content{padding:38px 36px}
.modal__heading h2{font-size:39px}
.promo-specs span{font-size:10px}
.variant-pills button{font-size:10px;min-height:38px}
.qty-presets button{min-height:38px}
.modal__add{min-height:50px}
:where(button,a,input,select,textarea):focus-visible{outline:3px solid rgba(35,199,219,.34);outline-offset:2px}

@media(max-width:840px){
  .announcement{font-size:9px}.announcement__inner{height:29px;gap:7px}
  .nav{height:68px}.brand img{height:54px}.site-header.is-compact .nav{height:62px}.site-header.is-compact .brand img{height:48px}
  .hero{padding:30px 0 36px}.hero__grid{display:block}.hero h1{font-size:clamp(49px,13vw,67px);line-height:.95;margin:12px 0 17px}.hero__lead{font-size:14px;margin-bottom:18px}
  .hero-search{height:56px;border-radius:16px;padding:6px 6px 6px 14px}.hero-search input{font-size:12px;min-width:0}.hero-search button{height:44px;padding:0 14px;font-size:9px}
  .quick-intents{overflow:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.quick-intents::-webkit-scrollbar{display:none}.quick-intents button{white-space:nowrap}
  .hero__trust{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;font-size:9px}.hero__trust span:last-child{grid-column:1/-1}
  .hero-stage{min-height:345px;margin-top:22px}.hero-stage::before{inset:18px 5px 36px 8px}
  .stage-card--main{left:0;top:34px;width:64%;height:270px}.stage-card--top{right:0;top:0;width:39%;height:137px}.stage-card--bottom{right:1%;top:153px;width:38%;height:133px}.stage-card--accent{left:8%;bottom:0;width:27%;height:91px}.stage-card--main .stage-product__info{padding:8px 10px}.stage-card--mini .stage-product__info{display:none}.stage-product__image{padding:9px}.stage-note{display:none}
  .search-suggestions{left:0;right:0;top:calc(100% + 6px)}
  .business-panel{gap:18px;padding:22px 16px}.promo-goals{grid-template-columns:1fr 1fr}.business-card{min-height:88px;padding:12px}.business-card b{font-size:10.5px}.business-card small{font-size:8.5px}.goal-explore-all{grid-column:1/-1;width:100%;margin-top:0}
  .section{padding:54px 0}.section-head h2{font-size:37px}.section-head{align-items:end}
  .editorial-grid{grid-template-columns:1fr;grid-template-rows:345px 190px}.editorial-card:first-child{grid-row:auto}.editorial-card:nth-child(n+3){display:none}.editorial-card__content b{font-size:19px}.editorial-card:first-child .editorial-card__content b{font-size:28px}.editorial-card__content .editorial-reason{font-size:8px}
  .season-tabs button{font-size:8.5px;padding:7px 9px}
  .promo-family-mosaic{grid-template-columns:repeat(2,1fr);gap:8px}.promo-family-mosaic .category-card,.promo-family-mosaic .category-card:nth-child(1),.promo-family-mosaic .category-card:nth-child(5),.promo-family-mosaic .category-card:nth-child(6),.promo-family-mosaic .category-card:nth-child(7){grid-column:span 1;min-height:180px}.promo-family-mosaic .category-card:last-child{grid-column:1/-1;min-height:170px}.category-card__copy b{font-size:19px}.category-card__copy span{font-size:8.5px}
  .catalog-intro h2{font-size:46px}.catalog-toolbar{top:68px;grid-template-columns:minmax(0,1fr) auto;padding:8px 0}.site-header.is-compact ~ main .catalog-toolbar{top:62px}.catalog-search,.filter-trigger{height:48px}.catalog-search input{font-size:12px}.sort-select{grid-column:1/-1;height:44px}.catalog-shortcuts{justify-content:flex-start;overflow:auto;scrollbar-width:none}.results-line{font-size:10px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{border-radius:18px}.product-card__image{padding:8px}.product-card__body{padding:10px;gap:5px}.product-kicker{font-size:7.5px}.product-card__title{font-size:11.5px;min-height:31px}.product-card__code{font-size:7.5px;padding:4px 5px}.product-card__promo-meta{font-size:8px;min-height:17px}.product-card__promo-meta b{font-size:8px}.product-card__add{height:37px;font-size:9px}.selected-badge{left:7px;top:7px;font-size:7px;padding:5px 6px}.product-card__fav{width:30px;height:30px;top:7px;right:7px}
  .quote-trust{grid-template-columns:1fr}.quote-trust span{min-height:31px;justify-content:flex-start;padding:6px 9px;font-size:8px}.quote-suggestions__grid{grid-template-columns:1fr}.quote-suggestions__head{align-items:start;flex-direction:column;gap:2px}
  .modal__content{padding:22px 17px}.modal__heading h2{font-size:31px}.promo-specs span{font-size:9px}
  .mobile-nav a,.mobile-nav button{position:relative}.mobile-nav .is-active{color:var(--green)}.mobile-nav .is-active::before{content:"";position:absolute;top:4px;left:50%;width:22px;height:3px;border-radius:999px;background:var(--green);transform:translateX(-50%)}
  .footer__brand img{height:84px}
}
@media(max-width:420px){
  .shell{--shell:min(100% - 24px,1240px)}
  .announcement__inner{white-space:nowrap;overflow:hidden}.announcement__inner span:last-child{display:none}
  .hero h1{font-size:47px}.hero__lead{max-width:330px}.hero-search button{padding:0 12px}.hero__trust{grid-template-columns:1fr;font-size:8.5px}.hero__trust span:last-child{grid-column:auto}
  .hero-stage{min-height:312px}.stage-card--main{height:245px}.stage-card--top{height:122px}.stage-card--bottom{top:137px;height:120px}.stage-card--accent{height:82px}
  .business-panel__intro h2{font-size:30px}.business-card{min-height:84px}.business-card svg{font-size:17px}
  .catalog-intro h2{font-size:42px}.catalog-shortcuts button{font-size:8.5px}
}
