:root {
  --bg: #050b10;
  --bg-soft: #0a141b;
  --panel: rgba(11, 20, 27, 0.78);
  --panel-solid: #101b24;
  --panel-elevated: rgba(16, 27, 36, 0.96);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(94, 229, 235, 0.24);
  --text: #f3efe5;
  --muted: #9eacb8;
  --muted-strong: #c8d1d8;
  --accent: #5ee5eb;
  --accent-soft: rgba(94, 229, 235, 0.12);
  --gold: #e2bc60;
  --gold-soft: rgba(226, 188, 96, 0.12);
  --mint: #89f0c8;
  --danger: #ff6e7f;
  --warning: #ffb95f;
  --radius-xxl: 36px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.18);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
  --font-display: "Avenir Next", "Segoe UI Variable Display", "PingFang SC", "Noto Sans SC", sans-serif;
  --font-body: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

/* 2026-05-16: compact product page mobile layout, reduce stacked whitespace */
@media (max-width: 680px) {
  body[data-page="products"] {
    background: #f5f8fc !important;
  }

  body[data-page="products"] .site-header {
    border-bottom-color: rgba(203, 213, 225, 0.7) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .site-header .container.mall-header-row {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 14px !important;
    grid-template-columns: 38px minmax(0, 1fr) 86px !important;
    gap: 8px !important;
  }

  body[data-page="products"] .mall-header-brand {
    justify-content: center !important;
    gap: 8px !important;
  }

  body[data-page="products"] .mall-header-brand img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1) !important;
  }

  body[data-page="products"] .mall-header-brand strong {
    max-width: 38vw !important;
    font-size: 1.12rem !important;
    letter-spacing: -0.03em !important;
  }

  body[data-page="products"] .mall-header-actions {
    gap: 8px !important;
  }

  body[data-page="products"] .mall-header-icon {
    width: 38px !important;
    height: 38px !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .mall-header-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  body[data-page="products"] .mall-header-icon.menu-toggle span {
    width: 25px !important;
    height: 2px !important;
    margin: 4px 0 !important;
  }

  body[data-page="products"] .products-simple-section {
    padding-top: 8px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    gap: 14px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    gap: 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(203, 213, 225, 0.72) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    display: block !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head .eyebrow {
    font-size: 0.68rem !important;
    letter-spacing: 0.16em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    margin-top: 4px !important;
    font-size: 1.35rem !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    font-size: 0.9rem !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    flex: 0 0 66px !important;
    width: 66px !important;
    min-width: 66px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .products-simple-filter .root-filter-card {
    display: grid !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter .filter-label {
    font-size: 0.88rem !important;
  }

  body[data-page="products"] .products-simple-filter #root-filter-group {
    gap: 8px !important;
    padding: 0 2px 2px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    min-height: 32px !important;
    padding: 0 11px 0 8px !important;
    gap: 5px !important;
    border-radius: 999px !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 22px !important;
    height: 22px !important;
    margin-left: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .product-category-icon svg {
    width: 13.5px !important;
    height: 13.5px !important;
    stroke-width: 1.9 !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-label {
    font-size: 0.86rem !important;
  }

  body[data-page="products"] .catalog-column {
    gap: 10px !important;
  }

  body[data-page="products"] .catalog-topbar {
    padding: 4px 0 10px !important;
  }

  body[data-page="products"] .catalog-topbar .eyebrow {
    display: none !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    margin: 0 !important;
    font-size: 1.3rem !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 15px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .product-card-media {
    height: 118px !important;
  }

  body[data-page="products"] .product-card-body {
    padding: 9px 10px 11px !important;
    gap: 8px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.45em !important;
    font-size: 0.9rem !important;
    line-height: 1.28 !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.08rem !important;
  }

  body[data-page="products"] .price-row span {
    font-size: 0.72rem !important;
  }

  body[data-page="products"] .product-chip,
  body[data-page="products"] .discount-chip {
    transform: scale(0.78) !important;
  }
}

/* 2026-05-15: add lightweight SVG icons to product root categories */
body[data-page="products"] .product-category-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 28px !important;
  height: 28px !important;
  margin-left: -6px !important;
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  border-radius: 12px !important;
  color: #1d4ed8 !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(145deg, #ffffff, #eaf4ff) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 18px rgba(37, 99, 235, 0.12) !important;
}

body[data-page="products"] .product-category-icon svg {
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2 !important;
}

body[data-page="products"] .product-category-icon .icon-accent {
  stroke: #06b6d4 !important;
}

body[data-page="products"] .product-category-icon .icon-dot {
  fill: #06b6d4 !important;
  stroke: none !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip {
  gap: 8px !important;
  padding-left: 10px !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip.is-active .product-category-icon {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.32), transparent 34%),
    rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 18px rgba(15, 23, 42, 0.18) !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip.is-active .product-category-icon .icon-accent {
  stroke: #a5f3fc !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip.is-active .product-category-icon .icon-dot {
  fill: #a5f3fc !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="products"] .products-simple-filter .chip.root-chip:hover .product-category-icon {
    transform: translateY(-1px) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      0 10px 22px rgba(37, 99, 235, 0.16) !important;
  }
}

@media (max-width: 680px) {
  body[data-page="products"] .product-category-icon {
    width: 25px !important;
    height: 25px !important;
    margin-left: -5px !important;
    border-radius: 10px !important;
  }

  body[data-page="products"] .product-category-icon svg {
    width: 15.5px !important;
    height: 15.5px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    gap: 6px !important;
    padding-left: 9px !important;
  }
}

/* 2026-05-15: vivo-style lightweight mall homepage */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body[data-page="home"] {
  background: #f5f6fa !important;
}

body[data-page="home"] .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 120 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
  backdrop-filter: blur(18px);
}

body[data-page="home"] .mall-header-row {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) 108px !important;
  align-items: center !important;
  min-height: 72px !important;
  gap: 8px !important;
}

body[data-page="home"] .mall-header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  color: #111827;
  text-decoration: none;
}

body[data-page="home"] .mall-header-brand img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
}

body[data-page="home"] .mall-header-brand strong {
  overflow: hidden;
  max-width: 54vw;
  color: #111827;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body[data-page="home"] .mall-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body[data-page="home"] .mall-header-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #101828 !important;
  background: transparent !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body[data-page="home"] .mall-header-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

body[data-page="home"] .mall-header-icon.menu-toggle {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

body[data-page="home"] .mall-header-icon.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
}

body[data-page="home"] .mobile-menu {
  display: none;
  padding-bottom: 14px;
}

body.menu-open[data-page="home"] .mobile-menu {
  display: block !important;
}

body[data-page="home"] .mobile-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

body[data-page="home"] .mobile-nav a {
  padding: 12px 14px !important;
  border-radius: 16px !important;
  color: #344054 !important;
  background: #f4f6f9 !important;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

body[data-page="home"] .mobile-nav a.is-active,
body[data-page="home"] .mobile-nav a[aria-current="page"] {
  color: #ffffff !important;
  background: #111827 !important;
}

body[data-page="home"] .mall-home {
  min-height: 100vh;
  padding: 14px 0 56px;
  background: linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
}

body[data-page="home"] .mall-home-container {
  display: grid;
  gap: 16px;
}

body[data-page="home"] .mall-hero-carousel {
  margin: 0 !important;
}

body[data-page="home"] .home-auto-carousel {
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: #0b1522 !important;
  box-shadow: 0 20px 48px rgba(31, 65, 116, 0.16) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  aspect-ratio: 16 / 7 !important;
  min-height: 0 !important;
  border-radius: inherit !important;
  background: #0b1522 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 0.55s ease, transform 0.75s ease;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: #0b1522 !important;
}

body[data-page="home"] .mall-category-card {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px 8px;
  padding: 24px 20px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(31, 65, 116, 0.08);
}

body[data-page="home"] .mall-category-card a {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  color: #667085;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
}

body[data-page="home"] .mall-category-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 22px;
  color: #2463eb;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.9), transparent 38%),
    linear-gradient(145deg, #eef5ff, #dbe9ff);
  box-shadow: inset 0 -8px 16px rgba(37, 99, 235, 0.08), 0 10px 18px rgba(37, 99, 235, 0.1);
  font-size: 1.2rem;
  font-weight: 900;
}

body[data-page="home"] .mall-category-card strong {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body[data-page="home"] .mall-flash-section,
body[data-page="home"] .mall-featured-section {
  display: grid;
  gap: 14px;
}

body[data-page="home"] .mall-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 2px 0;
}

body[data-page="home"] .mall-section-head strong {
  color: #111827;
  font-size: clamp(1.28rem, 2.6vw, 1.9rem);
  line-height: 1;
  font-weight: 950;
}

body[data-page="home"] .mall-section-head span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 0.95rem;
}

body[data-page="home"] .mall-flash-title {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

body[data-page="home"] .mall-flash-title span {
  margin: 0;
}

body[data-page="home"] .mall-flash-title em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  color: #ffffff;
  background: #ef4444;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body[data-page="home"] .mall-section-more {
  flex: 0 0 auto;
  color: #667085;
  text-decoration: none;
  font-weight: 900;
}

body[data-page="home"] .mall-promo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="home"] .mall-promo-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border-radius: 22px;
  color: #111827;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(31, 65, 116, 0.07);
}

body[data-page="home"] .mall-promo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.88;
  border-radius: 16px;
  background: #eef3f9;
  object-fit: cover;
}

body[data-page="home"] .mall-promo-card strong {
  overflow: hidden;
  min-height: 2.5em;
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="home"] .mall-promo-card > span {
  overflow: hidden;
  color: #98a2b3;
  font-size: 0.82rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body[data-page="home"] .mall-promo-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

body[data-page="home"] .mall-promo-price em {
  color: #ef4444;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 950;
}

body[data-page="home"] .mall-promo-price del {
  color: #98a2b3;
  font-size: 0.82rem;
}

body[data-page="home"] .mall-empty {
  min-height: 92px;
  padding: 24px;
  border-radius: 22px;
  color: #667085;
  background: #ffffff;
}

body[data-page="home"] .home-store-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body[data-page="home"] .home-store-products .product-card-copy,
body[data-page="home"] .home-store-products .product-topline,
body[data-page="home"] .home-store-products .card-actions {
  display: none !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .mall-category-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="home"] .mall-promo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .container,
  body[data-page="home"] .site-footer .container {
    width: min(100%, calc(100vw - 18px)) !important;
    max-width: calc(100vw - 18px) !important;
  }

  body[data-page="home"] .mall-header-row {
    grid-template-columns: 48px minmax(0, 1fr) 96px !important;
    min-height: 64px !important;
  }

  body[data-page="home"] .mall-header-brand img {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  body[data-page="home"] .mall-header-brand strong {
    max-width: 42vw;
    font-size: 1.12rem;
    letter-spacing: 0.04em;
  }

  body[data-page="home"] .mall-header-icon {
    width: 40px !important;
    height: 40px !important;
  }

  body[data-page="home"] .mall-header-icon svg {
    width: 25px;
    height: 25px;
  }

  body[data-page="home"] .mall-home {
    padding-top: 10px;
  }

  body[data-page="home"] .mall-home-container {
    gap: 12px;
  }

  body[data-page="home"] .home-auto-carousel {
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 16 / 8.7 !important;
    min-height: 188px !important;
  }

  body[data-page="home"] .mall-category-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 8px;
    padding: 20px 10px 22px;
    border-radius: 26px;
    box-shadow: none;
  }

  body[data-page="home"] .mall-category-card span {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    font-size: 1rem;
  }

  body[data-page="home"] .mall-category-card a {
    font-size: 0.82rem;
  }

  body[data-page="home"] .mall-section-head {
    align-items: flex-end;
    padding: 2px 2px 0;
  }

  body[data-page="home"] .mall-section-head strong {
    font-size: 1.35rem;
  }

  body[data-page="home"] .mall-section-head span,
  body[data-page="home"] .mall-section-more {
    font-size: 0.86rem;
  }

  body[data-page="home"] .mall-flash-title {
    display: block;
  }

  body[data-page="home"] .mall-flash-title span {
    margin-top: 8px;
  }

  body[data-page="home"] .mall-promo-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 132px;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-right: -9px;
    scrollbar-width: none;
  }

  body[data-page="home"] .mall-promo-row::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .mall-promo-card {
    padding: 9px;
    border-radius: 16px;
    box-shadow: none;
  }

  body[data-page="home"] .mall-promo-card img {
    border-radius: 12px;
  }

  body[data-page="home"] .mall-promo-card strong {
    font-size: 0.86rem;
  }

  body[data-page="home"] .mall-promo-price em {
    font-size: 1rem;
  }

  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* 2026-05-15: product-first official homepage */
.home-storefront {
  padding: clamp(28px, 5vw, 66px) 0 clamp(42px, 6vw, 76px);
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.10), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-store-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.home-store-head h1 {
  margin: 10px 0 10px;
  color: #0f172a;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-store-head p {
  max-width: 720px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.home-store-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 22px 0 16px;
  padding: 8px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.home-store-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 12px;
  color: #0f172a;
}

.home-store-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 18px;
  scrollbar-width: none;
}

.home-store-pills::-webkit-scrollbar {
  display: none;
}

.home-store-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.home-store-pill.is-active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.home-store-products {
  margin-top: 0;
}

.home-store-more {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 680px) {
  .home-storefront {
    padding: 18px 0 28px;
  }

  .home-store-head {
    display: block;
  }

  .home-store-head h1 {
    margin: 8px 0;
    font-size: 2rem;
    line-height: 1.08;
  }

  .home-store-head p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .home-store-head > .button {
    display: none;
  }

  .home-store-search {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 16px 0 12px;
    border-radius: 16px;
    box-shadow: none;
  }

  .home-store-search input {
    min-height: 42px;
    padding: 0 8px;
  }

  .home-store-search .button {
    width: 100%;
  }

  .home-store-pills {
    gap: 8px;
    padding-bottom: 12px;
    margin-right: -14px;
  }

  .home-store-pill {
    min-height: 34px;
    padding: 0 13px;
    font-size: 0.86rem;
  }

  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-page="home"] .home-store-products .product-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    border-color: rgba(15, 23, 42, 0.06) !important;
    overflow: hidden;
  }

  body[data-page="home"] .home-store-products .product-card-media {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 0.82 !important;
    border-radius: 12px 12px 0 0 !important;
  }

  body[data-page="home"] .home-store-products .product-card-media img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .home-store-products .product-card-body {
    padding: 10px 10px 12px !important;
    gap: 6px !important;
  }

  body[data-page="home"] .home-store-products .product-card-title {
    min-height: 2.7em;
    font-size: 0.98rem !important;
    line-height: 1.35 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body[data-page="home"] .home-store-products .product-card-copy,
  body[data-page="home"] .home-store-products .product-topline,
  body[data-page="home"] .home-store-products .card-actions,
  body[data-page="home"] .home-store-products .discount-chip {
    display: none !important;
  }

  body[data-page="home"] .home-store-products .product-chip {
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px);
    padding: 4px 8px !important;
    font-size: 0.72rem !important;
  }

  body[data-page="home"] .home-store-products .price-row {
    margin-top: 2px !important;
    align-items: baseline !important;
  }

  body[data-page="home"] .home-store-products .price-row strong {
    font-size: 1.12rem !important;
  }

  body[data-page="home"] .home-store-products .price-row span {
    font-size: 0.72rem !important;
  }

  .home-store-more {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .home-store-more .button {
    width: 100%;
  }

  body[data-page="home"] .home-intro-hero,
  body[data-page="home"] .new-service-section,
  body[data-page="home"] .new-catalog-section,
  body[data-page="home"] .new-process-section,
  body[data-page="home"] .new-contact-section {
    display: none !important;
  }

  body[data-page="home"] .new-articles-section,
  body[data-page="home"] .new-cta-section {
    padding: 30px 0 !important;
  }
}

/* 2026-05-15: final overrides for the simplified mall homepage */
body[data-page="home"] .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 120 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

body[data-page="home"] .mall-header-row {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) 108px !important;
  align-items: center !important;
  min-height: 72px !important;
}

body[data-page="home"] .mall-header-icon.menu-toggle {
  display: inline-flex !important;
}

body[data-page="home"] .mall-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body[data-page="home"] .mall-header-actions .mall-header-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  color: #111827 !important;
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body[data-page="home"] .mall-header-actions .mall-header-icon svg {
  display: block !important;
  width: 27px !important;
  height: 27px !important;
  fill: currentColor !important;
}

body[data-page="home"] .mall-home {
  padding: 14px 0 56px !important;
  background: linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%) !important;
}

body[data-page="home"] .home-auto-carousel {
  border-radius: 28px !important;
  background: #0b1522 !important;
  box-shadow: 0 20px 48px rgba(31, 65, 116, 0.16) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  aspect-ratio: 16 / 7 !important;
  min-height: 0 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  object-fit: cover !important;
}

body[data-page="home"] .home-store-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body[data-page="home"] .home-store-products .product-card-copy,
body[data-page="home"] .home-store-products .product-topline,
body[data-page="home"] .home-store-products .card-actions {
  display: none !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .container,
  body[data-page="home"] .site-footer .container {
    width: min(100%, calc(100vw - 18px)) !important;
    max-width: calc(100vw - 18px) !important;
  }

  body[data-page="home"] .mall-header-row {
    grid-template-columns: 48px minmax(0, 1fr) 96px !important;
    min-height: 64px !important;
  }

  body[data-page="home"] .home-auto-carousel {
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 16 / 8.7 !important;
    min-height: 188px !important;
  }

  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* 2026-05-15: clean homepage auto carousel without prev/next controls */
body[data-page="home"] .home-carousel-section {
  margin: clamp(14px, 2.4vw, 22px) 0 clamp(18px, 3vw, 26px) !important;
  padding: 0 !important;
}

body[data-page="home"] .home-auto-carousel {
  display: block !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 26px !important;
  background: #0b1522 !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12) !important;
}

body[data-page="home"] .home-auto-carousel::before,
body[data-page="home"] .home-auto-carousel .fullview-carousel-nav,
body[data-page="home"] .home-auto-carousel .fullview-carousel-copy {
  display: none !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 8 / 3 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: #0b1522 !important;
  box-shadow: none !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity 0.55s ease, transform 0.75s ease;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #0b1522 !important;
}

@media (max-width: 780px) {
  body[data-page="home"] .home-carousel-section {
    margin: 10px 0 14px !important;
  }

  body[data-page="home"] .home-auto-carousel {
    border-radius: 16px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 8 / 3 !important;
    min-height: 142px !important;
  }
}

/* 2026-05-15: website product detail mirrors the uni-app mini-program detail page */
body[data-page="product"] .mp-detail-page {
  min-height: 100vh;
  padding: 28px 0 96px;
  background:
    radial-gradient(circle at 8% 0%, rgba(63, 125, 255, 0.18), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(78, 222, 188, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4f8 42%, #e8f0f5 100%);
}

body[data-page="product"] .mp-detail-container {
  max-width: 980px !important;
}

body[data-page="product"] .mp-detail-shell {
  display: grid;
  gap: 24px;
}

body[data-page="product"] .mp-back-row,
.detail-back-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

body[data-page="product"] .mp-back-btn,
.detail-back-button,
.article-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(20, 47, 78, 0.08);
  border-radius: 999px;
  color: #193553;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(29, 61, 105, 0.08);
}

body[data-page="product"] .mp-back-btn:hover,
.detail-back-button:hover,
.article-back:hover {
  color: #1c6bff;
  background: #ffffff;
}

body[data-page="product"] .mp-glass {
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 36px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 24px 70px rgba(29, 61, 105, 0.12) !important;
  backdrop-filter: blur(18px);
}

body[data-page="product"] .mp-detail-hero {
  overflow: hidden;
}

body[data-page="product"] .mp-product-cover {
  display: block;
  width: 100%;
  height: clamp(240px, 34vw, 380px);
  object-fit: cover;
  background: #dfeaf2;
}

body[data-page="product"] .mp-hero-info {
  display: grid;
  gap: 18px;
  padding: 30px;
}

body[data-page="product"] .mp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #1a4e73;
  background: rgba(42, 136, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 800;
}

body[data-page="product"] .mp-title-xl {
  margin: 0;
  color: #142334;
  font-size: clamp(2.05rem, 5.6vw, 3.35rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body[data-page="product"] .mp-title {
  display: block;
  color: #142334;
  font-size: clamp(1.32rem, 3vw, 2.05rem);
  line-height: 1.18;
  font-weight: 900;
}

body[data-page="product"] .mp-muted {
  color: #6d7c8e;
}

body[data-page="product"] .mp-subtitle,
body[data-page="product"] .mp-paragraph {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

body[data-page="product"] .mp-price-row,
body[data-page="product"] .mp-action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

body[data-page="product"] .mp-price {
  color: #ff7a3d;
  font-size: clamp(2.05rem, 5vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

body[data-page="product"] .mp-origin {
  color: #a6b0bd;
  text-decoration: line-through;
  font-weight: 800;
}

body[data-page="product"] .mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 150px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #1c6bff, #29c7ad);
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(32, 111, 231, 0.22);
  cursor: pointer;
}

body[data-page="product"] .mp-btn-ghost {
  color: #193553;
  background: rgba(20, 47, 78, 0.08);
  box-shadow: none;
}

body[data-page="product"] .mp-video-card {
  display: grid;
  gap: 18px;
  padding: 24px;
}

body[data-page="product"] .mp-video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body[data-page="product"] .mp-video-card video {
  display: block;
  width: 100%;
  height: clamp(420px, 58vw, 720px);
  border-radius: 28px;
  background: #08111d;
  object-fit: contain;
  overflow: hidden;
}

body[data-page="product"] .mp-video-empty p {
  margin: 0;
  color: #6d7c8e;
  line-height: 1.7;
}

body[data-page="product"] .mp-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body[data-page="product"] .mp-block {
  display: grid;
  gap: 18px;
  padding: 28px;
}

body[data-page="product"] .mp-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body[data-page="product"] .mp-tag-list span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #1a4e73;
  background: rgba(42, 136, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 800;
}

body[data-page="product"] .mp-spec-list {
  display: grid;
  gap: 14px;
}

body[data-page="product"] .mp-spec-list div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 35, 52, 0.08);
}

body[data-page="product"] .mp-spec-list span {
  color: #6d7c8e;
}

body[data-page="product"] .mp-spec-list strong {
  color: #142334;
  font-weight: 900;
  line-height: 1.65;
}

body[data-page="product"] .mp-empty {
  padding: 60px 30px;
  border-radius: 32px;
  color: #75869a;
  background: rgba(255, 255, 255, 0.68);
  text-align: center;
}

body[data-page="products"] .catalog-scroll-sentinel {
  width: 100%;
  height: 1px;
}

@media (max-width: 780px) {
  body[data-page="product"] .mp-detail-page {
    padding: 14px 0 92px;
  }

  body[data-page="product"] .mp-detail-container {
    max-width: min(calc(100vw - 32px), 430px) !important;
  }

  body[data-page="product"] .mp-detail-shell {
    gap: 14px;
  }

  body[data-page="product"] .mp-glass {
    border-radius: 22px !important;
    box-shadow: 0 12px 32px rgba(29, 61, 105, 0.1) !important;
  }

  body[data-page="product"] .mp-product-cover {
    height: 210px;
  }

  body[data-page="product"] .mp-hero-info,
  body[data-page="product"] .mp-block,
  body[data-page="product"] .mp-video-card {
    padding: 18px;
  }

  body[data-page="product"] .mp-info-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body[data-page="product"] .mp-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product"] .mp-btn {
    width: 100%;
    min-width: 0;
  }

  body[data-page="product"] .mp-video-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-page="product"] .mp-video-card video {
    height: 360px;
    border-radius: 18px;
  }

  body[data-page="product"] .mp-spec-list div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

/* 2026-05-15: faster, simpler mobile catalog entry */
@media (max-width: 680px) {
  body[data-page="products"] .page-hero {
    display: none !important;
  }

  body[data-page="products"] .section-tight {
    padding-top: 14px !important;
  }

  body[data-page="products"] .catalog-filter-board {
    border-radius: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }
}

.catalog-load-more {
  margin: 18px auto 0;
  padding: 12px 16px;
  max-width: 260px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: #ffffff;
  color: #2563eb;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.product-card-skeleton {
  min-height: 260px;
  padding: 14px;
}

.product-card-skeleton div,
.product-card-skeleton strong,
.product-card-skeleton span {
  display: block;
  border-radius: 14px;
  background: linear-gradient(90deg, #eef3f9 0%, #f7faff 45%, #eef3f9 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer 1.1s ease-in-out infinite;
}

.product-card-skeleton div {
  height: 150px;
}

.product-card-skeleton strong {
  height: 20px;
  margin-top: 16px;
}

.product-card-skeleton span {
  width: 58%;
  height: 18px;
  margin-top: 12px;
}

@keyframes skeleton-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 12% 10%, rgba(94, 229, 235, 0.18), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(226, 188, 96, 0.18), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(137, 240, 200, 0.1), transparent 28%),
    linear-gradient(180deg, #04080c 0%, #091118 42%, #0b131a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.94), transparent 100%);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 15px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(94, 229, 235, 0.38);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(94, 229, 235, 0.08);
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
}

.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.site-frame {
  padding-bottom: 108px;
}

/* Keep public content visible for crawlers and slow connections. */
body.app-hydrating #site-header,
body.app-hydrating main,
body.app-hydrating #site-footer {
  visibility: visible;
}

.site-header-shell {
  position: sticky;
  top: 14px;
  z-index: 40;
  width: min(1288px, calc(100% - 24px));
  margin: 18px auto 0;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 14, 19, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark-img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand-copy strong,
.hero-copy h1,
.section-heading h2,
.page-hero-card h1,
.product-detail-panel h1,
.auth-showcase h1,
.auth-panel h1,
.checkout-panel h1,
.case-player-panel h1 {
  font-family: var(--font-display);
  letter-spacing: -0.04em;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 700;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-nav a,
.mobile-menu-card a,
.mobile-dock a,
.chip,
.product-card,
.case-card,
.status-pill {
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-nav a,
.mobile-menu-card a {
  padding: 11px 15px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.mobile-menu-card a:hover,
.mobile-menu-card a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.button-primary {
  color: #061017;
  background: linear-gradient(135deg, var(--gold) 0%, #f5df9a 48%, #76eceb 100%);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.button-ghost {
  color: var(--muted-strong);
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.button-danger {
  color: #fff;
  background: linear-gradient(135deg, #ff6f7e, #ff9072);
}

.button.is-disabled {
  pointer-events: none;
  opacity: 0.65;
}

.desktop-inline {
  display: inline-flex;
}

.account-entry {
  min-width: 132px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.mobile-menu {
  display: none;
}

.mobile-menu-card {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(10, 18, 25, 0.92);
  backdrop-filter: blur(22px);
}

.mobile-menu-card a {
  display: block;
}

.mobile-dock {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 35;
  display: none;
  transform: translateX(-50%);
  width: min(96vw, 520px);
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(7, 14, 19, 0.88);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-soft);
}

.mobile-dock a {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 16px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.mobile-dock a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(94, 229, 235, 0.2);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(94, 229, 235, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-section {
  padding: 72px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 30px;
  align-items: center;
}

.hero-copy,
.hero-stage,
.feature-panel,
.page-hero-card,
.filter-card,
.contact-card,
.product-media-panel,
.product-detail-panel,
.detail-card,
.case-player-panel,
.case-side-panel,
.auth-showcase,
.auth-panel,
.profile-panel .feature-panel,
.checkout-panel,
.empty-panel,
.category-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xxl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    var(--panel);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.hero-brand-logo {
  width: min(420px, 100%);
  margin: 22px 0 12px;
}

.hero-brand-logo.compact {
  width: min(320px, 100%);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.94;
}

.hero-copy p,
.section-heading p,
.page-hero-card p,
.feature-panel p,
.product-card-copy,
.notice-banner p,
.lead-copy,
.auth-showcase p,
.auth-panel p,
.case-player-panel p,
.case-side-panel p,
.order-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-search,
.stack-form {
  display: grid;
  gap: 14px;
}

.hero-search {
  margin: 26px 0 18px;
}

.field-shell {
  display: grid;
  gap: 8px;
}

.field-shell span {
  color: var(--muted);
  font-size: 0.9rem;
}

.field-shell.is-large input {
  min-height: 62px;
  padding: 0 18px;
  border-radius: 20px;
}

.hero-actions,
.card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-stats,
.stat-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.stat-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.stat-card.premium {
  background:
    linear-gradient(135deg, rgba(226, 188, 96, 0.08), rgba(94, 229, 235, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.stat-card span {
  color: var(--muted);
  display: block;
}

.stat-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.85rem;
  font-family: var(--font-display);
}

.stat-card.compact strong {
  font-size: 1.5rem;
}

.hero-stage,
.feature-panel,
.checkout-panel {
  padding: 28px;
}

.spotlight-card {
  display: grid;
  gap: 18px;
}

.spotlight-media,
.product-card-media,
.case-card-media,
.media-stack,
.video-shell,
.order-cover,
.summary-product img {
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(94, 229, 235, 0.08), rgba(226, 188, 96, 0.1));
}

.spotlight-media img,
.product-card-media img,
.case-card-media img,
.media-stack img,
.order-cover img,
.summary-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-media img {
  aspect-ratio: 1.18 / 1;
}

.spotlight-body h3,
.product-card-title,
.feature-panel h3,
.detail-card h3,
.case-side-panel h3 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.spotlight-body h3 {
  margin: 0;
  font-size: 2rem;
}

.section {
  padding: 84px 0;
}

.section-tight {
  padding-top: 38px;
  padding-bottom: 58px;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.section-heading.split {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.section-heading h2,
.page-hero-card h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.category-stage,
.contact-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.site-footer-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xxl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(10, 18, 25, 0.86);
  box-shadow: var(--shadow-soft);
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand img {
  width: min(320px, 100%);
}

.footer-brand p,
.footer-column span,
.footer-column a,
.footer-bottom {
  color: var(--muted);
  line-height: 1.8;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 6px;
}

.footer-title {
  display: block;
  margin-bottom: 8px;
  color: var(--text) !important;
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 8px 0;
}

.category-card,
.contact-card {
  padding: 24px;
}

.category-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.category-card-head strong {
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-cloud.vertical {
  display: grid;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.04);
}

.chip:hover,
.chip.is-active {
  color: var(--text);
  border-color: rgba(94, 229, 235, 0.26);
  background: rgba(94, 229, 235, 0.1);
}

.chip.static {
  cursor: default;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card,
.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xxl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(10, 18, 25, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.product-card:hover,
.case-card:hover {
  transform: translateY(-3px);
  border-color: rgba(94, 229, 235, 0.18);
}

.product-card-media,
.case-card-media {
  position: relative;
  display: block;
  padding: 16px 16px 0;
}

.product-card-media img,
.case-card-media img {
  aspect-ratio: 1.16 / 1;
}

.product-chip,
.discount-chip,
.video-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-chip {
  color: #061017;
  background: linear-gradient(135deg, #f3d98f, #8ce8e6);
}

.discount-chip {
  top: auto;
  left: auto;
  right: 30px;
  bottom: 18px;
  color: #061017;
  background: linear-gradient(135deg, #ffcb73, #f9f0cb);
}

.video-badge {
  left: auto;
  right: 30px;
  color: #061017;
  background: linear-gradient(135deg, #82f0d3, #8be3eb);
}

.product-card-body,
.case-card-body {
  display: grid;
  gap: 14px;
  padding: 18px 20px 22px;
}

.product-topline,
.product-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.88rem;
}

.product-card-title {
  font-size: 1.44rem;
  line-height: 1.16;
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.price-row strong,
.price-panel strong,
.checkout-total strong {
  font-size: 2rem;
  font-family: var(--font-display);
  letter-spacing: -0.04em;
}

.price-row span,
.price-panel span {
  color: var(--muted);
  text-decoration: line-through;
}

.dual-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.timeline-list,
.text-list {
  display: grid;
  gap: 12px;
}

.timeline-list.compact {
  gap: 10px;
}

.timeline-item,
.text-list span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
}

.timeline-item strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #061017;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  font-size: 0.9rem;
}

.text-list span {
  grid-template-columns: 1fr;
}

.qr-shell {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
}

.page-hero {
  padding: 52px 0 18px;
}

.page-hero-card {
  padding: 34px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
}

.filter-column,
.catalog-column,
.orders-panel {
  display: grid;
  gap: 18px;
}

.filter-card {
  padding: 22px;
}

.catalog-topbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 0 10px;
}

.catalog-topbar h2,
.orders-panel h1 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
}

.inline-search {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inline-search input {
  min-width: min(420px, 100%);
}

.empty-panel {
  padding: 34px;
  text-align: center;
}

.success-state {
  text-align: left;
}

.empty-panel h3 {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 2rem;
}

.case-stage-grid,
.product-hero-grid,
.checkout-grid,
.account-grid,
.auth-grid {
  display: grid;
  gap: 18px;
}

.case-stage-grid,
.product-hero-grid,
.checkout-grid,
.auth-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-grid {
  grid-template-columns: 360px minmax(0, 1fr);
}

.product-media-panel,
.product-detail-panel,
.case-player-panel,
.case-side-panel {
  padding: 26px;
}

.media-stack {
  position: relative;
}

.media-stack img {
  aspect-ratio: 1.16 / 1;
}

.media-floating-meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.media-floating-meta span {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(6, 16, 23, 0.78);
  backdrop-filter: blur(18px);
}

.product-detail-panel h1 {
  margin: 16px 0 10px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
}

.lead-copy {
  margin: 0 0 20px;
}

.price-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(226, 188, 96, 0.08), rgba(94, 229, 235, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.price-panel.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-panel small {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}

.detail-kv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.detail-kv-grid span {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.03);
}

.detail-kv-grid.compact {
  margin: 0;
}

.notice-banner {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.notice-banner.subtle {
  margin-top: 14px;
}

.notice-banner strong {
  display: block;
  margin-bottom: 8px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.detail-card {
  padding: 24px;
}

.detail-card.wide {
  grid-column: span 2;
}

.case-player-panel .video-shell {
  margin-top: 18px;
}

.video-shell video {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #000;
}

.empty-video {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.empty-video img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 24px;
}

.auth-section {
  padding-top: 48px;
}

.auth-showcase,
.auth-panel {
  padding: 30px;
}

.auth-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 22px;
}

.auth-tabs button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-weight: 700;
}

.auth-tabs button.is-active {
  color: #061017;
  background: linear-gradient(135deg, var(--gold), var(--accent));
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.align-end {
  align-self: end;
}

.micro-copy {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.profile-panel .sticky {
  position: sticky;
  top: 116px;
}

.order-list {
  display: grid;
  gap: 16px;
}

.order-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(10, 18, 25, 0.8);
  box-shadow: var(--shadow-soft);
}

.order-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.order-card-head strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-family: var(--font-display);
}

.order-card-head span {
  color: var(--muted);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
}

.status-pill.is-pending {
  color: #081118;
  background: linear-gradient(135deg, #ffcb73, #f5df9a);
}

.status-pill.is-paid {
  color: #061017;
  background: linear-gradient(135deg, #8ce8e6, #c9f7ee);
}

.status-pill.is-delivered {
  color: #061017;
  background: linear-gradient(135deg, #89f0c8, #c8ffe8);
}

.status-pill.is-cancelled,
.status-pill.is-closed {
  color: #fff;
  background: linear-gradient(135deg, #ff6e7f, #ff8a6e);
}

.order-card-body {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
}

.order-cover img {
  aspect-ratio: 1 / 1;
}

.checkout-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0 6px;
}

.summary-product {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.summary-product img {
  aspect-ratio: 1 / 1;
}

.summary-product div {
  display: grid;
  gap: 6px;
}

.summary-product strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.mobile-action-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 34;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(6, 14, 20, 0.94);
  backdrop-filter: blur(20px);
}

.mobile-action-price {
  display: grid;
  gap: 4px;
}

.mobile-action-buttons {
  display: flex;
  gap: 10px;
}

#toast-root {
  position: fixed;
  right: 16px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 10px;
}

.toast {
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #081118;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  background: linear-gradient(135deg, #e7c774, #8be3eb);
  box-shadow: var(--shadow-soft);
}

.toast.is-error {
  color: #fff;
  background: linear-gradient(135deg, #ff6e7f, #ff8d70);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

body.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body:not([data-page="admin"]) {
  color: #1f3440;
  background:
    radial-gradient(circle at 10% 10%, rgba(97, 196, 198, 0.15), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(220, 186, 110, 0.18), transparent 28%),
    radial-gradient(circle at 78% 70%, rgba(139, 214, 190, 0.14), transparent 24%),
    linear-gradient(180deg, #f9f4ea 0%, #f4efe6 42%, #f7f5ef 100%);
}

body:not([data-page="admin"])::before {
  background-image:
    linear-gradient(rgba(25, 61, 77, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 61, 77, 0.045) 1px, transparent 1px);
  opacity: 0.55;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.82), transparent 100%);
}

body:not([data-page="admin"]) input,
body:not([data-page="admin"]) textarea,
body:not([data-page="admin"]) select {
  border-color: rgba(28, 69, 87, 0.12);
  color: #1f3440;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body:not([data-page="admin"]) input:focus,
body:not([data-page="admin"]) textarea:focus,
body:not([data-page="admin"]) select:focus {
  border-color: rgba(26, 170, 176, 0.35);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(26, 170, 176, 0.1);
}

body:not([data-page="admin"]) .topbar {
  border-color: rgba(31, 70, 86, 0.1);
  background: rgba(255, 251, 245, 0.92);
  box-shadow: 0 22px 48px rgba(109, 90, 47, 0.08);
}

body:not([data-page="admin"]) .brand-mark-img {
  box-shadow: 0 12px 24px rgba(35, 73, 89, 0.12);
}

body:not([data-page="admin"]) .site-nav a,
body:not([data-page="admin"]) .mobile-menu-card a,
body:not([data-page="admin"]) .mobile-dock a {
  color: #647884;
}

body:not([data-page="admin"]) .site-nav a:hover,
body:not([data-page="admin"]) .site-nav a[aria-current="page"],
body:not([data-page="admin"]) .mobile-menu-card a:hover,
body:not([data-page="admin"]) .mobile-menu-card a[aria-current="page"],
body:not([data-page="admin"]) .mobile-dock a[aria-current="page"] {
  color: #173540;
  background: rgba(26, 170, 176, 0.12);
}

body:not([data-page="admin"]) .button:hover {
  box-shadow: 0 18px 30px rgba(113, 87, 42, 0.12);
}

body:not([data-page="admin"]) .button-primary {
  color: #12313d;
  background: linear-gradient(135deg, #dcb464 0%, #f3dfae 48%, #67cfd0 100%);
}

body:not([data-page="admin"]) .button-secondary {
  color: #20404d;
  border-color: rgba(26, 170, 176, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

body:not([data-page="admin"]) .button-ghost {
  color: #617681;
  border-color: rgba(31, 70, 86, 0.1);
  background: rgba(255, 255, 255, 0.56);
}

body:not([data-page="admin"]) .menu-toggle,
body:not([data-page="admin"]) .mobile-menu-card,
body:not([data-page="admin"]) .mobile-dock {
  border-color: rgba(31, 70, 86, 0.1);
  background: rgba(255, 251, 245, 0.95);
  box-shadow: 0 18px 40px rgba(104, 87, 53, 0.1);
}

body:not([data-page="admin"]) .eyebrow {
  color: #119ea4;
  border-color: rgba(17, 158, 164, 0.18);
  background: rgba(17, 158, 164, 0.08);
}

body:not([data-page="admin"]) .hero-copy,
body:not([data-page="admin"]) .hero-stage,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .page-hero-card,
body:not([data-page="admin"]) .filter-card,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .product-media-panel,
body:not([data-page="admin"]) .product-detail-panel,
body:not([data-page="admin"]) .detail-card,
body:not([data-page="admin"]) .case-player-panel,
body:not([data-page="admin"]) .case-side-panel,
body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .profile-panel .feature-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .empty-panel,
body:not([data-page="admin"]) .category-card,
body:not([data-page="admin"]) .product-card,
body:not([data-page="admin"]) .case-card {
  border-color: rgba(31, 70, 86, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 248, 243, 0.94)),
    #ffffff;
  box-shadow: 0 28px 60px rgba(100, 83, 48, 0.08);
}

body:not([data-page="admin"]) .hero-copy p,
body:not([data-page="admin"]) .section-heading p,
body:not([data-page="admin"]) .page-hero-card p,
body:not([data-page="admin"]) .feature-panel p,
body:not([data-page="admin"]) .product-card-copy,
body:not([data-page="admin"]) .notice-banner p,
body:not([data-page="admin"]) .lead-copy,
body:not([data-page="admin"]) .auth-showcase p,
body:not([data-page="admin"]) .auth-panel p,
body:not([data-page="admin"]) .case-player-panel p,
body:not([data-page="admin"]) .case-side-panel p,
body:not([data-page="admin"]) .order-copy p,
body:not([data-page="admin"]) .footer-brand p,
body:not([data-page="admin"]) .footer-column span,
body:not([data-page="admin"]) .footer-column a,
body:not([data-page="admin"]) .footer-bottom,
body:not([data-page="admin"]) .field-shell span,
body:not([data-page="admin"]) .product-topline,
body:not([data-page="admin"]) .product-meta-row {
  color: #657983;
}

body:not([data-page="admin"]) .stat-card,
body:not([data-page="admin"]) .timeline-item,
body:not([data-page="admin"]) .text-list span,
body:not([data-page="admin"]) .toggle-row {
  border-color: rgba(31, 70, 86, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 241, 235, 0.86));
}

body:not([data-page="admin"]) .spotlight-media,
body:not([data-page="admin"]) .product-card-media,
body:not([data-page="admin"]) .case-card-media,
body:not([data-page="admin"]) .media-stack,
body:not([data-page="admin"]) .video-shell,
body:not([data-page="admin"]) .order-cover,
body:not([data-page="admin"]) .summary-product img,
body:not([data-page="admin"]) .qr-shell,
body:not([data-page="admin"]) .media-preview {
  background: linear-gradient(135deg, rgba(214, 189, 130, 0.18), rgba(96, 194, 196, 0.14));
}

body:not([data-page="admin"]) .product-chip {
  color: #12313d;
  background: linear-gradient(135deg, #f1d598, #8de0d4);
}

body:not([data-page="admin"]) .discount-chip,
body:not([data-page="admin"]) .video-badge {
  color: #12313d;
  background: linear-gradient(135deg, #fff0cb, #d6f3f0);
}

body:not([data-page="admin"]) .chip {
  border-color: rgba(31, 70, 86, 0.1);
  color: #58707a;
  background: rgba(255, 255, 255, 0.88);
}

body:not([data-page="admin"]) .chip:hover,
body:not([data-page="admin"]) .chip.is-active {
  color: #173540;
  border-color: rgba(17, 158, 164, 0.2);
  background: linear-gradient(135deg, rgba(220, 180, 100, 0.16), rgba(103, 207, 208, 0.12));
}

.category-root-card {
  gap: 18px;
}

.category-title-stack {
  display: grid;
  gap: 8px;
}

.category-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  color: #169fa5;
  background: rgba(22, 159, 165, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-card-head h3 {
  margin: 0;
  font-size: 1.55rem;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.category-metric {
  color: #4f6772 !important;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(221, 186, 102, 0.12);
}

.subcategory-stack {
  display: grid;
  gap: 12px;
}

.subcategory-pill {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(31, 70, 86, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 247, 0.96));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.subcategory-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 158, 164, 0.18);
  box-shadow: 0 20px 38px rgba(84, 101, 91, 0.08);
}

.subcategory-badge {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #8b6d2f;
  background: rgba(220, 180, 100, 0.14);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.subcategory-pill strong {
  font-size: 1.04rem;
  font-family: var(--font-display);
}

.subcategory-pill small {
  color: #6a7d86;
  line-height: 1.6;
}

.filter-card .chip-cloud.vertical {
  gap: 12px;
}

.chip.root-chip,
.chip.sub-chip {
  width: 100%;
  justify-content: start;
  border-radius: 22px;
}

.chip.root-chip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  min-height: 62px;
  padding: 12px 16px;
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 235, 0.92));
}

.chip.sub-chip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  min-height: 52px;
  padding: 10px 16px;
  text-align: left;
  background: linear-gradient(135deg, rgba(245, 249, 248, 0.92), rgba(255, 255, 255, 0.92));
}

.chip-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f6e72;
  background: rgba(17, 158, 164, 0.1);
  font-size: 0.72rem;
  font-weight: 700;
}

.chip-label {
  font-weight: 700;
}

.chip-meta {
  color: #85939a;
  font-size: 0.82rem;
}

body:not([data-page="admin"]) .footer-title {
  color: #173540 !important;
}

body:not([data-page="admin"]) .mobile-dock {
  background: rgba(255, 251, 245, 0.97);
}

body:not([data-page="admin"]) .mobile-action-bar {
  border-top-color: rgba(31, 70, 86, 0.08);
  background: rgba(255, 251, 245, 0.97);
  box-shadow: 0 -16px 34px rgba(105, 87, 52, 0.12);
}

body:not([data-page="admin"]) .mobile-action-price span {
  color: #6a7d86;
}

body:not([data-page="admin"]) .mobile-action-price strong {
  color: #173540;
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-inline,
  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  body.menu-open .mobile-menu {
    display: block;
  }

  .hero-grid,
  .catalog-layout,
  .product-grid,
  .category-stage,
  .contact-grid,
  .case-grid,
  .footer-grid,
  .dual-panel,
  .product-hero-grid,
  .case-stage-grid,
  .auth-grid,
  .checkout-grid,
  .account-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats,
  .stat-mini-grid,
  .price-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading.split,
  .catalog-topbar,
  .order-card-head,
  .checkout-total {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalog-topbar,
  .order-card-head,
  .checkout-total {
    display: grid;
  }

  .product-card,
  .case-card {
    max-width: none;
  }

  .order-card-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-header-shell {
    width: min(100% - 20px, 100%);
    top: 10px;
    margin-top: 12px;
  }

  .topbar {
    gap: 10px;
    min-height: 74px;
    padding: 12px 14px;
  }

  .brand-copy small {
    display: none;
  }

  .account-entry {
    display: none;
  }

  .mobile-dock {
    display: grid;
  }

  .site-frame {
    padding-bottom: 152px;
  }

  .hero-section {
    padding-top: 40px;
  }

  .hero-copy,
  .hero-stage,
  .page-hero-card,
  .filter-card,
  .feature-panel,
  .contact-card,
  .product-media-panel,
  .product-detail-panel,
  .detail-card,
  .case-player-panel,
  .case-side-panel,
  .auth-showcase,
  .auth-panel,
  .checkout-panel,
  .empty-panel,
  .category-card,
  .order-card {
    padding: 22px;
    border-radius: 24px;
  }

  .hero-copy h1,
  .page-hero-card h1,
  .product-detail-panel h1,
  .auth-showcase h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-brand-logo {
    width: min(320px, 100%);
  }

  .hero-actions,
  .card-actions,
  .mobile-action-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats,
  .stat-mini-grid,
  .price-panel,
  .price-panel.compact,
  .detail-kv-grid,
  .inline-form,
  .summary-product {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .case-grid {
    gap: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }

  .inline-search {
    display: grid;
    grid-template-columns: 1fr;
  }

  .inline-search input {
    min-width: 0;
  }

  .mobile-action-bar {
    display: flex;
  }
}

body:not([data-page="admin"]) .hero-section {
  padding: 92px 0 52px;
}

body:not([data-page="admin"]) .hero-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
  gap: 38px;
  align-items: stretch;
}

body:not([data-page="admin"]) .hero-copy,
body:not([data-page="admin"]) .hero-stage {
  padding: 34px;
  border-radius: 34px;
}

body:not([data-page="admin"]) .hero-copy h1 {
  font-size: clamp(3.3rem, 6.6vw, 5.6rem);
  line-height: 0.96;
}

body:not([data-page="admin"]) .hero-copy p {
  max-width: 720px;
  font-size: 1.05rem;
}

body:not([data-page="admin"]) .hero-search {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

body:not([data-page="admin"]) .hero-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body:not([data-page="admin"]) .spotlight-card {
  min-height: 100%;
  grid-template-rows: auto 1fr;
}

body:not([data-page="admin"]) .spotlight-media img {
  aspect-ratio: 1.18 / 1;
}

body:not([data-page="admin"]) .section {
  padding-top: 28px;
  padding-bottom: 28px;
}

body:not([data-page="admin"]) .section-heading h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.02;
}

body:not([data-page="admin"]) .category-stage {
  gap: 22px;
}

body:not([data-page="admin"]) .category-card,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .contact-card {
  padding: 28px;
  border-radius: 30px;
}

body:not([data-page="admin"]) .product-grid,
body:not([data-page="admin"]) .case-grid {
  gap: 22px;
}

body:not([data-page="admin"]) .product-card,
body:not([data-page="admin"]) .case-card {
  border-radius: 30px;
}

body:not([data-page="admin"]) .product-card-body,
body:not([data-page="admin"]) .case-card-body {
  gap: 16px;
  padding: 22px 22px 24px;
}

body:not([data-page="admin"]) .product-card-title {
  font-size: 1.58rem;
}

body:not([data-page="admin"]) .price-row strong {
  font-size: 1.58rem;
}

@media (max-width: 1120px) {
  body:not([data-page="admin"]) .hero-grid {
    grid-template-columns: 1fr;
  }
}

body[data-page="home"] {
  background:
    radial-gradient(circle at 0% 0%, rgba(54, 146, 255, 0.12), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(17, 198, 171, 0.1), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #f5f8fb 34%, #f7fafc 100%);
}

body[data-page="home"]::before {
  background-image:
    linear-gradient(rgba(20, 76, 112, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 76, 112, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
}

body[data-page="home"] .topbar {
  min-height: 84px;
  border-radius: 26px;
  border-color: rgba(38, 79, 114, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(47, 88, 120, 0.08);
}

body[data-page="home"] .hero-enterprise {
  padding-top: 94px;
  padding-bottom: 34px;
}

body[data-page="home"] .enterprise-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

body[data-page="home"] .hero-platform,
body[data-page="home"] .hero-command-stage,
body[data-page="home"] .cloud-band-card,
body[data-page="home"] .solution-card {
  border-color: rgba(30, 72, 108, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.95));
  box-shadow: 0 24px 60px rgba(44, 82, 110, 0.08);
}

body[data-page="home"] .hero-platform,
body[data-page="home"] .hero-command-stage {
  padding: 38px;
  border-radius: 36px;
}

.hero-platform-head,
.hero-stage-intro,
.hero-console-topline,
.hero-console-meta,
.cloud-band,
.solution-card-head,
.solution-tags,
.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-platform-head {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hero-hotline,
.hero-stage-label {
  color: #66818f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-platform h1 {
  max-width: 900px;
  color: #17313f;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: 0.92;
}

body[data-page="home"] .hero-platform p {
  max-width: 760px;
  color: #637b87;
  font-size: 1.08rem;
}

.hero-actions-large .button {
  min-width: 148px;
}

.hero-metric-band {
  margin-top: 28px;
}

.enterprise-stat {
  min-height: 128px;
  border-color: rgba(34, 88, 130, 0.08);
  background: linear-gradient(180deg, #ffffff, #f4f9fc);
}

.enterprise-stat span {
  color: #67808c;
  font-size: 13px;
}

.enterprise-stat strong {
  color: #163241;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
}

.hero-command-stage {
  display: grid;
  gap: 18px;
}

.hero-stage-intro {
  align-items: center;
  justify-content: space-between;
}

.hero-stage-intro strong {
  color: #17313f;
  font-size: 1.05rem;
}

.hero-console-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(33, 82, 122, 0.09);
  border-radius: 28px;
  background: linear-gradient(180deg, #fafdff, #f4f9fc);
}

.hero-console-topline,
.hero-console-meta {
  justify-content: space-between;
  color: #6d8591;
  font-size: 13px;
}

.hero-console-media {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(44, 128, 212, 0.08), rgba(32, 193, 161, 0.1));
}

.hero-console-media img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.hero-console-body h3 {
  margin: 0;
  color: #17313f;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.hero-console-body p {
  color: #6d8490;
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-signal-card {
  padding: 16px 18px;
  border: 1px solid rgba(40, 92, 136, 0.08);
  border-radius: 20px;
  background: rgba(249, 252, 255, 0.92);
}

.hero-signal-card strong {
  color: #17313f;
  font-size: 15px;
}

.hero-signal-card p {
  margin: 8px 0 0;
  color: #728792;
  line-height: 1.7;
}

.section-cloud-band {
  padding-top: 8px;
  padding-bottom: 28px;
}

.cloud-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cloud-band-card {
  padding: 24px 24px 22px;
  border-radius: 28px;
}

.cloud-band-card > span {
  display: block;
  color: #6b8290;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cloud-band-card strong {
  display: block;
  margin-top: 12px;
  color: #163241;
  font-size: 1.42rem;
  line-height: 1.2;
}

.cloud-band-card p {
  margin: 12px 0 0;
  color: #728893;
  line-height: 1.8;
}

.platform-category-stage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.category-enterprise-card {
  padding: 30px;
  border-radius: 30px;
}

.subcategory-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.subcategory-pill {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(29, 86, 125, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff, #f5f9fc);
}

.subcategory-badge {
  color: #177d76;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subcategory-pill strong {
  color: #17313f;
  font-size: 1.06rem;
}

.subcategory-pill small {
  color: #7a909b;
  line-height: 1.6;
}

.solution-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.solution-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(29, 86, 125, 0.08);
  border-radius: 28px;
}

.solution-card-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.solution-card-head span {
  color: #6b8290;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solution-card-head strong {
  color: #17313f;
  font-size: 1.52rem;
  line-height: 1.15;
}

.solution-card p {
  margin: 0;
  color: #718791;
  line-height: 1.8;
}

.solution-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #285a7a;
  background: rgba(40, 90, 122, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.solution-link {
  color: #177d76;
  font-weight: 700;
}

.enterprise-panels {
  gap: 22px;
}

.enterprise-text-list span {
  background: linear-gradient(180deg, #fafdff, #f3f8fb);
}

body[data-page="home"] .product-grid-enterprise {
  gap: 24px;
}

@media (max-width: 1120px) {
  body[data-page="home"] .enterprise-grid,
  .cloud-band,
  .platform-category-stage,
  .solution-matrix {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  body[data-page="home"] .hero-platform,
  body[data-page="home"] .hero-command-stage,
  .cloud-band-card,
  .solution-card,
  .category-enterprise-card {
    padding: 24px;
    border-radius: 24px;
  }

  .hero-signals {
    grid-template-columns: 1fr;
  }
}

.topbar-search-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(61, 102, 167, 0.14);
  border-radius: 12px;
  color: #5e6f86;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

body[data-page="home"] .site-header-shell {
  position: sticky;
  top: 0;
  z-index: 48;
  width: 100%;
  margin: 0;
}

body[data-page="home"] .topbar {
  width: min(1380px, calc(100% - 16px));
  min-height: 62px;
  margin: 0 auto;
  padding: 0 18px;
  border-top: none;
  border-radius: 0 0 18px 18px;
  background: rgba(243, 248, 255, 0.97);
  box-shadow: 0 14px 30px rgba(66, 94, 145, 0.08);
}

body[data-page="home"] .brand-mark-img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: none;
}

body[data-page="home"] .brand-copy strong {
  color: #173259;
  font-size: 15px;
}

body[data-page="home"] .brand-copy small {
  display: block;
  color: #7a8aa2;
  font-size: 11px;
  letter-spacing: 0.14em;
}

body[data-page="home"] .site-nav {
  justify-content: flex-start;
  gap: 2px;
}

body[data-page="home"] .site-nav a {
  min-height: 62px;
  padding: 0 12px;
  border-radius: 0;
  color: #2a3f64;
  font-weight: 600;
}

body[data-page="home"] .site-nav a:hover,
body[data-page="home"] .site-nav a[aria-current="page"] {
  color: #145fe4;
  background: transparent;
}

body[data-page="home"] .topbar-actions {
  gap: 10px;
}

body[data-page="home"] .button-secondary.account-entry {
  color: #1f3458;
  border-color: rgba(58, 98, 155, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

body[data-page="home"] .button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0d66ff 0%, #2c89ff 100%);
  box-shadow: 0 14px 30px rgba(29, 102, 255, 0.22);
}

body[data-page="home"] .button-secondary {
  color: #1859d0;
  border-color: rgba(19, 95, 232, 0.12);
  background: rgba(235, 243, 255, 0.92);
}

body[data-page="home"] .button-ghost {
  color: #23457c;
  border-color: rgba(52, 95, 158, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.cloud-home-hero {
  padding: 26px 0 12px;
}

.cloud-hero-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 28px;
  min-height: 520px;
  padding: 44px 42px 38px;
  overflow: hidden;
  border: 1px solid rgba(76, 120, 202, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 38%, rgba(124, 178, 255, 0.46), transparent 26%),
    radial-gradient(circle at 64% 72%, rgba(148, 228, 255, 0.26), transparent 22%),
    linear-gradient(90deg, #f4f8ff 0%, #e8f1ff 32%, #d8e9ff 100%);
  box-shadow: 0 26px 60px rgba(73, 104, 154, 0.12);
}

.cloud-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 20px;
  max-width: 720px;
}

.cloud-hero-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cloud-year {
  color: #2964ff;
  font-size: 17px;
  font-weight: 700;
}

.cloud-caption-copy {
  color: #62738c;
  font-size: 14px;
  font-weight: 600;
}

body[data-page="home"] .cloud-hero-copy h1 {
  margin: 0;
  color: #20304f;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

body[data-page="home"] .cloud-hero-copy p {
  max-width: 780px;
  margin: 0;
  color: #5b6e87;
  font-size: 1.08rem;
  line-height: 1.9;
}

.cloud-hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.cloud-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.cloud-stat-card {
  min-height: 112px;
  padding: 20px 18px;
  border: 1px solid rgba(88, 124, 196, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(82, 105, 150, 0.08);
}

.cloud-stat-card span {
  display: block;
  color: #667996;
  font-size: 13px;
}

.cloud-stat-card strong {
  display: block;
  margin-top: 10px;
  color: #213152;
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  line-height: 1;
}

.cloud-hero-visual {
  position: relative;
  min-height: 100%;
  border-radius: 26px;
}

.cloud-hero-orbit {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0.7;
}

.cloud-hero-orbit.is-second {
  right: 12px;
  top: 62px;
  width: 430px;
  height: 430px;
  opacity: 0.42;
}

.cloud-hero-orbit.is-third {
  right: 118px;
  top: 114px;
  width: 288px;
  height: 288px;
  border-style: dashed;
  opacity: 0.28;
}

#hero-visual-board {
  position: relative;
  z-index: 2;
  min-height: 100%;
}

.cloud-visual-card {
  position: absolute;
  border: 1px solid rgba(96, 126, 191, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 46px rgba(78, 104, 147, 0.12);
  backdrop-filter: blur(12px);
}

.cloud-visual-card.is-primary {
  left: 18px;
  right: 56px;
  bottom: 62px;
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
}

.cloud-visual-card.is-primary h3 {
  margin: 0;
  color: #20304f;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
}

.cloud-visual-card.is-primary p {
  margin: 0;
  color: #697b92;
  line-height: 1.7;
}

.cloud-visual-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #667a94;
  font-size: 13px;
  font-weight: 700;
}

.cloud-visual-image {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(43, 129, 255, 0.12), rgba(50, 194, 221, 0.12));
}

.cloud-visual-image img {
  width: 100%;
  aspect-ratio: 1.22 / 0.8;
  object-fit: cover;
}

.cloud-visual-card.is-floating {
  display: grid;
  gap: 8px;
  min-width: 180px;
  padding: 18px 20px;
  border-radius: 22px;
}

.cloud-visual-card.is-price {
  top: 40px;
  right: 0;
}

.cloud-visual-card.is-meta {
  right: 20px;
  bottom: 6px;
  min-width: 210px;
}

.cloud-visual-card.is-floating span,
.cloud-visual-card.is-floating small {
  color: #667a93;
  font-size: 13px;
}

.cloud-visual-card.is-floating strong {
  color: #20304f;
  font-size: 1.55rem;
  line-height: 1.1;
}

.cloud-visual-card.is-meta div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cloud-hero-signals {
  position: absolute;
  left: 12px;
  right: 0;
  bottom: -6px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cloud-signal-chip {
  display: grid;
  gap: 6px;
  padding: 15px 16px;
  border: 1px solid rgba(104, 138, 210, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(86, 104, 146, 0.08);
}

.cloud-signal-chip strong {
  color: #213252;
  font-size: 14px;
}

.cloud-signal-chip span {
  color: #667a93;
  font-size: 13px;
  line-height: 1.6;
}

.cloud-promo-section {
  padding: 0 0 6px;
}

.cloud-promo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(71, 112, 182, 0.1);
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 20px 42px rgba(79, 103, 145, 0.08);
}

.cloud-promo-card {
  min-height: 132px;
  padding: 22px 20px 20px;
  border-right: 1px solid rgba(77, 116, 185, 0.08);
}

.cloud-promo-card:last-child {
  border-right: none;
}

.cloud-promo-card span {
  display: block;
  color: #ff7e18;
  font-size: 15px;
  font-weight: 700;
}

.cloud-promo-card strong {
  display: block;
  margin-top: 10px;
  color: #233355;
  font-size: 1.22rem;
  line-height: 1.35;
}

.cloud-promo-card p {
  margin: 10px 0 0;
  color: #647894;
  font-size: 14px;
  line-height: 1.7;
}

.cloud-channel-section {
  padding-bottom: 18px;
}

.cloud-channel-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(90deg, #3376f3 0%, #2b66e2 100%);
  box-shadow: 0 18px 36px rgba(48, 91, 177, 0.18);
}

.cloud-channel-link {
  display: grid;
  place-items: center;
  min-height: 64px;
  gap: 4px;
  padding: 10px 12px;
  color: #fff;
  text-align: center;
}

.cloud-channel-link strong {
  font-size: 15px;
}

.cloud-channel-link span {
  opacity: 0.78;
  font-size: 12px;
}

.cloud-rack-section {
  padding-top: 46px;
}

.cloud-product-rack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cloud-product-card {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 26px 22px 22px;
  border: 1px solid rgba(73, 112, 181, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(67, 96, 141, 0.08);
}

.cloud-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.cloud-product-kicker {
  display: inline-block;
  color: #6a7d97;
  font-size: 13px;
  font-weight: 700;
}

.cloud-product-card h3 {
  margin: 10px 0 0;
  color: #1f3152;
  font-size: 1.8rem;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.cloud-product-card p {
  margin: 12px 0 0;
  color: #6d8097;
  line-height: 1.8;
}

.cloud-product-arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #1a54d0;
  background: rgba(37, 109, 236, 0.08);
  font-weight: 700;
}

.cloud-product-specs {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

.cloud-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(79, 114, 178, 0.08);
}

.cloud-spec-row span {
  color: #6e8299;
  font-size: 14px;
}

.cloud-spec-row strong {
  color: #203151;
  font-size: 1rem;
}

.cloud-product-bottom {
  display: grid;
  gap: 16px;
}

.cloud-price-block {
  display: grid;
  gap: 8px;
}

.cloud-price-block span,
.cloud-price-block small {
  color: #6b7f97;
  font-size: 13px;
}

.cloud-price-block strong {
  color: #165ef0;
  font-size: 2rem;
  line-height: 1;
}

.cloud-product-actions {
  display: grid;
  gap: 10px;
}

.cloud-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cloud-scene-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 26px 22px;
  border: 1px solid rgba(70, 109, 176, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 38px rgba(69, 93, 130, 0.08);
}

.cloud-scene-head {
  display: grid;
  gap: 10px;
}

.cloud-scene-head span {
  color: #6e839a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cloud-scene-head strong {
  color: #1f3050;
  font-size: 1.45rem;
  line-height: 1.18;
}

.cloud-scene-card p {
  margin: 0;
  color: #6a7e96;
  line-height: 1.8;
}

.cloud-scene-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cloud-scene-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #2250a8;
  background: rgba(30, 96, 230, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.cloud-scene-link {
  color: #1660ef;
  font-weight: 700;
}

.cloud-category-deck {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cloud-category-card {
  display: grid;
  gap: 18px;
  padding: 28px 24px;
  border: 1px solid rgba(71, 109, 174, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(71, 92, 129, 0.08);
}

.cloud-category-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.cloud-category-no {
  display: block;
  color: #6c8098;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cloud-category-head h3 {
  margin: 10px 0 0;
  color: #1e3151;
  font-size: 1.7rem;
  line-height: 1.16;
}

.cloud-category-head strong {
  color: #1d62f1;
  font-size: 14px;
}

.cloud-category-card p {
  margin: 0;
  color: #6d8097;
  line-height: 1.8;
}

.cloud-subcategory-list {
  display: grid;
  gap: 12px;
}

.cloud-subcategory-item {
  display: grid;
  gap: 5px;
  padding: 16px 16px 15px;
  border: 1px solid rgba(75, 112, 176, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}

.cloud-subcategory-item span {
  color: #17826f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cloud-subcategory-item strong {
  color: #233557;
  font-size: 1.04rem;
}

.cloud-subcategory-item small {
  color: #72859c;
  line-height: 1.6;
}

@media (max-width: 1260px) {
  .cloud-product-rack,
  .cloud-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .topbar-search-ghost {
    display: none;
  }

  .cloud-hero-banner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px 26px 80px;
  }

  .cloud-hero-visual {
    min-height: 440px;
  }

  .cloud-hero-signals {
    left: 0;
  }

  .cloud-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud-channel-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cloud-category-deck {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .topbar {
    width: min(100%, calc(100% - 10px));
    padding: 0 12px;
    border-radius: 0 0 14px 14px;
  }

  body[data-page="home"] .site-nav,
  body[data-page="home"] .desktop-inline,
  body[data-page="home"] .account-entry {
    display: none;
  }

  .cloud-home-hero {
    padding-top: 14px;
  }

  .cloud-hero-banner {
    padding: 28px 18px 110px;
    border-radius: 22px;
  }

  body[data-page="home"] .cloud-hero-copy h1 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
    line-height: 1.08;
  }

  .cloud-hero-search,
  .cloud-hero-stats,
  .cloud-hero-signals,
  .cloud-product-rack,
  .cloud-scene-grid,
  .cloud-promo-grid,
  .cloud-channel-bar {
    grid-template-columns: 1fr;
  }

  .cloud-hero-visual {
    min-height: 360px;
  }

  .cloud-visual-card.is-primary {
    left: 0;
    right: 0;
    bottom: 78px;
  }

  .cloud-visual-card.is-price {
    top: 10px;
    right: 0;
  }

  .cloud-visual-card.is-meta {
    left: 0;
    right: auto;
    bottom: 0;
  }

  .cloud-hero-orbit {
    right: 10px;
    width: 260px;
    height: 260px;
  }

  .cloud-hero-orbit.is-second {
    width: 300px;
    height: 300px;
  }

  .cloud-hero-orbit.is-third {
    width: 220px;
    height: 220px;
    right: 52px;
  }
}

:root {
  --ref-bg: #eef3f9;
  --ref-surface: rgba(255, 255, 255, 0.96);
  --ref-panel: #ffffff;
  --ref-text: #122033;
  --ref-muted: #66788f;
  --ref-brand: #2b61f0;
  --ref-brand-strong: #1847c6;
  --ref-brand-soft: #e9f0ff;
  --ref-cyan: #00a8d8;
  --ref-cyan-soft: #e8f8ff;
  --ref-line: rgba(18, 32, 51, 0.08);
  --ref-shadow-soft: 0 22px 52px rgba(25, 42, 68, 0.08);
  --ref-shadow: 0 34px 86px rgba(25, 42, 68, 0.14);
}

body:not([data-page="admin"]) {
  color: var(--ref-text);
  background:
    radial-gradient(circle at top left, rgba(43, 97, 240, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(0, 168, 216, 0.08), transparent 22%),
    linear-gradient(180deg, #f7f9fd 0%, var(--ref-bg) 44%, #edf2f8 100%);
}

body:not([data-page="admin"])::before {
  background-image:
    linear-gradient(rgba(18, 32, 51, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 32, 51, 0.03) 1px, transparent 1px);
  opacity: 0.58;
}

body:not([data-page="admin"]) .site-header-shell {
  position: sticky;
  top: 0;
  z-index: 42;
  width: 100%;
  margin: 0;
}

body:not([data-page="admin"]) .topbar {
  width: min(1240px, calc(100% - 28px));
  min-height: 74px;
  margin: 12px auto 0;
  padding: 0 18px;
  border: 1px solid rgba(28, 49, 78, 0.06);
  border-radius: 20px;
  background: rgba(7, 16, 28, 0.84);
  box-shadow: 0 20px 50px rgba(9, 20, 36, 0.18);
  backdrop-filter: blur(18px);
}

body:not([data-page="admin"]) .brand-mark-img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: none;
}

body:not([data-page="admin"]) .brand-copy strong {
  color: #fff;
  font-size: 1rem;
}

body:not([data-page="admin"]) .brand-copy small {
  color: rgba(221, 230, 244, 0.62);
  font-size: 0.74rem;
}

body:not([data-page="admin"]) .site-nav {
  justify-content: center;
  gap: 4px;
}

body:not([data-page="admin"]) .site-nav a {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(223, 233, 246, 0.82);
}

body:not([data-page="admin"]) .site-nav a:hover,
body:not([data-page="admin"]) .site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body:not([data-page="admin"]) .button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ref-brand) 0%, #5288ff 100%);
  box-shadow: 0 16px 34px rgba(43, 97, 240, 0.2);
}

body:not([data-page="admin"]) .button-secondary {
  color: #eaf0fb;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

body:not([data-page="admin"]) .button-ghost {
  color: #d9e3f3;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

body:not([data-page="home"]) .button-secondary.account-entry {
  color: #eaf0fb;
}

body[data-page="home"] .mobile-dock {
  display: none !important;
}

.hero-home-ref {
  padding: 92px 0 58px;
}

.ref-hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.ref-hero-copy,
.ref-hero-panel,
.ref-service-card,
.ref-product-card,
.ref-category-card,
.ref-case-card,
.ref-info-panel,
.ref-stat-card {
  border: 1px solid var(--ref-line);
  background: var(--ref-surface);
  box-shadow: var(--ref-shadow-soft);
}

.ref-hero-copy {
  padding: 34px;
  border-radius: 30px;
}

.ref-hero-panel {
  padding: 28px;
  border-radius: 30px;
  overflow: hidden;
}

.hero-home-ref .eyebrow {
  color: var(--ref-brand-strong);
  background: var(--ref-brand-soft);
  border-color: rgba(43, 97, 240, 0.08);
}

.hero-home-ref .hero-copy h1 {
  margin: 18px 0 20px;
  color: var(--ref-text);
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.hero-home-ref .hero-copy p {
  margin: 0;
  color: var(--ref-muted);
  font-size: 1.06rem;
  line-height: 1.9;
}

.ref-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin-top: 26px;
}

.ref-search-form .field-shell {
  border-color: rgba(27, 50, 80, 0.08);
  background: #f8fbff;
}

.ref-search-form .field-shell span {
  color: var(--ref-muted);
}

.ref-search-form input {
  color: var(--ref-text);
  background: transparent;
}

.ref-hero-points,
.ref-metric-grid,
.ref-stats-row,
.ref-card-grid,
.ref-product-grid,
.ref-category-grid,
.ref-case-grid,
.ref-split-layout,
.ref-platform-grid {
  display: grid;
  gap: 20px;
}

.ref-hero-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.ref-hero-point {
  padding: 18px;
  border-radius: 20px;
  background: #f5f8fd;
  border: 1px solid rgba(28, 49, 78, 0.06);
}

.ref-hero-point strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ref-text);
  font-size: 1rem;
}

.ref-hero-point span {
  color: var(--ref-muted);
  line-height: 1.75;
  font-size: 0.94rem;
}

.ref-spotlight-media {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(43, 97, 240, 0.08), rgba(0, 168, 216, 0.08));
}

.ref-spotlight-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ref-spotlight-copy {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.ref-spotlight-copy h2 {
  margin: 0;
  color: var(--ref-text);
  font-size: 1.8rem;
  line-height: 1.2;
}

.ref-spotlight-copy p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.8;
}

.ref-spotlight-kicker,
.ref-spotlight-meta,
.ref-product-topline,
.ref-product-meta,
.ref-case-meta,
.ref-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ref-spotlight-kicker span,
.ref-spotlight-meta span,
.ref-product-meta span,
.ref-case-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff5ff;
  color: #385a88;
  font-size: 0.88rem;
  font-weight: 700;
}

.ref-spotlight-price {
  display: grid;
  gap: 6px;
}

.ref-spotlight-price strong,
.ref-product-price strong {
  color: var(--ref-brand);
  font-size: 2rem;
  line-height: 1;
}

.ref-spotlight-price small,
.ref-product-price small {
  color: var(--ref-muted);
  font-size: 0.92rem;
}

.ref-metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.ref-metric-card {
  padding: 20px 18px;
  border-radius: 22px;
  background: #f6f9ff;
  border: 1px solid rgba(28, 49, 78, 0.06);
}

.ref-metric-card strong {
  display: block;
  color: var(--ref-text);
  font-size: 2rem;
  line-height: 1;
}

.ref-metric-card span {
  display: block;
  margin-top: 8px;
  color: var(--ref-muted);
}

.ref-stats-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ref-stat-card {
  padding: 24px 22px;
  border-radius: 24px;
}

.ref-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ref-text);
  font-size: 1.12rem;
}

.ref-stat-card span {
  color: var(--ref-muted);
  line-height: 1.8;
}

.ref-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ref-service-card {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
}

.ref-service-no {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(43, 97, 240, 0.12), rgba(0, 168, 216, 0.12));
  color: var(--ref-brand-strong);
  font-size: 1.06rem;
  font-weight: 800;
}

.ref-service-card h3,
.ref-category-card h3,
.ref-case-card h3,
.ref-info-panel h3,
.ref-cta-band h2 {
  margin: 0 0 12px;
  color: var(--ref-text);
  font-size: 1.34rem;
  line-height: 1.3;
}

.ref-service-card p,
.ref-category-card p,
.ref-case-card p,
.ref-info-panel p,
.ref-cta-band p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.85;
}

.ref-service-tags,
.keyword-list,
.ref-platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ref-service-tags {
  margin-top: 18px;
}

.ref-service-tags span,
.keyword-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--ref-brand-soft);
  color: var(--ref-brand-strong);
  font-size: 0.88rem;
  font-weight: 700;
}

.ref-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--ref-brand-strong);
  font-weight: 700;
}

.ref-split-layout {
  grid-template-columns: 1.02fr 0.98fr;
}

.ref-info-panel {
  padding: 30px;
  border-radius: 30px;
}

.quote-mark {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--ref-cyan);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
}

.rich-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.rich-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ref-muted);
  line-height: 1.8;
}

.rich-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ref-brand) 0%, var(--ref-cyan) 100%);
  box-shadow: 0 0 0 5px rgba(43, 97, 240, 0.1);
}

.ref-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.platform-card {
  padding: 18px;
  border-radius: 22px;
  background: #f7faff;
  border: 1px solid rgba(28, 49, 78, 0.06);
}

.platform-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ref-text);
}

.platform-card span {
  color: var(--ref-muted);
  line-height: 1.75;
}

.ref-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ref-product-card {
  overflow: hidden;
  border-radius: 28px;
}

.ref-product-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(43, 97, 240, 0.08), rgba(0, 168, 216, 0.08));
}

.ref-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ref-product-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.ref-product-topline span {
  color: var(--ref-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.ref-product-body h3 {
  margin: 0;
  font-size: 1.42rem;
  line-height: 1.28;
}

.ref-product-body h3 a {
  color: var(--ref-text);
}

.ref-product-body p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.8;
}

.ref-product-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.ref-product-price {
  display: grid;
  gap: 6px;
}

.ref-product-actions {
  justify-content: flex-end;
}

.ref-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ref-category-card {
  padding: 28px;
  border-radius: 28px;
}

.ref-category-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.ref-category-no {
  display: block;
  color: var(--ref-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ref-category-head strong {
  color: var(--ref-brand);
  font-size: 0.94rem;
}

.ref-subcategory-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.ref-subcategory-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid rgba(28, 49, 78, 0.06);
}

.ref-subcategory-card span {
  color: var(--ref-cyan);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ref-subcategory-card strong {
  color: var(--ref-text);
}

.ref-subcategory-card small {
  color: var(--ref-muted);
  line-height: 1.65;
}

.ref-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ref-case-card {
  overflow: hidden;
  border-radius: 28px;
}

.ref-case-cover {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(43, 97, 240, 0.08), rgba(0, 168, 216, 0.08));
  overflow: hidden;
}

.ref-case-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ref-case-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.ref-case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ref-muted);
  font-size: 0.92rem;
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid var(--ref-line);
  border-radius: 24px;
  background: var(--ref-panel);
  box-shadow: var(--ref-shadow-soft);
}

.faq-item summary {
  list-style: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ref-text);
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--ref-brand);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-body {
  padding: 0 24px 22px;
}

.faq-body p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.85;
}

.ref-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(82, 136, 255, 0.22), transparent 26%),
    radial-gradient(circle at bottom right, rgba(0, 168, 216, 0.22), transparent 28%),
    linear-gradient(135deg, #0c1625 0%, #122238 52%, #163253 100%);
  box-shadow: var(--ref-shadow);
}

.ref-cta-band h2,
.ref-cta-band p {
  color: #fff;
}

.ref-cta-band p {
  max-width: 700px;
  color: rgba(230, 238, 248, 0.82);
}

@media (max-width: 1100px) {
  .ref-hero-grid,
  .ref-split-layout {
    grid-template-columns: 1fr;
  }

  .ref-card-grid,
  .ref-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-category-grid,
  .ref-product-grid,
  .ref-stats-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .topbar {
    width: min(100%, calc(100% - 12px));
    min-height: 66px;
    margin-top: 6px;
    padding: 0 12px;
    border-radius: 16px;
  }

  body:not([data-page="admin"]) .site-nav,
  body:not([data-page="admin"]) .desktop-inline,
  body:not([data-page="admin"]) .account-entry {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .hero-home-ref {
    padding: 62px 0 42px;
  }

  .ref-hero-copy,
  .ref-hero-panel,
  .ref-service-card,
  .ref-product-body,
  .ref-category-card,
  .ref-case-body,
  .ref-info-panel {
    padding: 22px;
  }

  .hero-home-ref .hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  .ref-search-form,
  .ref-hero-points,
  .ref-metric-grid,
  .ref-stats-row,
  .ref-card-grid,
  .ref-product-grid,
  .ref-category-grid,
  .ref-case-grid,
  .ref-platform-grid {
    grid-template-columns: 1fr;
  }

  .ref-product-bottom,
  .ref-case-footer,
  .ref-category-head,
  .ref-cta-band {
    flex-direction: column;
    align-items: start;
  }

  .ref-product-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .ref-product-actions .button,
  .hero-actions .button {
    width: 100%;
  }
}

/* 2026-04-14: desktop/mobile refinement */
body:not([data-page="admin"]) {
  background:
    radial-gradient(circle at 8% 0%, rgba(51, 99, 224, 0.1), transparent 26%),
    radial-gradient(circle at 100% 8%, rgba(18, 191, 227, 0.09), transparent 18%),
    linear-gradient(180deg, #f4f8fd 0%, #eef3f9 42%, #e9f0f7 100%);
}

body:not([data-page="admin"]) .container {
  width: min(1360px, calc(100% - 56px));
}

body:not([data-page="admin"]) .section {
  padding: 104px 0;
}

body:not([data-page="admin"]) .section-compact {
  padding: 76px 0;
}

body:not([data-page="admin"]) .eyebrow {
  color: #2353cf;
  border-color: rgba(35, 83, 207, 0.12);
  background: rgba(35, 83, 207, 0.08);
}

body:not([data-page="admin"]) .site-header-shell {
  top: 0;
}

body:not([data-page="admin"]) .topbar {
  width: min(1360px, calc(100% - 36px));
  min-height: 78px;
  margin-top: 10px;
  padding: 0 22px;
  border: 1px solid rgba(19, 37, 68, 0.08);
  border-radius: 22px;
  background: rgba(10, 18, 31, 0.86);
  box-shadow: 0 24px 64px rgba(9, 20, 39, 0.18);
}

body:not([data-page="admin"]) .brand-copy strong {
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

body:not([data-page="admin"]) .brand-copy small {
  color: rgba(225, 234, 246, 0.58);
}

body:not([data-page="admin"]) .site-nav {
  gap: 6px;
}

body:not([data-page="admin"]) .site-nav a {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.94rem;
}

body:not([data-page="admin"]) .site-nav a:hover,
body:not([data-page="admin"]) .site-nav a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(61, 102, 224, 0.18), rgba(18, 191, 227, 0.12));
}

body:not([data-page="admin"]) .button-primary {
  background: linear-gradient(135deg, #2353cf 0%, #3b73ff 62%, #19bfe3 100%);
  box-shadow: 0 18px 38px rgba(43, 97, 240, 0.22);
}

body:not([data-page="admin"]) .button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
}

body:not([data-page="admin"]) .button-ghost {
  color: #e8eef8;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

body:not([data-page="admin"]) .hero-copy,
body:not([data-page="admin"]) .hero-stage,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .page-hero-card,
body:not([data-page="admin"]) .filter-card,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .product-media-panel,
body:not([data-page="admin"]) .product-detail-panel,
body:not([data-page="admin"]) .detail-card,
body:not([data-page="admin"]) .case-player-panel,
body:not([data-page="admin"]) .case-side-panel,
body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .profile-panel .feature-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .empty-panel,
body:not([data-page="admin"]) .category-card,
body:not([data-page="admin"]) .product-card,
body:not([data-page="admin"]) .case-card,
body:not([data-page="admin"]) .stat-card,
body:not([data-page="admin"]) .timeline-item,
body:not([data-page="admin"]) .text-list span,
body:not([data-page="admin"]) .toggle-row {
  border-color: rgba(18, 36, 67, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95)),
    #ffffff;
  box-shadow: 0 28px 72px rgba(17, 33, 61, 0.08);
}

body:not([data-page="admin"]) .hero-copy p,
body:not([data-page="admin"]) .section-heading p,
body:not([data-page="admin"]) .page-hero-card p,
body:not([data-page="admin"]) .feature-panel p,
body:not([data-page="admin"]) .product-card-copy,
body:not([data-page="admin"]) .notice-banner p,
body:not([data-page="admin"]) .lead-copy,
body:not([data-page="admin"]) .auth-showcase p,
body:not([data-page="admin"]) .auth-panel p,
body:not([data-page="admin"]) .case-player-panel p,
body:not([data-page="admin"]) .case-side-panel p,
body:not([data-page="admin"]) .order-copy p,
body:not([data-page="admin"]) .footer-brand p,
body:not([data-page="admin"]) .footer-column span,
body:not([data-page="admin"]) .footer-column a,
body:not([data-page="admin"]) .footer-bottom,
body:not([data-page="admin"]) .field-shell span,
body:not([data-page="admin"]) .product-topline,
body:not([data-page="admin"]) .product-meta-row {
  color: #617386;
}

body:not([data-page="admin"]) .product-chip,
body:not([data-page="admin"]) .discount-chip,
body:not([data-page="admin"]) .video-badge {
  color: #0d1f37;
  background: linear-gradient(135deg, #dfe9ff 0%, #b5ebf9 100%);
}

body:not([data-page="admin"]) .chip.root-chip,
body:not([data-page="admin"]) .chip.sub-chip {
  border-color: rgba(18, 36, 67, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.94));
  box-shadow: 0 12px 30px rgba(23, 44, 76, 0.06);
}

body:not([data-page="admin"]) .chip:hover,
body:not([data-page="admin"]) .chip.is-active {
  color: #102241;
  border-color: rgba(35, 83, 207, 0.18);
  background: linear-gradient(180deg, rgba(232, 240, 255, 0.98), rgba(239, 250, 255, 0.96));
}

body:not([data-page="admin"]) .chip-level {
  color: #2353cf;
  background: rgba(35, 83, 207, 0.08);
}

body:not([data-page="admin"]) .chip-meta {
  color: #7b8a98;
}

body:not([data-page="admin"]) .mobile-dock {
  background: rgba(246, 249, 253, 0.97);
  box-shadow: 0 -18px 44px rgba(15, 26, 49, 0.08);
}

body:not([data-page="admin"]) .mobile-action-bar {
  border-top-color: rgba(19, 37, 68, 0.08);
  background: rgba(246, 249, 253, 0.97);
  box-shadow: 0 -18px 40px rgba(15, 26, 49, 0.1);
}

body[data-page="home"] .hero-home-ref {
  padding: 112px 0 66px;
}

body[data-page="home"] .ref-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  gap: 32px;
}

body[data-page="home"] .ref-hero-copy {
  padding: 46px;
  border-radius: 32px;
}

body[data-page="home"] .ref-hero-panel {
  padding: 32px;
  border-radius: 32px;
}

body[data-page="home"] .hero-home-ref .hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(3.5rem, 5.5vw, 5.4rem);
}

body[data-page="home"] .hero-home-ref .hero-copy p {
  max-width: 820px;
}

body[data-page="home"] .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body[data-page="home"] .hero-actions .button {
  min-width: 160px;
}

body[data-page="home"] .ref-hero-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="home"] .ref-stats-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body[data-page="home"] .ref-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="home"] .ref-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="home"] .ref-product-card {
  border-radius: 24px;
}

body[data-page="home"] .ref-product-body {
  padding: 22px 20px;
}

body[data-page="home"] .ref-product-body h3 {
  font-size: 1.18rem;
}

body[data-page="home"] .ref-product-price strong {
  font-size: 1.62rem;
}

body[data-page="home"] .ref-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="home"] .ref-category-card,
body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-case-card,
body[data-page="home"] .ref-info-panel,
body[data-page="home"] .ref-stat-card {
  border-radius: 24px;
}

body:not([data-page="admin"]) .page-hero {
  padding: 72px 0 26px;
}

body:not([data-page="admin"]) .page-hero-card {
  padding: 42px 46px;
  border-radius: 30px;
}

body:not([data-page="admin"]) .page-hero-card h1 {
  max-width: 16ch;
}

body[data-page="products"] .catalog-layout {
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
}

body[data-page="products"] .catalog-column,
body[data-page="products"] .filter-column {
  gap: 22px;
}

body[data-page="products"] .catalog-topbar {
  align-items: center;
  padding: 0;
}

body[data-page="products"] .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body[data-page="products"] .filter-card {
  padding: 24px;
  border-radius: 28px;
}

body[data-page="products"] .catalog-topbar h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
}

body[data-page="products"] .catalog-intent-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 28px 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(117, 203, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.96));
}

body[data-page="products"] .catalog-intent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(35, 83, 207, 0.03), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(108, 222, 255, 0.1), transparent 30%);
}

body[data-page="products"] .catalog-intent-card > * {
  position: relative;
  z-index: 1;
}

body[data-page="products"] .catalog-intent-card h3 {
  margin: 0;
  color: var(--ref-text);
  font-size: clamp(1.36rem, 2.8vw, 1.82rem);
  line-height: 1.28;
}

body[data-page="products"] .catalog-intent-card p {
  max-width: 72ch;
  margin: 0;
}

body[data-page="products"] .catalog-intent-card .rich-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 2px;
}

body[data-page="products"] .catalog-intent-card .rich-list li {
  min-height: 100%;
  padding: 16px 16px 16px 40px;
  border: 1px solid rgba(18, 36, 67, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

body[data-page="products"] .catalog-intent-card .rich-list li::before {
  left: 16px;
  top: 22px;
}

@media (max-width: 1200px) {
  body:not([data-page="admin"]) .container {
    width: min(1240px, calc(100% - 40px));
  }

  body[data-page="home"] .ref-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="products"] .catalog-intent-card .rich-list {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .ref-category-grid,
  body[data-page="home"] .ref-card-grid,
  body[data-page="home"] .ref-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .ref-hero-grid,
  body[data-page="products"] .catalog-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .ref-product-grid,
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .ref-category-grid,
  body[data-page="home"] .ref-card-grid,
  body[data-page="home"] .ref-case-grid,
  body[data-page="home"] .ref-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .container {
    width: min(100%, calc(100% - 18px));
  }

  body:not([data-page="admin"]) .section {
    padding: 68px 0;
  }

  body:not([data-page="admin"]) .section-compact {
    padding: 50px 0;
  }

  body:not([data-page="admin"]) .topbar {
    width: min(100%, calc(100% - 12px));
    min-height: 68px;
    padding: 0 12px;
    border-radius: 18px;
  }

  body[data-page="home"] .hero-home-ref {
    padding: 66px 0 38px;
  }

  body[data-page="home"] .ref-hero-copy,
  body[data-page="home"] .ref-hero-panel,
  body:not([data-page="admin"]) .page-hero-card,
  body[data-page="products"] .filter-card {
    padding: 22px;
    border-radius: 24px;
  }

  body[data-page="home"] .hero-home-ref .hero-copy h1,
  body:not([data-page="admin"]) .page-hero-card h1 {
    max-width: none;
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    line-height: 1.04;
  }

  body[data-page="home"] .hero-actions,
  body[data-page="home"] .ref-hero-points,
  body[data-page="home"] .ref-stats-row,
  body[data-page="home"] .ref-card-grid,
  body[data-page="home"] .ref-product-grid,
  body[data-page="home"] .ref-category-grid,
  body[data-page="home"] .ref-case-grid,
  body[data-page="products"] .product-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .catalog-topbar {
    align-items: start;
  }

  body[data-page="home"] .hero-actions .button,
  body[data-page="home"] .ref-product-actions .button {
    width: 100%;
    min-width: 0;
  }
}

/* 2026-04-14: use xcxgw-style global chrome directly */
body:not([data-page="admin"]) .site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(18px);
  background: rgba(8, 17, 31, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body:not([data-page="admin"]) .site-shell {
  min-height: 100vh;
  overflow: clip;
}

body:not([data-page="admin"]) .nav-row {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body:not([data-page="admin"]) .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body:not([data-page="admin"]) .brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body:not([data-page="admin"]) .brand-title {
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body:not([data-page="admin"]) .brand-subtitle {
  color: rgba(220, 231, 245, 0.64);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

body:not([data-page="admin"]) .brand-origin {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  padding: 0 10px;
  border: 1px solid rgba(110, 162, 255, 0.18);
  border-radius: 999px;
  background: rgba(110, 162, 255, 0.1);
  color: #dce7f7;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body:not([data-page="admin"]) .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

body:not([data-page="admin"]) .main-nav a,
body:not([data-page="admin"]) .mobile-nav a {
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body:not([data-page="admin"]) .main-nav a {
  padding: 11px 16px;
  border-radius: 999px;
  color: rgba(224, 235, 248, 0.86);
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

body:not([data-page="admin"]) .main-nav a:hover,
body:not([data-page="admin"]) .main-nav a.is-active,
body:not([data-page="admin"]) .main-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

body:not([data-page="admin"]) .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body:not([data-page="admin"]) .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body:not([data-page="admin"]) .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(15, 31, 40, 0.16);
}

body:not([data-page="admin"]) .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #2353cf 0%, #3c71ff 60%, #19bfe3 100%);
  box-shadow: 0 16px 34px rgba(43, 97, 240, 0.2);
}

body:not([data-page="admin"]) .btn-secondary {
  color: #f0f5ff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

body:not([data-page="admin"]) .btn-light {
  color: #132340;
  background: #f4f8ff;
  border-color: rgba(19, 35, 64, 0.08);
}

body:not([data-page="admin"]) .btn-line {
  color: #2353cf;
  background: transparent;
  border-color: rgba(35, 83, 207, 0.18);
}

body:not([data-page="admin"]) .menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.15rem;
}

body:not([data-page="admin"]) .mobile-menu {
  display: none;
  padding-bottom: 18px;
}

body:not([data-page="admin"]) .mobile-nav {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}

body:not([data-page="admin"]) .mobile-nav a {
  padding: 14px 16px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

body.menu-open:not([data-page="admin"]) .site-header .mobile-menu {
  display: block;
}

body:not([data-page="admin"]) .site-footer {
  margin-top: 40px;
  padding: 36px 0 40px;
  background: #08121f;
  color: rgba(223, 237, 236, 0.84);
}

body:not([data-page="admin"]) .site-footer .footer-grid {
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  gap: 22px;
}

body:not([data-page="admin"]) .footer-title {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: 1.04rem;
}

body:not([data-page="admin"]) .footer-text {
  margin: 0;
  color: rgba(223, 237, 236, 0.76);
  line-height: 1.85;
}

body:not([data-page="admin"]) .footer-links {
  display: grid;
  gap: 10px;
}

body:not([data-page="admin"]) .footer-links a {
  color: rgba(223, 237, 236, 0.8);
}

body:not([data-page="admin"]) .footer-links a:hover {
  color: #fff;
}

body:not([data-page="admin"]) .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  color: rgba(223, 237, 236, 0.62);
}

body:not([data-page="admin"]) .mobile-dock {
  display: none !important;
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .main-nav,
  body:not([data-page="admin"]) .header-actions .desktop-only {
    display: none;
  }

  body:not([data-page="admin"]) .menu-toggle {
    display: grid;
  }

  body:not([data-page="admin"]) .nav-row {
    min-height: 72px;
  }

  body:not([data-page="admin"]) .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  body:not([data-page="admin"]) .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 2026-04-14: about page + taobao-like detail page */
.about-preview-card,
.about-hero-card {
  border: 1px solid var(--ref-line);
  border-radius: 28px;
  background: var(--ref-surface);
  box-shadow: var(--ref-shadow-soft);
}

.about-preview-card {
  padding: 30px;
}

.about-preview-card h3,
.about-story-grid h3,
.tb-detail-head h3 {
  margin: 14px 0 12px;
  color: var(--ref-text);
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  line-height: 1.18;
}

.about-preview-card p,
.about-story-grid p,
.tb-detail-section p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.9;
}

.brand-origin-inline,
.topic-origin-note {
  display: block;
  width: fit-content;
  margin: 14px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(43, 97, 240, 0.1);
  border-radius: 18px;
  background: rgba(233, 240, 255, 0.72);
  color: var(--ref-brand-strong);
  line-height: 1.8;
  font-size: 0.92rem;
}

.about-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.about-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #73859a;
  font-size: 0.92rem;
}

.tb-breadcrumbs a {
  color: #4f6786;
}

.tb-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.tb-gallery-card,
.tb-summary-card,
.tb-detail-section,
.tb-side-card {
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95)),
    #fff;
  box-shadow: 0 24px 60px rgba(15, 28, 54, 0.08);
}

.tb-gallery-card {
  padding: 22px;
}

.tb-gallery-main {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(35, 83, 207, 0.06), rgba(25, 191, 227, 0.06));
}

.tb-gallery-main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tb-gallery-carousel {
  position: relative;
  outline: none;
}

.tb-gallery-viewport {
  position: relative;
  overflow: hidden;
  height: clamp(560px, 58vw, 720px);
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 18%, rgba(35, 83, 207, 0.12), transparent 28%),
    radial-gradient(circle at 82% 84%, rgba(25, 191, 227, 0.12), transparent 30%),
    linear-gradient(135deg, #edf4ff, #f8fbff 48%, #eef7fb);
  cursor: grab;
  touch-action: pan-y;
}

.tb-gallery-viewport.is-dragging {
  cursor: grabbing;
}

.tb-gallery-track {
  display: flex;
  height: 100%;
  transition: transform 0.34s ease;
  will-change: transform;
}

.tb-gallery-slide {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px;
  isolation: isolate;
}

.tb-gallery-slide-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: blur(30px) saturate(1.08);
  transform: scale(1.12);
}

.tb-gallery-slide-image {
  display: block;
  width: auto;
  max-width: min(100%, 430px);
  max-height: 100%;
  object-fit: contain;
  border: 1px solid rgba(18, 36, 67, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(15, 28, 54, 0.18);
}

.tb-gallery-caption {
  position: absolute;
  left: 22px;
  bottom: 18px;
  max-width: calc(100% - 44px);
  padding: 8px 12px;
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #526579;
  font-size: 0.84rem;
  box-shadow: 0 12px 26px rgba(15, 28, 54, 0.1);
  backdrop-filter: blur(12px);
}

.tb-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 36, 67, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f3555;
  box-shadow: 0 16px 34px rgba(15, 28, 54, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
}

.tb-gallery-nav:hover {
  color: #2353cf;
  border-color: rgba(35, 83, 207, 0.24);
}

.tb-gallery-prev {
  left: 14px;
}

.tb-gallery-next {
  right: 14px;
}

.tb-gallery-counter {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  padding: 8px 12px;
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #526579;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(15, 28, 54, 0.1);
  backdrop-filter: blur(12px);
}

.tb-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 2px 2px 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
}

.tb-thumb {
  flex: 0 0 88px;
  height: 84px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(18, 36, 67, 0.08);
  background: #f7faff;
  padding: 0;
  appearance: none;
  cursor: pointer;
  scroll-snap-align: center;
}

.tb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tb-thumb.is-active {
  border-color: rgba(35, 83, 207, 0.22);
  box-shadow: 0 12px 26px rgba(35, 83, 207, 0.12);
}

.tb-thumb-note {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px 16px;
}

.tb-thumb-note strong {
  color: var(--ref-text);
}

.tb-thumb-note span {
  color: var(--ref-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.tb-summary-card {
  padding: 30px;
}

.tb-chip-row,
.tb-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tb-summary-top h1 {
  margin: 14px 0 12px;
  color: var(--ref-text);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.tb-subtitle {
  margin: 0;
  color: var(--ref-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.tb-price-board {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(234, 240, 255, 0.98), rgba(240, 251, 255, 0.94));
  border: 1px solid rgba(35, 83, 207, 0.08);
}

.tb-price-main {
  display: flex;
  align-items: end;
  gap: 14px;
}

.tb-price-label {
  color: var(--ref-muted);
  font-size: 0.94rem;
}

.tb-price-main strong {
  color: #2353cf;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
}

.tb-price-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #58708d;
  font-size: 0.94rem;
}

.tb-discount-tag {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #163256;
  background: linear-gradient(135deg, #dce7ff 0%, #b5ebf9 100%);
  font-size: 0.82rem;
  font-weight: 700;
}

.tb-attribute-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tb-attribute-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(18, 36, 67, 0.08);
}

.tb-attribute-row:last-child {
  border-bottom: none;
}

.tb-attribute-row span {
  color: var(--ref-muted);
}

.tb-attribute-row strong {
  color: var(--ref-text);
  text-align: right;
}

.tb-action-row {
  margin-top: 24px;
}

.tb-action-row .button {
  min-width: 168px;
}

.tb-service-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #f7faff;
  border: 1px solid rgba(18, 36, 67, 0.06);
}

.tb-service-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ref-text);
}

.tb-service-note p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.8;
}

.tb-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 24px;
}

.tb-detail-main {
  display: grid;
  gap: 18px;
}

.tb-detail-tabs {
  position: sticky;
  top: 92px;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(15, 28, 54, 0.06);
  backdrop-filter: blur(14px);
}

.tb-detail-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #4f6786;
  background: #f4f8ff;
  font-weight: 700;
}

.tb-detail-section {
  padding: 26px 28px;
}

.tb-detail-head {
  margin-bottom: 14px;
}

.tb-two-col-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.tb-two-col-list strong,
.tb-side-list strong,
.tb-process-card strong,
.tb-sample-box strong {
  color: var(--ref-text);
}

.tb-two-col-list ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--ref-muted);
  line-height: 1.85;
}

.tb-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.tb-process-card {
  padding: 18px;
  border-radius: 20px;
  background: #f7faff;
  border: 1px solid rgba(18, 36, 67, 0.06);
}

.tb-process-card span {
  display: block;
  margin-top: 8px;
  color: var(--ref-muted);
  line-height: 1.75;
}

.tb-sample-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(235, 241, 255, 0.96), rgba(239, 250, 255, 0.94));
  border: 1px solid rgba(35, 83, 207, 0.08);
}

.tb-sample-box span {
  display: block;
  margin-top: 6px;
  color: var(--ref-muted);
  line-height: 1.75;
}

.tb-detail-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.tb-side-card {
  padding: 22px;
}

.tb-side-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.tb-side-list div {
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(18, 36, 67, 0.08);
}

.tb-side-list div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.tb-side-list span {
  color: var(--ref-muted);
  font-size: 0.9rem;
}

@media (max-width: 1200px) {
  .about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-product-layout,
  .tb-detail-layout {
    grid-template-columns: 1fr;
  }

  .tb-detail-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .about-story-grid,
  .about-value-grid,
  .tb-gallery-thumbs,
  .tb-two-col-list,
  .tb-process-grid,
  .tb-detail-side {
    grid-template-columns: 1fr;
  }

  .about-preview-card,
  .tb-gallery-card,
  .tb-summary-card,
  .tb-detail-section,
  .tb-side-card {
    padding: 22px;
    border-radius: 24px;
  }

  .tb-summary-top h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .tb-price-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .tb-price-meta,
  .tb-action-row,
  .tb-sample-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .tb-action-row .button,
  .tb-sample-box .button {
    width: 100%;
    min-width: 0;
  }

  .tb-detail-tabs {
    top: 76px;
  }
}

/* 2026-04-14: premium polish */
body:not([data-page="admin"]) .section-heading h2,
body:not([data-page="admin"]) .page-hero-card h1 {
  letter-spacing: -0.045em;
}

body[data-page="home"] .hero-home-ref {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(65, 111, 235, 0.14), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(25, 191, 227, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

body[data-page="home"] .hero-home-ref::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.36) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 70%);
  opacity: 0.24;
}

body[data-page="home"] .ref-hero-copy,
body[data-page="home"] .ref-hero-panel {
  backdrop-filter: blur(18px);
}

body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-category-card,
body[data-page="home"] .about-preview-card,
body[data-page="home"] .ref-stat-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body[data-page="home"] .ref-service-card:hover,
body[data-page="home"] .ref-category-card:hover,
body[data-page="home"] .about-preview-card:hover,
body[data-page="home"] .ref-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 83, 207, 0.14);
  box-shadow: 0 30px 70px rgba(16, 35, 66, 0.1);
}

body:not([data-page="admin"]) .site-footer {
  position: relative;
  margin-top: 72px;
  padding: 54px 0 42px;
  background:
    radial-gradient(circle at top left, rgba(52, 101, 224, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(22, 191, 227, 0.12), transparent 18%),
    linear-gradient(180deg, #0c1627 0%, #101d33 44%, #132744 100%);
  color: rgba(226, 235, 247, 0.88);
}

body:not([data-page="admin"]) .site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

body:not([data-page="admin"]) .site-footer .container {
  width: min(1360px, calc(100% - 56px));
}

body:not([data-page="admin"]) .site-footer .footer-grid {
  grid-template-columns: 1.15fr 0.88fr 0.88fr;
  gap: 46px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not([data-page="admin"]) .site-footer .brand {
  align-items: center;
}

body:not([data-page="admin"]) .site-footer .brand-mark-img {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

body:not([data-page="admin"]) .site-footer .brand-title {
  color: #fff;
}

body:not([data-page="admin"]) .site-footer .brand-subtitle {
  color: rgba(215, 226, 244, 0.58);
}

body:not([data-page="admin"]) .site-footer .footer-links a,
body:not([data-page="admin"]) .site-footer .footer-text {
  color: rgba(219, 230, 244, 0.76);
}

.brand-origin-copy {
  margin: 4px 0 0;
  color: rgba(219, 230, 244, 0.72);
  line-height: 1.9;
}

body:not([data-page="admin"]) .site-footer .footer-links a:hover {
  color: #fff;
}

body:not([data-page="admin"]) .site-footer .footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(207, 219, 236, 0.62);
}

body[data-page="product"] .section.section-tight {
  padding-top: 40px;
}

body[data-page="product"] #product-stage {
  display: grid;
  gap: 24px;
}

body[data-page="product"] .tb-product-layout {
  grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  gap: 28px;
}

body[data-page="product"] .tb-summary-card {
  position: sticky;
  top: 108px;
  padding: 34px;
  border-radius: 32px;
  box-shadow: 0 28px 72px rgba(16, 34, 63, 0.1);
}

body[data-page="product"] .tb-gallery-card {
  padding: 24px;
  border-radius: 32px;
}

body[data-page="product"] .tb-gallery-main {
  border-radius: 26px;
}

body[data-page="product"] .tb-gallery-main img {
  aspect-ratio: 1 / 1.02;
}

body[data-page="product"] .tb-gallery-viewport {
  height: clamp(560px, 54vw, 700px);
  border-radius: 28px;
}

body[data-page="product"] .tb-gallery-slide-image {
  max-width: min(100%, 420px);
}

body[data-page="product"] .tb-price-board {
  padding: 24px 26px;
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

body[data-page="product"] .tb-price-main strong {
  font-size: clamp(2.8rem, 4.4vw, 3.8rem);
}

body[data-page="product"] .tb-action-row {
  gap: 12px;
}

body[data-page="product"] .tb-action-row .button {
  min-width: 190px;
  min-height: 54px;
}

body[data-page="product"] .tb-detail-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
}

body[data-page="product"] .tb-detail-tabs {
  top: 90px;
  padding: 16px;
}

body[data-page="product"] .tb-detail-tabs a {
  min-height: 42px;
}

body[data-page="product"] .tb-detail-section {
  padding: 30px 32px;
  border-radius: 28px;
}

body[data-page="product"] .tb-side-card {
  padding: 24px;
  border-radius: 26px;
}

body[data-page="product"] .tb-process-card,
body[data-page="product"] .tb-service-note,
body[data-page="product"] .tb-sample-box {
  border-radius: 22px;
}

@media (max-width: 1200px) {
  body[data-page="product"] .tb-summary-card {
    position: static;
  }

  body:not([data-page="admin"]) .site-footer .container {
    width: min(1240px, calc(100% - 40px));
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .site-footer {
    margin-top: 54px;
    padding: 42px 0 34px;
  }

  body:not([data-page="admin"]) .site-footer .container {
    width: min(100%, calc(100% - 18px));
  }

  body:not([data-page="admin"]) .site-footer .footer-grid {
    gap: 28px;
  }

  body[data-page="product"] .tb-summary-card,
  body[data-page="product"] .tb-gallery-card,
  body[data-page="product"] .tb-detail-section,
  body[data-page="product"] .tb-side-card {
    padding: 22px;
    border-radius: 24px;
  }

  body[data-page="product"] .tb-product-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="product"] .tb-gallery-viewport {
    height: clamp(430px, 118vw, 620px);
    border-radius: 22px;
  }

  body[data-page="product"] .tb-gallery-slide {
    padding: 18px;
  }

  body[data-page="product"] .tb-gallery-slide-image {
    max-width: min(100%, 360px);
    border-radius: 18px;
  }

  body[data-page="product"] .tb-gallery-nav {
    width: 38px;
    height: 38px;
  }

  body[data-page="product"] .tb-gallery-caption {
    left: 14px;
    right: 14px;
    bottom: 12px;
    max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* 2026-04-14: brand lift and commerce detail */
body:not([data-page="admin"]) .site-footer .footer-grid {
  grid-template-columns: 1.25fr 0.82fr 0.82fr 0.82fr;
  align-items: start;
}

.footer-brand-panel {
  display: grid;
  gap: 18px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(228, 237, 249, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body:not([data-page="admin"]) .site-footer .footer-title {
  margin: 6px 0 16px;
  color: #fff;
  font-size: 1rem;
}

body:not([data-page="admin"]) .site-footer .footer-links {
  gap: 10px;
}

body:not([data-page="admin"]) .site-footer .footer-links a {
  position: relative;
  padding-left: 14px;
}

body:not([data-page="admin"]) .site-footer .footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6ea2ff, #7cecff);
  transform: translateY(-50%);
  opacity: 0.7;
}

.product-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(38, 76, 180, 0.08);
  color: #375985;
  font-size: 0.84rem;
  font-weight: 700;
}

.product-status-pill.is-positive {
  background: rgba(30, 193, 171, 0.12);
  color: #136a60;
}

.tb-top-banner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(116, 205, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.98));
  box-shadow: 0 24px 60px rgba(15, 28, 54, 0.08);
}

.tb-top-banner h2 {
  margin: 12px 0 10px;
  color: #1b3152;
  font-size: clamp(2rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
}

.tb-top-banner p {
  max-width: 780px;
  margin: 0;
  color: #627892;
  line-height: 1.85;
}

.tb-top-banner-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.tb-top-banner-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(35, 83, 207, 0.08);
  color: #355685;
  font-size: 0.86rem;
  font-weight: 700;
}

.tb-gallery-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.tb-gallery-feature,
.tb-overview-card {
  padding: 18px;
  border: 1px solid rgba(18, 36, 67, 0.06);
  border-radius: 22px;
  background: #f7faff;
}

.tb-gallery-feature strong,
.tb-overview-card strong,
.tb-deal-item strong {
  color: #1d3150;
}

.tb-gallery-feature span,
.tb-overview-card p,
.tb-deal-item span {
  display: block;
  margin-top: 8px;
  color: #667d98;
  line-height: 1.75;
}

.tb-deal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.tb-deal-item {
  padding: 14px 16px;
  border: 1px solid rgba(18, 36, 67, 0.06);
  border-radius: 18px;
  background: rgba(247, 250, 255, 0.98);
}

.tb-choice-stack {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.tb-choice-row {
  display: grid;
  gap: 10px;
}

.tb-choice-row > span {
  color: #627892;
  font-weight: 700;
}

.tb-choice-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tb-choice-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(35, 83, 207, 0.08);
  background: linear-gradient(135deg, rgba(245, 249, 255, 1), rgba(238, 246, 255, 1));
  color: #27446b;
  font-size: 0.9rem;
  font-weight: 700;
}

.tb-assurance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tb-assurance-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #365780;
  background: rgba(35, 83, 207, 0.06);
  font-size: 0.84rem;
  font-weight: 700;
}

.tb-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

body[data-page="product"] .tb-summary-card {
  background:
    radial-gradient(circle at top right, rgba(117, 203, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.96));
}

body[data-page="product"] .tb-price-board {
  background:
    radial-gradient(circle at top right, rgba(129, 208, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(233, 241, 255, 0.98), rgba(239, 249, 255, 0.96));
}

body[data-page="product"] .tb-action-row .button.button-primary {
  box-shadow: 0 18px 38px rgba(35, 83, 207, 0.2);
}

@media (max-width: 1200px) {
  body:not([data-page="admin"]) .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .tb-gallery-feature-row,
  .tb-deal-strip,
  .tb-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-top-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .tb-top-banner-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .tb-top-banner,
  .tb-gallery-feature-row,
  .tb-deal-strip,
  .tb-overview-grid {
    grid-template-columns: 1fr;
  }

  .tb-top-banner {
    padding: 22px;
  }
}

/* 2026-04-14: seo / geo topic pages */
.topic-page-hero {
  padding: 54px 0 24px;
}

.topic-hero-card,
.topic-section-card,
.topic-note-card,
.topic-signal-card,
.topic-page-card,
.topic-blueprint-band {
  border: 1px solid var(--ref-line);
  border-radius: 30px;
  background: var(--ref-surface);
  box-shadow: var(--ref-shadow-soft);
}

.topic-hero-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
}

.topic-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 10%, rgba(43, 97, 240, 0.13), transparent 26%),
    radial-gradient(circle at 86% 0%, rgba(0, 168, 216, 0.14), transparent 24%);
}

.topic-hero-card-geo::before {
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 168, 216, 0.16), transparent 26%),
    radial-gradient(circle at 84% 0%, rgba(91, 104, 255, 0.14), transparent 24%);
}

.topic-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 26px;
  align-items: start;
}

.topic-hero-copy h1,
.topic-section-card h3,
.topic-note-card h3,
.topic-blueprint-band h2 {
  margin: 16px 0 14px;
  color: var(--ref-text);
  font-family: var(--font-display);
  letter-spacing: -0.045em;
}

.topic-hero-copy h1 {
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
  line-height: 1.05;
}

.topic-hero-copy p,
.topic-section-card p,
.topic-note-card p,
.topic-signal-card p,
.topic-page-card p,
.topic-blueprint-band p,
.topic-step-item p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.9;
}

.topic-origin-note {
  margin-bottom: 16px;
}

.topic-hero-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.topic-hero-metric {
  display: grid;
  gap: 8px;
  min-height: 160px;
  padding: 20px;
  border: 1px solid rgba(43, 97, 240, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.topic-hero-metric strong {
  color: var(--ref-brand);
  font-size: 1.8rem;
  line-height: 1;
}

.topic-hero-metric span {
  color: var(--ref-text);
  font-size: 1rem;
  font-weight: 800;
}

.topic-hero-metric small {
  color: var(--ref-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.topic-signal-grid,
.topic-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.topic-signal-card,
.topic-page-card {
  padding: 24px;
}

.topic-signal-card strong,
.topic-page-card strong,
.topic-step-item strong,
.topic-mini-list strong {
  color: var(--ref-text);
  font-size: 1.02rem;
}

.topic-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
  gap: 18px;
  align-items: start;
}

.topic-section-card,
.topic-note-card {
  padding: 30px;
}

.topic-step-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.topic-step-item {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.72));
}

.topic-mini-list {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.topic-mini-list div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(247, 251, 255, 0.82);
}

.topic-mini-list span {
  color: var(--ref-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.topic-blueprint-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 22px;
  align-items: center;
  padding: 30px;
}

.topic-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-chip-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(43, 97, 240, 0.08);
  border-radius: 999px;
  background: var(--ref-brand-soft);
  color: var(--ref-brand-strong);
  font-size: 0.88rem;
  font-weight: 700;
}

body[data-page="seo"] .topic-hero-card .eyebrow,
body[data-page="geo"] .topic-hero-card .eyebrow {
  border-color: rgba(43, 97, 240, 0.1);
  background: var(--ref-brand-soft);
  color: var(--ref-brand-strong);
}

body[data-page="geo"] .topic-chip-cloud span {
  border-color: rgba(0, 168, 216, 0.12);
  background: #eafaff;
  color: #0a86a6;
}

@media (max-width: 1200px) {
  .topic-signal-grid,
  .topic-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-hero-layout,
  .topic-blueprint-band,
  .topic-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .topic-page-hero {
    padding: 36px 0 16px;
  }

  .topic-hero-card,
  .topic-section-card,
  .topic-note-card,
  .topic-signal-card,
  .topic-page-card,
  .topic-blueprint-band {
    padding: 22px;
    border-radius: 24px;
  }

  .topic-hero-copy h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .topic-hero-side,
  .topic-signal-grid,
  .topic-card-grid {
    grid-template-columns: 1fr;
  }
}

body[data-page="products"] .catalog-mobile-toolbar {
  display: none;
}

/* 2026-04-21: matrix pages */
body[data-page="matrix"] .topic-page-card,
body[data-page="matrix"] .topic-signal-card,
body[data-page="matrix"] .topic-section-card,
body[data-page="matrix"] .topic-note-card {
  height: 100%;
}

body[data-page="matrix"] .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.matrix-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.matrix-link-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.matrix-link-card h3 {
  margin: 0;
  color: var(--ref-text);
  font-family: var(--font-display);
  font-size: clamp(1.24rem, 2.4vw, 1.72rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.matrix-link-card p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.85;
}

.matrix-link-card .ref-inline-link {
  margin-top: auto;
}

.matrix-tag-cloud,
.matrix-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.matrix-tag-cloud span,
.matrix-kicker-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(43, 97, 240, 0.08);
  border-radius: 999px;
  background: rgba(244, 248, 255, 0.94);
  color: var(--ref-brand-strong);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.matrix-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ref-line);
  border-radius: 30px;
  background: var(--ref-surface);
  box-shadow: var(--ref-shadow-soft);
}

.matrix-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.matrix-table th,
.matrix-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(18, 36, 67, 0.08);
  text-align: left;
  vertical-align: top;
}

.matrix-table th {
  color: var(--ref-text);
  background: rgba(245, 249, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.matrix-table td {
  color: var(--ref-muted);
  line-height: 1.82;
}

.matrix-table tr:last-child td {
  border-bottom: none;
}

.matrix-table td strong {
  color: var(--ref-text);
}

.matrix-helper-copy {
  margin-top: 12px;
  color: var(--ref-muted);
  line-height: 1.85;
}

@media (max-width: 780px) {
  body[data-page="home"] .ref-category-grid {
    gap: 14px;
  }

  body[data-page="home"] .ref-service-card {
    padding: 20px;
    border-radius: 22px;
  }

  body[data-page="home"] .ref-service-no {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 0.92rem;
  }

  body[data-page="home"] .ref-service-card h3 {
    margin-bottom: 10px;
    font-size: 1.12rem;
  }

  body[data-page="home"] .ref-service-card p {
    font-size: 0.93rem;
    line-height: 1.72;
  }

  body[data-page="home"] .ref-service-tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  body[data-page="home"] .ref-service-tags span {
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(36, 84, 134, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.96));
    text-align: left;
    line-height: 1.5;
  }

  body[data-page="home"] .ref-inline-link {
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 2px;
  }

  body[data-page="products"] .catalog-layout {
    gap: 14px;
  }

  body[data-page="products"] .filter-column {
    gap: 12px;
  }

  body[data-page="products"] .filter-card {
    padding: 18px;
    border-radius: 20px;
  }

  body[data-page="products"] .catalog-topbar {
    gap: 10px;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: 1.72rem;
  }

  body[data-page="products"] #catalog-summary {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  body[data-page="products"] .catalog-intent-card {
    padding: 20px;
    border-radius: 22px;
  }

  body[data-page="products"] .catalog-intent-card .rich-list li {
    padding: 14px 14px 14px 38px;
    border-radius: 18px;
  }

  body[data-page="products"] .filter-card .eyebrow {
    margin-bottom: 12px;
  }

  body[data-page="products"] .root-filter-card,
  body[data-page="products"] .sub-filter-card {
    display: none;
  }

  body[data-page="products"] .catalog-mobile-toolbar {
    position: sticky;
    top: 84px;
    z-index: 16;
    display: grid;
    justify-items: end;
    gap: 10px;
    pointer-events: auto;
  }

  body[data-page="products"] .catalog-mobile-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    max-width: min(82vw, 320px);
    padding: 0 16px;
    border: 1px solid rgba(37, 83, 132, 0.08);
    border-radius: 999px;
    background: rgba(252, 254, 255, 0.94);
    box-shadow: 0 16px 36px rgba(34, 72, 112, 0.1);
    backdrop-filter: blur(18px);
    color: #17313f;
  }

  body[data-page="products"] .catalog-mobile-toggle-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(47, 112, 202, 0.08);
    color: #356ab4;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  body[data-page="products"] .catalog-mobile-toggle strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95rem;
    line-height: 1;
  }

  body[data-page="products"] .catalog-mobile-toggle-arrow {
    color: #69809a;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
  }

  body[data-page="products"] .catalog-mobile-toolbar.is-expanded {
    justify-items: stretch;
  }

  body[data-page="products"] .catalog-mobile-toolbar.is-expanded .catalog-mobile-toggle {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    border-radius: 20px;
  }

  body[data-page="products"] .catalog-mobile-toolbar.is-expanded .catalog-mobile-toggle-arrow {
    color: #2d6fca;
  }

  body[data-page="products"] .catalog-mobile-panel {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(37, 83, 132, 0.08);
    border-radius: 22px;
    background: rgba(252, 254, 255, 0.96);
    box-shadow: 0 20px 42px rgba(34, 72, 112, 0.12);
    backdrop-filter: blur(18px);
  }

  body[data-page="products"] .catalog-mobile-panel[hidden] {
    display: none !important;
  }

  body[data-page="products"] .catalog-mobile-toolbar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body[data-page="products"] .catalog-mobile-toolbar-head .eyebrow {
    margin: 0;
  }

  body[data-page="products"] #catalog-mobile-summary {
    margin: 0;
    color: #607589;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
  }

  body[data-page="products"] .catalog-mobile-select-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="products"] .mobile-filter-field {
    display: grid;
    gap: 8px;
  }

  body[data-page="products"] .mobile-filter-field span {
    color: #567089;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  body[data-page="products"] .mobile-filter-field select {
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(35, 82, 133, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.94));
    color: #17313f;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(34, 72, 112, 0.06);
  }

  body[data-page="products"] #root-filter-group,
  body[data-page="products"] #sub-filter-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="products"] .chip.root-chip,
  body[data-page="products"] .chip.sub-chip {
    width: 100%;
  }

  body[data-page="products"] .chip.root-chip {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 62px;
    padding: 12px 15px;
    border-radius: 18px;
    text-align: left;
  }

  body[data-page="products"] .chip.root-chip .chip-meta {
    justify-self: end;
    align-self: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(32, 82, 133, 0.08);
  }

  body[data-page="products"] .chip.sub-chip {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 50px;
    padding: 10px 14px;
    border-radius: 16px;
    text-align: left;
  }

  body[data-page="products"] .chip.root-chip .chip-level,
  body[data-page="products"] .chip.sub-chip .chip-level {
    font-size: 0.76rem;
    align-self: center;
  }

  body[data-page="products"] .chip.root-chip .chip-label,
  body[data-page="products"] .chip.sub-chip .chip-label {
    white-space: normal;
    line-height: 1.45;
  }

  body[data-page="products"] .chip.root-chip.is-active,
  body[data-page="products"] .chip.sub-chip.is-active {
    border-color: rgba(28, 87, 147, 0.18);
    box-shadow: 0 12px 30px rgba(35, 78, 124, 0.1);
  }

  body[data-page="products"] .chip.root-chip .chip-label {
    font-size: 0.98rem;
  }

  body[data-page="products"] .chip.sub-chip .chip-label {
    font-size: 0.94rem;
  }
}

@media (max-width: 1200px) {
  .matrix-link-grid,
  body[data-page="matrix"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .matrix-link-grid,
  body[data-page="matrix"] .product-grid {
    grid-template-columns: 1fr;
  }

  .matrix-link-card,
  .topic-page-card.matrix-link-card {
    padding: 22px;
    border-radius: 24px;
  }

  .matrix-tag-cloud span,
  .matrix-kicker-row span {
    width: 100%;
    justify-content: flex-start;
  }

  .matrix-table th,
  .matrix-table td {
    padding: 14px 16px;
  }
}

/* 2026-05-14: homepage full-view carousel and cleaner product catalog filters */
body[data-page="home"] .home-showcase-section {
  padding-top: 18px;
  padding-bottom: 44px;
}

.fullview-carousel {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(25, 58, 88, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(72, 137, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.96));
  box-shadow: 0 30px 74px rgba(31, 70, 112, 0.12);
}

.fullview-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(16, 44, 74, 0.04), transparent 42%),
    radial-gradient(circle at 100% 0%, rgba(226, 188, 96, 0.16), transparent 30%);
}

.fullview-carousel > * {
  position: relative;
  z-index: 1;
}

.fullview-carousel-copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.fullview-carousel-copy h2 {
  margin: 0;
  color: var(--ref-text);
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.fullview-carousel-copy p {
  margin: 0;
  color: var(--ref-muted);
  line-height: 1.82;
}

.fullview-carousel-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 8 / 3;
  min-height: 310px;
  border: 1px solid rgba(18, 36, 67, 0.08);
  border-radius: 28px;
  background: #0b1522;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fullview-carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 0.45s ease, transform 0.55s ease;
}

.fullview-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.fullview-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fullview-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fullview-carousel-arrow {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(31, 70, 112, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #17313f;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(31, 70, 112, 0.08);
}

.fullview-carousel-arrow:hover {
  color: #ffffff;
  border-color: rgba(27, 94, 206, 0.28);
  background: linear-gradient(135deg, #2364d2, #19b5b8);
}

.fullview-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.fullview-carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 61, 90, 0.22);
}

.fullview-carousel-dots button.is-active {
  width: 30px;
  background: linear-gradient(135deg, #2364d2, #16b7ba);
}

body[data-page="products"] .page-hero {
  padding-bottom: 14px;
}

body[data-page="products"] .catalog-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

body[data-page="products"] .filter-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.08fr) minmax(0, 1.14fr);
  gap: 14px;
  align-items: stretch;
}

body[data-page="products"] .filter-card {
  padding: 20px;
  border: 1px solid rgba(31, 70, 112, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.95)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(31, 70, 112, 0.08);
}

body[data-page="products"] .filter-card .eyebrow {
  margin-bottom: 12px;
  border-color: rgba(35, 100, 210, 0.12);
  color: #245fbd;
  background: rgba(35, 100, 210, 0.06);
}

body[data-page="products"] .search-filter-card .stack-form {
  gap: 12px;
}

body[data-page="products"] .search-filter-card .button {
  width: 100%;
}

body[data-page="products"] .root-filter-card,
body[data-page="products"] .sub-filter-card {
  min-width: 0;
}

body[data-page="products"] #root-filter-group,
body[data-page="products"] #sub-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  max-height: 172px;
  overflow: auto;
  padding: 2px 4px 2px 0;
  scrollbar-width: thin;
}

body[data-page="products"] .chip.root-chip,
body[data-page="products"] .chip.sub-chip {
  width: auto;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  grid-template-columns: minmax(0, auto);
  gap: 0;
  text-align: center;
  background: rgba(243, 247, 252, 0.92);
  box-shadow: none;
}

body[data-page="products"] .chip.root-chip .chip-level,
body[data-page="products"] .chip.sub-chip .chip-level,
body[data-page="products"] .chip.root-chip .chip-meta {
  display: none;
}

body[data-page="products"] .chip.root-chip .chip-label,
body[data-page="products"] .chip.sub-chip .chip-label {
  overflow: hidden;
  max-width: 150px;
  color: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] .chip.root-chip.is-active,
body[data-page="products"] .chip.sub-chip.is-active {
  color: #ffffff;
  border-color: rgba(35, 100, 210, 0.24);
  background: linear-gradient(135deg, #2364d2, #19b5b8);
  box-shadow: 0 12px 26px rgba(35, 100, 210, 0.18);
}

body[data-page="products"] .catalog-topbar {
  align-items: center;
  padding: 18px 22px;
  border: 1px solid rgba(31, 70, 112, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.94)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(31, 70, 112, 0.07);
}

body[data-page="products"] .catalog-topbar h2 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

body[data-page="products"] #catalog-summary {
  max-width: 620px;
  margin: 0;
  color: #647688;
  line-height: 1.75;
  text-align: right;
}

body[data-page="products"] .catalog-intent-card {
  display: none;
}

body[data-page="products"] .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="products"] .product-card {
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(31, 70, 112, 0.08);
}

body[data-page="products"] .product-card-media {
  padding: 10px 10px 0;
}

body[data-page="products"] .product-card-media img {
  aspect-ratio: 1.28 / 1;
  border-radius: 18px;
}

body[data-page="products"] .product-card-body {
  gap: 10px;
  padding: 14px 16px 18px;
}

body[data-page="products"] .product-card-title {
  font-size: 1.18rem;
  line-height: 1.25;
}

body[data-page="products"] .product-card-copy,
body[data-page="products"] .product-topline {
  display: none;
}

body[data-page="products"] .price-row strong {
  color: #d95757;
  font-size: 1.5rem;
}

body[data-page="products"] .card-actions {
  display: none;
}

@media (max-width: 1180px) {
  body[data-page="products"] .filter-column {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="products"] .search-filter-card {
    grid-column: 1 / -1;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body[data-page="products"] .filter-column,
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="products"] .search-filter-card {
    grid-column: 1 / -1;
  }

  body[data-page="products"] #catalog-summary {
    text-align: left;
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) {
    overflow-x: hidden;
  }

  body:not([data-page="admin"]) .container {
    max-width: 100%;
  }

  body[data-page="home"] .hero-grid,
  body[data-page="home"] .ref-hero-grid,
  body[data-page="products"] .catalog-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }

  body[data-page="home"] .ref-hero-copy,
  body[data-page="home"] .ref-hero-panel,
  body[data-page="products"] .page-hero-card,
  body[data-page="products"] .filter-card,
  body[data-page="products"] .catalog-topbar,
  body[data-page="products"] .product-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  body[data-page="home"] .hero-home-ref .hero-copy h1,
  body[data-page="products"] .page-hero-card h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 9.2vw, 2.45rem) !important;
    line-height: 1.03;
    letter-spacing: -0.055em;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  body[data-page="home"] .ref-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="home"] .ref-search-form .button,
  body[data-page="home"] .ref-search-form input,
  body[data-page="products"] .search-filter-card input {
    width: 100%;
    min-width: 0;
  }

  body[data-page="home"] .ref-hero-points {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="home"] .home-showcase-section {
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .fullview-carousel {
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .fullview-carousel-stage {
    min-height: 220px;
    border-radius: 20px;
  }

  .fullview-carousel-nav {
    gap: 10px;
  }

  .fullview-carousel-arrow {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  body[data-page="products"] .filter-column {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="products"] .filter-card {
    padding: 16px;
    border-radius: 20px;
  }

  body[data-page="products"] .catalog-mobile-toolbar {
    position: static;
    display: grid;
    justify-items: stretch;
    margin-bottom: 12px;
  }

  body[data-page="products"] .catalog-mobile-toggle {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(31, 70, 112, 0.08);
  }

  body[data-page="products"] .catalog-mobile-panel {
    width: 100%;
  }

  body[data-page="products"] .catalog-topbar {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-page="products"] .product-card-body {
    padding: 12px;
  }

  body[data-page="products"] .product-card-title {
    font-size: 1rem;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.22rem;
  }
}

/* 2026-05-14: product category navigation, inspired by mature two-level catalog sites */
body[data-page="products"] .catalog-layout-flat {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

body[data-page="products"] .page-hero {
  padding-bottom: 0;
}

body[data-page="products"] .section.section-tight {
  padding-top: 22px;
}

body[data-page="products"] .catalog-filter-board {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(31, 70, 112, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(35, 100, 210, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.96));
  box-shadow: 0 24px 58px rgba(31, 70, 112, 0.1);
}

body[data-page="products"] .catalog-filter-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 42%);
}

body[data-page="products"] .catalog-filter-board > * {
  position: relative;
  z-index: 1;
}

body[data-page="products"] .catalog-filter-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

body[data-page="products"] .catalog-filter-head h2 {
  margin: 10px 0 0;
  color: var(--ref-text);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body[data-page="products"] .catalog-filter-head p {
  max-width: 520px;
  margin: 0;
  color: #647688;
  line-height: 1.75;
  text-align: right;
}

body[data-page="products"] .catalog-search-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding: 16px;
  border: 1px solid rgba(31, 70, 112, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

body[data-page="products"] .catalog-search-line input {
  min-width: 0;
}

body[data-page="products"] .catalog-search-line .button {
  min-width: 128px;
}

body[data-page="products"] .catalog-filter-group {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 70, 112, 0.08);
}

body[data-page="products"] .filter-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: #245fbd;
  background: rgba(35, 100, 210, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body[data-page="products"] #root-filter-group,
body[data-page="products"] #sub-filter-group,
body[data-page="products"] .root-chip-row,
body[data-page="products"] .sub-chip-row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  max-height: none;
  overflow: visible;
  padding: 0;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip,
body[data-page="products"] .catalog-filter-board .chip.sub-chip {
  width: auto;
  min-height: 38px;
  border-radius: 999px;
  background: rgba(244, 248, 252, 0.96);
  box-shadow: none;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip {
  min-height: 44px;
  padding: 9px 16px;
  border-color: rgba(35, 100, 210, 0.1);
}

body[data-page="products"] .catalog-filter-board .chip.sub-chip {
  padding: 8px 14px;
  border-color: rgba(31, 70, 112, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

body[data-page="products"] .catalog-filter-board .chip.root-chip .chip-label,
body[data-page="products"] .catalog-filter-board .chip.sub-chip .chip-label {
  max-width: none;
  font-weight: 850;
  white-space: nowrap;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active,
body[data-page="products"] .catalog-filter-board .chip.sub-chip.is-active {
  color: #ffffff;
  border-color: rgba(35, 100, 210, 0.24);
  background: linear-gradient(135deg, #1f5fd2, #18b8bd);
  box-shadow: 0 12px 28px rgba(35, 100, 210, 0.16);
}

body[data-page="products"] .catalog-filter-board .chip.root-chip .chip-level,
body[data-page="products"] .catalog-filter-board .chip.sub-chip .chip-level,
body[data-page="products"] .catalog-filter-board .chip.root-chip .chip-meta {
  display: none;
}

body[data-page="products"] .catalog-column {
  gap: 20px;
}

@media (max-width: 980px) {
  body[data-page="products"] .catalog-filter-head {
    display: grid;
    gap: 10px;
  }

  body[data-page="products"] .catalog-filter-head p {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 780px) {
  body[data-page="products"] .catalog-filter-board {
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  body[data-page="products"] .catalog-filter-head h2 {
    font-size: 1.5rem;
  }

  body[data-page="products"] .catalog-search-line {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
    border-radius: 18px;
  }

  body[data-page="products"] .catalog-search-line .button {
    width: 100%;
  }

  body[data-page="products"] .catalog-filter-group {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-top: 14px;
  }

  body[data-page="products"] .filter-label {
    justify-content: flex-start;
    width: fit-content;
  }

  body[data-page="products"] #root-filter-group,
  body[data-page="products"] #sub-filter-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body[data-page="products"] #root-filter-group::-webkit-scrollbar,
  body[data-page="products"] #sub-filter-group::-webkit-scrollbar {
    display: none;
  }

  body[data-page="products"] .catalog-filter-board .chip.root-chip,
  body[data-page="products"] .catalog-filter-board .chip.sub-chip {
    flex: 0 0 auto;
  }
}

/* 2026-05-14: simpler product detail page */
body[data-page="product"] .product-clean-page {
  padding-top: 34px;
}

body[data-page="product"] .product-clean-container {
  display: grid;
  gap: 22px;
}

.product-clean-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: start;
}

.product-clean-media,
.product-clean-summary,
.product-clean-section {
  border: 1px solid rgba(31, 70, 112, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(31, 70, 112, 0.08);
}

.product-clean-media {
  overflow: hidden;
  padding: 14px;
}

.product-clean-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(236, 244, 252, 0.9);
}

.product-clean-summary {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.product-clean-tags,
.product-clean-chipline,
.product-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-clean-tags span,
.product-clean-chipline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(31, 70, 112, 0.08);
  border-radius: 999px;
  color: #466174;
  background: rgba(244, 248, 252, 0.92);
  font-size: 0.86rem;
  font-weight: 750;
}

.product-clean-summary h1 {
  margin: 0;
  color: var(--ref-text);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.product-clean-summary p,
.product-clean-section-head p,
.product-clean-info-grid p {
  margin: 0;
  color: #647688;
  line-height: 1.82;
}

.product-clean-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(31, 70, 112, 0.08);
  border-bottom: 1px solid rgba(31, 70, 112, 0.08);
}

.product-clean-price strong {
  color: #d95757;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  line-height: 1;
}

.product-clean-price div {
  display: grid;
  gap: 6px;
  color: #7a8a99;
  text-align: right;
}

.product-clean-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-clean-meta div {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(31, 70, 112, 0.07);
  border-radius: 18px;
  background: rgba(246, 249, 252, 0.78);
}

.product-clean-meta span {
  color: #7a8a99;
  font-size: 0.86rem;
}

.product-clean-meta strong,
.product-clean-info-grid strong,
.product-clean-steps span {
  color: var(--ref-text);
}

.product-clean-actions .button {
  min-width: 150px;
}

.product-clean-section {
  padding: 26px;
}

.product-clean-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.product-clean-section-head h2 {
  margin: 0;
  color: var(--ref-text);
  font-size: clamp(1.45rem, 2.7vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.product-clean-info-grid,
.product-clean-two-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-clean-info-grid article {
  padding: 18px;
  border: 1px solid rgba(31, 70, 112, 0.07);
  border-radius: 18px;
  background: rgba(247, 250, 253, 0.82);
}

.product-clean-info-grid strong {
  display: block;
  margin-bottom: 10px;
}

.product-clean-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-clean-steps {
  display: grid;
  gap: 12px;
}

.product-clean-steps span {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(31, 70, 112, 0.07);
  border-radius: 16px;
  background: rgba(247, 250, 253, 0.82);
  font-weight: 750;
}

body[data-page="product"] .tb-breadcrumbs {
  margin-bottom: 0;
}

body[data-page="product"] .faq-item {
  border-color: rgba(31, 70, 112, 0.08);
  background: rgba(247, 250, 253, 0.72);
}

@media (max-width: 980px) {
  .product-clean-hero,
  .product-clean-info-grid,
  .product-clean-two-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-clean-summary {
    padding: 22px;
  }
}

@media (max-width: 780px) {
  body[data-page="product"] .product-clean-page {
    padding-top: 20px;
  }

  .product-clean-media,
  .product-clean-summary,
  .product-clean-section {
    border-radius: 22px;
  }

  .product-clean-media {
    padding: 10px;
  }

  .product-clean-summary,
  .product-clean-section {
    padding: 18px;
  }

  .product-clean-summary h1 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .product-clean-price {
    display: grid;
    align-items: start;
  }

  .product-clean-price div {
    text-align: left;
  }

  .product-clean-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-clean-actions .button {
    width: 100%;
  }
}

/* 2026-05-14: professional, quieter public-site polish */
body:not([data-page="admin"]) {
  --pro-text: #152033;
  --pro-muted: #5f6f85;
  --pro-subtle: #8895a7;
  --pro-line: rgba(20, 35, 54, 0.09);
  --pro-line-strong: rgba(20, 35, 54, 0.14);
  --pro-surface: #ffffff;
  --pro-surface-soft: #f7f9fc;
  --pro-blue: #2563eb;
  --pro-blue-dark: #1d4ed8;
  --pro-shadow: 0 18px 42px rgba(20, 35, 54, 0.07);
  --pro-shadow-soft: 0 10px 26px rgba(20, 35, 54, 0.055);
  color: var(--pro-text);
  background:
    radial-gradient(circle at 8% -8%, rgba(37, 99, 235, 0.08), transparent 32%),
    radial-gradient(circle at 94% 4%, rgba(14, 165, 233, 0.06), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 42%, #f7f9fc 100%);
}

body:not([data-page="admin"])::before {
  opacity: 0;
}

body:not([data-page="admin"]) .site-frame {
  padding-bottom: 76px;
}

body:not([data-page="admin"]) .container {
  width: min(1180px, calc(100% - 36px));
}

body:not([data-page="admin"]) .site-header {
  background: rgba(12, 22, 37, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

body:not([data-page="admin"]) .nav-row {
  min-height: 72px;
}

body:not([data-page="admin"]) .brand-mark-img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow: none;
}

body:not([data-page="admin"]) .brand-origin {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.76);
}

body:not([data-page="admin"]) .main-nav a {
  padding: 10px 14px;
  color: rgba(226, 232, 240, 0.82);
}

body:not([data-page="admin"]) .main-nav a:hover,
body:not([data-page="admin"]) .main-nav a.is-active,
body:not([data-page="admin"]) .main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

body:not([data-page="admin"]) .btn-primary,
body:not([data-page="admin"]) .button-primary {
  color: #ffffff;
  border-color: transparent;
  background: var(--pro-blue);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

body:not([data-page="admin"]) .btn-primary:hover,
body:not([data-page="admin"]) .button-primary:hover {
  background: var(--pro-blue-dark);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.2);
}

body:not([data-page="admin"]) .btn-secondary,
body:not([data-page="admin"]) .button-secondary,
body:not([data-page="admin"]) .btn-light,
body:not([data-page="admin"]) .button-ghost {
  color: #18263a;
  border-color: var(--pro-line);
  background: #ffffff;
  box-shadow: none;
}

body:not([data-page="admin"]) .button:hover,
body:not([data-page="admin"]) .btn:hover {
  transform: translateY(-1px);
}

body:not([data-page="admin"]) .section {
  padding: 70px 0;
}

body:not([data-page="admin"]) .section-tight {
  padding-top: 34px;
  padding-bottom: 58px;
}

body:not([data-page="admin"]) .section-compact,
body[data-page="home"] .home-showcase-section {
  padding-top: 34px;
  padding-bottom: 42px;
}

body:not([data-page="admin"]) .section-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 26px;
  text-align: center;
}

body:not([data-page="admin"]) .section-heading h2,
body:not([data-page="admin"]) .page-hero-card h1 {
  color: var(--pro-text);
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body:not([data-page="admin"]) .section-heading p,
body:not([data-page="admin"]) .page-hero-card p,
body:not([data-page="admin"]) .hero-copy p,
body:not([data-page="admin"]) .feature-panel p,
body:not([data-page="admin"]) .product-card-copy,
body:not([data-page="admin"]) .ref-product-body p,
body:not([data-page="admin"]) .ref-case-body p,
body:not([data-page="admin"]) .product-clean-summary p,
body:not([data-page="admin"]) .product-clean-section-head p {
  color: var(--pro-muted);
}

body:not([data-page="admin"]) .eyebrow,
body:not([data-page="admin"]) .eyebrow.light {
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: rgba(37, 99, 235, 0.07);
  color: #2557b8;
  box-shadow: none;
}

body:not([data-page="admin"]) .hero-copy,
body:not([data-page="admin"]) .hero-stage,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .page-hero-card,
body:not([data-page="admin"]) .filter-card,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .detail-card,
body:not([data-page="admin"]) .case-player-panel,
body:not([data-page="admin"]) .case-side-panel,
body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .empty-panel,
body:not([data-page="admin"]) .category-card,
body:not([data-page="admin"]) .product-card,
body:not([data-page="admin"]) .case-card,
body[data-page="home"] .ref-hero-copy,
body[data-page="home"] .ref-hero-panel,
body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-product-card,
body[data-page="home"] .ref-category-card,
body[data-page="home"] .ref-case-card,
body[data-page="home"] .ref-info-panel,
body[data-page="home"] .ref-stat-card,
body[data-page="products"] .catalog-filter-board,
body[data-page="products"] .catalog-topbar,
body[data-page="product"] .product-clean-media,
body[data-page="product"] .product-clean-summary,
body[data-page="product"] .product-clean-section {
  border-color: var(--pro-line);
  background: var(--pro-surface);
  box-shadow: var(--pro-shadow-soft);
  backdrop-filter: none;
}

body[data-page="home"] .hero-home-ref {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    transparent;
}

body[data-page="home"] .hero-home-ref::before,
body[data-page="home"] .ref-hero-panel::before,
body[data-page="products"] .catalog-filter-board::before,
.fullview-carousel::before {
  display: none;
}

body[data-page="home"] .ref-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
  gap: 22px;
  align-items: stretch;
}

body[data-page="home"] .ref-hero-copy,
body[data-page="home"] .ref-hero-panel {
  border-radius: 28px;
}

body[data-page="home"] .ref-hero-copy {
  padding: clamp(28px, 4vw, 46px);
}

body[data-page="home"] .hero-home-ref .hero-copy h1 {
  max-width: 760px;
  color: var(--pro-text);
  font-size: clamp(2.55rem, 4.45vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

body[data-page="home"] .inline-search {
  border-color: var(--pro-line);
  background: #f8fafc;
  box-shadow: none;
}

body[data-page="home"] .ref-hero-point,
body[data-page="home"] .ref-metric-card {
  border: 1px solid var(--pro-line);
  background: #f8fafc;
  box-shadow: none;
}

body[data-page="home"] .ref-stats-row {
  gap: 16px;
}

body[data-page="home"] .ref-stat-card strong {
  color: #1d4ed8;
}

.fullview-carousel {
  border-color: var(--pro-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--pro-shadow-soft);
}

.fullview-carousel-stage {
  border-color: rgba(15, 23, 42, 0.08);
  background: #0f172a;
  box-shadow: none;
}

.fullview-carousel-arrow {
  border-color: var(--pro-line);
  background: #ffffff;
  color: #18263a;
  box-shadow: none;
}

.fullview-carousel-arrow:hover {
  border-color: rgba(37, 99, 235, 0.24);
  background: #eff6ff;
  color: #1d4ed8;
}

.fullview-carousel-dots button.is-active {
  background: var(--pro-blue);
}

body[data-page="products"] .page-hero {
  padding-top: 38px;
  padding-bottom: 0;
}

body[data-page="products"] .page-hero-card {
  padding: 30px;
  border-radius: 26px;
}

body[data-page="products"] .catalog-layout-flat {
  gap: 22px;
}

body[data-page="products"] .catalog-filter-board {
  width: 100%;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
}

body[data-page="products"] .catalog-filter-head h2 {
  color: var(--pro-text);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

body[data-page="products"] .catalog-filter-head p,
body[data-page="products"] #catalog-summary,
body[data-page="products"] #catalog-filter-summary {
  color: var(--pro-muted);
}

body[data-page="products"] .catalog-search-line {
  border-color: var(--pro-line);
  border-radius: 18px;
  background: #f8fafc;
}

body[data-page="products"] .catalog-filter-group {
  grid-template-columns: 86px minmax(0, 1fr);
  border-top-color: rgba(20, 35, 54, 0.08);
}

body[data-page="products"] .filter-label {
  background: #eef4ff;
  color: #1d4ed8;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip,
body[data-page="products"] .catalog-filter-board .chip.sub-chip {
  min-height: 38px;
  border-color: var(--pro-line);
  background: #f8fafc;
  color: #334155;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active,
body[data-page="products"] .catalog-filter-board .chip.sub-chip.is-active {
  border-color: var(--pro-blue);
  background: var(--pro-blue);
  color: #ffffff;
  box-shadow: none;
}

body[data-page="products"] .catalog-topbar {
  border-radius: 22px;
}

body[data-page="products"] .product-grid {
  gap: 20px;
}

body:not([data-page="admin"]) .product-card,
body:not([data-page="admin"]) .case-card,
body[data-page="home"] .ref-product-card,
body[data-page="home"] .ref-case-card {
  border-radius: 20px;
  overflow: hidden;
}

body:not([data-page="admin"]) .product-card:hover,
body:not([data-page="admin"]) .case-card:hover,
body[data-page="home"] .ref-product-card:hover,
body[data-page="home"] .ref-case-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: var(--pro-shadow);
}

body:not([data-page="admin"]) .product-card-media,
body:not([data-page="admin"]) .case-card-media,
body[data-page="home"] .ref-product-media,
body[data-page="home"] .ref-case-cover,
body:not([data-page="admin"]) .media-stack,
body:not([data-page="admin"]) .video-shell {
  background: #eef4fb;
}

body:not([data-page="admin"]) .product-card-media img,
body:not([data-page="admin"]) .case-card-media img {
  border-radius: 16px;
}

body:not([data-page="admin"]) .product-chip,
body:not([data-page="admin"]) .discount-chip,
body:not([data-page="admin"]) .video-badge {
  background: rgba(15, 23, 42, 0.82);
  color: #ffffff;
  box-shadow: none;
}

body:not([data-page="admin"]) .price-row strong,
body[data-page="home"] .ref-product-price strong,
body[data-page="product"] .product-clean-price strong {
  color: #e25555;
}

body[data-page="product"] .product-clean-page {
  padding-top: 34px;
}

body[data-page="product"] .product-clean-container {
  gap: 22px;
}

body[data-page="product"] .product-clean-hero {
  gap: 22px;
}

body[data-page="product"] .product-clean-media,
body[data-page="product"] .product-clean-summary,
body[data-page="product"] .product-clean-section {
  border-radius: 24px;
}

body[data-page="product"] .product-clean-summary h1 {
  color: var(--pro-text);
  font-size: clamp(2rem, 3.7vw, 3rem);
}

body[data-page="product"] .product-clean-tags span,
body[data-page="product"] .product-clean-chipline span,
body[data-page="product"] .product-clean-meta div,
body[data-page="product"] .product-clean-info-grid article,
body[data-page="product"] .product-clean-steps span {
  border-color: var(--pro-line);
  background: #f8fafc;
}

body:not([data-page="admin"]) input,
body:not([data-page="admin"]) textarea,
body:not([data-page="admin"]) select {
  border-color: var(--pro-line);
  background: #ffffff;
  color: var(--pro-text);
}

body:not([data-page="admin"]) input:focus,
body:not([data-page="admin"]) textarea:focus,
body:not([data-page="admin"]) select:focus {
  border-color: rgba(37, 99, 235, 0.45);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

body:not([data-page="admin"]) .site-footer {
  background: #0b1422;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body:not([data-page="admin"]) .mobile-action-bar {
  display: none !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .ref-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 780px) {
  html,
  body:not([data-page="admin"]) {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body:not([data-page="admin"]) .site-shell,
  body:not([data-page="admin"]) main,
  body:not([data-page="admin"]) section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body:not([data-page="admin"]) .container {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-width: 0;
  }

  body:not([data-page="admin"]) .container.page-hero-card,
  body:not([data-page="admin"]) .container.hero-grid,
  body:not([data-page="admin"]) .container.catalog-layout,
  body:not([data-page="admin"]) .container.product-clean-container {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-right: auto;
    margin-left: auto;
  }

  body:not([data-page="admin"]) .nav-row {
    min-height: 66px;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    gap: 10px;
  }

  body:not([data-page="admin"]) .main-nav,
  body:not([data-page="admin"]) .desktop-only {
    display: none !important;
  }

  body:not([data-page="admin"]) .menu-toggle {
    display: grid !important;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  body:not([data-page="admin"]) .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  body:not([data-page="admin"]) .brand {
    min-width: 0;
    max-width: calc(100vw - 86px);
  }

  body:not([data-page="admin"]) .brand-text {
    min-width: 0;
  }

  body:not([data-page="admin"]) .brand-title,
  body:not([data-page="admin"]) .brand-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not([data-page="admin"]) .section {
    padding: 46px 0;
  }

  body[data-page="home"] .ref-hero-copy,
  body[data-page="home"] .ref-hero-panel,
  body[data-page="products"] .page-hero-card,
  body[data-page="products"] .catalog-filter-board,
  body[data-page="products"] .catalog-topbar,
  body[data-page="product"] .product-clean-media,
  body[data-page="product"] .product-clean-summary,
  body[data-page="product"] .product-clean-section {
    border-radius: 20px;
  }

  body[data-page="home"] .ref-hero-grid,
  body[data-page="products"] .catalog-layout,
  body[data-page="product"] .product-clean-hero,
  body[data-page="product"] .product-clean-info-grid,
  body[data-page="product"] .product-clean-two-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-page="home"] .ref-hero-copy,
  body[data-page="home"] .ref-hero-panel,
  body[data-page="products"] .page-hero-card,
  body[data-page="products"] .catalog-filter-board,
  body[data-page="products"] .catalog-topbar,
  body[data-page="products"] .product-card,
  body[data-page="product"] .product-clean-media,
  body[data-page="product"] .product-clean-summary,
  body[data-page="product"] .product-clean-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body[data-page="home"] .ref-hero-copy {
    padding: 24px;
  }

  body[data-page="home"] .hero-home-ref .hero-copy h1,
  body:not([data-page="admin"]) .page-hero-card h1 {
    font-size: clamp(2rem, 9.2vw, 2.8rem) !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body[data-page="home"] .hero-copy p,
  body:not([data-page="admin"]) .page-hero-card p,
  body[data-page="products"] .catalog-filter-head p,
  body[data-page="product"] .product-clean-summary p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body[data-page="home"] .hero-actions,
  body[data-page="home"] .inline-search,
  body[data-page="products"] .catalog-search-line,
  body[data-page="product"] .product-clean-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body[data-page="products"] .page-hero {
    padding-top: 24px;
  }

  body[data-page="products"] .catalog-filter-board {
    padding: 16px;
  }

  body[data-page="products"] .catalog-filter-group {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body[data-page="products"] #root-filter-group,
  body[data-page="products"] #sub-filter-group,
  body[data-page="products"] .root-chip-row,
  body[data-page="products"] .sub-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body[data-page="products"] #root-filter-group::-webkit-scrollbar,
  body[data-page="products"] #sub-filter-group::-webkit-scrollbar,
  body[data-page="products"] .root-chip-row::-webkit-scrollbar,
  body[data-page="products"] .sub-chip-row::-webkit-scrollbar {
    display: none;
  }

  body[data-page="products"] .catalog-search-line {
    padding: 12px;
  }

  body[data-page="products"] .product-grid {
    gap: 12px;
  }

  .fullview-carousel {
    border-radius: 20px;
  }
}

/* 2026-05-14: open layout rewrite - keep cards only for products */
body:not([data-page="admin"]) {
  --open-bg: #f6f9fd;
  --open-text: #101828;
  --open-muted: #5f6f86;
  --open-faint: #8b98aa;
  --open-line: rgba(16, 24, 40, 0.11);
  --open-line-soft: rgba(16, 24, 40, 0.075);
  --open-blue: #2563eb;
  color: var(--open-text);
  background:
    radial-gradient(circle at 8% -8%, rgba(37, 99, 235, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, var(--open-bg) 42%, #ffffff 100%);
}

body:not([data-page="admin"]).reveal-ready [data-reveal],
body:not([data-page="admin"]) [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body:not([data-page="admin"]) .page-hero,
body:not([data-page="admin"]) .section,
body[data-page="home"] .hero-home-ref,
body[data-page="home"] .home-showcase-section {
  position: relative;
  background: transparent !important;
}

body:not([data-page="admin"]) .section {
  padding: 76px 0;
}

body:not([data-page="admin"]) .section + .section,
body[data-page="home"] .home-showcase-section,
body[data-page="products"] .section.section-tight,
body[data-page="product"] .product-clean-section {
  border-top: 1px solid var(--open-line-soft);
}

body:not([data-page="admin"]) .page-hero {
  padding: 58px 0 34px;
  border-bottom: 1px solid var(--open-line-soft);
}

body:not([data-page="admin"]) .page-hero-card,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .filter-card,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .detail-card,
body:not([data-page="admin"]) .case-card,
body:not([data-page="admin"]) .case-player-panel,
body:not([data-page="admin"]) .case-side-panel,
body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .empty-panel,
body:not([data-page="admin"]) .category-card,
body:not([data-page="admin"]) .faq-item,
body:not([data-page="admin"]) .stat-card,
body:not([data-page="admin"]) .timeline-item,
body:not([data-page="admin"]) .topic-hero-card,
body:not([data-page="admin"]) .topic-section-card,
body:not([data-page="admin"]) .topic-note-card,
body:not([data-page="admin"]) .topic-signal-card,
body:not([data-page="admin"]) .topic-page-card,
body:not([data-page="admin"]) .topic-blueprint-band,
body[data-page="home"] .ref-hero-copy,
body[data-page="home"] .ref-hero-panel,
body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-category-card,
body[data-page="home"] .ref-case-card,
body[data-page="home"] .ref-info-panel,
body[data-page="home"] .ref-stat-card,
body[data-page="home"] .about-preview-card,
body[data-page="products"] .catalog-filter-board,
body[data-page="products"] .catalog-topbar,
body[data-page="products"] .catalog-intent-card,
body[data-page="product"] .product-clean-media,
body[data-page="product"] .product-clean-summary,
body[data-page="product"] .product-clean-section {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body:not([data-page="admin"]) .page-hero-card,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .topic-hero-card,
body:not([data-page="admin"]) .topic-section-card,
body:not([data-page="admin"]) .topic-note-card,
body:not([data-page="admin"]) .topic-signal-card,
body:not([data-page="admin"]) .topic-page-card,
body:not([data-page="admin"]) .topic-blueprint-band,
body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-category-card,
body[data-page="home"] .ref-info-panel,
body[data-page="home"] .about-preview-card,
body[data-page="product"] .product-clean-section {
  padding: 0 !important;
}

body:not([data-page="admin"]) .page-hero-card h1,
body:not([data-page="admin"]) .section-heading h2,
body[data-page="home"] .hero-home-ref .hero-copy h1 {
  color: var(--open-text);
  letter-spacing: -0.055em;
}

body:not([data-page="admin"]) .page-hero-card p,
body:not([data-page="admin"]) .section-heading p,
body:not([data-page="admin"]) .feature-panel p,
body:not([data-page="admin"]) .contact-card p,
body:not([data-page="admin"]) .topic-section-card p,
body:not([data-page="admin"]) .topic-page-card p,
body[data-page="home"] .ref-info-panel p,
body[data-page="home"] .ref-service-card p,
body[data-page="home"] .ref-category-card p,
body[data-page="home"] .ref-case-card p,
body[data-page="product"] .product-clean-section-head p {
  color: var(--open-muted);
}

body:not([data-page="admin"]) .eyebrow,
body:not([data-page="admin"]) .eyebrow.light {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--open-blue);
  box-shadow: none;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

body[data-page="home"] .hero-home-ref {
  padding: 88px 0 76px;
  border-bottom: 1px solid var(--open-line-soft);
}

body[data-page="home"] .ref-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
  gap: 48px;
}

body[data-page="home"] .ref-hero-copy {
  padding: 0 !important;
}

body[data-page="home"] .ref-hero-panel {
  padding: 0 0 0 44px !important;
  border-left: 1px solid var(--open-line) !important;
}

body[data-page="home"] .hero-home-ref .hero-copy h1 {
  max-width: 820px;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.99;
}

body[data-page="home"] .inline-search,
body[data-page="products"] .catalog-search-line {
  border: 1px solid var(--open-line);
  border-radius: 999px;
  background: #ffffff !important;
  box-shadow: none;
}

body[data-page="home"] .ref-hero-points {
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--open-line-soft);
}

body[data-page="home"] .ref-hero-point,
body[data-page="home"] .ref-metric-card {
  padding: 18px 0;
  border: 0 !important;
  border-bottom: 1px solid var(--open-line-soft) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="home"] .ref-metric-grid {
  gap: 0;
  border-top: 1px solid var(--open-line-soft);
}

body[data-page="home"] .ref-card-grid,
body[data-page="home"] .ref-split-layout,
body[data-page="home"] .ref-category-grid,
body[data-page="home"] .ref-case-grid,
body:not([data-page="admin"]) .dual-panel,
body:not([data-page="admin"]) .about-story-grid,
body:not([data-page="admin"]) .contact-grid {
  gap: 42px;
}

body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-category-card,
body[data-page="home"] .ref-info-panel,
body[data-page="home"] .about-preview-card,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .topic-section-card,
body:not([data-page="admin"]) .topic-note-card,
body:not([data-page="admin"]) .topic-signal-card,
body:not([data-page="admin"]) .topic-page-card {
  display: grid;
  align-content: start;
  padding-top: 22px !important;
  border-top: 1px solid var(--open-line) !important;
}

body[data-page="home"] .ref-service-card:hover,
body[data-page="home"] .ref-category-card:hover,
body[data-page="home"] .about-preview-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.fullview-carousel {
  gap: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fullview-carousel-copy {
  max-width: 860px;
}

.fullview-carousel-stage {
  border: 1px solid var(--open-line);
  border-radius: 24px;
  background: #0f172a;
}

.fullview-carousel-arrow {
  border-color: var(--open-line);
}

body[data-page="home"] .ref-case-card,
body:not([data-page="admin"]) .case-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 0.54fr);
  gap: 24px;
  align-items: center;
  padding: 24px 0 !important;
  border-top: 1px solid var(--open-line-soft) !important;
}

body[data-page="home"] .ref-case-cover,
body:not([data-page="admin"]) .case-card-media {
  padding: 0 !important;
  border-radius: 18px;
  background: #eef4fb;
}

body[data-page="home"] .ref-case-body,
body:not([data-page="admin"]) .case-card-body {
  padding: 0 !important;
}

body[data-page="products"] .page-hero {
  padding-bottom: 28px;
}

body[data-page="products"] .catalog-layout-flat {
  gap: 34px;
}

body[data-page="products"] .catalog-filter-board {
  padding: 26px 0 30px !important;
  border-top: 1px solid var(--open-line) !important;
  border-bottom: 1px solid var(--open-line) !important;
}

body[data-page="products"] .catalog-filter-head {
  align-items: start;
}

body[data-page="products"] .catalog-search-line {
  padding: 10px 10px 10px 18px;
}

body[data-page="products"] .catalog-filter-group {
  grid-template-columns: 90px minmax(0, 1fr);
  padding-top: 20px;
  border-top: 1px solid var(--open-line-soft);
}

body[data-page="products"] .filter-label {
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  color: var(--open-blue);
  letter-spacing: 0.12em;
}

body[data-page="products"] .catalog-topbar {
  display: flex;
  padding: 0 0 18px !important;
  border-bottom: 1px solid var(--open-line) !important;
}

body[data-page="products"] .product-card,
body[data-page="home"] .ref-product-card,
body:not([data-page="admin"]) .product-card {
  border: 1px solid var(--open-line-soft) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.08) !important;
}

body[data-page="products"] .product-card:hover,
body[data-page="home"] .ref-product-card:hover,
body:not([data-page="admin"]) .product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.2) !important;
  box-shadow: 0 22px 46px rgba(16, 24, 40, 0.11) !important;
}

body[data-page="product"] .product-clean-page {
  padding-top: 40px;
}

body[data-page="product"] .product-clean-hero {
  gap: 56px;
  align-items: center;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--open-line);
}

body[data-page="product"] .product-clean-media {
  padding: 0 !important;
}

body[data-page="product"] .product-clean-media img {
  border: 1px solid var(--open-line);
  border-radius: 22px;
  background: #eef4fb;
}

body[data-page="product"] .product-clean-summary {
  padding: 0 !important;
}

body[data-page="product"] .product-clean-price {
  border-color: var(--open-line);
}

body[data-page="product"] .product-clean-meta {
  gap: 0;
  border-top: 1px solid var(--open-line-soft);
  border-bottom: 1px solid var(--open-line-soft);
}

body[data-page="product"] .product-clean-meta div {
  padding: 16px 18px;
  border: 0 !important;
  border-right: 1px solid var(--open-line-soft) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body[data-page="product"] .product-clean-meta div:last-child {
  border-right: 0 !important;
}

body[data-page="product"] .product-clean-section {
  padding: 38px 0 !important;
}

body[data-page="product"] .product-clean-info-grid article,
body[data-page="product"] .product-clean-steps span,
body[data-page="product"] .faq-item {
  padding: 18px 0;
  border: 0 !important;
  border-top: 1px solid var(--open-line-soft) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="product"] .product-clean-two-col {
  gap: 56px;
}

body[data-page="product"] .tb-two-col-list {
  gap: 36px;
}

body:not([data-page="admin"]) .text-list span,
body:not([data-page="admin"]) .rich-list li {
  background: transparent !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .ref-hero-grid,
  body[data-page="product"] .product-clean-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="home"] .ref-hero-panel {
    padding: 34px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--open-line) !important;
  }

  body[data-page="home"] .ref-case-card,
  body:not([data-page="admin"]) .case-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .page-hero {
    padding: 34px 0 24px;
  }

  body:not([data-page="admin"]) .section,
  body[data-page="home"] .hero-home-ref {
    padding: 46px 0;
  }

  body[data-page="home"] .hero-home-ref .hero-copy h1 {
    font-size: clamp(1.9rem, 8.9vw, 2.55rem) !important;
    line-height: 1.08;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  body:not([data-page="admin"]) h1,
  body:not([data-page="admin"]) h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  body[data-page="home"] .ref-card-grid,
  body[data-page="home"] .ref-split-layout,
  body[data-page="home"] .ref-category-grid,
  body[data-page="home"] .ref-case-grid,
  body:not([data-page="admin"]) .dual-panel,
  body:not([data-page="admin"]) .about-story-grid,
  body:not([data-page="admin"]) .contact-grid {
    gap: 28px;
  }

  body[data-page="home"] .inline-search,
  body[data-page="products"] .catalog-search-line {
    border-radius: 22px;
  }

  body[data-page="products"] .catalog-filter-board {
    padding: 22px 0 24px !important;
  }

  body[data-page="products"] .catalog-filter-group {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="products"] .catalog-topbar {
    display: grid;
    gap: 8px;
  }

  body[data-page="product"] .product-clean-hero {
    gap: 26px;
    padding-bottom: 34px;
  }

  body[data-page="product"] .product-clean-meta {
    border-bottom: 0;
  }

  body[data-page="product"] .product-clean-meta div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--open-line-soft) !important;
  }

  body[data-page="product"] .product-clean-section {
    padding: 28px 0 !important;
  }

  body[data-page="product"] .product-clean-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product"] .product-clean-actions .button {
    width: 100%;
    min-width: 0;
  }
}

/* 2026-05-14: open layout pass 2 - account, auth, checkout and utility pages */
body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .profile-panel .feature-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .order-card,
body:not([data-page="admin"]) .notice-banner,
body:not([data-page="admin"]) .timeline-item,
body:not([data-page="admin"]) .text-list span,
body:not([data-page="admin"]) .detail-kv-grid span,
body:not([data-page="admin"]) .summary-product {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body:not([data-page="admin"]) .auth-grid,
body:not([data-page="admin"]) .checkout-grid,
body:not([data-page="admin"]) .account-grid {
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .profile-panel .feature-panel {
  padding: 26px 0 0 !important;
  border-top: 1px solid var(--open-line) !important;
}

body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .checkout-grid > .checkout-panel + .checkout-panel,
body:not([data-page="admin"]) .orders-panel {
  padding-left: clamp(0px, 3.5vw, 44px);
  border-left: 1px solid var(--open-line-soft);
}

body:not([data-page="admin"]) .profile-panel .sticky {
  top: 96px;
}

body:not([data-page="admin"]) .catalog-topbar {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="account"] .catalog-topbar,
body:not([data-page="admin"]) .orders-panel .catalog-topbar {
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--open-line) !important;
}

body:not([data-page="admin"]) .stat-mini-grid {
  gap: 0;
  border-top: 1px solid var(--open-line-soft);
  border-bottom: 1px solid var(--open-line-soft);
}

body:not([data-page="admin"]) .stat-card.compact {
  padding: 18px 16px;
  border: 0 !important;
  border-right: 1px solid var(--open-line-soft) !important;
}

body:not([data-page="admin"]) .stat-card.compact:last-child {
  border-right: 0 !important;
}

body:not([data-page="admin"]) .order-list {
  gap: 0;
  border-top: 1px solid var(--open-line);
}

body:not([data-page="admin"]) .order-card {
  padding: 24px 0 !important;
  border-bottom: 1px solid var(--open-line-soft) !important;
}

body:not([data-page="admin"]) .order-card-head {
  margin-bottom: 16px;
}

body:not([data-page="admin"]) .order-card-body {
  grid-template-columns: 136px minmax(0, 1fr);
}

body:not([data-page="admin"]) .order-cover {
  border-radius: 16px;
  background: #eef4fb;
}

body:not([data-page="admin"]) .detail-kv-grid {
  gap: 0;
  margin: 16px 0;
  border-top: 1px solid var(--open-line-soft);
}

body:not([data-page="admin"]) .detail-kv-grid span {
  padding: 12px 0;
  border-bottom: 1px solid var(--open-line-soft) !important;
  color: var(--open-muted);
}

body:not([data-page="admin"]) .timeline-list,
body:not([data-page="admin"]) .text-list {
  gap: 0;
  border-top: 1px solid var(--open-line-soft);
}

body:not([data-page="admin"]) .timeline-item,
body:not([data-page="admin"]) .text-list span {
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--open-line-soft) !important;
  color: var(--open-muted);
}

body:not([data-page="admin"]) .auth-tabs {
  border-color: var(--open-line);
  background: #ffffff;
  box-shadow: none;
}

body:not([data-page="admin"]) .auth-tabs button {
  color: var(--open-muted);
}

body:not([data-page="admin"]) .auth-tabs button.is-active {
  color: #ffffff;
  background: var(--open-blue);
}

body:not([data-page="admin"]) .summary-product {
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 18px 0;
  border-top: 1px solid var(--open-line-soft) !important;
  border-bottom: 1px solid var(--open-line-soft) !important;
}

body:not([data-page="admin"]) .summary-product img {
  border: 1px solid var(--open-line-soft);
  border-radius: 16px;
  background: #eef4fb;
}

body:not([data-page="admin"]) .checkout-total {
  padding-top: 18px;
  border-top: 1px solid var(--open-line);
}

body:not([data-page="admin"]) .checkout-total strong,
body:not([data-page="admin"]) .price-panel strong {
  color: #e25555;
}

body:not([data-page="admin"]) .empty-panel {
  padding: 34px 0 !important;
  border-top: 1px solid var(--open-line) !important;
  text-align: left;
}

body:not([data-page="admin"]) .qr-shell {
  border: 1px solid var(--open-line-soft);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
}

body:not([data-page="admin"]) .contact-card .qr-shell {
  max-width: 260px;
}

body:not([data-page="admin"]) .status-pill {
  border: 1px solid var(--open-line-soft);
  box-shadow: none;
}

body:not([data-page="admin"]) .mobile-menu {
  background: #0f172a;
}

@media (max-width: 980px) {
  body:not([data-page="admin"]) .auth-grid,
  body:not([data-page="admin"]) .checkout-grid,
  body:not([data-page="admin"]) .account-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not([data-page="admin"]) .auth-panel,
  body:not([data-page="admin"]) .checkout-grid > .checkout-panel + .checkout-panel,
  body:not([data-page="admin"]) .orders-panel {
    padding-left: 0;
    border-left: 0;
  }

  body:not([data-page="admin"]) .profile-panel .sticky {
    position: relative;
    top: auto;
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .order-card-body,
  body:not([data-page="admin"]) .summary-product,
  body:not([data-page="admin"]) .checkout-total {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not([data-page="admin"]) .order-card-head {
    display: grid;
    gap: 12px;
  }

  body:not([data-page="admin"]) .stat-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not([data-page="admin"]) .stat-card.compact:nth-child(2n) {
    border-right: 0 !important;
  }
}

/* 2026-05-14: calm professional polish */
body:not([data-page="admin"]) {
  --calm-bg: #f5f7fb;
  --calm-surface: #ffffff;
  --calm-text: #132238;
  --calm-muted: #66758a;
  --calm-faint: #94a3b8;
  --calm-line: rgba(19, 34, 56, 0.1);
  --calm-soft-line: rgba(19, 34, 56, 0.07);
  --calm-blue: #2563eb;
  --calm-blue-dark: #174fc6;
  --calm-red: #e65353;
  --calm-shadow: 0 14px 36px rgba(19, 34, 56, 0.08);
  color: var(--calm-text);
  background:
    linear-gradient(180deg, #f8fbff 0%, var(--calm-bg) 34%, #ffffff 100%) !important;
}

body:not([data-page="admin"])::before {
  display: none !important;
}

body:not([data-page="admin"]) .container {
  width: min(1120px, calc(100% - 36px));
}

body:not([data-page="admin"]) .site-frame {
  padding-bottom: 0;
}

body:not([data-page="admin"]) .site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid var(--calm-line) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

body:not([data-page="admin"]) .nav-row {
  min-height: 66px !important;
}

body:not([data-page="admin"]) .brand {
  gap: 10px;
}

body:not([data-page="admin"]) .brand-mark-img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body:not([data-page="admin"]) .brand-title {
  color: var(--calm-text) !important;
  font-size: 1rem !important;
  line-height: 1.1;
}

body:not([data-page="admin"]) .brand-subtitle {
  color: var(--calm-faint) !important;
  font-size: 0.72rem !important;
}

body:not([data-page="admin"]) .site-header .brand-origin {
  display: none !important;
}

body:not([data-page="admin"]) .main-nav {
  gap: 2px !important;
}

body:not([data-page="admin"]) .main-nav a {
  padding: 8px 11px !important;
  color: #44546a !important;
  font-size: 0.9rem !important;
  font-weight: 650;
}

body:not([data-page="admin"]) .main-nav a:hover,
body:not([data-page="admin"]) .main-nav a.is-active,
body:not([data-page="admin"]) .main-nav a[aria-current="page"] {
  color: var(--calm-blue) !important;
  background: rgba(37, 99, 235, 0.08) !important;
}

body:not([data-page="admin"]) .header-actions {
  gap: 8px !important;
}

body:not([data-page="admin"]) .btn,
body:not([data-page="admin"]) .button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.94rem;
  box-shadow: none !important;
}

body:not([data-page="admin"]) .btn-primary,
body:not([data-page="admin"]) .button-primary {
  border-color: var(--calm-blue) !important;
  color: #ffffff !important;
  background: var(--calm-blue) !important;
}

body:not([data-page="admin"]) .btn-primary:hover,
body:not([data-page="admin"]) .button-primary:hover {
  background: var(--calm-blue-dark) !important;
  transform: translateY(-1px);
}

body:not([data-page="admin"]) .btn-secondary,
body:not([data-page="admin"]) .button-secondary,
body:not([data-page="admin"]) .btn-light,
body:not([data-page="admin"]) .button-ghost {
  border-color: var(--calm-line) !important;
  color: var(--calm-text) !important;
  background: #ffffff !important;
}

body:not([data-page="admin"]) .menu-toggle {
  color: var(--calm-text) !important;
  border-color: var(--calm-line) !important;
  background: #ffffff !important;
}

body:not([data-page="admin"]) .mobile-menu {
  background: transparent !important;
}

body:not([data-page="admin"]) .mobile-nav {
  border: 1px solid var(--calm-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--calm-shadow);
}

body:not([data-page="admin"]) .mobile-nav a {
  color: var(--calm-text) !important;
}

body:not([data-page="admin"]) .page-hero,
body:not([data-page="admin"]) .section,
body[data-page="home"] .hero-home-ref,
body[data-page="home"] .home-showcase-section {
  background: transparent !important;
}

body:not([data-page="admin"]) .page-hero {
  padding: 42px 0 24px !important;
  border-bottom: 1px solid var(--calm-soft-line);
}

body:not([data-page="admin"]) .section {
  padding: 54px 0 !important;
}

body:not([data-page="admin"]) .section-tight {
  padding-top: 26px !important;
}

body:not([data-page="admin"]) .eyebrow,
body:not([data-page="admin"]) .eyebrow.light {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--calm-blue) !important;
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: 0.13em !important;
}

body:not([data-page="admin"]) h1,
body:not([data-page="admin"]) h2 {
  color: var(--calm-text) !important;
  letter-spacing: -0.035em !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

body:not([data-page="admin"]) .page-hero-card h1,
body:not([data-page="admin"]) .section-heading h2 {
  font-size: clamp(1.75rem, 3.3vw, 2.8rem) !important;
  line-height: 1.12 !important;
}

body:not([data-page="admin"]) .page-hero-card p,
body:not([data-page="admin"]) .section-heading p,
body:not([data-page="admin"]) .hero-copy p,
body:not([data-page="admin"]) .feature-panel p,
body:not([data-page="admin"]) .product-clean-summary p,
body:not([data-page="admin"]) .product-clean-section-head p {
  max-width: 760px;
  color: var(--calm-muted) !important;
  font-size: 1rem;
  line-height: 1.85;
}

body[data-page="home"] .hero-home-ref {
  padding: 56px 0 50px !important;
}

body[data-page="home"] .ref-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr) !important;
  gap: clamp(28px, 5vw, 54px) !important;
  align-items: center;
}

body[data-page="home"] .ref-hero-copy,
body[data-page="home"] .ref-hero-panel,
body:not([data-page="admin"]) .page-hero-card,
body:not([data-page="admin"]) .feature-panel,
body:not([data-page="admin"]) .contact-card,
body:not([data-page="admin"]) .detail-card,
body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .empty-panel,
body:not([data-page="admin"]) .topic-hero-card,
body:not([data-page="admin"]) .topic-section-card,
body:not([data-page="admin"]) .topic-page-card {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="home"] .ref-hero-copy {
  padding: 0 !important;
}

body[data-page="home"] .ref-hero-panel {
  padding: 28px 0 28px 34px !important;
  border-left: 1px solid var(--calm-line) !important;
}

body[data-page="home"] .hero-home-ref .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.3rem, 4.2vw, 4.15rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.05em !important;
}

body[data-page="home"] .hero-actions,
body[data-page="home"] .ref-product-actions,
body[data-page="product"] .product-clean-actions {
  gap: 10px !important;
}

body[data-page="home"] .inline-search,
body[data-page="products"] .catalog-search-line {
  border: 1px solid var(--calm-line) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body[data-page="home"] .inline-search {
  max-width: 680px;
}

body[data-page="home"] .ref-hero-points,
body[data-page="home"] .ref-metric-grid {
  gap: 0 !important;
  border-top: 1px solid var(--calm-soft-line) !important;
}

body[data-page="home"] .ref-hero-point,
body[data-page="home"] .ref-metric-card,
body[data-page="home"] .ref-service-card,
body[data-page="home"] .ref-category-card,
body[data-page="home"] .ref-info-panel,
body[data-page="home"] .about-preview-card {
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--calm-soft-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fullview-carousel {
  gap: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fullview-carousel-stage {
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 16 / 8.2;
  border: 1px solid var(--calm-line) !important;
  border-radius: 18px !important;
  background: #0f172a !important;
  box-shadow: none !important;
}

.fullview-carousel-slide img {
  object-fit: cover !important;
}

.fullview-carousel-nav {
  justify-content: flex-start !important;
}

body[data-page="products"] .page-hero {
  padding: 30px 0 14px !important;
}

body[data-page="products"] .page-hero-card {
  padding: 0 !important;
}

body[data-page="products"] .page-hero-card h1 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem) !important;
}

body[data-page="products"] .page-hero-card p {
  max-width: 820px;
  margin-top: 12px;
}

body[data-page="products"] .catalog-layout,
body[data-page="products"] .catalog-layout-flat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
}

body[data-page="products"] .catalog-filter-board {
  display: grid;
  gap: 14px !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--calm-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"] .catalog-filter-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

body[data-page="products"] .catalog-filter-head h2 {
  margin: 6px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem) !important;
  line-height: 1.25 !important;
}

body[data-page="products"] #catalog-filter-summary {
  max-width: 360px;
  margin: 0;
  color: var(--calm-muted) !important;
  font-size: 0.94rem;
  text-align: right;
}

body[data-page="products"] .catalog-search-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px !important;
}

body[data-page="products"] .catalog-search-line .field-shell {
  display: grid;
  gap: 5px;
}

body[data-page="products"] .catalog-search-line .field-shell span {
  display: none;
}

body[data-page="products"] .catalog-search-line input {
  min-height: 42px;
  padding: 0 14px !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
}

body[data-page="products"] .catalog-filter-group {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  align-items: center;
  gap: 10px;
  padding: 6px 0 !important;
  border: 0 !important;
}

body[data-page="products"] .filter-label {
  justify-content: flex-start !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--calm-muted) !important;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em !important;
}

body[data-page="products"] .chip-cloud,
body[data-page="products"] .root-chip-row,
body[data-page="products"] .sub-chip-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}

body[data-page="products"] .chip-cloud::-webkit-scrollbar,
body[data-page="products"] .root-chip-row::-webkit-scrollbar,
body[data-page="products"] .sub-chip-row::-webkit-scrollbar {
  display: none;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip,
body[data-page="products"] .catalog-filter-board .chip.sub-chip {
  flex: 0 0 auto;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid var(--calm-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #3f4f64 !important;
  font-size: 0.9rem;
  box-shadow: none !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active,
body[data-page="products"] .catalog-filter-board .chip.sub-chip.is-active {
  border-color: var(--calm-blue) !important;
  background: var(--calm-blue) !important;
  color: #ffffff !important;
}

body[data-page="products"] .catalog-topbar {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 8px 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--calm-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"] .catalog-topbar h2 {
  margin: 6px 0 0;
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
}

body[data-page="products"] #catalog-summary {
  max-width: 480px;
  margin: 0;
  color: var(--calm-muted) !important;
  font-size: 0.94rem;
  line-height: 1.65;
  text-align: right;
}

body[data-page="products"] .catalog-intent-card {
  display: none !important;
}

body:not([data-page="admin"]) .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body:not([data-page="admin"]) .product-card,
body[data-page="home"] .ref-product-card {
  overflow: hidden;
  border: 1px solid var(--calm-line) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(19, 34, 56, 0.07) !important;
}

body:not([data-page="admin"]) .product-card:hover,
body[data-page="home"] .ref-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.22) !important;
  box-shadow: 0 16px 34px rgba(19, 34, 56, 0.11) !important;
}

body:not([data-page="admin"]) .product-card-media {
  padding: 0 !important;
  background: #eef3f9 !important;
}

body:not([data-page="admin"]) .product-card-media img {
  width: 100%;
  aspect-ratio: 1.18 / 1 !important;
  border-radius: 0 !important;
  object-fit: contain;
  background: #eef3f9;
}

body:not([data-page="admin"]) .product-chip,
body:not([data-page="admin"]) .discount-chip {
  top: 10px;
  left: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78) !important;
  color: #ffffff !important;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

body:not([data-page="admin"]) .discount-chip {
  right: 10px;
  bottom: 10px;
  left: auto;
  top: auto;
  background: rgba(230, 83, 83, 0.9) !important;
}

body:not([data-page="admin"]) .product-card-body {
  gap: 9px !important;
  padding: 12px 14px 14px !important;
}

body:not([data-page="admin"]) .product-topline {
  color: var(--calm-faint) !important;
  font-size: 0.76rem !important;
}

body:not([data-page="admin"]) .product-card-title {
  min-height: 2.6em;
  color: var(--calm-text) !important;
  font-size: 1.06rem !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body:not([data-page="admin"]) .product-card-copy {
  color: var(--calm-muted) !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body[data-page="products"] .product-card-copy,
body[data-page="products"] .card-actions {
  display: none !important;
}

body:not([data-page="admin"]) .price-row {
  align-items: baseline !important;
  justify-content: space-between;
}

body:not([data-page="admin"]) .price-row strong {
  color: var(--calm-red) !important;
  font-size: 1.45rem !important;
  line-height: 1;
}

body:not([data-page="admin"]) .price-row span {
  color: var(--calm-faint) !important;
  font-size: 0.86rem;
}

body[data-page="product"] .product-clean-page {
  padding-top: 28px !important;
}

body[data-page="product"] .product-clean-container {
  gap: 26px !important;
}

body[data-page="product"] .tb-breadcrumbs {
  color: var(--calm-muted);
  font-size: 0.96rem;
}

body[data-page="product"] .product-clean-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(26px, 4vw, 48px) !important;
  align-items: start !important;
  padding-bottom: 34px !important;
  border-bottom: 1px solid var(--calm-line) !important;
}

body[data-page="product"] .product-clean-media {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="product"] .product-clean-media img {
  width: 100%;
  border: 1px solid var(--calm-line) !important;
  border-radius: 18px !important;
  background: #eef3f9 !important;
}

body[data-page="product"] .product-clean-summary {
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="product"] .product-clean-summary h1 {
  margin: 2px 0 0;
  font-size: clamp(2rem, 3.3vw, 3rem) !important;
  line-height: 1.08 !important;
}

body[data-page="product"] .product-clean-tags,
body[data-page="product"] .product-clean-chipline {
  gap: 8px !important;
}

body[data-page="product"] .product-clean-tags span,
body[data-page="product"] .product-clean-chipline span {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--calm-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #405066 !important;
}

body[data-page="product"] .product-clean-price {
  padding: 16px 0 !important;
  border-top: 1px solid var(--calm-line) !important;
  border-bottom: 1px solid var(--calm-line) !important;
}

body[data-page="product"] .product-clean-price strong {
  color: var(--calm-red) !important;
  font-size: clamp(2.35rem, 5vw, 4rem) !important;
}

body[data-page="product"] .product-clean-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border: 1px solid var(--calm-line) !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: #ffffff;
}

body[data-page="product"] .product-clean-meta div {
  padding: 14px 16px !important;
  border: 0 !important;
  border-right: 1px solid var(--calm-line) !important;
  background: transparent !important;
}

body[data-page="product"] .product-clean-meta div:last-child {
  border-right: 0 !important;
}

body[data-page="product"] .product-clean-section {
  padding: 34px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--calm-soft-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="product"] .product-clean-info-grid,
body[data-page="product"] .product-clean-two-col {
  gap: 24px !important;
}

body[data-page="product"] .product-clean-info-grid article,
body[data-page="product"] .product-clean-steps span,
body[data-page="product"] .faq-item,
body:not([data-page="admin"]) .timeline-item,
body:not([data-page="admin"]) .text-list span,
body:not([data-page="admin"]) .detail-kv-grid span {
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--calm-soft-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not([data-page="admin"]) .case-card,
body[data-page="home"] .ref-case-card {
  padding: 18px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--calm-soft-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not([data-page="admin"]) .case-card-media,
body[data-page="home"] .ref-case-cover {
  border-radius: 14px !important;
  background: #eef3f9 !important;
}

body:not([data-page="admin"]) .auth-grid,
body:not([data-page="admin"]) .checkout-grid,
body:not([data-page="admin"]) .account-grid {
  gap: clamp(28px, 5vw, 56px) !important;
}

body:not([data-page="admin"]) .auth-showcase,
body:not([data-page="admin"]) .auth-panel,
body:not([data-page="admin"]) .checkout-panel,
body:not([data-page="admin"]) .profile-panel .feature-panel {
  padding-top: 18px !important;
  border-top: 1px solid var(--calm-line) !important;
}

body:not([data-page="admin"]) input,
body:not([data-page="admin"]) textarea,
body:not([data-page="admin"]) select {
  min-height: 44px;
  border-color: var(--calm-line) !important;
  border-radius: 12px !important;
  color: var(--calm-text) !important;
  background: #ffffff !important;
}

body:not([data-page="admin"]) input:focus,
body:not([data-page="admin"]) textarea:focus,
body:not([data-page="admin"]) select:focus {
  border-color: rgba(37, 99, 235, 0.42) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1) !important;
}

body:not([data-page="admin"]) .site-footer {
  margin-top: 32px;
  background: #0f172a !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body:not([data-page="admin"]) .site-footer .footer-grid {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1080px) {
  body:not([data-page="admin"]) .main-nav {
    display: none !important;
  }

  body:not([data-page="admin"]) .menu-toggle {
    display: grid !important;
  }

  body[data-page="home"] .ref-hero-grid,
  body[data-page="product"] .product-clean-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-page="home"] .ref-hero-panel {
    padding: 24px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--calm-line) !important;
  }
}

@media (max-width: 780px) {
  body:not([data-page="admin"]) .container,
  body:not([data-page="admin"]) .container.page-hero-card,
  body:not([data-page="admin"]) .container.catalog-layout,
  body:not([data-page="admin"]) .container.product-clean-container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  body:not([data-page="admin"]) .nav-row {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    min-height: 62px !important;
  }

  body:not([data-page="admin"]) .brand-mark-img {
    width: 36px !important;
    height: 36px !important;
  }

  body:not([data-page="admin"]) .brand-subtitle {
    display: none !important;
  }

  body:not([data-page="admin"]) .page-hero {
    padding: 24px 0 16px !important;
  }

  body:not([data-page="admin"]) .section,
  body[data-page="home"] .hero-home-ref {
    padding: 34px 0 !important;
  }

  body:not([data-page="admin"]) .page-hero-card h1,
  body:not([data-page="admin"]) .section-heading h2 {
    font-size: clamp(1.45rem, 6vw, 2rem) !important;
    line-height: 1.16 !important;
  }

  body:not([data-page="admin"]) .page-hero-card p,
  body:not([data-page="admin"]) .section-heading p,
  body:not([data-page="admin"]) .hero-copy p {
    font-size: 0.96rem !important;
    line-height: 1.75 !important;
  }

  body[data-page="home"] .hero-home-ref .hero-copy h1 {
    font-size: clamp(1.8rem, 8vw, 2.35rem) !important;
    line-height: 1.12 !important;
  }

  body[data-page="home"] .hero-actions,
  body[data-page="home"] .inline-search,
  body[data-page="products"] .catalog-search-line,
  body[data-page="product"] .product-clean-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-page="products"] .catalog-filter-head,
  body[data-page="products"] .catalog-topbar {
    display: grid !important;
    align-items: start !important;
    gap: 8px !important;
  }

  body[data-page="products"] .page-hero {
    padding: 18px 0 10px !important;
  }

  body[data-page="products"] .page-hero-card h1 {
    font-size: clamp(1.45rem, 6vw, 1.9rem) !important;
  }

  body[data-page="products"] .page-hero-card p {
    display: none !important;
  }

  body[data-page="products"] .catalog-filter-board {
    gap: 8px !important;
    padding: 12px 0 !important;
  }

  body[data-page="products"] .catalog-filter-head h2 {
    margin-top: 2px;
    font-size: 1.08rem !important;
    line-height: 1.35 !important;
  }

  body[data-page="products"] #catalog-filter-summary,
  body[data-page="products"] #catalog-summary {
    display: none !important;
  }

  body[data-page="products"] .catalog-search-line {
    gap: 8px !important;
    padding: 8px !important;
  }

  body[data-page="products"] .catalog-filter-group {
    padding: 2px 0 !important;
  }

  body[data-page="products"] .catalog-topbar {
    padding: 4px 0 12px !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: 1.35rem !important;
  }

  body[data-page="products"] #catalog-filter-summary,
  body[data-page="products"] #catalog-summary {
    max-width: none;
    text-align: left;
  }

  body[data-page="products"] .catalog-filter-group {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body:not([data-page="admin"]) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body:not([data-page="admin"]) .product-card {
    border-radius: 14px !important;
  }

  body:not([data-page="admin"]) .product-card-body {
    padding: 10px 10px 12px !important;
  }

  body:not([data-page="admin"]) .product-topline {
    display: none !important;
  }

  body:not([data-page="admin"]) .product-card-title {
    min-height: 2.5em;
    font-size: 0.96rem !important;
  }

  body:not([data-page="admin"]) .price-row strong {
    font-size: 1.2rem !important;
  }

  body:not([data-page="admin"]) .price-row span {
    font-size: 0.76rem !important;
  }

  body[data-page="product"] .product-clean-summary h1 {
    font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
  }

  body[data-page="product"] .product-clean-price strong {
    font-size: clamp(2.1rem, 11vw, 3.2rem) !important;
  }

  body[data-page="product"] .product-clean-meta {
    grid-template-columns: minmax(0, 1fr) !important;
    border-radius: 14px !important;
  }

  body[data-page="product"] .product-clean-meta div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--calm-line) !important;
  }

  body[data-page="product"] .product-clean-meta div:last-child {
    border-bottom: 0 !important;
  }

  .fullview-carousel-stage {
    aspect-ratio: 16 / 10.5;
  }
}

/* 2026-05-14: new conversion website and article system */
body:not([data-page="admin"]) {
  background:
    radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f8 44%, #f8fafc 100%);
}

body[data-page="home"] .site-frame,
body[data-page="articles"] .site-frame,
body[data-page="article"] .site-frame {
  background: transparent;
}

.new-hero {
  padding: clamp(76px, 8vw, 118px) 0 clamp(54px, 7vw, 94px);
  position: relative;
  overflow: hidden;
}

.new-hero::before {
  content: "";
  position: absolute;
  inset: 18px clamp(16px, 4vw, 64px) auto;
  height: min(68vw, 640px);
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(232,240,248,0.72)),
    radial-gradient(circle at 82% 18%, rgba(34,197,94,0.16), transparent 34%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.08);
  z-index: -1;
}

.new-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.new-hero-copy h1,
.article-hero h1,
.article-detail-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  color: #0f172a;
}

.new-hero-copy p,
.article-hero p,
.article-detail-hero p {
  max-width: 760px;
  color: #64748b;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.9;
}

.new-hero-actions,
.new-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.new-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 28px;
  max-width: 720px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 20px 48px rgba(15,23,42,0.08);
}

.new-search input {
  border: 0;
  outline: 0;
  background: transparent;
  min-width: 0;
  padding: 0 14px;
  color: #0f172a;
}

.new-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.new-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: #64748b;
  font-size: 13px;
}

.new-proof-row strong {
  color: #0f172a;
}

.new-device-board {
  border-radius: 34px;
  padding: 14px;
  background: #0f172a;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.22);
  transform: rotate(1.4deg);
}

.new-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px 14px;
  color: #94a3b8;
  font-size: 12px;
}

.new-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #38bdf8;
}

.new-browser-bar span:nth-child(2) {
  background: #f59e0b;
}

.new-browser-bar span:nth-child(3) {
  background: #22c55e;
}

.new-browser-bar strong {
  margin-left: auto;
  font-weight: 600;
}

.new-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
}

.new-showcase-main,
.new-showcase-mini {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #eaf2f8;
}

.new-showcase-main {
  grid-row: span 2;
  min-height: 420px;
}

.new-showcase-mini {
  min-height: 204px;
}

.new-showcase-main img,
.new-showcase-mini img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.new-device-caption {
  margin-top: 12px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  color: #e2e8f0;
}

.new-device-caption span,
.new-device-caption strong {
  display: block;
}

.new-device-caption span {
  color: #94a3b8;
  font-size: 12px;
}

.new-device-caption strong {
  margin-top: 4px;
  font-size: 16px;
}

.new-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.new-muted {
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(226,232,240,0.34));
  border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.new-section-head {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.new-section-head.is-left {
  margin: 0;
  text-align: left;
}

.new-section-head h2 {
  margin: 12px 0;
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #0f172a;
}

.new-section-head p {
  color: #64748b;
  line-height: 1.9;
  font-size: 16px;
}

.new-service-lines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(15,23,42,0.1);
  border-bottom: 1px solid rgba(15,23,42,0.1);
}

.new-service-lines article {
  padding: 28px 24px;
  border-right: 1px solid rgba(15,23,42,0.1);
}

.new-service-lines article:last-child {
  border-right: 0;
}

.new-service-lines span,
.new-process-list span {
  color: #2563eb;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.new-service-lines h3 {
  margin: 16px 0 10px;
  color: #0f172a;
  font-size: 22px;
}

.new-service-lines p,
.new-process-list p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.new-split,
.new-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.new-category-rail,
.new-process-list {
  display: grid;
  gap: 12px;
}

.new-category-line {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(15,23,42,0.1);
  color: inherit;
  text-decoration: none;
}

.new-category-line span {
  color: #0f172a;
  font-weight: 800;
}

.new-category-line strong {
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
}

.new-home-products {
  margin-top: 28px;
}

.new-process-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(15,23,42,0.1);
}

.new-process-list strong {
  color: #0f172a;
  font-size: 18px;
}

.new-article-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.new-article-card a,
.article-card a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(15,23,42,0.08);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 54px rgba(15,23,42,0.06);
}

.new-article-card span,
.article-card-top span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
}

.new-article-card h3,
.article-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.35;
}

.new-article-card p,
.article-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.new-article-card small {
  margin-top: auto;
  color: #94a3b8;
}

.new-center-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.new-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 34px;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: 0 30px 84px rgba(15,23,42,0.18);
}

.new-cta h2 {
  margin: 10px 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.new-cta p {
  margin: 0;
  color: #94a3b8;
  line-height: 1.8;
}

.article-hero,
.article-detail-hero {
  padding: clamp(72px, 8vw, 112px) 0 clamp(42px, 6vw, 72px);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: end;
}

.article-hero-panel {
  padding: 28px;
  border-radius: 26px;
  background: #0f172a;
  color: #e2e8f0;
}

.article-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 56px;
  line-height: 1;
}

.article-hero-panel span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

.article-hero-panel p {
  margin: 14px 0 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.7;
}

.article-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.article-filter button {
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.74);
  color: #64748b;
  font-weight: 700;
}

.article-filter button.is-active {
  background: #0f172a;
  color: #fff;
}

.article-card-top,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #94a3b8;
  font-size: 13px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.article-tags em,
.article-meta span {
  border-radius: 999px;
  padding: 6px 10px;
  background: #edf4ff;
  color: #2563eb;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.article-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 800;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) 320px;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.article-content {
  padding: clamp(26px, 4vw, 46px);
  border-radius: 30px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 20px 60px rgba(15,23,42,0.06);
}

.article-content p {
  margin: 0 0 22px;
  color: #334155;
  font-size: 18px;
  line-height: 2;
}

.article-content blockquote {
  margin: 34px 0 0;
  padding: 22px;
  border-left: 4px solid #2563eb;
  border-radius: 18px;
  background: #edf4ff;
  color: #1e3a8a;
  line-height: 1.8;
}

.article-side {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(15,23,42,0.08);
}

.article-side h2 {
  margin: 0 0 8px;
  color: #0f172a;
}

.article-side a:not(.button) {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15,23,42,0.08);
  color: inherit;
  text-decoration: none;
}

.article-side span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
}

.article-side strong {
  color: #0f172a;
  line-height: 1.45;
}

.article-admin-split {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.article-editor-panel {
  position: sticky;
  top: 84px;
  align-self: start;
}

@media (max-width: 980px) {
  .new-hero-grid,
  .new-split,
  .new-process,
  .article-hero-grid,
  .article-detail-layout {
    grid-template-columns: 1fr;
  }

  .new-service-lines,
  .new-article-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-service-lines article:nth-child(2) {
    border-right: 0;
  }

  .new-device-board {
    transform: none;
  }

  .article-side {
    position: static;
  }
}

@media (max-width: 680px) {
  .new-hero {
    padding-top: 54px;
  }

  .new-hero::before {
    inset: 10px 10px auto;
    height: 780px;
    border-radius: 28px;
  }

  .new-search,
  .new-cta,
  .new-category-line,
  .new-process-list article {
    grid-template-columns: 1fr;
  }

  .new-search .button,
  .new-cta-actions .button {
    width: 100%;
  }

  .new-service-lines,
  .new-article-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .new-service-lines article {
    border-right: 0;
    border-bottom: 1px solid rgba(15,23,42,0.1);
  }

  .new-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .new-showcase-main {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .new-showcase-mini {
    min-height: 150px;
  }

  .new-hero-copy h1,
  .article-hero h1,
  .article-detail-hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .article-content p {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2026-05-14: mobile overflow guard for new site */
body[data-page="home"],
body[data-page="articles"],
body[data-page="article"] {
  overflow-x: hidden;
}

body[data-page="home"] .new-hero-copy,
body[data-page="articles"] .article-hero,
body[data-page="article"] .article-detail-hero {
  min-width: 0;
}

body[data-page="home"] .new-hero .container,
body[data-page="articles"] .article-hero .container,
body[data-page="article"] .article-detail-hero .container {
  width: min(1180px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
}

body[data-page="home"] .new-hero-grid {
  min-width: 0;
}

body[data-page="home"] .new-hero-copy h1 span {
  display: block;
}

body[data-page="article"] .article-detail-hero h1 span {
  display: block;
}

body[data-page="article"] .article-detail-section .container {
  width: min(1180px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
}

body[data-page="home"] .new-hero-copy h1,
body[data-page="articles"] .article-hero h1,
body[data-page="article"] .article-detail-hero h1,
body[data-page="home"] .new-section-head h2,
body[data-page="articles"] .article-card h2,
body[data-page="article"] .article-content p {
  max-width: 100%;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

  body[data-page="home"] .new-hero-copy p,
  body[data-page="articles"] .article-hero p,
  body[data-page="article"] .article-detail-hero p,
  body[data-page="home"] .new-section-head p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

@media (max-width: 680px) {
  body[data-page="home"] .new-hero-copy h1,
  body[data-page="articles"] .article-hero h1,
  body[data-page="article"] .article-detail-hero h1 {
    font-size: clamp(1.85rem, 8.6vw, 2.2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="article"] .article-detail-hero h1 {
    font-size: clamp(1.55rem, 7vw, 1.8rem) !important;
    line-height: 1.18 !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }

  body[data-page="article"] .article-content {
    padding: 20px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  body[data-page="article"] .article-content p {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: normal !important;
    font-size: 0.92rem !important;
    line-height: 1.9 !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
    line-break: anywhere;
  }

  body[data-page="home"] .new-hero {
    padding-top: 30px !important;
  }

  body[data-page="home"] .new-hero-copy p,
  body[data-page="articles"] .article-hero p,
  body[data-page="article"] .article-detail-hero p {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    word-break: break-all !important;
    line-break: anywhere;
  }

  body[data-page="home"] .new-hero-grid {
    gap: 20px !important;
  }

  body[data-page="home"] .new-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .new-hero-actions .button,
  body[data-page="home"] .new-search .button {
    width: 100%;
    min-width: 0;
  }
}

/* 2026-05-15: final mobile product-first homepage overrides */
@media (max-width: 680px) {
  body:not([data-page="admin"]) .nav-row {
    width: min(calc(100vw - 28px), 390px) !important;
    max-width: min(calc(100vw - 28px), 390px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:not([data-page="admin"]) .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
  }

  body[data-page="home"] .home-storefront {
    padding: 18px 0 28px !important;
  }

  body[data-page="home"] .home-storefront .container {
    width: min(calc(100vw - 32px), 390px) !important;
    max-width: min(calc(100vw - 32px), 390px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .home-store-head {
    display: block !important;
  }

  body[data-page="home"] .home-store-head h1 {
    margin: 6px 0 !important;
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"] .home-store-head p {
    display: block !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  body[data-page="home"] .home-store-head > .button {
    display: none !important;
  }

  body[data-page="home"] .home-store-search {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 76px !important;
    gap: 6px !important;
    margin: 12px 0 10px !important;
    padding: 6px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-store-search input {
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    border: 0 !important;
    background: transparent !important;
  }

  body[data-page="home"] .home-store-search .button {
    width: auto !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 0 12px !important;
  }

  body[data-page="home"] .home-store-pills {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 2px 0 10px !important;
    margin-right: -16px !important;
    scrollbar-width: none;
  }

  body[data-page="home"] .home-store-pills::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .home-store-pill {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    font-size: 0.86rem !important;
    text-decoration: none !important;
  }

  body[data-page="home"] .home-store-products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .home-store-products .product-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    border-color: rgba(15, 23, 42, 0.06) !important;
  }

  body[data-page="home"] .home-store-products .product-card-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 0.82 !important;
    border-radius: 12px 12px 0 0 !important;
  }

  body[data-page="home"] .home-store-products .product-card-media img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .home-store-products .product-card-body {
    padding: 10px 10px 12px !important;
    gap: 6px !important;
  }

  body[data-page="home"] .home-store-products .product-card-title {
    min-height: 2.7em !important;
    font-size: 0.98rem !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }

  body[data-page="home"] .home-store-products .product-card-copy,
  body[data-page="home"] .home-store-products .product-topline,
  body[data-page="home"] .home-store-products .card-actions,
  body[data-page="home"] .home-store-products .discount-chip {
    display: none !important;
  }

  body[data-page="home"] .home-store-products .product-chip {
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px) !important;
    padding: 4px 8px !important;
    font-size: 0.72rem !important;
  }

  body[data-page="home"] .home-store-products .price-row {
    margin-top: 2px !important;
    align-items: baseline !important;
  }

  body[data-page="home"] .home-store-products .price-row strong {
    font-size: 1.12rem !important;
  }

  body[data-page="home"] .home-store-products .price-row span {
    font-size: 0.72rem !important;
  }

  body[data-page="home"] .home-store-more {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  body[data-page="home"] .home-store-more .button {
    width: 100% !important;
  }

  body[data-page="home"] .home-intro-hero,
  body[data-page="home"] .new-service-section,
  body[data-page="home"] .new-catalog-section,
  body[data-page="home"] .new-process-section,
  body[data-page="home"] .new-contact-section {
    display: none !important;
  }

  body[data-page="home"] .new-articles-section,
  body[data-page="home"] .new-cta-section {
    padding: 30px 0 !important;
  }
}
/* 2026-05-15: final overrides for the simplified mall homepage */
body[data-page="home"] .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 120 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

body[data-page="home"] .mall-header-row {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) 108px !important;
  align-items: center !important;
  min-height: 72px !important;
}

body[data-page="home"] .mall-header-icon.menu-toggle {
  display: inline-flex !important;
}

body[data-page="home"] .mall-home {
  padding: 14px 0 56px !important;
  background: linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%) !important;
}

body[data-page="home"] .home-auto-carousel {
  border-radius: 28px !important;
  background: #0b1522 !important;
  box-shadow: 0 20px 48px rgba(31, 65, 116, 0.16) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  aspect-ratio: 16 / 7 !important;
  min-height: 0 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  object-fit: cover !important;
}

body[data-page="home"] .home-store-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body[data-page="home"] .home-store-products .product-card-copy,
body[data-page="home"] .home-store-products .product-topline,
body[data-page="home"] .home-store-products .card-actions {
  display: none !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .container,
  body[data-page="home"] .site-footer .container {
    width: min(100%, calc(100vw - 18px)) !important;
    max-width: calc(100vw - 18px) !important;
  }

  body[data-page="home"] .mall-header-row {
    grid-template-columns: 48px minmax(0, 1fr) 96px !important;
    min-height: 64px !important;
  }

  body[data-page="home"] .home-auto-carousel {
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 16 / 8.7 !important;
    min-height: 188px !important;
  }

  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}
/* 2026-05-15: EOF header icon visibility override */
body[data-page="home"] .mall-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body[data-page="home"] .mall-header-actions .mall-header-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  color: #111827 !important;
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body[data-page="home"] .mall-header-actions .mall-header-icon svg {
  display: block !important;
  width: 27px !important;
  height: 27px !important;
  fill: currentColor !important;
}
body[data-page="home"] .mall-icon-char {
  display: block !important;
  color: #111827 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}
body[data-page="home"] .mall-header-row {
  position: relative !important;
  display: block !important;
}

body[data-page="home"] .mall-header-brand {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

body[data-page="home"] .mall-header-icon.menu-toggle {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body[data-page="home"] .mall-header-actions {
  position: fixed !important;
  right: 14px !important;
  top: 15px !important;
  transform: none !important;
  width: 94px !important;
  height: 42px !important;
}
body[data-page="home"] .mall-home {
  padding: 14px 0 56px !important;
  background: linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%) !important;
}

body[data-page="home"] .home-auto-carousel {
  border-radius: 28px !important;
  background: #0b1522 !important;
  box-shadow: 0 20px 48px rgba(31, 65, 116, 0.16) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  aspect-ratio: 16 / 7 !important;
  min-height: 0 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  object-fit: cover !important;
}

body[data-page="home"] .home-store-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

@media (max-width: 680px) {
  body[data-page="home"] .home-auto-carousel {
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 16 / 8.7 !important;
    min-height: 188px !important;
  }

  body[data-page="home"] .home-store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* 2026-05-15: mall homepage header final fit pass */
body[data-page="home"] .site-header .mall-header-row {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) 96px !important;
  align-items: center !important;
  min-height: 64px !important;
}

body[data-page="home"] .site-header .mall-header-brand {
  position: static !important;
  justify-self: center !important;
  max-width: 150px !important;
  transform: none !important;
}

body[data-page="home"] .site-header .mall-header-icon.menu-toggle {
  position: static !important;
  justify-self: start !important;
  transform: none !important;
}

body[data-page="home"] .site-header .mall-header-actions {
  position: static !important;
  justify-self: end !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  transform: none !important;
  gap: 4px !important;
}

body[data-page="home"] .site-header .mall-header-actions .mall-header-icon {
  width: 40px !important;
  height: 40px !important;
  position: relative !important;
  z-index: 3 !important;
  color: #0f172a !important;
  background: #f1f6ff !important;
}

body[data-page="home"] .site-header .mall-header-actions .mall-header-icon svg {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  color: currentColor !important;
  fill: currentColor !important;
}

body[data-page="home"] .site-header .mall-header-actions .mall-header-icon svg path {
  fill: currentColor !important;
}

@media (max-width: 420px) {
  body[data-page="home"] .site-header .mall-header-row {
    grid-template-columns: 46px minmax(0, 1fr) 88px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand {
    max-width: 132px !important;
  }

  body[data-page="home"] .site-header .mall-header-actions .mall-header-icon {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .mall-flash-section .mall-section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 8px !important;
  }

  body[data-page="home"] .mall-flash-section .mall-section-more {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    color: #2563eb !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .mall-flash-section .mall-flash-title {
    min-width: 0 !important;
  }

  body[data-page="home"] .mall-flash-section .mall-flash-title span {
    overflow: hidden !important;
    max-width: 100% !important;
    font-size: 0.78rem !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
}

/* 2026-05-15: mobile homepage spacing polish after real-device review */
@media (max-width: 680px) {
  body[data-page="home"] {
    background: #f4f7fb !important;
  }

  body[data-page="home"] .site-header {
    min-height: 54px !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
    backdrop-filter: blur(12px) !important;
  }

  body[data-page="home"] .site-header .mall-header-row {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 86px !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 54px !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  body[data-page="home"] .site-header .mall-header-brand {
    justify-self: center !important;
    max-width: 148px !important;
    gap: 8px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand strong {
    max-width: 112px !important;
    font-size: 1.08rem !important;
    letter-spacing: 0.02em !important;
  }

  body[data-page="home"] .site-header .mall-header-icon.menu-toggle {
    width: 36px !important;
    height: 36px !important;
  }

  body[data-page="home"] .site-header .mall-header-icon.menu-toggle span {
    width: 23px !important;
    height: 2px !important;
  }

  body[data-page="home"] .site-header .mall-header-actions {
    position: static !important;
    justify-self: end !important;
    display: inline-flex !important;
    gap: 6px !important;
    width: auto !important;
    height: auto !important;
  }

  body[data-page="home"] .site-header .mall-header-actions .mall-header-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    color: #0f172a !important;
    background: #f2f6ff !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .site-header .mall-header-actions .mall-header-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  body[data-page="home"] .mall-home {
    padding: 10px 0 42px !important;
    background: #f4f7fb !important;
  }

  body[data-page="home"] .mall-home-container {
    width: min(100%, calc(100vw - 18px)) !important;
    max-width: calc(100vw - 18px) !important;
  }

  body[data-page="home"] .mall-hero-carousel {
    margin: 0 0 12px !important;
  }

  body[data-page="home"] .home-auto-carousel {
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 8 / 3 !important;
    min-height: 132px !important;
  }

  body[data-page="home"] .mall-category-card {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 6px !important;
    padding: 16px 10px 14px !important;
    margin: 0 0 18px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .mall-category-card a {
    gap: 7px !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .mall-category-card span {
    width: 50px !important;
    height: 50px !important;
    border-radius: 17px !important;
    font-size: 1.05rem !important;
    box-shadow: none !important;
    background: linear-gradient(145deg, #edf5ff, #dfeaff) !important;
  }

  body[data-page="home"] .mall-category-card strong {
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
    color: #475569 !important;
  }

  body[data-page="home"] .mall-flash-section,
  body[data-page="home"] .mall-featured-section {
    margin-top: 18px !important;
  }

  body[data-page="home"] .mall-section-head {
    padding: 0 2px !important;
  }

  body[data-page="home"] .mall-section-head strong {
    font-size: 1.18rem !important;
    letter-spacing: -0.02em !important;
  }

  body[data-page="home"] .mall-section-head span {
    margin-top: 8px !important;
    font-size: 0.82rem !important;
  }

  body[data-page="home"] .mall-section-more {
    padding: 5px 9px !important;
    border-radius: 999px !important;
    color: #2563eb !important;
    background: #eaf2ff !important;
    font-size: 0.78rem !important;
  }

  body[data-page="home"] .mall-flash-title em {
    min-height: 24px !important;
    padding: 0 7px !important;
    border-radius: 7px !important;
    font-size: 0.86rem !important;
  }

  body[data-page="home"] .mall-promo-row {
    grid-auto-columns: 118px !important;
    gap: 9px !important;
    margin-top: 12px !important;
    margin-right: -9px !important;
  }

  body[data-page="home"] .mall-promo-card {
    gap: 6px !important;
    padding: 8px !important;
    border-radius: 15px !important;
    background: #ffffff !important;
  }

  body[data-page="home"] .mall-promo-card img {
    aspect-ratio: 1 / 0.82 !important;
    border-radius: 12px !important;
  }

  body[data-page="home"] .mall-promo-card strong {
    min-height: 2.35em !important;
    font-size: 0.8rem !important;
    line-height: 1.18 !important;
  }

  body[data-page="home"] .mall-promo-card > span {
    font-size: 0.72rem !important;
  }

  body[data-page="home"] .mall-promo-price em {
    font-size: 0.94rem !important;
  }

  body[data-page="home"] .mall-promo-price del {
    font-size: 0.7rem !important;
  }

  body[data-page="home"] .mall-featured-section .mall-section-head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  body[data-page="home"] .mall-featured-section .mall-section-head span {
    display: none !important;
  }

  body[data-page="home"] .home-store-products {
    gap: 8px !important;
  }

  body[data-page="home"] .home-store-products .product-card {
    border-radius: 14px !important;
    background: #ffffff !important;
  }

  body[data-page="home"] .home-store-products .product-card-media {
    aspect-ratio: 1 / 0.78 !important;
  }

  body[data-page="home"] .home-store-products .product-card-body {
    padding: 9px 9px 10px !important;
  }

  body[data-page="home"] .home-store-products .product-card-title {
    min-height: 2.45em !important;
    font-size: 0.9rem !important;
  }

  body[data-page="home"] .home-store-products .price-row strong {
    font-size: 1rem !important;
  }
}

/* 2026-05-15: vivo-like no-card homepage layout */
body[data-page="home"] .vivo-flash-item,
body[data-page="home"] .vivo-feature-item {
  color: #0f172a;
  text-decoration: none;
}

body[data-page="home"] .vivo-flash-item img,
body[data-page="home"] .vivo-feature-item img {
  display: block;
  width: 100%;
  object-fit: contain;
}

body[data-page="home"] .vivo-flash-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: 0 0 8px 8px;
  color: #ffffff;
  background: #ef4444;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.4;
}

body[data-page="home"] .vivo-flash-item {
  position: relative;
  display: grid;
  align-content: start;
  min-width: 0;
  text-align: center;
}

body[data-page="home"] .vivo-flash-item strong,
body[data-page="home"] .vivo-feature-item strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #111827;
  font-weight: 800;
}

body[data-page="home"] .vivo-flash-item small,
body[data-page="home"] .vivo-feature-item span {
  overflow: hidden;
  color: #7b8794;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="home"] .vivo-price-line {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}

body[data-page="home"] .vivo-price-line em,
body[data-page="home"] .vivo-feature-item em {
  color: #ef4444;
  font-style: normal;
  font-weight: 900;
}

body[data-page="home"] .vivo-price-line del {
  color: #a8b0bd;
}

body[data-page="home"] .vivo-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #edf1f7;
}

body[data-page="home"] .vivo-feature-item {
  display: grid;
  align-content: start;
  min-width: 0;
  background: #ffffff;
}

body[data-page="home"] .vivo-feature-info {
  display: grid;
}

body[data-page="home"] .vivo-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  color: rgba(255, 255, 255, 0.92);
  background: #1f5594;
}

body[data-page="home"] .vivo-service-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 6px;
  white-space: nowrap;
}

body[data-page="home"] .vivo-service-strip i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 980px) {
  body[data-page="home"] .vivo-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .mall-home {
    padding: 0 0 42px !important;
    background: #f2f5f9 !important;
  }

  body[data-page="home"] .mall-home-container {
    width: 100% !important;
    max-width: 100vw !important;
  }

  body[data-page="home"] .mall-hero-carousel {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
  }

  body[data-page="home"] .vivo-service-strip {
    height: 38px;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    padding: 0 3px;
    font-size: 0.68rem;
  }

  body[data-page="home"] .vivo-service-strip i {
    width: 17px;
    height: 17px;
    font-size: 0.62rem;
  }

  body[data-page="home"] .vivo-service-strip span {
    gap: 3px;
    transform: scale(0.96);
  }

  body[data-page="home"] .home-auto-carousel {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 16 / 9.6 !important;
    min-height: 236px !important;
  }

  body[data-page="home"] .mall-category-card {
    width: 100% !important;
    max-width: 100vw !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 4px !important;
    margin: -18px 0 0 !important;
    padding: 26px 10px 20px !important;
    border-radius: 22px 22px 0 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 2 !important;
  }

  body[data-page="home"] .mall-category-card span {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    background: #edf4ff !important;
    box-shadow: none !important;
    font-size: 1rem !important;
  }

  body[data-page="home"] .mall-category-card strong {
    margin-top: 0 !important;
    font-size: 0.78rem !important;
    color: #4b5563 !important;
  }

  body[data-page="home"] .mall-flash-section,
  body[data-page="home"] .mall-featured-section {
    margin-top: 10px !important;
    padding: 0 !important;
    background: #ffffff !important;
  }

  body[data-page="home"] .mall-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 14px 12px 8px !important;
  }

  body[data-page="home"] .mall-section-head strong {
    font-size: 1.03rem !important;
    letter-spacing: 0 !important;
  }

  body[data-page="home"] .mall-section-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 0 0 8px !important;
    color: #64748b !important;
    font-size: 0.76rem !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .mall-flash-title {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .mall-flash-title em {
    min-height: 21px !important;
    padding: 0 6px !important;
    border-radius: 5px !important;
    font-size: 0.75rem !important;
  }

  body[data-page="home"] .mall-section-more {
    flex: 0 0 auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: #64748b !important;
    background: transparent !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
  }

  body[data-page="home"] .mall-promo-row {
    display: flex !important;
    gap: 0 !important;
    overflow-x: auto !important;
    padding: 4px 0 16px !important;
    margin: 0 !important;
    background: #ffffff !important;
    scrollbar-width: none !important;
  }

  body[data-page="home"] .mall-promo-row::-webkit-scrollbar {
    display: none !important;
  }

  body[data-page="home"] .vivo-flash-item {
    flex: 0 0 31.5vw;
    padding: 0 8px;
  }

  body[data-page="home"] .vivo-flash-item img {
    aspect-ratio: 1 / 0.9;
    margin-bottom: 8px;
    background: #ffffff;
  }

  body[data-page="home"] .vivo-flash-item strong {
    min-height: 2.2em;
    font-size: 0.82rem;
    line-height: 1.1;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .vivo-flash-item small {
    margin-top: 5px;
    font-size: 0.7rem;
  }

  body[data-page="home"] .vivo-price-line {
    margin-top: 5px;
  }

  body[data-page="home"] .vivo-price-line em {
    font-size: 0.94rem;
  }

  body[data-page="home"] .vivo-price-line del {
    font-size: 0.68rem;
  }

  body[data-page="home"] .vivo-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: #edf1f7 !important;
  }

  body[data-page="home"] .vivo-feature-item {
    min-height: 212px;
    padding: 10px 10px 12px;
  }

  body[data-page="home"] .vivo-feature-item img {
    aspect-ratio: 1 / 0.78;
    margin-bottom: 10px;
  }

  body[data-page="home"] .vivo-feature-info {
    gap: 4px;
  }

  body[data-page="home"] .vivo-feature-item strong {
    min-height: 2.25em;
    font-size: 0.88rem;
    line-height: 1.18;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .vivo-feature-item span {
    font-size: 0.72rem;
  }

  body[data-page="home"] .vivo-feature-item em {
    margin-top: 3px;
    font-size: 0.98rem;
  }
}

/* 2026-05-15: force homepage carousel to show the whole banner, even if stretched */
body[data-page="home"] .home-auto-carousel,
body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  border-radius: 0 !important;
  overflow: hidden !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide,
body[data-page="home"] .home-auto-carousel .fullview-carousel-slide.is-active {
  transform: none !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center center !important;
}

@media (max-width: 680px) {
  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 16 / 9.6 !important;
    min-height: 236px !important;
  }
}

/* 2026-05-15: responsive designed carousel assets, no stretching */
body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  aspect-ratio: 8 / 3 !important;
  min-height: 0 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #0b1522 !important;
}

@media (max-width: 680px) {
  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 75 / 62 !important;
    min-height: 0 !important;
  }
}

/* 2026-05-15: keep the redesigned PC/mobile banners fully visible */
body[data-page="home"] .mall-hero-carousel,
body[data-page="home"] .home-auto-carousel,
body[data-page="home"] .home-auto-carousel .fullview-carousel-stage,
body[data-page="home"] .home-auto-carousel .fullview-carousel-slide,
body[data-page="home"] .home-auto-carousel .fullview-carousel-slide picture {
  min-width: 0 !important;
  max-width: 100% !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  object-fit: contain !important;
}

@media (max-width: 680px) {
  html,
  body[data-page="home"] {
    overflow-x: hidden !important;
  }

  body[data-page="home"] .mall-hero-carousel,
  body[data-page="home"] .home-auto-carousel,
  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 75 / 62 !important;
    height: auto !important;
    min-height: 0 !important;
  }
}

/* 2026-05-15: brand color pass and SVG category icons with layered, non-card sections */
body[data-page="home"] {
  --zxgf-ink: #10211e;
  --zxgf-muted: #66736f;
  --zxgf-teal: #0f766e;
  --zxgf-teal-dark: #072f2d;
  --zxgf-cyan: #49d8d3;
  --zxgf-gold: #d7ad55;
  --zxgf-paper: #fffaf0;
  --zxgf-soft: #f4f0e7;
  --zxgf-line: rgba(16, 33, 30, 0.1);
  background:
    radial-gradient(circle at 12% 0%, rgba(73, 216, 211, 0.16), transparent 30%),
    linear-gradient(180deg, #fbf8f0 0%, #eef3ef 52%, #f7f4ec 100%) !important;
  color: var(--zxgf-ink) !important;
}

body[data-page="home"] .site-header {
  background: rgba(255, 251, 242, 0.94) !important;
  border-bottom: 1px solid rgba(16, 33, 30, 0.08) !important;
  box-shadow: 0 10px 28px rgba(7, 47, 45, 0.06) !important;
}

body[data-page="home"] .site-header .mall-header-brand strong,
body[data-page="home"] .mall-section-head strong {
  color: var(--zxgf-ink) !important;
}

body[data-page="home"] .site-header .mall-header-actions .mall-header-icon {
  color: var(--zxgf-teal-dark) !important;
  background: rgba(15, 118, 110, 0.08) !important;
}

body[data-page="home"] .mall-home {
  position: relative !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 12% 4%, rgba(73, 216, 211, 0.18), transparent 26%),
    linear-gradient(180deg, #071817 0, #071817 310px, #f4f6ef 310px, #f7f4ec 100%) !important;
}

body[data-page="home"] .mall-home-container {
  gap: 0 !important;
}

body[data-page="home"] .mall-home::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  z-index: -1 !important;
  height: 520px !important;
  pointer-events: none !important;
  background:
    linear-gradient(120deg, rgba(73, 216, 211, 0.08) 0 1px, transparent 1px 90px),
    radial-gradient(circle at 82% 18%, rgba(215, 173, 85, 0.2), transparent 24%),
    radial-gradient(circle at 8% 36%, rgba(73, 216, 211, 0.18), transparent 28%) !important;
}

body[data-page="home"] .vivo-service-strip {
  background: linear-gradient(90deg, #07302e 0%, #0f766e 58%, #c49a45 100%) !important;
  color: #fffaf0 !important;
  border-bottom: 1px solid rgba(255, 250, 240, 0.2) !important;
}

body[data-page="home"] .vivo-service-strip i {
  border-color: rgba(255, 250, 240, 0.78) !important;
  color: #fffaf0 !important;
}

body[data-page="home"] .mall-hero-carousel,
body[data-page="home"] .home-auto-carousel {
  background: #092826 !important;
}

body[data-page="home"] .mall-category-card {
  position: relative !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 18px 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 30px 0 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 240, 0.92), rgba(255, 255, 255, 0.72)),
    linear-gradient(180deg, rgba(247, 244, 235, 0.98), rgba(239, 246, 242, 0.98)) !important;
  box-shadow: 0 0 0 100vmax rgba(242, 244, 235, 0.98), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  clip-path: inset(0 -100vmax) !important;
}

body[data-page="home"] .mall-category-card::before,
body[data-page="home"] .mall-category-card::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.18), transparent) !important;
}

body[data-page="home"] .mall-category-card::before {
  top: 0 !important;
}

body[data-page="home"] .mall-category-card::after {
  bottom: 0 !important;
}

body[data-page="home"] .mall-category-card a {
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  color: var(--zxgf-muted) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

body[data-page="home"] .mall-category-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(15, 118, 110, 0.14) !important;
  border-radius: 22px !important;
  color: #0b7c75 !important;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(73, 216, 211, 0.16), rgba(215, 173, 85, 0.12)) !important;
  box-shadow: inset 0 -10px 18px rgba(15, 118, 110, 0.05), 0 8px 20px rgba(7, 47, 45, 0.06) !important;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease !important;
}

body[data-page="home"] .mall-category-icon svg {
  display: block !important;
  width: 29px !important;
  height: 29px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body[data-page="home"] .mall-category-card a:hover .mall-category-icon {
  transform: translateY(-2px) !important;
  color: var(--zxgf-teal-dark) !important;
  border-color: rgba(215, 173, 85, 0.42) !important;
  background: linear-gradient(145deg, rgba(255, 250, 240, 0.95), rgba(215, 173, 85, 0.24)) !important;
}

body[data-page="home"] .mall-category-card strong {
  color: #465552 !important;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
}

body[data-page="home"] .mall-flash-section {
  margin: 0 !important;
  padding: 30px 0 34px !important;
  background:
    linear-gradient(90deg, rgba(7, 47, 45, 0.05), transparent 20%, transparent 80%, rgba(215, 173, 85, 0.08)),
    linear-gradient(180deg, rgba(239, 246, 242, 0.98), rgba(250, 248, 242, 0.98)) !important;
  box-shadow: 0 0 0 100vmax rgba(244, 247, 240, 0.98), inset 0 1px 0 rgba(16, 33, 30, 0.06) !important;
  clip-path: inset(0 -100vmax) !important;
}

body[data-page="home"] .mall-featured-section {
  margin: 0 !important;
  padding: 32px 0 52px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(73, 216, 211, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(245, 241, 232, 0.98)) !important;
  box-shadow: 0 0 0 100vmax rgba(245, 241, 232, 0.98), inset 0 1px 0 rgba(16, 33, 30, 0.06) !important;
  clip-path: inset(0 -100vmax) !important;
}

body[data-page="home"] .mall-section-head {
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(16, 33, 30, 0.08) !important;
}

body[data-page="home"] .mall-section-head strong {
  position: relative !important;
  letter-spacing: -0.02em !important;
}

body[data-page="home"] .mall-section-head strong::after {
  content: "" !important;
  display: block !important;
  width: 42px !important;
  height: 3px !important;
  margin-top: 9px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--zxgf-cyan), var(--zxgf-gold)) !important;
}

body[data-page="home"] .mall-section-head span {
  color: var(--zxgf-muted) !important;
}

body[data-page="home"] .mall-flash-title em,
body[data-page="home"] .vivo-flash-badge {
  background: linear-gradient(135deg, #d65c52, #d7ad55) !important;
  color: #fffaf0 !important;
}

body[data-page="home"] .mall-section-more {
  color: var(--zxgf-teal) !important;
  background: transparent !important;
}

body[data-page="home"] .vivo-price-line em,
body[data-page="home"] .vivo-feature-item em {
  color: #d8524a !important;
}

body[data-page="home"] .vivo-feature-grid {
  background: rgba(16, 33, 30, 0.08) !important;
}

body[data-page="home"] .vivo-feature-item,
body[data-page="home"] .vivo-flash-item {
  background: #fffdf7 !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .mall-category-card {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .site-header .mall-header-actions .mall-header-icon {
    background: rgba(15, 118, 110, 0.08) !important;
  }

  body[data-page="home"] .vivo-service-strip {
    background: linear-gradient(90deg, #07302e, #0f766e) !important;
  }

  body[data-page="home"] .mall-home-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body[data-page="home"] .mall-category-card {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    gap: 18px 0 !important;
    margin: 0 !important;
    padding: 22px 14px 24px !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 100vmax rgba(246, 241, 229, 0.96) !important;
  }

  body[data-page="home"] .mall-category-card a {
    box-sizing: border-box !important;
    flex: 0 0 calc((100vw - 28px) / 4) !important;
    width: calc((100vw - 28px) / 4) !important;
    max-width: calc((100vw - 28px) / 4) !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .mall-category-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 19px !important;
  }

  body[data-page="home"] .mall-category-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  body[data-page="home"] .mall-category-card strong {
    font-size: 0.82rem !important;
    color: #4d5c58 !important;
  }

  body[data-page="home"] .mall-flash-section,
  body[data-page="home"] .mall-featured-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body[data-page="home"] .mall-section-head {
    padding: 14px 0 10px !important;
  }
}

/* 2026-05-15: cold white tech theme, layered without visual noise */
body[data-page="home"] {
  --zxgf-ink: #0b1628;
  --zxgf-muted: #64748b;
  --zxgf-blue: #2563eb;
  --zxgf-blue-soft: #eaf2ff;
  --zxgf-cyan: #22d3ee;
  --zxgf-line: rgba(37, 99, 235, 0.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.2), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(37, 99, 235, 0.12), transparent 25%),
    linear-gradient(180deg, #fbfdff 0%, #f3f8ff 42%, #ffffff 100%) !important;
  color: var(--zxgf-ink) !important;
}

body[data-page="home"] .site-header {
  background: rgba(255, 255, 255, 0.88) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05) !important;
  backdrop-filter: blur(18px) !important;
}

body[data-page="home"] .site-header .mall-header-brand strong,
body[data-page="home"] .mall-section-head strong {
  color: var(--zxgf-ink) !important;
}

body[data-page="home"] .site-header .mall-header-actions .mall-header-icon {
  color: #0f172a !important;
  background: linear-gradient(145deg, #ffffff, #edf5ff) !important;
  border: 1px solid rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .site-header .mall-header-icon.menu-toggle span {
  background: #0f172a !important;
}

body[data-page="home"] .mall-home {
  background:
    linear-gradient(180deg, rgba(6, 18, 36, 0.98) 0, rgba(6, 18, 36, 0.98) 300px, rgba(245, 249, 255, 0.98) 300px, #ffffff 100%) !important;
}

body[data-page="home"] .mall-home::before {
  height: 520px !important;
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.08) 0 1px, transparent 1px 92px),
    radial-gradient(circle at 82% 16%, rgba(37, 99, 235, 0.22), transparent 23%),
    radial-gradient(circle at 10% 30%, rgba(34, 211, 238, 0.18), transparent 28%) !important;
}

body[data-page="home"] .vivo-service-strip {
  height: 36px !important;
  color: #1e3a5f !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(236, 247, 255, 0.96), rgba(255, 255, 255, 0.92)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid rgba(37, 99, 235, 0.12) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.9) !important;
}

body[data-page="home"] .vivo-service-strip i {
  color: var(--zxgf-blue) !important;
  border-color: rgba(37, 99, 235, 0.35) !important;
  background: rgba(37, 99, 235, 0.06) !important;
}

body[data-page="home"] .mall-hero-carousel,
body[data-page="home"] .home-auto-carousel {
  background: #071224 !important;
}

body[data-page="home"] .home-auto-carousel {
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide {
  position: absolute !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  filter: saturate(0.86) brightness(1.04) contrast(0.98) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.1), transparent 42%, rgba(34, 211, 238, 0.08)),
    radial-gradient(circle at 84% 12%, rgba(37, 99, 235, 0.16), transparent 24%) !important;
  mix-blend-mode: screen !important;
}

body[data-page="home"] .mall-category-card {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(244, 249, 255, 0.96), rgba(255, 255, 255, 0.78)),
    linear-gradient(180deg, #ffffff, #f3f8ff) !important;
  box-shadow: 0 0 0 100vmax rgba(247, 251, 255, 0.98), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -1px 0 rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .mall-category-card::before,
body[data-page="home"] .mall-category-card::after {
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.16), transparent) !important;
}

body[data-page="home"] .mall-category-card a {
  color: var(--zxgf-muted) !important;
}

body[data-page="home"] .mall-category-icon {
  color: #2563eb !important;
  border-color: rgba(37, 99, 235, 0.14) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(232, 242, 255, 0.96)) !important;
  box-shadow: inset 0 -10px 20px rgba(37, 99, 235, 0.06), 0 10px 24px rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .mall-category-card a:hover .mall-category-icon {
  color: #0f172a !important;
  border-color: rgba(34, 211, 238, 0.36) !important;
  background: linear-gradient(145deg, #ffffff, #e8fbff) !important;
}

body[data-page="home"] .mall-category-card strong {
  color: #334155 !important;
}

body[data-page="home"] .mall-flash-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 211, 238, 0.08), transparent 22%),
    linear-gradient(180deg, #f6faff, #ffffff) !important;
  box-shadow: 0 0 0 100vmax #f6faff, inset 0 1px 0 rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .mall-featured-section {
  background:
    radial-gradient(circle at 90% 0%, rgba(37, 99, 235, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff, #f8fbff) !important;
  box-shadow: 0 0 0 100vmax #ffffff, inset 0 1px 0 rgba(15, 23, 42, 0.05) !important;
}

body[data-page="home"] .mall-section-head {
  border-bottom: 1px solid rgba(37, 99, 235, 0.1) !important;
}

body[data-page="home"] .mall-section-head strong::after {
  background: linear-gradient(90deg, var(--zxgf-blue), var(--zxgf-cyan)) !important;
}

body[data-page="home"] .mall-section-head span,
body[data-page="home"] .mall-section-more {
  color: #52657d !important;
}

body[data-page="home"] .mall-section-more {
  color: var(--zxgf-blue) !important;
}

body[data-page="home"] .mall-flash-title em,
body[data-page="home"] .vivo-flash-badge {
  background: linear-gradient(135deg, #2563eb, #22d3ee) !important;
  color: #ffffff !important;
}

body[data-page="home"] .vivo-feature-grid {
  background: rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .vivo-feature-item,
body[data-page="home"] .vivo-flash-item {
  background: rgba(255, 255, 255, 0.96) !important;
}

body[data-page="home"] .vivo-price-line em,
body[data-page="home"] .vivo-feature-item em {
  color: #ef4444 !important;
}

@media (max-width: 680px) {
  body[data-page="home"] {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 54%, #ffffff 100%) !important;
  }

  body[data-page="home"] .mall-home {
    background:
      linear-gradient(180deg, rgba(7, 18, 36, 0.98) 0, rgba(7, 18, 36, 0.98) 260px, #f7fbff 260px, #ffffff 100%) !important;
  }

  body[data-page="home"] .site-header {
    background: rgba(255, 255, 255, 0.94) !important;
  }

  body[data-page="home"] .vivo-service-strip {
    height: 36px !important;
    color: #244160 !important;
    background: linear-gradient(90deg, #ffffff, #edf7ff) !important;
  }

  body[data-page="home"] .mall-category-card {
    background: linear-gradient(180deg, #ffffff, #f3f8ff) !important;
    box-shadow: 0 0 0 100vmax #f7fbff, inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -1px 0 rgba(37, 99, 235, 0.08) !important;
  }
}

/* 2026-05-15: make product areas stand out from the cold white page */
body[data-page="home"] .mall-flash-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 211, 238, 0.1), transparent 24%),
    linear-gradient(180deg, #f1f7ff, #f9fcff) !important;
  box-shadow: 0 0 0 100vmax #f1f7ff, inset 0 1px 0 rgba(37, 99, 235, 0.1), inset 0 -1px 0 rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .mall-featured-section {
  background:
    radial-gradient(circle at 88% 0%, rgba(37, 99, 235, 0.09), transparent 26%),
    linear-gradient(180deg, #ffffff, #f4f8ff) !important;
  box-shadow: 0 0 0 100vmax #ffffff, inset 0 1px 0 rgba(15, 23, 42, 0.06) !important;
}

body[data-page="home"] .mall-promo-row {
  gap: 14px !important;
}

body[data-page="home"] .vivo-feature-grid {
  gap: 14px !important;
  overflow: visible !important;
  background: transparent !important;
}

body[data-page="home"] .vivo-flash-item,
body[data-page="home"] .vivo-feature-item {
  overflow: hidden !important;
  border: 1px solid rgba(37, 99, 235, 0.12) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

body[data-page="home"] .vivo-flash-item {
  padding: 12px !important;
}

body[data-page="home"] .vivo-feature-item {
  padding: 0 !important;
}

body[data-page="home"] .vivo-flash-item img,
body[data-page="home"] .vivo-feature-item img {
  background:
    radial-gradient(circle at 78% 14%, rgba(34, 211, 238, 0.14), transparent 26%),
    linear-gradient(145deg, #f8fbff, #eef5ff) !important;
}

body[data-page="home"] .vivo-flash-item img {
  border: 1px solid rgba(37, 99, 235, 0.08) !important;
  border-radius: 16px !important;
}

body[data-page="home"] .vivo-feature-item img {
  padding: 10px !important;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08) !important;
}

body[data-page="home"] .vivo-feature-info {
  padding: 12px 13px 14px !important;
}

body[data-page="home"] .vivo-flash-item strong,
body[data-page="home"] .vivo-feature-item strong {
  color: #0f172a !important;
}

body[data-page="home"] .vivo-flash-item small,
body[data-page="home"] .vivo-feature-item span {
  color: #64748b !important;
}

body:not([data-page="admin"]) .product-card {
  border: 1px solid rgba(37, 99, 235, 0.13) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
}

body:not([data-page="admin"]) .product-card-media {
  background:
    radial-gradient(circle at 78% 12%, rgba(34, 211, 238, 0.13), transparent 28%),
    linear-gradient(145deg, #f8fbff, #edf5ff) !important;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08) !important;
}

body:not([data-page="admin"]) .product-card-title {
  color: #0f172a !important;
}

body:not([data-page="admin"]) .product-card-copy,
body:not([data-page="admin"]) .product-topline {
  color: #667085 !important;
}

body:not([data-page="admin"]) .product-chip {
  color: #1d4ed8 !important;
  background: rgba(37, 99, 235, 0.1) !important;
}

@media (max-width: 680px) {
  body[data-page="home"] .mall-promo-row {
    gap: 10px !important;
  }

  body[data-page="home"] .vivo-flash-item {
    flex-basis: 34vw !important;
    padding: 8px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07) !important;
  }

  body[data-page="home"] .vivo-feature-grid {
    gap: 10px !important;
  }

  body[data-page="home"] .vivo-feature-item {
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07) !important;
  }

  body[data-page="home"] .vivo-feature-info {
    padding: 9px 10px 11px !important;
  }
}

/* 2026-05-15: enlarge product covers while keeping the cold white layout clean */
body[data-page="home"] .vivo-flash-item img {
  width: 100% !important;
  aspect-ratio: 1 / 1.04 !important;
  margin-bottom: 10px !important;
  object-fit: cover !important;
}

body[data-page="home"] .vivo-feature-item img {
  width: 100% !important;
  aspect-ratio: 1 / 0.96 !important;
  margin: 0 !important;
  padding: 6px !important;
  object-fit: cover !important;
}

body:not([data-page="admin"]) .product-card-media {
  aspect-ratio: 1 / 0.96 !important;
}

body:not([data-page="admin"]) .product-card-media img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

body[data-page="home"] .home-store-products .product-card-media {
  aspect-ratio: 1 / 0.96 !important;
}

@media (min-width: 681px) {
  body[data-page="home"] .mall-promo-row {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  body[data-page="home"] .vivo-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .vivo-flash-item {
    flex-basis: 42vw !important;
  }

  body[data-page="home"] .vivo-flash-item img {
    aspect-ratio: 1 / 1.02 !important;
    border-radius: 14px !important;
  }

  body[data-page="home"] .vivo-feature-item img,
  body:not([data-page="admin"]) .product-card-media,
  body[data-page="home"] .home-store-products .product-card-media {
    aspect-ratio: 1 / 0.94 !important;
  }
}

/* 2026-05-15: refined two-tone category icons */
body[data-page="home"] .mall-category-icon {
  color: #1d4ed8 !important;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(145deg, #ffffff 0%, #edf6ff 72%, #e8f1ff 100%) !important;
  border-color: rgba(37, 99, 235, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 20px rgba(37, 99, 235, 0.06),
    0 10px 26px rgba(37, 99, 235, 0.1) !important;
}

body[data-page="home"] .mall-category-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
  vector-effect: non-scaling-stroke !important;
}

body[data-page="home"] .mall-category-icon .icon-accent {
  stroke: #06b6d4 !important;
}

body[data-page="home"] .mall-category-icon .icon-dot {
  fill: #2563eb !important;
  stroke: none !important;
}

body[data-page="home"] .mall-category-card a:hover .mall-category-icon {
  color: #0f172a !important;
  border-color: rgba(6, 182, 212, 0.38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 20px rgba(6, 182, 212, 0.08),
    0 12px 30px rgba(37, 99, 235, 0.14) !important;
}

@media (max-width: 680px) {
  body[data-page="home"] .mall-category-icon svg {
    width: 27px !important;
    height: 27px !important;
  }
}

/* 2026-05-15: stronger tech icons and motion polish */
body[data-page="home"] .mall-category-card {
  overflow: hidden !important;
}

body[data-page="home"] .mall-category-card::before {
  height: 100% !important;
  background:
    linear-gradient(115deg, transparent 0%, rgba(34, 211, 238, 0.08) 38%, rgba(37, 99, 235, 0.1) 50%, rgba(34, 211, 238, 0.08) 62%, transparent 100%),
    linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.16), transparent) !important;
  transform: translateX(-72%) skewX(-16deg) !important;
}

body[data-page="home"] .mall-category-icon {
  position: relative !important;
  isolation: isolate !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 22px !important;
  color: #0f3fb6 !important;
  border: 1px solid rgba(37, 99, 235, 0.22) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(225, 241, 255, 0.92)),
    radial-gradient(circle at 50% 115%, rgba(34, 211, 238, 0.22), transparent 58%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -14px 22px rgba(37, 99, 235, 0.1),
    0 12px 28px rgba(37, 99, 235, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.72) !important;
}

body[data-page="home"] .mall-category-icon::before,
body[data-page="home"] .mall-category-icon::after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

body[data-page="home"] .mall-category-icon::before {
  inset: 7px !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 28%),
    linear-gradient(145deg, rgba(37, 99, 235, 0.14), rgba(34, 211, 238, 0.18)) !important;
}

body[data-page="home"] .mall-category-icon::after {
  inset: -2px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(34, 211, 238, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.28), transparent 32%, transparent 68%, rgba(37, 99, 235, 0.22)) border-box !important;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) border-box !important;
  -webkit-mask-composite: xor !important;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) border-box !important;
  mask-composite: exclude !important;
}

body[data-page="home"] .mall-category-icon svg {
  position: relative !important;
  z-index: 1 !important;
  width: 32px !important;
  height: 32px !important;
  stroke-width: 2.18 !important;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.78))
    drop-shadow(0 7px 12px rgba(37, 99, 235, 0.22)) !important;
}

body[data-page="home"] .mall-category-icon .icon-accent {
  stroke: #00c2ff !important;
  stroke-width: 2.35 !important;
}

body[data-page="home"] .mall-category-icon .icon-dot {
  fill: #00c2ff !important;
  filter: drop-shadow(0 0 5px rgba(34, 211, 238, 0.85)) !important;
}

body[data-page="home"] .mall-category-card a {
  transition: transform 0.22s ease, color 0.22s ease !important;
}

body[data-page="home"] .mall-category-card a:hover,
body[data-page="home"] .mall-category-card a:focus-visible {
  transform: translateY(-3px) !important;
}

body[data-page="home"] .mall-category-card a:hover .mall-category-icon,
body[data-page="home"] .mall-category-card a:focus-visible .mall-category-icon {
  color: #071936 !important;
  border-color: rgba(34, 211, 238, 0.55) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(220, 247, 255, 0.96)),
    radial-gradient(circle at 50% 115%, rgba(34, 211, 238, 0.32), transparent 58%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -14px 24px rgba(34, 211, 238, 0.12),
    0 16px 34px rgba(37, 99, 235, 0.2),
    0 0 28px rgba(34, 211, 238, 0.22) !important;
}

body[data-page="home"] .mall-section-head strong::after {
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.42) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.06) 48%, transparent 52%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent) !important;
  transform: translateY(-78%) !important;
  mix-blend-mode: screen !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="home"] .mall-category-card::before {
    animation: zxgf-category-sweep 5.6s ease-in-out infinite !important;
  }

  body[data-page="home"] .mall-category-icon {
    animation: zxgf-icon-float 4.2s ease-in-out infinite !important;
  }

  body[data-page="home"] .mall-category-card a:nth-child(2n) .mall-category-icon {
    animation-delay: -0.9s !important;
  }

  body[data-page="home"] .mall-category-card a:nth-child(3n) .mall-category-icon {
    animation-delay: -1.7s !important;
  }

  body[data-page="home"] .mall-category-icon::after {
    animation: zxgf-icon-ring 3.8s linear infinite !important;
  }

  body[data-page="home"] .mall-category-icon .icon-accent,
  body[data-page="home"] .mall-category-icon .icon-dot {
    animation: zxgf-icon-pulse 2.8s ease-in-out infinite !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage::after {
    animation: zxgf-hero-scan 6s ease-in-out infinite !important;
  }

  body[data-page="home"] .vivo-flash-item,
  body[data-page="home"] .vivo-feature-item {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
  }

  body[data-page="home"] .vivo-flash-item:hover,
  body[data-page="home"] .vivo-feature-item:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(34, 211, 238, 0.36) !important;
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.16) !important;
  }
}

@keyframes zxgf-category-sweep {
  0%, 42% {
    transform: translateX(-78%) skewX(-16deg);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    transform: translateX(86%) skewX(-16deg);
    opacity: 0;
  }
}

@keyframes zxgf-icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes zxgf-icon-ring {
  0% {
    transform: rotate(0deg);
    opacity: 0.55;
  }
  50% {
    opacity: 0.92;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.55;
  }
}

@keyframes zxgf-icon-pulse {
  0%, 100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}

@keyframes zxgf-hero-scan {
  0%, 38% {
    transform: translateY(-80%);
    opacity: 0;
  }
  48% {
    opacity: 0.65;
  }
  100% {
    transform: translateY(80%);
    opacity: 0;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .mall-category-icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 20px !important;
  }

  body[data-page="home"] .mall-category-icon::before {
    inset: 6px !important;
    border-radius: 16px !important;
  }

  body[data-page="home"] .mall-category-icon svg {
    width: 30px !important;
    height: 30px !important;
    stroke-width: 2.1 !important;
  }
}

/* 2026-05-15: tech carousel assets and cyber transition system */
body[data-page="home"] .mall-hero-carousel {
  position: relative !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.16), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(37, 99, 235, 0.2), transparent 30%),
    #071224 !important;
}

body[data-page="home"] .home-auto-carousel {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background: #071224 !important;
  box-shadow:
    0 24px 72px rgba(15, 23, 42, 0.28),
    inset 0 0 0 1px rgba(34, 211, 238, 0.12) !important;
}

body[data-page="home"] .home-auto-carousel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.08) 0 1px, transparent 1px 82px),
    linear-gradient(0deg, rgba(37, 99, 235, 0.07) 0 1px, transparent 1px 72px),
    radial-gradient(circle at var(--mx, 70%) 20%, rgba(34, 211, 238, 0.14), transparent 22%) !important;
  opacity: 0.58 !important;
  mix-blend-mode: screen !important;
}

body[data-page="home"] .home-auto-carousel::after {
  content: "" !important;
  position: absolute !important;
  inset: -20% !important;
  z-index: 5 !important;
  pointer-events: none !important;
  background:
    linear-gradient(112deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.2) 47%, rgba(34, 211, 238, 0.34) 50%, rgba(255, 255, 255, 0.16) 53%, transparent 58%, transparent 100%) !important;
  transform: translateX(-82%) skewX(-14deg) !important;
  mix-blend-mode: screen !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  position: relative !important;
  overflow: hidden !important;
  background: #071224 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-stage::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(2, 8, 23, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(34, 211, 238, 0.05)) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide {
  z-index: 1 !important;
  opacity: 0 !important;
  transform: translateX(5%) scale(1.035) !important;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%) !important;
  filter: blur(8px) saturate(0.88) brightness(0.86) !important;
  transition:
    opacity 0.62s ease,
    transform 0.86s cubic-bezier(0.19, 1, 0.22, 1),
    clip-path 0.86s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.62s ease !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide.is-active {
  z-index: 2 !important;
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  filter: blur(0) saturate(1.06) brightness(1.02) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide.is-leaving {
  z-index: 1 !important;
  opacity: 0 !important;
  transform: translateX(-5%) scale(0.985) !important;
  clip-path: polygon(0 0, 91% 0, 100% 100%, 9% 100%) !important;
  filter: blur(8px) saturate(0.8) brightness(0.72) !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  filter: none !important;
}

body[data-page="home"] .tech-carousel-hud {
  position: absolute !important;
  left: clamp(14px, 3vw, 36px) !important;
  right: clamp(14px, 3vw, 36px) !important;
  bottom: clamp(14px, 2.6vw, 28px) !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  color: rgba(226, 244, 255, 0.92) !important;
  font: 800 0.72rem/1.2 var(--font-body) !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
}

body[data-page="home"] .tech-carousel-current {
  color: #67e8f9 !important;
  font-size: 1.05rem !important;
  text-shadow: 0 0 18px rgba(34, 211, 238, 0.55) !important;
}

body[data-page="home"] .tech-carousel-total {
  color: rgba(226, 244, 255, 0.62) !important;
}

body[data-page="home"] .tech-carousel-hud i {
  display: block !important;
  flex: 1 1 auto !important;
  max-width: 340px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.8), rgba(37, 99, 235, 0.2), transparent) !important;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.36) !important;
}

body[data-page="home"] .tech-carousel-progress {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9 !important;
  height: 3px !important;
  background: rgba(148, 163, 184, 0.16) !important;
  pointer-events: none !important;
}

body[data-page="home"] .tech-carousel-progress span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  transform-origin: left center !important;
  transform: scaleX(0) !important;
  background: linear-gradient(90deg, #2563eb, #22d3ee, #ffffff) !important;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.65) !important;
}

body[data-page="home"] .tech-carousel-dots {
  position: absolute !important;
  top: clamp(12px, 2.4vw, 24px) !important;
  right: clamp(12px, 2.6vw, 30px) !important;
  z-index: 8 !important;
  display: flex !important;
  gap: 8px !important;
  pointer-events: none !important;
}

body[data-page="home"] .tech-carousel-dots button {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 22px !important;
  padding: 0 !important;
  border: 1px solid rgba(148, 163, 184, 0.3) !important;
  border-radius: 999px !important;
  color: rgba(226, 244, 255, 0.68) !important;
  background: rgba(15, 23, 42, 0.34) !important;
}

body[data-page="home"] .tech-carousel-dots button span {
  font-size: 0.58rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body[data-page="home"] .tech-carousel-dots button.is-active {
  color: #ffffff !important;
  border-color: rgba(34, 211, 238, 0.68) !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.86), rgba(34, 211, 238, 0.72)) !important;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.35) !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="home"] .home-auto-carousel::after {
    animation: zxgf-carousel-sweep 4.6s cubic-bezier(0.19, 1, 0.22, 1) infinite !important;
  }

  body[data-page="home"] .tech-carousel-progress span {
    animation: zxgf-carousel-progress 4.6s linear infinite !important;
  }

  body[data-page="home"] .tech-carousel-dots button.is-active {
    animation: zxgf-dot-pulse 1.7s ease-in-out infinite !important;
  }
}

@keyframes zxgf-carousel-sweep {
  0%, 18% {
    transform: translateX(-82%) skewX(-14deg);
    opacity: 0;
  }
  34% {
    opacity: 0.9;
  }
  72%, 100% {
    transform: translateX(82%) skewX(-14deg);
    opacity: 0;
  }
}

@keyframes zxgf-carousel-progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes zxgf-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.28);
  }
  50% {
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.58);
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .tech-carousel-hud {
    left: 14px !important;
    right: 14px !important;
    bottom: 12px !important;
    gap: 7px !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.08em !important;
  }

  body[data-page="home"] .tech-carousel-current {
    font-size: 0.82rem !important;
  }

  body[data-page="home"] .tech-carousel-hud i {
    max-width: 118px !important;
  }

  body[data-page="home"] .tech-carousel-dots {
    top: 10px !important;
    right: 10px !important;
    gap: 5px !important;
  }

  body[data-page="home"] .tech-carousel-dots button {
    width: 24px !important;
    height: 16px !important;
  }

  body[data-page="home"] .tech-carousel-dots button span {
    font-size: 0.48rem !important;
  }
}

/* 2026-05-15: case-focused carousel assets, keep the case wall visible */
body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
  aspect-ratio: 8 / 3 !important;
  min-height: 0 !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide picture,
body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  width: 100% !important;
  height: 100% !important;
}

body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 680px) {
  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 75 / 62 !important;
  }
}

/* 2026-05-15: products page follows the home cold-white tech mall style, root categories only */
body[data-page="products"] {
  background:
    radial-gradient(circle at 8% 8%, rgba(34, 211, 238, 0.16), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 42%, #f8fbff 100%) !important;
  color: #071224 !important;
}

body[data-page="products"] .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(18px) !important;
}

body[data-page="products"] .mall-header-row {
  display: grid !important;
  grid-template-columns: 58px 1fr 112px !important;
  align-items: center !important;
  min-height: 76px !important;
  gap: 14px !important;
}

body[data-page="products"] .mall-header-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  color: #071224 !important;
  text-decoration: none !important;
}

body[data-page="products"] .mall-header-brand img {
  width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14) !important;
}

body[data-page="products"] .mall-header-brand strong {
  max-width: 42vw !important;
  overflow: hidden !important;
  font-size: clamp(1.22rem, 4.8vw, 1.62rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body[data-page="products"] .mall-header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

body[data-page="products"] .mall-header-icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(147, 197, 253, 0.38) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%) !important;
  color: #071224 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 28px rgba(37, 99, 235, 0.1) !important;
}

body[data-page="products"] .mall-header-icon svg {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor !important;
}

body[data-page="products"] .mall-header-icon.menu-toggle {
  justify-self: start !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"] .mall-header-icon.menu-toggle span {
  display: block !important;
  width: 28px !important;
  height: 2px !important;
  margin: 5px 0 !important;
  border-radius: 999px !important;
  background: #071224 !important;
}

body[data-page="products"] .page-hero {
  padding: clamp(18px, 4vw, 40px) 0 8px !important;
}

body[data-page="products"] .page-hero-card {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"] .page-hero-card .eyebrow,
body[data-page="products"] .catalog-filter-head .eyebrow,
body[data-page="products"] .catalog-topbar .eyebrow {
  color: #2563eb !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.16em !important;
}

body[data-page="products"] .page-hero-card h1 {
  max-width: 920px !important;
  margin: 0 !important;
  color: #071224 !important;
  font-size: clamp(2.05rem, 6vw, 4.8rem) !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.08em !important;
}

body[data-page="products"] .page-hero-card p {
  max-width: 780px !important;
  margin: 0 !important;
  color: #52657d !important;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem) !important;
  line-height: 1.85 !important;
}

body[data-page="products"] .section-tight {
  padding-top: 10px !important;
}

body[data-page="products"] .catalog-layout,
body[data-page="products"] .catalog-layout-flat {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(18px, 3vw, 28px) !important;
}

body[data-page="products"] .catalog-filter-board {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  gap: 18px !important;
  padding: clamp(18px, 3.2vw, 28px) 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(147, 197, 253, 0.35) !important;
  border-bottom: 1px solid rgba(147, 197, 253, 0.35) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 16% 8%, rgba(34, 211, 238, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 247, 255, 0.82)) !important;
  box-shadow: none !important;
}

body[data-page="products"] .catalog-filter-board::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px 84px),
    linear-gradient(0deg, rgba(34, 211, 238, 0.06) 0 1px, transparent 1px 74px) !important;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent) !important;
}

body[data-page="products"] .catalog-filter-board > * {
  position: relative !important;
  z-index: 1 !important;
}

body[data-page="products"] .catalog-filter-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

body[data-page="products"] .catalog-filter-head h2 {
  margin: 4px 0 0 !important;
  color: #071224 !important;
  font-size: clamp(1.35rem, 3.2vw, 2.4rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.06em !important;
}

body[data-page="products"] #catalog-filter-summary,
body[data-page="products"] .catalog-filter-head p {
  max-width: 460px !important;
  margin: 0 !important;
  color: #64748b !important;
  line-height: 1.72 !important;
  text-align: right !important;
}

body[data-page="products"] .catalog-search-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: end !important;
  max-width: 860px !important;
}

body[data-page="products"] .catalog-search-line .field-shell {
  border: 1px solid rgba(147, 197, 253, 0.32) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body[data-page="products"] .catalog-filter-group {
  display: grid !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"] .sub-filter-card {
  display: none !important;
}

body[data-page="products"] .filter-label {
  color: #0f172a !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

body[data-page="products"] #root-filter-group {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  overflow: visible !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  gap: 6px !important;
  min-height: 112px !important;
  padding: 18px !important;
  border: 1px solid rgba(147, 197, 253, 0.34) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 247, 255, 0.94)) !important;
  color: #071224 !important;
  text-align: left !important;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  cursor: pointer !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip::before {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 42%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(34, 211, 238, 0.88)) !important;
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.24) !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background: linear-gradient(120deg, transparent, rgba(34, 211, 238, 0.18), transparent) !important;
  opacity: 0 !important;
  transform: translateX(-30%) !important;
  transition: opacity 0.22s ease, transform 0.36s ease !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip:hover,
body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active {
  transform: translateY(-3px) !important;
  border-color: rgba(37, 99, 235, 0.5) !important;
  box-shadow: 0 22px 50px rgba(37, 99, 235, 0.14), 0 0 0 1px rgba(34, 211, 238, 0.12) inset !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip:hover::after,
body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active {
  background:
    linear-gradient(135deg, #0f5be8 0%, #19c7dd 100%) !important;
  color: #ffffff !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip .chip-level {
  width: max-content !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background: rgba(37, 99, 235, 0.1) !important;
  color: #2563eb !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip.is-active .chip-level {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip .chip-label {
  max-width: calc(100% - 42px) !important;
  overflow: visible !important;
  color: inherit !important;
  font-size: clamp(1rem, 1.45vw, 1.25rem) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

body[data-page="products"] .catalog-filter-board .chip.root-chip .chip-meta {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: currentColor !important;
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
  opacity: 0.64 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body[data-page="products"] .catalog-topbar {
  align-items: end !important;
  padding: 6px 0 14px !important;
  border-bottom: 1px solid rgba(147, 197, 253, 0.28) !important;
}

body[data-page="products"] .catalog-topbar h2 {
  margin: 4px 0 0 !important;
  color: #071224 !important;
  font-size: clamp(1.55rem, 3.6vw, 2.5rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.06em !important;
}

body[data-page="products"] .catalog-intent-card {
  display: none !important;
}

body[data-page="products"] .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 22px) !important;
}

body[data-page="products"] .product-card {
  overflow: hidden !important;
  border: 1px solid rgba(147, 197, 253, 0.26) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

body[data-page="products"] .product-card-media {
  background: linear-gradient(135deg, #eaf7ff, #f8fbff) !important;
}

body[data-page="products"] .product-card-media img {
  object-fit: cover !important;
}

body[data-page="products"] .product-card-title,
body[data-page="products"] .price-row strong {
  color: #071224 !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="products"] .catalog-filter-board .chip.root-chip::before {
    animation: zxgf-icon-float 4.2s ease-in-out infinite !important;
  }
}

@media (max-width: 980px) {
  body[data-page="products"] #root-filter-group,
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body[data-page="products"] .mall-header-row {
    grid-template-columns: 52px minmax(0, 1fr) 104px !important;
    min-height: 72px !important;
  }

  body[data-page="products"] .mall-header-icon {
    width: 44px !important;
    height: 44px !important;
  }

  body[data-page="products"] .page-hero {
    padding-top: 20px !important;
  }

  body[data-page="products"] .page-hero-card h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
  }

  body[data-page="products"] .catalog-filter-head {
    display: grid !important;
  }

  body[data-page="products"] #catalog-filter-summary,
  body[data-page="products"] .catalog-filter-head p {
    text-align: left !important;
  }

  body[data-page="products"] .catalog-search-line {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-page="products"] .catalog-filter-board {
    gap: 14px !important;
    padding: 18px 0 !important;
  }

  body[data-page="products"] .catalog-filter-head h2 {
    font-size: 1.72rem !important;
    letter-spacing: -0.05em !important;
  }

  body[data-page="products"] .catalog-search-line .field-shell {
    border-radius: 18px !important;
  }

  body[data-page="products"] .catalog-search-line .field-shell span {
    display: none !important;
  }

  body[data-page="products"] .catalog-search-line input {
    min-height: 48px !important;
    font-size: 1rem !important;
  }

  body[data-page="products"] .catalog-search-line .button {
    min-height: 48px !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
  }

  body[data-page="products"] #root-filter-group {
    display: flex !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding: 2px 0 14px !important;
    margin: 0 !important;
    scroll-snap-type: x proximity !important;
  }

  body[data-page="products"] .catalog-filter-board .chip.root-chip {
    flex: 0 0 144px !important;
    min-height: 92px !important;
    padding: 14px !important;
    scroll-snap-align: start !important;
  }

  body[data-page="products"] .catalog-filter-board .chip.root-chip::before {
    width: 28px !important;
    height: 28px !important;
    border-radius: 11px !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 18px !important;
  }
}

/* 2026-05-15: make the product catalog calmer and more direct */
body[data-page="products"] {
  background: #f7fbff !important;
}

body[data-page="products"] .products-simple-section {
  padding-top: clamp(14px, 3vw, 28px) !important;
}

body[data-page="products"] .products-simple-filter.catalog-filter-board {
  gap: 14px !important;
  padding: 18px !important;
  border: 1px solid rgba(203, 213, 225, 0.72) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05) !important;
}

body[data-page="products"] .products-simple-filter.catalog-filter-board::before {
  display: none !important;
}

body[data-page="products"] .products-simple-filter .catalog-filter-head {
  align-items: center !important;
}

body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
  margin: 2px 0 0 !important;
  color: #071224 !important;
  font-size: clamp(1.35rem, 3vw, 2.1rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.05em !important;
}

body[data-page="products"] .products-simple-filter #catalog-filter-summary {
  color: #64748b !important;
  font-size: 0.92rem !important;
}

body[data-page="products"] .products-simple-filter .catalog-search-line {
  max-width: 720px !important;
  grid-template-columns: minmax(0, 1fr) 92px !important;
  gap: 10px !important;
}

body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
  min-height: 48px !important;
  padding: 0 16px !important;
  border-color: rgba(203, 213, 225, 0.78) !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell span {
  display: none !important;
}

body[data-page="products"] .products-simple-filter .catalog-search-line input {
  min-height: 48px !important;
  padding: 0 !important;
  font-size: 0.98rem !important;
}

body[data-page="products"] .products-simple-filter .catalog-search-line .button {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body[data-page="products"] .products-simple-filter .root-filter-card {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body[data-page="products"] .products-simple-filter .filter-label {
  flex: 0 0 auto !important;
  color: #334155 !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
}

body[data-page="products"] .products-simple-filter #root-filter-group {
  display: flex !important;
  flex: 1 1 auto !important;
  gap: 8px !important;
  overflow-x: auto !important;
  padding: 2px 2px 8px !important;
  margin: 0 !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 38px !important;
  min-width: 0 !important;
  padding: 0 16px !important;
  border: 1px solid rgba(203, 213, 225, 0.9) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #334155 !important;
  box-shadow: none !important;
  transform: none !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip::before,
body[data-page="products"] .products-simple-filter .chip.root-chip::after,
body[data-page="products"] .products-simple-filter .chip.root-chip .chip-level,
body[data-page="products"] .products-simple-filter .chip.root-chip .chip-meta {
  display: none !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip .chip-label {
  max-width: none !important;
  color: inherit !important;
  font-size: 0.94rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body[data-page="products"] .products-simple-filter .chip.root-chip.is-active {
  border-color: #2563eb !important;
  background: #2563eb !important;
  color: #ffffff !important;
}

body[data-page="products"] .catalog-topbar {
  padding-top: 6px !important;
}

body[data-page="products"] .catalog-topbar h2 {
  font-size: clamp(1.3rem, 2.6vw, 2rem) !important;
}

/* 2026-05-15: keep the products page closer to a clean mall listing */
body[data-page="products"] .catalog-column {
  gap: 16px !important;
}

body[data-page="products"] .catalog-intent-card {
  display: none !important;
}

body[data-page="products"] .catalog-topbar {
  align-items: end !important;
  padding: 8px 0 14px !important;
  border-bottom: 1px solid rgba(203, 213, 225, 0.76) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"] .catalog-topbar .eyebrow {
  color: #2563eb !important;
}

body[data-page="products"] .catalog-topbar p {
  max-width: 520px !important;
  color: #64748b !important;
  font-size: 0.92rem !important;
  line-height: 1.7 !important;
}

body[data-page="products"] .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 22px !important;
}

body[data-page="products"] .product-card {
  overflow: hidden !important;
  border: 1px solid rgba(203, 213, 225, 0.72) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.055) !important;
}

body[data-page="products"] .product-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08) !important;
}

body[data-page="products"] .product-card-media {
  height: 210px !important;
  border-radius: 0 !important;
  background: #eef5fb !important;
}

body[data-page="products"] .product-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body[data-page="products"] .product-card-body {
  padding: 14px 16px 16px !important;
  gap: 10px !important;
}

body[data-page="products"] .product-topline,
body[data-page="products"] .product-card-copy,
body[data-page="products"] .card-actions {
  display: none !important;
}

body[data-page="products"] .product-card-title {
  min-height: 2.7em !important;
  color: #0f172a !important;
  font-size: 1.04rem !important;
  line-height: 1.35 !important;
}

body[data-page="products"] .price-row {
  margin-top: 2px !important;
  align-items: baseline !important;
}

body[data-page="products"] .price-row strong {
  color: #ef4444 !important;
  font-size: 1.45rem !important;
}

body[data-page="products"] .price-row span {
  color: #94a3b8 !important;
  font-size: 0.88rem !important;
}

body[data-page="products"] .product-chip {
  top: 12px !important;
  left: 12px !important;
}

body[data-page="products"] .discount-chip {
  right: 12px !important;
  bottom: 12px !important;
}

@media (max-width: 680px) {
  body[data-page="products"] .products-simple-section {
    padding-top: 10px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    padding: 14px 12px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    display: flex !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    font-size: 1.38rem !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    display: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    grid-template-columns: minmax(0, 1fr) 76px !important;
  }

  body[data-page="products"] .products-simple-filter .root-filter-card {
    display: grid !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter #root-filter-group {
    padding-bottom: 6px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    min-height: 34px !important;
    padding: 0 13px !important;
  }

  body[data-page="products"] .catalog-column {
    gap: 12px !important;
  }

  body[data-page="products"] .catalog-topbar {
    display: block !important;
    padding: 4px 0 12px !important;
  }

  body[data-page="products"] .catalog-topbar p {
    display: none !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055) !important;
  }

  body[data-page="products"] .product-card-media {
    height: 136px !important;
  }

  body[data-page="products"] .product-card-body {
    padding: 10px 10px 12px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.6em !important;
    font-size: 0.94rem !important;
    letter-spacing: -0.02em !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.14rem !important;
  }

  body[data-page="products"] .price-row span {
    font-size: 0.76rem !important;
  }

  body[data-page="products"] .product-chip,
  body[data-page="products"] .discount-chip {
    transform: scale(0.86) !important;
    transform-origin: left top !important;
  }
}

/* 2026-05-16: final compact override for the product page mobile layout */
@media (max-width: 680px) {
  body[data-page="products"] {
    background: #f5f8fc !important;
  }

  body[data-page="products"] .site-header {
    border-bottom-color: rgba(203, 213, 225, 0.7) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .site-header .container.mall-header-row {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 14px !important;
    grid-template-columns: 38px minmax(0, 1fr) 86px !important;
    gap: 8px !important;
  }

  body[data-page="products"] .mall-header-brand {
    justify-content: center !important;
    gap: 8px !important;
  }

  body[data-page="products"] .mall-header-brand img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1) !important;
  }

  body[data-page="products"] .mall-header-brand strong {
    max-width: 38vw !important;
    font-size: 1.12rem !important;
    letter-spacing: -0.03em !important;
  }

  body[data-page="products"] .mall-header-actions {
    gap: 8px !important;
  }

  body[data-page="products"] .mall-header-icon {
    width: 38px !important;
    height: 38px !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .mall-header-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  body[data-page="products"] .mall-header-icon.menu-toggle span {
    width: 25px !important;
    height: 2px !important;
    margin: 4px 0 !important;
  }

  body[data-page="products"] .products-simple-section {
    padding-top: 8px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    gap: 14px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    gap: 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(203, 213, 225, 0.72) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    display: block !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head .eyebrow {
    font-size: 0.68rem !important;
    letter-spacing: 0.16em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    margin-top: 4px !important;
    font-size: 1.35rem !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    font-size: 0.9rem !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    flex: 0 0 66px !important;
    width: 66px !important;
    min-width: 66px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .products-simple-filter .root-filter-card {
    display: grid !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter .filter-label {
    font-size: 0.88rem !important;
  }

  body[data-page="products"] .products-simple-filter #root-filter-group {
    gap: 8px !important;
    padding: 0 2px 2px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    min-height: 32px !important;
    padding: 0 11px 0 8px !important;
    gap: 5px !important;
    border-radius: 999px !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 22px !important;
    height: 22px !important;
    margin-left: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .product-category-icon svg {
    width: 13.5px !important;
    height: 13.5px !important;
    stroke-width: 1.9 !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-label {
    font-size: 0.86rem !important;
  }

  body[data-page="products"] .catalog-column {
    gap: 10px !important;
  }

  body[data-page="products"] .catalog-topbar {
    padding: 4px 0 10px !important;
  }

  body[data-page="products"] .catalog-topbar .eyebrow {
    display: none !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    margin: 0 !important;
    font-size: 1.3rem !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 15px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .product-card-media {
    height: 118px !important;
  }

  body[data-page="products"] .product-card-body {
    padding: 9px 10px 11px !important;
    gap: 8px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.45em !important;
    font-size: 0.9rem !important;
    line-height: 1.28 !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.08rem !important;
  }

  body[data-page="products"] .price-row span {
    font-size: 0.72rem !important;
  }

  body[data-page="products"] .product-chip,
  body[data-page="products"] .discount-chip {
    transform: scale(0.78) !important;
  }
}

/* 2026-05-16: PC-only grand cyber upgrade for the official homepage */
@media (min-width: 981px) {
  body[data-page="home"] {
    --pc-mx: 62%;
    --pc-my: 18%;
    background: #020713 !important;
    color: #e8f5ff !important;
  }

  body[data-page="home"] .site-header {
    background:
      linear-gradient(90deg, rgba(2, 7, 19, 0.82), rgba(8, 23, 48, 0.72), rgba(2, 7, 19, 0.82)) !important;
    border-bottom: 1px solid rgba(34, 211, 238, 0.22) !important;
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(22px) saturate(1.2) !important;
  }

  body[data-page="home"] .mall-header-row {
    min-height: 86px !important;
    grid-template-columns: 70px minmax(0, 1fr) 140px !important;
  }

  body[data-page="home"] .mall-header-brand strong,
  body[data-page="home"] .mall-header-icon {
    color: #f8fbff !important;
    -webkit-text-fill-color: #f8fbff !important;
    opacity: 1 !important;
    text-shadow: 0 0 22px rgba(125, 249, 255, 0.32) !important;
  }

  body[data-page="home"] .mall-header-brand img {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcm9sZT0iaW1nIiBhcmlhLWxhYmVsbGVkYnk9Im1hcmtUaXRsZSBtYXJrRGVzYyI+CiAgPHRpdGxlIGlkPSJtYXJrVGl0bGUiPuermeW6j+W3peWdiuWbvuW9ouaghzwvdGl0bGU+CiAgPGRlc2MgaWQ9Im1hcmtEZXNjIj7nq5nluo/lt6XlnYrnmoTlm77lvaLmoIfor4bvvIzpgILlkIjlpLTlg4/lkoznvZHnq5nlm77moIfjgII8L2Rlc2M+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9Im1hcmtCZyIgeDE9IjI4IiB5MT0iMjQiIHgyPSIyMjgiIHkyPSIyMjgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzEwMjQzNCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwODEyMUMiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9Im1hcmtGcmFtZSIgeDE9IjQ0IiB5MT0iMzgiIHgyPSIyMDQiIHkyPSIyMDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGQzg1NyIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNTUiIHN0b3AtY29sb3I9IiNBOUY2RkYiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNjJGNENFIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJtYXJrR2x5cGgiIHgxPSI3NiIgeTE9IjYwIiB4Mj0iMTc2IiB5Mj0iMTY2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYxQjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIwLjQ1IiBzdG9wLWNvbG9yPSIjRkZDODU3Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzYxRTJGRiIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxmaWx0ZXIgaWQ9Im1hcmtHbG93IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgogICAgICA8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgogICAgICA8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KICAgICAgPGZlT2Zmc2V0Lz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTQiLz4KICAgICAgPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuMzgwMzkyIDAgMCAwIDAgMC44ODYyNzUgMCAwIDAgMCAxIDAgMCAwIDAuMjUgMCIvPgogICAgICA8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xXzEiLz4KICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMV8xIiByZXN1bHQ9InNoYXBlIi8+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CgogIDxnIGZpbHRlcj0idXJsKCNtYXJrR2xvdykiPgogICAgPHJlY3QgeD0iMjQiIHk9IjI0IiB3aWR0aD0iMjA4IiBoZWlnaHQ9IjIwOCIgcng9IjU2IiBmaWxsPSJ1cmwoI21hcmtCZykiLz4KICAgIDxyZWN0IHg9IjI3IiB5PSIyNyIgd2lkdGg9IjIwMiIgaGVpZ2h0PSIyMDIiIHJ4PSI1MyIgc3Ryb2tlPSJ1cmwoI21hcmtGcmFtZSkiIHN0cm9rZS1vcGFjaXR5PSIwLjQyIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGQ9Ik04NCA3NEgxNzIiIHN0cm9rZT0idXJsKCNtYXJrRnJhbWUpIiBzdHJva2Utb3BhY2l0eT0iMC41NCIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik05OCAxMDRIMTY4IiBzdHJva2U9IiM2MUUyRkYiIHN0cm9rZS1vcGFjaXR5PSIwLjI4IiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTg4IDE2MkgxNzYiIHN0cm9rZT0iIzYyRjRDRSIgc3Ryb2tlLW9wYWNpdHk9IjAuMjIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8cGF0aCBkPSJNODYgODFMMTc0IDgxTDExNiAxMzJIMTcwTDgyIDE3NkgxNDJMODYgODFaIiBmaWxsPSJ1cmwoI21hcmtHbHlwaCkiLz4KICAgIDxwYXRoIGQ9Ik04NiA4MUwxNzQgODFMMTE2IDEzMkgxNzBMODIgMTc2SDE0MiIgc3Ryb2tlPSIjRkZGOEQ3IiBzdHJva2Utb3BhY2l0eT0iMC41NiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8cmVjdCB4PSI2MiIgeT0iNjIiIHdpZHRoPSIxMzIiIGhlaWdodD0iMTMyIiByeD0iMzYiIHN0cm9rZT0idXJsKCNtYXJrRnJhbWUpIiBzdHJva2Utb3BhY2l0eT0iMC4xNiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxjaXJjbGUgY3g9IjE3OCIgY3k9IjgwIiByPSI2IiBmaWxsPSIjRkZDODU3Ii8+CiAgICA8Y2lyY2xlIGN4PSI4MCIgY3k9IjE3NiIgcj0iNSIgZmlsbD0iIzYxRTJGRiIvPgogIDwvZz4KPC9zdmc+Cg==") !important;
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
    background: #07131e !important;
    border: 1px solid rgba(34, 211, 238, 0.42) !important;
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.28), 0 14px 36px rgba(0, 0, 0, 0.28) !important;
  }

  body[data-page="home"] .mall-header-icon {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(34, 211, 238, 0.2) !important;
    background: rgba(8, 24, 50, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 0 24px rgba(37, 99, 235, 0.18) !important;
  }

  body[data-page="home"] .mall-header-icon.menu-toggle span {
    background: #d9f8ff !important;
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.5) !important;
  }

  body[data-page="home"] .mall-home {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: 100vh !important;
    padding: 34px 0 92px !important;
    background:
      radial-gradient(circle at var(--pc-mx) var(--pc-my), rgba(34, 211, 238, 0.24), transparent 24%),
      radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.2), transparent 30%),
      radial-gradient(circle at 85% 7%, rgba(14, 165, 233, 0.16), transparent 34%),
      linear-gradient(180deg, #020713 0%, #071327 45%, #020713 100%) !important;
  }

  body[data-page="home"] .mall-home::before,
  body[data-page="home"] .mall-home::after {
    content: "" !important;
    position: absolute !important;
    pointer-events: none !important;
    z-index: -1 !important;
  }

  body[data-page="home"] .mall-home::before {
    inset: 0 !important;
    background:
      linear-gradient(90deg, rgba(34, 211, 238, 0.075) 1px, transparent 1px),
      linear-gradient(0deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px) !important;
    background-size: 86px 86px !important;
    mask-image: radial-gradient(circle at center, #000 0 58%, transparent 86%) !important;
    animation: zxgf-pc-grid-drift 18s linear infinite !important;
  }

  body[data-page="home"] .mall-home::after {
    inset: -20% -12% auto -12% !important;
    height: 46vh !important;
    background: linear-gradient(115deg, transparent 10%, rgba(34, 211, 238, 0.16) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(37, 99, 235, 0.16) 56%, transparent 92%) !important;
    transform: translateX(-70%) skewX(-12deg) !important;
    mix-blend-mode: screen !important;
    animation: zxgf-pc-light-sweep 8.5s ease-in-out infinite !important;
  }

  body[data-page="home"] .pc-tech-backdrop {
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .pc-tech-blob {
    position: absolute !important;
    width: 34vw !important;
    aspect-ratio: 1 !important;
    border-radius: 999px !important;
    filter: blur(34px) !important;
    opacity: 0.46 !important;
    mix-blend-mode: screen !important;
    animation: zxgf-pc-blob-float 11s ease-in-out infinite !important;
  }

  body[data-page="home"] .pc-tech-blob-a {
    left: -10vw !important;
    top: 4vh !important;
    background: rgba(37, 99, 235, 0.38) !important;
  }

  body[data-page="home"] .pc-tech-blob-b {
    right: -12vw !important;
    top: 22vh !important;
    background: rgba(34, 211, 238, 0.34) !important;
    animation-delay: -3s !important;
  }

  body[data-page="home"] .pc-tech-blob-c {
    left: 32vw !important;
    bottom: 20vh !important;
    background: rgba(14, 165, 233, 0.2) !important;
    animation-delay: -6s !important;
  }

  body[data-page="home"] .mall-home-container {
    position: relative !important;
    z-index: 1 !important;
    max-width: 1420px !important;
    gap: 34px !important;
  }

  body[data-page="home"] .pc-command-deck {
    position: relative !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr) !important;
    align-items: center !important;
    min-height: 620px !important;
    padding: clamp(42px, 5vw, 72px) !important;
    border: 1px solid rgba(34, 211, 238, 0.24) !important;
    border-radius: 46px !important;
    background:
      radial-gradient(circle at var(--pc-mx) var(--pc-my), rgba(34, 211, 238, 0.14), transparent 24%),
      linear-gradient(135deg, rgba(5, 16, 34, 0.92), rgba(6, 25, 54, 0.8) 46%, rgba(3, 11, 25, 0.94)) !important;
    box-shadow:
      0 36px 120px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
  }

  body[data-page="home"] .pc-command-deck::before,
  body[data-page="home"] .pc-command-deck::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
  }

  body[data-page="home"] .pc-command-deck::before {
    background:
      linear-gradient(90deg, rgba(34, 211, 238, 0.1) 1px, transparent 1px),
      linear-gradient(0deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px) !important;
    background-size: 64px 64px !important;
    opacity: 0.34 !important;
    mask-image: linear-gradient(90deg, #000, transparent 75%) !important;
  }

  body[data-page="home"] .pc-command-deck::after {
    background:
      linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.11) 48%, transparent 51%),
      radial-gradient(circle at 72% 42%, rgba(34, 211, 238, 0.22), transparent 28%) !important;
    transform: translateY(-84%) !important;
    mix-blend-mode: screen !important;
    animation: zxgf-pc-scan 6.8s ease-in-out infinite !important;
  }

  body[data-page="home"] .pc-command-copy,
  body[data-page="home"] .pc-command-visual {
    position: relative !important;
    z-index: 1 !important;
  }

  body[data-page="home"] .pc-kicker {
    display: inline-flex !important;
    width: max-content !important;
    margin-bottom: 18px !important;
    padding: 9px 14px !important;
    border: 1px solid rgba(34, 211, 238, 0.34) !important;
    border-radius: 999px !important;
    color: #9df4ff !important;
    background: rgba(34, 211, 238, 0.08) !important;
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.12) !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.18em !important;
  }

  body[data-page="home"] .pc-command-copy h1,
  body[data-page="home"] .pc-command-copy h2 {
    max-width: 860px !important;
    margin: 0 !important;
    color: #f8fbff !important;
    font-size: clamp(4.1rem, 6vw, 7.1rem) !important;
    font-weight: 950 !important;
    line-height: 0.9 !important;
    letter-spacing: -0.095em !important;
    text-shadow: 0 0 48px rgba(34, 211, 238, 0.18) !important;
  }

  body[data-page="home"] .pc-command-copy h1 span,
  body[data-page="home"] .pc-command-copy h2 span {
    display: block !important;
  }

  body[data-page="home"] .pc-command-copy p {
    max-width: 720px !important;
    margin: 26px 0 0 !important;
    color: #a9c3d9 !important;
    font-size: 1.08rem !important;
    line-height: 1.95 !important;
  }

  body[data-page="home"] .pc-command-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-top: 30px !important;
  }

  body[data-page="home"] .pc-command-actions .button {
    min-height: 54px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 46px rgba(37, 99, 235, 0.22) !important;
  }

  body[data-page="home"] .pc-command-actions .button-secondary {
    color: #dffaff !important;
    border-color: rgba(34, 211, 238, 0.26) !important;
    background: rgba(255, 255, 255, 0.06) !important;
  }

  body[data-page="home"] .pc-stat-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 780px !important;
    margin-top: 38px !important;
  }

  body[data-page="home"] .pc-stat-card {
    position: relative !important;
    overflow: hidden !important;
    min-height: 104px !important;
    padding: 18px 16px !important;
    border: 1px solid rgba(34, 211, 238, 0.18) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0) !important;
    transition: transform 0.16s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  }

  body[data-page="home"] .pc-stat-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(120deg, transparent, rgba(34, 211, 238, 0.13), transparent) !important;
    transform: translateX(-110%) !important;
    transition: transform 0.55s ease !important;
  }

  body[data-page="home"] .pc-stat-card:hover::after {
    transform: translateX(110%) !important;
  }

  body[data-page="home"] .pc-stat-card strong {
    display: block !important;
    color: #ffffff !important;
    font-size: clamp(1.28rem, 1.8vw, 1.72rem) !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .pc-stat-card span {
    display: block !important;
    margin-top: 8px !important;
    color: #8fb2ce !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
  }

  body[data-page="home"] .pc-command-visual {
    min-height: 520px !important;
    display: grid !important;
    place-items: center !important;
  }

  body[data-page="home"] .pc-orbit {
    position: absolute !important;
    border: 1px solid rgba(34, 211, 238, 0.2) !important;
    border-radius: 999px !important;
    box-shadow: 0 0 42px rgba(34, 211, 238, 0.12), inset 0 0 42px rgba(37, 99, 235, 0.08) !important;
  }

  body[data-page="home"] .pc-orbit-one {
    width: 520px !important;
    height: 520px !important;
    animation: zxgf-pc-orbit 18s linear infinite !important;
  }

  body[data-page="home"] .pc-orbit-two {
    width: 410px !important;
    height: 410px !important;
    transform: rotateX(62deg) rotateZ(18deg) !important;
    animation: zxgf-pc-orbit-rev 14s linear infinite !important;
  }

  body[data-page="home"] .pc-orbit-three {
    width: 300px !important;
    height: 300px !important;
    transform: rotateX(72deg) rotateZ(-28deg) !important;
    animation: zxgf-pc-orbit 10s linear infinite !important;
  }

  body[data-page="home"] .pc-core {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    gap: 12px !important;
    width: 184px !important;
    height: 184px !important;
    border: 1px solid rgba(34, 211, 238, 0.42) !important;
    border-radius: 46px !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.24), transparent 50%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(10, 27, 56, 0.82)) !important;
    box-shadow: 0 0 64px rgba(34, 211, 238, 0.22), inset 0 0 44px rgba(37, 99, 235, 0.18) !important;
    animation: zxgf-pc-core-float 4.6s ease-in-out infinite !important;
  }

  body[data-page="home"] .pc-core img {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcm9sZT0iaW1nIiBhcmlhLWxhYmVsbGVkYnk9Im1hcmtUaXRsZSBtYXJrRGVzYyI+CiAgPHRpdGxlIGlkPSJtYXJrVGl0bGUiPuermeW6j+W3peWdiuWbvuW9ouaghzwvdGl0bGU+CiAgPGRlc2MgaWQ9Im1hcmtEZXNjIj7nq5nluo/lt6XlnYrnmoTlm77lvaLmoIfor4bvvIzpgILlkIjlpLTlg4/lkoznvZHnq5nlm77moIfjgII8L2Rlc2M+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9Im1hcmtCZyIgeDE9IjI4IiB5MT0iMjQiIHgyPSIyMjgiIHkyPSIyMjgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzEwMjQzNCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwODEyMUMiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9Im1hcmtGcmFtZSIgeDE9IjQ0IiB5MT0iMzgiIHgyPSIyMDQiIHkyPSIyMDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGQzg1NyIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuNTUiIHN0b3AtY29sb3I9IiNBOUY2RkYiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNjJGNENFIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJtYXJrR2x5cGgiIHgxPSI3NiIgeTE9IjYwIiB4Mj0iMTc2IiB5Mj0iMTY2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYxQjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIwLjQ1IiBzdG9wLWNvbG9yPSIjRkZDODU3Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzYxRTJGRiIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxmaWx0ZXIgaWQ9Im1hcmtHbG93IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgogICAgICA8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgogICAgICA8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KICAgICAgPGZlT2Zmc2V0Lz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTQiLz4KICAgICAgPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuMzgwMzkyIDAgMCAwIDAgMC44ODYyNzUgMCAwIDAgMCAxIDAgMCAwIDAuMjUgMCIvPgogICAgICA8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xXzEiLz4KICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMV8xIiByZXN1bHQ9InNoYXBlIi8+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CgogIDxnIGZpbHRlcj0idXJsKCNtYXJrR2xvdykiPgogICAgPHJlY3QgeD0iMjQiIHk9IjI0IiB3aWR0aD0iMjA4IiBoZWlnaHQ9IjIwOCIgcng9IjU2IiBmaWxsPSJ1cmwoI21hcmtCZykiLz4KICAgIDxyZWN0IHg9IjI3IiB5PSIyNyIgd2lkdGg9IjIwMiIgaGVpZ2h0PSIyMDIiIHJ4PSI1MyIgc3Ryb2tlPSJ1cmwoI21hcmtGcmFtZSkiIHN0cm9rZS1vcGFjaXR5PSIwLjQyIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGQ9Ik04NCA3NEgxNzIiIHN0cm9rZT0idXJsKCNtYXJrRnJhbWUpIiBzdHJva2Utb3BhY2l0eT0iMC41NCIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik05OCAxMDRIMTY4IiBzdHJva2U9IiM2MUUyRkYiIHN0cm9rZS1vcGFjaXR5PSIwLjI4IiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTg4IDE2MkgxNzYiIHN0cm9rZT0iIzYyRjRDRSIgc3Ryb2tlLW9wYWNpdHk9IjAuMjIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8cGF0aCBkPSJNODYgODFMMTc0IDgxTDExNiAxMzJIMTcwTDgyIDE3NkgxNDJMODYgODFaIiBmaWxsPSJ1cmwoI21hcmtHbHlwaCkiLz4KICAgIDxwYXRoIGQ9Ik04NiA4MUwxNzQgODFMMTE2IDEzMkgxNzBMODIgMTc2SDE0MiIgc3Ryb2tlPSIjRkZGOEQ3IiBzdHJva2Utb3BhY2l0eT0iMC41NiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8cmVjdCB4PSI2MiIgeT0iNjIiIHdpZHRoPSIxMzIiIGhlaWdodD0iMTMyIiByeD0iMzYiIHN0cm9rZT0idXJsKCNtYXJrRnJhbWUpIiBzdHJva2Utb3BhY2l0eT0iMC4xNiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxjaXJjbGUgY3g9IjE3OCIgY3k9IjgwIiByPSI2IiBmaWxsPSIjRkZDODU3Ii8+CiAgICA8Y2lyY2xlIGN4PSI4MCIgY3k9IjE3NiIgcj0iNSIgZmlsbD0iIzYxRTJGRiIvPgogIDwvZz4KPC9zdmc+Cg==") !important;
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
    border-radius: 22px !important;
  }

  body[data-page="home"] .pc-core span {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .pc-node {
    position: absolute !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 76px !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(34, 211, 238, 0.3) !important;
    border-radius: 999px !important;
    color: #dffaff !important;
    background: rgba(4, 18, 39, 0.78) !important;
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.16) !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.08em !important;
    animation: zxgf-pc-node-float 5.2s ease-in-out infinite !important;
  }

  body[data-page="home"] .pc-node-1 { top: 78px !important; left: 52px !important; }
  body[data-page="home"] .pc-node-2 { top: 114px !important; right: 34px !important; animation-delay: -1s !important; }
  body[data-page="home"] .pc-node-3 { bottom: 92px !important; left: 70px !important; animation-delay: -2s !important; }
  body[data-page="home"] .pc-node-4 { bottom: 122px !important; right: 72px !important; animation-delay: -3s !important; }
  body[data-page="home"] .pc-node-5 { top: 238px !important; right: 10px !important; animation-delay: -4s !important; }

  body[data-page="home"] .vivo-service-strip,
  body[data-page="home"] .mall-category-card,
  body[data-page="home"] .mall-flash-section,
  body[data-page="home"] .mall-featured-section {
    border: 1px solid rgba(34, 211, 238, 0.16) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(18px) saturate(1.2) !important;
  }

  body[data-page="home"] .vivo-service-strip {
    height: 58px !important;
    border-radius: 999px !important;
    color: #dffaff !important;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.08), rgba(37, 99, 235, 0.1), rgba(34, 211, 238, 0.08)) !important;
  }

  body[data-page="home"] .vivo-service-strip i {
    color: #8ff6ff !important;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.28) !important;
  }

  body[data-page="home"] .mall-hero-carousel,
  body[data-page="home"] .home-auto-carousel {
    border-radius: 42px !important;
    background: rgba(3, 11, 25, 0.84) !important;
    box-shadow: 0 38px 110px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(34, 211, 238, 0.18) inset !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-stage {
    aspect-ratio: 21 / 8 !important;
    min-height: 520px !important;
  }

  body[data-page="home"] .home-auto-carousel .fullview-carousel-slide img {
    object-fit: cover !important;
    filter: saturate(1.12) contrast(1.05) brightness(0.95) !important;
  }

  body[data-page="home"] .mall-category-card {
    position: relative !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 16px !important;
    padding: 30px !important;
    border-radius: 34px !important;
  }

  body[data-page="home"] .mall-category-card a,
  body[data-page="home"] .vivo-flash-item,
  body[data-page="home"] .vivo-feature-item {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0) !important;
    transition: transform 0.16s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
  }

  body[data-page="home"] .mall-category-card a {
    min-height: 132px !important;
    padding: 18px 12px !important;
    border: 1px solid rgba(34, 211, 238, 0.11) !important;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, 0.055) !important;
  }

  body[data-page="home"] .mall-category-card a:hover,
  body[data-page="home"] .vivo-flash-item:hover,
  body[data-page="home"] .vivo-feature-item:hover {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px) !important;
    border-color: rgba(34, 211, 238, 0.42) !important;
    box-shadow: 0 24px 64px rgba(34, 211, 238, 0.16), 0 0 0 1px rgba(34, 211, 238, 0.12) inset !important;
  }

  body[data-page="home"] .mall-category-card strong,
  body[data-page="home"] .mall-section-head strong,
  body[data-page="home"] .vivo-flash-item strong,
  body[data-page="home"] .vivo-feature-item strong {
    color: #f8fbff !important;
  }

  body[data-page="home"] .mall-section-head {
    padding: 6px 4px !important;
  }

  body[data-page="home"] .mall-section-head strong {
    font-size: clamp(2rem, 3.2vw, 3.15rem) !important;
    letter-spacing: -0.075em !important;
    text-shadow: 0 0 34px rgba(34, 211, 238, 0.14) !important;
  }

  body[data-page="home"] .mall-section-head span,
  body[data-page="home"] .vivo-flash-item small,
  body[data-page="home"] .vivo-feature-item span {
    color: #9fb9ce !important;
  }

  body[data-page="home"] .mall-section-more {
    color: #9df4ff !important;
    border: 1px solid rgba(34, 211, 238, 0.2) !important;
    background: rgba(34, 211, 238, 0.08) !important;
  }

  body[data-page="home"] .mall-promo-row {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body[data-page="home"] .vivo-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body[data-page="home"] .vivo-flash-item,
  body[data-page="home"] .vivo-feature-item {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(34, 211, 238, 0.14) !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.065) !important;
  }

  body[data-page="home"] .vivo-flash-item::after,
  body[data-page="home"] .vivo-feature-item::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(120deg, transparent, rgba(34, 211, 238, 0.16), transparent) !important;
    transform: translateX(-115%) !important;
    transition: transform 0.68s ease !important;
  }

  body[data-page="home"] .vivo-flash-item:hover::after,
  body[data-page="home"] .vivo-feature-item:hover::after {
    transform: translateX(115%) !important;
  }

  body[data-page="home"] .vivo-flash-item img,
  body[data-page="home"] .vivo-feature-item img {
    border-radius: 22px !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
  }

  body[data-page="home"] .vivo-price-line em,
  body[data-page="home"] .vivo-feature-item em {
    color: #ff6b6b !important;
    text-shadow: 0 0 20px rgba(255, 107, 107, 0.22) !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .pc-home-fallback {
    display: none !important;
  }

  body[data-page="home"] .pc-tech-backdrop,
  body[data-page="home"] .pc-command-deck {
    display: none !important;
  }
}

@media (min-width: 981px) {
  body[data-page="home"] .mobile-home-fallback {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .mobile-home-fallback {
    display: block !important;
    min-height: 100vh !important;
    padding: 0 0 28px !important;
    color: #0f172a !important;
    background: #f5f8fc !important;
  }

  body[data-page="home"] .mobile-home-fallback .vivo-service-strip {
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body[data-page="home"] .fallback-mobile-banner {
    margin: 0 !important;
    overflow: hidden !important;
    background: #dbeafe !important;
  }

  body[data-page="home"] .fallback-mobile-banner img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  body[data-page="home"] .fallback-mobile-cats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin: 14px 12px 0 !important;
    padding: 16px 10px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08) !important;
  }

  body[data-page="home"] .fallback-mobile-cats a {
    display: grid !important;
    place-items: center !important;
    gap: 8px !important;
    color: #102033 !important;
    text-decoration: none !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
  }

  body[data-page="home"] .fallback-mobile-cats span {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    color: #2563eb !important;
    background: linear-gradient(145deg, #f8fbff, #dbeafe) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 22px rgba(37, 99, 235, 0.14) !important;
  }

  body[data-page="home"] .fallback-mobile-flash {
    margin: 18px 12px 0 !important;
    padding: 18px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07) !important;
  }

  body[data-page="home"] .fallback-mobile-flash h2 {
    margin: 0 !important;
    color: #071427 !important;
    font-size: 1.1rem !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .fallback-mobile-flash p {
    margin: 8px 0 0 !important;
    color: #64748b !important;
    font-size: 0.85rem !important;
    line-height: 1.7 !important;
  }
}

@keyframes zxgf-pc-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 86px 86px, 86px 86px; }
}

@keyframes zxgf-pc-light-sweep {
  0%, 35% { transform: translateX(-74%) skewX(-12deg); opacity: 0; }
  48% { opacity: 0.84; }
  100% { transform: translateX(86%) skewX(-12deg); opacity: 0; }
}

@keyframes zxgf-pc-blob-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(4vw, -3vh, 0) scale(1.12); }
}

@keyframes zxgf-pc-scan {
  0%, 38% { transform: translateY(-86%); opacity: 0; }
  50% { opacity: 0.72; }
  100% { transform: translateY(86%); opacity: 0; }
}

@keyframes zxgf-pc-orbit {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes zxgf-pc-orbit-rev {
  from { rotate: 360deg; }
  to { rotate: 0deg; }
}

@keyframes zxgf-pc-core-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.025); }
}

@keyframes zxgf-pc-node-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* 2026-05-16: Tencent Cloud inspired PC campaign rebuild */
@media (min-width: 981px) {
  body[data-page="home"] {
    --tc-blue: #2563ff;
    --tc-cyan: #19d7ff;
    --tc-deep: #101f3f;
    --tc-text: #13213a;
    --tc-muted: #5b6b86;
    background: #f4f8ff !important;
    color: var(--tc-text) !important;
  }

  body[data-page="home"] .site-frame,
  body[data-page="home"] .home-main,
  body[data-page="home"] .mall-home {
    background: #f4f8ff !important;
  }

  body[data-page="home"] .site-header {
    height: 64px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(37, 99, 255, 0.14) !important;
    box-shadow: 0 10px 34px rgba(40, 93, 190, 0.08) !important;
    backdrop-filter: blur(18px) saturate(1.1) !important;
  }

  body[data-page="home"] .mall-header-row {
    width: min(1320px, calc(100% - 64px)) !important;
    min-height: 64px !important;
    grid-template-columns: 54px minmax(0, 1fr) 126px !important;
  }

  body[data-page="home"] .mall-header-brand {
    justify-content: center !important;
  }

  body[data-page="home"] .mall-header-brand strong {
    color: #13213a !important;
    -webkit-text-fill-color: #13213a !important;
    text-shadow: none !important;
  }

  body[data-page="home"] .mall-header-icon {
    width: 42px !important;
    height: 42px !important;
    color: #13213a !important;
    -webkit-text-fill-color: #13213a !important;
    background: #f7fbff !important;
    border: 1px solid rgba(37, 99, 255, 0.13) !important;
    box-shadow: 0 8px 22px rgba(37, 99, 255, 0.1) !important;
    text-shadow: none !important;
  }

  body[data-page="home"] .mall-header-icon.menu-toggle span {
    background: #13213a !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .pc-tech-backdrop,
  body[data-page="home"] .mall-home > .mall-home-container {
    display: none !important;
  }

  body[data-page="home"] .mall-home {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 0 92px !important;
    isolation: isolate !important;
  }

  body[data-page="home"] .tc-campaign-pc {
    display: block !important;
    position: relative !important;
    min-height: 100vh !important;
    background:
      radial-gradient(circle at var(--pc-mx, 68%) var(--pc-my, 18%), rgba(25, 215, 255, 0.22), transparent 24vw),
      linear-gradient(180deg, #eaf3ff 0%, #f7fbff 39%, #eef5ff 100%) !important;
  }

  body[data-page="home"] .tc-hero {
    position: relative !important;
    overflow: hidden !important;
    min-height: 560px !important;
    padding: 74px 0 36px !important;
    background:
      linear-gradient(105deg, rgba(235, 244, 255, 0.98) 0%, rgba(218, 235, 255, 0.96) 45%, rgba(231, 241, 255, 0.88) 100%) !important;
  }

  body[data-page="home"] .tc-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
      linear-gradient(90deg, rgba(37, 99, 255, 0.08) 1px, transparent 1px),
      linear-gradient(0deg, rgba(37, 99, 255, 0.07) 1px, transparent 1px) !important;
    background-size: 92px 92px !important;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05) 62%, transparent) !important;
    animation: tc-grid-drift 18s linear infinite !important;
  }

  body[data-page="home"] .tc-hero::after {
    content: "" !important;
    position: absolute !important;
    right: -12vw !important;
    top: -170px !important;
    width: 58vw !important;
    height: 58vw !important;
    border-radius: 50% !important;
    background:
      radial-gradient(circle at 42% 44%, rgba(255, 255, 255, 0.88), transparent 18%),
      radial-gradient(circle at 52% 54%, rgba(25, 215, 255, 0.4), transparent 32%),
      conic-gradient(from 210deg, rgba(37, 99, 255, 0.08), rgba(25, 215, 255, 0.42), rgba(119, 99, 255, 0.16), rgba(37, 99, 255, 0.08)) !important;
    filter: blur(0.2px) saturate(1.1) !important;
    opacity: 0.86 !important;
    animation: tc-orb-drift 9s ease-in-out infinite !important;
  }

  body[data-page="home"] .tc-hero-bg span {
    position: absolute !important;
    display: block !important;
    pointer-events: none !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(37, 99, 255, 0.36), rgba(25, 215, 255, 0)) !important;
    filter: blur(0.2px) !important;
    animation: tc-streak 7s ease-in-out infinite !important;
  }

  body[data-page="home"] .tc-hero-bg span:nth-child(1) {
    width: 360px !important;
    height: 2px !important;
    right: 15vw !important;
    top: 148px !important;
  }

  body[data-page="home"] .tc-hero-bg span:nth-child(2) {
    width: 260px !important;
    height: 2px !important;
    right: 7vw !important;
    top: 310px !important;
    animation-delay: 1.2s !important;
  }

  body[data-page="home"] .tc-hero-bg span:nth-child(3) {
    width: 180px !important;
    height: 2px !important;
    left: 42vw !important;
    top: 88px !important;
    animation-delay: 2.2s !important;
  }

  body[data-page="home"] .tc-hero-inner {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.88fr) !important;
    align-items: center !important;
    gap: 54px !important;
    width: min(1320px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
  }

  body[data-page="home"] .tc-kicker,
  body[data-page="home"] .tc-section-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #2563ff !important;
    font-size: 0.95rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
  }

  body[data-page="home"] .tc-hero-copy h1 {
    max-width: 760px !important;
    margin: 18px 0 0 !important;
    color: #13213a !important;
    font-size: clamp(2.9rem, 4.05vw, 4.45rem) !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
    letter-spacing: -0.055em !important;
  }

  body[data-page="home"] .tc-hero-copy h1 em {
    color: #2563ff !important;
    font-style: normal !important;
    text-shadow: 0 12px 42px rgba(37, 99, 255, 0.24) !important;
  }

  body[data-page="home"] .tc-hero-copy p {
    max-width: 760px !important;
    margin: 22px 0 0 !important;
    color: #334866 !important;
    font-size: 1.12rem !important;
    line-height: 1.9 !important;
  }

  body[data-page="home"] .tc-hero-actions {
    display: flex !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }

  body[data-page="home"] .tc-hero-actions .button {
    min-width: 156px !important;
    height: 48px !important;
    border-radius: 4px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .tc-hero-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1px !important;
    width: min(620px, 100%) !important;
    margin-top: 34px !important;
    overflow: hidden !important;
    border: 1px solid rgba(37, 99, 255, 0.14) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 18px 42px rgba(37, 99, 255, 0.1) !important;
  }

  body[data-page="home"] .tc-hero-stats strong {
    display: grid !important;
    gap: 4px !important;
    padding: 18px 22px !important;
    color: #2563ff !important;
    font-size: 2rem !important;
    background: rgba(255, 255, 255, 0.72) !important;
  }

  body[data-page="home"] .tc-hero-stats span {
    color: #5b6b86 !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
  }

  body[data-page="home"] .tc-hero-visual {
    position: relative !important;
    min-height: 410px !important;
    transform-style: preserve-3d !important;
  }

  body[data-page="home"] .tc-orb {
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    margin: auto !important;
    width: 520px !important;
    height: 360px !important;
    border-radius: 999px !important;
    background:
      radial-gradient(circle at 55% 45%, rgba(255, 255, 255, 0.9), transparent 15%),
      radial-gradient(circle at 50% 50%, rgba(25, 215, 255, 0.32), transparent 48%),
      linear-gradient(135deg, rgba(37, 99, 255, 0.38), rgba(25, 215, 255, 0.08)) !important;
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.5), 0 32px 90px rgba(37, 99, 255, 0.24) !important;
    transform: rotate(-12deg) !important;
    animation: tc-float 7s ease-in-out infinite !important;
  }

  body[data-page="home"] .tc-hero-main-img {
    position: absolute !important;
    z-index: 2 !important;
    right: 44px !important;
    top: 52px !important;
    width: 520px !important;
    height: 270px !important;
    object-fit: cover !important;
    border: 1px solid rgba(255, 255, 255, 0.84) !important;
    border-radius: 22px !important;
    box-shadow: 0 28px 80px rgba(37, 99, 255, 0.26) !important;
    transform: perspective(1100px) rotateY(-12deg) rotateX(4deg) !important;
    animation: tc-panel-hover 6s ease-in-out infinite !important;
  }

  body[data-page="home"] .tc-float-card {
    position: absolute !important;
    z-index: 3 !important;
    min-width: 156px !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(37, 99, 255, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 20px 48px rgba(37, 99, 255, 0.14) !important;
    backdrop-filter: blur(18px) !important;
    animation: tc-float 5.8s ease-in-out infinite !important;
  }

  body[data-page="home"] .tc-float-card b {
    display: block !important;
    color: #13213a !important;
    font-size: 1rem !important;
  }

  body[data-page="home"] .tc-float-card span {
    display: block !important;
    margin-top: 6px !important;
    color: #64748b !important;
    font-size: 0.82rem !important;
  }

  body[data-page="home"] .tc-float-card-a { left: 16px !important; top: 44px !important; }
  body[data-page="home"] .tc-float-card-b { right: 0 !important; top: 278px !important; animation-delay: 0.8s !important; }
  body[data-page="home"] .tc-float-card-c { left: 74px !important; bottom: 24px !important; animation-delay: 1.4s !important; }

  body[data-page="home"] .tc-page {
    width: min(1320px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
  }

  body[data-page="home"] .tc-benefit-ribbon {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    margin-top: -34px !important;
    border: 1px solid rgba(37, 99, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 18px 54px rgba(37, 99, 255, 0.12) !important;
  }

  body[data-page="home"] .tc-benefit-ribbon a {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    min-height: 86px !important;
    padding: 18px 20px !important;
    color: #13213a !important;
    text-decoration: none !important;
    border-right: 1px solid rgba(37, 99, 255, 0.1) !important;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0) !important;
    transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease !important;
  }

  body[data-page="home"] .tc-benefit-ribbon a:hover {
    background: #f7fbff !important;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-4px) !important;
    box-shadow: 0 18px 40px rgba(37, 99, 255, 0.13) !important;
  }

  body[data-page="home"] .tc-benefit-ribbon b {
    grid-row: span 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    color: #2563ff !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, #eef6ff, #dceaff) !important;
  }

  body[data-page="home"] .tc-benefit-ribbon strong {
    font-size: 1.05rem !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .tc-benefit-ribbon span {
    color: #5b6b86 !important;
    font-size: 0.86rem !important;
  }

  body[data-page="home"] .tc-anchor-bar {
    position: sticky !important;
    top: 64px !important;
    z-index: 8 !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 1fr !important;
    margin: 0 !important;
    background: linear-gradient(90deg, #1f6bff, #3478ff, #1d55f0) !important;
    box-shadow: 0 14px 32px rgba(37, 99, 255, 0.22) !important;
  }

  body[data-page="home"] .tc-anchor-bar a {
    display: grid !important;
    place-items: center !important;
    height: 46px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 0.96rem !important;
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  body[data-page="home"] .tc-anchor-bar a:hover {
    background: rgba(255, 255, 255, 0.14) !important;
  }

  body[data-page="home"] .tc-section {
    padding: 58px 0 0 !important;
  }

  body[data-page="home"] .tc-section-head {
    display: grid !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
  }

  body[data-page="home"] .tc-section-head h2 {
    margin: 0 !important;
    color: #071427 !important;
    font-size: clamp(2rem, 3vw, 3.15rem) !important;
    line-height: 1.14 !important;
    font-weight: 950 !important;
    letter-spacing: -0.055em !important;
  }

  body[data-page="home"] .tc-section-head p {
    max-width: 780px !important;
    margin: 0 !important;
    color: #5b6b86 !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  body[data-page="home"] .tc-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  body[data-page="home"] .tc-product-card {
    position: relative !important;
    overflow: hidden !important;
    min-height: 456px !important;
    color: #13213a !important;
    text-decoration: none !important;
    border: 1px solid rgba(37, 99, 255, 0.12) !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(39, 77, 139, 0.08) !important;
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0) !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
  }

  body[data-page="home"] .tc-product-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(120deg, transparent 20%, rgba(37, 99, 255, 0.12), transparent 68%) !important;
    transform: translateX(-110%) !important;
    transition: transform 0.7s ease !important;
  }

  body[data-page="home"] .tc-product-card:hover {
    border-color: rgba(37, 99, 255, 0.35) !important;
    box-shadow: 0 24px 60px rgba(37, 99, 255, 0.18) !important;
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px) !important;
  }

  body[data-page="home"] .tc-product-card:hover::after {
    transform: translateX(110%) !important;
  }

  body[data-page="home"] .tc-card-badge {
    position: absolute !important;
    z-index: 2 !important;
    left: 14px !important;
    top: 14px !important;
    display: inline-flex !important;
    padding: 6px 10px !important;
    color: #ffffff !important;
    background: #2563ff !important;
    border-radius: 4px !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
  }

  body[data-page="home"] .tc-card-cover {
    height: 164px !important;
    padding: 14px !important;
    background:
      radial-gradient(circle at 80% 0%, rgba(25, 215, 255, 0.2), transparent 32%),
      linear-gradient(135deg, #eef6ff, #f8fbff) !important;
  }

  body[data-page="home"] .tc-card-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12) !important;
  }

  body[data-page="home"] .tc-card-body {
    display: grid !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  body[data-page="home"] .tc-card-body h3 {
    min-height: 54px !important;
    margin: 0 !important;
    color: #071427 !important;
    font-size: 1.22rem !important;
    line-height: 1.32 !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .tc-card-body p {
    min-height: 44px !important;
    margin: 0 !important;
    color: #637089 !important;
    font-size: 0.9rem !important;
    line-height: 1.58 !important;
  }

  body[data-page="home"] .tc-card-body dl {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    border-top: 1px solid #e5edf8 !important;
    border-bottom: 1px solid #e5edf8 !important;
  }

  body[data-page="home"] .tc-card-body dl div {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #eef3fb !important;
  }

  body[data-page="home"] .tc-card-body dl div:last-child {
    border-bottom: 0 !important;
  }

  body[data-page="home"] .tc-card-body dt {
    color: #6b7a91 !important;
    font-size: 0.84rem !important;
  }

  body[data-page="home"] .tc-card-body dd {
    margin: 0 !important;
    color: #13213a !important;
    font-size: 0.86rem !important;
    font-weight: 900 !important;
    text-align: right !important;
  }

  body[data-page="home"] .tc-card-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 9px !important;
    color: #ef3b32 !important;
  }

  body[data-page="home"] .tc-card-price span {
    color: #ef3b32 !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
  }

  body[data-page="home"] .tc-card-price strong {
    color: #ef3b32 !important;
    font-size: 1.65rem !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .tc-card-price del {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
  }

  body[data-page="home"] .tc-card-body em {
    display: grid !important;
    place-items: center !important;
    height: 38px !important;
    margin: 0 -18px -18px !important;
    color: #2563ff !important;
    border-top: 1px solid #dbe8ff !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  body[data-page="home"] .tc-scenario-grid {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1fr !important;
    gap: 20px !important;
  }

  body[data-page="home"] .tc-scenario-panel {
    position: relative !important;
    overflow: hidden !important;
    min-height: 330px !important;
    padding: 28px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 2px !important;
    background:
      linear-gradient(135deg, rgba(10, 31, 72, 0.94), rgba(19, 86, 190, 0.84)),
      radial-gradient(circle at 80% 12%, rgba(25, 215, 255, 0.32), transparent 34%) !important;
    box-shadow: 0 22px 54px rgba(37, 99, 255, 0.18) !important;
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0) !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  }

  body[data-page="home"] .tc-scenario-panel:hover {
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px) !important;
    box-shadow: 0 30px 70px rgba(37, 99, 255, 0.26) !important;
  }

  body[data-page="home"] .tc-scenario-panel span {
    color: #7dd3fc !important;
    font-size: 0.95rem !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .tc-scenario-panel h3 {
    max-width: 280px !important;
    margin: 26px 0 0 !important;
    color: #ffffff !important;
    font-size: 2rem !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
  }

  body[data-page="home"] .tc-scenario-panel p {
    max-width: 330px !important;
    margin: 14px 0 0 !important;
    color: rgba(225, 239, 255, 0.86) !important;
    line-height: 1.7 !important;
  }

  body[data-page="home"] .tc-scenario-panel img {
    position: absolute !important;
    right: -18px !important;
    bottom: -10px !important;
    width: 245px !important;
    height: 170px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    opacity: 0.78 !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24) !important;
  }

  body[data-page="home"] .tc-case-wall {
    overflow: hidden !important;
  }

  body[data-page="home"] .tc-case-strip {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(260px, 1fr)) !important;
    gap: 18px !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .tc-case-strip a {
    position: relative !important;
    overflow: hidden !important;
    height: 178px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(37, 99, 255, 0.14) !important;
    box-shadow: 0 12px 34px rgba(37, 99, 255, 0.1) !important;
  }

  body[data-page="home"] .tc-case-strip a:nth-child(even) {
    transform: translateY(16px) !important;
  }

  body[data-page="home"] .tc-case-strip img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
  }

  body[data-page="home"] .tc-case-strip a:hover img {
    transform: scale(1.08) !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .tc-campaign-pc {
    display: none !important;
  }
}

@keyframes tc-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 92px 92px, 92px 92px; }
}

@keyframes tc-orb-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-18px, 18px, 0) rotate(8deg); }
}

@keyframes tc-streak {
  0%, 30% { transform: translateX(-80px); opacity: 0; }
  45% { opacity: 1; }
  100% { transform: translateX(90px); opacity: 0; }
}

@keyframes tc-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -14px, 0); }
}

@keyframes tc-panel-hover {
  0%, 100% { transform: perspective(1100px) rotateY(-12deg) rotateX(4deg) translateY(0); }
  50% { transform: perspective(1100px) rotateY(-9deg) rotateX(5deg) translateY(-12px); }
}

/* 2026-05-16: Desktop mall header should expose navigation directly */
@media (min-width: 981px) {
  body[data-page="home"] .site-header,
  body[data-page="products"] .site-header {
    height: 72px !important;
  }

  body[data-page="home"] .mall-header-row,
  body[data-page="products"] .mall-header-row {
    width: min(1320px, calc(100% - 64px)) !important;
    min-height: 72px !important;
    display: grid !important;
    grid-template-columns: minmax(190px, 240px) minmax(620px, 1fr) 116px !important;
    align-items: center !important;
    gap: 22px !important;
  }

  body[data-page="home"] .mall-header-icon.menu-toggle,
  body[data-page="products"] .mall-header-icon.menu-toggle {
    display: none !important;
  }

  body[data-page="home"] .mall-header-brand,
  body[data-page="products"] .mall-header-brand {
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .mall-header-brand strong,
  body[data-page="products"] .mall-header-brand strong {
    max-width: none !important;
    font-size: 1.55rem !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .mall-desktop-nav,
  body[data-page="products"] .mall-desktop-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    height: 46px !important;
    gap: 2px !important;
    padding: 4px !important;
    border: 1px solid rgba(37, 99, 255, 0.12) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(240, 247, 255, 0.72)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 34px rgba(37, 99, 255, 0.08) !important;
    backdrop-filter: blur(14px) saturate(1.12) !important;
  }

  body[data-page="home"] .mall-desktop-nav a,
  body[data-page="products"] .mall-desktop-nav a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 36px !important;
    padding: 0 13px !important;
    overflow: hidden !important;
    color: #334866 !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    font-size: 0.92rem !important;
    font-weight: 850 !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease !important;
  }

  body[data-page="home"] .mall-desktop-nav a::before,
  body[data-page="products"] .mall-desktop-nav a::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: inherit !important;
    background: linear-gradient(135deg, rgba(37, 99, 255, 0.12), rgba(34, 211, 238, 0.14)) !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
  }

  body[data-page="home"] .mall-desktop-nav a:hover,
  body[data-page="products"] .mall-desktop-nav a:hover,
  body[data-page="home"] .mall-desktop-nav a.is-active,
  body[data-page="products"] .mall-desktop-nav a.is-active {
    color: #1553f0 !important;
    transform: translateY(-1px) !important;
  }

  body[data-page="home"] .mall-desktop-nav a:hover::before,
  body[data-page="products"] .mall-desktop-nav a:hover::before,
  body[data-page="home"] .mall-desktop-nav a.is-active::before,
  body[data-page="products"] .mall-desktop-nav a.is-active::before {
    opacity: 1 !important;
  }

  body[data-page="home"] .mall-header-actions,
  body[data-page="products"] .mall-header-actions {
    justify-content: flex-end !important;
  }

  body[data-page="home"] .mobile-menu,
  body[data-page="products"] .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .mall-desktop-nav {
    display: none !important;
  }
}

/* 2026-05-16: Stronger desktop override for older homepage header fit rules */
@media (min-width: 981px) {
  body[data-page="home"] .site-header .mall-header-row,
  body[data-page="products"] .site-header .container.mall-header-row {
    width: min(1320px, calc(100% - 64px)) !important;
    min-height: 72px !important;
    grid-template-columns: minmax(230px, 270px) minmax(620px, 1fr) 116px !important;
    gap: 22px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand,
  body[data-page="products"] .site-header .mall-header-brand {
    justify-self: start !important;
    justify-content: flex-start !important;
    max-width: none !important;
  }

  body[data-page="home"] .site-header .mall-header-brand strong,
  body[data-page="products"] .site-header .mall-header-brand strong {
    max-width: none !important;
  }

  body[data-page="home"] .site-header .mall-header-actions,
  body[data-page="products"] .site-header .mall-header-actions {
    justify-self: end !important;
  }
}

@media (min-width: 981px) and (max-width: 1279px) {
  body[data-page="home"] .site-header .mall-header-row,
  body[data-page="products"] .site-header .container.mall-header-row {
    width: min(100%, calc(100vw - 36px)) !important;
    grid-template-columns: minmax(168px, 210px) minmax(0, 1fr) 92px !important;
    gap: 12px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand,
  body[data-page="products"] .site-header .mall-header-brand {
    gap: 9px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand img,
  body[data-page="products"] .site-header .mall-header-brand img {
    width: 34px !important;
    height: 34px !important;
    border-radius: 11px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand strong,
  body[data-page="products"] .site-header .mall-header-brand strong {
    font-size: 1.25rem !important;
    letter-spacing: -0.035em !important;
  }

  body[data-page="home"] .mall-desktop-nav,
  body[data-page="products"] .mall-desktop-nav {
    height: 42px !important;
    justify-content: space-between !important;
    gap: 0 !important;
    padding: 3px !important;
  }

  body[data-page="home"] .mall-desktop-nav a,
  body[data-page="products"] .mall-desktop-nav a {
    height: 34px !important;
    min-width: 0 !important;
    padding: 0 clamp(5px, 0.65vw, 9px) !important;
    font-size: clamp(0.72rem, 1.08vw, 0.84rem) !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="home"] .site-header .mall-header-actions .mall-header-icon,
  body[data-page="products"] .site-header .mall-header-actions .mall-header-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (min-width: 981px) and (max-width: 1080px) {
  body[data-page="home"] .site-header .mall-header-row,
  body[data-page="products"] .site-header .container.mall-header-row {
    grid-template-columns: 158px minmax(0, 1fr) 86px !important;
    gap: 10px !important;
  }

  body[data-page="home"] .site-header .mall-header-brand strong,
  body[data-page="products"] .site-header .mall-header-brand strong {
    font-size: 1.12rem !important;
  }

  body[data-page="home"] .site-header .mall-header-brand img,
  body[data-page="products"] .site-header .mall-header-brand img {
    width: 32px !important;
    height: 32px !important;
  }

  body[data-page="home"] .mall-desktop-nav a,
  body[data-page="products"] .mall-desktop-nav a {
    padding: 0 4px !important;
    font-size: 0.7rem !important;
  }

  body[data-page="home"] .site-header .mall-header-actions,
  body[data-page="products"] .site-header .mall-header-actions {
    gap: 4px !important;
  }

  body[data-page="home"] .site-header .mall-header-actions .mall-header-icon,
  body[data-page="products"] .site-header .mall-header-actions .mall-header-icon {
    width: 38px !important;
    height: 38px !important;
  }
}

/* 2026-05-16: cleaner product cards with larger covers */
body[data-page="products"] .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr)) !important;
  gap: 22px !important;
}

body[data-page="products"] .product-card {
  overflow: hidden !important;
  border: 1px solid rgba(210, 222, 238, 0.9) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

body[data-page="products"] .product-card:hover {
  border-color: rgba(37, 99, 235, 0.22) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.085) !important;
}

body[data-page="products"] .product-card-media {
  height: clamp(232px, 18.5vw, 276px) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #f3f8ff 0%, #eaf3ff 100%) !important;
}

body[data-page="products"] .product-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
}

body[data-page="products"] .product-chip {
  top: 12px !important;
  left: 12px !important;
  padding: 5px 9px !important;
  color: #2563eb !important;
  border: 1px solid rgba(37, 99, 235, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: none !important;
  font-size: 0.75rem !important;
}

body[data-page="products"] .discount-chip {
  display: none !important;
}

body[data-page="products"] .product-card-body {
  display: grid !important;
  gap: 10px !important;
  padding: 15px 16px 17px !important;
}

body[data-page="products"] .product-topline,
body[data-page="products"] .product-card-copy,
body[data-page="products"] .card-actions {
  display: none !important;
}

body[data-page="products"] .product-card-title {
  display: -webkit-box !important;
  min-height: 2.64em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #0b1628 !important;
  font-size: 1.08rem !important;
  line-height: 1.32 !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body[data-page="products"] .price-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

body[data-page="products"] .price-row strong {
  color: #ef4444 !important;
  font-size: 1.52rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
}

body[data-page="products"] .price-row span {
  color: #96a3b6 !important;
  font-size: 0.86rem !important;
  font-weight: 650 !important;
}

@media (min-width: 981px) {
  body[data-page="home"] .tc-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  body[data-page="home"] .tc-product-card {
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(190, 210, 238, 0.82) !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.075) !important;
  }

  body[data-page="home"] .tc-product-card:hover {
    border-color: rgba(37, 99, 235, 0.28) !important;
    box-shadow: 0 20px 44px rgba(37, 99, 235, 0.14) !important;
  }

  body[data-page="home"] .tc-card-cover {
    height: clamp(222px, 16.8vw, 262px) !important;
    padding: 0 !important;
    background: #edf6ff !important;
  }

  body[data-page="home"] .tc-card-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .tc-card-badge {
    left: 12px !important;
    top: 12px !important;
    padding: 5px 9px !important;
    color: #2563eb !important;
    border: 1px solid rgba(37, 99, 235, 0.13) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none !important;
    font-size: 0.74rem !important;
  }

  body[data-page="home"] .tc-card-body {
    display: grid !important;
    gap: 11px !important;
    padding: 15px 16px 16px !important;
  }

  body[data-page="home"] .tc-card-body h3 {
    display: -webkit-box !important;
    min-height: 2.64em !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #0b1628 !important;
    font-size: 1.08rem !important;
    line-height: 1.32 !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body[data-page="home"] .tc-card-body p,
  body[data-page="home"] .tc-card-body dl,
  body[data-page="home"] .tc-card-body em {
    display: none !important;
  }

  body[data-page="home"] .tc-card-price {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-top: 0 !important;
  }

  body[data-page="home"] .tc-card-price span {
    color: #ef4444 !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
  }

  body[data-page="home"] .tc-card-price strong {
    color: #ef4444 !important;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
  }

  body[data-page="home"] .tc-card-price del {
    color: #96a3b6 !important;
    font-size: 0.86rem !important;
  }
}

@media (max-width: 680px) {
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 14px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(146px, 39vw, 168px) !important;
  }

  body[data-page="products"] .product-card-body {
    gap: 8px !important;
    padding: 10px 10px 12px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.5em !important;
    font-size: 0.92rem !important;
    line-height: 1.25 !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.16rem !important;
  }

  body[data-page="products"] .price-row span {
    font-size: 0.72rem !important;
  }

  body[data-page="products"] .product-chip {
    top: 8px !important;
    left: 8px !important;
    transform: scale(0.82) !important;
    transform-origin: left top !important;
  }
}

/* 2026-05-16: PC-only inner page scale-up, keep mobile untouched */
@media (min-width: 981px) {
  body:not([data-page="home"]):not([data-page="admin"]) {
    background:
      radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 26%),
      linear-gradient(180deg, #f7fbff 0%, #eef5ff 48%, #f7fbff 100%) !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .container:not(.mall-header-row) {
    width: min(1460px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .section,
  body:not([data-page="home"]):not([data-page="admin"]) .section-tight {
    padding-top: clamp(48px, 5vw, 76px) !important;
    padding-bottom: clamp(70px, 7vw, 112px) !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .page-hero {
    padding: clamp(58px, 6vw, 96px) 0 clamp(38px, 4vw, 68px) !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .page-hero-card,
  body:not([data-page="home"]):not([data-page="admin"]) .contact-card,
  body:not([data-page="home"]):not([data-page="admin"]) .feature-panel,
  body:not([data-page="home"]):not([data-page="admin"]) .checkout-panel,
  body:not([data-page="home"]):not([data-page="admin"]) .profile-panel,
  body:not([data-page="home"]):not([data-page="admin"]) .auth-panel {
    border-radius: 34px !important;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.08) !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .page-hero-card {
    padding: clamp(40px, 4.6vw, 70px) !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .page-hero-card h1,
  body[data-page="articles"] .article-hero h1,
  body[data-page="article"] .article-detail-hero h1 {
    font-size: clamp(3.35rem, 5.4vw, 6.1rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .page-hero-card p,
  body[data-page="articles"] .article-hero p,
  body[data-page="article"] .article-detail-hero p {
    max-width: 860px !important;
    font-size: 1.12rem !important;
    line-height: 1.9 !important;
  }

  body[data-page="products"] .products-simple-section {
    padding-top: 46px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1460px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
    gap: 32px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    padding: 36px 42px !important;
    border-radius: 30px !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.075) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    font-size: clamp(2.8rem, 4.6vw, 5.2rem) !important;
    line-height: 0.98 !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    max-width: 460px !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    max-width: 980px !important;
    grid-template-columns: minmax(0, 1fr) 124px !important;
    gap: 14px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell,
  body[data-page="products"] .products-simple-filter .catalog-search-line input,
  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 58px !important;
  }

  body[data-page="products"] .catalog-topbar {
    padding: 18px 0 20px !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: clamp(2.35rem, 3.5vw, 4.1rem) !important;
    line-height: 1 !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
    gap: 26px !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(270px, 20vw, 326px) !important;
  }

  body[data-page="products"] .product-card-body {
    padding: 18px 20px 20px !important;
  }

  body[data-page="products"] .product-card-title {
    font-size: 1.18rem !important;
  }

  body[data-page="product"] .mp-detail-page {
    padding: 44px 0 118px !important;
  }

  body[data-page="product"] .mp-detail-container {
    width: min(1400px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
  }

  body[data-page="product"] .mp-detail-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.62fr) !important;
    gap: 30px !important;
    align-items: start !important;
  }

  body[data-page="product"] .mp-detail-hero {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.82fr) !important;
    align-items: stretch !important;
  }

  body[data-page="product"] .mp-product-cover {
    height: clamp(430px, 35vw, 560px) !important;
    object-fit: contain !important;
    background:
      radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.12), transparent 38%),
      linear-gradient(135deg, #edf6ff, #dcecf9) !important;
  }

  body[data-page="product"] .mp-hero-info {
    align-content: center !important;
    padding: clamp(40px, 4vw, 64px) !important;
  }

  body[data-page="product"] .mp-title-xl {
    font-size: clamp(3.1rem, 4.8vw, 5.8rem) !important;
    line-height: 0.98 !important;
  }

  body[data-page="product"] .mp-subtitle {
    font-size: 1.12rem !important;
    line-height: 1.9 !important;
  }

  body[data-page="product"] .mp-video-card {
    grid-column: 1 !important;
  }

  body[data-page="product"] .mp-video-card video {
    height: clamp(520px, 42vw, 680px) !important;
  }

  body[data-page="product"] .mp-info-grid {
    grid-column: 2 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body[data-page="product"] .mp-detail-shell > .mp-block {
    grid-column: 1 / -1 !important;
  }

  body[data-page="product"] .mp-hero-info,
  body[data-page="product"] .mp-block,
  body[data-page="product"] .mp-video-card {
    padding: clamp(28px, 3vw, 42px) !important;
  }

  body[data-page="product"] .mp-title {
    font-size: clamp(1.65rem, 2.4vw, 2.5rem) !important;
  }

  body[data-page="product"] .mp-spec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body[data-page="articles"] .article-hero .container,
  body[data-page="article"] .article-detail-hero .container,
  body[data-page="article"] .article-detail-section .container {
    width: min(1420px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
  }

  body[data-page="articles"] .article-hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 54px !important;
  }

  body[data-page="articles"] .article-grid,
  body[data-page="home"] .new-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }

  body[data-page="article"] .article-detail-layout {
    grid-template-columns: minmax(0, 0.86fr) 360px !important;
    gap: 70px !important;
  }

  body[data-page="article"] .article-content {
    padding: clamp(44px, 4.2vw, 72px) !important;
    border-radius: 34px !important;
  }

  body[data-page="article"] .article-content p {
    font-size: 1.16rem !important;
    line-height: 2.05 !important;
  }

  body:not([data-page="home"]):not([data-page="admin"]) .contact-grid,
  body:not([data-page="home"]):not([data-page="admin"]) .about-story-grid,
  body:not([data-page="home"]):not([data-page="admin"]) .feature-grid,
  body:not([data-page="home"]):not([data-page="admin"]) .category-grid {
    gap: 30px !important;
  }

body:not([data-page="home"]):not([data-page="admin"]) .contact-card {
    min-height: 360px !important;
    padding: 38px !important;
  }
}

/* 2026-05-16: desktop product mall v57, cleaner cloud-market layout */
@media (min-width: 981px) {
  body[data-page="products"] {
    --mall-ink: #071426;
    --mall-muted: #64748b;
    --mall-blue: #2563eb;
    --mall-cyan: #06b6d4;
    --mall-surface: rgba(255, 255, 255, 0.88);
    --mall-line: rgba(178, 199, 226, 0.72);
    background:
      radial-gradient(circle at 16% -6%, rgba(37, 99, 235, 0.16), transparent 28%),
      radial-gradient(circle at 92% 2%, rgba(6, 182, 212, 0.13), transparent 26%),
      linear-gradient(180deg, #f8fbff 0%, #eef5fd 46%, #f8fbff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    overflow: visible !important;
    padding: 58px 0 118px !important;
  }

  body[data-page="products"] .products-simple-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background-image:
      linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px) !important;
    background-size: 54px 54px !important;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 70%) !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    position: relative !important;
    z-index: 1 !important;
    width: min(1480px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
    display: grid !important;
    grid-template-columns: 318px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 30px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    position: sticky !important;
    top: 92px !important;
    isolation: isolate !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 22px !important;
    min-height: auto !important;
    padding: 26px !important;
    border: 1px solid var(--mall-line) !important;
    border-radius: 30px !important;
    color: var(--mall-ink) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.88)) !important;
    box-shadow:
      0 24px 62px rgba(15, 23, 42, 0.085),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::before {
    content: "" !important;
    position: absolute !important;
    inset: auto -90px -110px auto !important;
    width: 220px !important;
    height: 220px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 65%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
    animation: none !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::after {
    content: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    grid-area: auto !important;
    align-self: auto !important;
    display: grid !important;
    gap: 12px !important;
    max-width: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head > div {
    display: grid !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter .eyebrow,
  body[data-page="products"] .catalog-topbar .eyebrow {
    color: #2563eb !important;
    letter-spacing: 0.26em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    margin: 0 !important;
    max-width: none !important;
    color: var(--mall-ink) !important;
    font-size: 2.15rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.06em !important;
    text-shadow: none !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    max-width: none !important;
    margin: 0 !important;
    color: var(--mall-muted) !important;
    font-size: 0.92rem !important;
    line-height: 1.72 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    grid-area: auto !important;
    align-self: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 58px !important;
    border: 1px solid rgba(190, 207, 230, 0.86) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell span {
    color: #7a8ca4 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    color: var(--mall-ink) !important;
    font-size: 0.96rem !important;
    font-weight: 720 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 52px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1282e8 60%, #06b6d4 100%) !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18) !important;
  }

  body[data-page="products"] .root-filter-card {
    grid-area: auto !important;
    display: grid !important;
    gap: 12px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(207, 220, 238, 0.86) !important;
  }

  body[data-page="products"] .products-simple-filter .filter-label {
    color: #102033 !important;
    font-size: 0.96rem !important;
    font-weight: 900 !important;
  }

  body[data-page="products"] .products-simple-filter #root-filter-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    justify-content: flex-start !important;
    min-height: 52px !important;
    width: 100% !important;
    padding: 9px 12px !important;
    gap: 11px !important;
    border: 1px solid rgba(198, 214, 235, 0.9) !important;
    border-radius: 17px !important;
    color: #24364d !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip:hover {
    transform: translateX(4px) !important;
    border-color: rgba(37, 99, 235, 0.28) !important;
    background: rgba(239, 246, 255, 0.92) !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip.is-active {
    color: #ffffff !important;
    border-color: rgba(37, 99, 235, 0.32) !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 56%, #06b6d4 100%) !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.20) !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-meta,
  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-level {
    display: none !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-label {
    font-size: 0.96rem !important;
    font-weight: 860 !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #f7fbff, #e8f2ff) !important;
  }

  body[data-page="products"] .catalog-column {
    min-width: 0 !important;
    display: grid !important;
    gap: 24px !important;
  }

  body[data-page="products"] .catalog-topbar {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 28px !important;
    min-height: 214px !important;
    padding: 34px 40px !important;
    border: 1px solid var(--mall-line) !important;
    border-radius: 34px !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.13), transparent 34%),
      linear-gradient(135deg, rgba(255,255,255,0.96), rgba(242, 248, 255, 0.9)) !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.075), inset 0 1px 0 rgba(255,255,255,0.9) !important;
  }

  body[data-page="products"] .catalog-topbar::after {
    content: "" !important;
    position: absolute !important;
    right: -90px !important;
    top: -120px !important;
    width: 360px !important;
    height: 360px !important;
    border-radius: 999px !important;
    background:
      radial-gradient(circle, rgba(6, 182, 212, 0.18), transparent 63%) !important;
    pointer-events: none !important;
  }

  body[data-page="products"] .catalog-topbar > * {
    position: relative !important;
    z-index: 1 !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    margin: 0 !important;
    color: var(--mall-ink) !important;
    font-size: clamp(3.2rem, 4.6vw, 5.7rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.085em !important;
  }

  body[data-page="products"] #catalog-summary {
    max-width: 520px !important;
    margin: 0 !important;
    color: var(--mall-muted) !important;
    font-size: 0.98rem !important;
    line-height: 1.82 !important;
    text-align: right !important;
  }

  body[data-page="products"] .product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  body[data-page="products"] .product-card {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(188, 206, 231, 0.82) !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255,255,255,0.95) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
  }

  body[data-page="products"] .product-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(37, 99, 235, 0.30) !important;
    box-shadow: 0 28px 74px rgba(37, 99, 235, 0.14) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(236px, 18.5vw, 308px) !important;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at 50% 16%, rgba(37, 99, 235, 0.10), transparent 38%),
      linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%) !important;
  }

  body[data-page="products"] .product-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.28s ease, filter 0.28s ease !important;
  }

  body[data-page="products"] .product-card:hover .product-card-media img {
    transform: scale(1.028) !important;
    filter: saturate(1.04) contrast(1.02) !important;
  }

  body[data-page="products"] .product-chip {
    top: 14px !important;
    left: 14px !important;
    max-width: calc(100% - 28px) !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(37, 99, 235, 0.16) !important;
    border-radius: 999px !important;
    color: #1d4ed8 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10) !important;
    backdrop-filter: blur(10px) !important;
  }

  body[data-page="products"] .discount-chip {
    right: 14px !important;
    bottom: 14px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ef4444, #f97316) !important;
    box-shadow: 0 14px 32px rgba(239, 68, 68, 0.25) !important;
  }

  body[data-page="products"] .product-card-body {
    display: grid !important;
    gap: 11px !important;
    padding: 19px 20px 21px !important;
  }

  body[data-page="products"] .product-topline {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    color: #8796aa !important;
    font-size: 0.75rem !important;
    font-weight: 760 !important;
  }

  body[data-page="products"] .product-card-title {
    display: -webkit-box !important;
    min-height: 2.5em !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #0f172a !important;
    font-size: 1.18rem !important;
    font-weight: 850 !important;
    line-height: 1.26 !important;
    letter-spacing: -0.035em !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body[data-page="products"] .product-card-copy {
    display: -webkit-box !important;
    min-height: 2.9em !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #66758b !important;
    font-size: 0.89rem !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body[data-page="products"] .price-row {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 4px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  body[data-page="products"] .price-row strong {
    color: #ef4444 !important;
    font-size: 1.5rem !important;
    font-weight: 940 !important;
    letter-spacing: -0.055em !important;
  }

  body[data-page="products"] .price-row span {
    color: #9aa8ba !important;
    font-size: 0.84rem !important;
    font-weight: 780 !important;
  }

  body[data-page="products"] .card-actions {
    display: none !important;
  }
}

/* 2026-05-16: final PC-only product mall override, must remain after older blocks */
@media (min-width: 981px) {
  body[data-page="products"] {
    background:
      radial-gradient(circle at 16% -6%, rgba(37, 99, 235, 0.16), transparent 28%),
      radial-gradient(circle at 92% 2%, rgba(6, 182, 212, 0.13), transparent 26%),
      linear-gradient(180deg, #f8fbff 0%, #eef5fd 46%, #f8fbff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    overflow: visible !important;
    padding: 58px 0 118px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1480px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
    display: grid !important;
    grid-template-columns: 318px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 30px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    position: sticky !important;
    top: 92px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 22px !important;
    min-height: auto !important;
    padding: 26px !important;
    border: 1px solid rgba(178, 199, 226, 0.72) !important;
    border-radius: 30px !important;
    color: #071426 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.88)) !important;
    box-shadow: 0 24px 62px rgba(15, 23, 42, 0.085), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::before {
    content: "" !important;
    position: absolute !important;
    inset: auto -90px -110px auto !important;
    width: 220px !important;
    height: 220px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 65%) !important;
    pointer-events: none !important;
    animation: none !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::after {
    content: none !important;
    animation: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head,
  body[data-page="products"] .products-simple-filter .catalog-search-line,
  body[data-page="products"] .root-filter-card {
    grid-area: auto !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    display: grid !important;
    gap: 12px !important;
    max-width: none !important;
  }

  body[data-page="products"] .products-simple-filter .eyebrow,
  body[data-page="products"] .catalog-topbar .eyebrow {
    color: #2563eb !important;
    letter-spacing: 0.26em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    color: #071426 !important;
    font-size: 2.15rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.06em !important;
    text-shadow: none !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    color: #64748b !important;
    font-size: 0.92rem !important;
    line-height: 1.72 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 58px !important;
    border: 1px solid rgba(190, 207, 230, 0.86) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell span {
    color: #7a8ca4 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    color: #071426 !important;
    font-size: 0.96rem !important;
    font-weight: 720 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 52px !important;
    width: 100% !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1282e8 60%, #06b6d4 100%) !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18) !important;
  }

  body[data-page="products"] .root-filter-card {
    display: grid !important;
    gap: 12px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(207, 220, 238, 0.86) !important;
  }

  body[data-page="products"] .products-simple-filter .filter-label {
    color: #102033 !important;
  }

  body[data-page="products"] .products-simple-filter #root-filter-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    justify-content: flex-start !important;
    min-height: 52px !important;
    width: 100% !important;
    padding: 9px 12px !important;
    color: #24364d !important;
    border: 1px solid rgba(198, 214, 235, 0.9) !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip.is-active {
    color: #ffffff !important;
    border-color: rgba(37, 99, 235, 0.32) !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 56%, #06b6d4 100%) !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.20) !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-meta,
  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-level {
    display: none !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #f7fbff, #e8f2ff) !important;
  }

  body[data-page="products"] .catalog-column {
    min-width: 0 !important;
    display: grid !important;
    gap: 24px !important;
  }

  body[data-page="products"] .catalog-topbar {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    min-height: 214px !important;
    padding: 34px 40px !important;
    border: 1px solid rgba(178, 199, 226, 0.72) !important;
    border-radius: 34px !important;
    background: radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.13), transparent 34%), linear-gradient(135deg, rgba(255,255,255,0.96), rgba(242, 248, 255, 0.9)) !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.075), inset 0 1px 0 rgba(255,255,255,0.9) !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    color: #071426 !important;
    font-size: clamp(3.2rem, 4.6vw, 5.7rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.085em !important;
  }

  body[data-page="products"] #catalog-summary {
    max-width: 520px !important;
    color: #64748b !important;
    font-size: 0.98rem !important;
    line-height: 1.82 !important;
    text-align: right !important;
  }

  body[data-page="products"] .product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body[data-page="products"] .product-card {
    border: 1px solid rgba(188, 206, 231, 0.82) !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255,255,255,0.95) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(236px, 18.5vw, 308px) !important;
    background: radial-gradient(circle at 50% 16%, rgba(37, 99, 235, 0.10), transparent 38%), linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%) !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1640px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: 336px minmax(0, 1fr) !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* 2026-05-18: compact mobile footer and normalize nested search inputs */
body:not([data-page="admin"]) .field-shell input,
body:not([data-page="admin"]) .catalog-search-line input,
body:not([data-page="admin"]) .inline-search input,
body:not([data-page="admin"]) .home-store-search input,
body:not([data-page="admin"]) .new-search input,
body:not([data-page="admin"]) .ref-search-form input,
body:not([data-page="admin"]) .hero-search input {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body:not([data-page="admin"]) .field-shell input:focus,
body:not([data-page="admin"]) .catalog-search-line input:focus,
body:not([data-page="admin"]) .inline-search input:focus,
body:not([data-page="admin"]) .home-store-search input:focus,
body:not([data-page="admin"]) .new-search input:focus,
body:not([data-page="admin"]) .ref-search-form input:focus,
body:not([data-page="admin"]) .hero-search input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body:not([data-page="admin"]) .catalog-search-line .field-shell,
body:not([data-page="admin"]) .inline-search,
body:not([data-page="admin"]) .home-store-search,
body:not([data-page="admin"]) .new-search,
body:not([data-page="admin"]) .ref-search-form .field-shell,
body:not([data-page="admin"]) .hero-search .field-shell {
  box-sizing: border-box !important;
}

@media (max-width: 980px) {
  body:not([data-page="admin"]) .site-footer {
    margin-top: 24px !important;
    padding: 22px 0 calc(22px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(185, 204, 230, 0.72) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%) !important;
  }

  body:not([data-page="admin"]) .site-footer .container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    padding: 0 !important;
  }

  body:not([data-page="admin"]) .site-footer .footer-grid {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body:not([data-page="admin"]) .site-footer .footer-brand-panel {
    display: grid !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid rgba(190, 207, 230, 0.72) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 10px 26px rgba(31, 65, 116, 0.06) !important;
  }

  body:not([data-page="admin"]) .site-footer .brand {
    gap: 8px !important;
  }

  body:not([data-page="admin"]) .site-footer .brand-mark-img {
    width: 30px !important;
    height: 30px !important;
  }

  body:not([data-page="admin"]) .site-footer .brand-title {
    font-size: 1rem !important;
  }

  body:not([data-page="admin"]) .site-footer .brand-subtitle,
  body:not([data-page="admin"]) .site-footer .brand-origin,
  body:not([data-page="admin"]) .site-footer .brand-origin-copy,
  body:not([data-page="admin"]) .site-footer .footer-badges,
  body:not([data-page="admin"]) .site-footer .footer-grid > div:not(.footer-brand-panel) {
    display: none !important;
  }

  body:not([data-page="admin"]) .site-footer .footer-text {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #64748b !important;
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body:not([data-page="admin"]) .site-footer .footer-bottom {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px 10px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #94a3b8 !important;
    font-size: 0.72rem !important;
    text-align: center !important;
  }

  body:not([data-page="admin"]) .site-footer .footer-bottom span:last-child {
    display: none !important;
  }

  body:not([data-page="admin"]) .catalog-search-line .field-shell,
  body:not([data-page="admin"]) .products-simple-filter .catalog-search-line .field-shell,
  body:not([data-page="admin"]) .products-top-filter .catalog-search-line .field-shell {
    overflow: hidden !important;
  }

  body:not([data-page="admin"]) .catalog-search-line input[type="search"]::-webkit-search-decoration,
  body:not([data-page="admin"]) .catalog-search-line input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none !important;
  }
}

/* 2026-05-17: effective final PC product library refinement */
@media (min-width: 981px) {
  body[data-page="products"] {
    background:
      radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.10), transparent 28%),
      radial-gradient(circle at 88% 4%, rgba(6, 182, 212, 0.09), transparent 26%),
      linear-gradient(180deg, #f9fcff 0%, #f1f6fc 46%, #f9fcff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    padding: 42px 0 108px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1420px, calc(100% - 80px)) !important;
    max-width: calc(100% - 80px) !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    top: 86px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    border-color: rgba(190, 207, 230, 0.78) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    font-size: 1.78rem !important;
    letter-spacing: -0.045em !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    font-size: 0.86rem !important;
    line-height: 1.68 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 52px !important;
    border-radius: 15px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 48px !important;
    border-radius: 15px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    min-height: 46px !important;
    border-radius: 14px !important;
    padding: 8px 10px !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
    border-radius: 10px !important;
  }

  body[data-page="products"] .catalog-column {
    gap: 20px !important;
  }

  body[data-page="products"] .catalog-topbar {
    min-height: 150px !important;
    padding: 28px 32px !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92)) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: clamp(2.45rem, 3vw, 3.7rem) !important;
    letter-spacing: -0.065em !important;
  }

  body[data-page="products"] #catalog-summary {
    max-width: 480px !important;
    font-size: 0.9rem !important;
  }

  body[data-page="products"] .product-grid {
    gap: 18px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(210px, 16vw, 258px) !important;
  }

  body[data-page="products"] .discount-chip {
    display: none !important;
  }

  body[data-page="products"] .product-card-body {
    gap: 8px !important;
    padding: 15px 16px 17px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.38em !important;
    font-size: 1.04rem !important;
    line-height: 1.22 !important;
  }

  body[data-page="products"] .product-card-copy {
    display: none !important;
  }

  body[data-page="products"] .price-row {
    margin-top: 2px !important;
    padding-top: 11px !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.34rem !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1560px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: 296px minmax(0, 1fr) !important;
  }
}

/* 2026-05-17: effective final PC product library refinement */
@media (min-width: 981px) {
  body[data-page="products"] {
    background:
      radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.10), transparent 28%),
      radial-gradient(circle at 88% 4%, rgba(6, 182, 212, 0.09), transparent 26%),
      linear-gradient(180deg, #f9fcff 0%, #f1f6fc 46%, #f9fcff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    padding: 42px 0 108px !important;
  }

  body[data-page="products"] .products-simple-section::before {
    opacity: 0.72 !important;
    background-size: 64px 64px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1420px, calc(100% - 80px)) !important;
    max-width: calc(100% - 80px) !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    top: 86px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    border-color: rgba(190, 207, 230, 0.78) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    font-size: 1.78rem !important;
    letter-spacing: -0.045em !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    font-size: 0.86rem !important;
    line-height: 1.68 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 52px !important;
    border-radius: 15px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 48px !important;
    border-radius: 15px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    min-height: 46px !important;
    border-radius: 14px !important;
    padding: 8px 10px !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
    border-radius: 10px !important;
  }

  body[data-page="products"] .catalog-column {
    gap: 20px !important;
  }

  body[data-page="products"] .catalog-topbar {
    min-height: 150px !important;
    padding: 28px 32px !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92)) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: clamp(2.45rem, 3vw, 3.7rem) !important;
    letter-spacing: -0.065em !important;
  }

  body[data-page="products"] #catalog-summary {
    max-width: 480px !important;
    font-size: 0.9rem !important;
  }

  body[data-page="products"] .product-grid {
    gap: 18px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  body[data-page="products"] .product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 24px 58px rgba(37, 99, 235, 0.12) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(210px, 16vw, 258px) !important;
  }

  body[data-page="products"] .product-chip {
    top: 12px !important;
    left: 12px !important;
    padding: 6px 10px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08) !important;
  }

  body[data-page="products"] .discount-chip {
    display: none !important;
  }

  body[data-page="products"] .product-card-body {
    gap: 8px !important;
    padding: 15px 16px 17px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.38em !important;
    font-size: 1.04rem !important;
    line-height: 1.22 !important;
  }

  body[data-page="products"] .product-card-copy {
    display: none !important;
  }

  body[data-page="products"] .price-row {
    margin-top: 2px !important;
    padding-top: 11px !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.34rem !important;
  }

  body[data-page="products"] .price-row span {
    font-size: 0.78rem !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1560px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: 296px minmax(0, 1fr) !important;
  }
}

/* 2026-05-17: PC product library refinement, clean with a light tech feel */
@media (min-width: 981px) {
  body[data-page="products"] {
    background:
      radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.10), transparent 28%),
      radial-gradient(circle at 88% 4%, rgba(6, 182, 212, 0.09), transparent 26%),
      linear-gradient(180deg, #f9fcff 0%, #f1f6fc 46%, #f9fcff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    padding: 42px 0 108px !important;
  }

  body[data-page="products"] .products-simple-section::before {
    opacity: 0.72 !important;
    background-size: 64px 64px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1420px, calc(100% - 80px)) !important;
    max-width: calc(100% - 80px) !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    top: 86px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    border-color: rgba(190, 207, 230, 0.78) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)) !important;
    box-shadow:
      0 18px 42px rgba(15, 23, 42, 0.065),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::before {
    opacity: 0.72 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    gap: 10px !important;
  }

  body[data-page="products"] .products-simple-filter .eyebrow,
  body[data-page="products"] .catalog-topbar .eyebrow {
    font-size: 0.72rem !important;
    letter-spacing: 0.24em !important;
    color: #2563eb !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    font-size: 1.78rem !important;
    letter-spacing: -0.045em !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    font-size: 0.86rem !important;
    line-height: 1.68 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    gap: 9px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 52px !important;
    border-radius: 15px !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    font-size: 0.9rem !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 48px !important;
    border-radius: 15px !important;
  }

  body[data-page="products"] .root-filter-card {
    gap: 10px !important;
    padding-top: 14px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    min-height: 46px !important;
    border-radius: 14px !important;
    padding: 8px 10px !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
    border-radius: 10px !important;
  }

  body[data-page="products"] .catalog-column {
    gap: 20px !important;
  }

  body[data-page="products"] .catalog-topbar {
    min-height: 150px !important;
    padding: 28px 32px !important;
    border-radius: 26px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92)) !important;
    box-shadow:
      0 18px 44px rgba(15, 23, 42, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  }

  body[data-page="products"] .catalog-topbar::after {
    right: -120px !important;
    top: -150px !important;
    opacity: 0.75 !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: clamp(2.45rem, 3vw, 3.7rem) !important;
    letter-spacing: -0.065em !important;
  }

  body[data-page="products"] #catalog-summary {
    max-width: 480px !important;
    font-size: 0.9rem !important;
  }

  body[data-page="products"] .product-grid {
    gap: 18px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 20px !important;
    box-shadow:
      0 14px 34px rgba(15, 23, 42, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  body[data-page="products"] .product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 24px 58px rgba(37, 99, 235, 0.12) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(210px, 16vw, 258px) !important;
  }

  body[data-page="products"] .product-chip {
    top: 12px !important;
    left: 12px !important;
    padding: 6px 10px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08) !important;
  }

  body[data-page="products"] .discount-chip {
    display: none !important;
  }

  body[data-page="products"] .product-card-body {
    gap: 8px !important;
    padding: 15px 16px 17px !important;
  }

  body[data-page="products"] .product-topline {
    color: #8a9bb0 !important;
    font-size: 0.72rem !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.38em !important;
    font-size: 1.04rem !important;
    line-height: 1.22 !important;
  }

  body[data-page="products"] .product-card-copy {
    display: none !important;
  }

  body[data-page="products"] .price-row {
    margin-top: 2px !important;
    padding-top: 11px !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.34rem !important;
  }

  body[data-page="products"] .price-row span {
    font-size: 0.78rem !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1560px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: 296px minmax(0, 1fr) !important;
  }
}

/* 2026-05-16: desktop product mall v57 override, placed last on purpose */
@media (min-width: 981px) {
  body[data-page="products"] {
    --mall-ink: #071426;
    --mall-muted: #64748b;
    --mall-blue: #2563eb;
    --mall-cyan: #06b6d4;
    --mall-line: rgba(178, 199, 226, 0.72);
    background:
      radial-gradient(circle at 16% -6%, rgba(37, 99, 235, 0.16), transparent 28%),
      radial-gradient(circle at 92% 2%, rgba(6, 182, 212, 0.13), transparent 26%),
      linear-gradient(180deg, #f8fbff 0%, #eef5fd 46%, #f8fbff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    overflow: visible !important;
    padding: 58px 0 118px !important;
  }

  body[data-page="products"] .products-simple-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background-image:
      linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px) !important;
    background-size: 54px 54px !important;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 70%) !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    position: relative !important;
    z-index: 1 !important;
    width: min(1480px, calc(100% - 72px)) !important;
    max-width: calc(100% - 72px) !important;
    display: grid !important;
    grid-template-columns: 318px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 30px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    position: sticky !important;
    top: 92px !important;
    isolation: isolate !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 22px !important;
    min-height: auto !important;
    padding: 26px !important;
    border: 1px solid var(--mall-line) !important;
    border-radius: 30px !important;
    color: var(--mall-ink) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.88)) !important;
    box-shadow:
      0 24px 62px rgba(15, 23, 42, 0.085),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::before {
    content: "" !important;
    position: absolute !important;
    inset: auto -90px -110px auto !important;
    width: 220px !important;
    height: 220px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 65%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
    animation: none !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board::after {
    content: none !important;
    animation: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    grid-area: auto !important;
    align-self: auto !important;
    display: grid !important;
    gap: 12px !important;
    max-width: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head > div {
    display: grid !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-simple-filter .eyebrow,
  body[data-page="products"] .catalog-topbar .eyebrow {
    color: #2563eb !important;
    letter-spacing: 0.26em !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    margin: 0 !important;
    max-width: none !important;
    color: var(--mall-ink) !important;
    font-size: 2.15rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.06em !important;
    text-shadow: none !important;
  }

  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    max-width: none !important;
    margin: 0 !important;
    color: var(--mall-muted) !important;
    font-size: 0.92rem !important;
    line-height: 1.72 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line {
    grid-area: auto !important;
    align-self: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 58px !important;
    border: 1px solid rgba(190, 207, 230, 0.86) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell span {
    color: #7a8ca4 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    color: var(--mall-ink) !important;
    font-size: 0.96rem !important;
    font-weight: 720 !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    min-height: 52px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1282e8 60%, #06b6d4 100%) !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18) !important;
  }

  body[data-page="products"] .root-filter-card {
    grid-area: auto !important;
    display: grid !important;
    gap: 12px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(207, 220, 238, 0.86) !important;
  }

  body[data-page="products"] .products-simple-filter .filter-label {
    color: #102033 !important;
    font-size: 0.96rem !important;
    font-weight: 900 !important;
  }

  body[data-page="products"] .products-simple-filter #root-filter-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip {
    justify-content: flex-start !important;
    min-height: 52px !important;
    width: 100% !important;
    padding: 9px 12px !important;
    gap: 11px !important;
    border: 1px solid rgba(198, 214, 235, 0.9) !important;
    border-radius: 17px !important;
    color: #24364d !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip:hover {
    transform: translateX(4px) !important;
    border-color: rgba(37, 99, 235, 0.28) !important;
    background: rgba(239, 246, 255, 0.92) !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip.is-active {
    color: #ffffff !important;
    border-color: rgba(37, 99, 235, 0.32) !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 56%, #06b6d4 100%) !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.20) !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-meta,
  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-level {
    display: none !important;
  }

  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-label {
    font-size: 0.96rem !important;
    font-weight: 860 !important;
  }

  body[data-page="products"] .product-category-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #f7fbff, #e8f2ff) !important;
  }

  body[data-page="products"] .catalog-column {
    min-width: 0 !important;
    display: grid !important;
    gap: 24px !important;
  }

  body[data-page="products"] .catalog-topbar {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 28px !important;
    min-height: 214px !important;
    padding: 34px 40px !important;
    border: 1px solid var(--mall-line) !important;
    border-radius: 34px !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.13), transparent 34%),
      linear-gradient(135deg, rgba(255,255,255,0.96), rgba(242, 248, 255, 0.9)) !important;
    box-shadow:
      0 24px 64px rgba(15, 23, 42, 0.075),
      inset 0 1px 0 rgba(255,255,255,0.9) !important;
  }

  body[data-page="products"] .catalog-topbar::after {
    content: "" !important;
    position: absolute !important;
    right: -90px !important;
    top: -120px !important;
    width: 360px !important;
    height: 360px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.18), transparent 63%) !important;
    pointer-events: none !important;
  }

  body[data-page="products"] .catalog-topbar > * {
    position: relative !important;
    z-index: 1 !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    margin: 0 !important;
    color: var(--mall-ink) !important;
    font-size: clamp(3.2rem, 4.6vw, 5.7rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.085em !important;
  }

  body[data-page="products"] #catalog-summary {
    max-width: 520px !important;
    margin: 0 !important;
    color: var(--mall-muted) !important;
    font-size: 0.98rem !important;
    line-height: 1.82 !important;
    text-align: right !important;
  }

  body[data-page="products"] .product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  body[data-page="products"] .product-card {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(188, 206, 231, 0.82) !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    box-shadow:
      0 18px 48px rgba(15, 23, 42, 0.07),
      inset 0 1px 0 rgba(255,255,255,0.95) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
  }

  body[data-page="products"] .product-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(37, 99, 235, 0.30) !important;
    box-shadow: 0 28px 74px rgba(37, 99, 235, 0.14) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(236px, 18.5vw, 308px) !important;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at 50% 16%, rgba(37, 99, 235, 0.10), transparent 38%),
      linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%) !important;
  }

  body[data-page="products"] .product-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.28s ease, filter 0.28s ease !important;
  }

  body[data-page="products"] .product-card:hover .product-card-media img {
    transform: scale(1.028) !important;
    filter: saturate(1.04) contrast(1.02) !important;
  }

  body[data-page="products"] .product-chip {
    top: 14px !important;
    left: 14px !important;
    max-width: calc(100% - 28px) !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(37, 99, 235, 0.16) !important;
    border-radius: 999px !important;
    color: #1d4ed8 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10) !important;
    backdrop-filter: blur(10px) !important;
  }

  body[data-page="products"] .discount-chip {
    right: 14px !important;
    bottom: 14px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ef4444, #f97316) !important;
    box-shadow: 0 14px 32px rgba(239, 68, 68, 0.25) !important;
  }

  body[data-page="products"] .product-card-body {
    display: grid !important;
    gap: 11px !important;
    padding: 19px 20px 21px !important;
  }

  body[data-page="products"] .product-topline {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    color: #8796aa !important;
    font-size: 0.75rem !important;
    font-weight: 760 !important;
  }

  body[data-page="products"] .product-card-title {
    display: -webkit-box !important;
    min-height: 2.5em !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #0f172a !important;
    font-size: 1.18rem !important;
    font-weight: 850 !important;
    line-height: 1.26 !important;
    letter-spacing: -0.035em !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body[data-page="products"] .product-card-copy {
    display: -webkit-box !important;
    min-height: 2.9em !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #66758b !important;
    font-size: 0.89rem !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body[data-page="products"] .price-row {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 4px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  body[data-page="products"] .price-row strong {
    color: #ef4444 !important;
    font-size: 1.5rem !important;
    font-weight: 940 !important;
    letter-spacing: -0.055em !important;
  }

  body[data-page="products"] .price-row span {
    color: #9aa8ba !important;
    font-size: 0.84rem !important;
    font-weight: 780 !important;
  }

  body[data-page="products"] .card-actions {
    display: none !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1640px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: 336px minmax(0, 1fr) !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1640px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: 336px minmax(0, 1fr) !important;
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* 2026-05-17: effective final PC product library refinement */
@media (min-width: 981px) {
  body[data-page="products"] {
    background:
      radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.10), transparent 28%),
      radial-gradient(circle at 88% 4%, rgba(6, 182, 212, 0.09), transparent 26%),
      linear-gradient(180deg, #f9fcff 0%, #f1f6fc 46%, #f9fcff 100%) !important;
  }

  body[data-page="products"] .products-simple-section {
    padding: 42px 0 108px !important;
  }

  body[data-page="products"] .catalog-layout,
  body[data-page="products"] .catalog-layout-flat {
    width: min(1420px, calc(100% - 80px)) !important;
    max-width: calc(100% - 80px) !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    top: 86px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    font-size: 1.78rem !important;
  }

  body[data-page="products"] .catalog-topbar {
    min-height: 150px !important;
    padding: 28px 32px !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92)) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  }

  body[data-page="products"] .catalog-topbar h2 {
    font-size: clamp(2.45rem, 3vw, 3.7rem) !important;
  }

  body[data-page="products"] .product-grid {
    gap: 18px !important;
  }

  body[data-page="products"] .product-card {
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  body[data-page="products"] .product-card-media {
    height: clamp(210px, 16vw, 258px) !important;
  }

  body[data-page="products"] .discount-chip,
  body[data-page="products"] .product-card-copy {
    display: none !important;
  }

  body[data-page="products"] .product-card-body {
    gap: 8px !important;
    padding: 15px 16px 17px !important;
  }

  body[data-page="products"] .product-card-title {
    min-height: 2.38em !important;
    font-size: 1.04rem !important;
  }

  body[data-page="products"] .price-row strong {
    font-size: 1.34rem !important;
  }
}
/* WeChat-only account access */
body[data-page="account"] .wechat-login-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  min-height: 360px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(84, 144, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(63, 123, 255, 0.16), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(87, 225, 210, 0.20), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.96));
  box-shadow: 0 28px 70px rgba(26, 51, 100, 0.12);
}

body[data-page="account"] .wechat-login-card::before {
  content: "";
  position: absolute;
  inset: -40% 12% auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, rgba(47, 216, 143, 0.0), rgba(47, 216, 143, 0.22), rgba(49, 113, 255, 0.0));
  animation: auth-orbit 7s linear infinite;
}

body[data-page="account"] .wechat-login-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0f1b31;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.05em;
}

body[data-page="account"] .wechat-login-card p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  color: #52647f;
  line-height: 1.85;
}

body[data-page="account"] .wechat-login-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 62px;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: linear-gradient(135deg, #17c964, #0aa86a 48%, #1677ff);
  color: #fff;
  box-shadow: 0 18px 38px rgba(17, 176, 113, 0.22);
}

body[data-page="account"] .wechat-login-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  filter: grayscale(0.2);
}

body[data-page="account"] .wechat-login-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
  font-weight: 900;
}

body[data-page="account"] .wechat-qr-panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(300px, 100%);
  margin: 2px auto 4px;
  padding: 18px;
  border: 1px solid rgba(51, 99, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 40px rgba(34, 73, 140, 0.10);
}

body[data-page="account"] .wechat-qr-panel.hidden {
  display: none;
}

body[data-page="account"] .wechat-qr-panel img {
  width: min(240px, 100%);
  aspect-ratio: 1;
  border-radius: 18px;
  background: #fff;
}

body[data-page="account"] .wechat-qr-panel span {
  color: #53657d;
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.55;
}

@keyframes auth-orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 780px) {
  body[data-page="account"] .auth-panel {
    order: -1;
  }

  body[data-page="account"] .wechat-login-card {
    min-height: 300px;
    border-radius: 28px;
  }
}

/* 2026-05-17: product page top filters, PC only */
@media (min-width: 981px) {
  body[data-page="products"] .catalog-layout.catalog-layout-top,
  body[data-page="products"] .catalog-layout-flat.catalog-layout-top {
    width: min(1480px, calc(100% - 80px)) !important;
    max-width: calc(100% - 80px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body[data-page="products"] .products-top-filter.catalog-filter-board {
    position: relative !important;
    top: auto !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: minmax(220px, 0.58fr) minmax(520px, 1.42fr) !important;
    grid-template-areas:
      "head search"
      "root root"
      "sub sub" !important;
    gap: 18px 22px !important;
    padding: 24px !important;
    border: 1px solid rgba(183, 204, 232, 0.78) !important;
    border-radius: 28px !important;
    background:
      radial-gradient(circle at 88% 8%, rgba(6, 182, 212, 0.12), transparent 28%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 255, 0.92)) !important;
    box-shadow:
      0 22px 56px rgba(15, 23, 42, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(18px) !important;
  }

  body[data-page="products"] .products-top-filter.catalog-filter-board::before {
    inset: auto -110px -140px auto !important;
    width: 260px !important;
    height: 260px !important;
    opacity: 0.82 !important;
  }

  body[data-page="products"] .products-top-filter .catalog-filter-head {
    grid-area: head !important;
    align-self: center !important;
    gap: 8px !important;
  }

  body[data-page="products"] .products-top-filter .catalog-filter-head h1 {
    font-size: clamp(1.85rem, 2.2vw, 2.55rem) !important;
    letter-spacing: -0.06em !important;
  }

  body[data-page="products"] .products-top-filter #catalog-filter-summary {
    max-width: 300px !important;
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line {
    grid-area: search !important;
    align-self: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line .field-shell {
    min-height: 58px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line .button {
    width: auto !important;
    min-height: 58px !important;
    border-radius: 999px !important;
  }

  body[data-page="products"] .products-top-filter .root-filter-card,
  body[data-page="products"] .products-top-filter .sub-filter-card {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(207, 220, 238, 0.76) !important;
  }

  body[data-page="products"] .products-top-filter .root-filter-card {
    grid-area: root !important;
  }

  body[data-page="products"] .products-top-filter .sub-filter-card {
    grid-area: sub !important;
  }

  body[data-page="products"] .products-top-filter .filter-label {
    color: #0f2035 !important;
    font-size: 0.96rem !important;
    font-weight: 920 !important;
    white-space: nowrap !important;
  }

  body[data-page="products"] .products-top-filter #root-filter-group,
  body[data-page="products"] .products-top-filter #sub-filter-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip,
  body[data-page="products"] .products-top-filter .subcategory-chip {
    position: relative !important;
    width: auto !important;
    min-height: 44px !important;
    justify-content: flex-start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 14px 8px 10px !important;
    border: 1px solid rgba(197, 214, 236, 0.92) !important;
    border-radius: 999px !important;
    color: #24364d !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer !important;
    font: inherit !important;
    font-weight: 860 !important;
    white-space: nowrap !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip:hover,
  body[data-page="products"] .products-top-filter .subcategory-chip:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(37, 99, 235, 0.30) !important;
    background: rgba(239, 246, 255, 0.95) !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip.is-active,
  body[data-page="products"] .products-top-filter .subcategory-chip.is-active {
    color: #ffffff !important;
    border-color: rgba(37, 99, 235, 0.34) !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 56%, #06b6d4 100%) !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18) !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip .chip-level,
  body[data-page="products"] .products-top-filter .chip.root-chip .chip-meta {
    display: none !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip .chip-label {
    font-size: 0.92rem !important;
    font-weight: 860 !important;
  }

  body[data-page="products"] .products-top-filter .product-category-icon {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    border-radius: 12px !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip.is-active .product-category-icon,
  body[data-page="products"] .products-top-filter .subcategory-chip.is-active .product-category-icon {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.38) !important;
    background: rgba(255, 255, 255, 0.14) !important;
  }

  body[data-page="products"] .subcategory-empty {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px !important;
    color: #64748b !important;
    font-weight: 760 !important;
  }

  body[data-page="products"] .catalog-topbar {
    display: none !important;
  }

  body[data-page="products"] .catalog-result-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    min-height: 0 !important;
    padding: 2px 4px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .catalog-result-strip strong {
    color: #071426 !important;
    font-size: 1.5rem !important;
    font-weight: 940 !important;
    letter-spacing: -0.045em !important;
  }

  body[data-page="products"] .catalog-result-strip span {
    max-width: 720px !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 0.9rem !important;
    font-weight: 720 !important;
    line-height: 1.7 !important;
    text-align: right !important;
  }
}

@media (min-width: 1640px) {
  body[data-page="products"] .catalog-layout.catalog-layout-top,
  body[data-page="products"] .catalog-layout-flat.catalog-layout-top {
    width: min(1640px, calc(100% - 96px)) !important;
    max-width: calc(100% - 96px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 980px) {
  body[data-page="products"] .catalog-result-strip {
    display: none !important;
  }

  body[data-page="products"] .sub-filter-card {
    display: none !important;
  }
}

/* 2026-05-17: keep blurred product covers, but make the blur layer fill the PC card */
@media (min-width: 981px) {
  body[data-page="products"] .product-card-media {
    position: relative !important;
    isolation: isolate !important;
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: auto !important;
    background: #eaf3fb !important;
  }

  body[data-page="products"] .product-card-media .product-card-backdrop {
    position: absolute !important;
    inset: -14% !important;
    z-index: 0 !important;
    width: 128% !important;
    height: 128% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: blur(22px) saturate(1.2) contrast(1.06) !important;
    transform: scale(1.08) !important;
    opacity: 0.88 !important;
    pointer-events: none !important;
  }

  body[data-page="products"] .product-card-media .product-card-cover {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    filter: saturate(1.04) contrast(1.02) !important;
  }

  body[data-page="products"] .product-card:hover .product-card-media .product-card-cover {
    transform: scale(1.018) !important;
  }

  body[data-page="products"] .product-card:hover .product-card-media .product-card-backdrop {
    transform: scale(1.12) !important;
    filter: blur(24px) saturate(1.24) contrast(1.08) !important;
  }

  body[data-page="products"] .product-card-media .product-chip,
  body[data-page="products"] .product-card-media .discount-chip {
    z-index: 2 !important;
  }
}

/* 2026-05-18: mobile product filter follows PC hierarchy, and flash products use the same 2-column rhythm as featured products */
@media (max-width: 980px) {
  body[data-page="home"],
  body[data-page="products"] {
    overflow-x: hidden !important;
  }

  body[data-page="home"] .mall-home-container,
  body[data-page="products"] .catalog-layout.catalog-layout-top,
  body[data-page="products"] .catalog-layout-flat.catalog-layout-top,
  body[data-page="products"] .catalog-column {
    box-sizing: border-box !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .mall-home-container {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body[data-page="products"] .products-simple-section {
    padding: 14px 0 76px !important;
    background: #f4f8ff !important;
  }

  body[data-page="products"] .catalog-layout.catalog-layout-top,
  body[data-page="products"] .catalog-layout-flat.catalog-layout-top {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 0 10px !important;
  }

  body[data-page="products"] .products-top-filter.catalog-filter-board,
  body[data-page="products"] .products-simple-filter.catalog-filter-board {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-areas:
      "head search"
      "root root"
      "sub sub" !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 14px 12px 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(188, 207, 232, 0.78) !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 95% 0%, rgba(6, 182, 212, 0.13), transparent 34%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.94)) !important;
    box-shadow: 0 14px 34px rgba(31, 65, 116, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px) !important;
  }

  body[data-page="products"] .products-top-filter.catalog-filter-board::before,
  body[data-page="products"] .products-simple-filter.catalog-filter-board::before {
    content: "" !important;
    position: absolute !important;
    right: -72px !important;
    top: -84px !important;
    width: 170px !important;
    height: 170px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 65%) !important;
    pointer-events: none !important;
  }

  body[data-page="products"] .products-top-filter .catalog-filter-head,
  body[data-page="products"] .products-simple-filter .catalog-filter-head {
    position: relative !important;
    z-index: 1 !important;
    grid-area: head !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    gap: 0 !important;
    align-self: center !important;
  }

  body[data-page="products"] .products-top-filter .catalog-filter-head > div,
  body[data-page="products"] .products-simple-filter .catalog-filter-head > div {
    display: block !important;
    min-width: 0 !important;
  }

  body[data-page="products"] .products-top-filter .catalog-filter-head .eyebrow,
  body[data-page="products"] .products-simple-filter .catalog-filter-head .eyebrow,
  body[data-page="products"] .products-top-filter #catalog-filter-summary,
  body[data-page="products"] .products-simple-filter #catalog-filter-summary {
    display: none !important;
  }

  body[data-page="products"] .products-top-filter .catalog-filter-head h1,
  body[data-page="products"] .products-simple-filter .catalog-filter-head h1 {
    margin: 0 !important;
    color: #071426 !important;
    font-size: 1.28rem !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    white-space: nowrap !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line,
  body[data-page="products"] .products-simple-filter .catalog-search-line {
    position: relative !important;
    z-index: 1 !important;
    grid-area: search !important;
    align-self: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line .field-shell,
  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(190, 207, 230, 0.86) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line .field-shell span,
  body[data-page="products"] .products-simple-filter .catalog-search-line .field-shell span {
    display: none !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line input,
  body[data-page="products"] .products-simple-filter .catalog-search-line input {
    height: 38px !important;
    min-width: 0 !important;
    color: #0f2035 !important;
    font-size: 0.82rem !important;
    font-weight: 760 !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line input::placeholder,
  body[data-page="products"] .products-simple-filter .catalog-search-line input::placeholder {
    color: #94a3b8 !important;
  }

  body[data-page="products"] .products-top-filter .catalog-search-line .button,
  body[data-page="products"] .products-simple-filter .catalog-search-line .button {
    width: 42px !important;
    min-width: 42px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 920 !important;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.15) !important;
  }

  body[data-page="products"] .products-top-filter .root-filter-card,
  body[data-page="products"] .products-top-filter .sub-filter-card,
  body[data-page="products"] .products-simple-filter .root-filter-card,
  body[data-page="products"] .products-simple-filter .sub-filter-card {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid rgba(207, 220, 238, 0.75) !important;
  }

  body[data-page="products"] .products-top-filter .root-filter-card,
  body[data-page="products"] .products-simple-filter .root-filter-card {
    grid-area: root !important;
  }

  body[data-page="products"] .products-top-filter .sub-filter-card,
  body[data-page="products"] .products-simple-filter .sub-filter-card {
    grid-area: sub !important;
  }

  body[data-page="products"] .products-top-filter .filter-label,
  body[data-page="products"] .products-simple-filter .filter-label {
    color: #102033 !important;
    font-size: 0.78rem !important;
    font-weight: 920 !important;
    white-space: nowrap !important;
  }

  body[data-page="products"] .products-top-filter #root-filter-group,
  body[data-page="products"] .products-top-filter #sub-filter-group,
  body[data-page="products"] .products-simple-filter #root-filter-group,
  body[data-page="products"] .products-simple-filter #sub-filter-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    padding: 1px 2px 4px !important;
    scrollbar-width: none !important;
  }

  body[data-page="products"] .products-top-filter #root-filter-group::-webkit-scrollbar,
  body[data-page="products"] .products-top-filter #sub-filter-group::-webkit-scrollbar,
  body[data-page="products"] .products-simple-filter #root-filter-group::-webkit-scrollbar,
  body[data-page="products"] .products-simple-filter #sub-filter-group::-webkit-scrollbar {
    display: none !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip,
  body[data-page="products"] .products-top-filter .subcategory-chip,
  body[data-page="products"] .products-simple-filter .chip.root-chip,
  body[data-page="products"] .products-simple-filter .subcategory-chip {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: auto !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 7px 10px 7px 8px !important;
    border: 1px solid rgba(197, 214, 236, 0.92) !important;
    border-radius: 999px !important;
    color: #24364d !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 0.8rem !important;
    font-weight: 860 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip.is-active,
  body[data-page="products"] .products-top-filter .subcategory-chip.is-active,
  body[data-page="products"] .products-simple-filter .chip.root-chip.is-active,
  body[data-page="products"] .products-simple-filter .subcategory-chip.is-active {
    color: #ffffff !important;
    border-color: rgba(37, 99, 235, 0.34) !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 56%, #06b6d4 100%) !important;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.16) !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip .chip-level,
  body[data-page="products"] .products-top-filter .chip.root-chip .chip-meta,
  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-level,
  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-meta {
    display: none !important;
  }

  body[data-page="products"] .products-top-filter .chip.root-chip .chip-label,
  body[data-page="products"] .products-simple-filter .chip.root-chip .chip-label,
  body[data-page="products"] .products-top-filter .subcategory-chip span,
  body[data-page="products"] .products-simple-filter .subcategory-chip span {
    font-size: 0.8rem !important;
    font-weight: 860 !important;
  }

  body[data-page="products"] .products-top-filter .product-category-icon,
  body[data-page="products"] .products-simple-filter .product-category-icon {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    border-radius: 9px !important;
  }

  body[data-page="products"] .subcategory-empty {
    min-height: 38px !important;
    color: #64748b !important;
    font-size: 0.8rem !important;
    font-weight: 760 !important;
    white-space: nowrap !important;
  }

  body[data-page="products"] .catalog-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-page="products"] .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body[data-page="products"] .product-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-radius: 14px !important;
  }

  body[data-page="products"] .product-card-media {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 0.92 !important;
  }

  body[data-page="products"] .product-card-body {
    padding: 10px 10px 12px !important;
  }

  body[data-page="home"] .mall-promo-row {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: initial !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #edf1f7 !important;
    scrollbar-width: auto !important;
  }

  body[data-page="home"] .mall-promo-row,
  body[data-page="home"] .vivo-feature-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .vivo-flash-item {
    flex: none !important;
    display: grid !important;
    align-content: start !important;
    min-width: 0 !important;
    min-height: 212px !important;
    padding: 10px 10px 12px !important;
    color: #0f172a !important;
    background: #ffffff !important;
    text-align: left !important;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body[data-page="home"] .vivo-flash-item img {
    width: 100% !important;
    aspect-ratio: 1 / 0.78 !important;
    margin: 0 0 10px !important;
    border-radius: 0 !important;
    background: #f1f5fb !important;
    object-fit: contain !important;
  }

  body[data-page="home"] .vivo-flash-badge {
    left: 10px !important;
    top: 10px !important;
    transform: none !important;
    border-radius: 999px !important;
    padding: 3px 7px !important;
    font-size: 0.68rem !important;
  }

  body[data-page="home"] .vivo-flash-item strong {
    min-height: 2.25em !important;
    color: #111827 !important;
    font-size: 0.88rem !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    -webkit-line-clamp: 2 !important;
  }

  body[data-page="home"] .vivo-flash-item small {
    margin-top: 4px !important;
    color: #7b8794 !important;
    font-size: 0.72rem !important;
  }

  body[data-page="home"] .vivo-price-line {
    justify-content: flex-start !important;
    margin-top: 3px !important;
    gap: 6px !important;
  }

  body[data-page="home"] .vivo-price-line em {
    font-size: 0.98rem !important;
    color: #ef4444 !important;
  }

  body[data-page="home"] .vivo-price-line del {
    font-size: 0.68rem !important;
  }
}

/* 2026-05-17: desktop-only polish for pages after "文章优化"; mobile remains unchanged */
.pc-studio-only {
  display: none;
}

.desktop-title-copy {
  display: none;
}

@keyframes pcStudioScan {
  0% {
    transform: translateX(-140%);
    opacity: 0;
  }
  14% {
    opacity: 0.68;
  }
  54% {
    opacity: 0.48;
  }
  100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@keyframes pcStudioFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (min-width: 981px) {
  body[data-page="matrix"],
  body[data-page="seo"],
  body[data-page="geo"],
  body[data-page="about"],
  body[data-page="contact"] {
    --studio-ink: #071426;
    --studio-text: #20334e;
    --studio-muted: #64748b;
    --studio-blue: #2563eb;
    --studio-cyan: #06b6d4;
    --studio-line: rgba(183, 205, 235, 0.72);
    --studio-card: rgba(255, 255, 255, 0.82);
    background:
      radial-gradient(circle at 8% 4%, rgba(37, 99, 235, 0.13), transparent 28%),
      radial-gradient(circle at 88% 0%, rgba(6, 182, 212, 0.12), transparent 30%),
      linear-gradient(180deg, #f8fbff 0%, #edf5ff 44%, #f8fbff 100%) !important;
  }

  body[data-page="matrix"] .pc-studio-only,
  body[data-page="seo"] .pc-studio-only,
  body[data-page="geo"] .pc-studio-only,
  body[data-page="about"] .pc-studio-only,
  body[data-page="contact"] .pc-studio-only {
    display: block !important;
  }

  body[data-page="about"] .desktop-title-copy,
  body[data-page="contact"] .desktop-title-copy {
    display: inline !important;
  }

  body[data-page="about"] .mobile-title-copy,
  body[data-page="contact"] .mobile-title-copy {
    display: none !important;
  }

  body[data-page="matrix"] .page-hero,
  body[data-page="seo"] .page-hero,
  body[data-page="geo"] .page-hero,
  body[data-page="about"] .page-hero,
  body[data-page="contact"] .page-hero {
    position: relative !important;
    overflow: hidden !important;
    padding: 86px 0 54px !important;
    border-bottom: 1px solid rgba(196, 215, 240, 0.72) !important;
    background:
      linear-gradient(rgba(37, 99, 235, 0.038) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 99, 235, 0.038) 1px, transparent 1px) !important;
    background-size: 56px 56px !important;
  }

  body[data-page="matrix"] .page-hero::before,
  body[data-page="seo"] .page-hero::before,
  body[data-page="geo"] .page-hero::before,
  body[data-page="about"] .page-hero::before,
  body[data-page="contact"] .page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.08), transparent);
    animation: pcStudioScan 8s ease-in-out infinite;
    pointer-events: none;
  }

  body[data-page="matrix"] .topic-hero-card,
  body[data-page="seo"] .topic-hero-card,
  body[data-page="geo"] .topic-hero-card,
  body[data-page="about"] .page-hero-card,
  body[data-page="contact"] .page-hero-card {
    position: relative !important;
    overflow: hidden !important;
    min-height: 500px !important;
    padding: clamp(42px, 4vw, 64px) !important;
    border: 1px solid rgba(181, 205, 235, 0.78) !important;
    border-radius: 34px !important;
    background:
      radial-gradient(circle at 86% 12%, rgba(6, 182, 212, 0.15), transparent 30%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.92)) !important;
    box-shadow: 0 30px 90px rgba(15, 42, 82, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  }

  body[data-page="about"] .page-hero-card,
  body[data-page="contact"] .page-hero-card {
    display: grid !important;
    align-content: center !important;
  }

  body[data-page="matrix"] .topic-hero-card::after,
  body[data-page="seo"] .topic-hero-card::after,
  body[data-page="geo"] .topic-hero-card::after,
  body[data-page="about"] .page-hero-card::after,
  body[data-page="contact"] .page-hero-card::after {
    content: "";
    position: absolute;
    right: -110px;
    top: -140px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: conic-gradient(from 120deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.16), rgba(37, 99, 235, 0));
    filter: blur(2px);
    opacity: 0.9;
    pointer-events: none;
    animation: pcStudioFloat 7s ease-in-out infinite;
  }

  body[data-page="matrix"] .topic-hero-layout,
  body[data-page="seo"] .topic-hero-layout,
  body[data-page="geo"] .topic-hero-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr) !important;
    align-items: center !important;
    gap: 44px !important;
  }

  body[data-page="matrix"] .topic-hero-copy,
  body[data-page="seo"] .topic-hero-copy,
  body[data-page="geo"] .topic-hero-copy,
  body[data-page="about"] .page-hero-card > *,
  body[data-page="contact"] .page-hero-card > * {
    position: relative !important;
    z-index: 1 !important;
  }

  body[data-page="matrix"] .topic-hero-copy h1,
  body[data-page="seo"] .topic-hero-copy h1,
  body[data-page="geo"] .topic-hero-copy h1,
  body[data-page="about"] .page-hero-card h1,
  body[data-page="contact"] .page-hero-card h1 {
    max-width: 980px !important;
    margin: 18px 0 20px !important;
    color: var(--studio-ink) !important;
    font-size: clamp(3.2rem, 4.4vw, 5.7rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.085em !important;
  }

  body[data-page="seo"] .topic-hero-copy h1,
  body[data-page="geo"] .topic-hero-copy h1,
  body[data-page="about"] .page-hero-card h1,
  body[data-page="contact"] .page-hero-card h1 {
    font-size: clamp(3rem, 4vw, 5.18rem) !important;
  }

  body[data-page="matrix"] .topic-hero-copy > p:not(.topic-origin-note),
  body[data-page="seo"] .topic-hero-copy > p:not(.topic-origin-note),
  body[data-page="geo"] .topic-hero-copy > p:not(.topic-origin-note),
  body[data-page="about"] .page-hero-card > p:not(.brand-origin-inline),
  body[data-page="contact"] .page-hero-card > p {
    max-width: 790px !important;
    color: var(--studio-muted) !important;
    font-size: 1.06rem !important;
    line-height: 1.9 !important;
  }

  body[data-page="matrix"] .topic-origin-note,
  body[data-page="seo"] .topic-origin-note,
  body[data-page="geo"] .topic-origin-note,
  body[data-page="about"] .brand-origin-inline {
    max-width: 790px !important;
    padding: 14px 18px !important;
    border: 1px solid rgba(183, 205, 235, 0.8) !important;
    border-radius: 18px !important;
    color: #405674 !important;
    background: rgba(239, 246, 255, 0.76) !important;
    backdrop-filter: blur(12px) !important;
  }

  body[data-page="matrix"] .topic-hero-side,
  body[data-page="seo"] .topic-hero-side,
  body[data-page="geo"] .topic-hero-side {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body[data-page="matrix"] .topic-hero-side > *,
  body[data-page="seo"] .topic-hero-side > *,
  body[data-page="geo"] .topic-hero-side > *,
  .pc-strategy-flow article,
  .pc-matrix-pipeline article,
  .pc-command-side div,
  .pc-about-lanes article,
  .pc-contact-checks span {
    border: 1px solid rgba(184, 205, 234, 0.78) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    box-shadow: 0 18px 42px rgba(15, 42, 82, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(14px) !important;
  }

  body[data-page="matrix"] .topic-hero-side > *,
  body[data-page="seo"] .topic-hero-side > *,
  body[data-page="geo"] .topic-hero-side > * {
    min-height: 160px !important;
    padding: 22px !important;
  }

  body[data-page="matrix"] .topic-hero-side strong,
  body[data-page="seo"] .topic-hero-side strong,
  body[data-page="geo"] .topic-hero-side strong {
    display: block !important;
    color: var(--studio-blue) !important;
    font-size: 1.62rem !important;
    letter-spacing: -0.04em !important;
  }

  body[data-page="matrix"] .topic-hero-side span,
  body[data-page="seo"] .topic-hero-side span,
  body[data-page="geo"] .topic-hero-side span {
    display: block !important;
    margin-top: 8px !important;
    color: var(--studio-ink) !important;
    font-weight: 900 !important;
  }

  body[data-page="matrix"] .topic-hero-side small,
  body[data-page="seo"] .topic-hero-side small,
  body[data-page="geo"] .topic-hero-side small {
    display: block !important;
    margin-top: 10px !important;
    color: var(--studio-muted) !important;
    line-height: 1.7 !important;
  }

  body[data-page="matrix"] .section,
  body[data-page="seo"] .section,
  body[data-page="geo"] .section,
  body[data-page="about"] .section,
  body[data-page="contact"] .section {
    padding: 76px 0 !important;
  }

  body[data-page="matrix"] .section-tight,
  body[data-page="seo"] .section-tight,
  body[data-page="geo"] .section-tight {
    padding: 62px 0 !important;
  }

  body[data-page="matrix"] .section-heading.center,
  body[data-page="seo"] .section-heading.center,
  body[data-page="geo"] .section-heading.center,
  body[data-page="about"] .section-heading.center,
  body[data-page="contact"] .section-heading.center {
    max-width: 940px !important;
  }

  body[data-page="matrix"] .section-heading h2,
  body[data-page="seo"] .section-heading h2,
  body[data-page="geo"] .section-heading h2,
  body[data-page="about"] .section-heading h2,
  body[data-page="contact"] .section-heading h2 {
    color: var(--studio-ink) !important;
    font-size: clamp(2.36rem, 3.1vw, 4.15rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.065em !important;
  }

  body[data-page="matrix"] .section-heading p,
  body[data-page="seo"] .section-heading p,
  body[data-page="geo"] .section-heading p,
  body[data-page="about"] .section-heading p,
  body[data-page="contact"] .section-heading p {
    color: var(--studio-muted) !important;
    font-size: 1rem !important;
    line-height: 1.85 !important;
  }

  body[data-page="matrix"] .matrix-link-grid,
  body[data-page="seo"] .topic-card-grid,
  body[data-page="geo"] .topic-card-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body[data-page="matrix"] .topic-page-card,
  body[data-page="seo"] .topic-page-card,
  body[data-page="geo"] .topic-page-card {
    position: relative !important;
    overflow: hidden !important;
    min-height: 220px !important;
    padding: 24px !important;
    border: 1px solid rgba(184, 205, 234, 0.72) !important;
    border-radius: 28px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.86)) !important;
    box-shadow: 0 18px 46px rgba(15, 42, 82, 0.07) !important;
  }

  body[data-page="matrix"] .topic-page-card::before,
  body[data-page="seo"] .topic-page-card::before,
  body[data-page="geo"] .topic-page-card::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--studio-blue), var(--studio-cyan), transparent);
    opacity: 0.62;
  }

  body[data-page="matrix"] .topic-page-card:hover,
  body[data-page="seo"] .topic-page-card:hover,
  body[data-page="geo"] .topic-page-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(37, 99, 235, 0.28) !important;
    box-shadow: 0 26px 70px rgba(37, 99, 235, 0.11) !important;
  }

  body[data-page="seo"] .topic-detail-layout,
  body[data-page="geo"] .topic-detail-layout,
  body[data-page="matrix"] .topic-detail-layout,
  body[data-page="contact"] .dual-panel,
  body[data-page="about"] .about-story-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
    gap: 26px !important;
    align-items: stretch !important;
  }

  body[data-page="seo"] .topic-section-card,
  body[data-page="geo"] .topic-section-card,
  body[data-page="matrix"] .topic-section-card,
  body[data-page="seo"] .topic-note-card,
  body[data-page="geo"] .topic-note-card,
  body[data-page="matrix"] .topic-note-card,
  body[data-page="about"] .feature-panel,
  body[data-page="contact"] .feature-panel,
  body[data-page="seo"] .faq-item,
  body[data-page="geo"] .faq-item,
  body[data-page="matrix"] .faq-item {
    padding: 32px !important;
    border: 1px solid rgba(184, 205, 234, 0.72) !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.84) !important;
    box-shadow: 0 22px 58px rgba(15, 42, 82, 0.075) !important;
  }

  body[data-page="matrix"] .topic-step-list,
  body[data-page="seo"] .topic-step-list,
  body[data-page="geo"] .topic-step-list,
  body[data-page="contact"] .text-list {
    display: grid !important;
    gap: 14px !important;
  }

  body[data-page="matrix"] .topic-step-item,
  body[data-page="seo"] .topic-step-item,
  body[data-page="geo"] .topic-step-item,
  body[data-page="contact"] .text-list span,
  body[data-page="matrix"] .topic-mini-list > div,
  body[data-page="seo"] .topic-mini-list > div,
  body[data-page="geo"] .topic-mini-list > div {
    padding: 17px 18px !important;
    border: 1px solid rgba(204, 219, 240, 0.76) !important;
    border-radius: 20px !important;
    background: rgba(247, 251, 255, 0.88) !important;
  }

  body[data-page="matrix"] .faq-grid,
  body[data-page="seo"] .faq-grid,
  body[data-page="geo"] .faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body[data-page="contact"] .contact-grid,
  body[data-page="about"] .contact-grid,
  body[data-page="seo"] .contact-grid,
  body[data-page="geo"] .contact-grid,
  body[data-page="matrix"] .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .pc-strategy-board,
  .pc-matrix-board,
  .pc-command-layout,
  .pc-contact-layout {
    position: relative !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr) !important;
    gap: 24px !important;
    padding: 34px !important;
    border: 1px solid rgba(177, 200, 232, 0.76) !important;
    border-radius: 34px !important;
    background:
      radial-gradient(circle at 96% 0%, rgba(6, 182, 212, 0.16), transparent 30%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(239, 247, 255, 0.88)) !important;
    box-shadow: 0 26px 76px rgba(15, 42, 82, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  .pc-strategy-board::before,
  .pc-matrix-board::before,
  .pc-command-layout::before,
  .pc-contact-layout::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 26px;
    pointer-events: none;
  }

  .pc-strategy-copy h2,
  .pc-matrix-copy h2,
  .pc-command-main h2,
  .pc-contact-main h2 {
    margin: 8px 0 12px !important;
    color: var(--studio-ink) !important;
    font-size: clamp(2.1rem, 2.65vw, 3.3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.06em !important;
  }

  .pc-strategy-copy p,
  .pc-matrix-copy p,
  .pc-command-main p,
  .pc-contact-side p {
    color: var(--studio-muted) !important;
    line-height: 1.85 !important;
  }

  .pc-strategy-flow,
  .pc-matrix-pipeline,
  .pc-contact-checks {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .pc-strategy-flow article,
  .pc-matrix-pipeline article,
  .pc-contact-checks span {
    display: grid !important;
    gap: 8px !important;
    min-height: 132px !important;
    padding: 20px !important;
  }

  .pc-strategy-flow b,
  .pc-matrix-pipeline b {
    color: var(--studio-blue) !important;
    font-size: 1.62rem !important;
    letter-spacing: -0.05em !important;
  }

  .pc-strategy-flow strong,
  .pc-matrix-pipeline strong,
  .pc-command-side strong,
  .pc-about-lanes strong,
  .pc-contact-side strong {
    color: var(--studio-ink) !important;
    font-size: 1.08rem !important;
  }

  .pc-strategy-flow span,
  .pc-matrix-pipeline span,
  .pc-command-side span,
  .pc-about-lanes p,
  .pc-contact-checks span {
    color: var(--studio-muted) !important;
    line-height: 1.7 !important;
  }

  .pc-command-stats,
  .pc-about-lanes {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .pc-command-stats span {
    display: grid !important;
    gap: 6px !important;
    padding: 16px !important;
    border-radius: 22px !important;
    color: #1d3557 !important;
    background: rgba(239, 246, 255, 0.84) !important;
  }

  .pc-command-stats strong {
    color: var(--studio-blue) !important;
    font-size: 1.55rem !important;
  }

  .pc-command-side,
  .pc-about-lanes article,
  .pc-contact-side {
    display: grid !important;
    gap: 14px !important;
  }

  .pc-command-side div,
  .pc-about-lanes article,
  .pc-contact-side {
    padding: 22px !important;
  }

  .pc-contact-side {
    align-content: center !important;
    border: 1px solid rgba(184, 205, 234, 0.78) !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 20px 48px rgba(15, 42, 82, 0.08) !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  body[data-page="matrix"] .topic-hero-layout,
  body[data-page="seo"] .topic-hero-layout,
  body[data-page="geo"] .topic-hero-layout,
  .pc-strategy-board,
  .pc-matrix-board,
  .pc-command-layout,
  .pc-contact-layout,
  body[data-page="seo"] .topic-detail-layout,
  body[data-page="geo"] .topic-detail-layout,
  body[data-page="matrix"] .topic-detail-layout,
  body[data-page="contact"] .dual-panel,
  body[data-page="about"] .about-story-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="matrix"] .matrix-link-grid,
  body[data-page="seo"] .topic-card-grid,
  body[data-page="geo"] .topic-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 981px) {
  body[data-page="matrix"] .topic-hero-card,
  body[data-page="seo"] .topic-hero-card,
  body[data-page="geo"] .topic-hero-card,
  body[data-page="about"] .page-hero-card,
  body[data-page="contact"] .page-hero-card {
    min-height: 460px !important;
  }

  body[data-page="matrix"] .topic-hero-copy h1,
  body[data-page="seo"] .topic-hero-copy h1,
  body[data-page="geo"] .topic-hero-copy h1,
  body[data-page="about"] .page-hero-card h1,
  body[data-page="contact"] .page-hero-card h1 {
    max-width: 1040px !important;
    font-size: clamp(2.78rem, 3.28vw, 4.36rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.058em !important;
  }

  body[data-page="seo"] .topic-hero-copy h1,
  body[data-page="geo"] .topic-hero-copy h1,
  body[data-page="about"] .page-hero-card h1,
  body[data-page="contact"] .page-hero-card h1 {
    font-size: clamp(2.68rem, 3.08vw, 4.08rem) !important;
  }

  body[data-page="about"] .page-hero-card h1,
  body[data-page="contact"] .page-hero-card h1 {
    max-width: 940px !important;
    font-size: clamp(2.32rem, 2.58vw, 3.45rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.052em !important;
  }

  body[data-page="about"] .page-hero-card::before,
  body[data-page="contact"] .page-hero-card::before {
    content: "";
    position: absolute;
    right: 84px;
    bottom: 70px;
    width: min(30vw, 420px);
    height: min(30vw, 420px);
    border: 1px solid rgba(37, 99, 235, 0.13);
    border-radius: 42px;
    background:
      linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
      linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
      radial-gradient(circle at 52% 48%, rgba(37, 99, 235, 0.12), transparent 54%);
    background-size: 42px 42px, 42px 42px, cover;
    opacity: 0.7;
    transform: rotate(-6deg);
    pointer-events: none;
  }
}

/* 2026-07-08 final: product cards show the full theme image with a blurred same-image backdrop */
body[data-page="products"] .product-card-media {
  position: relative !important;
  isolation: isolate !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 278px !important;
  min-height: 278px !important;
  aspect-ratio: auto !important;
  border-radius: 22px 22px 0 0 !important;
  background: #eaf3fb !important;
}

body[data-page="products"] .product-card-media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(241, 247, 255, 0.5)) !important;
  pointer-events: none !important;
}

body[data-page="products"] .product-card-media .product-card-backdrop {
  position: absolute !important;
  inset: -24px !important;
  z-index: 0 !important;
  display: block !important;
  width: calc(100% + 48px) !important;
  height: calc(100% + 48px) !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: blur(20px) saturate(1.16) contrast(1.04) !important;
  opacity: 0.58 !important;
  transform: scale(1.08) !important;
  pointer-events: none !important;
}

body[data-page="products"] .product-card-media .product-card-cover {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: calc(100% - 34px) !important;
  height: calc(100% - 34px) !important;
  max-width: calc(100% - 34px) !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12) !important;
  filter: saturate(1.03) contrast(1.02) !important;
}

body[data-page="products"] .product-card:hover .product-card-media .product-card-cover {
  transform: scale(1.01) !important;
}

body[data-page="products"] .product-card:hover .product-card-media .product-card-backdrop {
  transform: scale(1.12) !important;
  filter: blur(22px) saturate(1.2) contrast(1.06) !important;
}

body[data-page="products"] .product-card-media .product-chip,
body[data-page="products"] .product-card-media .discount-chip {
  z-index: 3 !important;
}

@media (max-width: 980px) {
  body[data-page="products"] .product-card-media {
    height: 176px !important;
    min-height: 176px !important;
    aspect-ratio: auto !important;
    border-radius: 14px 14px 0 0 !important;
  }

  body[data-page="products"] .product-card-media .product-card-backdrop {
    inset: -18px !important;
    width: calc(100% + 36px) !important;
    height: calc(100% + 36px) !important;
    filter: blur(16px) saturate(1.14) contrast(1.04) !important;
  }

  body[data-page="products"] .product-card-media .product-card-cover {
    width: calc(100% - 18px) !important;
    height: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1) !important;
  }
}
