: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}}
