
*{box-sizing:border-box}
:root{
  --red-950:#3b070b;--red-900:#650d13;--red-800:#8b151f;--red-700:#b91c1c;--red-600:#dc2626;
  --red-100:#fff1f2;--red-50:#fff7f8;--gold:#f8c256;--ink:#1f2937;--muted:#6b7280;--line:#ead1d5;--white:#fff
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;background:var(--red-50);color:var(--ink);line-height:1.55}
a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.topbar{background:linear-gradient(90deg,#fef3c7,#fff7ed);border-bottom:1px solid #f5d9a6;color:#7c2d12;font-weight:800;font-size:13px}
.topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;gap:14px;align-items:center}.brand-logo{width:96px;height:58px;object-fit:contain;border-radius:10px;background:#d92410}.brand strong{display:block;color:var(--red-800);font-size:22px;letter-spacing:.03em}.brand small{display:block;color:var(--muted);font-size:12px}
.desktop-menu{display:flex;gap:16px;align-items:center}.desktop-menu a{font-weight:800;font-size:14px}.desktop-menu a:hover{color:var(--red-700)}
.nav-actions{display:flex;align-items:center;gap:10px}.lang-btn,.cart-btn{min-height:42px;border-radius:999px;border:1px solid var(--line);background:white;padding:0 14px;font-weight:900;display:inline-flex;align-items:center;gap:8px;color:var(--red-800);cursor:pointer}.cart-btn b{background:var(--red-700);color:white;min-width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.hero{color:white;background:radial-gradient(circle at 15% 25%,rgba(255,255,255,.14),transparent 25%),radial-gradient(circle at 82% 12%,rgba(248,194,86,.22),transparent 22%),linear-gradient(135deg,var(--red-950),var(--red-800) 48%,var(--red-600));padding:78px 0 86px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.kicker{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fecdd3}.hero h1{font-size:clamp(44px,6vw,76px);line-height:.96;letter-spacing:-.045em;margin:18px 0}.hero p{font-size:19px;color:#ffe4e6;max-width:760px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{min-height:48px;border-radius:999px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;border:0;cursor:pointer}.btn.primary{background:var(--gold);color:#54180b;box-shadow:0 12px 22px rgba(0,0,0,.16)}.btn.light{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.25)}
.hero-note{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.hero-pill{display:inline-flex;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 14px;font-weight:800;color:#fff}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.hero-metrics div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:16px}.hero-metrics strong{display:block;font-size:26px}.hero-metrics span{display:block;font-size:13px;color:#ffe4e6}
.card,.store-card,.panel-card{background:white;color:var(--ink);border-radius:28px;padding:24px;box-shadow:0 16px 34px rgba(101,13,19,.08);border:1px solid var(--line)}
.store-card-header{display:flex;justify-content:space-between;align-items:center;font-weight:900;color:var(--red-800);font-size:20px}.store-search{margin:18px 0;background:#f9fafb;border:1px solid var(--line);border-radius:999px;padding:14px 16px;color:var(--muted)}.store-mini-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.store-mini-products .mini{background:var(--red-100);border:1px solid #fecdd3;border-radius:18px;padding:16px}.store-mini-products span{font-size:24px;display:block}.store-mini-products b{display:block;margin-top:8px;color:var(--red-950)}.store-cta{margin-top:16px;background:linear-gradient(135deg,var(--red-800),var(--red-600));color:white;border-radius:20px;padding:18px;display:flex;justify-content:space-between;font-weight:900}
.section{padding:72px 0}.section-title{max-width:900px;margin-bottom:28px}.tag{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:8px 12px;background:#ffe4e6;color:var(--red-800);border:1px solid #fecdd3;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.section h2{font-size:clamp(31px,4.2vw,48px);line-height:1.05;letter-spacing:-.035em;margin:14px 0 12px;color:var(--red-950)}.section-title p{font-size:18px;color:var(--muted);margin:0}
.promo-band{padding:18px 0;background:#fff}.promo-grid,.info-grid,.category-grid,.product-grid,.highlight-grid,.two-grid{display:grid;gap:14px}.promo-grid{grid-template-columns:repeat(3,1fr)}.promo-card{background:linear-gradient(135deg,#ffffff,#fff7f8);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 12px 28px rgba(101,13,19,.06)}.promo-card strong{display:block;color:var(--red-950);font-size:20px;margin-bottom:6px}.promo-card p{margin:0;color:var(--muted)}
.info-grid{grid-template-columns:repeat(4,1fr)}.info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 24px rgba(101,13,19,.05)}.info-card .num{font-size:28px;font-weight:900;color:var(--red-800)}.info-card h4{margin:10px 0 6px;color:var(--red-950);font-size:18px}.info-card p{margin:0;color:var(--muted)}
.category-grid{grid-template-columns:repeat(4,1fr)}.category-card{background:white;border:1px solid var(--line);border-radius:20px;padding:20px;display:flex;gap:12px;align-items:flex-start;font-weight:900;color:var(--red-950);box-shadow:0 10px 24px rgba(101,13,19,.04)}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(101,13,19,.10);transition:.18s ease}.category-card .emoji{font-size:26px}.category-card p{margin:6px 0 0;color:var(--muted);font-weight:400;font-size:14px}.category-card .linkline{margin-top:10px;color:var(--red-800);font-weight:900;font-size:13px}
.products-section{background:linear-gradient(135deg,var(--red-950),var(--red-800));color:white}.products-section .section-title h2,.products-section .section-title p{color:white}.products-section .tag{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.22)}.highlight-grid{grid-template-columns:repeat(3,1fr)}.highlight-card{background:white;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 14px 30px rgba(101,13,19,.06)}.highlight-body{padding:18px}.highlight-body h3{margin:0 0 8px;color:var(--red-950)}.highlight-body p{margin:0;color:var(--muted)}
.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{background:white;color:var(--ink);border-radius:24px;padding:18px;box-shadow:0 16px 34px rgba(0,0,0,.12);display:block;border:1px solid #f1d9dc}.product-image{height:170px;border-radius:18px;overflow:hidden;background:#fafafa;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.product-image img{width:100%;height:100%;object-fit:cover}.product-image .emoji{font-size:56px}.product-card h3{margin:0 0 8px;color:var(--red-950)}.product-card p{margin:0;color:var(--muted);font-size:14px;min-height:44px}.product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.price{font-size:22px;font-weight:900;color:var(--red-800)}.stock{font-size:12px;background:#f3f4f6;border-radius:999px;padding:6px 8px;color:var(--muted);font-weight:800}.product-actions{display:flex;gap:10px;align-items:center;margin-top:14px}.add-btn{flex:1;border:0;border-radius:999px;background:var(--red-700);color:white;font-weight:900;cursor:pointer;min-height:40px}.view-btn{flex:1;border:1px solid var(--line);border-radius:999px;background:white;color:var(--red-800);font-weight:900;cursor:pointer;min-height:40px;display:inline-flex;align-items:center;justify-content:center}
.page-hero{background:linear-gradient(135deg,var(--red-950),var(--red-700));color:white;padding:54px 0}.page-hero h1{font-size:clamp(36px,5vw,62px);color:white;margin:0}.page-hero p{color:#ffe4e6;font-size:18px;max-width:780px}.breadcrumb{font-size:14px;color:#ffe4e6;margin-bottom:12px}.breadcrumb a{color:white;font-weight:900}
.detail-grid,.contact-box,.cart-layout,.two-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.detail-image{background:white;border:1px solid var(--line);border-radius:30px;min-height:430px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 18px 40px rgba(101,13,19,.08)}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-image .emoji{font-size:112px}.detail-panel{background:white;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 18px 40px rgba(101,13,19,.08)}.detail-panel h1{color:var(--red-950);font-size:clamp(34px,4.2vw,56px);margin:12px 0}.detail-desc{font-size:18px;color:var(--muted)}.detail-price{font-size:34px;font-weight:900;color:var(--red-800);margin:12px 0 18px}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.spec{background:#fff7f8;border:1px solid #f7d7dc;border-radius:18px;padding:14px}.spec small{display:block;color:var(--muted);font-weight:800;font-size:12px;text-transform:uppercase}.spec b{display:block;margin-top:6px;color:var(--red-950)}
.notice{background:#fff3cf;border:1px solid #f3d98d;border-radius:18px;padding:16px;color:#5b3412;font-weight:800}.summary-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:8px 0}.cart-total{padding-top:14px;margin-top:8px;border-top:1px solid var(--line);font-size:20px;font-weight:900;display:flex;justify-content:space-between}#inquiryItems .cart-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-name{font-weight:900;color:var(--red-950)}.cart-price{color:var(--muted);font-size:14px}.qty-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:white}.qty-control button{width:34px;height:36px;border:0;background:#fff1f2;color:var(--red-800);font-weight:900;cursor:pointer}.qty-control span{min-width:36px;text-align:center;font-weight:900}.empty-cart{color:var(--muted);text-align:center;padding:24px}
.field{display:grid;gap:6px;margin-bottom:14px}.field label{font-weight:900;color:var(--red-950);font-size:14px}.field input,.field textarea{border:1px solid var(--line);border-radius:14px;padding:12px;background:white;font:inherit;width:100%}.contact{background:var(--red-950);color:white}.contact h2,.contact p{color:white}.contact-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:24px}.contact-card p{margin:12px 0}.contact-card a{color:white;font-weight:900}
.footer{background:#250507;color:#ffe4e6;padding:26px 0}.footer-inner{display:flex;justify-content:space-between;gap:16px;align-items:center}
@media(max-width:1100px){.desktop-menu{display:none}}
@media(max-width:980px){.hero-grid,.detail-grid,.contact-box,.cart-layout,.two-grid{grid-template-columns:1fr}.product-grid,.category-grid,.info-grid,.promo-grid,.highlight-grid,.spec-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.topbar-inner,.footer-inner{flex-direction:column;align-items:flex-start}.nav{min-height:auto;padding:12px 0;align-items:flex-start}.brand-logo{width:76px;height:48px}.brand small{display:none}.hero{padding:56px 0 64px}.hero-metrics,.product-grid,.category-grid,.info-grid,.promo-grid,.highlight-grid,.spec-grid{grid-template-columns:1fr}#inquiryItems .cart-row{grid-template-columns:1fr}}


/* V10 retail lifestyle refinement */
body{
  background:#fff7f8;
}
.topbar{
  background:#7f1d1d;
  color:#fff7ed;
  border-bottom:0;
}
.site-header{
  box-shadow:0 8px 22px rgba(101,13,19,.06);
}
.nav{
  min-height:92px;
}
.brand-logo{
  width:116px;
  height:68px;
  border-radius:12px;
}
.hero{
  padding:64px 0 72px;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.20),transparent 22%),
    radial-gradient(circle at 88% 18%,rgba(248,194,86,.25),transparent 24%),
    linear-gradient(135deg,#5b0b11,#9f1239 48%,#dc2626);
}
.hero h1{
  font-size:clamp(44px,5.8vw,72px);
}
.retail-search{
  margin:24px 0 0;
  background:white;
  border-radius:999px;
  padding:8px;
  display:flex;
  align-items:center;
  max-width:620px;
  box-shadow:0 18px 36px rgba(0,0,0,.16);
}
.retail-search span{
  flex:1;
  color:#6b7280;
  padding:0 16px;
}
.retail-search a{
  background:var(--gold);
  color:#54180b;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
}
.deal-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:22px;
}
.deal-pill{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px;
  color:white;
}
.deal-pill strong{
  display:block;
  font-size:18px;
}
.deal-pill span{
  color:#ffe4e6;
  font-size:13px;
}
.store-card{
  border-radius:34px;
  padding:18px;
  overflow:hidden;
}
.store-card-header{
  padding:8px 8px 0;
}
.store-showcase-banner{
  background:linear-gradient(135deg,#fff1f2,#fff7ed);
  border:1px solid #fecdd3;
  border-radius:24px;
  padding:22px;
  margin-top:16px;
}
.store-showcase-banner h3{
  margin:0 0 6px;
  color:var(--red-950);
  font-size:30px;
  line-height:1;
}
.store-showcase-banner p{
  margin:0;
  color:#7f1d1d;
  font-weight:700;
}
.store-mini-products{
  margin-top:14px;
}
.value-band{
  background:#fff;
  border-bottom:1px solid var(--line);
  border-top:1px solid var(--line);
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}
.value-item{
  padding:22px 20px;
  border-right:1px solid var(--line);
}
.value-item:last-child{
  border-right:0;
}
.value-item strong{
  display:block;
  color:var(--red-950);
  font-size:18px;
  margin-bottom:4px;
}
.value-item p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.retail-feature-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}
.feature-big{
  background:linear-gradient(135deg,#fff,#fff1f2);
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  min-height:330px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 16px 34px rgba(101,13,19,.07);
}
.feature-big h2{
  font-size:clamp(34px,4vw,54px);
}
.feature-stack{
  display:grid;
  gap:18px;
}
.feature-small{
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:0 12px 26px rgba(101,13,19,.05);
}
.feature-small h3{
  color:var(--red-950);
  margin:0 0 8px;
}
.feature-small p{
  margin:0;
  color:var(--muted);
}
.category-card{
  min-height:150px;
  flex-direction:column;
  gap:8px;
  background:linear-gradient(135deg,#ffffff,#fff7f8);
}
.category-card .emoji{
  font-size:32px;
}
.category-card strong{
  font-size:17px;
}
.products-section{
  background:#fff;
  color:var(--ink);
}
.products-section .section-title h2,
.products-section .section-title p{
  color:var(--red-950);
}
.products-section .section-title p{
  color:var(--muted);
}
.products-section .tag{
  background:#ffe4e6;
  color:var(--red-800);
  border-color:#fecdd3;
}
.product-card{
  box-shadow:0 12px 28px rgba(101,13,19,.07);
}
.product-card::before{
  content:"Value Pick";
  display:inline-flex;
  margin-bottom:10px;
  background:#fff3cf;
  color:#7c2d12;
  border:1px solid #f3d98d;
  border-radius:999px;
  padding:5px 9px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
body[data-lang="zh"] .product-card::before{
  content:"高性价比";
}
.add-btn{
  background:#991b1b;
}
.page-hero{
  background:
    radial-gradient(circle at 85% 10%,rgba(248,194,86,.22),transparent 26%),
    linear-gradient(135deg,#4c0519,#991b1b 55%,#dc2626);
}
.lifestyle-callout{
  background:linear-gradient(135deg,#7f1d1d,#dc2626);
  color:white;
  border-radius:34px;
  padding:36px;
}
.lifestyle-callout h2{
  color:white;
  margin-top:0;
}
.lifestyle-callout p{
  color:#ffe4e6;
}
@media(max-width:980px){
  .value-grid,.deal-strip{grid-template-columns:repeat(2,1fr)}
  .retail-feature-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .value-grid,.deal-strip{grid-template-columns:1fr}
  .value-item{border-right:0;border-bottom:1px solid var(--line)}
  .retail-search{border-radius:22px;align-items:stretch;flex-direction:column}
  .retail-search a{text-align:center}
}


/* V11 brand impact refinement */
:root{
  --cream:#fff7ed;
  --paper:#fffaf5;
  --cherry:#a60f20;
  --plum:#3b0710;
  --ink-dark:#171717;
}
body{
  background:var(--paper);
}
.topbar{
  background:#2b0509;
  color:#ffe4d5;
  letter-spacing:.01em;
}
.site-header{
  background:rgba(255,250,245,.96);
  box-shadow:0 10px 30px rgba(59,7,16,.08);
}
.brand-logo{
  width:128px;
  height:74px;
  border-radius:14px;
}
.brand strong{
  font-size:24px;
  color:#8b151f;
}
.brand small{
  color:#4b5563;
  font-weight:700;
}
.desktop-menu a{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.lang-btn,.cart-btn{
  background:#fff;
  border-color:#f2cfd3;
}
.hero{
  min-height:680px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(135deg,rgba(59,7,16,.94),rgba(127,29,29,.80) 42%,rgba(220,38,38,.78)),
    radial-gradient(circle at 80% 18%,rgba(248,194,86,.38),transparent 28%),
    radial-gradient(circle at 16% 76%,rgba(255,255,255,.22),transparent 26%);
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:auto -90px -120px auto;
  width:460px;
  height:460px;
  border-radius:50%;
  border:80px solid rgba(255,255,255,.08);
}
.hero::after{
  content:"UHOME";
  position:absolute;
  right:-34px;
  bottom:14px;
  font-size:clamp(88px,13vw,190px);
  line-height:.8;
  font-weight:900;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.055);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:1;
  grid-template-columns:1.12fr .88fr;
}
.kicker{
  color:#ffd1a6;
  font-size:13px;
  letter-spacing:.16em;
}
.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
  font-size:clamp(54px,7.2vw,98px);
  line-height:.88;
  letter-spacing:-.07em;
  max-width:780px;
}
.hero p{
  max-width:680px;
  font-size:20px;
  color:#fff2e8;
}
.hero-actions .btn{
  min-height:54px;
  padding:0 24px;
}
.btn.primary{
  background:#ffd166;
  color:#3b1600;
}
.btn.light{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.34);
}
.retail-search{
  max-width:680px;
  border:2px solid rgba(255,255,255,.18);
}
.deal-strip{
  grid-template-columns:repeat(4,1fr);
}
.deal-pill{
  border-radius:22px;
  background:rgba(255,255,255,.105);
  backdrop-filter:blur(8px);
}
.deal-pill strong{
  font-size:16px;
}
.store-card{
  background:#fffaf5;
  border:1px solid rgba(255,255,255,.44);
  box-shadow:0 30px 70px rgba(0,0,0,.22);
}
.store-showcase-banner{
  min-height:230px;
  background:
    linear-gradient(135deg,#fff7ed,#fff1f2 50%,#ffe4e6),
    radial-gradient(circle at 80% 20%,#ffd166,transparent 30%);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.store-showcase-banner::before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:24px;
  top:22px;
  background:#a60f20;
  border-radius:38px;
  transform:rotate(12deg);
  opacity:.14;
}
.store-showcase-banner::after{
  content:"★";
  position:absolute;
  right:58px;
  top:46px;
  font-size:70px;
  color:#a60f20;
  opacity:.45;
}
.store-showcase-banner h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
  letter-spacing:-.05em;
  max-width:360px;
}
.value-band{
  background:#fffaf5;
}
.value-item{
  padding:28px 24px;
}
.value-item strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  letter-spacing:-.03em;
}
.section{
  padding:86px 0;
}
.section h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,68px);
  line-height:.92;
  letter-spacing:-.055em;
}
.section-title{
  max-width:980px;
}
.tag{
  border-radius:8px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
}
.retail-feature-grid{
  grid-template-columns:1.15fr .85fr;
}
.feature-big{
  border-radius:38px;
  min-height:440px;
  padding:42px;
  background:
    linear-gradient(135deg,#fffaf5,#fff1f2 62%,#ffe4e6);
  border:1px solid #f3cbd1;
}
.feature-big h2{
  max-width:680px;
}
.feature-big p{
  font-size:19px;
  max-width:720px;
}
.feature-small{
  border-radius:30px;
  padding:30px;
}
.feature-small h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  letter-spacing:-.035em;
}
.category-grid{
  gap:18px;
}
.category-card{
  border-radius:28px;
  min-height:190px;
  padding:26px;
  background:#fff;
  border:1px solid #efd1d5;
  position:relative;
  overflow:hidden;
}
.category-card::after{
  content:"";
  position:absolute;
  right:-36px;
  bottom:-42px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:#fff1f2;
  z-index:0;
}
.category-card > *{
  position:relative;
  z-index:1;
}
.category-card .emoji{
  font-size:40px;
}
.category-card strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  letter-spacing:-.035em;
}
.category-card p{
  font-size:14px;
}
.products-section{
  background:#2b0509;
}
.products-section .section-title h2,
.products-section .section-title p{
  color:#fffaf5;
}
.products-section .tag{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.24);
  color:#fff;
}
.product-grid{
  gap:20px;
}
.product-card{
  border-radius:30px;
  padding:20px;
  box-shadow:0 16px 38px rgba(59,7,16,.09);
}
.products-section .product-card{
  box-shadow:0 22px 50px rgba(0,0,0,.25);
}
.product-image{
  height:210px;
  border-radius:24px;
}
.product-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  letter-spacing:-.035em;
}
.price{
  font-size:25px;
}
.page-hero{
  min-height:320px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(135deg,rgba(59,7,16,.96),rgba(153,27,27,.86)),
    radial-gradient(circle at 82% 16%,rgba(255,209,102,.35),transparent 26%);
}
.page-hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,6.4vw,88px);
  line-height:.9;
  letter-spacing:-.065em;
}
.detail-panel h1{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.055em;
}
.lifestyle-callout{
  border-radius:42px;
  padding:48px;
  background:
    radial-gradient(circle at 92% 12%,rgba(255,209,102,.34),transparent 22%),
    linear-gradient(135deg,#3b0710,#991b1b 58%,#dc2626);
}
.lifestyle-callout h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,5vw,70px);
  line-height:.94;
  letter-spacing:-.055em;
}
.panel-card{
  border-radius:32px;
}
.info-card{
  border-radius:28px;
}
.info-card h4{
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  letter-spacing:-.035em;
}
@media(max-width:980px){
  .hero{min-height:auto}
  .hero-grid,.retail-feature-grid{grid-template-columns:1fr}
  .deal-strip,.value-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .hero h1{font-size:48px}
  .section h2{font-size:40px}
  .store-showcase-banner h3{font-size:36px}
  .deal-strip,.value-grid{grid-template-columns:1fr}
}


/* V12 typography and slogan refinement */
.hero h1,
.page-hero h1,
.section h2,
.feature-big h2,
.lifestyle-callout h2{
  text-wrap: balance;
}

.hero-title{
  display:block;
  max-width:820px;
}

.hero-title .line{
  display:block;
}

.hero-title .accent{
  color:#ffd166;
}

body[data-lang="zh"] .hero h1{
  letter-spacing:-.035em;
  line-height:.98;
  max-width:780px;
}

body[data-lang="en"] .hero h1{
  line-height:.86;
}

.hero p{
  max-width:650px;
}

.brand-slogan{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
  color:#fff2e8;
  font-weight:900;
}

.brand-slogan span{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.10);
  border-radius:999px;
  padding:8px 12px;
  font-size:14px;
}

.store-showcase-banner h3{
  max-width:390px;
  line-height:.93;
}

.value-item strong{
  line-height:1.05;
}

.section-title h2{
  max-width:920px;
}

.feature-big h2{
  max-width:720px;
}

.feature-small h3{
  line-height:1.02;
}

.category-card strong{
  line-height:1.05;
}

.product-card h3{
  line-height:1.05;
}

.v12-phrase{
  display:inline;
}

@media(max-width:780px){
  .hero-title .line{
    display:inline;
  }
  .hero-title .line::after{
    content:" ";
  }
  .hero-title .line:last-child::after{
    content:"";
  }
  body[data-lang="en"] .hero h1,
  body[data-lang="zh"] .hero h1{
    line-height:.96;
  }
}

@media(max-width:600px){
  .hero h1{
    font-size:46px;
  }
  body[data-lang="zh"] .hero h1{
    font-size:42px;
  }
  .brand-slogan span{
    font-size:13px;
  }
}


/* V13 deep typography and layout correction */
.brand strong{
  display:none;
}
.brand small{
  font-size:13px;
  max-width:180px;
  line-height:1.2;
}
.desktop-menu{
  gap:14px;
}
.desktop-menu a{
  font-size:12px;
  white-space:nowrap;
  letter-spacing:.075em;
}
.nav-actions{
  flex-shrink:0;
}
.cart-btn{
  white-space:nowrap;
  padding:0 13px;
}
.lang-btn{
  min-width:58px;
  justify-content:center;
}
.hero-title .line{
  white-space:nowrap;
}
body[data-lang="zh"] .hero-title .line{
  white-space:normal;
}
body[data-lang="zh"] .hero h1{
  font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;
  font-weight:900;
  letter-spacing:-.045em;
  line-height:1.02;
}
body[data-lang="zh"] .section h2,
body[data-lang="zh"] .feature-big h2,
body[data-lang="zh"] .lifestyle-callout h2,
body[data-lang="zh"] .page-hero h1,
body[data-lang="zh"] .category-card strong,
body[data-lang="zh"] .product-card h3,
body[data-lang="zh"] .info-card h4,
body[data-lang="zh"] .feature-small h3{
  font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;
  font-weight:900;
  letter-spacing:-.035em;
}
.store-showcase-banner h3{
  font-size:clamp(34px,3.2vw,46px);
  line-height:.96;
  max-width:520px;
}
body[data-lang="zh"] .store-showcase-banner h3{
  font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;
  font-size:clamp(32px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.store-showcase-banner p{
  color:#7f1d1d;
  opacity:.95;
}
.product-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.product-actions .view-btn,
.product-actions .add-btn{
  width:100%;
  min-width:0;
  white-space:nowrap;
  font-size:13px;
  padding:0 10px;
  line-height:1;
  text-align:center;
}
.product-actions .view-btn{
  border-radius:999px;
}
.product-actions .add-btn{
  border-radius:999px;
}
.product-card{
  min-width:0;
}
.product-card p{
  min-height:54px;
}
.product-meta{
  gap:8px;
}
.stock{
  white-space:nowrap;
}
.price{
  white-space:nowrap;
}
body[data-lang="zh"] .brand-slogan span{
  font-size:14px;
}
@media(max-width:1180px){
  .desktop-menu{
    gap:10px;
  }
  .desktop-menu a{
    font-size:11px;
  }
  .brand-logo{
    width:106px;
  }
  .brand small{
    display:none;
  }
}
@media(max-width:980px){
  .brand strong{
    display:block;
    font-size:18px;
  }
  .brand small{
    display:block;
  }
}
@media(max-width:600px){
  .hero-title .line{
    white-space:normal;
  }
  .product-actions{
    grid-template-columns:1fr;
  }
  .product-actions .view-btn,
  .product-actions .add-btn{
    min-height:42px;
  }
}
