
/* UXES7 Store — Clean Build v164
   One stylesheet. No legacy version stack. */

:root{
  --bg:#eee9e1;
  --surface:#fffdf8;
  --surface-soft:#f8f4ee;
  --surface-warm:#f2ece4;
  --text:#171513;
  --muted:#6f6861;
  --muted-2:#9a8f85;
  --line:rgba(23,21,19,.10);
  --line-2:rgba(23,21,19,.16);
  --black:#171513;
  --shadow:0 18px 42px rgba(25,20,16,.07);
  --radius:28px;
  --container:1240px;
  --ease:cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 25% 0%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(180deg,#f3efe8 0%,#eee9e1 56%,#e9e3da 100%);
  overflow-x:hidden;
}
button,input{font:inherit}
button{cursor:pointer}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hidden{display:none!important}
.surface{
  background:rgba(255,253,248,.86);
  border:1px solid var(--line);
  box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.74);
  backdrop-filter:blur(16px) saturate(108%);
  -webkit-backdrop-filter:blur(16px) saturate(108%);
}
.app-shell{
  width:min(calc(100% - 48px), var(--container));
  margin:0 auto;
  padding:18px 0 100px;
}

/* Header */
.topbar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  min-height:72px;
  padding:12px 14px;
  border-radius:30px;
}
.brand-block{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:300px;
}
.logo-box{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
}
.logo-box img{width:100%;height:100%;object-fit:cover}
.brand-copy b{
  display:block;
  font-size:15px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:950;
}
.brand-copy span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:11px;
  line-height:1;
}
.topnav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
}
.topnav button{
  appearance:none;
  border:0;
  background:transparent;
  color:#5b544d;
  min-height:36px;
  padding:0;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.topnav button:hover,.topnav button.is-primary{color:var(--black)}
.header-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.header-icon{
  position:relative;
  height:46px;
  min-width:46px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  color:var(--black);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(20,16,12,.035);
}
.cart-icon{
  min-width:98px;
  padding:0 12px 0 14px;
  border-radius:999px;
  gap:8px;
}
.cart-icon svg{display:none}
.cart-word{
  font-size:12px;
  font-weight:950;
}
.cart-icon b{
  min-width:22px;height:22px;
  display:grid;place-items:center;
  border-radius:999px;
  background:#efe7ff;
  color:#7b53ff;
  font-size:11px;
  line-height:1;
}

/* Hero */
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  gap:22px;
  height:680px;
  min-height:680px;
  margin:18px 0 18px;
  padding:36px;
  border-radius:36px;
  overflow:hidden;
}
.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  min-width:0;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  max-width:100%;
  padding:0 18px;
  margin:0 0 34px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 26px rgba(20,16,12,.04);
  color:#9a8b7e;
  font-size:11px;
  font-weight:950;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
}
.hero-kicker svg{width:15px;height:15px;color:#9b7cff;flex:0 0 15px}
.hero h1{
  margin:0 0 22px;
  max-width:620px;
  color:#151311;
  font-size:84px;
  line-height:.9;
  letter-spacing:-.067em;
  font-weight:950;
}
.hero-subtitle{
  max-width:610px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.62;
}
.hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.primary-btn,.secondary-btn,.ghost-btn,.details-btn,.cart-btn{
  appearance:none;
  min-height:58px;
  border-radius:999px;
  padding:0 30px;
  border:1px solid var(--line);
  font-weight:900;
  color:var(--text);
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.primary-btn,.cart-btn{
  background:var(--black);
  color:#fff;
  border-color:var(--black);
}
.primary-btn:hover,.secondary-btn:hover,.ghost-btn:hover,.details-btn:hover,.cart-btn:hover{transform:translateY(-1px)}
.primary-btn.full{width:100%}
.hero-media{
  position:relative;
  width:100%;
  height:100%;
  min-height:100%;
  border-radius:32px;
  overflow:hidden;
  background:#eee9e1;
}
.hero-media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:url("./assets/hero_keyboard_wall.jpg?v=164");
  background-size:cover;
  background-position:center center;
  filter:blur(24px) saturate(1.02) brightness(1.02);
  transform:scale(1.08);
  opacity:.55;
}
.hero-media-backdrop{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0) 28%,rgba(255,255,255,0) 72%,rgba(255,255,255,.12));
}
.hero-media img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* Tabs */
.tabs{
  min-height:92px;
  padding:12px;
  border-radius:28px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
  margin:0 0 28px;
}
.tab-btn{
  min-width:0;
  min-height:64px;
  padding:0 12px;
  border:0;
  border-radius:18px;
  background:transparent;
  color:#5c544d;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:12px;
  line-height:1.1;
  font-weight:950;
}
.tab-btn svg{width:17px;height:17px;flex:0 0 17px}
.tab-btn.active,.tab-btn:hover{
  background:var(--black);
  color:#fff;
}

/* Sections */
.catalog{margin-top:0}
.section-head,.category-heading{
  margin:28px 0 18px;
}
.section-head span,.category-heading span,.scenario-heading span,.product-panel span{
  display:block;
  color:#a29284;
  font-size:11px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.section-head h2,.category-heading h3,.scenario-heading h3,.product-panel h3{
  margin:8px 0 5px;
  color:var(--text);
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:950;
}
.section-head p,.scenario-heading p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

/* Scenario */
.scenario-panel{
  padding:24px;
  border-radius:28px;
  margin:0 0 22px;
}
.scenario-heading{margin-bottom:18px}
.scenario-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.scenario-card{
  text-align:left;
  min-height:150px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#f8f4ee;
  color:var(--text);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.scenario-card b{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
  font-size:12px;
}
.scenario-card strong{font-size:18px;line-height:1.1}
.scenario-card span{color:var(--muted);font-size:13px;line-height:1.45}
.scenario-card i{margin-top:auto;font-style:normal;font-weight:950}

/* Categories and products */
.category-grid,.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.category-card,.product-card{
  min-width:0;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(22,18,14,.045);
}
.category-card{
  cursor:pointer;
  display:flex;
  flex-direction:column;
}
.category-photo,.product-photo{
  position:relative;
  overflow:hidden;
  background:#eee7dd;
}
.category-photo{height:210px}
.category-photo img,.product-photo-main{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.category-photo .badge{
  position:absolute;
  top:14px;left:14px;
}
.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:#171513;
  border:1px solid rgba(255,255,255,.75);
  font-size:10px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.badge.preorder{background:#fff4e9}
.category-info,.product-info{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:9px;
  flex:1;
}
.category-info h3,.product-info h3{
  margin:0;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}
.category-info p,.product-info p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.card-bottom{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-end;
  margin-top:auto;
}
.price-stack small,.product-price small{
  display:block;
  color:#7d756e;
  font-size:12px;
  font-weight:850;
}
.price-stack b,.product-price b{
  display:block;
  color:var(--text);
  font-size:21px;
  line-height:1.1;
  font-weight:950;
}
.link-more{
  color:#171513;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}

/* Product cards */
.product-card{
  display:flex;
  flex-direction:column;
}
.product-photo{
  height:360px;
  flex:0 0 360px;
}
.product-photo-blur{
  position:absolute;
  inset:-10%;
  z-index:0;
  background-size:cover;
  background-position:center center;
  filter:blur(24px) saturate(1.04) brightness(1.04);
  transform:scale(1.12);
  opacity:.58;
}
.product-photo::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,0) 28%,rgba(255,255,255,0) 70%,rgba(255,255,255,.20));
}
.product-photo-main{
  position:relative;
  z-index:2;
}
.product-badges{
  position:absolute;
  z-index:4;
  left:14px;
  right:14px;
  top:14px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  pointer-events:none;
}
.product-badges-left,.product-badges-right{
  display:flex;
  gap:8px;
  min-width:0;
}
.product-badges-right{justify-content:flex-end;flex-wrap:wrap}
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.chips span{
  min-height:28px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#f3eee8;
  border:1px solid var(--line);
  color:#5a5249;
  font-size:11px;
  font-weight:850;
}
.product-price{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
}
.product-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:6px;
}
.product-actions button{
  min-height:50px;
  border-radius:16px;
  padding:0 12px;
}

/* Audio */
.audio-strip{margin:0 0 16px}
.audio-card,.card-audio{
  background:#faf7f2;
  border:1px solid var(--line);
  border-radius:20px;
}
.audio-card{
  max-width:760px;
  margin:0 auto;
  padding:12px 14px;
}
.audio-copy,.card-audio-head,.audio-track-status{display:none!important}
.audio-demo{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:12px;
}
.audio-play{
  width:42px;height:42px;
  display:grid;place-items:center;
  border:0;
  border-radius:14px;
  background:#171513;
  color:#fff;
}
.audio-track-top{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-bottom:6px;
}
.audio-track-top b{font-size:13px}
.audio-time{color:#8e857d;font-size:11px;white-space:nowrap}
.audio-progress{
  position:relative;
  display:block;
  width:100%;
  height:5px;
  border:0;
  padding:0;
  border-radius:999px;
  background:#e6ded5;
  overflow:hidden;
  margin:0 0 8px;
}
.audio-progress-fill{
  position:absolute;left:0;top:0;bottom:0;width:0%;
  background:#171513;
}
.audio-wave{
  display:flex;
  align-items:end;
  gap:4px;
  height:28px;
  overflow:hidden;
}
.audio-bar{
  width:4px;
  border-radius:999px;
  background:#ded6cd;
}
.audio-bar.is-active,.audio-bar.is-current{background:#171513}
.card-audio{
  width:170px;
  margin:4px auto 2px;
  padding:6px 8px;
  border-radius:14px;
}
.card-audio .audio-demo{grid-template-columns:30px minmax(0,1fr);gap:8px}
.card-audio .audio-play{width:30px;height:30px;border-radius:10px}
.card-audio .audio-track-top{margin-bottom:4px}
.card-audio .audio-track-top b{font-size:10px}
.card-audio .audio-time{font-size:8px}
.card-audio .audio-progress{height:3px;margin-bottom:4px}
.card-audio .audio-wave{height:18px;gap:2px}
.card-audio .audio-bar{width:3px}

/* Product area and filters */
.product-panel{
  border-radius:26px;
  padding:20px;
  margin:12px 0 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.product-panel h3{margin:5px 0 0}
.subfilters{
  position:relative;
  z-index:20;
  margin:0 0 24px;
  padding:18px;
  border-radius:26px;
}
.filters-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:16px;
}
.filters-toolbar-title span{
  display:block;
  color:#7fb9ed;
  font-size:10px;
  font-weight:950;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.filters-toolbar-title strong{
  display:block;
  margin-top:5px;
  font-size:19px;
  font-weight:950;
}
.filter-clear{
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#9f988f;
  font-weight:900;
  opacity:.45;
}
.filter-clear.visible{
  opacity:1;
  color:#171513;
}
.filter-groups{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:12px;
}
.filter-group{
  position:relative;
  min-width:0;
}
.filter-group.open{z-index:50}
.filter-trigger{
  width:100%;
  min-height:50px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#f8f5f1;
  color:#171513;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.filter-trigger b{
  min-width:20px;height:20px;
  display:grid;place-items:center;
  border-radius:999px;
  background:#171513;
  color:#fff;
  font-size:10px;
}
.filter-chevron::before{content:"⌄";font-style:normal;color:#8a8177}
.filter-group.open .filter-chevron::before{content:"⌃"}
.filter-dropdown{
  position:absolute;
  left:0;right:0;
  top:calc(100% + 8px);
  display:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:8px;
  box-shadow:0 18px 38px rgba(18,15,12,.10);
  max-height:280px;
  overflow:auto;
}
.filter-group.open .filter-dropdown{display:block}
.filter-options{display:flex;flex-direction:column;gap:4px}
.filter-option{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 10px;
  border-radius:12px;
  border:0;
  background:transparent;
  color:#514a43;
  text-align:left;
  font-weight:750;
}
.filter-option i{display:none}
.filter-option.active,.filter-option:hover{background:#f4eee7;color:#171513}
.filter-option.active i{display:block;font-style:normal}

/* Modal */
.modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:20px;
}
.modal.hidden{display:none!important}
.modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(238,233,225,.88);
  backdrop-filter:blur(12px);
}
.modal-card{
  position:relative;
  width:min(1460px,calc(100vw - 44px));
  max-height:calc(100vh - 44px);
  border-radius:32px;
  overflow:hidden;
  background:#fffdf9;
}
.modal-close{
  position:absolute;
  right:20px;top:20px;
  z-index:20;
  width:48px;height:48px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#171513;
  font-size:28px;
  line-height:1;
  box-shadow:0 10px 24px rgba(20,16,12,.08);
}
.modal-grid{
  display:grid;
  grid-template-columns:minmax(560px,.98fr) minmax(520px,1fr);
  height:min(760px, calc(100vh - 44px));
  min-height:680px;
  align-items:stretch;
}
.modal-gallery{
  position:relative;
  min-height:0;
  height:100%;
  padding:18px;
  overflow:hidden;
  background:linear-gradient(180deg,#fbf8f4 0%,#f6f1eb 100%);
}
.gallery-main{
  position:absolute;
  inset:18px;
  border-radius:24px;
  overflow:hidden;
  background:#ede7df;
}
.gallery-main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--gallery-bg, none);
  background-size:cover;
  background-position:center center;
  filter:blur(24px) saturate(1.02) brightness(1.02);
  transform:scale(1.08);
  opacity:.45;
}
.gallery-main img{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center center;
  border-radius:24px;
}
.gallery-main::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,0) 18%,rgba(0,0,0,0) 72%,rgba(0,0,0,.18));
}
.gal-arrow{
  position:absolute;
  z-index:7;
  top:50%;
  transform:translateY(-50%);
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#171513;
  border:1px solid rgba(255,255,255,.8);
  font-size:0;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}
.gal-arrow::before{
  display:block;
  font-size:28px;
  line-height:1;
  font-weight:900;
}
.gal-arrow.left{left:32px}
.gal-arrow.left::before{content:"‹"}
.gal-arrow.right{right:32px}
.gal-arrow.right::before{content:"›"}
.gal-counter{
  position:absolute;
  z-index:7;
  top:32px;
  right:32px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#171513;
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  backdrop-filter:blur(10px);
  font-size:13px;
  font-weight:800;
}
.gallery-thumbs{
  position:absolute;
  z-index:6;
  left:34px;
  right:34px;
  bottom:34px;
  display:flex;
  gap:8px;
  overflow:auto;
  padding:0 0 2px;
}
.thumb{
  width:72px;height:58px;
  flex:0 0 72px;
  border-radius:14px;
  padding:2px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  backdrop-filter:blur(8px);
}
.thumb img{
  width:100%;height:100%;
  object-fit:cover;
  border-radius:11px;
}
.thumb.active{
  border-color:#171513;
  box-shadow:0 0 0 2px rgba(255,255,255,.8),0 12px 26px rgba(0,0,0,.20);
}
.modal-info{
  height:100%;
  padding:34px 34px 32px;
  background:linear-gradient(180deg,#fffdf9,#faf7f2);
  overflow:auto;
}
.modal-badge{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  background:#f4eee7;
  border:1px solid var(--line);
  color:#171513;
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
}
.modal-info h2{
  margin:16px 0 12px;
  font-size:44px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}
.modal-short{
  max-width:620px;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}
.modal-info .chips{margin:16px 0 20px}
.spec-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:20px 0 24px;
}
.spec-grid div{
  padding:17px 18px;
  border-radius:18px;
  background:#f8f4ee;
  border:1px solid var(--line);
}
.spec-grid span{
  display:block;
  color:#9a8f85;
  font-size:12px;
  margin-bottom:7px;
}
.spec-grid b{font-size:15px}
.long-desc-wrap{
  margin-top:18px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
.long-desc-title{
  margin-bottom:10px;
  font-size:20px;
  font-weight:950;
  letter-spacing:-.025em;
}
.long-desc{
  color:#6e6861;
  font-size:15px;
  line-height:1.65;
}
.long-desc p{margin:0 0 12px}
.modal-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:end;
  margin-top:28px;
}
.modal-bottom span{
  display:block;
  color:#9a8f85;
  font-size:12px;
}
.modal-bottom b{
  display:block;
  margin-top:3px;
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:950;
}
.modal-bottom em{
  display:block;
  margin-top:4px;
  color:#9a8f85;
  text-decoration:line-through;
  font-style:normal;
}

/* Cart / support */
.cart-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  min-width:68px;
  min-height:52px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#171513;
  color:#fff;
  display:none;
}
.cart{
  position:fixed;
  z-index:900;
  top:18px;
  right:18px;
  width:min(420px,calc(100vw - 36px));
  max-height:calc(100vh - 36px);
  padding:20px;
  border-radius:28px;
  overflow:auto;
}
.cart-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.cart-head span{color:#a29284;font-size:11px;font-weight:950;letter-spacing:.14em}
.cart-head h3{margin:4px 0 0;font-size:28px}
.cart-head button{
  width:42px;height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:24px;
}
.cart-items{display:flex;flex-direction:column;gap:10px;margin:18px 0}
.cart-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:16px;
  background:#f8f4ee;
  border:1px solid var(--line);
}
.cart-item img{width:64px;height:52px;border-radius:12px;object-fit:cover}
.cart-item b{display:block;font-size:14px}
.cart-item span{color:var(--muted);font-weight:900}
.cart-total{
  display:flex;justify-content:space-between;
  padding:16px 0;
  border-top:1px solid var(--line);
}
.support{
  margin-top:32px;
  padding:24px;
  border-radius:28px;
}
.support-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.support-grid>div{
  padding:18px;
  border-radius:20px;
  background:#f8f4ee;
  border:1px solid var(--line);
}
.support-grid b{font-size:16px}
.support-grid p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5}

/* Responsive */
@media (max-width:1180px){
  .app-shell{width:calc(100% - 32px)}
  .topbar{grid-template-columns:1fr auto;gap:12px}
  .brand-block{min-width:0}
  .topnav{
    grid-column:1 / -1;
    order:3;
    justify-content:center;
    overflow:auto;
  }
  .hero{
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
    padding:24px;
  }
  .hero h1{font-size:60px;max-width:760px}
  .hero-subtitle{max-width:760px}
  .hero-media{height:520px;min-height:520px}
  .tabs{grid-template-columns:repeat(4,minmax(0,1fr))}
  .scenario-grid,.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .modal-grid{grid-template-columns:1fr;height:auto;min-height:0}
  .modal-gallery{height:560px;min-height:560px}
  .modal-info{height:auto;max-height:none}
}
@media (max-width:760px){
  .app-shell{width:calc(100% - 18px);padding-top:10px}
  .topbar{border-radius:22px}
  .brand-copy span{display:none}
  .brand-copy b{font-size:13px}
  .logo-box{width:44px;height:44px;border-radius:16px}
  .header-icon{width:44px;min-width:44px;height:44px}
  .cart-icon{min-width:44px;padding:0}
  .cart-word{display:none}
  .cart-icon svg{display:block}
  .cart-icon b{position:absolute;right:-4px;top:-5px}
  .topnav{justify-content:flex-start;gap:18px}
  .hero{padding:18px;border-radius:26px}
  .hero-kicker{
    max-width:100%;
    white-space:normal;
    min-height:38px;
    padding:9px 12px;
    font-size:9px;
    letter-spacing:.12em;
    margin-bottom:22px;
  }
  .hero h1{font-size:42px;line-height:.96}
  .hero-subtitle{font-size:15px;line-height:1.55}
  .hero-actions{width:100%}
  .primary-btn,.secondary-btn{width:100%;min-height:52px}
  .hero-media{height:360px;min-height:360px;border-radius:24px}
  .tabs{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px;min-height:0;border-radius:22px}
  .tab-btn{min-height:54px;font-size:12px}
  .scenario-grid,.category-grid,.product-grid{grid-template-columns:1fr}
  .product-photo{height:320px;flex-basis:320px}
  .filters-toolbar{flex-direction:column}
  .filter-groups{grid-template-columns:1fr 1fr}
  .modal{padding:8px}
  .modal-card{width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:24px}
  .modal-gallery{height:380px;min-height:380px;padding:10px}
  .gallery-main{inset:10px;border-radius:18px}
  .gallery-main img{border-radius:18px}
  .gal-arrow{width:40px;height:40px}
  .gal-arrow.left{left:16px}.gal-arrow.right{right:16px}
  .gallery-thumbs{left:20px;right:20px;bottom:18px}
  .modal-info{padding:24px 18px}
  .modal-info h2{font-size:34px}
  .spec-grid,.modal-bottom{grid-template-columns:1fr}
  .support-grid{grid-template-columns:1fr}
  .cart-float{display:inline-flex;align-items:center;justify-content:center;gap:6px}
}
@media (max-width:420px){
  .filter-groups{grid-template-columns:1fr}
  .hero h1{font-size:38px}
}


/* UXES7 v165 — larger hero/card proportions, no image crop, premium category pills */

/* Larger first screen card */
:root{
  --container:1320px;
}
.app-shell{
  width:min(calc(100% - 42px), var(--container));
}
.hero{
  min-height:760px;
  height:760px;
  padding:42px;
  gap:32px;
  border-radius:38px;
}
.hero-copy{
  justify-content:center;
}
.hero-kicker{
  min-height:48px;
  padding:0 20px;
  margin-bottom:38px;
  font-size:11px;
}
.hero h1{
  font-size:90px;
  line-height:.9;
  max-width:660px;
  margin-bottom:24px;
}
.hero-subtitle{
  font-size:18px;
  line-height:1.62;
  max-width:650px;
  margin-bottom:32px;
}
.hero-media{
  border-radius:34px;
}
.hero-media img{
  object-fit:contain;
  object-position:center center;
  padding:0;
}
.hero-media::before{
  opacity:.82;
  filter:blur(28px) saturate(1.05) brightness(1.03);
  transform:scale(1.12);
}

/* Category strip: no rectangular outline buttons, more premium pill/card look */
.tabs{
  min-height:106px;
  padding:14px;
  border-radius:32px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:12px;
  background:rgba(255,253,248,.92);
}
.tab-btn{
  min-height:76px;
  padding:0 16px;
  border-radius:22px;
  border:1px solid transparent;
  background:#f7f3ed;
  color:#514a43;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:13px;
  line-height:1.1;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.tab-btn svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
  color:#6c635a;
}
.tab-btn:hover{
  background:#efe8df;
  color:#171513;
}
.tab-btn.active{
  background:#171513;
  color:#fff;
  border-color:#171513;
  box-shadow:0 14px 28px rgba(20,16,12,.12);
}
.tab-btn.active svg{
  color:#fff;
}

/* Product/category images: show full image with blurred duplicate background */
.category-photo,
.product-photo{
  background:#eee8df;
}
.category-photo::before,
.product-photo-blur{
  position:absolute;
  inset:-12%;
  z-index:0;
  background-size:cover;
  background-position:center center;
  filter:blur(26px) saturate(1.05) brightness(1.04);
  transform:scale(1.12);
  opacity:.72;
}
.category-photo::before{
  content:"";
  background-image:var(--category-bg, none);
}
.category-photo img,
.product-photo-main{
  position:relative;
  z-index:2;
  object-fit:contain;
  object-position:center center;
  padding:10px;
}
.category-photo img{
  padding:12px;
}
.product-photo{
  height:420px;
  flex-basis:420px;
}
.product-photo::after{
  z-index:3;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0) 22%,rgba(255,255,255,0) 74%,rgba(255,255,255,.22));
}
.product-card{
  min-height:740px;
}
.product-info{
  padding:20px;
}
.product-info h3{
  font-size:24px;
}
.product-info p{
  font-size:14px;
}
.product-actions button{
  min-height:54px;
}

/* Switch audio blocks should not dominate the cards */
.card-audio{
  width:184px;
  margin:6px auto 4px;
  background:#fbf8f3;
}

/* Modal gallery: no crop, full image visible, blur fills empty area */
.modal-card{
  width:min(1500px,calc(100vw - 44px));
}
.modal-grid{
  grid-template-columns:minmax(620px,1.05fr) minmax(520px,.95fr);
  height:min(820px, calc(100vh - 44px));
  min-height:740px;
}
.modal-gallery{
  padding:20px;
}
.gallery-main{
  inset:20px;
  border-radius:26px;
  background:#eee8df;
}
.gallery-main::before{
  background-image:var(--gallery-bg, none);
  opacity:.78;
  filter:blur(30px) saturate(1.06) brightness(1.04);
  transform:scale(1.12);
}
.gallery-main img{
  object-fit:contain;
  object-position:center center;
  padding:0;
  border-radius:26px;
}
.gallery-main::after{
  background:linear-gradient(180deg,rgba(0,0,0,.09),rgba(0,0,0,0) 20%,rgba(0,0,0,0) 78%,rgba(0,0,0,.12));
}
.gallery-thumbs{
  left:38px;
  right:38px;
  bottom:38px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.75);
  border-radius:18px;
  padding:8px;
  backdrop-filter:blur(12px);
}
.thumb{
  width:78px;
  height:62px;
  flex-basis:78px;
  box-shadow:none;
}
.gal-arrow{
  background:rgba(255,255,255,.92);
}
.gal-arrow.left{left:36px}
.gal-arrow.right{right:36px}
.gal-counter{top:36px;right:36px}

/* Modal info bigger/more premium */
.modal-info{
  padding:42px 42px 38px;
}
.modal-info h2{
  font-size:50px;
}
.modal-short{
  font-size:17px;
}
.spec-grid div{
  padding:19px 20px;
}
.long-desc-title{
  font-size:22px;
}
.long-desc{
  font-size:16px;
}

/* Filters: stronger visual separation */
.subfilters{
  padding:22px;
  border-radius:30px;
}
.filter-groups{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.filter-trigger{
  min-height:56px;
  border-radius:18px;
  background:#fff;
  border-color:rgba(23,21,19,.14);
}
.filter-trigger:hover{
  background:#f4eee7;
}

/* Responsive adjustments */
@media (max-width:1180px){
  :root{--container:100%}
  .app-shell{width:calc(100% - 32px)}
  .hero{
    height:auto;
    min-height:0;
    padding:28px;
    grid-template-columns:1fr;
  }
  .hero h1{
    font-size:62px;
    max-width:760px;
  }
  .hero-subtitle{
    max-width:760px;
  }
  .hero-media{
    height:560px;
    min-height:560px;
  }
  .tabs{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .tab-btn{
    min-height:68px;
  }
  .modal-grid{
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
  }
  .modal-gallery{
    height:620px;
    min-height:620px;
  }
}
@media (max-width:760px){
  .app-shell{width:calc(100% - 18px)}
  .hero{
    padding:20px;
    border-radius:28px;
  }
  .hero h1{
    font-size:44px;
  }
  .hero-subtitle{
    font-size:15px;
  }
  .hero-media{
    height:400px;
    min-height:400px;
  }
  .tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:10px;
    gap:8px;
  }
  .tab-btn{
    min-height:58px;
    font-size:12px;
    border-radius:17px;
  }
  .product-photo{
    height:350px;
    flex-basis:350px;
  }
  .product-card{
    min-height:0;
  }
  .modal-gallery{
    height:430px;
    min-height:430px;
    padding:10px;
  }
  .gallery-main{
    inset:10px;
    border-radius:20px;
  }
  .gallery-main img{
    border-radius:20px;
  }
  .gallery-thumbs{
    left:18px;
    right:18px;
    bottom:18px;
    padding:6px;
  }
  .thumb{
    width:62px;
    height:50px;
    flex-basis:62px;
  }
  .modal-info{
    padding:26px 18px;
  }
  .modal-info h2{
    font-size:36px;
  }
}


/* v166 — hard fix: category buttons are styled by both .tab-btn and #tabs button */
#tabs > button{
  appearance:none !important;
  min-width:0 !important;
  min-height:76px !important;
  padding:0 16px !important;
  border-radius:22px !important;
  border:1px solid transparent !important;
  background:#f7f3ed !important;
  color:#514a43 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  font-size:13px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75) !important;
}
#tabs > button svg{
  width:19px !important;
  height:19px !important;
  flex:0 0 19px !important;
  color:#6c635a !important;
}
#tabs > button:hover{
  background:#efe8df !important;
  color:#171513 !important;
}
#tabs > button.active{
  background:#171513 !important;
  color:#fff !important;
  border-color:#171513 !important;
  box-shadow:0 14px 28px rgba(20,16,12,.12) !important;
}
#tabs > button.active svg{
  color:#fff !important;
}


/* v167 — scale + symmetry + no-blur previews */

/* +25% visual scale direction: wider canvas + larger major blocks */
:root{
  --container:1540px;
}
.app-shell{
  width:min(calc(100% - 24px), var(--container));
  padding-top:14px;
}

/* Header scale */
.topbar{
  min-height:86px;
  padding:14px 18px;
  border-radius:34px;
}
.logo-box{
  width:58px;
  height:58px;
  border-radius:20px;
}
.brand-block{
  min-width:340px;
}
.brand-copy b{
  font-size:17px;
}
.brand-copy span{
  font-size:12px;
}
.header-icon{
  height:54px;
  min-width:54px;
  border-radius:18px;
}
.cart-icon{
  min-width:116px;
}
.topnav button{
  font-size:13px;
}

/* Hero: more symmetric layout, less accidental emptiness */
.hero{
  grid-template-columns:1fr 1fr;
  height:760px;
  min-height:760px;
  padding:42px;
  gap:34px;
  border-radius:40px;
}
.hero-copy{
  justify-content:center;
  align-items:flex-start;
}
.hero-kicker{
  min-height:50px;
  padding:0 22px;
  margin-bottom:34px;
  font-size:11px;
}
.hero h1{
  font-size:92px;
  line-height:.9;
  max-width:680px;
  margin-bottom:26px;
}
.hero-subtitle{
  max-width:660px;
  font-size:18px;
  line-height:1.62;
  margin-bottom:34px;
}
.primary-btn,
.secondary-btn{
  min-height:62px;
  padding:0 34px;
  font-size:16px;
}
.hero-media{
  border-radius:36px;
}
.hero-media img{
  object-fit:cover;
  object-position:center center;
}
.hero-media::before{
  display:none;
}

/* Category pills: 8 items in one symmetric row on desktop */
.tabs{
  grid-template-columns:repeat(8,minmax(0,1fr));
  min-height:104px;
  padding:14px;
  gap:12px;
  border-radius:34px;
}
#tabs > button,
.tab-btn{
  min-height:76px !important;
  border-radius:24px !important;
  background:#f6f1ea !important;
  border:1px solid transparent !important;
  box-shadow:none !important;
  font-size:13px !important;
  line-height:1.12 !important;
  padding:0 14px !important;
}
#tabs > button:hover,
.tab-btn:hover{
  background:#eee6dc !important;
  color:#171513 !important;
}
#tabs > button.active,
.tab-btn.active{
  background:#171513 !important;
  color:#fff !important;
  border-color:#171513 !important;
}
#tabs > button svg,
.tab-btn svg{
  width:20px !important;
  height:20px !important;
}

/* Category grid scale */
.section-head h2,
.category-heading h3,
.product-panel h3{
  font-size:34px;
}
.category-grid,
.product-grid{
  gap:24px;
}
.category-photo{
  height:270px;
}
.category-card{
  border-radius:32px;
}
.category-info{
  padding:22px;
}
.category-info h3{
  font-size:26px;
}
.category-info p{
  font-size:15px;
}
.price-stack b{
  font-size:24px;
}

/* Previews in categories and cards: NO blur, fill the preview area */
.category-photo::before,
.product-photo-blur{
  display:none !important;
}
.category-photo img,
.product-photo-main{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  filter:none !important;
}
.product-photo{
  height:470px;
  flex-basis:470px;
  background:#f0ebe4;
}
.product-card{
  min-height:790px;
  border-radius:32px;
}
.product-info{
  padding:22px;
  gap:11px;
}
.product-info h3{
  font-size:27px;
}
.product-info p{
  font-size:15px;
  line-height:1.5;
}
.product-price b{
  font-size:25px;
}
.product-actions button{
  min-height:58px;
  font-size:16px;
  border-radius:18px;
}
.chips span{
  min-height:32px;
  padding:0 12px;
  font-size:12px;
}

/* Modal: remove blur preview layer too, make gallery symmetrical */
.modal-card{
  width:min(1520px, calc(100vw - 36px));
}
.modal-grid{
  grid-template-columns:1fr 1fr;
  height:min(820px, calc(100vh - 36px));
}
.gallery-main::before{
  display:none;
}
.gallery-main img{
  object-fit:cover;
  object-position:center center;
  padding:0;
}
.modal-gallery{
  background:#f5f0e8;
}
.gallery-main{
  background:#f5f0e8;
}
.modal-info h2{
  font-size:52px;
}
.modal-short{
  font-size:18px;
}

/* Filters larger */
.subfilters{
  padding:24px;
  border-radius:32px;
}
.filter-groups{
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:14px;
}
.filter-trigger{
  min-height:60px;
  border-radius:20px;
  font-size:15px;
}

/* Responsive symmetry */
@media (max-width:1180px){
  .app-shell{
    width:calc(100% - 28px);
  }
  .hero{
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
    padding:30px;
  }
  .hero h1{
    font-size:64px;
    max-width:780px;
  }
  .hero-media{
    height:560px;
    min-height:560px;
  }
  .tabs{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .category-grid,
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .modal-grid{
    grid-template-columns:1fr;
    height:auto;
  }
  .modal-gallery{
    height:620px;
    min-height:620px;
  }
}
@media (max-width:760px){
  .app-shell{
    width:calc(100% - 16px);
  }
  .topbar{
    min-height:72px;
    padding:12px;
  }
  .logo-box{
    width:46px;
    height:46px;
  }
  .hero{
    padding:20px;
    border-radius:28px;
  }
  .hero h1{
    font-size:45px;
  }
  .hero-subtitle{
    font-size:15px;
  }
  .hero-media{
    height:380px;
    min-height:380px;
    border-radius:24px;
  }
  .tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-height:0;
    padding:10px;
    gap:8px;
  }
  #tabs > button,
  .tab-btn{
    min-height:60px !important;
    font-size:12px !important;
    border-radius:18px !important;
  }
  .category-grid,
  .product-grid{
    grid-template-columns:1fr;
  }
  .category-photo{
    height:240px;
  }
  .product-photo{
    height:360px;
    flex-basis:360px;
  }
  .product-card{
    min-height:0;
  }
  .filter-groups{
    grid-template-columns:1fr 1fr;
  }
  .modal-gallery{
    height:420px;
    min-height:420px;
  }
  .modal-info h2{
    font-size:36px;
  }
}
@media (max-width:420px){
  .filter-groups{
    grid-template-columns:1fr;
  }
}


/* v168 — REAL visible scale: 3-column catalog, bigger cards, taller previews */

/* Desktop catalog must visibly grow, not just container grow */
@media (min-width:1181px){
  .category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:28px !important;
  }

  .category-card{
    border-radius:36px !important;
    min-height:570px !important;
  }

  .category-photo{
    height:365px !important;
    min-height:365px !important;
    background:#eee8df !important;
  }

  .category-photo::before{
    display:none !important;
  }

  .category-photo img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    padding:0 !important;
    filter:none !important;
  }

  .category-info{
    padding:26px 28px 24px !important;
    gap:12px !important;
  }

  .category-info h3{
    font-size:32px !important;
    line-height:1.02 !important;
    letter-spacing:-.045em !important;
  }

  .category-info p{
    font-size:16px !important;
    line-height:1.5 !important;
    min-height:48px !important;
  }

  .price-stack small{
    font-size:13px !important;
  }

  .price-stack b{
    font-size:29px !important;
    line-height:1 !important;
  }

  .link-more{
    font-size:13px !important;
  }

  /* Products also visually larger: 3 columns instead of 4 */
  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:28px !important;
  }

  .product-card{
    border-radius:36px !important;
    min-height:880px !important;
  }

  .product-photo{
    height:540px !important;
    min-height:540px !important;
    flex:0 0 540px !important;
    background:#eee8df !important;
  }

  .product-photo-blur{
    display:none !important;
  }

  .product-photo-main{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    padding:0 !important;
    filter:none !important;
  }

  .product-info{
    padding:26px 28px 24px !important;
    gap:12px !important;
  }

  .product-info h3{
    font-size:31px !important;
    line-height:1.02 !important;
  }

  .product-info p{
    font-size:16px !important;
    line-height:1.5 !important;
  }

  .product-price b{
    font-size:29px !important;
  }

  .product-actions button{
    min-height:62px !important;
    font-size:17px !important;
    border-radius:20px !important;
  }
}

/* Category strip: keep 8 in one row, but denser/smoother */
@media (min-width:1181px){
  .tabs{
    grid-template-columns:repeat(8,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  #tabs > button,
  .tab-btn{
    min-height:82px !important;
    border-radius:25px !important;
  }
}

/* Modal previews: no blur, full stretched image area */
.gallery-main::before{
  display:none !important;
}

.gallery-main img{
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
}

/* Make version visually obvious only via layout, no debug labels */
