/* ==========================================================================
   BRANDS (代營運) — JamboLive
   Layered over styles.css; mirrors streamers page DNA but tuned for
   enterprise brand audience.
   ========================================================================== */

/* ============================================================
   HERO — dark, theatrical, brand-ops focused
   ============================================================ */
.b-hero {
  position: relative;
  padding: 150px 0 130px;
  background: #0E0A1A;
  background-image:
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(138, 43, 226, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(224, 23, 143, 0.20) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 20% 90%, rgba(255, 159, 28, 0.10) 0%, transparent 50%),
    linear-gradient(180deg, #14111C 0%, #0E0A1A 100%);
  color: #fff;
  overflow: hidden;
}
.b-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 0%, transparent 80%);
  pointer-events: none;
}
.b-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 640px;
  z-index: 2;
}
.b-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  margin-bottom: 30px;
  padding: 8px 16px 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}
.b-hero-title {
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.045em;
  color: #fff;
  margin-bottom: 28px;
}
.b-hero-title .row { display: block; }
.b-hero-title .accent {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 45%, #FF9F1C 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradShift 8s ease-in-out infinite;
}
.b-hero-sub {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin-bottom: 38px;
}
.b-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 56px;
}
.b-hero-trust {
  display: flex;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.b-trust-item .v {
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.b-trust-item .l {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

/* HERO VISUAL — blueprint / studio diagram */
.b-hero-visual {
  position: relative;
  height: 600px;
  width: 100%;
}
.b-hero-halo {
  position: absolute;
  inset: 8% 0 0 8%;
  background: radial-gradient(ellipse at center, rgba(224,23,143,0.30) 0%, transparent 60%);
  filter: blur(40px);
  animation: haloPulse 6s ease-in-out infinite;
  pointer-events: none;
}

.b-studio {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 360px;
  background: linear-gradient(180deg, rgba(26,20,40,0.95) 0%, rgba(15,11,24,0.95) 100%);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 50px 100px -20px rgba(138,43,226,0.4),
    0 0 0 8px rgba(255,255,255,0.03),
    inset 0 1px 0 rgba(255,255,255,0.06);
  padding: 18px;
  z-index: 5;
  animation: phoneFloat 6s ease-in-out infinite;
}
.b-studio-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 14px;
}
.b-studio-title {
  font-size: 12.5px;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-studio-title::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #FF2D87;
  box-shadow: 0 0 10px rgba(255,45,135,0.7);
  animation: dotPulse 1.4s ease-in-out infinite;
}
.b-studio-tag {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FF9F1C;
  background: rgba(255,159,28,0.12);
  border: 1px solid rgba(255,159,28,0.3);
  padding: 3px 9px;
  border-radius: 4px;
}

/* studio frame */
.b-studio-stage {
  position: relative;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(224,23,143,0.45) 0%, transparent 60%),
    linear-gradient(180deg, #2a1a3d 0%, #14111C 100%);
}
.b-studio-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
/* studio host silhouette */
.b-studio-host {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 130px;
}
.b-studio-host-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD0B0 0%, #E8A88A 100%);
  box-shadow: 0 0 30px rgba(255,159,28,0.4);
}
.b-studio-host-body {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 100px;
  background: linear-gradient(180deg, #4A2C70 0%, #2A1A3D 100%);
  border-radius: 30px 30px 0 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
/* spotlights */
.b-studio-light {
  position: absolute;
  top: -10px;
  width: 80px;
  height: 200px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 70%);
  filter: blur(14px);
  pointer-events: none;
}
.b-studio-light-l { left: 10%; transform: rotate(20deg); transform-origin: top center; }
.b-studio-light-r { right: 10%; transform: rotate(-20deg); transform-origin: top center; }

/* viewers / live */
.b-studio-overlay-tl {
  position: absolute;
  top: 12px; left: 12px;
  display: flex;
  gap: 6px;
}
.b-studio-overlay-tl .live {
  background: #FF2D87;
  color: #fff;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-shadow: 0 0 12px rgba(255,45,135,0.5);
}
.b-studio-overlay-tl .vw {
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}
.b-studio-overlay-tr {
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.b-studio-overlay-tr::before {
  content: '';
  width: 14px; height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, #8A2BE2, #EC0677);
}

/* product card overlay (right side) */
.b-studio-product {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 150px;
}
.b-studio-product-thumb {
  width: 32px; height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #FF9F1C, #EC0677);
  flex-shrink: 0;
}
.b-studio-product-info { flex: 1; min-width: 0; }
.b-studio-product-name {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-studio-product-price {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: #FF9F1C;
  margin-top: 2px;
}

/* studio bottom: KPI strip */
.b-studio-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.b-studio-kpi {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 10px 12px;
}
.b-studio-kpi .l {
  font-family: var(--font-en);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}
.b-studio-kpi .v {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.b-studio-kpi .v small {
  font-size: 11px;
  color: #6BFFB5;
  margin-left: 4px;
  font-weight: 600;
}

/* floating side cards */
.b-side-card {
  position: absolute;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border-radius: 14px;
  padding: 12px 14px;
  z-index: 6;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.3);
}
.b-side-team {
  top: 4%;
  left: -2%;
  width: 200px;
  animation: cardFloat1 5s ease-in-out infinite;
}
.b-side-team .head {
  font-family: var(--font-en);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  margin-bottom: 8px;
}
.b-team-row {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.b-team-row .av {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid #14111C;
  margin-left: -6px;
}
.b-team-row .av:first-child { margin-left: 0; }
.b-team-row .av-1 { background: linear-gradient(135deg, #FF9F1C, #EC0677); }
.b-team-row .av-2 { background: linear-gradient(135deg, #8A2BE2, #FF2D87); }
.b-team-row .av-3 { background: linear-gradient(135deg, #6BFFB5, #2DA86F); }
.b-team-row .av-4 { background: linear-gradient(135deg, #4A90E2, #8A2BE2); }
.b-team-row .more {
  margin-left: 8px;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
}
.b-side-team .lbl {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255,255,255,0.65);
}

.b-side-gmv {
  bottom: 6%;
  right: -2%;
  width: 200px;
  animation: cardFloat2 6s ease-in-out infinite -2s;
}
.b-side-gmv .lbl {
  font-family: var(--font-en);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  margin-bottom: 4px;
}
.b-side-gmv .num {
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.b-side-gmv .delta {
  font-size: 11px;
  color: #6BFFB5;
  font-weight: 600;
  margin-bottom: 8px;
}
.b-side-gmv .spark {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 24px;
}
.b-side-gmv .spark span {
  flex: 1;
  background: linear-gradient(180deg, #FF9F1C, #EC0677);
  border-radius: 1px;
  animation: sparkPulse 2s ease-in-out infinite;
}
.b-side-gmv .spark span:nth-child(1) { animation-delay: 0s; }
.b-side-gmv .spark span:nth-child(2) { animation-delay: 0.15s; }
.b-side-gmv .spark span:nth-child(3) { animation-delay: 0.3s; }
.b-side-gmv .spark span:nth-child(4) { animation-delay: 0.45s; }
.b-side-gmv .spark span:nth-child(5) { animation-delay: 0.6s; }
.b-side-gmv .spark span:nth-child(6) { animation-delay: 0.75s; }
.b-side-gmv .spark span:nth-child(7) { animation-delay: 0.9s; }
.b-side-gmv .spark span:nth-child(8) { animation-delay: 1.05s; }

.b-side-pf {
  top: 22%;
  right: -4%;
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  animation: cardFloat1 7s ease-in-out infinite -3s;
}
.b-side-pf .pill {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-en);
}
.b-side-pf .pill.fb { background: #1877F2; }
.b-side-pf .pill.ig { background: linear-gradient(135deg, #f09433, #dc2743, #bc1888); font-size: 9px; }
.b-side-pf .pill.tt { background: #000; font-size: 9px; }
.b-side-pf .pill.line { background: #06C755; }
.b-side-pf .pill.shopee { background: #EE4D2D; font-size: 9px; }

/* ============================================================
   CHALLENGES — 品牌方常見痛點
   ============================================================ */
.b-pain {
  padding: 120px 0;
  background: #FBF7FE;
  position: relative;
  overflow: hidden;
}
.b-pain-head {
  text-align: center;
  margin-bottom: 64px;
}
.b-pain-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.b-pain-title {
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
}
.b-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.b-pain-card {
  position: relative;
  padding: 32px 24px 28px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ECE0F5;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  overflow: hidden;
}
.b-pain-card::before {
  content: attr(data-num);
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 900;
  color: #F4ECFA;
  line-height: 1;
  letter-spacing: -0.04em;
}
.b-pain-card:hover {
  transform: translateY(-6px);
  border-color: #FF2D87;
  box-shadow: 0 20px 40px -16px rgba(224,23,143,0.25);
}
.b-pain-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FF2D87 0%, #FF9F1C 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.b-pain-q {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #14111C;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.b-pain-d {
  font-size: 13.5px;
  line-height: 1.7;
  color: #6B6377;
  position: relative;
  z-index: 1;
}

/* ============================================================
   END-TO-END SERVICE — 全流程託管
   ============================================================ */
.b-service {
  padding: 130px 0;
  background: #14111C;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.b-service::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60%; height: 100%;
  background: radial-gradient(ellipse at left, rgba(138,43,226,0.18) 0%, transparent 60%);
}
.b-service-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.b-service-copy { position: sticky; top: 100px; }
.b-service-copy h2 {
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.b-service-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  max-width: 420px;
}
.b-service-stats {
  display: flex;
  gap: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.b-service-stat .v {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(110deg, #8A2BE2, #EC0677, #FF9F1C);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1;
}
.b-service-stat .l {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

.b-tl {
  position: relative;
  padding-left: 32px;
}
.b-tl::before {
  content: '';
  position: absolute;
  left: 7px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  border-radius: 1px;
}
.b-tl-item {
  position: relative;
  padding: 0 0 36px 0;
}
.b-tl-item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 6px;
  width: 16px; height: 16px;
  background: #14111C;
  border: 2px solid #EC0677;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(224,23,143,0.15);
}
.b-tl-item:last-child { padding-bottom: 0; }
.b-tl-phase {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FF9F1C;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.b-tl-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 10px;
}
.b-tl-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  margin-bottom: 12px;
}
.b-tl-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.b-tl-chips span {
  font-size: 11.5px;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 10px;
  border-radius: 999px;
}

/* ============================================================
   PACKAGES — 三種合作模式
   ============================================================ */
.b-pkg {
  padding: 130px 0;
  background: #FBF7FE;
  position: relative;
}
.b-pkg-head {
  text-align: center;
  margin-bottom: 56px;
}
.b-pkg-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.b-pkg-title {
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
  margin-bottom: 18px;
}
.b-pkg-sub {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: #5A5360;
}
.b-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.b-pkg-card {
  position: relative;
  background: #fff;
  border: 1px solid #ECE0F5;
  border-radius: 22px;
  padding: 36px 32px 32px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  display: flex;
  flex-direction: column;
}
.b-pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(138,43,226,0.18);
}
.b-pkg-card.featured {
  background: linear-gradient(180deg, #14111C 0%, #2A1A3D 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 30px 60px -20px rgba(138,43,226,0.4);
}
.b-pkg-flag {
  position: absolute;
  top: -12px; left: 32px;
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  color: #fff;
  font-family: var(--font-en);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}
.b-pkg-eyebrow-line {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 14px;
}
.b-pkg-card.featured .b-pkg-eyebrow-line { color: #FF9F1C; }
.b-pkg-name {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #14111C;
  margin-bottom: 10px;
}
.b-pkg-card.featured .b-pkg-name { color: #fff; }
.b-pkg-tagline {
  font-size: 14px;
  line-height: 1.65;
  color: #6B6377;
  margin-bottom: 26px;
}
.b-pkg-card.featured .b-pkg-tagline { color: rgba(255,255,255,0.7); }
.b-pkg-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.b-pkg-list li {
  position: relative;
  padding-left: 24px;
  font-size: 13.5px;
  line-height: 1.65;
  color: #14111C;
}
.b-pkg-card.featured .b-pkg-list li { color: rgba(255,255,255,0.85); }
.b-pkg-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, #EC0677, #FF9F1C);
  border-radius: 2px;
}
.b-pkg-foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.b-pkg-meta {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B6377;
  font-weight: 600;
}
.b-pkg-card.featured .b-pkg-meta { color: rgba(255,255,255,0.55); }
.b-pkg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #ECE0F5;
  color: #14111C;
  transition: all .25s var(--ease);
}
.b-pkg-cta:hover {
  border-color: #FF2D87;
  color: #FF2D87;
}
.b-pkg-card.featured .b-pkg-cta {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  color: #fff;
  border-color: transparent;
}
.b-pkg-card.featured .b-pkg-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(224,23,143,0.5);
  color: #fff;
}

/* ============================================================
   STUDIO — 攝影棚場景搭設
   ============================================================ */
.b-studio-section {
  padding: 130px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.b-studio-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.b-studio-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.b-studio-section h2 {
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
  margin-bottom: 22px;
}
.b-studio-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #5A5360;
  margin-bottom: 32px;
  max-width: 480px;
}
.b-studio-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}
.b-studio-feat {
  display: flex;
  gap: 14px;
}
.b-studio-feat-ico {
  width: 38px; height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #FFE5F1, #FFF8EE);
  color: #EC0677;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-studio-feat-h {
  font-size: 15px;
  font-weight: 800;
  color: #14111C;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.b-studio-feat-d {
  font-size: 13px;
  line-height: 1.65;
  color: #6B6377;
}

/* studio mockup visual */
.b-studio-mock {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #1F1530 0%, #14111C 100%);
  border: 1px solid #ECE0F5;
  box-shadow: 0 40px 80px -20px rgba(138,43,226,0.25);
}
.b-studio-mock::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 30%, rgba(255,159,28,0.20) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 30% 80%, rgba(224,23,143,0.18) 0%, transparent 60%);
}
.b-studio-mock-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.b-studio-mock-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(255,159,28,0.05) 50%, rgba(224,23,143,0.08));
  border-top: 1px solid rgba(255,255,255,0.06);
}
/* center subject */
.b-studio-mock-host {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 200px;
}
.b-studio-mock-host-head {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD0B0 0%, #E8A88A 100%);
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 60px rgba(255,159,28,0.3);
}
.b-studio-mock-host-body {
  margin: -8px auto 0;
  width: 110px;
  height: 150px;
  border-radius: 38px 38px 0 0;
  background: linear-gradient(180deg, #4A2C70 0%, #2A1A3D 100%);
  border-top: 2px solid rgba(255,255,255,0.1);
}
/* product table */
.b-studio-mock-table {
  position: absolute;
  bottom: 8%;
  left: 18%;
  right: 18%;
  height: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.08);
}
.b-studio-mock-prod {
  position: absolute;
  bottom: 11%;
  width: 24px; height: 30px;
  border-radius: 3px;
  background: linear-gradient(135deg, #FF9F1C, #EC0677);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}
.b-studio-mock-prod-1 { left: 26%; }
.b-studio-mock-prod-2 { left: 38%; height: 34px; background: linear-gradient(135deg, #6BFFB5, #2DA86F); }
.b-studio-mock-prod-3 { right: 38%; height: 26px; background: linear-gradient(135deg, #4A90E2, #8A2BE2); }
.b-studio-mock-prod-4 { right: 26%; height: 32px; }

/* lights */
.b-studio-mock-light {
  position: absolute;
  top: -10%;
  width: 110px;
  height: 70%;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 80%);
  filter: blur(20px);
}
.b-studio-mock-light-l { left: 8%; transform: rotate(15deg); transform-origin: top center; }
.b-studio-mock-light-r { right: 8%; transform: rotate(-15deg); transform-origin: top center; }

/* camera */
.b-studio-mock-cam {
  position: absolute;
  bottom: 5%;
  right: 4%;
  width: 50px; height: 32px;
  background: #14111C;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}
.b-studio-mock-cam::before {
  content: '';
  position: absolute;
  top: 50%; left: 8px;
  transform: translateY(-50%);
  width: 16px; height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #FF2D87 30%, #14111C 31%);
  border: 2px solid rgba(255,255,255,0.2);
}
.b-studio-mock-cam::after {
  content: 'REC';
  position: absolute;
  top: -16px;
  right: 0;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FF2D87;
}

/* overlay UI */
.b-studio-mock-overlay {
  position: absolute;
  top: 14px; left: 14px;
  display: flex;
  gap: 6px;
}
.b-studio-mock-overlay .live {
  background: #FF2D87;
  color: #fff;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}
.b-studio-mock-overlay .vw {
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}

/* ============================================================
   CASE STUDIES
   ============================================================ */
.b-case {
  padding: 130px 0;
  background: linear-gradient(180deg, #fff 0%, #FBF7FE 100%);
}
.b-case-head {
  text-align: center;
  margin-bottom: 56px;
}
.b-case-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.b-case-title {
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
}
.b-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.b-case-card {
  background: #fff;
  border: 1px solid #ECE0F5;
  border-radius: 22px;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  display: flex;
  flex-direction: column;
}
.b-case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(138,43,226,0.18);
}
.b-case-cover {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #14111C;
}
.b-case-cover-bg {
  position: absolute;
  inset: 0;
}
.b-case-cover-1 .b-case-cover-bg {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,159,28,0.5) 0%, transparent 60%),
    linear-gradient(135deg, #2A1A3D 0%, #14111C 100%);
}
.b-case-cover-2 .b-case-cover-bg {
  background:
    radial-gradient(ellipse at 70% 30%, rgba(224,23,143,0.55) 0%, transparent 60%),
    linear-gradient(135deg, #1F1530 0%, #14111C 100%);
}
.b-case-cover-3 .b-case-cover-bg {
  background:
    radial-gradient(ellipse at 50% 30%, rgba(138,43,226,0.55) 0%, transparent 60%),
    linear-gradient(135deg, #2A1A3D 0%, #1A0F2A 100%);
}
.b-case-cover-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 40%, #000 70%, transparent);
}
.b-case-cover-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-family: var(--font-en);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}
.b-case-cover-num {
  position: absolute;
  bottom: 18px; left: 22px;
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 900;
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.035em;
  line-height: 0.95;
}
.b-case-cover-num small {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 4px;
  -webkit-text-fill-color: rgba(255,255,255,0.7);
}
.b-case-body {
  padding: 26px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.b-case-cat {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 10px;
}
.b-case-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #14111C;
  margin-bottom: 12px;
}
.b-case-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #5A5360;
  margin-bottom: 20px;
  flex: 1;
}
.b-case-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #ECE0F5;
}
.b-case-metric .v {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(110deg, #8A2BE2, #EC0677, #FF9F1C);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1;
}
.b-case-metric .l {
  font-size: 11.5px;
  color: #6B6377;
  margin-top: 4px;
}

/* ============================================================
   PARTNERS marquee strip
   ============================================================ */
.b-partners {
  padding: 80px 0 100px;
  background: #FBF7FE;
  border-top: 1px solid #ECE0F5;
  border-bottom: 1px solid #ECE0F5;
}
.b-partners-label {
  text-align: center;
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B6377;
  margin-bottom: 36px;
}
.b-partners-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  align-items: center;
}
.b-partners-grid img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition: opacity .25s, filter .25s;
}
.b-partners-grid img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* ============================================================
   FAQ — quick objections
   ============================================================ */
.b-faq {
  padding: 130px 0;
  background: #fff;
}
.b-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.b-faq-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.b-faq h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
  margin-bottom: 18px;
}
.b-faq-lead {
  font-size: 15.5px;
  line-height: 1.75;
  color: #5A5360;
}
.b-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b-faq-item {
  background: #FBF7FE;
  border: 1px solid #ECE0F5;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.b-faq-item[open] {
  border-color: #FF2D87;
  box-shadow: 0 16px 32px -16px rgba(224,23,143,0.18);
}
.b-faq-q {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #14111C;
  letter-spacing: -0.01em;
}
.b-faq-q::-webkit-details-marker { display: none; }
.b-faq-q::after {
  content: '+';
  font-size: 24px;
  font-weight: 400;
  color: #EC0677;
  flex-shrink: 0;
  transition: transform .25s var(--ease);
}
.b-faq-item[open] .b-faq-q::after {
  transform: rotate(45deg);
}
.b-faq-a {
  padding: 0 24px 20px;
  font-size: 14.5px;
  line-height: 1.75;
  color: #5A5360;
}

/* ============================================================
   FINAL CTA — reuse streamers pattern with brand copy
   ============================================================ */
.b-cta {
  padding: 80px 0 120px;
  background: #FBF7FE;
}
.b-cta-box {
  position: relative;
  background: #14111C;
  background-image:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(224,23,143,0.4) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 20% 30%, rgba(138,43,226,0.4) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 50% 90%, rgba(255,159,28,0.2) 0%, transparent 60%);
  border-radius: 32px;
  padding: 80px 60px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.b-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000, transparent);
}
.b-cta-box-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}
.b-cta-title {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.b-cta-title .accent {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.b-cta-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
}
.b-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.b-cta-perks {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.b-cta-perks span {
  position: relative;
  padding-left: 22px;
}
.b-cta-perks span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6BFFB5;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .b-hero { padding: 110px 0 80px; }
  .b-hero-grid,
  .b-service-grid,
  .b-studio-grid,
  .b-faq-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  /* Let .b-hero-visual grow with its content (.b-dash is taller than 540px
     on mobile) — fixed height was causing the dashboard to overflow into
     the trust numbers above. */
  .b-hero-visual { height: auto; min-height: 0; }
  .b-service-copy { position: static; }
  .b-pain-grid { grid-template-columns: repeat(2, 1fr); }
  .b-pkg-grid { grid-template-columns: 1fr; }
  .b-case-grid { grid-template-columns: 1fr 1fr; }
  .b-partners-grid { grid-template-columns: repeat(4, 1fr); }

  /* Dashboard flows naturally instead of being absolute-centered.
     !important needed because the base `.b-dash` rule sits LATER in this
     stylesheet (line ~1565) and would otherwise win on source order. */
  .b-dash {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 560px !important;
  }
  /* Halo is absolute decorative bg — irrelevant once parent is auto-height */
  .b-hero-halo { display: none; }
}
@media (max-width: 640px) {
  .b-hero { padding: 110px 0 80px; }
  .b-hero-trust { gap: 24px; flex-wrap: wrap; }
  .b-studio { width: 320px; height: 320px; padding: 14px; }
  .b-side-team, .b-side-pf { display: none; }
  .b-pain-grid { grid-template-columns: 1fr; }
  .b-case-grid { grid-template-columns: 1fr; }
  .b-studio-feats { grid-template-columns: 1fr; }
  .b-partners-grid { grid-template-columns: repeat(3, 1fr); }
  .b-cta-box { padding: 56px 28px; }
}


/* ============================================================
   v2 ADDITIONS (merged from brands.css)
   ============================================================ */

/* ============================================================
   brands.css — clean redesign (v3)
   - Hero Live Operations Dashboard (single clean card)
   - 4-step service grid
   - Studio "場景變裝" showcase (no humans, no clutter)
   - Brand stories testimonials
   - Partners marquee
   ============================================================ */

/* hide ALL legacy ornaments from previous versions */
.b-studio-host,
.b-studio-host-head,
.b-studio-host-body,
.b-studio-mock-host,
.b-studio-mock-host-head,
.b-studio-mock-host-body,
.b-studio-mock-floor,
.b-studio-mock-light,
.b-studio-mock-table,
.b-studio-mock-prod,
.b-studio-mock-cam,
.b-studio-mock-overlay,
.b-studio,
.b-side-team,
.b-side-pf,
.b-side-gmv,
.b-console,
.b-studio-monitor,
.b-studio-cam-tile,
.b-studio-shelf,
.b-studio-spot {
  display: none !important;
}

/* ===========================================================
   HERO DASHBOARD (clean)
   =========================================================== */
.b-dash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, 96%);
  background: linear-gradient(180deg, #1a0d2a 0%, #110820 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 22px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 0 80px rgba(224,23,143,0.12);
  font-family: var(--font-zh);
}

/* head */
.b-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 18px;
}
.b-dash-title {
  display: flex; align-items: center; gap: 12px;
}
.b-dash-title .live-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #fff;
  padding: 5px 9px;
  background: #ff3b8a;
  border-radius: 6px;
}
.b-dash-title .live-badge .live-pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: #fff;
  animation: bDashPulse 1.4s infinite;
}
@keyframes bDashPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.b-dash-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.005em;
}
.b-dash-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
  font-family: var(--font-en);
  letter-spacing: 0.04em;
}
.b-dash-time {
  text-align: right;
}
.b-dash-time-l {
  font-size: 10px;
  font-family: var(--font-en);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 2px;
}
.b-dash-time-v {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 700;
  color: #ff9f1c;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

/* preview */
.b-dash-preview {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #2a1846 0%, #160a28 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 18px;
}
.b-dash-preview-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}
.b-dash-preview-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,159,28,0.35) 0%, rgba(224,23,143,0.18) 40%, transparent 70%);
  filter: blur(8px);
}
.b-dash-preview-overlay {
  position: absolute;
  top: 12px; left: 12px; right: 12px;
  display: flex; justify-content: space-between;
}
.b-dash-preview-overlay .vw,
.b-dash-preview-overlay .cam {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 4px 10px;
  background: rgba(0,0,0,0.55);
  border-radius: 6px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.06);
}
.b-dash-preview-overlay .cam { color: rgba(255,255,255,0.7); }

/* product silhouettes (overlaid on preview) */
.b-dash-products {
  position: absolute;
  left: 50%; top: 48%;
  transform: translate(-50%, -50%);
  width: 78%;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.45));
  z-index: 1;
}

.b-dash-preview-product {
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  display: grid; grid-template-columns: 40px 1fr auto; gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(0,0,0,0.65);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 2;
}
.b-dash-preview-product .thumb {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff9f1c 0%, #EC0677 100%);
  position: relative;
}
.b-dash-preview-product .thumb::after {
  content: '';
  position: absolute; inset: 8px;
  border: 1.5px solid rgba(255,255,255,0.7);
  border-radius: 4px;
}
.b-dash-preview-product .info { min-width: 0; }
.b-dash-preview-product .info .n {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.b-dash-preview-product .info .p {
  font-family: var(--font-en);
  font-size: 14px;
  color: #ff9f1c;
  font-weight: 800;
  letter-spacing: -0.005em;
}
.b-dash-preview-product .cta {
  background: linear-gradient(90deg, #EC0677, #ff3b8a);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(224,23,143,0.4);
}

/* metrics */
.b-dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.b-dash-metric {
  background: rgba(255,255,255,0.02);
  padding: 14px 12px;
}
.b-dash-metric .lbl {
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 6px;
  font-weight: 600;
}
.b-dash-metric .val {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.b-dash-metric .dlt {
  font-family: var(--font-en);
  font-size: 11px;
  color: #4ade80;
  font-weight: 600;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* foot */
.b-dash-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.b-dash-pf {
  display: flex; align-items: center; gap: 5px;
  flex-wrap: wrap;
}
.b-dash-pf .pf {
  width: 26px; height: 26px;
  border-radius: 7px;
  display: grid; place-items: center;
  font-size: 10px; font-weight: 800;
  color: #fff;
  font-family: var(--font-en);
}
.b-dash-pf .pf.fb { background: #1877F2; }
.b-dash-pf .pf.ig { background: linear-gradient(135deg, #fdb86e 0%, #ee2a7b 50%, #6228d7 100%); }
.b-dash-pf .pf.tt { background: #000; border: 1px solid rgba(255,255,255,0.15); }
.b-dash-pf .pf.line { background: #06C755; }
.b-dash-pf .pf.shopee { background: #EE4D2D; }
.b-dash-pf .lbl {
  margin-left: 8px;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-zh);
  letter-spacing: 0.02em;
}
.b-dash-team {
  display: flex; align-items: center;
}
.b-dash-team .av {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: grid; place-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-left: -6px;
  border: 2px solid #1a0d2a;
  font-family: var(--font-en);
  letter-spacing: 0;
}
.b-dash-team .av:first-child { margin-left: 0; }
.b-dash-team .av-1 { background: linear-gradient(135deg, #EC0677, #ff9f1c); }
.b-dash-team .av-2 { background: linear-gradient(135deg, #8a2be2, #5b9aff); }
.b-dash-team .av-3 { background: linear-gradient(135deg, #ff9f1c, #ffd166); }
.b-dash-team .av-4 { background: linear-gradient(135deg, #4ade80, #06b6d4); }
.b-dash-team .more {
  margin-left: 10px;
  font-family: var(--font-en);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}

/* ===========================================================
   END-TO-END SERVICE — 4-step grid (kept from v2)
   =========================================================== */
.b-service .b-service-grid {
  display: block !important;
  grid-template-columns: none !important;
}
.b-service-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}
.b-service-eyebrow {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 14px;
  font-weight: 600;
}
.b-service-h {
  font-family: var(--font-zh);
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.18;
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.b-service-lead {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
}
.b-service-stats-inline {
  display: block;
  margin-top: 14px;
  font-family: var(--font-zh);
  color: rgba(255,255,255,0.55);
  font-size: 14px;
}
.b-service-stats-inline em {
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 800;
  color: #ff9f1c;
  font-size: 16px;
  margin-right: 6px;
}

.b-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.b-steps::before {
  content: '';
  position: absolute;
  top: 56px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(224,23,143,0.5) 15%,
    rgba(255,159,28,0.5) 50%,
    rgba(138,43,226,0.5) 85%,
    transparent 100%);
  z-index: 0;
}
.b-step {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px 24px 26px;
  transition: transform 0.4s, border-color 0.4s, background 0.4s;
  z-index: 1;
}
.b-step:hover {
  transform: translateY(-4px);
  border-color: rgba(224,23,143,0.45);
  background: linear-gradient(180deg, rgba(224,23,143,0.06) 0%, rgba(138,43,226,0.04) 100%);
}
.b-step-num {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #EC0677, #8a2be2);
  display: grid; place-items: center;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(224,23,143,0.35);
}
.b-step:nth-child(2) .b-step-num { background: linear-gradient(135deg, #ff9f1c, #EC0677); box-shadow: 0 8px 24px rgba(255,159,28,0.35); }
.b-step:nth-child(3) .b-step-num { background: linear-gradient(135deg, #8a2be2, #5b9aff); box-shadow: 0 8px 24px rgba(138,43,226,0.35); }
.b-step:nth-child(4) .b-step-num { background: linear-gradient(135deg, #06b6d4, #4ade80); box-shadow: 0 8px 24px rgba(6,182,212,0.30); }

.b-step-tag {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 10px;
  font-weight: 600;
}
.b-step-h {
  font-family: var(--font-zh);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px;
}
.b-step-d {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin-bottom: 16px;
}
.b-step-chips {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.b-step-chips span {
  font-family: var(--font-zh);
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  padding: 4px 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
}

/* ===========================================================
   STUDIO MOCK — "場景變裝" showcase (clean)
   =========================================================== */
.b-studio-mock {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #1a0d2a 0%, #0d0618 100%);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b-stage-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(255,159,28,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(138,43,226,0.28) 0%, transparent 55%);
  pointer-events: none;
}
.b-stage-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* main feature frame */
.b-stage-frame-main {
  position: relative;
  z-index: 1;
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: #0a0414;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  min-height: 0;
}
.b-stage-frame-screen {
  position: absolute; inset: 0;
}
.b-stage-frame-tag {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-zh);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 6px 12px;
  background: rgba(0,0,0,0.55);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 2;
}
.b-stage-frame-tag .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #ff9f1c;
  box-shadow: 0 0 8px #ff9f1c;
}
.b-stage-frame-meta {
  position: absolute; top: 14px; right: 14px;
  display: flex; gap: 6px;
  z-index: 2;
}
.b-stage-frame-meta .vw {
  font-family: var(--font-en);
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  background: rgba(0,0,0,0.55);
  border-radius: 6px;
  backdrop-filter: blur(8px);
  letter-spacing: 0.06em;
}
.b-stage-frame-meta .live {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #fff;
  padding: 4px 8px;
  background: #ff3b8a;
  border-radius: 6px;
}
.b-stage-frame-meta .live .live-pulse {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: bDashPulse 1.4s infinite;
}

/* scene gradients */
.b-stage-screen-fashion {
  background:
    radial-gradient(ellipse at 50% 80%, rgba(255,159,28,0.45) 0%, transparent 55%),
    linear-gradient(180deg, #3b1f5e 0%, #18092e 100%);
}
.b-stage-screen-coffee {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(184,115,51,0.5) 0%, transparent 55%),
    linear-gradient(180deg, #4a2818 0%, #1f0e08 100%);
}
.b-stage-screen-kitchen {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(255,209,102,0.4) 0%, transparent 55%),
    linear-gradient(180deg, #3d2e0a 0%, #1a1305 100%);
}
.b-stage-screen-office {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(91,154,255,0.35) 0%, transparent 55%),
    linear-gradient(180deg, #1a3458 0%, #0a1a30 100%);
}
.b-stage-screen-outdoor {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(74,222,128,0.4) 0%, transparent 55%),
    linear-gradient(180deg, #1a3a2c 0%, #0a1f18 100%);
}

/* products in main frame */
.b-stage-products {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.5));
  z-index: 1;
}
.b-stage-product {
  position: absolute;
  bottom: 18%;
  width: 22%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(2px);
}
.b-stage-product::after {
  content: '';
  position: absolute; inset: 18%;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
}
.b-stage-product-1 { left: 18%; transform: rotate(-3deg); }
.b-stage-product-2 { left: 50%; transform: translateX(-50%) translateY(-12px); }
.b-stage-product-2::after { background: rgba(255,159,28,0.25); }
.b-stage-product-3 { right: 18%; transform: rotate(3deg); }

/* thumbnails grid */
.b-stage-thumbs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.b-stage-thumb {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: transform 0.3s, border-color 0.3s;
}
.b-stage-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(255,159,28,0.5);
}
.b-stage-thumb-products {
  position: absolute;
  left: 50%; top: 52%;
  transform: translate(-50%, -50%);
  width: 76%;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4));
}
.b-stage-thumb-tag {
  position: absolute;
  bottom: 6px; left: 6px;
  font-family: var(--font-zh);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  padding: 3px 8px;
  background: rgba(0,0,0,0.55);
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

/* caption strip */
.b-stage-caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.b-stage-caption-l {
  font-family: var(--font-zh);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}
.b-stage-caption-v {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
  color: #ff9f1c;
  letter-spacing: -0.005em;
}

/* ===========================================================
   BRAND STORIES (testimonials)
   =========================================================== */
.b-stories {
  padding: 120px 0;
  background: #FBF7FE;
  border-top: 1px solid #ECE0F5;
}
.b-stories-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.b-stories-eyebrow {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 14px;
  font-weight: 600;
}
.b-stories-title {
  font-family: var(--font-zh);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: #1a0d2a;
  line-height: 1.2;
  margin-bottom: 16px;
}
.b-stories-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #5a4a6e;
}
.b-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.b-story-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #ECE0F5;
  padding: 36px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 10px 36px rgba(58,28,113,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.b-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(224,23,143,0.12);
}
.b-story-mark {
  position: absolute;
  top: -12px;
  left: 26px;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #EC0677, #8a2be2);
  color: #fff;
  font-family: 'Georgia', serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
  padding-top: 14px;
  box-shadow: 0 8px 20px rgba(224,23,143,0.3);
}
.b-story-quote {
  font-size: 15px;
  line-height: 1.85;
  color: #2d2040;
  font-family: var(--font-zh);
  text-wrap: pretty;
  flex: 1;
  padding-top: 20px;
}
.b-story-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #F0E6F8;
}
.b-story-logo {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #ECE0F5;
  border-radius: 12px;
  padding: 8px;
  overflow: hidden;
}
.b-story-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.b-story-who {
  min-width: 0;
}
.b-story-name {
  font-family: var(--font-zh);
  font-size: 14px;
  font-weight: 700;
  color: #1a0d2a;
  margin-bottom: 4px;
}
.b-story-title {
  font-size: 12px;
  color: #7a6a8e;
}

/* ===========================================================
   PARTNERS — marquee
   =========================================================== */
.b-partners {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #ECE0F5;
  border-bottom: 1px solid #ECE0F5;
  overflow: hidden;
}
.b-partners-label {
  text-align: center;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7a6a8e;
  margin-bottom: 40px;
  font-weight: 600;
}
.b-partners .marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
/* SINGLE SOURCE OF TRUTH for the partner-brand marquee on brands.html.
   These selectors (.b-partners .marquee-*) have higher specificity than the
   generic .marquee-* rules in styles.css AND brands.css loads after, so what
   you see on brands.html is determined HERE. */
.b-partners .marquee-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  /* Tuned to match the KOL (.streamer-marquee) row's visual velocity
     (~36 px/sec). Scaled from 170s → 200s because cell width was bumped
     132 → 160 to accommodate the (now trim-padded) wide-aspect logos.
     Tweak this number alone to change speed. */
  animation: bMarquee 200s linear infinite;
}
.b-partners .marquee-item {
  flex: 0 0 auto;
  /* Cell height matches the KOL (.streamer-marquee) row for visual parity.
     Width is 160px (was 132) so wide logos at ratio ~1.8 still render at
     the full 88px height (88 * 1.8 = 158 < 160). */
  height: 88px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  /* Full color, full opacity — matches the KOL row's treatment. */
  opacity: 1;
  filter: none;
  transition: transform 0.3s;
}
.b-partners .marquee-item:hover {
  transform: translateY(-2px);
}
/* Baseline: every logo renders at the full 88px cell height. Wide-aspect
   logos (Tefal, 熊寶貝, Body Shop) are naturally capped by max-width: 100%
   so they don't overflow the 132px cell — they'll render proportionally
   smaller. Per-logo overrides can be added back later via inline
   style="height:Npx" injected by main.js. */
.b-partners .marquee-item img {
  height: 88px;
  width: auto;
  max-height: 88px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
@keyframes bMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1100px) {
  .b-dash { width: 96%; padding: 18px; }
  .b-dash-metrics { grid-template-columns: repeat(2, 1fr); }
  .b-steps { grid-template-columns: repeat(2, 1fr); }
  .b-steps::before { display: none; }
  .b-stories-grid { grid-template-columns: 1fr; gap: 20px; }
  .b-stage-thumbs { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 720px) {
  .b-steps { grid-template-columns: 1fr; }
  .b-dash { padding: 16px; }
  .b-dash-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .b-dash-time { text-align: left; }
  .b-stories { padding: 80px 0; }
  .b-story-card { padding: 32px 24px 24px; }
  .b-partners { padding: 60px 0; }
  .b-partners .marquee-track { gap: 28px; }
  .b-partners .marquee-item { height: 72px; width: 116px; }
  .b-partners .marquee-item img { max-height: 72px; max-width: 100px; }
  .b-studio-mock { padding: 20px; }
  .b-stage-thumbs { gap: 6px; }
  .b-stage-thumb-tag { font-size: 9px; padding: 2px 6px; }
}
