:root {
  --ink: #101415;
  --paper: #f7faf8;
  --panel: #ffffff;
  --muted: #667274;
  --line: rgba(16, 20, 21, 0.13);
  --accent: #34bfd1;
  --accent-2: #c8a15a;
  --soft: #e8f6f5;
  --hero-bg: #0d1112;
  --hero-text: #ffffff;
  --shadow: 0 24px 70px rgba(16, 20, 21, 0.18);
}

body[data-brand="bingxice"] {
  --ink: #0d3f8f;
  --paper: #f5fbff;
  --panel: #ffffff;
  --muted: #4f6f96;
  --line: rgba(17, 92, 180, 0.16);
  --accent: #105ac0;
  --accent-2: #ffc533;
  --soft: #eaf7ff;
  --hero-bg: #bfefff;
  --hero-text: #0d3f8f;
  --shadow: 0 24px 64px rgba(30, 141, 221, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-color: #39bce9 #eaf7ff;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.intro-lock {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(234, 247, 255, 0.92), rgba(255, 248, 235, 0.9));
}

::-webkit-scrollbar-thumb {
  border: 3px solid #eaf7ff;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #7ee0ff, #1b8de5 72%, #0d58bb);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #91e8ff, #25a6ee 70%, #106bd1);
}

::-webkit-scrollbar-corner {
  background: #eaf7ff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #080d0e;
  color: #ffffff;
  opacity: 1;
  transition:
    opacity 860ms ease,
    visibility 860ms ease,
    filter 860ms ease;
}

body[data-brand="bingxice"] .brand-intro {
  background: transparent;
  color: #0d4da7;
}

.brand-intro.is-exiting {
  visibility: hidden;
  opacity: 0;
  filter: blur(20px);
  pointer-events: none;
}

body[data-brand="bingxice"] .brand-intro.is-exiting {
  filter: none;
  transition-duration: 180ms;
}

.brand-intro__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(52, 191, 209, 0.24), transparent 30rem),
    linear-gradient(135deg, #020506, #101718 58%, #020506);
  opacity: 1;
  transition:
    opacity 180ms ease,
    transform 360ms ease;
}

body[data-brand="bingxice"] .brand-intro__backdrop {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(126, 220, 255, 0.34)),
    linear-gradient(135deg, #76d6ff, #e5f8ff 58%, #fff1dc);
}

.brand-intro__image {
  position: relative;
  z-index: 1;
  width: min(76vw, 58rem);
  max-height: 72vh;
  object-fit: contain;
  filter: drop-shadow(0 30px 72px rgba(0, 0, 0, 0.34));
  transform: translateY(0) scale(1);
  opacity: 0;
  animation: introImageIn 680ms cubic-bezier(0.16, 0.84, 0.44, 1) 120ms forwards;
  transition:
    transform 860ms ease,
    opacity 860ms ease,
    filter 860ms ease,
    clip-path 860ms ease;
}

.ice-tray {
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  perspective: 1100px;
  transform: translateZ(0) rotateX(0deg);
  transform-origin: center 38%;
  transform-style: preserve-3d;
  transition:
    opacity 260ms ease,
    transform 720ms ease,
    filter 720ms ease;
}

.ice-tray::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: 4;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.9) 2px, transparent 2px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 2px, transparent 2px);
  background-size: calc(100% / var(--cols)) calc(100% / var(--rows));
  box-shadow:
    inset 0 0 0 2px rgba(87, 189, 235, 0.46),
    inset 0 0 34px rgba(255, 255, 255, 0.74),
    0 22px 54px rgba(13, 88, 187, 0.22);
  opacity: 0;
  transform: translateZ(46px);
  transition:
    opacity 260ms ease,
    filter 340ms ease;
}

.ice-tray::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -13%;
  z-index: 1;
  height: 20%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.62), rgba(112, 216, 255, 0.2) 42%, transparent 70%);
  opacity: 0;
  transform: rotateX(64deg) translateY(2.2rem);
  transform-origin: center;
  transition:
    opacity 420ms ease,
    transform 720ms ease;
}

.ice-tile {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: clamp(5px, 0.9vw, 10px);
  background-color: rgba(216, 248, 255, 0.4);
  background-blend-mode: screen;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  box-shadow:
    inset 0 0 0 1px rgba(122, 222, 255, 0.36),
    inset 0 12px 24px rgba(255, 255, 255, 0.3),
    0 16px 28px rgba(13, 88, 187, 0.16);
  will-change: transform, opacity, filter;
}

.ice-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), transparent 32%, rgba(116, 215, 255, 0.18)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.82), transparent 34%);
  transform: translateZ(12px);
  pointer-events: none;
}

.ice-tile::after {
  content: "";
  position: absolute;
  left: 8px;
  right: -9px;
  bottom: -10px;
  height: 10px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, rgba(108, 207, 248, 0.34), rgba(255, 255, 255, 0.48));
  transform: skewX(-38deg) translateZ(-8px);
  transform-origin: left top;
  pointer-events: none;
}

body[data-brand="bingxice"] .brand-intro__image {
  width: min(86vw, 72rem);
  max-height: 78vh;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 34px 90px rgba(13, 88, 187, 0.28);
}

body[data-brand="bingxice"] .brand-intro__copy {
  transition:
    opacity 360ms ease,
    transform 360ms ease;
}

body[data-brand="bingxice"] .brand-intro.ice-grid-visible .ice-tray {
  opacity: 1;
}

body[data-brand="bingxice"] .brand-intro.ice-grid-visible .ice-tray::before {
  opacity: 1;
  animation: iceTrayPulse 720ms ease-in-out both;
}

body[data-brand="bingxice"] .brand-intro.ice-grid-visible .brand-intro__copy {
  opacity: 0;
  transform: translateY(-0.75rem);
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .brand-intro__image {
  animation: none;
  opacity: 0;
  transform: translateY(0) scale(1);
  filter: saturate(1.08) blur(3px);
  transition-duration: 120ms;
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .brand-intro__backdrop {
  opacity: 0;
  transform: scale(1.02);
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .brand-intro__skip {
  opacity: 0;
  pointer-events: none;
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .ice-tray {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
  filter: drop-shadow(0 18px 28px rgba(13, 88, 187, 0.18));
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .ice-tray::before {
  opacity: 0;
  filter: blur(10px);
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .ice-tray::after {
  opacity: 0.2;
  transform: rotateX(64deg) translateY(0.5rem);
}

body[data-brand="bingxice"] .brand-intro.ice-dropping .ice-tile {
  opacity: 0.97;
  animation: iceTileDrop 720ms cubic-bezier(0.26, 0.02, 0.78, 0.18) var(--delay) both;
}

body[data-brand="bingxice"] .brand-intro.ice-dropping.is-exiting .ice-tray {
  opacity: 0;
  transform: scale(0.92);
  filter: blur(12px);
}

.brand-intro.is-exiting .brand-intro__image {
  opacity: 0;
  transform: scale(1.08);
  filter: blur(28px) saturate(0.88);
  clip-path: inset(10% round 48px);
}

.brand-intro__copy {
  position: absolute;
  z-index: 2;
  left: clamp(1.25rem, 6vw, 5rem);
  bottom: clamp(2rem, 7vh, 5rem);
  display: grid;
  gap: 0.55rem;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
}

body[data-brand="bingxice"] .brand-intro__copy {
  top: 1rem;
  bottom: auto;
  left: clamp(1.2rem, 4vw, 3rem);
  color: #0b55bd;
  text-shadow:
    0 3px 0 rgba(255, 255, 255, 0.82),
    0 18px 38px rgba(13, 88, 187, 0.24);
}

body[data-brand="bingxice"] .brand-intro__copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
}

body[data-brand="bingxice"] .brand-intro__copy p {
  font-size: 0.78rem;
}

.brand-intro__copy p,
.brand-intro__copy h2 {
  margin: 0;
}

.brand-intro__copy p {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-intro__copy h2 {
  font-size: clamp(2.7rem, 7vw, 6.5rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-intro__skip {
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  bottom: 1.5rem;
  min-width: 4.6rem;
  min-height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

body[data-brand="bingxice"] .brand-intro__skip {
  border-color: rgba(13, 88, 187, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

@keyframes introImageIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    filter: blur(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes iceTrayPulse {
  0% {
    filter: brightness(1) saturate(1);
    transform: translateZ(42px) scale(0.995);
  }
  55% {
    filter: brightness(1.25) saturate(1.18);
    transform: translateZ(64px) scale(1.006);
  }
  100% {
    filter: brightness(1.04) saturate(1.05);
    transform: translateZ(46px) scale(1);
  }
}

@keyframes iceTileDrop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 42px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
    filter: brightness(1.16) saturate(1.12) blur(0);
  }
  100% {
    opacity: 0.92;
    transform: translate3d(0, var(--drop), -180px) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(var(--rz)) scale(0.74);
    filter: brightness(0.92) saturate(0.88) blur(0.7px);
  }
}

@media (max-width: 680px) {
  body[data-brand="bingxice"] .brand-intro.ice-dropping .ice-tray {
    transform: translateY(0) rotateX(0deg);
  }

  body[data-brand="bingxice"] .brand-intro.ice-dropping .ice-tile {
    animation-duration: 700ms;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  min-height: 4.75rem;
  padding: 0 2rem;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 250, 248, 0.9);
  backdrop-filter: blur(18px);
}

body[data-brand="bingxice"] .site-header {
  background: rgba(245, 251, 255, 0.92);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  min-height: 2.75rem;
}

.site-logo__image {
  display: none;
  width: auto;
  height: 3.15rem;
  max-width: 11rem;
  object-fit: contain;
}

body[data-brand="bingxice"] .site-logo {
  gap: 0;
  min-height: 3.35rem;
}

body[data-brand="bingxice"] .site-logo__image {
  display: block;
}

body[data-brand="bingxice"] .site-logo__fallback-mark,
body[data-brand="bingxice"] .site-logo__fallback-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-logo span {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 8px;
  background: var(--ink);
  color: #dffaff;
  font-weight: 800;
}

body[data-brand="bingxice"] .site-logo span {
  background: #ffffff;
  color: #0d58bb;
  border: 2px solid #8ed8ff;
  box-shadow: 0 8px 20px rgba(16, 115, 208, 0.16);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
}

body[data-brand="bingxice"] .site-logo strong {
  color: #0d58bb;
  font-weight: 900;
}

.site-logo strong {
  font-size: 1rem;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  min-width: 0;
  color: #334245;
  font-size: 0.95rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

.preview-switch {
  display: flex;
  gap: 0.35rem;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  font-size: 0.82rem;
}

.preview-switch a {
  min-height: 2rem;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
}

.preview-switch a:hover {
  background: var(--soft);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.05rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta,
.button-primary {
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(16, 20, 21, 0.16);
}

body[data-brand="bingxice"] .nav-cta,
body[data-brand="bingxice"] .button-primary {
  background: #0d58bb;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(13, 88, 187, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: var(--hero-text);
}

body[data-brand="bingxice"] .button-secondary {
  border-color: rgba(13, 88, 187, 0.24);
  background: #ffffff;
  color: #0d58bb;
}

.hero {
  overflow: hidden;
  padding: 4.6rem 2rem 2.4rem;
  background: var(--hero-bg);
  color: var(--hero-text);
}

body[data-brand="bicemoon"] .hero {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
}

body[data-brand="bingxice"] .hero {
  position: relative;
  border-bottom: 1px solid #9bdcff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(245, 251, 255, 0.75) 72%, #fff8ee),
    linear-gradient(135deg, #74d7ff 0%, #c9f2ff 46%, #fff8ed 100%);
}

body[data-brand="bingxice"] .hero::before {
  display: none;
}

body[data-brand="bingxice"] .hero > * {
  position: relative;
  z-index: 1;
}

.hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
  gap: 3rem;
  align-items: center;
}

.hero__inner > *,
.section-heading--split > *,
.factory-band > *,
.section-inquiry > * {
  min-width: 0;
}

body[data-brand="bingxice"] .hero__inner {
  grid-template-columns: minmax(0, 0.66fr) minmax(28rem, 1.34fr);
}

.hero__copy {
  display: grid;
  min-width: 0;
  gap: 1.25rem;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: 0;
}

body[data-brand="bingxice"] h1 {
  color: #0d4da7;
  font-size: 3.55rem;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.82);
}

h2 {
  margin-bottom: 0;
  font-size: 2.55rem;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.18rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}

body[data-brand="bingxice"] .hero__lead {
  color: #284e83;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero__media {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #101415;
  box-shadow: var(--shadow);
}

body[data-brand="bingxice"] .hero__media {
  aspect-ratio: 16 / 9;
  border: 3px solid #ffffff;
  background: linear-gradient(180deg, #83dfff 0%, #dff7ff 58%, #fff4df 100%);
  box-shadow:
    0 26px 70px rgba(20, 127, 210, 0.2),
    0 0 0 1px rgba(13, 88, 187, 0.12);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-brand="bicemoon"] .hero__media img {
  object-fit: contain;
  padding: 2rem;
  background: #0b0f10;
}

body[data-brand="bingxice"] .hero__media img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: rgba(7, 12, 13, 0.74);
  color: #ffffff;
}

body[data-brand="bingxice"] .hero__media figcaption {
  display: none;
}

.bingxice-stage {
  display: none;
}

body[data-brand="bingxice"] .bingxice-stage {
  position: absolute;
  inset: 0;
  display: none;
  overflow: hidden;
  color: #0d4da7;
}

.bingxice-stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background:
    linear-gradient(90deg, rgba(13, 88, 187, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 239, 213, 0.78));
  background-size: 48px 100%, auto;
}

.bingxice-stage__brand {
  position: absolute;
  left: 1.35rem;
  top: 1.1rem;
  display: grid;
  line-height: 1;
}

.bingxice-stage__brand strong {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.bingxice-stage__brand span {
  margin-top: 0.28rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.bingxice-stage__title {
  position: absolute;
  left: 20%;
  top: 8%;
  font-size: 3.45rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #0b55bd;
  transform: rotate(-2deg);
  text-shadow:
    0 4px 0 #ffffff,
    0 12px 30px rgba(13, 88, 187, 0.2);
}

.bingxice-stage__title::after {
  content: "";
  position: absolute;
  right: -2.2rem;
  top: -1rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0.34rem solid #ffc533;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.bingxice-stage__subtitle {
  position: absolute;
  left: 34%;
  top: 27%;
  min-width: 13rem;
  padding: 0.45rem 1.2rem;
  border: 2px solid #8bd4ff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #0d58bb;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
}

.bingxice-stage__skyline {
  position: absolute;
  right: 1.1rem;
  bottom: 29%;
  display: flex;
  align-items: end;
  gap: 0.42rem;
  opacity: 0.48;
}

.bingxice-stage__skyline span {
  display: block;
  width: 1.4rem;
  border-radius: 0.3rem 0.3rem 0 0;
  background: linear-gradient(180deg, #5dbde9, #bcecff);
}

.bingxice-stage__skyline span:nth-child(1) { height: 5.8rem; }
.bingxice-stage__skyline span:nth-child(2) { height: 7.2rem; }
.bingxice-stage__skyline span:nth-child(3) { height: 4.7rem; }
.bingxice-stage__skyline span:nth-child(4) { height: 9rem; }
.bingxice-stage__skyline span:nth-child(5) { height: 6.1rem; }

.bingxice-stage__mascot {
  position: absolute;
  left: 5%;
  bottom: 16%;
  width: 11.8rem;
  height: 14.2rem;
}

.mascot-face {
  position: absolute;
  left: 1.25rem;
  top: 0;
  width: 8rem;
  height: 8rem;
  border: 3px solid #995c40;
  border-radius: 46% 54% 50% 50%;
  background: linear-gradient(180deg, #ffe6d9, #ffc6b7);
  box-shadow: inset 0 1rem 0 #5b352a;
}

.mascot-face::before,
.mascot-face::after {
  content: "";
  position: absolute;
  top: 3.35rem;
  width: 1.05rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #3c251d;
}

.mascot-face::before { left: 2rem; }
.mascot-face::after { right: 2rem; }

.mascot-face span:first-child {
  position: absolute;
  left: 2.1rem;
  top: -0.55rem;
  width: 5.6rem;
  height: 1.35rem;
  border: 0.38rem solid #ffffff;
  border-radius: 999px;
  transform: rotate(-8deg);
}

.mascot-face span:last-child {
  position: absolute;
  left: 3rem;
  bottom: 1.3rem;
  width: 2rem;
  height: 1rem;
  border-bottom: 0.22rem solid #8f3a30;
  border-radius: 50%;
}

.drink-glass {
  position: absolute;
  left: 5.6rem;
  bottom: 0.4rem;
  width: 3.8rem;
  height: 6.3rem;
  border: 0.22rem solid #4fb7e9;
  border-radius: 0.55rem 0.55rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(-8deg);
}

.drink-glass::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  bottom: 0.3rem;
  height: 3.2rem;
  border-radius: 0.65rem;
  background: linear-gradient(180deg, rgba(143, 226, 255, 0.65), rgba(44, 164, 223, 0.76));
}

.drink-glass::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 0.7rem;
  width: 0.45rem;
  height: 5.6rem;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-16deg);
}

.drink-glass i {
  position: absolute;
  z-index: 1;
  width: 0.88rem;
  height: 0.88rem;
  border: 1px solid #ffffff;
  border-radius: 0.18rem;
  background: rgba(219, 248, 255, 0.86);
}

.drink-glass i:nth-child(1) { left: 0.7rem; bottom: 1.1rem; }
.drink-glass i:nth-child(2) { left: 1.8rem; bottom: 2rem; }
.drink-glass i:nth-child(3) { left: 1.2rem; bottom: 3rem; }

.bingxice-stage__machine {
  position: absolute;
  right: 6%;
  bottom: 11%;
  width: 17rem;
  height: 22rem;
  border: 2px solid #8c9baa;
  border-radius: 0.4rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 22%),
    linear-gradient(180deg, #f4f6f7, #b8c1ca);
  box-shadow: 0 22px 42px rgba(16, 91, 145, 0.28);
}

.machine-screen {
  position: absolute;
  right: 1.1rem;
  top: 1.25rem;
  width: 3rem;
  height: 2rem;
  border-radius: 0.3rem;
  background: #16212a;
  box-shadow: inset 0 0 0 2px rgba(66, 210, 255, 0.34);
}

.machine-bin {
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  top: 7.4rem;
  height: 7.6rem;
  border-radius: 0.42rem;
  background: linear-gradient(180deg, #1b222a, #050708);
  transform: skewX(-6deg);
}

.machine-vents {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.42rem;
}

.machine-vents i {
  height: 3.5rem;
  border-top: 0.22rem solid #27313a;
  border-bottom: 0.22rem solid #27313a;
  background: repeating-linear-gradient(180deg, transparent 0 0.46rem, #27313a 0.46rem 0.65rem);
}

.ice-basket {
  position: absolute;
  right: 1.2rem;
  bottom: 9%;
  width: 8.4rem;
  height: 4.6rem;
  border: 0.18rem solid #9aa4af;
  border-radius: 0.5rem 0.5rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(-5deg);
}

.ice-basket i {
  position: absolute;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid #ffffff;
  border-radius: 0.28rem;
  background: rgba(172, 232, 255, 0.86);
  transform: rotate(18deg);
}

.ice-basket i:nth-child(1) { left: 0.7rem; top: -0.7rem; }
.ice-basket i:nth-child(2) { left: 2.6rem; top: -1.1rem; }
.ice-basket i:nth-child(3) { left: 4.4rem; top: -0.55rem; }
.ice-basket i:nth-child(4) { right: 0.8rem; top: -1rem; }

.factory-pill {
  position: absolute;
  left: 42%;
  bottom: 5.2%;
  min-width: 9.5rem;
  padding: 0.55rem 1rem;
  border: 2px dashed #9bdcff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #0d58bb;
  font-weight: 900;
  text-align: center;
}

.style-poster {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 7rem;
  aspect-ratio: 4 / 3;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background-image: url("assets/images/bingxice-style-card.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(13, 88, 187, 0.16);
}

.hero__media span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

body[data-brand="bingxice"] .hero__media span {
  color: #60777b;
}

.metric-strip {
  width: min(1180px, 100%);
  margin: 2.7rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}

body[data-brand="bingxice"] .metric-strip {
  border-color: rgba(13, 88, 187, 0.18);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(30, 141, 221, 0.12);
}

.bingxice-scene-strip {
  display: none;
}

body[data-brand="bingxice"] .bingxice-scene-strip {
  width: min(1180px, 100%);
  margin: 1rem auto 0;
  display: block;
  aspect-ratio: 21 / 6;
  padding: 0.6rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(30, 141, 221, 0.14);
  overflow: hidden;
}

body[data-brand="bingxice"] .bingxice-scene-strip img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 10px 18px rgba(13, 88, 187, 0.16));
}

body[data-brand="bingxice"] .bingxice-scene-strip img:first-child {
  max-width: none;
  max-height: none;
}

.metric-strip div {
  min-height: 6.6rem;
  padding: 1.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body[data-brand="bingxice"] .metric-strip div {
  border-right-color: rgba(13, 88, 187, 0.14);
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip strong {
  display: block;
  font-size: 1.85rem;
  line-height: 1;
}

.metric-strip span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

body[data-brand="bingxice"] .metric-strip span {
  color: #4f6f96;
}

.section {
  padding: 6rem 2rem;
}

.section-heading {
  width: min(880px, 100%);
  min-width: 0;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading--split {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.72fr);
  gap: 2rem;
  align-items: end;
  text-align: left;
}

.section-products,
.section-workshop {
  background: #eef4f2;
}

body[data-brand="bingxice"] .section-products,
body[data-brand="bingxice"] .section-workshop {
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.72), rgba(235, 248, 255, 0.94)),
    #f5fbff;
}

body:not([data-brand="bingxice"]) [data-bingxice-only] {
  display: none;
}

.section-principle {
  background:
    linear-gradient(180deg, #f5fbff, rgba(255, 248, 238, 0.72)),
    #ffffff;
}

.principle-band {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(28rem, 1.05fr);
  gap: 2.4rem;
  align-items: center;
}

.principle-band > * {
  min-width: 0;
}

.principle-band__copy p:not(.eyebrow) {
  color: var(--muted);
}

.principle-band__media {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(13, 88, 187, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.principle-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-grid,
.product-grid,
.feature-grid,
.update-grid,
.brand-map {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.proof-grid,
.product-grid,
.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.update-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.4rem;
}

.brand-map {
  grid-template-columns: repeat(2, 1fr);
}

.proof-card,
.product-card,
.feature-card,
.update-card,
.brand-map article,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 44px rgba(18, 28, 29, 0.08);
}

.proof-card,
.feature-card,
.brand-map article {
  min-height: 16rem;
  padding: 1.35rem;
}

.proof-card {
  position: relative;
  overflow: hidden;
}

.proof-card__sticker {
  position: absolute;
  right: 0.9rem;
  top: 0.8rem;
  width: 5.1rem;
  height: 5.1rem;
  object-fit: contain;
  transform: rotate(5deg);
  filter: drop-shadow(0 9px 16px rgba(13, 88, 187, 0.12));
}

body[data-brand="bingxice"] .proof-card {
  border-color: rgba(13, 88, 187, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 250, 255, 0.94)),
    #ffffff;
}

.proof-card span,
.feature-card span,
.brand-map span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  margin-bottom: 1.15rem;
  padding: 0 0.5rem;
  border-radius: 8px;
  background: var(--soft);
  color: #126d65;
  font-weight: 900;
}

body[data-brand="bingxice"] .proof-card span,
body[data-brand="bingxice"] .feature-card span,
body[data-brand="bingxice"] .brand-map span {
  background: #fff3c4;
  color: #0d58bb;
  border: 1px solid rgba(13, 88, 187, 0.14);
}

.proof-card p,
.product-card p,
.feature-card p,
.update-card p,
.brand-map p,
.factory-band__copy p,
.inquiry__copy p {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.product-card {
  min-height: 31rem;
  padding: 1rem;
}

.machine-visual {
  position: relative;
  height: 15rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    #101819;
  background-size: 48px 48px, auto;
}

body[data-brand="bingxice"] .machine-visual {
  background:
    linear-gradient(90deg, rgba(13, 88, 187, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #dff6ff, #fff8ec);
  background-size: 48px 48px, auto;
}

body[data-brand="bingxice"] .machine-visual--cutout {
  display: grid;
  place-items: center;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 2px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 197, 51, 0.24), transparent 8rem),
    linear-gradient(180deg, #dff7ff 0%, #ffffff 55%, #fff2db 100%);
}

body[data-brand="bingxice"] .machine-visual--cutout::before,
body[data-brand="bingxice"] .machine-visual--cutout::after {
  display: none;
}

body[data-brand="bingxice"] .machine-visual--cutout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  filter: drop-shadow(0 14px 22px rgba(13, 88, 187, 0.14));
}

.machine-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  width: 7rem;
  height: 9.5rem;
  transform: translateX(-50%);
  border: 1px solid rgba(186, 242, 255, 0.58);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(242, 251, 252, 0.84), rgba(153, 169, 172, 0.66));
}

.machine-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4.6rem;
  width: 4.8rem;
  height: 2.3rem;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #1b2526;
  box-shadow: inset 0 0 0 1px rgba(186, 242, 255, 0.28);
}

.machine-visual span {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(225, 252, 255, 0.76);
  border-radius: 7px;
  background: rgba(186, 242, 255, 0.48);
}

.machine-visual span:nth-child(1) {
  left: 13%;
  top: 22%;
}

.machine-visual span:nth-child(2) {
  right: 13%;
  top: 31%;
}

.machine-visual span:nth-child(3) {
  left: 24%;
  bottom: 17%;
}

.machine-visual--flake span {
  width: 3.4rem;
  height: 1rem;
  border-radius: 8px;
  transform: rotate(-16deg);
  background: rgba(91, 224, 178, 0.52);
}

.machine-visual--nugget span {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(255, 143, 112, 0.62);
}

.product-card dl {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
}

.product-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.6rem;
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
}

.product-card dt {
  color: var(--muted);
}

.product-card dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.factory-band,
.section-inquiry {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.86fr);
  gap: 3rem;
  align-items: center;
}

.factory-band__media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101415;
  box-shadow: var(--shadow);
}

.factory-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-brand="bingxice"] .factory-band__media {
  border-color: rgba(13, 88, 187, 0.16);
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 197, 51, 0.22), transparent 8rem),
    linear-gradient(180deg, #e3f8ff, #ffffff 58%, #fff4df);
}

body[data-brand="bingxice"] .factory-band__media img {
  object-fit: cover;
  padding: 0;
  filter: drop-shadow(0 16px 26px rgba(13, 88, 187, 0.14));
}

.process-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.process-list div {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  align-items: center;
  min-height: 3.4rem;
  border-top: 1px solid var(--line);
}

.process-list strong {
  color: #0a756a;
}

body[data-brand="bingxice"] .process-list strong {
  color: #ff6d85;
}

.update-card {
  min-height: 20rem;
  padding: 1rem;
}

.update-card__visual {
  display: grid;
  place-items: center;
  min-height: 9rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #101819;
  background-size: 42px 42px, auto;
  color: rgba(186, 242, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

body[data-brand="bingxice"] .update-card__visual {
  background:
    linear-gradient(90deg, rgba(13, 88, 187, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #d9f4ff, #fff3db);
  background-size: 42px 42px, auto;
  color: #0d58bb;
}

body[data-brand="bingxice"] .update-card__visual img {
  width: 100%;
  height: 9rem;
  object-fit: contain;
  padding: 0.4rem;
  filter: drop-shadow(0 12px 20px rgba(13, 88, 187, 0.14));
}

.section-inquiry {
  align-items: start;
}

.quote-form {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
}

.quote-form label {
  display: grid;
  gap: 0.45rem;
  color: #263232;
  font-weight: 800;
}

.quote-form input {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid rgba(9, 13, 14, 0.14);
  border-radius: 8px;
  padding: 0 0.9rem;
  background: #fbfdfc;
  color: var(--ink);
}

.quote-form input:focus-visible,
.button:focus-visible,
.nav-cta:focus-visible,
.site-nav a:focus-visible,
.preview-switch a:focus-visible {
  outline: 3px solid rgba(52, 191, 209, 0.45);
  outline-offset: 3px;
}

.form-status {
  min-height: 2rem;
  margin: 0;
  color: #0b7469;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav,
  .preview-switch {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .site-nav {
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .hero__inner,
  .section-heading--split,
  .principle-band,
  .factory-band,
  .section-inquiry {
    grid-template-columns: 1fr;
  }

  body[data-brand="bingxice"] .hero__inner {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    text-align: center;
  }

  .proof-grid,
  .product-grid,
  .feature-grid,
  .update-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  h1 {
    font-size: 3.1rem;
  }

  body[data-brand="bingxice"] h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.08rem;
  }
}

@media (max-width: 680px) {
  body {
    max-width: 100vw;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 4.25rem;
    padding: 0 1rem;
  }

  .site-nav {
    gap: 0.9rem;
    font-size: 0.9rem;
  }

  .nav-cta {
    display: none;
  }

  .site-logo {
    grid-column: 1;
    grid-row: 1;
  }

  body[data-brand="bingxice"] .site-logo__image {
    width: auto;
    height: 2.8rem;
    max-width: 9.8rem;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hero,
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    padding-top: 2.4rem;
    padding-bottom: 1.2rem;
  }

  body[data-brand="bingxice"] .hero__media {
    aspect-ratio: 4 / 5;
  }

  .hero__inner,
  .hero__copy,
  .section-heading,
  .section-heading--split,
  .principle-band {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .hero__lead,
  .section-heading p,
  h1,
  h2,
  h3 {
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  h1 {
    font-size: 2.25rem;
  }

  body[data-brand="bingxice"] h1 {
    font-size: 2.24rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  body[data-brand="bingxice"] .hero__lead,
  body[data-brand="bingxice"] .section-heading p:not(.eyebrow) {
    max-width: 20.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  body[data-brand="bingxice"] .hero__copy {
    justify-items: start;
  }

  body[data-brand="bingxice"] .hero__lead {
    margin-left: 0;
    margin-right: 0;
  }

  body[data-brand="bingxice"] .section-heading h2 {
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .hero__media figcaption {
    position: static;
    border-radius: 0;
  }

  .proof-grid,
  .product-grid,
  .feature-grid,
  .update-grid,
  .brand-map {
    grid-template-columns: 1fr;
  }

  .preview-switch,
  .metric-strip {
    display: none;
  }

  body[data-brand="bingxice"] .bingxice-stage__brand {
    left: 0.75rem;
    top: 0.7rem;
  }

  body[data-brand="bingxice"] .bingxice-stage__brand strong {
    font-size: 1.35rem;
  }

  body[data-brand="bingxice"] .bingxice-stage__brand span {
    font-size: 0.62rem;
  }

  body[data-brand="bingxice"] .bingxice-stage__title {
    left: 1rem;
    top: 3.15rem;
    font-size: 2rem;
    text-shadow: 0 2px 0 #ffffff;
  }

  body[data-brand="bingxice"] .bingxice-stage__title::after {
    right: -1.15rem;
    top: -0.35rem;
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.18rem;
  }

  body[data-brand="bingxice"] .bingxice-stage__subtitle {
    left: 1rem;
    top: 6rem;
    min-width: 7rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.78rem;
  }

  body[data-brand="bingxice"] .bingxice-stage__mascot,
  body[data-brand="bingxice"] .bingxice-stage__skyline {
    display: none;
  }

  body[data-brand="bingxice"] .bingxice-stage__machine {
    right: 0.9rem;
    bottom: 1rem;
    width: 9.1rem;
    height: 11.6rem;
    border-width: 1px;
  }

  body[data-brand="bingxice"] .machine-screen {
    right: 0.6rem;
    top: 0.55rem;
    width: 1.75rem;
    height: 1.1rem;
  }

  body[data-brand="bingxice"] .machine-bin {
    left: 0.35rem;
    right: 0.35rem;
    top: 3.65rem;
    height: 3.9rem;
  }

  body[data-brand="bingxice"] .machine-vents {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 1.1rem;
    gap: 0.22rem;
  }

  body[data-brand="bingxice"] .machine-vents i {
    height: 1.75rem;
    border-top-width: 0.12rem;
    border-bottom-width: 0.12rem;
    background: repeating-linear-gradient(180deg, transparent 0 0.22rem, #27313a 0.22rem 0.33rem);
  }

  body[data-brand="bingxice"] .ice-basket {
    right: 0.25rem;
    bottom: 0.9rem;
    width: 5.5rem;
    height: 2.8rem;
    border-width: 0.12rem;
  }

  body[data-brand="bingxice"] .ice-basket i {
    width: 0.9rem;
    height: 0.9rem;
  }

  body[data-brand="bingxice"] .factory-pill {
    left: 1rem;
    bottom: 0.75rem;
    min-width: 6.8rem;
    padding: 0.35rem 0.7rem;
    font-size: 0.86rem;
  }

  body[data-brand="bingxice"] .style-poster {
    left: 1rem;
    bottom: 3.7rem;
    width: 5.1rem;
  }

  .product-card dl div {
    display: grid;
  }

  .product-card dd {
    text-align: left;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
