@font-face{font-family:HK Grotesk;src:url(../../../sada/assets/fonts/hkgrotesk-regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:HK Grotesk;src:url(../../../sada/assets/fonts/hkgrotesk-semibold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:HK Grotesk;src:url(../../../sada/assets/fonts/hkgrotesk-bold.woff2) format("woff2");font-weight:700;font-display:swap}
:root{--ink:#101317;--ink-soft:#4d535b;--muted:#767d86;--line:#e5e7ea;--surface:#fff;--surface-soft:#f5f6f7;--surface-warm:#f1eee8;--brand:#153b2f;--brand-2:#b9d7c8;--accent:#e9f05e;--danger:#aa3028;--success:#287a58;--font:HK Grotesk,Inter,system-ui,-apple-system,"Segoe UI",sans-serif;--container:1240px;--shadow-sm:0 5px 18px rgba(16,19,23,.06);--shadow-md:0 18px 50px rgba(16,19,23,.1);--r-sm:10px;--r-md:18px;--r-lg:30px;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:5rem;--ease:cubic-bezier(.2,.75,.25,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,select{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}img,svg{display:block}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:200;left:1rem;top:-4rem;padding:.8rem 1rem;background:#fff;border:2px solid var(--ink);transition:top .2s}.skip-link:focus{top:1rem}.icon{width:22px;height:22px;flex:0 0 auto}.prototype-banner{min-height:30px;padding:5px 24px;display:flex;align-items:center;justify-content:center;gap:24px;background:var(--ink);color:#fff;font-size:12px;letter-spacing:.05em}.prototype-banner span+span{color:#b7bdc4}.site-header{position:sticky;z-index:40;top:0;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-main{height:76px;display:grid;grid-template-columns:auto minmax(280px,590px) auto;gap:40px;align-items:center;justify-content:space-between}.brand{display:inline-flex;gap:10px;align-items:center;font-weight:700;font-size:22px;letter-spacing:.05em}.brand__mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:21px;letter-spacing:0}.brand small{display:block;color:var(--muted);font-weight:400;font-size:10px;letter-spacing:.14em;text-transform:uppercase;line-height:1}.search{height:46px;display:flex;align-items:center;gap:10px;padding:0 8px 0 15px;background:var(--surface-soft);border:1px solid transparent;border-radius:999px;transition:.2s}.search:focus-within{background:#fff;border-color:var(--ink);box-shadow:0 0 0 3px rgba(16,19,23,.08)}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);min-width:0}.search button{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:8px 18px}.header-actions{display:flex;align-items:center;gap:18px}.header-action{position:relative;display:flex;align-items:center;gap:9px;border:0;background:none;padding:4px}.header-action>span{font-weight:600;line-height:1.05;text-align:left}.header-action small{display:block;color:var(--muted);font-size:12px;font-weight:400;margin-top:4px}.header-action b{position:absolute;top:-6px;left:17px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;display:grid;place-items:center;background:var(--accent);font-size:10px}.category-nav{border-top:1px solid var(--line)}.category-nav .container{height:43px;display:flex;align-items:center;justify-content:center;gap:38px;font-size:14px;font-weight:600}.category-nav a{padding:12px 0;transition:color .2s}.category-nav a:hover{color:var(--success)}.category-nav .nav-highlight{color:var(--danger)}.mobile-only{display:none!important}.mobile-search{padding-bottom:12px}.icon-button{width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center}.icon-button:hover{background:var(--surface-soft)}
.hero{min-height:650px;background:linear-gradient(112deg,#eeeee9 0%,#e8eee9 58%,#d9e7de 100%);overflow:hidden}.hero__grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center}.hero__content{position:relative;z-index:2;padding:70px 0}.hero__kicker,.eyebrow{display:block;color:var(--success);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1{max-width:690px;margin:18px 0 22px;font-size:clamp(48px,5.4vw,78px);line-height:.94;letter-spacing:-.055em}.hero h1 em{display:block;color:var(--brand);font-style:normal}.hero__content>p{max-width:570px;color:var(--ink-soft);font-size:19px}.hero__actions{display:flex;align-items:center;gap:26px;margin-top:34px}.btn{min-height:48px;padding:12px 21px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s var(--ease),background .2s,color .2s,border .2s}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:focus-visible,.text-link:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(38,112,82,.35);outline-offset:3px}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover:not(:disabled){background:var(--brand)}.btn--outline{border-color:var(--line);background:#fff}.btn--outline:hover{border-color:var(--ink)}.btn--full{width:100%}.btn:disabled{cursor:not-allowed;background:#d9dce0;color:#8b9097}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:2px}.text-link .icon{width:17px}.text-link--center{margin:20px auto 0;justify-content:center;border:0}.hero__trust{display:flex;gap:28px;margin-top:42px;color:var(--ink-soft);font-size:14px}.hero__trust span{display:flex;align-items:center;gap:8px}.hero__trust .icon{width:19px}.hero__visual{height:100%;position:relative}.hero-orbit{position:absolute;width:510px;height:510px;top:68px;right:-40px;border:1px solid rgba(21,59,47,.16);border-radius:50%}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;border:1px solid rgba(21,59,47,.12);border-radius:50%}.hero-orbit:before{inset:54px}.hero-orbit:after{inset:118px}.hero-device{position:absolute;z-index:2;background:linear-gradient(145deg,#2a2d31,#070809);box-shadow:0 45px 75px rgba(16,19,23,.28)}.hero-device--phone{width:218px;height:434px;top:94px;left:120px;border:8px solid #17191c;border-radius:39px;transform:rotate(10deg)}.hero-device--phone:before{content:"";position:absolute;inset:7px;border-radius:28px;background:radial-gradient(circle at 65% 30%,#e7ef67 0 7%,transparent 8%),linear-gradient(145deg,#365849 0%,#89b29b 42%,#101d18 100%)}.hero-device--phone:after{content:"";position:absolute;top:10px;left:50%;width:70px;height:18px;transform:translateX(-50%);border-radius:0 0 14px 14px;background:#111}.hero-device--buds{width:170px;height:145px;right:28px;bottom:84px;border-radius:36px;background:linear-gradient(145deg,#f9f9f7,#cfd4d1);transform:rotate(-9deg)}.hero-device--buds:before{content:"";position:absolute;inset:12px;border-radius:28px;border:1px solid #b7bebb}.hero-device--buds i,.hero-device--buds b{position:absolute;width:38px;height:74px;top:-58px;border-radius:22px 22px 12px 12px;background:linear-gradient(100deg,#eef0ee,#b6bdb9);box-shadow:var(--shadow-sm)}.hero-device--buds i{left:30px;transform:rotate(-12deg)}.hero-device--buds b{right:28px;transform:rotate(12deg)}.hero-price{position:absolute;z-index:3;right:-14px;top:90px;padding:18px 20px;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.hero-price small,.hero-price span{display:block;color:var(--muted);font-size:12px}.hero-price strong{display:block;font-size:20px;margin:2px 0}
.hero-carousel{position:relative}.hero-carousel__viewport{position:relative}.hero-slide[hidden]{display:none!important}.hero-slide .hero__visual picture,.hero-slide .hero__visual img,.hero--fallback .hero__visual img{width:100%;height:100%}.hero-slide .hero__visual img,.hero--fallback .hero__visual img{object-fit:contain}.hero-carousel__controls{position:absolute;z-index:5;inset:0;pointer-events:none}.hero-carousel__controls button{pointer-events:auto}.hero-carousel__arrow{position:absolute;top:50%;width:46px;height:46px;border:1px solid rgba(7,95,128,.25);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--brand);box-shadow:var(--shadow-sm);transform:translateY(-50%)}.hero-carousel__arrow:hover{background:#fff}.hero-carousel__arrow--prev{left:18px}.hero-carousel__arrow--prev .icon{transform:rotate(180deg)}.hero-carousel__arrow--next{right:18px}.hero-carousel__toolbar{position:absolute;left:50%;bottom:22px;display:flex;align-items:center;gap:14px;padding:8px 10px;border:1px solid rgba(7,95,128,.16);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:var(--shadow-sm);transform:translateX(-50%);backdrop-filter:blur(10px)}.hero-carousel__indicators{display:flex;align-items:center;gap:7px}.hero-carousel__indicators button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#a9c4ce}.hero-carousel__indicators button[aria-current="true"]{width:28px;border-radius:999px;background:var(--brand)}.hero-carousel__toggle{min-height:30px;padding:4px 10px;border:0;border-left:1px solid var(--line);background:transparent;color:var(--ink-soft);font-size:12px;font-weight:700}.hero-carousel__toggle:disabled{cursor:default;opacity:.65}
.section{padding:var(--space-6) 0}.section--compact{padding-top:30px}.section--soft{background:var(--surface-soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-heading h2{margin:7px 0 0;font-size:clamp(30px,3vw,42px);letter-spacing:-.035em;line-height:1.1}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:270px;padding:28px;border:1px solid var(--line);border-radius:var(--r-md);display:flex;flex-direction:column;justify-content:space-between;background:#fff;transition:.25s var(--ease)}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:transparent}.category-card__icon{height:122px;position:relative;display:grid;place-items:center}.category-card__icon:before{content:"";position:absolute;width:112px;height:112px;border-radius:50%;background:var(--surface-warm)}.category-card__icon i{position:relative;z-index:1;display:block}.category-card__icon--phone i{width:48px;height:90px;border:5px solid var(--brand);border-radius:14px;box-shadow:8px 8px 0 var(--brand-2)}.category-card__icon--laptop i{width:96px;height:60px;border:5px solid var(--brand);border-radius:8px}.category-card__icon--laptop i:after{content:"";position:absolute;left:-14px;bottom:-11px;width:114px;height:7px;background:var(--brand);border-radius:5px}.category-card__icon--audio i{width:75px;height:76px;border:8px solid var(--brand);border-bottom-color:transparent;border-radius:50%}.category-card__icon--audio i:after,.category-card__icon--audio i:before{content:"";position:absolute;top:37px;width:18px;height:35px;border-radius:9px;background:var(--brand)}.category-card__icon--audio i:before{left:-8px}.category-card__icon--audio i:after{right:-8px}.category-card__icon--watch i{width:55px;height:72px;border:6px solid var(--brand);border-radius:17px;box-shadow:inset 0 0 0 8px var(--brand-2)}.category-card__icon--watch i:before{content:"";position:absolute;z-index:-1;inset:-27px 9px;background:var(--brand);border-radius:12px}.category-card h3{margin:0;font-size:22px}.category-card p{margin:4px 0 13px;color:var(--muted);font-size:14px}.category-card div>span{display:flex;align-items:center;gap:8px;color:var(--success);font-weight:700;font-size:14px}.category-card .icon{width:16px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{min-width:0;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;background:#fff;transition:.25s var(--ease)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent}.product-card__visual{height:260px;position:relative;display:block;background:linear-gradient(150deg,#f2f4f4,#e8ecea)}.badge{position:absolute;z-index:3;left:16px;top:16px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);font-size:11px;font-weight:700}.product-card__body{padding:20px}.product-card .eyebrow{font-size:10px;margin:0 0 5px}.product-card h3{min-height:48px;margin:0 0 10px;font-size:19px;line-height:1.25}.stock{display:flex;align-items:center;gap:7px;color:var(--success);font-size:12px;font-weight:600}.stock>span{width:7px;height:7px;border-radius:50%;background:currentColor}.stock--soldout{color:var(--danger)}.stock--low{color:#a06611}.price-block{margin:18px 0}.price-block strong{display:block;font-size:24px;letter-spacing:-.025em}.price-block small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.price-old{color:var(--muted);font-size:12px;text-decoration:line-through}.price-old span{margin-left:5px;color:var(--danger);text-decoration:none;font-weight:700}.product-art{height:100%;position:relative;display:grid;place-items:center;overflow:hidden}.product-art__glow{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(185,215,200,.65);filter:blur(3px)}.product-art__device{position:relative;z-index:2;display:block;background:linear-gradient(145deg,#33383b,#0b0c0e);box-shadow:0 22px 34px rgba(16,19,23,.22)}.product-art--phone .product-art__device{width:85px;height:170px;border:5px solid #191c1f;border-radius:19px;transform:rotate(7deg)}.product-art--phone .product-art__device:before{content:"";position:absolute;inset:5px;border-radius:11px;background:linear-gradient(145deg,#2b6755,#b5d3c2 55%,#17211d)}.product-art--phone .product-art__device:after{content:"";position:absolute;left:50%;top:7px;width:30px;height:7px;transform:translateX(-50%);border-radius:0 0 7px 7px;background:#111}.product-art--laptop .product-art__device{width:150px;height:96px;border:6px solid #24282b;border-radius:8px}.product-art--laptop .product-art__device:before{content:"";position:absolute;inset:4px;background:linear-gradient(135deg,#ced9d3,#4f7768)}.product-art--laptop .product-art__device:after{content:"";position:absolute;left:-17px;bottom:-15px;width:172px;height:10px;border-radius:0 0 12px 12px;background:linear-gradient(#a9afb0,#5f6567)}.product-art--audio .product-art__device{width:126px;height:120px;background:transparent;border:16px solid #1c2023;border-bottom-color:transparent;border-radius:50%}.product-art--audio .product-art__device:before,.product-art--audio .product-art__device:after{content:"";position:absolute;top:59px;width:30px;height:62px;border-radius:16px;background:linear-gradient(120deg,#303538,#0c0e10)}.product-art--audio .product-art__device:before{left:-16px}.product-art--audio .product-art__device:after{right:-16px}.product-art--watch .product-art__device{width:76px;height:94px;border:9px solid #24292a;border-radius:25px;background:linear-gradient(145deg,#6ea08b,#14221c);box-shadow:0 22px 34px rgba(16,19,23,.22)}.product-art--watch .product-art__device:before{content:"";position:absolute;z-index:-1;left:17px;right:17px;top:-50px;bottom:-50px;background:#24292a;border-radius:18px}.product-art--speaker .product-art__device{width:108px;height:145px;border-radius:34px;background:radial-gradient(circle,#34393c 1.4px,transparent 1.6px),linear-gradient(145deg,#363a3c,#121416);background-size:7px 7px,auto}.product-art--speaker .product-art__device:after{content:"";position:absolute;left:50%;top:13px;width:24px;height:4px;transform:translateX(-50%);border-radius:9px;background:#73797b}.product-art--large .product-art__glow{width:320px;height:320px}.product-art--large.product-art--phone .product-art__device{width:170px;height:340px;border-width:8px;border-radius:34px}.product-art--large.product-art--laptop .product-art__device{width:320px;height:200px}.product-art--large.product-art--audio .product-art__device{width:250px;height:240px;border-width:28px}.product-art--large.product-art--watch .product-art__device{width:145px;height:180px}.promo-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.promo-card{min-height:430px;position:relative;padding:44px;border-radius:var(--r-lg);overflow:hidden}.promo-card>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.promo-card h2{margin:14px 0;font-size:42px;line-height:1.02;letter-spacing:-.04em}.promo-card p{max-width:430px}.promo-card>a{position:absolute;z-index:2;left:44px;bottom:44px;display:flex;align-items:center;gap:8px;font-weight:700}.promo-card--dark{background:var(--brand);color:#fff}.promo-card--dark p{color:#c9d6d0}.promo-card--light{background:var(--surface-warm)}.promo-ring{position:absolute;width:360px;height:360px;right:-100px;bottom:-115px;border:55px solid var(--accent);border-radius:50%}.promo-box{position:absolute;right:60px;bottom:60px;width:140px;height:140px;border-radius:30px;display:grid;grid-template-columns:1fr 1fr;place-items:center;background:#fff;box-shadow:var(--shadow-md);transform:rotate(-6deg)}.promo-box .icon{width:42px;height:42px;color:var(--brand)}.benefits{padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.benefits__grid>div{display:grid;grid-template-columns:auto 1fr;column-gap:14px}.benefits__grid .icon{grid-row:1/3;color:var(--success)}.benefits__grid strong{font-size:14px}.benefits__grid span{color:var(--muted);font-size:12px}
.catalog-hero{padding:48px 0 34px;background:var(--surface-soft)}.catalog-hero h1,.page-heading h1{margin:8px 0 4px;font-size:clamp(38px,5vw,58px);letter-spacing:-.045em}.catalog-hero p,.page-heading p{margin:0;color:var(--muted)}.breadcrumbs{display:flex;align-items:center;gap:7px;margin-bottom:34px;color:var(--muted);font-size:13px}.breadcrumbs .icon{width:14px}.breadcrumbs a:hover{color:var(--ink)}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:46px}.filters{position:sticky;top:160px;align-self:start}.filters__title{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.filters__title button{border:0;background:none;color:var(--muted);font-size:12px}.filters fieldset{margin:0;padding:22px 0;border:0;border-bottom:1px solid var(--line)}.filters legend{margin-bottom:12px;font-weight:700}.filters label{display:flex;gap:9px;margin:10px 0;color:var(--ink-soft);font-size:14px}.filters input{accent-color:var(--brand)}.range-demo{height:4px;margin:15px 4px;background:var(--brand);border-radius:4px;position:relative}.range-demo:before,.range-demo:after{content:"";position:absolute;top:50%;width:14px;height:14px;border:3px solid var(--brand);background:#fff;border-radius:50%;transform:translateY(-50%)}.range-demo:before{left:-4px}.range-demo:after{right:-4px}.range-labels{display:flex;justify-content:space-between;color:var(--muted)}.catalog-toolbar{min-height:48px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}.catalog-toolbar label{display:flex;align-items:center;gap:10px}.catalog-toolbar select{padding:9px 34px 9px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.product-grid--catalog{grid-template-columns:repeat(3,1fr)}.load-more{display:flex;margin:35px auto 0}.empty-state{min-height:410px;padding:50px 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.empty-state__icon,.status-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:var(--surface-soft);color:var(--brand)}.empty-state__icon .icon,.status-icon .icon{width:30px;height:30px}.empty-state h2{margin:20px 0 8px;font-size:30px}.empty-state p{max-width:450px;margin:0 0 24px;color:var(--muted)}.filter-drawer,.mobile-menu{position:fixed;z-index:100;inset:0;background:rgba(16,19,23,.42);opacity:0;pointer-events:none;transition:.25s}.filter-drawer.open,.mobile-menu.open{opacity:1;pointer-events:auto}.filter-drawer__panel,.mobile-menu__panel{position:absolute;right:0;top:0;bottom:0;width:min(88vw,380px);padding:22px;background:#fff;transform:translateX(100%);transition:.3s var(--ease)}.filter-drawer.open .filter-drawer__panel,.mobile-menu.open .mobile-menu__panel{transform:none}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.mobile-menu__panel>a,.mobile-menu__panel>button{width:100%;min-height:54px;border:0;border-bottom:1px solid var(--line);background:none;display:flex;align-items:center;justify-content:space-between;text-align:left}.mobile-menu__panel>button{justify-content:flex-start;gap:12px;margin-top:18px;border:0}.filter-drawer__panel p{color:var(--muted);margin:24px 0}
.product-detail{padding-top:34px}.product-detail__grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px}.gallery{display:grid;grid-template-columns:78px 1fr;gap:14px}.gallery__thumbs{display:flex;flex-direction:column;gap:10px}.gallery__thumbs button{height:78px;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);overflow:hidden}.gallery__thumbs button.active{border-color:var(--ink)}.gallery__main{height:600px;position:relative;border-radius:var(--r-md);background:linear-gradient(145deg,#f3f4f3,#e6ebe8);overflow:hidden}.gallery__main>span{position:absolute;bottom:15px;left:18px;color:var(--muted);font-size:11px}.product-info{padding:12px 0}.product-info h1{margin:7px 0 4px;font-size:48px;line-height:1;letter-spacing:-.04em}.product-code{margin:0 0 20px;color:var(--muted);font-size:13px}.price-block--large{margin:25px 0 18px}.price-block--large strong{font-size:38px}.payment-callout{padding:17px 18px;margin-bottom:25px;border:1px solid #d8e5df;border-radius:14px;background:#f1f7f4}.payment-callout span,.payment-callout small{display:block;color:var(--muted);font-size:12px}.payment-callout strong{font-size:21px}.variant{padding:20px 0;border-top:1px solid var(--line)}.variant label{display:block;margin-bottom:10px}.swatch{width:34px;height:34px;margin-right:8px;border:5px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--line);background:#292d30}.swatch.active{box-shadow:0 0 0 2px var(--ink)}.swatch--light{background:#d9d9d5}.purchase-row{display:grid;grid-template-columns:118px 1fr;gap:12px;margin:15px 0}.qty{height:50px;display:grid;grid-template-columns:38px 1fr 38px;border:1px solid var(--line);border-radius:999px;overflow:hidden}.qty button{border:0;background:#fff;display:grid;place-items:center}.qty button:hover{background:var(--surface-soft)}.qty .icon{width:16px}.qty input{width:100%;padding:0;border:0;text-align:center;appearance:textfield}.fulfillment{margin-top:20px;border-top:1px solid var(--line)}.fulfillment button{width:100%;padding:16px 2px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;text-align:left}.fulfillment span,.product-assurance span{display:block}.fulfillment small,.product-assurance small{display:block;color:var(--muted)}.product-assurance{display:flex;align-items:center;gap:14px;margin-top:18px}.product-assurance .icon{color:var(--success)}.product-description{margin-top:80px;padding:50px;border-radius:var(--r-lg);display:grid;grid-template-columns:1fr 1fr;gap:80px;background:var(--brand);color:#fff}.product-description h2{font-size:40px;letter-spacing:-.035em}.product-description p{color:#c9d6d0}.product-description ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-description li{min-height:100px;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:15px;display:flex;align-items:flex-start;gap:10px}.product-description li .icon{color:var(--accent)}
.page-heading{margin-bottom:35px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 370px;gap:60px;align-items:start}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:22px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-item__visual{height:130px;border-radius:14px;background:var(--surface-soft)}.cart-item__info h2{margin:4px 0;font-size:20px}.cart-item__info>span{color:var(--muted);font-size:12px}.cart-item__bottom{display:flex;align-items:center;gap:18px;margin-top:20px}.cart-item__bottom .qty{width:108px;height:42px}.remove-item{border:0;background:none;color:var(--muted);display:flex;align-items:center;gap:6px}.remove-item .icon{width:17px}.cart-item__price{text-align:right}.cart-item__price strong{font-size:20px}.order-summary{position:sticky;top:160px;padding:28px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;box-shadow:var(--shadow-sm)}.order-summary h2{margin:0 0 24px}.order-summary>div{display:flex;justify-content:space-between;margin:13px 0;color:var(--ink-soft)}.order-summary .summary-total{margin:22px 0;padding-top:20px;border-top:1px solid var(--line);color:var(--ink);font-size:20px}.order-summary>p{display:flex;gap:8px;color:var(--muted);font-size:12px}.order-summary>p .icon{width:17px;color:var(--success)}.skeleton-card{height:175px;padding:22px;display:grid;grid-template-columns:130px 1fr;gap:20px;border-bottom:1px solid var(--line)}.skeleton-card>span,.skeleton-card i{display:block;border-radius:10px;background:linear-gradient(100deg,#eef0f1 20%,#f8f9f9 40%,#eef0f1 60%);background-size:200% 100%;animation:skeleton 1.4s infinite}.skeleton-card div{padding-top:8px}.skeleton-card i{height:15px;margin:10px 0}.skeleton-card i:nth-child(1){width:45%}.skeleton-card i:nth-child(2){width:70%}.skeleton-card i:nth-child(3){width:30%}.cart-empty{border-bottom:1px solid var(--line)}
.checkout-page{background:var(--surface-soft);padding-top:38px}.checkout-brand{margin-bottom:35px}.checkout-layout{grid-template-columns:minmax(0,1fr) 390px}.checkout-steps{list-style:none;padding:0 0 30px;margin:0 0 28px;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.checkout-steps li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.checkout-steps span,.checkout-block__title>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e3e5e6;font-weight:700}.checkout-steps .active{color:var(--ink);font-weight:700}.checkout-steps .active span,.checkout-block__title>span{background:var(--brand);color:#fff}.checkout-block{margin-bottom:16px;padding:30px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff}.checkout-block__title{display:flex;gap:14px;align-items:flex-start;margin-bottom:25px}.checkout-block__title h2{margin:0;font-size:22px}.checkout-block__title p{margin:3px 0 0;color:var(--muted);font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.field--wide{grid-column:1/-1}.field input{height:48px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:#fff}.field input:focus{border-color:var(--brand);outline:3px solid rgba(38,112,82,.12)}.field input.invalid{border-color:var(--danger)}.field small{color:var(--muted);font-weight:400}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.choice-card{position:relative}.choice-card>input{position:absolute;opacity:0}.choice-card>span{min-height:90px;padding:16px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:12px;cursor:pointer}.choice-card input:checked+span{border:2px solid var(--brand);background:#f3f8f5}.choice-card input:focus-visible+span{outline:3px solid rgba(38,112,82,.25)}.choice-card strong,.choice-card small{display:block}.choice-card small{color:var(--muted)}.choice-grid--payment{grid-template-columns:repeat(3,1fr)}.choice-grid--payment>label>span{display:block}.choice-grid--payment b{display:block;margin-bottom:8px;font-size:24px}.legal-check{display:flex;gap:10px;margin-bottom:20px;color:var(--ink-soft);font-size:13px}.legal-check input{width:18px;height:18px;accent-color:var(--brand)}.checkout-summary{top:40px}.checkout-items{display:block!important;margin-bottom:18px!important}.checkout-mini{display:grid!important;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;margin:10px 0!important}.checkout-mini__art{height:52px;border-radius:9px;background:var(--surface-soft)}.checkout-mini strong{display:block;font-size:13px}.checkout-mini small{color:var(--muted)}.checkout-summary>small{display:block;color:var(--muted);margin-top:18px}.checkout-main .page-heading{margin-bottom:25px}
.status-page{min-height:680px;padding:80px 0;background:linear-gradient(145deg,#f7f7f4,#e8efe9);display:grid;place-items:center}.status-card,.empty-state--page{width:min(100%,760px);min-height:520px;margin:auto;padding:60px;border-radius:var(--r-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;box-shadow:var(--shadow-md)}.status-card h1,.empty-state--page h1{margin:12px 0;font-size:48px;line-height:1;letter-spacing:-.045em}.status-card>p,.empty-state--page>p{max-width:530px;color:var(--muted)}.status-card--success .status-icon{background:#e7f5ed;color:var(--success)}.status-card--error .status-icon{background:#f9e9e7;color:var(--danger)}.status-code{color:var(--brand);font-size:90px;line-height:1;font-weight:700;letter-spacing:-.06em}.confirmation-number{margin:25px 0;padding:15px 24px;border-radius:12px;background:var(--surface-soft)}.confirmation-number small,.confirmation-number strong{display:block}.confirmation-number strong{font-size:20px;letter-spacing:.06em}.confirmation-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.confirmation-grid>div{padding:18px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:10px;text-align:left}.confirmation-grid small,.confirmation-grid strong{display:block}.confirmation-grid small{color:var(--muted)}.status-actions{display:flex;align-items:center;gap:12px;margin-top:28px}
.site-footer{padding:70px 0 22px;background:#111614;color:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:60px}.brand--footer .brand__mark{background:var(--accent);color:var(--ink)}.footer-grid>div>p{max-width:280px;color:#9ca5a1}.footer-grid h2{margin:0 0 18px;color:#bec8c3;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.footer-grid a,.footer-grid button{display:block;margin:10px 0;border:0;padding:0;background:none;color:#f2f4f3;text-align:left}.footer-grid a:hover,.footer-grid button:hover{color:var(--accent)}.demo-note{display:inline-block;margin-top:12px;padding:7px 10px;border:1px solid #3b4541;border-radius:99px;color:#9ca5a1;font-size:11px}.newsletter{height:45px;display:flex;border-bottom:1px solid #67706c}.newsletter input{width:100%;border:0;outline:0;background:transparent;color:#fff}.newsletter button{width:45px;border:0;background:transparent;color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;margin-top:60px;padding-top:20px;border-top:1px solid #2d3532;color:#808a86;font-size:12px}.toast-region{position:fixed;z-index:150;right:20px;bottom:20px;display:grid;gap:10px}.toast{max-width:360px;padding:15px 18px;border-radius:12px;display:flex;align-items:center;gap:10px;background:var(--ink);color:#fff;box-shadow:var(--shadow-md);animation:toast-in .25s var(--ease)}.toast .icon{color:var(--accent)}.page-loader{position:fixed;z-index:180;inset:0;display:grid;place-items:center;background:rgba(255,255,255,.86);opacity:0;pointer-events:none;transition:.18s}.page-loader.visible{opacity:1;pointer-events:auto}.page-loader span{width:38px;height:38px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite}
@keyframes skeleton{to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toast-in{from{opacity:0;transform:translateY(12px)}}
@media(max-width:1050px){.header-main{gap:20px}.category-nav .container{gap:24px}.hero__grid{grid-template-columns:1fr 1fr}.hero-device--phone{left:70px}.hero-price{right:0}.product-grid,.product-row{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid--catalog{grid-template-columns:repeat(2,1fr)}.product-detail__grid{gap:35px}.gallery__main{height:520px}.product-info h1{font-size:40px}.cart-layout,.checkout-layout{gap:30px}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:30px}}
@media(max-width:800px){:root{--space-6:3.7rem}.container{width:min(calc(100% - 30px),var(--container))}.desktop-only{display:none!important}.mobile-only{display:grid!important}.prototype-banner{justify-content:space-between;padding-inline:15px}.prototype-banner span+span{display:none}.site-header{top:0}.header-main{height:62px;grid-template-columns:42px 1fr auto;gap:10px}.header-main>.brand{justify-self:center}.brand{font-size:18px}.brand__mark{width:34px;height:34px;border-radius:10px}.header-actions{gap:5px}.mobile-search{display:block!important}.mobile-search .search{height:42px}.mobile-search .search button{display:none}.hero,.hero__grid{min-height:auto}.hero__grid{display:block}.hero__content{padding:55px 0 10px}.hero h1{font-size:54px}.hero__content>p{font-size:17px}.hero__actions{align-items:flex-start;flex-direction:column}.hero__trust{gap:12px;flex-direction:column}.hero__visual{height:390px}.hero-orbit{width:360px;height:360px;right:-100px;top:25px}.hero-device--phone{width:144px;height:290px;top:45px;left:29%;border-radius:29px}.hero-device--buds{width:125px;height:105px;right:8%;bottom:28px}.hero-price{top:50px;right:0}.section-heading{align-items:flex-start}.category-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding:2px 1px 15px}.category-card{min-width:78vw;scroll-snap-align:start}.product-grid,.product-row{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding:2px 1px 20px}.product-card{min-width:76vw;scroll-snap-align:start}.promo-split{grid-template-columns:1fr}.promo-card{min-height:390px;padding:30px}.promo-card h2{font-size:36px}.promo-card>a{left:30px;bottom:30px}.promo-box{right:25px;bottom:60px;width:110px;height:110px}.benefits__grid{grid-template-columns:1fr 1fr}.catalog-hero{padding-top:30px}.catalog-layout{display:block}.filters{display:none}.catalog-toolbar label{display:none}.product-grid--catalog{display:grid;grid-template-columns:1fr 1fr;overflow:visible}.product-grid--catalog .product-card{min-width:0}.product-grid--catalog .product-card__visual{height:210px}.product-grid--catalog .product-card__body{padding:15px}.product-grid--catalog .product-card h3{font-size:16px}.product-grid--catalog .price-block strong{font-size:19px}.product-grid--catalog .btn{padding:10px;font-size:12px}.product-detail__grid{display:block}.gallery{grid-template-columns:1fr}.gallery__thumbs{display:none}.gallery__main{height:480px}.product-info{padding-top:35px}.product-description{grid-template-columns:1fr;gap:25px;margin-top:50px;padding:30px}.product-description ul{grid-template-columns:1fr 1fr}.cart-layout,.checkout-layout{display:block}.order-summary{position:static;margin-top:30px}.checkout-summary{order:-1;margin:0 0 22px}.checkout-layout{display:flex;flex-direction:column}.checkout-main{width:100%}.checkout-steps{overflow:auto}.checkout-steps li{min-width:125px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.confirmation-grid{grid-template-columns:1fr}.status-card,.empty-state--page{padding:40px 24px}.status-card h1,.empty-state--page h1{font-size:40px}}
@media(max-width:520px){.container{width:min(calc(100% - 24px),var(--container))}.prototype-banner{font-size:10px}.brand small{display:none}.hero__content{padding-top:42px}.hero h1{font-size:43px}.hero__visual{height:330px}.hero-device--phone{left:19%;width:128px;height:258px}.hero-device--buds{right:2%;width:105px;height:88px}.hero-price{top:25px;padding:12px}.hero-price strong{font-size:15px}.category-card{min-width:87vw}.product-card{min-width:84vw}.section-heading h2{font-size:31px}.product-grid--catalog{grid-template-columns:1fr}.product-grid--catalog .product-card{display:grid;grid-template-columns:42% 58%}.product-grid--catalog .product-card__visual{height:100%}.product-grid--catalog .product-card h3{min-height:auto}.product-grid--catalog .stock{margin-top:8px}.gallery__main{height:390px}.product-info h1{font-size:36px}.purchase-row{grid-template-columns:100px 1fr}.product-description ul{grid-template-columns:1fr}.cart-item{grid-template-columns:90px 1fr}.cart-item__visual{height:95px}.cart-item__price{grid-column:2;text-align:left}.form-grid,.choice-grid,.choice-grid--payment{grid-template-columns:1fr}.checkout-block{padding:22px 18px}.checkout-steps li{min-width:112px;font-size:11px}.benefits__grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.status-actions{width:100%;flex-direction:column}.status-actions .btn{width:100%}.toast-region{left:12px;right:12px}.toast{max-width:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* UX-002 · Ficha de producto comercial */
.gallery{position:relative}.gallery__badge{left:18px;top:18px}.price-saving{display:block;margin-top:7px;color:var(--success);font-weight:700}.purchase-row{grid-template-columns:118px repeat(2,minmax(150px,1fr));align-items:stretch}.purchase-row .share-product{grid-column:2/-1}.share-product .icon{width:19px}.breadcrumbs--product{min-width:0}.breadcrumbs--product span[aria-current="page"]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:800px){.gallery__thumbs{display:flex;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.gallery__thumbs button{flex:0 0 72px;min-width:44px;min-height:44px;scroll-snap-align:start}.purchase-row{grid-template-columns:108px minmax(0,1fr)}.purchase-row .buy-now,.purchase-row .share-product{grid-column:1/-1}.breadcrumbs--product{overflow:hidden}}
@media(max-width:520px){.purchase-row{grid-template-columns:1fr}.purchase-row .qty{width:100%}.purchase-row .add-to-cart,.purchase-row .buy-now,.purchase-row .share-product{grid-column:1}}
.product-real-image{display:block;width:100%;height:100%;max-height:280px;object-fit:contain;padding:1.25rem}.product-real-image--large{max-height:560px;padding:2rem}

/* ECOM-003 · Identidad SADA y geometría estable */
:root{--ink:#171d21;--ink-soft:#3e4a51;--muted:#68777f;--line:#dce6ea;--surface-soft:#f3f8fa;--surface-warm:#edf7fb;--brand:#008fc5;--brand-2:#b9e8f7;--accent:#00b9ef;--success:#087f68;--danger:#b63831;--shadow-sm:0 7px 22px rgba(11,61,82,.08);--shadow-md:0 22px 55px rgba(11,61,82,.14)}
.site-header{border-color:var(--line)}.category-nav{background:#f7fbfc}.nav-highlight,.eyebrow,.hero__kicker{color:#007ba9}.btn--dark{background:linear-gradient(135deg,#11799f,#00aee6)}.btn--dark:hover:not(:disabled){background:#075f80}.badge{background:var(--accent);color:#062a38}.site-footer{background:#101b21}.promo-card--dark{background:linear-gradient(145deg,#0b3345,#087ea8)}
.brand--image{display:inline-flex;min-width:132px;height:52px}.brand--image img{display:block;width:auto;max-width:180px;height:48px;object-fit:contain}.brand--footer img{filter:brightness(0) invert(1)}
.hero__visual--brand{display:grid;place-items:center}.hero__visual--brand:before{content:"";position:absolute;width:min(38vw,490px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0 7%,transparent 8%),linear-gradient(145deg,#00b9ef,#075f80);box-shadow:0 35px 80px rgba(7,95,128,.25)}.hero__visual--brand span{position:relative;color:#fff;font-size:clamp(9rem,18vw,16rem);font-weight:800;line-height:1}.category-card__icon--letter{border-radius:var(--r-sm);background:linear-gradient(145deg,#edf7fb,#d7f1fa);color:var(--brand);font-size:52px;font-weight:800}.footer-grid--two{grid-template-columns:1.6fr 1fr}.site-footer .footer-grid span{display:block;margin:10px 0;color:#f2f4f3}.site-footer .brand--image{margin-bottom:16px}.site-footer .brand--image img{max-width:210px}.footer-bottom span{margin:0;color:#808a86}@media(max-width:800px){.hero__visual--brand:before{width:min(70vw,330px)}.hero__visual--brand span{font-size:9rem}.footer-grid--two{grid-template-columns:1fr 1fr}}@media(max-width:520px){.hero__visual--brand:before{width:min(72vw,260px)}.hero__visual--brand span{font-size:7rem}.footer-grid--two{grid-template-columns:1fr}}
.brand__mark{overflow:hidden;background-color:transparent!important;background-image:var(--company-isologo)!important;background-position:center!important;background-size:contain!important;background-repeat:no-repeat!important;color:transparent!important}
.product-grid,.product-grid--catalog,.product-row{align-items:stretch}.product-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{display:flex;flex-direction:column;height:100%}.product-card__body{display:flex;flex:1;flex-direction:column}.product-card h3{display:-webkit-box;min-height:3.2em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.6}.product-card .stock{min-height:24px}.product-card .price-block{margin-top:auto}.product-card .add-to-cart{margin-top:16px}
.gallery{grid-template-columns:minmax(0,1fr)}.gallery__main{width:100%;height:auto;min-height:520px;aspect-ratio:1/1}.gallery__main .product-real-image--large{max-height:none;padding:2rem;object-fit:contain}
.product-description--real{align-items:start}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.product-facts>div{padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.product-facts dt{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.product-facts dd{margin:4px 0 0;font-weight:700}.load-more[disabled]{opacity:.65;cursor:wait}
.hero{background:linear-gradient(112deg,#f2f8fa 0%,#e9f6fb 58%,#d6eff8 100%)}.hero-orbit{border-color:rgba(0,143,197,.2)}.hero-orbit:before,.hero-orbit:after{border-color:rgba(0,143,197,.14)}.hero-device--phone:before{background:radial-gradient(circle at 65% 30%,#b9e8f7 0 7%,transparent 8%),linear-gradient(145deg,#075f80 0%,#00b9ef 48%,#062a38 100%)}.product-card__visual,.gallery__main{background:linear-gradient(150deg,#f4f9fb,#e6f2f6)}.product-art__glow{background:rgba(0,185,239,.22)}.product-art--phone .product-art__device:before{background:linear-gradient(145deg,#075f80,#7ddcf4 55%,#062a38)}.product-art--laptop .product-art__device:before{background:linear-gradient(135deg,#d6eff8,#087ea8)}.payment-callout{border-color:#cce8f2;background:#f1f9fc}.choice-card input:checked+span{border-color:var(--brand);background:#eff9fc}.status-page{background:linear-gradient(145deg,#f7fbfc,#e2f3f9)}.product-description p{color:rgba(255,255,255,.78)}.promo-card--dark p{color:rgba(255,255,255,.78)}
@media(max-width:1050px){.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){.brand--image{min-width:105px;height:42px}.brand--image img{max-width:132px;height:39px}.gallery__main{min-height:360px}.product-facts{grid-template-columns:1fr}}
@media(max-width:520px){.product-grid--catalog{grid-template-columns:1fr}.product-grid--catalog .product-card{display:grid;height:auto}.product-grid--catalog .product-card h3{min-height:auto}.product-grid--catalog .product-card__body{min-width:0}}
.product-card h3{font-size:1rem;line-height:1.35;min-height:2.7em}.product-card h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__body{display:flex;flex-direction:column}.product-card .price-block{margin-top:auto}.filters select,.filters input,.filter-drawer select,.filter-drawer input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}.filter-price{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery__main{border:0;width:100%;cursor:zoom-in}.gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.gallery__thumbs button{width:72px;height:72px;border:2px solid transparent;border-radius:10px;background:#fff;padding:4px}.gallery__thumbs button.active{border-color:var(--cyan)}.gallery__thumbs img{width:100%;height:100%;object-fit:contain}.image-viewer{position:fixed;inset:0;z-index:1200;background:rgba(4,15,25,.92);display:none;align-items:center;justify-content:center}.image-viewer.open{display:flex}.image-viewer>button{position:relative;z-index:2;border:0;background:#fff;border-radius:50%;width:44px;height:44px;font-size:28px}.image-viewer>[data-viewer-close]{position:absolute;right:20px;top:20px}.image-viewer__stage{width:min(80vw,1000px);height:85vh;overflow:auto;display:grid;place-items:center}.image-viewer__stage img{max-width:100%;max-height:100%;transform-origin:center;transition:transform .15s}.image-viewer__zoom{position:absolute;bottom:20px;display:flex;gap:8px}.image-viewer__zoom button{width:44px;height:44px}.header-actions{position:relative}.mini-cart{display:none;position:absolute;right:0;top:100%;width:min(390px,calc(100vw - 24px));background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.18);border-radius:14px;padding:14px;z-index:50}.mini-cart.open,.header-actions:hover .mini-cart,.header-actions:focus-within .mini-cart{display:block}.mini-cart article{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line)}.mini-cart article>div{height:52px}.mini-cart img{width:100%;height:100%;object-fit:contain}.mini-cart article span{display:grid}.mini-cart article span strong{font-size:.86rem}.mini-cart article button{border:0;background:none;font-size:20px}.mini-cart__footer{padding-top:12px}.mini-cart__footer>span{display:flex;justify-content:space-between;margin-bottom:10px}.mini-cart__footer>div{display:flex;gap:8px}.mini-cart__footer .btn{flex:1;padding:9px}.product-info h1{font-size:clamp(1.65rem,3vw,2.5rem)}.product-description--real{background:#fff;color:var(--ink);border:1px solid var(--line)}
@media(max-width:800px){.image-viewer__stage{width:72vw;height:78vh}.mini-cart{position:fixed;left:12px;right:12px;top:auto;bottom:12px;width:auto}.filter-drawer__panel form{overflow:auto}.filter-drawer__panel .filters__title{margin-top:12px}}
.category-card__icon--image{background-size:cover;background-position:center;border-radius:var(--r-sm);width:100%}.category-card__icon--image:before{display:none}
.payment-benefits{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.payment-benefits__item{padding:8px 14px;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:600;background:var(--surface-soft)}

/* UX-002.1 · Composición compacta de la ficha */
.product-detail{padding-top:28px;padding-bottom:48px}.product-detail .breadcrumbs{margin-bottom:22px}.product-detail__grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:44px;align-items:start}.product-detail .gallery{grid-template-columns:minmax(0,1fr);gap:10px;min-width:0}.product-detail .gallery__main{min-height:440px;aspect-ratio:4/3}.product-detail .gallery__thumbs{display:flex;flex-direction:row;max-width:100%;margin-top:0;padding:2px 0 6px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}.product-detail .gallery__thumbs button{flex:0 0 72px;width:72px;height:72px;scroll-snap-align:start}.product-detail .product-info{padding-top:4px}.product-detail .product-description--real{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:36px;margin-top:38px;padding:32px 36px;background:#fff;color:var(--ink)}.product-detail .product-description--real h2{margin:8px 0 16px;font-size:32px}.product-detail .product-description--real p{max-width:none;margin:0;color:var(--ink-soft);line-height:1.7}.product-detail .product-description--real .product-facts{align-self:start}.product-promotion--details{position:relative;border-left:4px solid var(--accent)}.product-detail .gallery__badge{z-index:4;max-width:calc(100% - 36px)}.product-related{padding-top:48px;padding-bottom:52px}.product-related .section-heading{margin-bottom:24px}
@media(max-width:1050px){.product-detail__grid{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:30px}.product-detail .gallery__main{min-height:380px}.product-detail .product-description--real{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:28px}}
@media(max-width:800px){.product-detail{padding-top:22px;padding-bottom:36px}.product-detail__grid{display:block}.product-detail .gallery__main{min-height:340px;aspect-ratio:1/1}.product-detail .product-info{padding-top:28px}.product-detail .product-description--real{grid-template-columns:1fr;gap:24px;margin-top:34px;padding:26px 24px}.product-related{padding-top:38px;padding-bottom:42px}}
@media(max-width:520px){.product-detail .gallery__main{min-height:300px}.product-detail .gallery__thumbs button{flex-basis:64px;width:64px;height:64px}.product-detail .product-description--real{padding:22px 18px}.product-detail .product-description--real h2{font-size:28px}}

/* UX-001 · componente compartido de filtros */
.catalog-filter-form fieldset{margin:0;padding:22px 0;border:0;border-bottom:1px solid var(--line)}
.catalog-filter-form legend{margin-bottom:12px;font-weight:700}
.catalog-filter-form select,.catalog-filter-form input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff;color:var(--ink)}
.catalog-filter-form select:focus,.catalog-filter-form input:focus{border-color:var(--brand);outline:3px solid rgba(0,143,197,.14)}
.filter-drawer__panel{display:flex;flex-direction:column}
.filter-drawer__panel .catalog-filter-form{min-height:0;overflow:auto;padding-right:3px}
.filter-results-button{flex:0 0 auto;margin-top:16px}
.catalog-results [hidden]{display:none!important}
.catalog-toolbar{gap:14px;flex-wrap:wrap}
.catalog-toolbar [data-catalog-count]{color:var(--ink);font-size:16px}
.catalog-current-sort{margin-left:auto;color:var(--muted);font-size:13px}
.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 22px}
.filter-chip{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:6px 9px 6px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-size:12px}
.filter-chip:hover{border-color:var(--brand);background:var(--surface-soft)}
.filter-chip b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--surface-soft);font-size:15px;line-height:1}
@media(max-width:800px){.catalog-current-sort{width:100%;margin-left:0;order:3}.active-filters{margin-top:0;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.filter-chip{flex:0 0 auto}}

/* COM-002B: secciones administrables y banners del home. */
.home-featured-section+.home-featured-section{padding-top:0}
.categories .section-heading p{max-width:680px;margin:8px 0 0;color:var(--muted)}
.home-featured-section .section-heading p{max-width:620px;margin:8px 0 0;color:var(--muted)}
.brand-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.brand-list a{min-height:78px;padding:16px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;text-align:center;background:#fff;color:var(--ink);font-weight:700}.home-credit{background:var(--surface-soft)}.home-credit>.container{display:flex;align-items:center;justify-content:space-between;gap:32px}.home-credit h2{margin:7px 0 8px;font-size:38px}.home-credit p{max-width:680px;margin-bottom:8px;color:var(--muted)}.home-credit__notice{display:block;max-width:680px;margin-bottom:20px;color:var(--muted)}.home-whatsapp{display:flex;align-items:center;gap:8px;white-space:nowrap;font-weight:700;color:var(--success)}
.home-banners .promo-card{padding:0;background:var(--brand);color:#fff;isolation:isolate}
.promo-card__media{position:absolute;z-index:-2;inset:0}
.promo-card__media img{width:100%;height:100%;object-fit:cover}
.home-banners .promo-card:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(8,22,18,.88) 0%,rgba(8,22,18,.62) 54%,rgba(8,22,18,.18) 100%)}
.promo-card__content{position:relative;min-height:430px;padding:44px}
.promo-card__content p{color:rgba(255,255,255,.82)}
.promo-card__content>a{position:absolute;left:44px;bottom:44px;display:flex;align-items:center;gap:8px;font-weight:700}
@media(max-width:800px){.home-featured-section .section-heading{align-items:flex-start}.home-banners .promo-split{grid-template-columns:1fr}.promo-card__content{min-height:340px;padding:30px}.promo-card__content h2{font-size:34px}.promo-card__content>a{left:30px;bottom:30px}}
@media(max-width:800px){.brand-list{display:flex;overflow:auto;padding-bottom:12px}.brand-list a{min-width:150px}.home-credit>.container{align-items:flex-start;flex-direction:column}.home-credit h2{font-size:32px}}
@media(max-width:800px){.hero-carousel__arrow{top:auto;bottom:20px;width:42px;height:42px}.hero-carousel__arrow--prev{left:15px}.hero-carousel__arrow--next{right:15px}.hero-carousel__toolbar{bottom:22px;max-width:calc(100% - 130px)}.hero-carousel__toggle{font-size:11px}.hero-carousel__indicators button[aria-current="true"]{width:22px}}
.product-card { position: relative; }
.favorite-toggle { position:absolute;z-index:3;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border:1px solid #dfe3e8;border-radius:50%;background:rgba(255,255,255,.94);color:#394150;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px rgba(15,23,42,.08) }
.favorite-toggle .icon { width:1.2rem;height:1.2rem }
.favorite-toggle[aria-pressed="true"], [data-favorite-product][aria-pressed="true"] { color:#c62828 }
.favorite-toggle[aria-pressed="true"] .icon, [data-favorite-product][aria-pressed="true"] .icon { fill:currentColor }
.btn--whatsapp { border-color:#128c7e;color:#0b6b60 }
.btn--whatsapp:hover { background:#128c7e;color:#fff }
.product-secondary-actions { display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem }
.product-secondary-actions .btn { width:auto }
.favorites-page [data-favorites-empty] { margin-top:2rem }
@media (max-width: 640px) { .product-secondary-actions { justify-content:stretch } .product-secondary-actions .btn { flex:1 1 100% } }
.transfer-account{display:flex;flex-direction:column;gap:.35rem;padding:1rem;margin:1rem 0;border:1px solid #dfe3e8;border-radius:.75rem;text-align:left}.transfer-account button{width:max-content;border:0;background:#eef2f7;padding:.25rem .55rem;border-radius:.35rem;cursor:pointer}.receipt-upload{display:grid;gap:.75rem;margin-top:1.25rem;text-align:left}.receipt-upload label{display:grid;gap:.4rem}.receipt-upload input{padding:.75rem;border:1px solid #dfe3e8;border-radius:.5rem}

/* PROD-001 · Bloque 2-3: header mobile usable (no rediseño, solo fallos reales) */
@media(max-width:800px){
  /* .header-main quedó definido como grid de 3 columnas (42px 1fr auto) para
     [menú][logo][acciones], pero el <form class="search"> nunca se ocultó
     en mobile: al ser un 4to ítem sin columna propia, el carrito/favoritos
     (.header-actions) se caía a una segunda fila y el buscador desbordaba
     su columna "auto", generando overflow horizontal y un header apretado.
     Ya existe un buscador dedicado para mobile (.mobile-search, debajo del
     header) que cumple esa función: alcanza con ocultar el del grid. */
  .header-main>.search{display:none}
  /* Área táctil mínima 44x44px (Bloque 2) sin cambiar el tamaño visual del ícono. */
  .icon-button{width:44px;height:44px}
  .header-action{min-width:44px;min-height:44px;justify-content:center;padding:0}
  .header-actions{gap:2px}
}

/* PROD-001 · Bloque 5-6: el footer tenía una columna "Ayuda" con texto
   desactualizado ("los pedidos y cobros se habilitarán...", ya habilitados)
   y un link de QA ("Estado de error controlado"). Se quitó esa columna en
   storefront.php; se ajusta la grilla de 4 a 3 columnas para no dejar un
   hueco vacío a la derecha. */
.footer-grid{grid-template-columns:1.6fr repeat(2,1fr)}
@media(max-width:1050px){.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}}
