/* ============================================================
   HOMEPAGE — Sasha's Sparkle Suite (live site)
   Layered on top of tokens.css + components.css
   ============================================================ */

/* ---------- Theme variables driven by Tweaks ---------- */
:root {
  --hp-primary: var(--primary);
  --hp-accent: var(--accent);
  --hp-bg: var(--bg);
  --hp-bg-elevated: var(--bg-elevated);
  --hp-section-pad: 96px;
  --hp-radius-card: var(--r-xl);
  --hp-display-font: var(--font-sans);
  --hp-body-font: var(--font-sans);
  --hp-heading-weight: 600;
  --hp-heading-tracking: -0.01em;
  --hp-saturation: 1;
  --hp-density: 1;
  --hp-mobile-sticky-ticker-top: 0px;
  --hp-mobile-sticky-trade-top: 76px;
  --hp-mobile-sticky-drawer-top: 154px;
  --hp-mobile-sticky-filters-top: 198px;
  --hp-ticker-duration: 72s;
  --hp-trade-ticker-duration: 60s;
  --hp-ticker-speed-pps: 46;
  --hp-trade-ticker-speed-pps: 55.2;
  --hp-form-panel-bg: rgba(255, 255, 255, 0.72);
  --hp-form-panel-fg: var(--fg);
  --hp-field-bg: var(--hp-bg);
  --hp-field-fg: var(--fg);
  --hp-card-fg: var(--fg);
  --hp-card-muted: var(--fg-muted);
  --hp-card-accent: var(--hp-primary);
}

/*
 * Card-surface readability contract.
 * Every appearance preset selects one of these surface classes. Components
 * consume these semantic colors instead of inheriting section colors, so a
 * light card remains readable inside a dark section and vice versa.
 */
body.fx-holographic {
  --hp-card-fg: #2a1f40;
  --hp-card-muted: #5c576a;
  --hp-card-accent: #5c0eff;
}

body.surface-glass {
  --hp-card-fg: #2a1f40;
  --hp-card-muted: #5c576a;
  --hp-card-accent: #5c0eff;
}

body.surface-warm-paper {
  --hp-card-fg: #402924;
  --hp-card-muted: #775d57;
  --hp-card-accent: #ee2c9b;
}

body.surface-dark-metallic {
  --hp-card-fg: #f9f3ec;
  --hp-card-muted: #d7c3b9;
  --hp-card-accent: #d4af37;
}

body.surface-silver-pearl {
  --hp-card-fg: #171421;
  --hp-card-muted: #4b465d;
  --hp-card-accent: #7c3aed;
}

body.surface-frosted-opal {
  --hp-card-fg: #1e1b4b;
  --hp-card-muted: #514b70;
  --hp-card-accent: #ec4899;
}

body.surface-spa-ivory {
  --hp-card-fg: #193f34;
  --hp-card-muted: #526f65;
  --hp-card-accent: #047857;
}

body.surface-pearl-rose {
  --hp-card-fg: #2b1717;
  --hp-card-muted: #7e5457;
  --hp-card-accent: #e04f73;
}

body.surface-blush-shell {
  --hp-card-fg: #2b1717;
  --hp-card-muted: #7e5457;
  --hp-card-accent: #b91c1c;
}

body.surface-sunlit-pearl {
  --hp-card-fg: #2d1607;
  --hp-card-muted: #7a4a32;
  --hp-card-accent: #a54206;
}

body.surface-plush-orchid {
  --hp-card-fg: #2b1336;
  --hp-card-muted: #6b3b76;
  --hp-card-accent: #7e22ce;
}

body.surface-pink-quartz {
  --hp-card-fg: #34113c;
  --hp-card-muted: #70467a;
  --hp-card-accent: #9d2dac;
}

body.bling-kitchen {
  --bk-ink: #20172b;
  --bk-plum: #6f2da8;
  --bk-violet: #9b5de5;
  background: linear-gradient(180deg, #fff9f1 0%, #f8eef8 52%, #fff 100%);
}

.bk-home-page {
  min-height: 100vh;
  color: var(--bk-ink);
}

.bk-home-announcement {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  color: #fff;
  background: #24152f;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.bk-home-announcement p {
  margin: 0;
}

.bk-home-announcement a {
  color: #ffdff4;
}

.bk-home-ticker {
  display: block;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #6f2da8, #9b5de5, #d96fb7);
  text-decoration: none;
  white-space: nowrap;
}

.bk-home-ticker div {
  display: inline-flex;
  gap: 54px;
  min-width: 100%;
  padding: 12px 0;
  animation: bk-home-ticker 34s linear infinite;
}

.bk-home-ticker span {
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

@keyframes bk-home-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-33%); }
}

.bk-home-header {
  position: sticky;
  top: 0;
  z-index: 24;
  background: rgba(255, 249, 241, 0.95);
  border-bottom: 1px solid rgba(32, 23, 43, 0.12);
  backdrop-filter: blur(14px);
}

.bk-home-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
}

.bk-home-logo {
  color: var(--bk-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 800;
  text-decoration: none;
}

.bk-home-menu,
.bk-home-shop,
.bk-home-hero-ctas a,
.bk-home-pantry-callout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(111, 45, 168, 0.22);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.bk-home-shop,
.bk-home-hero-ctas a:first-child,
.bk-home-pantry-callout a {
  color: #fff;
  background: linear-gradient(135deg, var(--bk-plum), var(--bk-violet));
  box-shadow: 0 10px 22px rgba(111, 45, 168, 0.2);
}

.bk-home-menu {
  color: var(--bk-ink);
  background: #fff;
}

.bk-home-shop {
  justify-self: end;
}

.bk-home-menu-wrap {
  position: relative;
}

.bk-home-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  min-width: 220px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(32, 23, 43, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(58, 29, 82, 0.18);
}

.bk-home-menu-panel a {
  padding: 10px 12px;
  color: var(--bk-ink);
  font-weight: 800;
  text-decoration: none;
}

.bk-home-hero {
  position: relative;
  display: grid;
  min-height: min(76vh, 760px);
  place-items: end start;
  overflow: hidden;
}

.bk-home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 12, 31, 0.76), rgba(21, 12, 31, 0.18) 58%, rgba(21, 12, 31, 0.08));
}

.bk-home-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 0 clamp(20px, 7vw, 96px) clamp(48px, 9vw, 96px);
  color: #fff;
}

.bk-home-hero-content p,
.bk-home-pantry-callout p {
  margin: 0 0 10px;
  color: #ffdff4;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.8rem;
  font-weight: 900;
}

.bk-home-hero-content h1,
.bk-home-pantry-callout h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.9;
}

.bk-home-hero-content span {
  display: block;
  max-width: 640px;
  margin-top: 18px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.bk-home-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bk-home-hero-ctas a:nth-child(2),
.bk-home-hero-ctas a:nth-child(3) {
  color: var(--bk-ink) !important;
  background: #fff;
  text-shadow: none;
}

.bk-home-hero-ctas .bk-home-cta-label {
  display: inline;
  max-width: none;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.bk-home-hero-ctas a.is-live {
  color: #fff;
  background: #da1e70;
}

.bk-home-below-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 68px;
}

.bk-home-pantry-callout {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid rgba(32, 23, 43, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(58, 29, 82, 0.14);
}

.bk-home-pantry-callout h2 {
  color: var(--bk-ink);
  font-size: clamp(2.4rem, 5vw, 4.7rem);
}

.bk-home-pantry-callout span {
  display: block;
  max-width: 620px;
  margin-top: 12px;
  color: #6e6379;
  line-height: 1.65;
}

body.bling-kitchen .bk-home-automation-panel .hp-section,
body.bling-kitchen .bk-home-automation-panel .hp-footer {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(58, 29, 82, 0.12);
}

body.bling-kitchen {
  --bk-ink: #22152f;
  --bk-muted: #6d5f73;
  --bk-plum: #5f2a83;
  --bk-violet: #8f58b8;
  --bk-rose: #c95b98;
  --bk-sage: #5f7461;
  --bk-gold: #b5843f;
  --bk-cream: #fff8ee;
  --bk-paper: #ffffff;
  background:
    linear-gradient(180deg, #fff8ee 0%, #f7eef5 42%, #fdfaf4 100%);
}

body.bling-kitchen .bk-home-announcement {
  align-items: center;
  background: #2b1a33;
  color: #fff8ee;
}

body.bling-kitchen .bk-home-announcement a {
  color: #f5d28b;
}

body.bling-kitchen .bk-home-ticker {
  background: linear-gradient(90deg, #563267, #7f4c8f, #5f7461);
}

body.bling-kitchen .bk-home-header {
  background: rgba(255, 248, 238, 0.96);
}

body.bling-kitchen .bk-home-menu,
body.bling-kitchen .bk-home-shop,
body.bling-kitchen .bk-home-hero-ctas a,
body.bling-kitchen .bk-home-pantry-callout a {
  border-radius: 999px;
}

body.bling-kitchen .bk-home-shop,
body.bling-kitchen .bk-home-hero-ctas a:first-child,
body.bling-kitchen .bk-home-pantry-callout a {
  background: linear-gradient(135deg, #5f2a83, #c95b98);
  box-shadow: 0 12px 24px rgba(95, 42, 131, 0.2);
}

body.bling-kitchen .bk-home-hero {
  min-height: min(82vh, 820px);
}

body.bling-kitchen .bk-home-hero::after {
  background:
    linear-gradient(90deg, rgba(35, 20, 45, 0.66), rgba(35, 20, 45, 0.2) 54%, rgba(35, 20, 45, 0.04)),
    linear-gradient(180deg, rgba(35, 20, 45, 0.05), rgba(35, 20, 45, 0.48));
}

body.bling-kitchen .bk-home-hero-content {
  max-width: 820px;
}

body.bling-kitchen .bk-home-hero-content p,
body.bling-kitchen .bk-home-section-kicker,
body.bling-kitchen .bk-home-pantry-callout p {
  color: #f5d28b;
}

body.bling-kitchen .bk-home-hero-content h1 {
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
}

body.bling-kitchen .bk-home-hero-content span {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

body.bling-kitchen .bk-home-below-shell {
  padding-top: 42px;
}

body.bling-kitchen .bk-home-pantry-callout,
body.bling-kitchen .bk-home-guide,
body.bling-kitchen .hp-about-copy,
body.bling-kitchen .hp-signup-card {
  border: 1px solid rgba(95, 42, 131, 0.13);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(77, 44, 95, 0.11);
}

body.bling-kitchen .bk-home-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
  margin-bottom: 32px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
}

body.bling-kitchen .bk-home-section-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

body.bling-kitchen .bk-home-guide-copy h2 {
  margin: 0;
  color: var(--bk-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  line-height: 0.96;
}

body.bling-kitchen .bk-home-guide-copy span {
  display: block;
  margin-top: 18px;
  color: var(--bk-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

body.bling-kitchen .bk-home-guide-steps {
  display: grid;
  gap: 14px;
}

body.bling-kitchen .bk-home-guide-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  align-content: center;
  min-height: 112px;
  padding: 18px;
  color: var(--bk-ink);
  text-decoration: none;
  border: 1px solid rgba(95, 42, 131, 0.13);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffaf4, #fbf1f8);
}

body.bling-kitchen .bk-home-guide-step strong {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #5f7461;
  border-radius: 999px;
}

body.bling-kitchen .bk-home-guide-step b {
  font-size: 1rem;
}

body.bling-kitchen .bk-home-guide-step span {
  color: var(--bk-muted);
  line-height: 1.5;
}

body.bling-kitchen .bk-home-automation-panel {
  display: grid;
  gap: 32px;
}

body.bling-kitchen .bk-home-automation-panel .hp-section,
body.bling-kitchen .bk-home-automation-panel .hp-signup {
  margin: 0;
  padding: clamp(28px, 5vw, 54px) 0;
  background: transparent !important;
  box-shadow: none;
}

body.bling-kitchen .hp-about-copy::before,
body.bling-kitchen .hp-signup-card::before,
body.bling-kitchen .hp-signup-card::after,
body.bling-kitchen .hp-about-media-card::before {
  display: none;
}

body.bling-kitchen .hp-section-eyebrow,
body.bling-kitchen .hp-signup-eyebrow {
  color: var(--bk-sage);
}

body.bling-kitchen .hp-section-title,
body.bling-kitchen .hp-signup-title {
  color: var(--bk-ink);
  font-family: "Playfair Display", Georgia, serif;
}

body.bling-kitchen .hp-about-body p,
body.bling-kitchen .hp-signup-sub,
body.bling-kitchen .hp-signup-consent {
  color: var(--bk-muted);
}

body.bling-kitchen .hp-about-media-card {
  min-height: 420px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

body.bling-kitchen .hp-about-media-card:nth-child(1) {
  background-image:
    linear-gradient(180deg, rgba(35, 20, 45, 0.08) 0%, rgba(35, 20, 45, 0.72) 100%),
    url("https://static.readdy.ai/image/6521ef01a44cd5c540b1d9b66db907e8/3775b2dc1b2b985eb4e0c0b8477c86db.jpeg");
}

body.bling-kitchen .hp-about-media-card:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(35, 20, 45, 0.08) 0%, rgba(35, 20, 45, 0.72) 100%),
    url("https://static.readdy.ai/image/6521ef01a44cd5c540b1d9b66db907e8/3c1b6a9fe12ad8046cfafac1de340145.jpeg");
}

body.bling-kitchen .hp-about-media-play {
  display: none;
}

body.bling-kitchen .hp-about-media-type {
  background: rgba(255, 248, 238, 0.9);
  color: var(--bk-ink);
}

body.bling-kitchen .hp-about-media-caption {
  color: #fff8ee;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

body.bling-kitchen .hp-signup-card {
  max-width: 980px;
}

body.bling-kitchen .hp-signup-submit {
  background: linear-gradient(135deg, #5f7461, #5f2a83);
}

body.bling-kitchen .hp-footer {
  background: #2b1a33 !important;
  color: rgba(255, 248, 238, 0.78);
  border: 0;
  box-shadow: none !important;
}

body.bling-kitchen .hp-footer-brand,
body.bling-kitchen .hp-footer a {
  color: #fff8ee;
}

body.bling-kitchen .hp-footer-tag,
body.bling-kitchen .hp-footer-bottom,
body.bling-kitchen .hp-footer-bottom p {
  color: rgba(255, 248, 238, 0.78);
}

@media (max-width: 720px) {
  .bk-home-announcement {
    display: block;
  }

  .bk-home-header-inner {
    grid-template-columns: 1fr auto;
  }

  .bk-home-logo {
    justify-self: end;
  }

  .bk-home-shop {
    display: none;
  }

  .bk-home-hero {
    min-height: 620px;
  }

  .bk-home-hero::after {
    background: linear-gradient(180deg, rgba(21, 12, 31, 0.22), rgba(21, 12, 31, 0.86));
  }

  .bk-home-pantry-callout {
    display: block;
  }

  .bk-home-pantry-callout a {
    margin-top: 18px;
  }

  body.bling-kitchen .bk-home-guide {
    grid-template-columns: 1fr;
  }

  body.bling-kitchen .bk-home-guide-step {
    min-height: 0;
  }
}

body.homepage {
  background: var(--hp-bg);
  font-family: var(--hp-body-font);
}

body.homepage #root,
body.tradepage #root,
body.joinpage #root {
  overflow: visible;
}

/* Saturation applied to content wrapper, NOT body — body filter breaks position:fixed */
.hp-saturate {
  filter: saturate(var(--hp-saturation));
}

body.homepage h1, body.homepage h2, body.homepage h3, body.homepage h4 {
  font-family: var(--hp-display-font);
  font-weight: var(--hp-heading-weight);
  letter-spacing: var(--hp-heading-tracking);
}

.hp-sticky-stack {
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: 0 18px 38px rgba(42, 31, 64, 0.08);
}

/* ============================================================
   Header (live-show hub)
   ============================================================ */
.hp-header {
  position: relative;
  z-index: 3;
  background:
    radial-gradient(circle at 12% 0%, color-mix(in oklch, var(--hp-primary) 16%, transparent), transparent 22rem),
    rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid color-mix(in oklch, var(--hp-primary) 18%, var(--border));
  color: var(--fg);
  backdrop-filter: blur(18px);
}
.hp-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(160px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 24px;
}
.hp-header-nav {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 32px);
  flex-wrap: nowrap;
  justify-self: center;
  max-width: 100%;
  padding: 0;
}
.hp-header-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 0;
  color: color-mix(in oklch, var(--fg) 70%, var(--fg-muted));
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.hp-header-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hp-primary), var(--hp-accent));
  opacity: 0;
  transform: scaleX(0.58);
  transform-origin: center;
  transition: opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.hp-header-link:hover {
  color: color-mix(in oklch, var(--hp-primary) 84%, var(--fg));
  transform: translateY(-1px);
}
.hp-header-link:hover::after {
  opacity: 0.55;
  transform: scaleX(1);
}
.hp-header-link[aria-current="page"] {
  color: color-mix(in oklch, var(--hp-primary) 82%, var(--fg));
}
.hp-header-link[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.hp-header-link-disabled {
  gap: 6px;
  color: color-mix(in oklch, var(--fg-muted) 76%, transparent);
  cursor: not-allowed;
  opacity: 0.76;
}
.hp-header-link-disabled:hover {
  color: color-mix(in oklch, var(--fg-muted) 76%, transparent);
  transform: none;
}
.hp-header-link-disabled::after,
.hp-header-link-disabled:hover::after {
  opacity: 0;
  transform: scaleX(0.58);
}
.hp-coming-soon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  color: color-mix(in oklch, var(--hp-primary) 68%, var(--fg-muted));
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.hp-burger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  transition: background var(--dur-fast) var(--ease);
}
.hp-burger:hover { background: rgba(255,255,255,0.08); }
.hp-burger svg { width: 18px; height: 18px; }
.hp-brand {
  min-width: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-self: start;
}
.hp-brand-name {
  font-family: var(--hp-display-font);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  white-space: nowrap;
  max-width: min(34vw, 360px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-brand-sub {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in oklch, var(--hp-primary) 72%, var(--fg));
}
.hp-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff3366;
  box-shadow: 0 0 0 5px rgba(255, 51, 102, 0.12);
  animation: amethyst-pulse 1.8s ease-in-out infinite;
}
.hp-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--hp-primary), var(--hp-accent));
  color: white;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 1px solid color-mix(in oklch, var(--hp-accent) 46%, white);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.28),
    0 14px 30px color-mix(in oklch, var(--hp-accent) 22%, transparent);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
  justify-self: end;
}
.hp-shop-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.34),
    0 18px 38px color-mix(in oklch, var(--hp-accent) 26%, transparent);
}

@media (max-width: 720px) {
  .hp-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: stretch;
    gap: 8px 14px;
    padding: 10px 16px 8px;
  }

  .hp-header-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    justify-self: stretch;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hp-header-nav::-webkit-scrollbar {
    display: none;
  }

  .hp-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .hp-brand-name {
    max-width: min(58vw, 320px);
  }

  .hp-header-link {
    min-height: 30px;
  }

  .hp-shop-btn {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 40px;
    padding: 8px 16px;
  }
}

/* Announcement banner */
.hp-announce {
  background: linear-gradient(90deg, var(--hp-primary), var(--hp-accent));
  color: white;
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
.hp-announce::before, .hp-announce::after {
  content: "✦";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  font-size: 11px;
}
.hp-announce::before { left: 24px; }
.hp-announce::after { right: 24px; }

/* ============================================================
   Ticker (T3 dual)
   ============================================================ */
.hp-ticker {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.hp-ticker-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.hp-ticker-row {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid var(--border);
  height: 38px;
  overflow: hidden;
}
.hp-ticker-row:last-child { border-bottom: 0; }
.hp-ticker-row.reverse {
  background: #111111;
  color: #ffffff;
}
.hp-ticker-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 28px 0 18px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 70%, rgba(255,255,255,0) 100%);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
  min-width: 160px;
}
.hp-ticker-row.reverse .hp-ticker-label {
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(90deg, #111111 0%, #111111 70%, rgba(17, 17, 17, 0));
}
.hp-ticker-track {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  padding-left: 170px;
  animation: hp-ticker-scroll var(--hp-ticker-dynamic-duration, var(--hp-ticker-duration, 72s)) linear infinite;
  animation-duration: calc(var(--hp-ticker-dynamic-duration, var(--hp-ticker-duration, 72s)) / var(--ticker-speed, 1));
}
.hp-ticker-row.reverse .hp-ticker-track {
  animation-direction: reverse;
  animation-duration: calc(var(--hp-ticker-dynamic-duration, var(--hp-trade-ticker-duration, 60s)) / var(--ticker-speed, 1));
}
@keyframes hp-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(var(--hp-ticker-scroll-offset, -50%)); }
}
.hp-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--fg);
  font-weight: 500;
}
.hp-ticker-item .dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--hp-primary);
}
.hp-ticker-trade {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--fg);
  font-weight: 700;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease);
}
.hp-ticker-trade:hover { color: var(--hp-primary); }
.hp-ticker-empty {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: var(--fg);
  font-weight: 700;
}
.hp-ticker-row.reverse .hp-ticker-trade {
  color: #ffffff;
}
.hp-ticker-row.reverse .hp-ticker-empty {
  color: #ffffff;
}
.hp-ticker-row.reverse .hp-ticker-trade:hover {
  color: color-mix(in oklab, white 76%, var(--hp-accent));
}
.hp-ticker-trade .pip {
  width: 8px; height: 8px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: var(--fg-muted);
}
.hp-ticker-trade .pip.diamond { background: linear-gradient(135deg, #B0E0FF, #5C8FBE); }
.hp-ticker-trade .pip.unicorn {
  background: linear-gradient(135deg, var(--hp-primary), var(--hp-accent), #FFD700);
  box-shadow: 0 0 6px rgba(210, 9, 227, 0.4);
}

@media (max-width: 640px) {
  .hp-header-inner {
    padding-inline: 12px;
  }

  .hp-header-nav {
    gap: 16px;
    max-width: 100%;
  }

  .hp-coming-soon-badge {
    display: none;
  }

  .hp-header-link {
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    padding-inline: 0;
    font-size: 12px;
  }

  .hp-shop-btn {
    min-height: 44px;
  }

  .hp-ticker {
    overflow-x: clip;
    contain: layout paint;
  }

  .hp-ticker-row {
    width: 100%;
    max-width: 100vw;
    display: block;
    contain: layout paint;
  }

  .hp-ticker-label {
    min-width: 124px;
    padding: 0 22px 0 14px;
  }

  .hp-ticker-track {
    position: absolute;
    inset: 0 auto 0 0;
    align-items: center;
    width: max-content;
    max-width: none;
    min-width: max-content;
    padding-left: 132px;
    gap: 24px;
  }
}

/* ============================================================
   Hero (HE2 full-bleed)
   ============================================================ */
.hp-hero {
  position: relative;
  min-height: clamp(620px, 86vh, 760px);
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}
.hp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(14,8,32,0.1) 0%, rgba(14,8,32,0.55) 65%, rgba(14,8,32,0.85) 100%),
    radial-gradient(ellipse at 30% 30%, var(--hp-primary), transparent 60%),
    radial-gradient(ellipse at 70% 70%, var(--hp-accent), #0E0820 70%);
  background-blend-mode: normal, soft-light, normal;
}
.hp-hero .hp-hero-fx-layer {
  position: absolute;
  z-index: 1;
}
.hp-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 24px 96px;
  display: grid;
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
  text-align: center;
}
.hp-hero-inner > div {
  min-width: 0;
}
.hp-hero-headline {
  font-family: var(--hp-display-font);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: var(--hp-heading-weight);
  letter-spacing: var(--hp-heading-tracking);
  line-height: 1.08;
  margin-bottom: 18px;
  padding-block: 0.04em 0.12em;
  color: white;
  text-wrap: balance;
  overflow: visible;
}
.hp-hero-headline em {
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
}
.hp-hero-sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
.hp-mhf-hero-kicker {
  margin-bottom: 14px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.hp-hero-side {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 24px;
  align-self: end;
  min-width: 320px;
}
.hp-hero-side-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hp-hero-side-label .live-pip {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #FF3366;
  box-shadow: 0 0 0 4px rgba(255,51,102,0.3);
  animation: hp-pulse 1.6s var(--ease) infinite;
}
@keyframes hp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.92); }
}
.hp-stream-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-stream-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease);
  text-align: left;
  width: 100%;
}
.hp-stream-btn:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-1px);
}
.hp-stream-btn .glyph {
  width: 28px; height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.hp-stream-btn .glyph.tt { background: linear-gradient(135deg, #25F4EE, #FE2C55); }
.hp-stream-btn .glyph.fb { background: #1877F2; }
.hp-stream-btn .glyph.shop { background: linear-gradient(135deg, var(--hp-primary), var(--hp-accent)); }
.hp-stream-btn .meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hp-stream-btn .meta .name { font-size: 14px; }
.hp-stream-btn .meta .handle {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  font-family: ui-monospace, monospace;
}

@media (max-width: 900px) {
  .hp-hero-inner { padding-bottom: 56px; }
}

@media (max-width: 640px) {
  .hp-hero-inner {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 72px 20px 56px;
  }

  .hp-hero-headline {
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 1.12;
    max-width: 11ch;
    padding-block: 0.04em 0.12em;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
  }

  .hp-hero-sub {
    max-width: 100%;
  }
}

/* Watch live dropdown */
.hp-watch-wrap {
  position: relative;
  display: inline-block;
}
.hp-watch-caret {
  margin-left: 4px;
  font-size: 11px;
  opacity: 0.7;
}
.hp-watch-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  background: rgba(20, 12, 40, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), visibility var(--dur-fast);
  z-index: 10;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.hp-watch-wrap.open .hp-watch-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hp-watch-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  transition: background var(--dur-fast) var(--ease);
}
.hp-watch-option:hover { background: rgba(255,255,255,0.08); color: white; }
.hp-watch-option .glyph {
  width: 28px; height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.hp-watch-option .glyph.tt { background: linear-gradient(135deg, #25F4EE, #FE2C55); }
.hp-watch-option .glyph.fb { background: #1877F2; }
.hp-watch-option .meta { display: flex; flex-direction: column; gap: 2px; }
.hp-watch-option .name { font-size: 14px; font-weight: 500; }
.hp-watch-option .handle { font-size: 11px; color: rgba(255,255,255,0.55); font-family: ui-monospace, monospace; }
.hp-btn-outline .live-pip {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #FF3366;
  box-shadow: 0 0 0 3px rgba(255,51,102,0.3);
  animation: hp-pulse 1.6s var(--ease) infinite;
}

/* ============================================================
   LRQ rail
   ============================================================ */
.hp-lrq {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}
.hp-lrq-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hp-lrq-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--fg);
}
.hp-lrq-title .live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #FF3366;
  box-shadow: 0 0 0 4px rgba(255,51,102,0.2);
  animation: hp-pulse 1.6s var(--ease) infinite;
}
.hp-lrq-items {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
}
.hp-lrq-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hp-bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 16px 8px 8px;
}
.hp-lrq-item .pos {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--hp-primary);
  color: white;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hp-lrq-item.on-deck .pos {
  background: var(--hp-bg-elevated);
  color: var(--fg);
  border: 1px solid var(--border);
}
.hp-lrq-item .name { font-size: 13px; font-weight: 500; }
.hp-lrq-item .label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-right: 4px;
}

/* ============================================================
   Sticky trade preview strip
   ============================================================ */
.hp-trade-preview {
  position: relative;
  z-index: 1;
  background: color-mix(in oklab, #ffffff 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.hp-trade-preview-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}
.hp-trade-preview-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg);
  font-weight: 700;
  white-space: nowrap;
}
.hp-trade-preview-head .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF3366;
  box-shadow: 0 0 0 4px rgba(255,51,102,0.2);
  animation: hp-pulse 1.6s var(--ease) infinite;
}
.hp-trade-preview-items {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.hp-trade-preview-items::-webkit-scrollbar {
  display: none;
}
.hp-trade-preview-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--hp-bg-elevated);
  text-decoration: none;
  color: var(--fg);
  cursor: pointer;
  text-align: left;
}
.hp-trade-preview-pill .pos {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--hp-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.hp-trade-preview-pill .meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hp-trade-preview-pill .label {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
}
.hp-trade-preview-pill .name {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.hp-trade-preview-link {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-primary);
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);
  transform-origin: center right;
}
.hp-trade-preview-link:hover {
  transform: translateX(2px);
}
.hp-trade-preview-link:active {
  transform: scale(0.96);
  opacity: 0.72;
}
.hp-trade-preview-link:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--hp-primary) 45%, white);
  outline-offset: 4px;
}
@media (max-width: 860px) {
  .hp-trade-preview-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .hp-trade-preview-link {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .hp-trade-preview-inner {
    padding: 10px 16px;
    gap: 10px;
  }

  .hp-trade-preview-items {
    max-width: 100%;
    overscroll-behavior-inline: contain;
  }
}

.hp-queue-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 96;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(14, 8, 32, 0.58);
  backdrop-filter: blur(6px);
  animation: hp-modal-fade 180ms var(--ease);
}

.hp-queue-modal {
  width: min(560px, 100%);
  max-height: min(80vh, 760px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: color-mix(in oklab, var(--hp-bg-elevated) 92%, white);
  box-shadow: 0 28px 80px rgba(14, 8, 32, 0.28);
  animation: hp-modal-rise 240ms cubic-bezier(.22, 1, .36, 1);
}

@keyframes hp-modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hp-modal-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hp-queue-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hp-queue-modal-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-primary);
}

.hp-queue-modal-title {
  margin: 6px 0 0;
  font-family: var(--hp-display-font);
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--fg);
}

.hp-queue-modal-close {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: white;
  color: var(--fg);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hp-queue-modal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
  min-height: 0;
}

.hp-queue-modal-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: white;
  border: 1px solid rgba(89, 62, 69, 0.16);
  color: #2b1b1f;
}

.hp-queue-modal-row.now {
  background: linear-gradient(95deg,
    color-mix(in oklab, var(--hp-primary) 9%, white),
    color-mix(in oklab, var(--hp-accent) 9%, white)
  );
}

.hp-queue-modal-row .pos {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background: #1f1718;
  border: 1px solid rgba(89, 62, 69, 0.18);
  color: #fffaf6;
}

.hp-queue-modal-row.now .pos {
  background: var(--hp-primary);
  border-color: transparent;
  color: white;
}

.hp-queue-modal-row .meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hp-queue-modal-row .label {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6f76;
  font-weight: 700;
}

.hp-queue-modal-row .name {
  font-size: 14px;
  font-weight: 700;
  color: #2b1b1f;
}

.hp-queue-modal-empty {
  padding: 20px 0 6px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg-muted);
}

@media (max-width: 640px) {
  .hp-queue-modal-mask {
    padding: 16px;
    align-items: flex-end;
  }

  .hp-queue-modal {
    max-height: 78vh;
    padding: 20px 18px;
    border-radius: 22px 22px 0 0;
  }
}

/* ============================================================
   Section frame
   ============================================================ */
.hp-section {
  padding: var(--hp-section-pad) 0;
}
.hp-section.tight { padding: calc(var(--hp-section-pad) * 0.6) 0; }
.hp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-section-eyebrow {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-primary);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hp-section-eyebrow::before {
  content: ""; width: 24px; height: 1px;
  background: var(--hp-primary);
}
.hp-section-title {
  font-family: var(--hp-display-font);
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: var(--hp-heading-tracking);
  line-height: 1.12;
  margin-bottom: 12px;
  padding-block: 0.03em 0.09em;
  font-weight: var(--hp-heading-weight);
  max-width: 820px;
  text-wrap: balance;
  overflow: visible;
}
.hp-section-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-muted);
  max-width: 640px;
  margin-bottom: 48px;
}

/* ============================================================
   Trade Board
   ============================================================ */
.hp-trade-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.hp-trade-card {
  background: var(--hp-bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--hp-radius-card);
  overflow: hidden;
  cursor: pointer;
  transition: transform 400ms cubic-bezier(.4,0,.2,1), box-shadow 400ms cubic-bezier(.4,0,.2,1);
  position: relative;
}
.hp-trade-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(42,31,64,0.16);
}
.hp-trade-photo {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--bg-deep), var(--hp-bg-elevated));
  position: relative;
  overflow: hidden;
}
.hp-trade-photo .placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(42,31,64,0.32);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hp-trade-tier {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fg);
}
.hp-trade-tier .pip {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--fg-muted);
}
.hp-trade-tier.diamond .pip { background: linear-gradient(135deg, #B0E0FF, #5C8FBE); }
.hp-trade-tier.unicorn { background: linear-gradient(135deg, rgba(210,9,227,0.95), rgba(72,13,223,0.95)); color: white; }
.hp-trade-tier.unicorn .pip { background: linear-gradient(135deg, #FFD700, white); box-shadow: 0 0 6px white; }
.hp-trade-status {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.hp-trade-status.reserved { background: rgba(255,200,0,0.92); color: #2A1F40; }
.hp-trade-status.traded { background: rgba(120,120,120,0.6); }
.hp-trade-meta {
  padding: 18px;
}
.hp-trade-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.hp-trade-desc {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.5;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-trade-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.hp-trade-msrp {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.hp-trade-msrp strong {
  color: var(--fg);
  font-size: 15px;
  font-weight: 600;
  margin-left: 6px;
  letter-spacing: 0;
  text-transform: none;
}
.hp-trade-cta {
  font-size: 12px;
  font-weight: 600;
  color: var(--hp-primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.04em;
}

/* ============================================================
   Event Calendar
   ============================================================ */
.hp-event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.hp-events-head {
  max-width: 880px;
  margin: 0 auto 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-events-head .hp-section-eyebrow::after {
  content: ""; width: 24px; height: 1px;
  background: var(--hp-primary);
}
.hp-events-head .hp-section-sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
@media (max-width: 800px) {
  .hp-event-grid { grid-template-columns: 1fr; }
}
.hp-event-card {
  position: relative;
  background: var(--hp-bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--hp-radius-card);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hp-event-card.featured {
  background: linear-gradient(180deg, var(--hp-bg-elevated), var(--bg-deep));
  border-color: var(--hp-primary);
}

/* Featured pill — top-right corner */
.hp-event-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--hp-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hp-event-pill .pip {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: white;
  animation: hp-pulse 1.6s var(--ease) infinite;
}

/* Event title */
.hp-event-name {
  font-family: var(--hp-display-font);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: var(--hp-heading-tracking);
  line-height: 1.2;
  color: var(--fg);
  padding-right: 78px; /* space for featured pill */
  margin: 0;
}

/* Date + time meta block */
.hp-event-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: -8px;
}
.hp-event-meta-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--hp-primary);
  font-weight: 500;
}
.hp-event-meta-icon {
  display: inline-flex;
  color: var(--hp-primary);
}

/* Section heading w/ icon */
.hp-event-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-event-section-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hp-event-section-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hp-event-section-icon.discounts {
  color: var(--hp-primary);
}
.hp-event-section-icon.featured-collections {
  color: var(--hp-accent);
}
.hp-event-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: 0;
}

/* Discount code rows — full-width */
.hp-event-codes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-event-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  background: var(--hp-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color var(--dur-fast) var(--ease);
}
.hp-event-code-row:hover {
  border-color: var(--hp-primary);
}
.hp-event-code-text {
  font-size: 13px;
  color: var(--fg);
  line-height: 1.45;
  min-width: 0;
}
.hp-event-code-text strong {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--fg);
}
.hp-event-code-text .dash {
  color: var(--fg-muted);
}
.hp-event-code-text .desc {
  color: var(--fg-muted);
}
.hp-event-copy {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--hp-primary);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: all var(--dur-fast) var(--ease);
}
.hp-event-copy:hover {
  background: var(--hp-primary);
  color: white;
  border-color: var(--hp-primary);
}
.hp-event-copy.copied {
  background: var(--hp-primary);
  color: white;
  border-color: var(--hp-primary);
}

/* Featured collection pills — 2-column stack */
.hp-event-collections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.hp-event-collection-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 14px;
  background: color-mix(in oklab, var(--hp-primary) 8%, transparent);
  border: 1px solid color-mix(in oklab, var(--hp-primary) 22%, transparent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--hp-primary);
  text-decoration: none;
  transition: all var(--dur-fast) var(--ease);
}
.hp-event-collection-pill:hover {
  background: var(--hp-primary);
  color: white;
  border-color: var(--hp-primary);
}

/* Actions row — stacked full-width */
.hp-event-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}
.hp-event-platform {
  width: 100%;
  justify-content: center;
}
.hp-event-add {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: transparent;
  color: var(--fg-muted);
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: all var(--dur-fast) var(--ease);
}
.hp-event-add:hover {
  color: var(--hp-primary);
  border-color: var(--hp-primary);
}
.hp-event-platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  color: white;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform var(--dur-fast) var(--ease), filter var(--dur-fast) var(--ease);
}
.hp-event-platform.tt {
  background: linear-gradient(95deg, var(--hp-primary), var(--hp-accent));
}
.hp-event-platform.fb {
  background: #1877F2;
}
.hp-event-platform:hover { filter: brightness(1.05); transform: translateY(-1px); }
.hp-event-platform .glyph {
  width: 18px; height: 18px;
  border-radius: 4px;
  flex-shrink: 0;
}
.hp-event-platform .glyph.tt { background: rgba(255,255,255,0.95); position: relative; }
.hp-event-platform .glyph.tt::after {
  content: "♪";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--hp-primary);
  font-weight: 700;
}
.hp-event-platform .glyph.fb { background: rgba(255,255,255,0.95); position: relative; }
.hp-event-platform .glyph.fb::after {
  content: "f";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 900;
  font-size: 13px;
  color: #1877F2;
}

/* ============================================================
   What is a Bomb Party (explainer + video)
   ============================================================ */
.hp-wibp-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 900px) { .hp-wibp-grid { grid-template-columns: 1fr; } }

.hp-wibp-card {
  background: var(--hp-bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--hp-radius-card);
  color: var(--hp-card-fg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hp-wibp-eyebrow {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hp-card-accent);
  font-weight: 600;
}
.hp-wibp-title {
  font-family: var(--hp-display-font);
  font-size: 32px;
  letter-spacing: var(--hp-heading-tracking);
  line-height: 1.1;
  color: var(--hp-card-fg);
}
.hp-wibp-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--hp-card-muted);
}
.hp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}
.hp-step {
  background: var(--hp-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-step-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--hp-primary);
  color: white;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.bg-suite-paper .hp-step-num,
body.bg-rose-gold-paper .hp-step-num,
body.bg-amber-paper .hp-step-num,
body.bg-quartz-paper .hp-step-num {
  color: #141111;
}
.hp-step-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--hp-card-fg);
}
.hp-step-desc {
  font-size: 12px;
  color: var(--hp-card-muted);
  line-height: 1.5;
}
.hp-wibp-video {
  background: #0E0820;
  border-radius: var(--hp-radius-card);
  overflow: hidden;
  position: relative;
  aspect-ratio: 9 / 16;
  max-width: 360px;
  justify-self: center;
  border: 1px solid var(--border);
}
@media (max-width: 900px) { .hp-wibp-video { max-width: 100%; aspect-ratio: 16/9; } }
.hp-wibp-video::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(210,9,227,0.4), transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(72,13,223,0.4), transparent 60%);
}
.hp-wibp-video-meta {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 2;
}
.hp-video-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
.hp-video-pill .pip {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #25F4EE;
}
.hp-video-play {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: var(--fg);
}
.hp-wibp-video-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 3;
  color: white;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* Shared TikTok player: the player stays in-page, begins muted when visible,
   and exposes a host-page sound toggle without covering TikTok's own controls. */
.ss-tiktok-embed {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ss-tiktok-embed-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  background: #0e0820;
}
.ss-tiktok-embed .ss-tiktok-sound-toggle {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(11, 9, 24, 0.7);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.ss-tiktok-embed .ss-tiktok-sound-toggle:hover,
.ss-tiktok-embed .ss-tiktok-sound-toggle:focus-visible {
  background: rgba(11, 9, 24, 0.92);
  outline: 2px solid #25f4ee;
  outline-offset: 2px;
}
.hp-wibp-video.ss-tiktok-embed::after,
.bwb-featured-video.ss-tiktok-embed::before {
  display: none;
}
.hp-wibp-video.ss-tiktok-embed .ss-tiktok-embed-frame {
  aspect-ratio: 9 / 16;
}
@media (max-width: 900px) {
  .hp-wibp-video.ss-tiktok-embed .ss-tiktok-embed-frame { aspect-ratio: 16 / 9; }
}

/* ============================================================
   About
   ============================================================ */
.hp-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .hp-about-grid { grid-template-columns: 1fr; }
}

.hp-about-copy {
  background: var(--hp-bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--hp-radius-card);
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.hp-about-copy::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in oklab, var(--hp-primary) 14%, transparent), transparent 70%);
  pointer-events: none;
}
.hp-about-copy > * { position: relative; z-index: 1; }

.hp-about-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hp-about-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--fg-muted);
}

.hp-about-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(420px, 1fr);
  gap: 18px;
  min-height: 100%;
}
@media (max-width: 980px) {
  .hp-about-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(320px, auto);
    min-height: 0;
  }
}
@media (max-width: 700px) {
  .hp-about-media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(300px, auto));
  }
}

.hp-about-media-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--hp-radius-card);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(14,8,32,0.1) 0%, rgba(14,8,32,0.55) 68%, rgba(14,8,32,0.86) 100%),
    radial-gradient(ellipse at 30% 30%, var(--hp-primary), transparent 60%),
    radial-gradient(ellipse at 70% 70%, var(--hp-accent), #0E0820 70%);
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
}
.hp-about-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.22), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(255,255,255,0.14), transparent 18%),
    radial-gradient(circle at 64% 74%, rgba(255,255,255,0.16), transparent 20%);
  pointer-events: none;
}
.hp-about-media-card > * {
  position: relative;
  z-index: 1;
}
.hp-about-media-type {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hp-about-media-play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  color: #0E0820;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin-bottom: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}
.hp-about-media-play::before {
  content: "\25b6";
  font-size: 20px;
  line-height: 1;
  transform: translateX(1px);
}
.hp-about-media-caption {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  max-width: 24ch;
}

/* ============================================================
   Signup
   ============================================================ */
.hp-signup {
  background: var(--hp-bg);
  padding: var(--hp-section-pad) 0;
}
.hp-signup-card {
  max-width: 880px;
  margin: 0 auto;
  background: var(--hp-bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--hp-radius-card);
  padding: 56px 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
  color: var(--hp-card-fg);
}
.hp-signup-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in oklab, var(--hp-primary) 18%, transparent), transparent 70%);
  pointer-events: none;
}
.hp-signup-card::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in oklab, var(--hp-accent) 14%, transparent), transparent 70%);
  pointer-events: none;
}
.hp-signup-card-body {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hp-signup-eyebrow {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-card-accent);
  margin-bottom: 12px;
}
.hp-signup-title {
  font-family: var(--hp-display-font);
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: var(--hp-heading-tracking);
  line-height: 1.14;
  margin: 0 0 8px;
  padding-block: 0.03em 0.09em;
  color: var(--hp-card-fg);
  overflow: visible;
}
.hp-signup-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--hp-card-muted);
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.hp-signup-form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
.hp-signup-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .hp-signup-row { grid-template-columns: 1fr; }
}
.hp-signup-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.hp-signup-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--hp-card-muted);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.hp-signup-label-aux {
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 400;
  color: var(--hp-card-muted);
  opacity: 0.7;
}
.hp-signup-input {
  background: var(--hp-field-bg);
  border: 1px solid var(--border);
  color: var(--hp-field-fg);
  padding: 14px 16px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
  width: 100%;
}
.hp-signup-input:focus {
  border-color: var(--hp-primary);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--hp-primary) 14%, transparent);
}
.hp-signup-input::placeholder { color: var(--hp-card-muted); opacity: 0.55; }
.hp-signup-consent-box {
  display: grid;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--hp-form-panel-bg);
  color: var(--hp-form-panel-fg);
  padding: 18px 20px;
}
.hp-signup-preferences {
  display: grid;
  gap: 16px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: color-mix(in oklab, var(--hp-form-panel-bg) 72%, transparent);
  padding: 18px 20px;
}
.hp-signup-preferences-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--hp-form-panel-fg);
  font-size: 14px;
}
.hp-signup-preferences-heading span {
  border-radius: 999px;
  background: var(--hp-field-bg);
  color: var(--hp-card-muted);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
}
.hp-signup-preferences-copy,
.hp-signup-field-note {
  margin: -7px 0 0;
  color: var(--hp-card-muted);
  font-size: 12px;
  line-height: 1.45;
}
.hp-signup-field-note {
  margin: 0;
}
.hp-signup-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--hp-form-panel-fg);
}
.hp-signup-check input {
  margin-top: 3px;
  flex-shrink: 0;
}
.hp-unsubscribe-toggle {
  position: relative;
  align-items: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--hp-bg-elevated);
  cursor: pointer;
}
.hp-unsubscribe-toggle input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.hp-toggle-control {
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: var(--border);
  position: relative;
  flex-shrink: 0;
  transition: background var(--dur-fast) var(--ease);
}
.hp-toggle-control::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 8px rgba(14, 8, 32, 0.18);
  transition: transform var(--dur-fast) var(--ease);
}
.hp-unsubscribe-toggle input:checked + .hp-toggle-control {
  background: var(--hp-primary);
}
.hp-unsubscribe-toggle input:checked + .hp-toggle-control::after {
  transform: translateX(18px);
}
.hp-unsubscribe-toggle:focus-within {
  outline: 2px solid color-mix(in oklab, var(--hp-primary) 28%, white);
  outline-offset: 3px;
}

.hp-signup-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.hp-signup-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--hp-primary);
  color: white;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: 0;
  transition: background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  white-space: nowrap;
}
.hp-signup-submit:hover {
  background: var(--hp-accent);
  transform: translateY(-1px);
}
.hp-signup-submit-arrow {
  display: inline-block;
  transition: transform var(--dur-fast) var(--ease);
}
.hp-signup-submit:hover .hp-signup-submit-arrow {
  transform: translateX(3px);
}
.hp-signup-consent {
  font-size: 11px;
  line-height: 1.55;
  color: var(--hp-card-muted);
  margin: 0;
  text-align: center;
  max-width: 540px;
}
.hp-signup-consent a {
  color: var(--hp-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hp-signup-consent a:hover { color: var(--hp-accent); }
.hp-signup-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.hp-signup-status.success {
  color: #13653d;
}
.hp-signup-status.error {
  color: #9c1c3d;
}

@media (max-width: 600px) {
  .hp-signup-card { padding: 36px 24px 32px; }
}

/* ============================================================
   Footer
   ============================================================ */
.hp-footer {
  background: #0E0820;
  color: rgba(255,255,255,0.7);
  padding: 64px 24px 32px;
}
.hp-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(120px, 1fr));
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 800px) { .hp-footer-inner { grid-template-columns: 1fr 1fr; } }
.hp-footer-brand {
  font-family: var(--hp-display-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: white;
  margin-bottom: 14px;
}
.hp-footer-tag {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 24px;
}
.hp-footer-socials {
  display: flex;
  gap: 8px;
}
.hp-footer-social {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all var(--dur-fast) var(--ease);
}
.hp-footer-social-logo {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.hp-footer-social-logo-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hp-footer-social-fallback {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hp-footer-social:hover { background: white; color: #0E0820; }
.hp-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hp-footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease);
}
.hp-footer-col a:hover { color: white; }
.hp-footer-coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  color: rgba(255,255,255,0.42);
  font-size: 13px;
  line-height: 1.35;
}
.hp-footer-coming-soon span {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.66);
}
.hp-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
}
.hp-footer-bottom p { margin-bottom: 8px; }
.hp-footer-bottom .legal-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}
.hp-footer-bottom a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: rgba(255,255,255,0.6);
}

/* ============================================================
   Buttons (homepage variants — built on top of design system)
   ============================================================ */
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: white;
  color: var(--fg);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform var(--dur-fast) var(--ease);
  text-decoration: none;
  white-space: nowrap;
}
.hp-btn-primary:hover { transform: translateY(-1px); }
.hp-btn-primary.solid {
  background: var(--hp-primary);
  color: white;
}
.hp-btn-primary.solid-light {
  background: var(--fg);
  color: white;
}
.hp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--dur-fast) var(--ease);
  white-space: nowrap;
}
.hp-btn-outline:hover { background: white; color: var(--fg); border-color: white; }
.hp-watch-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF3B5C;
  box-shadow: 0 0 0 0 rgba(255, 59, 92, 0.65);
  animation: hp-watch-dot-pulse 1.6s var(--ease) infinite;
}
.hp-btn-outline:hover .hp-watch-dot {
  box-shadow: 0 0 0 0 rgba(255, 59, 92, 0);
}
@keyframes hp-watch-dot-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0.65); }
  70%  { box-shadow: 0 0 0 8px rgba(255, 59, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0); }
}

/* B6 Sparkle Burst — reuse from components.css but add animation hook */
.hp-btn-sparkle .spark {
  position: absolute;
  width: 4px; height: 4px;
  background: white;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
.hp-btn-sparkle:hover .spark {
  animation: hp-sparkle-burst 700ms var(--ease) forwards;
}
.hp-btn-sparkle:hover .spark:nth-child(1) { animation-delay: 0ms; --tx: -22px; --ty: -16px; }
.hp-btn-sparkle:hover .spark:nth-child(2) { animation-delay: 80ms; --tx: 24px; --ty: -18px; }
.hp-btn-sparkle:hover .spark:nth-child(3) { animation-delay: 160ms; --tx: -16px; --ty: 18px; }
.hp-btn-sparkle:hover .spark:nth-child(4) { animation-delay: 240ms; --tx: 22px; --ty: 16px; }
@keyframes hp-sparkle-burst {
  0% { opacity: 0; transform: translate(0, 0) scale(0); }
  20% { opacity: 1; transform: translate(0, 0) scale(1); }
  100% { opacity: 0; transform: translate(var(--tx), var(--ty)) scale(0.4); }
}

/* ============================================================
   FLAMBOYANCE — sparkle FX layer
   ============================================================ */
.hp-fx-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 70;
  overflow: hidden;
}
.hp-fx-sparkle {
  position: absolute;
  width: 6px; height: 6px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 8px white, 0 0 16px var(--hp-primary);
  opacity: 0;
  animation: hp-fx-twinkle 4s linear infinite;
}

.hp-fx-layer-glow::before,
.hp-fx-layer-glow::after {
  content: "";
  position: absolute;
  width: min(52vw, 560px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, color-mix(in oklab, var(--hp-primary) 26%, transparent) 0%, transparent 68%);
  filter: blur(8px);
  opacity: 0.55;
  animation: hp-fx-soft-glow 9s ease-in-out infinite;
}

.hp-fx-layer-glow::before {
  left: -10vw;
  top: 14vh;
}

.hp-fx-layer-glow::after {
  right: -12vw;
  bottom: 10vh;
  background:
    radial-gradient(circle, color-mix(in oklab, var(--hp-accent) 22%, transparent) 0%, transparent 70%);
  animation-delay: -3s;
}

@keyframes hp-fx-twinkle {
  0% { opacity: 0; transform: translateY(20px) scale(0.4); }
  20% { opacity: 0.9; }
  80% { opacity: 0.9; }
  100% { opacity: 0; transform: translateY(-100vh) scale(0.6); }
}

@keyframes hp-fx-soft-glow {
  0%, 100% { opacity: 0.35; transform: translate3d(0, 0, 0) scale(0.92); }
  50% { opacity: 0.68; transform: translate3d(4vw, -3vh, 0) scale(1.06); }
}

/* Body-level FX modes */
body.fx-confetti .hp-section,
body.fx-confetti .hp-hero {
  position: relative;
}
body.fx-confetti .hp-section::before,
body.fx-confetti .hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 10%, var(--hp-primary) 1.5px, transparent 2px),
    radial-gradient(circle at 30% 70%, var(--hp-accent) 1.5px, transparent 2px),
    radial-gradient(circle at 70% 30%, var(--hp-primary) 1.5px, transparent 2px),
    radial-gradient(circle at 90% 80%, var(--hp-accent) 1.5px, transparent 2px),
    radial-gradient(circle at 50% 50%, white 1px, transparent 1.5px);
  background-size: 200px 200px, 240px 240px, 180px 180px, 220px 220px, 150px 150px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

body.fx-aurora .hp-hero-media {
  background:
    linear-gradient(180deg, rgba(14,8,32,0.1) 0%, rgba(14,8,32,0.55) 65%, rgba(14,8,32,0.85) 100%),
    conic-gradient(from 200deg at 50% 50%, var(--hp-primary), var(--hp-accent), #FF6BD6, var(--hp-primary));
  filter: saturate(1.2);
  animation: hp-aurora 14s linear infinite;
}
@keyframes hp-aurora {
  0% { background-position: 0% 0%; filter: saturate(1.2) hue-rotate(0deg); }
  100% { background-position: 100% 100%; filter: saturate(1.2) hue-rotate(360deg); }
}

body.fx-holographic .hp-trade-card,
body.fx-holographic .hp-event-card,
body.fx-holographic .hp-wibp-card {
  background: linear-gradient(135deg,
    rgba(255,255,255,0.92),
    rgba(255,200,255,0.85),
    rgba(200,220,255,0.85),
    rgba(255,255,200,0.85)
  );
  background-size: 200% 200%;
  animation: hp-holo 6s ease infinite;
  border-color: rgba(255,255,255,0.6);
}
@keyframes hp-holo {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Glass cards */
body.surface-glass .hp-trade-card,
body.surface-glass .hp-event-card,
body.surface-glass .hp-wibp-card {
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: rgba(255,255,255,0.7);
}

/* Bouncy buttons */
body.btn-bouncy .hp-btn-primary:hover,
body.btn-bouncy .hp-btn-outline:hover {
  animation: hp-btn-bounce 600ms cubic-bezier(.36, 0, .04, 1.2);
}
@keyframes hp-btn-bounce {
  0%, 100% { transform: translateY(-1px); }
  30% { transform: translateY(-4px) rotate(-1deg); }
  60% { transform: translateY(-1px) rotate(0.5deg); }
}

/* Wiggle hover */
body.btn-wiggle .hp-btn-primary:hover {
  animation: hp-btn-wiggle 500ms ease-in-out;
}
@keyframes hp-btn-wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-2deg); }
  75% { transform: rotate(2deg); }
}

/* Pulsing CTA */
body.cta-pulse .hp-btn-primary:not(.outline) {
  animation: hp-cta-pulse 2s ease-in-out infinite;
}
@keyframes hp-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(210,9,227,0.4); }
  50% { box-shadow: 0 0 0 14px rgba(210,9,227,0); }
}

/* Holographic Unicorn cards */
body.holo-unicorn .hp-trade-card:has(.hp-trade-tier.unicorn) {
  background: linear-gradient(135deg, #FFE6FF, #E6E6FF, #FFFFE6);
  background-size: 200% 200%;
  animation: hp-holo 4s ease infinite;
}

/* Texture overlays */
body.tex-grain::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 75;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMDAnIGhlaWdodD0nMjAwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIGJhc2VGcmVxdWVuY3k9JzAuOScgbnVtT2N0YXZlcz0nMicvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0nMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xOCAwJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzIwMCcgaGVpZ2h0PScyMDAnIGZpbHRlcj0ndXJsKCNuKScvPjwvc3ZnPg==");
  opacity: 0.5;
  mix-blend-mode: overlay;
}

body.tex-sparkle::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 75;
  background-image:
    radial-gradient(circle at 15% 25%, white 0.5px, transparent 1.5px),
    radial-gradient(circle at 65% 85%, white 0.5px, transparent 1.5px),
    radial-gradient(circle at 85% 15%, white 0.5px, transparent 1.5px),
    radial-gradient(circle at 25% 75%, white 0.5px, transparent 1.5px);
  background-size: 80px 80px, 100px 100px, 110px 110px, 90px 90px;
  opacity: 0.4;
  mix-blend-mode: screen;
  animation: hp-tex-sparkle 30s linear infinite;
}
@keyframes hp-tex-sparkle {
  0% { background-position: 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 80px 80px, -100px 100px, 110px -110px, -90px -90px; }
}

/* Gradient mesh bg */
body.bg-mesh {
  background:
    radial-gradient(ellipse at 0% 0%, color-mix(in oklch, var(--hp-primary) 30%, var(--hp-bg)), transparent 50%),
    radial-gradient(ellipse at 100% 100%, color-mix(in oklch, var(--hp-accent) 30%, var(--hp-bg)), transparent 50%),
    var(--hp-bg);
}

body.bg-suite-paper {
  --fg: #402924;
  --fg-muted: #775d57;
  --border: rgba(64, 41, 36, 0.12);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 212, 234, 0.62), transparent 26rem),
    linear-gradient(135deg, var(--hp-bg) 0%, #fffaf8 48%, var(--bg-deep) 100%);
}

body.bg-suite-paper .hp-header {
  background:
    radial-gradient(circle at 12% 0%, rgba(238, 44, 155, 0.14), transparent 22rem),
    rgba(255, 250, 248, 0.9);
  border-bottom-color: rgba(64, 41, 36, 0.12);
}

body.bg-suite-paper .hp-signup-submit {
  background: linear-gradient(135deg, #9f165d, #ee2c9b);
  color: #fffafd;
  box-shadow: 0 14px 30px rgba(238, 44, 155, 0.18);
}

body.bg-suite-paper .hp-hero-media,
body.bg-suite-paper .jp-hero-media {
  background:
    linear-gradient(180deg, rgba(64, 41, 36, 0.08) 0%, rgba(64, 41, 36, 0.46) 74%, rgba(64, 41, 36, 0.82) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 174, 214, 0.64), transparent 32rem),
    linear-gradient(135deg, #ffeaf3 0%, #f7ddd4 48%, #402924 100%);
}

body.surface-warm-paper .hp-event-card,
body.surface-warm-paper .hp-wibp-card,
body.surface-warm-paper .hp-trade-card,
body.surface-warm-paper .hp-signup-card,
body.surface-warm-paper .tp-lrq-rail,
body.surface-warm-paper .tp-filters,
body.surface-warm-paper .tp-card,
body.surface-warm-paper .tp-card-expand,
body.surface-warm-paper .jp-hero-card,
body.surface-warm-paper .jp-team-card,
body.surface-warm-paper .jp-benefit-card,
body.surface-warm-paper .jp-final-card {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(64, 41, 36, 0.12);
  box-shadow: 0 18px 42px rgba(64, 41, 36, 0.08);
}

body.btn-suite-lift .hp-btn-primary:hover,
body.btn-suite-lift .hp-btn-outline:hover,
body.btn-suite-lift .hp-shop-btn:hover,
body.btn-suite-lift .tp-card:hover,
body.btn-suite-lift .tp-card-expand-cta:hover,
body.btn-suite-lift .jp-team-card:hover,
body.btn-suite-lift .jp-benefit-card:hover,
body.btn-suite-lift .jp-spot-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(238, 44, 155, 0.16);
}

body.soft-pink-lift .tp-card.unicorn,
body.soft-pink-lift .tp-card.diamond {
  border-color: rgba(238, 44, 155, 0.2);
  box-shadow: 0 14px 34px rgba(238, 44, 155, 0.1);
}

body.bg-black-velvet {
  --fg: #f9f3ec;
  --fg-muted: #d7c3b9;
  --border: rgba(212, 175, 55, 0.24);
  --hp-form-panel-bg: rgba(8, 8, 8, 0.66);
  --hp-form-panel-fg: #f9f3ec;
  --hp-field-bg: #080808;
  --hp-field-fg: #f9f3ec;
  color: var(--fg);
  background:
    radial-gradient(circle at 14% 8%, rgba(212, 175, 55, 0.22), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(0, 217, 255, 0.13), transparent 22rem),
    linear-gradient(135deg, #050505 0%, #14100e 48%, #080808 100%);
}

body.bg-black-velvet.tex-sparkle::before {
  display: none;
}

body.bg-black-velvet .hp-header {
  background: rgba(8, 8, 8, 0.96);
  border-bottom-color: rgba(0, 217, 255, 0.2);
  color: #f9f3ec;
}

body.bg-black-velvet .hp-brand-name {
  color: #fff8ee;
  text-shadow: 0 1px 14px rgba(244, 194, 194, 0.22);
}

body.bg-black-velvet .hp-brand-sub {
  color: #d4af37;
}

body.bg-black-velvet .hp-header-link {
  color: rgba(249, 243, 236, 0.82);
}

body.bg-black-velvet .hp-header-link:hover,
body.bg-black-velvet .hp-header-link[aria-current="page"] {
  color: #f4c2c2;
}

body.bg-black-velvet .hp-header-link-disabled {
  color: rgba(249, 243, 236, 0.62);
}

body.bg-black-velvet .hp-coming-soon-badge {
  color: #d4af37;
}

body.bg-black-velvet .hp-ticker {
  background: #090807;
  border-bottom-color: rgba(212, 175, 55, 0.28);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

body.bg-black-velvet .hp-ticker-row {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.1), rgba(0, 217, 255, 0.06)),
    #0b0908;
  border-bottom-color: rgba(212, 175, 55, 0.22);
}

body.bg-black-velvet .hp-ticker-row.reverse {
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.1), rgba(212, 175, 55, 0.08)),
    #050505;
}

body.bg-black-velvet .hp-ticker-label {
  color: rgba(244, 194, 194, 0.9);
  background: linear-gradient(90deg, #0b0908 0%, #0b0908 70%, rgba(11, 9, 8, 0) 100%);
}

body.bg-black-velvet .hp-ticker-row.reverse .hp-ticker-label {
  color: rgba(212, 175, 55, 0.92);
  background: linear-gradient(90deg, #050505 0%, #050505 70%, rgba(5, 5, 5, 0) 100%);
}

body.bg-black-velvet .hp-ticker-item,
body.bg-black-velvet .hp-ticker-trade {
  color: #f9f3ec;
}

body.bg-black-velvet .hp-ticker-item .dot {
  background: #d4af37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
}

body.bg-black-velvet .hp-ticker-trade .pip {
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.22);
}

body.bg-black-velvet .hp-trade-preview {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.12), rgba(0, 217, 255, 0.08)),
    rgba(8, 8, 8, 0.94);
  border-bottom-color: rgba(212, 175, 55, 0.26);
  color: #f9f3ec;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

body.bg-black-velvet .hp-trade-preview-head {
  color: rgba(244, 194, 194, 0.94);
}

body.bg-black-velvet .hp-trade-preview-pill {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    #15110f;
  border-color: rgba(212, 175, 55, 0.28);
  color: #f9f3ec;
}

body.bg-black-velvet .hp-trade-preview-pill .pos {
  background: linear-gradient(135deg, #d4af37, #f4c2c2);
  color: #080808;
}

body.bg-black-velvet .hp-trade-preview-pill .label {
  color: rgba(244, 194, 194, 0.76);
}

body.bg-black-velvet .hp-trade-preview-link {
  color: #f4c2c2;
}

body.bg-black-velvet .hp-trade-preview-link:hover {
  color: #d4af37;
}

body.bg-black-velvet .hp-logo-mark,
body.bg-black-velvet .hp-header-brand,
body.bg-black-velvet .hp-hero-headline,
body.bg-black-velvet .tp-hero-title,
body.bg-black-velvet .jp-hero-title {
  background: linear-gradient(90deg, #d4af37, #f4c2c2 52%, #d4af37);
  -webkit-background-clip: text;
  color: transparent;
}

body.bg-black-velvet .hp-hero-media,
body.bg-black-velvet .jp-hero-media {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.06) 0%, rgba(5, 5, 5, 0.48) 72%, rgba(5, 5, 5, 0.86) 100%),
    radial-gradient(circle at 34% 24%, rgba(244, 194, 194, 0.42), transparent 16rem),
    radial-gradient(circle at 74% 58%, rgba(0, 217, 255, 0.2), transparent 14rem),
    linear-gradient(135deg, #080808 0%, #2a1810 52%, #050505 100%);
}

body.bg-black-velvet .hp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 84%);
}

body.mile-high-fizz .hp-hero {
  min-height: clamp(620px, 84vh, 780px);
}

body.mile-high-fizz .hp-hero-media {
  background:
    linear-gradient(180deg, rgba(4, 6, 12, 0.08) 0%, rgba(4, 6, 12, 0.5) 58%, rgba(4, 6, 12, 0.9) 100%),
    radial-gradient(circle at 50% 18%, rgba(244, 194, 194, 0.24), transparent 20rem),
    linear-gradient(145deg, #050505 0%, #151018 38%, #352113 68%, #050505 100%);
}

body.mile-high-fizz .hp-hero-headline {
  max-width: none;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: 0;
  white-space: nowrap;
}

body.mile-high-fizz .hp-hero-sub {
  max-width: 620px;
  color: rgba(255,255,255,0.86);
  font-size: clamp(17px, 1.6vw, 22px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.mile-high-fizz .hp-btn-primary {
  background: linear-gradient(135deg, #d4af37, #f4c2c2 54%, #d4af37);
  color: #111;
}

body.mile-high-fizz .hp-btn-outline {
  border-color: rgba(244, 194, 194, 0.5);
  background: rgba(255,255,255,0.08);
  color: #fff8f9;
}

@media (max-width: 640px) {
  body.mile-high-fizz .hp-hero-headline {
    max-width: 12ch;
    white-space: normal;
  }
}

body.bg-black-velvet #events,
body.bg-black-velvet #about,
body.bg-black-velvet .hp-signup {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.08), rgba(0, 217, 255, 0.035), rgba(212, 175, 55, 0.06)),
    linear-gradient(180deg, #050505 0%, #0d0a09 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
}

body.bg-black-velvet #wibp {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.055), rgba(212, 175, 55, 0.08)),
    linear-gradient(180deg, #11100f 0%, #090807 100%) !important;
  border-top: 1px solid rgba(0, 217, 255, 0.16);
}

body.bg-black-velvet .hp-signup {
  background:
    radial-gradient(circle at 18% 12%, rgba(212, 175, 55, 0.12), transparent 26rem),
    radial-gradient(circle at 88% 20%, rgba(0, 217, 255, 0.07), transparent 22rem),
    linear-gradient(180deg, #090807 0%, #050505 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

body.bg-black-velvet .hp-footer {
  background:
    linear-gradient(180deg, #050505 0%, #0d0a14 100%);
  border-top: 1px solid rgba(0, 217, 255, 0.16);
}

body.bg-black-velvet #events::before,
body.bg-black-velvet #wibp::before,
body.bg-black-velvet #about::before,
body.bg-black-velvet .hp-signup::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.12), transparent);
  opacity: 0.28;
  height: 1px;
}

body.surface-dark-metallic .hp-event-card,
body.surface-dark-metallic .hp-wibp-card,
body.surface-dark-metallic .hp-trade-card,
body.surface-dark-metallic .hp-signup-card,
body.surface-dark-metallic .tp-lrq-rail,
body.surface-dark-metallic .tp-filters,
body.surface-dark-metallic .tp-card,
body.surface-dark-metallic .tp-card-expand,
body.surface-dark-metallic .jp-hero-card,
body.surface-dark-metallic .jp-team-card,
body.surface-dark-metallic .jp-benefit-card,
body.surface-dark-metallic .jp-final-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #15110f;
  border-color: rgba(212, 175, 55, 0.26);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

body.bg-black-velvet .hp-btn-primary,
body.bg-black-velvet .hp-shop-btn,
body.bg-black-velvet .hp-signup-submit,
body.bg-black-velvet .tp-card-expand-cta,
body.bg-black-velvet .jp-spot-btn {
  background: linear-gradient(90deg, #d4af37, #f4c2c2, #d4af37);
  color: #080808;
  border-color: transparent;
}

body.bg-black-velvet .hp-btn-outline,
body.bg-black-velvet .hp-btn-watch,
body.bg-black-velvet .tp-filter-chip {
  border-color: rgba(0, 217, 255, 0.45);
  color: #e8fbff;
  background: rgba(0, 217, 255, 0.08);
}

body.bg-black-velvet .hp-step-num {
  background: #d4af37;
  color: #080808;
}

body.bg-black-velvet .hp-video-play {
  background: #080808;
  color: #00d9ff;
  border: 1px solid rgba(0, 217, 255, 0.34);
  box-shadow:
    0 0 0 6px rgba(0, 217, 255, 0.08),
    0 22px 42px rgba(0, 0, 0, 0.28);
}

body.btn-diamond-lift .hp-btn-primary:hover,
body.btn-diamond-lift .hp-btn-outline:hover,
body.btn-diamond-lift .hp-shop-btn:hover,
body.btn-diamond-lift .tp-card:hover,
body.btn-diamond-lift .tp-card-expand-cta:hover,
body.btn-diamond-lift .jp-team-card:hover,
body.btn-diamond-lift .jp-benefit-card:hover,
body.btn-diamond-lift .jp-spot-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(212, 175, 55, 0.22);
}

body.cyan-diamond .tp-card.unicorn,
body.cyan-diamond .tp-card.diamond,
body.cyan-diamond .hp-trade-card {
  border-color: rgba(0, 217, 255, 0.34);
  box-shadow: 0 16px 36px rgba(0, 217, 255, 0.12);
}

body.bg-moonstone-charcoal {
  --fg: #f8fafc;
  --fg-muted: #cbd5e1;
  --border: rgba(203, 213, 225, 0.24);
  --hp-form-panel-bg: rgba(21, 18, 29, 0.7);
  --hp-form-panel-fg: #f8fafc;
  --hp-field-bg: #15121d;
  --hp-field-fg: #f8fafc;
  color: var(--fg);
  background:
    radial-gradient(circle at 16% 8%, rgba(124, 58, 237, 0.34), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(203, 213, 225, 0.18), transparent 24rem),
    linear-gradient(135deg, #0d0b13 0%, #211b2c 50%, #15121d 100%);
}

body.bg-moonstone-charcoal .hp-header {
  background: rgba(13, 11, 19, 0.94);
  border-bottom-color: rgba(203, 213, 225, 0.2);
  color: #f8fafc;
}

body.bg-moonstone-charcoal .hp-brand-name,
body.bg-moonstone-charcoal .hp-hero-headline,
body.bg-moonstone-charcoal .tp-hero-title,
body.bg-moonstone-charcoal .jp-hero-title {
  background: linear-gradient(90deg, #f8fafc, #c4b5fd 48%, #cbd5e1);
  -webkit-background-clip: text;
  color: transparent;
}

body.bg-moonstone-charcoal .hp-brand-sub,
body.bg-moonstone-charcoal .hp-header-link:hover,
body.bg-moonstone-charcoal .hp-header-link[aria-current="page"],
body.bg-moonstone-charcoal .hp-coming-soon-badge {
  color: #c4b5fd;
}

body.bg-moonstone-charcoal .hp-header-link {
  color: rgba(248, 250, 252, 0.82);
}

body.bg-moonstone-charcoal .hp-header-link-disabled {
  color: rgba(248, 250, 252, 0.58);
}

body.bg-moonstone-charcoal .hp-ticker,
body.bg-moonstone-charcoal .hp-trade-preview {
  background:
    linear-gradient(90deg, rgba(124, 58, 237, 0.14), rgba(203, 213, 225, 0.08)),
    rgba(13, 11, 19, 0.92);
  border-bottom-color: rgba(203, 213, 225, 0.2);
  color: #f8fafc;
}

body.bg-moonstone-charcoal .hp-ticker-row {
  background: rgba(21, 18, 29, 0.92);
  border-bottom-color: rgba(203, 213, 225, 0.16);
}

body.bg-moonstone-charcoal .hp-ticker-row.reverse {
  background: rgba(13, 11, 19, 0.96);
}

body.bg-moonstone-charcoal .hp-ticker-label {
  color: #cbd5e1;
  background: linear-gradient(90deg, #15121d 0%, #15121d 70%, rgba(21, 18, 29, 0) 100%);
}

body.bg-moonstone-charcoal .hp-ticker-row.reverse .hp-ticker-label {
  color: #c4b5fd;
  background: linear-gradient(90deg, #0d0b13 0%, #0d0b13 70%, rgba(13, 11, 19, 0) 100%);
}

body.bg-moonstone-charcoal .hp-trade-preview-pill {
  background: rgba(248, 250, 252, 0.08);
  border-color: rgba(203, 213, 225, 0.22);
  color: #f8fafc;
}

body.bg-moonstone-charcoal .hp-trade-preview-pill .pos {
  background: linear-gradient(135deg, #cbd5e1, #a78bfa);
  color: #0d0b13;
}

body.bg-moonstone-charcoal .hp-trade-preview-pill .label {
  color: rgba(203, 213, 225, 0.78);
}

body.bg-moonstone-charcoal .hp-trade-preview-link {
  color: #c4b5fd;
}

body.bg-moonstone-charcoal .hp-shop-btn,
body.bg-moonstone-charcoal .hp-btn-primary,
body.bg-moonstone-charcoal .hp-signup-submit,
body.bg-moonstone-charcoal .tp-card-expand-cta,
body.bg-moonstone-charcoal .jp-spot-btn {
  background: linear-gradient(135deg, #7c3aed, #c4b5fd, #cbd5e1);
  color: #0d0b13;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24);
}

body.bg-moonstone-charcoal .hp-btn-outline,
body.bg-moonstone-charcoal .hp-btn-watch,
body.bg-moonstone-charcoal .tp-filter-chip {
  border-color: rgba(203, 213, 225, 0.5);
  color: #f8fafc;
  background: rgba(248, 250, 252, 0.08);
}

body.bg-moonstone-charcoal .hp-hero-media,
body.bg-moonstone-charcoal .jp-hero-media {
  background:
    linear-gradient(180deg, rgba(13, 11, 19, 0.05) 0%, rgba(13, 11, 19, 0.46) 72%, rgba(13, 11, 19, 0.88) 100%),
    radial-gradient(circle at 26% 20%, rgba(196, 181, 253, 0.38), transparent 24rem),
    radial-gradient(circle at 76% 58%, rgba(203, 213, 225, 0.2), transparent 18rem),
    linear-gradient(135deg, #15121d 0%, #3b2862 50%, #0d0b13 100%);
}

body.surface-silver-pearl .hp-event-card,
body.surface-silver-pearl .hp-wibp-card,
body.surface-silver-pearl .hp-trade-card,
body.surface-silver-pearl .hp-about-copy,
body.surface-silver-pearl .hp-signup-card,
body.surface-silver-pearl .tp-lrq-rail,
body.surface-silver-pearl .tp-filters,
body.surface-silver-pearl .tp-card,
body.surface-silver-pearl .tp-card-expand,
body.surface-silver-pearl .jp-hero-card,
body.surface-silver-pearl .jp-team-card,
body.surface-silver-pearl .jp-benefit-card,
body.surface-silver-pearl .jp-final-card {
  --fg: #171421;
  --fg-muted: #4b465d;
  --border: rgba(124, 58, 237, 0.2);
  --hp-bg: rgba(255, 255, 255, 0.72);
  --hp-bg-elevated: #f8fafc;
  --hp-form-panel-bg: rgba(255, 255, 255, 0.8);
  --hp-form-panel-fg: #171421;
  --hp-field-bg: #ffffff;
  --hp-field-fg: #171421;
  background: rgba(248, 250, 252, 0.9);
  border-color: rgba(124, 58, 237, 0.18);
  color: #171421;
  box-shadow: 0 18px 48px rgba(13, 11, 19, 0.14);
}

body.surface-silver-pearl .hp-signup-title,
body.surface-silver-pearl .hp-about-copy .hp-section-title,
body.surface-silver-pearl .hp-wibp-title,
body.surface-silver-pearl .tp-card-name,
body.surface-silver-pearl .tp-card-expand-name,
body.surface-silver-pearl .tp-sheet-title,
body.surface-silver-pearl .tp-empty-title,
body.surface-silver-pearl .jp-hero-title,
body.surface-silver-pearl .jp-team-name,
body.surface-silver-pearl .jp-benefit-title,
body.surface-silver-pearl .jp-final-title,
body.surface-silver-pearl .jp-spot-title,
body.surface-silver-pearl .hp-step-label {
  color: #171421;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

body.surface-silver-pearl .hp-signup-sub,
body.surface-silver-pearl .hp-signup-label,
body.surface-silver-pearl .hp-signup-label-aux,
body.surface-silver-pearl .hp-signup-consent,
body.surface-silver-pearl .hp-about-body p,
body.surface-silver-pearl .hp-wibp-body,
body.surface-silver-pearl .hp-step-desc,
body.surface-silver-pearl .tp-card-meta,
body.surface-silver-pearl .tp-card-material,
body.surface-silver-pearl .tp-card-rep,
body.surface-silver-pearl .tp-card-expand-desc,
body.surface-silver-pearl .tp-sheet-helper,
body.surface-silver-pearl .tp-empty-sub,
body.surface-silver-pearl .jp-hero-pitch,
body.surface-silver-pearl .jp-hero-localized,
body.surface-silver-pearl .jp-hero-compliance,
body.surface-silver-pearl .jp-team-location,
body.surface-silver-pearl .jp-benefit-desc,
body.surface-silver-pearl .jp-final-sub,
body.surface-silver-pearl .jp-final-note,
body.surface-silver-pearl .jp-spot-sub {
  color: #4b465d;
}

body.surface-silver-pearl .hp-signup-consent-box,
body.surface-silver-pearl .hp-step,
body.surface-silver-pearl .tp-filter-panel,
body.surface-silver-pearl .tp-sheet-success-legal,
body.surface-silver-pearl .jp-faq-note {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(124, 58, 237, 0.18);
  color: #171421;
}

body.surface-silver-pearl .hp-signup-input,
body.surface-silver-pearl .tp-board-search input,
body.surface-silver-pearl .tp-board-sort select,
body.surface-silver-pearl .tp-sheet-field input,
body.surface-silver-pearl .tp-sheet-field textarea {
  background: #ffffff;
  border-color: rgba(124, 58, 237, 0.22);
  color: #171421;
}

body.surface-silver-pearl .hp-signup-input::placeholder,
body.surface-silver-pearl .tp-board-search input::placeholder,
body.surface-silver-pearl .tp-sheet-field input::placeholder,
body.surface-silver-pearl .tp-sheet-field textarea::placeholder {
  color: #6b647c;
  opacity: 0.82;
}

body.btn-moonstone-lift .hp-btn-primary:hover,
body.btn-moonstone-lift .hp-btn-outline:hover,
body.btn-moonstone-lift .hp-shop-btn:hover,
body.btn-moonstone-lift .tp-card:hover,
body.btn-moonstone-lift .tp-card-expand-cta:hover,
body.btn-moonstone-lift .jp-team-card:hover,
body.btn-moonstone-lift .jp-benefit-card:hover,
body.btn-moonstone-lift .jp-spot-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.22);
}

body.silver-violet .tp-card.unicorn,
body.silver-violet .tp-card.diamond,
body.silver-violet .hp-trade-card {
  border-color: rgba(196, 181, 253, 0.5);
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.12);
}

body.bg-alpine-opal {
  --hp-form-panel-bg: color-mix(in srgb, var(--hp-bg-elevated) 82%, transparent);
  --hp-form-panel-fg: #1e1b4b;
  --hp-field-bg: color-mix(in srgb, var(--hp-bg-elevated) 92%, white);
  --hp-field-fg: #1e1b4b;
  background:
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--hp-primary) 18%, transparent), transparent 30%),
    radial-gradient(circle at 88% 14%, color-mix(in srgb, var(--hp-accent) 18%, transparent), transparent 32%),
    linear-gradient(135deg, var(--hp-bg) 0%, var(--hp-bg-elevated) 48%, var(--bg-deep) 100%);
}

body.surface-frosted-opal .hp-event-card,
body.surface-frosted-opal .hp-wibp-card,
body.surface-frosted-opal .hp-trade-card,
body.surface-frosted-opal .hp-about-copy,
body.surface-frosted-opal .hp-signup-card,
body.surface-frosted-opal .tp-filters,
body.surface-frosted-opal .tp-card,
body.surface-frosted-opal .tp-card-expand,
body.surface-frosted-opal .jp-hero-card,
body.surface-frosted-opal .jp-team-card,
body.surface-frosted-opal .jp-benefit-card,
body.surface-frosted-opal .jp-final-card {
  background: color-mix(in srgb, var(--hp-bg-elevated) 86%, white);
  border-color: color-mix(in srgb, var(--hp-primary) 18%, transparent);
  color: #1e1b4b;
  box-shadow: 0 22px 56px color-mix(in srgb, var(--hp-accent) 12%, transparent);
}

body.bg-alpine-opal .hp-shop-btn,
body.bg-alpine-opal .hp-btn-primary,
body.bg-alpine-opal .hp-signup-submit,
body.bg-alpine-opal .tp-card-expand-cta,
body.bg-alpine-opal .jp-spot-btn {
  background: linear-gradient(90deg, var(--hp-primary), color-mix(in srgb, var(--hp-primary) 58%, var(--hp-accent)), var(--hp-accent));
  color: #ffffff;
  border-color: transparent;
}

body.btn-alpine-pop .hp-btn-primary:hover,
body.btn-alpine-pop .hp-btn-outline:hover,
body.btn-alpine-pop .hp-shop-btn:hover,
body.btn-alpine-pop .tp-card:hover,
body.btn-alpine-pop .tp-card-expand-cta:hover,
body.btn-alpine-pop .jp-team-card:hover,
body.btn-alpine-pop .jp-benefit-card:hover,
body.btn-alpine-pop .jp-spot-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px color-mix(in srgb, var(--hp-primary) 24%, transparent);
}

body.opal-summit .tp-card.unicorn,
body.opal-summit .tp-card.diamond,
body.opal-summit .hp-trade-card {
  border-color: color-mix(in srgb, var(--hp-accent) 32%, transparent);
  box-shadow: 0 24px 60px color-mix(in srgb, var(--hp-primary) 14%, transparent);
}

body.bg-rose-gold-paper {
  --fg: #2b1717;
  --fg-muted: #7e5457;
  --border: rgba(159, 18, 57, 0.16);
  background:
    radial-gradient(circle at 12% 9%, rgba(249, 168, 212, 0.44), transparent 25rem),
    radial-gradient(circle at 84% 6%, rgba(245, 198, 109, 0.34), transparent 23rem),
    linear-gradient(135deg, #fff7f8 0%, #fffefe 46%, #ffecef 100%);
}

body.bg-rose-gold-paper .hp-header {
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 79, 115, 0.16), transparent 22rem),
    rgba(255, 250, 250, 0.9);
  border-bottom-color: rgba(159, 18, 57, 0.14);
}

body.bg-rose-gold-paper .hp-shop-btn,
body.bg-rose-gold-paper .hp-btn-primary,
body.bg-rose-gold-paper .hp-signup-submit,
body.bg-rose-gold-paper .tp-card-expand-cta,
body.bg-rose-gold-paper .jp-spot-btn {
  background: linear-gradient(90deg, #e04f73, #f9a8d4, #f5c66d);
  color: #311115;
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(224, 79, 115, 0.2);
}

body.bg-rose-gold-paper .hp-hero-media,
body.bg-rose-gold-paper .jp-hero-media {
  background:
    linear-gradient(180deg, rgba(43, 23, 23, 0.06) 0%, rgba(43, 23, 23, 0.42) 72%, rgba(43, 23, 23, 0.78) 100%),
    radial-gradient(circle at 22% 18%, rgba(249, 168, 212, 0.58), transparent 25rem),
    radial-gradient(circle at 76% 56%, rgba(245, 198, 109, 0.5), transparent 19rem),
    linear-gradient(135deg, #fffafa 0%, #fbd2dc 48%, #7f1d1d 100%);
}

body.bg-rose-gold-paper .hp-hero-headline,
body.bg-rose-gold-paper .tp-hero-title,
body.bg-rose-gold-paper .jp-hero-title {
  background: linear-gradient(90deg, #fff8f9, #ffe8ec 48%, #f5c66d);
  -webkit-background-clip: text;
  color: transparent;
}

body.bg-rose-gold-paper .hp-btn-outline,
body.bg-rose-gold-paper .hp-btn-watch,
body.bg-rose-gold-paper .tp-filter-chip {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff8f9;
  background: rgba(255, 255, 255, 0.13);
}

body.surface-pearl-rose .hp-event-card,
body.surface-pearl-rose .hp-wibp-card,
body.surface-pearl-rose .hp-trade-card,
body.surface-pearl-rose .hp-signup-card,
body.surface-pearl-rose .tp-lrq-rail,
body.surface-pearl-rose .tp-filters,
body.surface-pearl-rose .tp-card,
body.surface-pearl-rose .tp-card-expand,
body.surface-pearl-rose .jp-hero-card,
body.surface-pearl-rose .jp-team-card,
body.surface-pearl-rose .jp-benefit-card,
body.surface-pearl-rose .jp-final-card {
  background: rgba(255, 250, 250, 0.84);
  border-color: rgba(159, 18, 57, 0.16);
  box-shadow: 0 18px 50px rgba(159, 18, 57, 0.08);
}

body.btn-rose-gold-lift .hp-btn-primary:hover,
body.btn-rose-gold-lift .hp-btn-outline:hover,
body.btn-rose-gold-lift .hp-shop-btn:hover,
body.btn-rose-gold-lift .tp-card:hover,
body.btn-rose-gold-lift .tp-card-expand-cta:hover,
body.btn-rose-gold-lift .jp-team-card:hover,
body.btn-rose-gold-lift .jp-benefit-card:hover,
body.btn-rose-gold-lift .jp-spot-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(224, 79, 115, 0.18);
}

body.champagne-rose .tp-card.unicorn,
body.champagne-rose .tp-card.diamond,
body.champagne-rose .hp-trade-card {
  border-color: rgba(245, 198, 109, 0.44);
  box-shadow: 0 16px 36px rgba(224, 79, 115, 0.12);
}

body.bg-garnet-shell {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 145, 128, 0.34), transparent 24rem),
    radial-gradient(circle at 86% 6%, rgba(185, 28, 28, 0.18), transparent 22rem),
    linear-gradient(135deg, #ffe5dd 0%, #fff8f5 48%, #ffd0c4 100%);
}

body.bg-amber-paper {
  background:
    radial-gradient(circle at 12% 8%, rgba(249, 115, 22, 0.2), transparent 24rem),
    radial-gradient(circle at 84% 12%, rgba(255, 183, 129, 0.36), transparent 22rem),
    linear-gradient(135deg, #fafafa 0%, #fff8f0 48%, #ffe4cf 100%);
}

body.bg-velvet-orchid {
  background:
    radial-gradient(circle at 15% 8%, rgba(251, 150, 255, 0.34), transparent 24rem),
    radial-gradient(circle at 84% 12%, rgba(99, 0, 185, 0.2), transparent 22rem),
    linear-gradient(135deg, #ffe8ff 0%, #fff7ff 48%, #f7c9ff 100%);
}

body.bg-quartz-paper {
  background:
    radial-gradient(circle at 12% 10%, rgba(232, 121, 249, 0.24), transparent 23rem),
    radial-gradient(circle at 82% 12%, rgba(255, 176, 255, 0.34), transparent 22rem),
    linear-gradient(135deg, #fafafa 0%, #fff8ff 48%, #ffd8ff 100%);
}

body.bg-garnet-shell .hp-header,
body.bg-amber-paper .hp-header,
body.bg-velvet-orchid .hp-header,
body.bg-quartz-paper .hp-header {
  background: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(80, 56, 52, 0.14);
}

body.bg-garnet-shell .hp-shop-btn,
body.bg-garnet-shell .hp-btn-primary,
body.bg-garnet-shell .hp-signup-submit,
body.bg-garnet-shell .tp-card-expand-cta,
body.bg-garnet-shell .jp-spot-btn {
  background: linear-gradient(135deg, #b91c1c, #920000);
  color: #fff7f2;
}

body.bg-amber-paper .hp-shop-btn,
body.bg-amber-paper .hp-btn-primary,
body.bg-amber-paper .tp-card-expand-cta,
body.bg-amber-paper .jp-spot-btn {
  background: linear-gradient(135deg, #f97316, #761a00);
  color: #fffaf5;
}

body.bg-amber-paper .hp-signup-submit {
  background: linear-gradient(135deg, #a54206, #761a00);
  color: #fffaf5;
  box-shadow: 0 14px 30px rgba(118, 26, 0, 0.16);
}

body.bg-velvet-orchid .hp-shop-btn,
body.bg-velvet-orchid .hp-btn-primary,
body.bg-velvet-orchid .hp-signup-submit,
body.bg-velvet-orchid .tp-card-expand-cta,
body.bg-velvet-orchid .jp-spot-btn {
  background: linear-gradient(135deg, #9333ea, #6300b9);
  color: #fff7ff;
}

body.bg-quartz-paper .hp-shop-btn,
body.bg-quartz-paper .hp-btn-primary,
body.bg-quartz-paper .tp-card-expand-cta,
body.bg-quartz-paper .jp-spot-btn {
  background: linear-gradient(135deg, #e879f9, #63146e);
  color: #fff7ff;
}

body.bg-quartz-paper .hp-signup-submit {
  background: linear-gradient(135deg, #9d2dac, #63146e);
  color: #fff7ff;
  box-shadow: 0 14px 30px rgba(99, 20, 110, 0.14);
}

body.surface-blush-shell .hp-event-card,
body.surface-blush-shell .hp-wibp-card,
body.surface-blush-shell .hp-trade-card,
body.surface-blush-shell .hp-signup-card,
body.surface-blush-shell .tp-lrq-rail,
body.surface-blush-shell .tp-filters,
body.surface-blush-shell .tp-card,
body.surface-blush-shell .tp-card-expand,
body.surface-blush-shell .jp-hero-card,
body.surface-blush-shell .jp-team-card,
body.surface-blush-shell .jp-benefit-card,
body.surface-blush-shell .jp-final-card {
  background: rgba(255, 248, 245, 0.86);
  border-color: rgba(185, 28, 28, 0.2);
  box-shadow: 0 18px 48px rgba(146, 0, 0, 0.09);
}

body.surface-sunlit-pearl .hp-event-card,
body.surface-sunlit-pearl .hp-wibp-card,
body.surface-sunlit-pearl .hp-trade-card,
body.surface-sunlit-pearl .hp-signup-card,
body.surface-sunlit-pearl .tp-lrq-rail,
body.surface-sunlit-pearl .tp-filters,
body.surface-sunlit-pearl .tp-card,
body.surface-sunlit-pearl .tp-card-expand,
body.surface-sunlit-pearl .jp-hero-card,
body.surface-sunlit-pearl .jp-team-card,
body.surface-sunlit-pearl .jp-benefit-card,
body.surface-sunlit-pearl .jp-final-card {
  background: rgba(255, 250, 245, 0.88);
  border-color: rgba(249, 115, 22, 0.2);
  box-shadow: 0 18px 48px rgba(118, 26, 0, 0.08);
}

body.surface-plush-orchid .hp-event-card,
body.surface-plush-orchid .hp-wibp-card,
body.surface-plush-orchid .hp-trade-card,
body.surface-plush-orchid .hp-signup-card,
body.surface-plush-orchid .tp-lrq-rail,
body.surface-plush-orchid .tp-filters,
body.surface-plush-orchid .tp-card,
body.surface-plush-orchid .tp-card-expand,
body.surface-plush-orchid .jp-hero-card,
body.surface-plush-orchid .jp-team-card,
body.surface-plush-orchid .jp-benefit-card,
body.surface-plush-orchid .jp-final-card {
  background: rgba(255, 247, 255, 0.88);
  border-color: rgba(147, 51, 234, 0.2);
  box-shadow: 0 18px 48px rgba(99, 0, 185, 0.1);
}

body.surface-pink-quartz .hp-event-card,
body.surface-pink-quartz .hp-wibp-card,
body.surface-pink-quartz .hp-trade-card,
body.surface-pink-quartz .hp-signup-card,
body.surface-pink-quartz .tp-lrq-rail,
body.surface-pink-quartz .tp-filters,
body.surface-pink-quartz .tp-card,
body.surface-pink-quartz .tp-card-expand,
body.surface-pink-quartz .jp-hero-card,
body.surface-pink-quartz .jp-team-card,
body.surface-pink-quartz .jp-benefit-card,
body.surface-pink-quartz .jp-final-card {
  background: rgba(255, 250, 255, 0.88);
  border-color: rgba(232, 121, 249, 0.22);
  box-shadow: 0 18px 48px rgba(99, 20, 110, 0.08);
}

body.btn-garnet-lift .hp-btn-primary:hover,
body.btn-garnet-lift .hp-btn-outline:hover,
body.btn-garnet-lift .hp-shop-btn:hover,
body.btn-garnet-lift .tp-card:hover,
body.btn-garnet-lift .tp-card-expand-cta:hover,
body.btn-garnet-lift .jp-team-card:hover,
body.btn-garnet-lift .jp-benefit-card:hover,
body.btn-garnet-lift .jp-spot-btn:hover,
body.btn-amber-pop .hp-btn-primary:hover,
body.btn-amber-pop .hp-btn-outline:hover,
body.btn-amber-pop .hp-shop-btn:hover,
body.btn-amber-pop .tp-card:hover,
body.btn-amber-pop .tp-card-expand-cta:hover,
body.btn-amber-pop .jp-team-card:hover,
body.btn-amber-pop .jp-benefit-card:hover,
body.btn-amber-pop .jp-spot-btn:hover,
body.btn-velvet-lift .hp-btn-primary:hover,
body.btn-velvet-lift .hp-btn-outline:hover,
body.btn-velvet-lift .hp-shop-btn:hover,
body.btn-velvet-lift .tp-card:hover,
body.btn-velvet-lift .tp-card-expand-cta:hover,
body.btn-velvet-lift .jp-team-card:hover,
body.btn-velvet-lift .jp-benefit-card:hover,
body.btn-velvet-lift .jp-spot-btn:hover,
body.btn-quartz-pop .hp-btn-primary:hover,
body.btn-quartz-pop .hp-btn-outline:hover,
body.btn-quartz-pop .hp-shop-btn:hover,
body.btn-quartz-pop .tp-card:hover,
body.btn-quartz-pop .tp-card-expand-cta:hover,
body.btn-quartz-pop .jp-team-card:hover,
body.btn-quartz-pop .jp-benefit-card:hover,
body.btn-quartz-pop .jp-spot-btn:hover {
  transform: translateY(-2px);
}

body.btn-garnet-lift .hp-btn-primary:hover,
body.btn-garnet-lift .tp-card:hover {
  box-shadow: 0 18px 38px rgba(185, 28, 28, 0.18);
}

body.btn-amber-pop .hp-btn-primary:hover,
body.btn-amber-pop .tp-card:hover {
  box-shadow: 0 18px 38px rgba(249, 115, 22, 0.2);
}

body.btn-velvet-lift .hp-btn-primary:hover,
body.btn-velvet-lift .tp-card:hover {
  box-shadow: 0 18px 38px rgba(147, 51, 234, 0.18);
}

body.btn-quartz-pop .hp-btn-primary:hover,
body.btn-quartz-pop .tp-card:hover {
  box-shadow: 0 18px 38px rgba(232, 121, 249, 0.18);
}

body.ruby-polish .tp-card.unicorn,
body.ruby-polish .tp-card.diamond,
body.ruby-polish .hp-trade-card {
  border-color: rgba(255, 145, 128, 0.5);
}

body.citrine-glow .tp-card.unicorn,
body.citrine-glow .tp-card.diamond,
body.citrine-glow .hp-trade-card {
  border-color: rgba(255, 183, 129, 0.55);
}

body.orchid-gloss .tp-card.unicorn,
body.orchid-gloss .tp-card.diamond,
body.orchid-gloss .hp-trade-card {
  border-color: rgba(251, 150, 255, 0.55);
}

body.pink-spark .tp-card.unicorn,
body.pink-spark .tp-card.diamond,
body.pink-spark .hp-trade-card {
  border-color: rgba(255, 176, 255, 0.58);
}

/* Cursor effects */
body.cursor-sparkle, body.cursor-sparkle * {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'><path d='M14 2 L16 12 L26 14 L16 16 L14 26 L12 16 L2 14 L12 12 Z' fill='%23D209E3' stroke='white' stroke-width='1.5'/></svg>") 14 14, auto !important;
}

/* Density */
body.density-compact { --hp-section-pad: 64px; }
body.density-spacious { --hp-section-pad: 128px; }

/* Sharpness */
body.shape-sharp { --hp-radius-card: 0px; }
body.shape-soft { --hp-radius-card: 24px; }

/* ============================================================
   Mile High Fizz source-site migration shell
   ============================================================ */
body.mile-high-fizz {
  --mhf-primary: var(--hp-primary);
  --mhf-accent: var(--hp-accent);
  --mhf-bg: var(--hp-bg);
  --mhf-bg-elevated: var(--hp-bg-elevated);
  --mhf-bg-deep: var(--bg-deep);
  --mhf-ink: var(--fg, #1f2937);
  --mhf-muted: var(--fg-muted, #6b5d6c);
  --mhf-pink: var(--mhf-primary);
  --mhf-purple: color-mix(in srgb, var(--mhf-primary) 58%, var(--mhf-accent));
  --mhf-blue: var(--mhf-accent);
  --mhf-deep: #030207;
  --mhf-gold: color-mix(in srgb, var(--mhf-primary) 38%, #ffd46a);
  --mhf-gradient: linear-gradient(90deg, var(--mhf-primary), var(--mhf-purple), var(--mhf-accent));
  --mhf-soft-gradient: linear-gradient(135deg, var(--mhf-bg) 0%, var(--mhf-bg-elevated) 48%, var(--mhf-bg-deep) 100%);
  background: var(--mhf-deep);
}

body.mile-high-fizz::before {
  display: none;
}

body.mile-high-fizz .mhf-page {
  min-height: 100vh;
  color: #ffffff;
  background: var(--mhf-deep);
  font-family: var(--hp-body-font);
  overflow-x: hidden;
}

.mhf-announcement-banner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 16px;
  background: color-mix(in srgb, var(--mhf-purple) 32%, #05020a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
}

.mhf-announcement-banner a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mhf-announcement-new,
.mhf-announcement-star {
  color: #f8b4ff;
}

.mhf-promo-ticker {
  min-height: 31px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--mhf-accent);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.mhf-promo-track {
  display: flex;
  min-width: max-content;
  animation: mhf-promo-scroll 28s linear infinite;
}

.mhf-promo-track span {
  padding-right: 48px;
}

@keyframes mhf-promo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.mhf-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mhf-header-inner {
  width: min(100%, 1120px);
  min-height: 62px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 12px 24px;
}

.mhf-menu-wrap {
  position: relative;
  justify-self: start;
}

.mhf-header-menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 4px;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.mhf-menu-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(260px, 86vw);
  padding: 12px;
  display: grid;
  gap: 6px;
  background: rgba(10, 5, 20, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.mhf-menu-panel a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.mhf-menu-panel a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mhf-logo-gradient {
  background: linear-gradient(90deg, #f472d0 0%, #bd7cff 52%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.mile-high-fizz .mhf-header-logo {
  justify-self: center;
  font-family: "Pacifico", "Brush Script MT", cursive;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.mhf-header-shop {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(90deg, var(--mhf-pink), var(--mhf-purple));
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(236, 72, 153, 0.26);
}

.mhf-hero {
  position: relative;
  min-height: calc(100vh - 123px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.mhf-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.mhf-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 4, 45, 0.08), rgba(12, 4, 28, 0.18) 45%, rgba(8, 2, 20, 0.28)),
    rgba(55, 10, 95, 0.16);
  z-index: -1;
}

.mhf-hero-content {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 12vh, 132px) 0 clamp(88px, 13vh, 148px);
  text-align: center;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.36);
}

body.mile-high-fizz .mhf-hero-title {
  margin: 0 0 10px;
  font-family: "Pacifico", "Brush Script MT", cursive;
  font-size: clamp(54px, 9vw, 104px);
  line-height: 1.04;
  font-weight: 800;
}

.mhf-hero-with,
.mhf-hero-line,
.mhf-hero-instruction {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
}

.mhf-hero-with {
  font-size: clamp(18px, 2.4vw, 28px);
}

.mhf-hero-line {
  margin-top: 24px;
  font-size: clamp(19px, 2.5vw, 28px);
}

.mhf-hero-instruction {
  margin-top: 36px;
  color: #ffd0df;
  font-size: clamp(14px, 1.8vw, 17px);
}

.mhf-hero-ctas {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mhf-cta {
  min-width: 205px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.mhf-cta-shop {
  background: linear-gradient(90deg, var(--mhf-purple), var(--mhf-accent));
}

.mhf-cta-join {
  background: linear-gradient(90deg, var(--mhf-primary), color-mix(in srgb, var(--mhf-primary) 72%, white));
}

.mhf-cta-watch {
  background: linear-gradient(90deg, var(--mhf-accent), var(--mhf-purple));
}

.mhf-below-hero-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 6%, color-mix(in srgb, var(--mhf-primary) 18%, transparent), transparent 26rem),
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--mhf-accent) 16%, transparent), transparent 28rem),
    var(--mhf-soft-gradient);
  color: var(--mhf-ink);
}

.mhf-below-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, color-mix(in srgb, var(--mhf-primary) 16%, transparent) 0 1px, transparent 1px),
    radial-gradient(circle, color-mix(in srgb, var(--mhf-purple) 12%, transparent) 0 1px, transparent 1px);
  background-position: 0 0, 34px 28px;
  background-size: 92px 92px, 118px 118px;
  opacity: 0.42;
}

.mhf-automation-panel {
  position: relative;
  z-index: 1;
  --hp-form-panel-bg: color-mix(in srgb, var(--mhf-bg-elevated) 82%, transparent);
  --hp-form-panel-fg: var(--mhf-ink);
  --hp-field-bg: color-mix(in srgb, var(--mhf-bg-elevated) 92%, white);
  --hp-field-fg: var(--mhf-ink);
  --fg: var(--mhf-ink);
  --fg-muted: var(--mhf-muted);
  --border: color-mix(in srgb, var(--mhf-primary) 22%, transparent);
  --hp-radius-card: 28px;
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview,
body.mile-high-fizz .mhf-automation-panel .hp-section,
body.mile-high-fizz .mhf-automation-panel .hp-signup {
  background: transparent !important;
  border-top: 0;
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview {
  padding: 58px 24px 18px;
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-inner {
  max-width: 1040px;
  min-height: 112px;
  background: color-mix(in srgb, var(--mhf-bg-elevated) 78%, transparent);
  border: 1px solid color-mix(in srgb, var(--mhf-primary) 18%, transparent);
  border-radius: 30px;
  box-shadow: 0 28px 80px color-mix(in srgb, var(--mhf-purple) 13%, transparent);
  backdrop-filter: blur(18px);
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-head {
  color: var(--mhf-ink);
  font-size: 18px;
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-head .live-dot {
  background: var(--mhf-primary);
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--mhf-primary) 13%, transparent);
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-pill {
  background: var(--mhf-bg-elevated);
  border-color: color-mix(in srgb, var(--mhf-primary) 22%, transparent);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--mhf-primary) 10%, transparent);
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-pill .pos {
  background: var(--mhf-gradient);
  color: #ffffff;
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-pill .label,
body.mile-high-fizz .mhf-automation-panel .hp-event-meta-row,
body.mile-high-fizz .mhf-automation-panel .hp-event-section-icon,
body.mile-high-fizz .mhf-automation-panel .hp-event-copy,
body.mile-high-fizz .mhf-automation-panel .hp-event-collection-pill {
  color: var(--mhf-primary);
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-pill .name,
body.mile-high-fizz .mhf-automation-panel .hp-event-name,
body.mile-high-fizz .mhf-automation-panel .hp-wibp-title,
body.mile-high-fizz .mhf-automation-panel .hp-step-label,
body.mile-high-fizz .mhf-automation-panel .hp-signup-title {
  color: var(--mhf-ink);
}

body.mile-high-fizz .mhf-automation-panel .hp-trade-preview-link,
body.mile-high-fizz .mhf-automation-panel .hp-event-platform.tt,
body.mile-high-fizz .mhf-automation-panel .hp-signup-submit {
  background: var(--mhf-gradient);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 38px color-mix(in srgb, var(--mhf-primary) 22%, transparent);
}

body.mile-high-fizz .mhf-automation-panel .hp-container {
  max-width: 1180px;
}

body.mile-high-fizz .mhf-automation-panel .hp-section {
  padding: 78px 0;
}

body.mile-high-fizz .mhf-automation-panel #wibp {
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--mhf-primary) 13%, transparent), transparent 24rem),
    radial-gradient(circle at 86% 14%, color-mix(in srgb, var(--mhf-accent) 12%, transparent), transparent 25rem),
    transparent !important;
  border-top: 0 !important;
}

body.mile-high-fizz .mhf-automation-panel #events {
  padding-top: 64px;
}

body.mile-high-fizz .mhf-automation-panel .hp-events-head {
  margin-bottom: 42px;
}

body.mile-high-fizz .mhf-automation-panel .hp-section-eyebrow,
body.mile-high-fizz .mhf-automation-panel .hp-wibp-eyebrow,
body.mile-high-fizz .mhf-automation-panel .hp-signup-eyebrow {
  color: #ec4899;
  letter-spacing: 0.14em;
}

body.mile-high-fizz .mhf-automation-panel .hp-section-eyebrow::before,
body.mile-high-fizz .mhf-automation-panel .hp-events-head .hp-section-eyebrow::after {
  background: linear-gradient(90deg, #ec4899, #9333ea, #3b82f6);
}

body.mile-high-fizz .mhf-automation-panel .hp-section-title,
body.mile-high-fizz .mhf-automation-panel .hp-footer-brand {
  background: linear-gradient(90deg, #ec4899, #9333ea, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.mile-high-fizz .mhf-automation-panel .hp-section-sub,
body.mile-high-fizz .mhf-automation-panel .hp-about-body p,
body.mile-high-fizz .mhf-automation-panel .hp-wibp-body,
body.mile-high-fizz .mhf-automation-panel .hp-step-desc,
body.mile-high-fizz .mhf-automation-panel .hp-signup-sub,
body.mile-high-fizz .mhf-automation-panel .hp-footer-tag,
body.mile-high-fizz .mhf-automation-panel .hp-footer-bottom p {
  color: #6b5d6c;
}

body.mile-high-fizz .mhf-automation-panel .hp-event-grid {
  max-width: 1060px;
}

body.mile-high-fizz .mhf-automation-panel .hp-event-card,
body.mile-high-fizz .mhf-automation-panel .hp-wibp-card,
body.mile-high-fizz .mhf-automation-panel .hp-about-copy,
body.mile-high-fizz .mhf-automation-panel .hp-signup-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    #ffffff;
  border-color: rgba(236, 72, 153, 0.18);
  box-shadow: 0 24px 70px rgba(147, 51, 234, 0.12);
  color: #1f2937;
}

body.mile-high-fizz .mhf-automation-panel .hp-event-card.featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(253, 242, 248, 0.82)),
    #ffffff;
  border-color: rgba(236, 72, 153, 0.32);
}

body.mile-high-fizz .mhf-automation-panel .hp-event-pill {
  background: linear-gradient(90deg, #ec4899, #9333ea);
}

body.mile-high-fizz .mhf-automation-panel .hp-event-code-row,
body.mile-high-fizz .mhf-automation-panel .hp-step,
body.mile-high-fizz .mhf-automation-panel .hp-signup-consent-box {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(236, 72, 153, 0.16);
}

body.mile-high-fizz .mhf-automation-panel .hp-event-collection-pill {
  background: rgba(236, 72, 153, 0.09);
  border-color: rgba(236, 72, 153, 0.18);
}

body.mile-high-fizz .mhf-automation-panel .hp-event-copy:hover,
body.mile-high-fizz .mhf-automation-panel .hp-event-copy.copied,
body.mile-high-fizz .mhf-automation-panel .hp-event-collection-pill:hover,
body.mile-high-fizz .mhf-automation-panel .hp-event-add:hover {
  background: #ec4899;
  border-color: #ec4899;
  color: #ffffff;
}

body.mile-high-fizz .mhf-automation-panel .hp-wibp-grid,
body.mile-high-fizz .mhf-automation-panel .hp-about-grid {
  max-width: 1120px;
}

body.mile-high-fizz .mhf-automation-panel .hp-step-num {
  background: linear-gradient(135deg, #ec4899, #9333ea);
  color: #ffffff;
}

body.mile-high-fizz .mhf-automation-panel .hp-wibp-video,
body.mile-high-fizz .mhf-automation-panel .hp-about-media-card {
  border-color: rgba(255, 255, 255, 0.68);
  box-shadow: 0 28px 80px rgba(59, 130, 246, 0.16);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.22)),
    radial-gradient(circle at 26% 22%, rgba(236, 72, 153, 0.72), transparent 38%),
    radial-gradient(circle at 72% 26%, rgba(59, 130, 246, 0.58), transparent 42%),
    linear-gradient(135deg, #ec4899, #9333ea, #3b82f6);
}

body.mile-high-fizz .mhf-automation-panel .hp-wibp-video::after {
  background:
    radial-gradient(ellipse at 34% 26%, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(180deg, transparent 0%, rgba(26, 4, 38, 0.34) 100%);
}

body.mile-high-fizz .mhf-automation-panel .hp-video-play {
  color: #ec4899;
  border: 0;
}

body.mile-high-fizz .mhf-automation-panel .hp-about-copy::before,
body.mile-high-fizz .mhf-automation-panel .hp-signup-card::before,
body.mile-high-fizz .mhf-automation-panel .hp-signup-card::after {
  background: radial-gradient(circle, rgba(236, 72, 153, 0.18), transparent 70%);
}

body.mile-high-fizz .mhf-automation-panel .hp-signup-input {
  border-width: 2px;
  border-color: rgba(236, 72, 153, 0.2);
  border-radius: 18px;
}

body.mile-high-fizz .mhf-automation-panel .hp-signup-input:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

body.mile-high-fizz .mhf-automation-panel .hp-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(236, 72, 153, 0.22), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(59, 130, 246, 0.18), transparent 25rem),
    linear-gradient(135deg, #111827 0%, #3b0f5f 48%, #831843 100%);
  border-top: 0;
  color: #ffffff;
}

body.mile-high-fizz .mhf-automation-panel .hp-footer a,
body.mile-high-fizz .mhf-automation-panel .hp-footer-col a {
  color: rgba(255, 255, 255, 0.82);
}

body.mile-high-fizz .mhf-automation-panel .hp-footer a:hover,
body.mile-high-fizz .mhf-automation-panel .hp-footer-col a:hover {
  color: #f9a8d4;
}

body.mile-high-fizz .mhf-automation-panel .hp-footer-bottom,
body.mile-high-fizz .mhf-automation-panel .legal-row {
  color: rgba(255, 255, 255, 0.68);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 760px) {
  .mhf-announcement-banner {
    font-size: 11px;
    padding-inline: 12px;
  }

  .mhf-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 10px 14px;
  }

  .mhf-header-logo {
    font-size: clamp(20px, 6vw, 26px);
  }

  .mhf-header-shop {
    min-height: 38px;
    padding-inline: 14px;
  }

  .mhf-hero {
    min-height: calc(100vh - 118px);
  }

  .mhf-hero-title {
    font-size: clamp(48px, 16vw, 72px);
  }

  .mhf-hero-ctas {
    margin-top: 38px;
    gap: 12px;
  }

  .mhf-cta {
    width: min(100%, 280px);
  }
}

@media (pointer: coarse) {
  .hp-header-link,
  .hp-shop-btn,
  .hp-btn-primary,
  .hp-btn-outline,
  .hp-stream-btn,
  .hp-watch-option,
  .hp-trade-preview-pill,
  .hp-trade-preview-link {
    min-height: 44px;
    touch-action: manipulation;
  }

  .hp-queue-modal-close {
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
  }

  .hp-unsubscribe-toggle {
    min-height: 56px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hp-ticker-track,
  .hp-pulse,
  .hp-queue-modal-mask,
  .hp-queue-modal,
  .hp-hero-side-label .live-pip,
  .hp-btn-outline .live-pip,
  .hp-trade-preview-head .live-dot,
  body.tex-sparkle::before,
  body.holo-unicorn .hp-trade-card:has(.hp-trade-tier.unicorn),
  body.btn-bouncy .hp-btn-primary:hover,
  body.btn-bouncy .hp-btn-outline:hover,
  body.btn-wiggle .hp-btn-primary:hover,
  body.cta-pulse .hp-btn-primary:not(.outline) {
    animation: none !important;
  }

  .hp-header-link:hover,
  .hp-shop-btn:hover,
  .hp-btn-primary:hover,
  .hp-btn-outline:hover,
  .hp-trade-preview-link:hover,
  .hp-trade-preview-link:active {
    transform: none !important;
  }
}

body.britt-with-bling {
  --bwb-black: var(--hp-bg);
  --bwb-panel: var(--hp-bg-elevated);
  --bwb-gold: var(--hp-primary);
  --bwb-blush: color-mix(in srgb, var(--hp-primary) 36%, white 64%);
  --bwb-cyan: var(--hp-accent);
  --bwb-cyan-hot: color-mix(in srgb, var(--hp-accent) 82%, white 18%);
  margin: 0;
  overflow-x: clip;
  background: var(--hp-bg);
  color: #fff;
}

body.britt-with-bling::before {
  display: none;
}

.bwb-page {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--hp-bg);
  color: #fff;
  font-family: "Inter", "DM Sans", system-ui, sans-serif;
}

.bwb-announcement-banner {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  background: var(--bwb-blush);
  color: #0a0a0a;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.bwb-announcement-banner a {
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bwb-announcement-new {
  letter-spacing: 0.12em;
}

.bwb-promo-ticker {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.4);
  border-bottom: 1px solid rgba(0, 217, 255, 0.35);
  background: linear-gradient(90deg, #0a0a0a, #1a1a1a, #0a0a0a);
  color: var(--bwb-gold);
  text-decoration: none;
  white-space: nowrap;
}

.bwb-promo-track {
  display: inline-flex;
  gap: 3rem;
  min-width: max-content;
  padding: 0.75rem 0;
  animation: bwb-promo-scroll 32s linear infinite;
}

.bwb-promo-track span {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

@keyframes bwb-promo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

.bwb-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(10, 10, 10, 0.92);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  backdrop-filter: blur(16px);
}

.bwb-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  gap: 1rem;
}

.bwb-menu-wrap {
  position: relative;
}

.bwb-header-menu,
.bwb-header-shop {
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bwb-header-menu {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.bwb-menu-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  display: grid;
  min-width: 220px;
  padding: 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 16px;
  background: rgba(10, 10, 10, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.bwb-menu-panel a {
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.bwb-menu-panel a:hover {
  background: rgba(0, 217, 255, 0.12);
  color: var(--bwb-cyan);
}

.bwb-header-logo,
.bwb-hero-title {
  background: linear-gradient(90deg, var(--bwb-gold), var(--bwb-blush), var(--bwb-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bwb-header-logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}

.bwb-header-shop {
  justify-self: end;
  padding: 0.78rem 1.15rem;
  background: linear-gradient(90deg, var(--bwb-gold), var(--bwb-blush));
  color: #0a0a0a;
  text-decoration: none;
}

.bwb-hero {
  position: relative;
  display: grid;
  min-height: min(790px, calc(100vh - 150px));
  overflow: hidden;
  place-items: center;
  text-align: center;
}

.bwb-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bwb-hero-zoom 18s ease-in-out infinite alternate;
}

@keyframes bwb-hero-zoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.bwb-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 217, 255, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.12), rgba(10, 10, 10, 0.74) 72%, #0a0a0a);
}

.bwb-hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 32px));
  padding: 4rem 0;
}

.bwb-hero-team {
  margin: 0 0 0.75rem;
  color: var(--bwb-cyan);
  font-size: clamp(1.35rem, 3vw, 2.5rem);
  font-weight: 800;
  text-shadow: 0 0 22px rgba(0, 217, 255, 0.4);
}

.bwb-hero-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4.25rem, 12vw, 9.5rem);
  line-height: 0.9;
  font-weight: 900;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.6);
}

.bwb-hero-line {
  max-width: 760px;
  margin: 1rem auto 0;
  color: #fff;
  font-size: clamp(1.05rem, 2.2vw, 1.7rem);
  font-weight: 800;
}

.bwb-hero-instruction {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--bwb-blush);
  font-size: clamp(0.78rem, 1.5vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.bwb-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.bwb-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  color: #0a0a0a;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.bwb-cta-shop {
  background: linear-gradient(90deg, var(--bwb-gold), var(--bwb-blush));
}

.bwb-cta-join {
  background: var(--bwb-cyan);
}

.bwb-cta-watch {
  border: 1px solid rgba(244, 194, 194, 0.65);
  background: rgba(10, 10, 10, 0.72);
  color: #fff;
}

.bwb-cta-watch.is-live {
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.5);
}

.bwb-below-hero-shell {
  position: relative;
  background: #0a0a0a;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.bwb-source-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bwb-featured-reveal {
  position: relative;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
  border-bottom: 1px solid rgba(244, 194, 194, 0.2);
  background: #0a0a0a;
}

.bwb-featured-reveal::before,
.bwb-featured-reveal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.42), transparent);
}

.bwb-featured-reveal::before {
  top: 0;
}

.bwb-featured-reveal::after {
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(244, 194, 194, 0.32), transparent);
}

.bwb-featured-grid,
.bwb-explainer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.bwb-featured-copy {
  position: relative;
  z-index: 1;
}

.bwb-source-eyebrow {
  margin: 0 0 1rem;
  color: var(--bwb-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.bwb-source-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.65rem, 7vw, 5.25rem);
  line-height: 0.96;
  font-weight: 900;
  background: linear-gradient(90deg, var(--bwb-gold), var(--bwb-blush), var(--bwb-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bwb-source-rule {
  width: 84px;
  height: 2px;
  margin: 1.35rem 0;
  background: linear-gradient(90deg, var(--bwb-blush), var(--bwb-gold));
}

.bwb-source-body {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.8;
}

.bwb-source-cta,
.bwb-tiktok-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  background: linear-gradient(90deg, var(--bwb-blush), var(--bwb-gold));
  color: #0a0a0a;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(244, 194, 194, 0.24);
}

.bwb-featured-video {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.75rem;
  width: min(100%, 310px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  border-radius: 24px;
  padding: 2px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, var(--bwb-blush), var(--bwb-gold) 48%, var(--bwb-cyan));
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 40px rgba(244, 194, 194, 0.28), 0 0 80px rgba(212, 175, 55, 0.12);
}

.bwb-featured-video::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.28), transparent 24%),
    rgba(10, 10, 10, 0.48);
}

.bwb-video-play,
.bwb-video-kicker,
.bwb-video-title {
  position: relative;
  z-index: 1;
}

.bwb-video-play {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 1.5rem;
}

.bwb-video-kicker {
  color: var(--bwb-cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bwb-video-title {
  max-width: 18ch;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.bwb-source-explainer {
  padding: clamp(3rem, 7vw, 6rem) 0;
  background: #1a1a1a;
}

.bwb-explainer-steps {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

.bwb-explainer-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
}

.bwb-explainer-step span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bwb-gold), var(--bwb-blush));
  color: #0a0a0a;
  font-weight: 900;
}

.bwb-explainer-step h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.12rem;
}

.bwb-explainer-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.bwb-tiktok-card {
  justify-self: center;
  width: min(100%, 360px);
  overflow: hidden;
  border-radius: 22px;
  background: #101010;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.bwb-tiktok-head {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 1.2rem;
  background: linear-gradient(90deg, var(--bwb-gold), var(--bwb-blush), var(--bwb-cyan));
  color: #0a0a0a;
}

.bwb-tiktok-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.12);
  font-weight: 900;
}

.bwb-tiktok-head h3,
.bwb-tiktok-head p {
  margin: 0;
}

.bwb-tiktok-head h3 {
  font-size: 1rem;
}

.bwb-tiktok-head p {
  font-size: 0.84rem;
  opacity: 0.78;
}

.bwb-tiktok-frame {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.75rem;
  width: 100%;
  aspect-ratio: 9 / 16;
  min-height: 360px;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, var(--bwb-gold), var(--bwb-blush) 48%, var(--bwb-cyan));
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.bwb-featured-video.ss-tiktok-embed,
.bwb-tiktok-frame.ss-tiktok-embed {
  display: block;
  padding: 0;
  background: #101010;
}
.bwb-featured-video.ss-tiktok-embed .ss-tiktok-embed-frame,
.bwb-tiktok-frame.ss-tiktok-embed .ss-tiktok-embed-frame {
  aspect-ratio: 9 / 16;
}

.bwb-tiktok-cta {
  width: calc(100% - 2rem);
  margin: 1rem;
}

.bwb-automation-panel {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

body.britt-with-bling .bwb-automation-panel .hp-section,
body.britt-with-bling .bwb-automation-panel .hp-signup,
body.britt-with-bling .bwb-automation-panel .hp-trade-preview {
  background: transparent;
  color: #fff;
}

body.britt-with-bling .bwb-automation-panel .hp-section-title,
body.britt-with-bling .bwb-automation-panel .hp-wibp-title,
body.britt-with-bling .bwb-automation-panel .hp-signup-title,
body.britt-with-bling .bwb-automation-panel .hp-footer-brand {
  background: linear-gradient(90deg, var(--bwb-gold), var(--bwb-blush), var(--bwb-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.britt-with-bling .bwb-automation-panel .hp-event-card,
body.britt-with-bling .bwb-automation-panel .hp-wibp-card,
body.britt-with-bling .bwb-automation-panel .hp-about-copy,
body.britt-with-bling .bwb-automation-panel .hp-signup-card,
body.britt-with-bling .bwb-automation-panel .hp-trade-preview-inner {
  border: 1px solid rgba(212, 175, 55, 0.26);
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.96), rgba(10, 10, 10, 0.96));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

body.britt-with-bling .bwb-automation-panel .hp-signup-submit,
body.britt-with-bling .bwb-automation-panel .hp-trade-preview-link,
body.britt-with-bling .bwb-automation-panel .hp-event-platform.tt {
  background: var(--bwb-cyan);
  color: #0a0a0a;
}

body.britt-with-bling .bwb-automation-panel .hp-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  background: transparent;
}

body.britt-with-bling .bwb-automation-panel .hp-section-sub,
body.britt-with-bling .bwb-automation-panel .hp-about-body p,
body.britt-with-bling .bwb-automation-panel .hp-wibp-body,
body.britt-with-bling .bwb-automation-panel .hp-step-desc,
body.britt-with-bling .bwb-automation-panel .hp-signup-sub,
body.britt-with-bling .bwb-automation-panel .hp-footer-tag {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 720px) {
  body.britt-with-bling .hp-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100% - 20px, 1180px);
    max-width: 100%;
  }

  body.britt-with-bling .hp-brand {
    min-width: 0;
  }

  body.britt-with-bling .hp-brand-name {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.britt-with-bling .hp-header-nav {
    grid-column: 1 / -1;
    max-width: 100%;
    overflow-x: auto;
  }

  body.britt-with-bling .hp-shop-btn {
    max-width: min(34vw, 132px);
    padding-inline: 16px;
  }

  .bwb-announcement-banner {
    flex-wrap: wrap;
    font-size: 0.75rem;
  }

  .bwb-header-inner {
    min-height: 66px;
    width: min(100% - 20px, 1180px);
  }

  .bwb-header-logo {
    font-size: 1.35rem;
  }

  .bwb-header-shop {
    padding: 0.66rem 0.8rem;
    font-size: 0.68rem;
  }

  .bwb-hero {
    min-height: 680px;
  }

  .bwb-hero-content {
    width: min(100%, calc(100vw - 32px));
  }

  .bwb-hero-title {
    max-width: min(100%, 7.5ch);
    font-size: clamp(3rem, 16vw, 4.6rem);
    overflow-wrap: normal;
  }

  .bwb-hero-line,
  .bwb-hero-instruction {
    max-width: 100%;
  }

  .bwb-hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .bwb-cta {
    width: min(100%, 320px);
  }

  .bwb-featured-grid,
  .bwb-explainer-grid {
    grid-template-columns: 1fr;
  }

  .bwb-featured-copy,
  .bwb-explainer-copy {
    text-align: center;
  }

  .bwb-source-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .bwb-explainer-step {
    grid-template-columns: 44px 1fr;
    text-align: left;
  }

  .bwb-explainer-step span {
    width: 44px;
    height: 44px;
  }
}

body.homepage.bling-kitchen,
body.homepage.bling-kitchen.bg-black-velvet,
body.homepage.bling-kitchen.bg-suite-paper,
body.homepage.bling-kitchen.bg-rose-gold-paper,
body.homepage.bling-kitchen.bg-garnet-shell,
body.homepage.bling-kitchen.bg-amber-paper,
body.homepage.bling-kitchen.bg-velvet-orchid,
body.homepage.bling-kitchen.bg-quartz-paper {
  --fg: #22152f;
  --fg-muted: #6d5f73;
  --border: rgba(95, 42, 131, 0.14);
  --hp-bg: #fff8ee;
  --hp-bg-elevated: #ffffff;
  --hp-form-panel-bg: #fffaf4;
  --hp-form-panel-fg: #22152f;
  --hp-field-bg: #fff;
  --hp-field-fg: #22152f;
  color: #22152f;
  background:
    linear-gradient(180deg, #fff8ee 0%, #f7eef5 48%, #fdfaf4 100%) !important;
}

body.homepage.bling-kitchen .bk-home-below-shell {
  background: transparent !important;
}

body.homepage.bling-kitchen .bk-home-guide,
body.homepage.bling-kitchen .bk-home-pantry-callout,
body.homepage.bling-kitchen .hp-about-copy,
body.homepage.bling-kitchen .hp-signup-card {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #22152f !important;
}

body.homepage.bling-kitchen .bk-home-guide-copy h2,
body.homepage.bling-kitchen .hp-section-title,
body.homepage.bling-kitchen .hp-signup-title {
  color: #22152f !important;
}

body.homepage.bling-kitchen .bk-home-guide-copy span,
body.homepage.bling-kitchen .bk-home-guide-step span,
body.homepage.bling-kitchen .hp-about-body p,
body.homepage.bling-kitchen .hp-signup-sub,
body.homepage.bling-kitchen .hp-signup-consent {
  color: #6d5f73 !important;
}

body.homepage.bling-kitchen #about,
body.homepage.bling-kitchen #wibp,
body.homepage.bling-kitchen .hp-signup {
  background: transparent !important;
  border-top: 1px solid rgba(95, 42, 131, 0.1);
}

body.homepage.bling-kitchen .hp-footer {
  background: #2b1a33 !important;
  color: rgba(255, 248, 238, 0.78) !important;
}

body.homepage.bling-kitchen .hp-footer-brand,
body.homepage.bling-kitchen .hp-footer a {
  color: #fff8ee !important;
}

body.homepage.bling-kitchen .bk-home-hero-ctas a:nth-child(2),
body.homepage.bling-kitchen .bk-home-hero-ctas a:nth-child(3) {
  color: #22152f !important;
  background: #fff8ee;
}

body.homepage.bling-kitchen .bk-home-hero-ctas a:first-child {
  color: #fff8ee !important;
}

body.homepage.bling-kitchen .bk-home-hero-ctas .bk-home-cta-label {
  color: inherit !important;
  text-shadow: none !important;
}

body.homepage.bling-kitchen .bk-home-hero {
  min-height: min(66vh, 660px);
}

@media (max-width: 720px) {
  body.homepage.bling-kitchen .bk-home-hero {
    min-height: 520px;
  }
}

/* Emerald Garden
   Readdy-inspired spa styling expressed as a reusable visual-only Amethyst skin. */
body.bg-emerald-garden {
  --fg: #173f34;
  --fg-muted: #557268;
  --border: rgba(6, 78, 59, 0.16);
  --eg-forest: #064e3b;
  --eg-emerald: #059669;
  --eg-mint: #34d399;
  --eg-champagne: #e5d3b3;
  --eg-gardenia: #f8f7f0;
  --eg-serif: "Cormorant Garamond", Georgia, serif;
  background:
    radial-gradient(ellipse at 8% 12%, rgba(255, 255, 255, 0.9) 0 7rem, transparent 18rem),
    radial-gradient(ellipse at 92% 9%, rgba(202, 221, 197, 0.62) 0 8rem, transparent 22rem),
    linear-gradient(135deg, #f8f7f0 0%, #ffffff 48%, #e5eee2 100%);
  color: var(--fg);
}

body.bg-emerald-garden .hp-header {
  background: rgba(4, 47, 37, 0.96);
  border-bottom-color: rgba(229, 211, 179, 0.34);
  box-shadow: 0 12px 34px rgba(4, 47, 37, 0.18);
}

body.bg-emerald-garden .hp-brand-name,
body.bg-emerald-garden .hp-footer-brand {
  color: #ffffff;
  font-family: "Great Vibes", "Playfair Display", cursive;
  font-weight: 400;
}

body.bg-emerald-garden .hp-brand-sub,
body.bg-emerald-garden .hp-header-link,
body.bg-emerald-garden .hp-header-link-disabled {
  color: rgba(255, 255, 255, 0.82);
}

body.bg-emerald-garden .hp-header-link:hover,
body.bg-emerald-garden .hp-header-link[aria-current="page"],
body.bg-emerald-garden .hp-coming-soon-badge {
  color: var(--eg-champagne);
}

body.bg-emerald-garden .hp-ticker {
  border-color: rgba(6, 78, 59, 0.18);
  box-shadow: 0 10px 24px rgba(6, 78, 59, 0.1);
}

body.bg-emerald-garden .hp-ticker-row {
  background: linear-gradient(90deg, #064e3b, #065f46 54%, #047857);
  color: rgba(255, 255, 255, 0.92);
}

body.bg-emerald-garden .hp-ticker-row.reverse {
  background: linear-gradient(90deg, #6ee7b7, #34d399 52%, #a7f3d0);
  color: #053c2e;
}

body.bg-emerald-garden .hp-ticker-label {
  background: rgba(3, 44, 34, 0.94);
  color: #ffffff;
}

body.bg-emerald-garden .hp-ticker-row.reverse .hp-ticker-label {
  background: #e9ddc6;
  color: #064e3b;
}

body.bg-emerald-garden .hp-ticker-row:not(.reverse) .hp-ticker-item {
  color: #ffffff;
}

body.bg-emerald-garden .hp-ticker-row:not(.reverse) .hp-ticker-item .dot {
  background: var(--eg-champagne);
  box-shadow: 0 0 10px rgba(229, 211, 179, 0.34);
}

body.bg-emerald-garden .hp-ticker-row.reverse .hp-ticker-trade,
body.bg-emerald-garden .hp-ticker-row.reverse .hp-ticker-empty {
  color: #053c2e;
}

body.bg-emerald-garden .hp-ticker-row.reverse .hp-ticker-trade:hover {
  color: #022c22;
}

body.bg-emerald-garden .hp-hero,
body.bg-emerald-garden .tp-hero,
body.bg-emerald-garden .jp-hero {
  background: #063b2e;
}

body.bg-emerald-garden .hp-hero-media,
body.bg-emerald-garden .jp-hero-media {
  background:
    linear-gradient(180deg, rgba(3, 44, 34, 0.06) 0%, rgba(3, 44, 34, 0.36) 62%, rgba(3, 44, 34, 0.78) 100%),
    linear-gradient(135deg, #dce8dc 0%, #7fa58c 30%, #236c55 58%, #063b2e 100%);
}

body.bg-emerald-garden .hp-hero-media::after,
body.bg-emerald-garden .jp-hero-media::after {
  background:
    linear-gradient(90deg, rgba(229, 211, 179, 0.12), transparent 46%, rgba(3, 44, 34, 0.28)),
    linear-gradient(180deg, transparent 48%, rgba(3, 44, 34, 0.32) 100%);
}

body.bg-emerald-garden .jp-hero-card {
  background: rgba(3, 44, 34, 0.72);
  border: 1px solid rgba(229, 211, 179, 0.58);
  border-radius: 28px;
  box-shadow:
    0 28px 76px rgba(4, 47, 37, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

body.bg-emerald-garden .hp-hero-inner > div {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

body.bg-emerald-garden .hp-hero-headline,
body.bg-emerald-garden .tp-hero-title,
body.bg-emerald-garden .jp-hero-title {
  background: linear-gradient(90deg, #e5d3b3, #ffffff 45%, #c8dac4 72%, #e5d3b3);
  background-size: 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Great Vibes", "Playfair Display", cursive;
  font-weight: 400;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.24));
  animation: emerald-garden-title-shimmer 9s ease-in-out infinite;
}

body.bg-emerald-garden .hp-hero-sub,
body.bg-emerald-garden .tp-hero-sub,
body.bg-emerald-garden .jp-hero-pitch,
body.bg-emerald-garden .jp-hero-localized,
body.bg-emerald-garden .jp-hero-compliance {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--eg-serif);
}

body.bg-emerald-garden .hp-hero-headline,
body.bg-emerald-garden .hp-hero-sub {
  text-shadow: 0 3px 24px rgba(3, 44, 34, 0.48);
}

body.bg-emerald-garden .hp-shop-btn,
body.bg-emerald-garden .hp-btn-primary,
body.bg-emerald-garden .hp-signup-submit,
body.bg-emerald-garden .tp-card-expand-cta,
body.bg-emerald-garden .tp-sheet-submit,
body.bg-emerald-garden .jp-spot-btn,
body.bg-emerald-garden .jp-final-btn {
  background: linear-gradient(90deg, #047857, #059669 52%, #10b981);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(4, 120, 87, 0.22);
}

body.bg-emerald-garden .hp-btn-outline,
body.bg-emerald-garden .hp-btn-watch {
  border-color: rgba(229, 211, 179, 0.78);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

body.bg-emerald-garden #events,
body.bg-emerald-garden #about {
  background:
    radial-gradient(ellipse at 6% 18%, rgba(202, 218, 196, 0.45), transparent 20rem),
    radial-gradient(ellipse at 96% 88%, rgba(229, 211, 179, 0.26), transparent 22rem),
    #ffffff;
}

body.bg-emerald-garden #wibp,
body.bg-emerald-garden .hp-signup {
  position: relative;
  background:
    radial-gradient(circle at 105% -8%, rgba(255, 255, 255, 0.2), transparent 28rem),
    radial-gradient(circle at -8% 108%, rgba(4, 120, 87, 0.38), transparent 28rem),
    linear-gradient(160deg, #059669 0%, #10b981 50%, #047857 100%) !important;
}

body.bg-emerald-garden .hp-section-title,
body.bg-emerald-garden .hp-wibp-title,
body.bg-emerald-garden .hp-signup-title,
body.bg-emerald-garden .hp-event-name,
body.bg-emerald-garden .tp-card-name,
body.bg-emerald-garden .tp-card-expand-name,
body.bg-emerald-garden .jp-team-name,
body.bg-emerald-garden .jp-benefit-title,
body.bg-emerald-garden .jp-spot-title,
body.bg-emerald-garden .jp-final-title {
  font-family: var(--eg-serif);
}

body.bg-emerald-garden #events .hp-section-title,
body.bg-emerald-garden #about .hp-section-title {
  background: linear-gradient(90deg, #064e3b, #059669, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Great Vibes", "Playfair Display", cursive;
  font-weight: 400;
}

body.bg-emerald-garden #wibp .hp-wibp-title,
body.bg-emerald-garden .hp-signup .hp-signup-title {
  font-family: "Great Vibes", "Playfair Display", cursive;
  font-weight: 400;
}

body.surface-spa-ivory .hp-event-card,
body.surface-spa-ivory .hp-wibp-card,
body.surface-spa-ivory .hp-trade-card,
body.surface-spa-ivory .hp-about-copy,
body.surface-spa-ivory .hp-signup-card,
body.surface-spa-ivory .tp-lrq-rail,
body.surface-spa-ivory .tp-filters,
body.surface-spa-ivory .tp-card,
body.surface-spa-ivory .tp-card-expand,
body.surface-spa-ivory .tp-sheet,
body.surface-spa-ivory .jp-hero-card,
body.surface-spa-ivory .jp-team-card,
body.surface-spa-ivory .jp-benefit-card,
body.surface-spa-ivory .jp-faq-item,
body.surface-spa-ivory .jp-final-card {
  background: rgba(255, 255, 252, 0.92);
  border-color: rgba(229, 211, 179, 0.92);
  box-shadow: 0 18px 48px rgba(6, 78, 59, 0.1);
}

body.surface-spa-ivory .hp-wibp-card,
body.surface-spa-ivory .hp-signup-card,
body.surface-spa-ivory .jp-final-card {
  background: rgba(255, 255, 252, 0.94);
}

body.bg-emerald-garden.surface-spa-ivory .jp-hero-card {
  background: rgba(5, 62, 47, 0.62);
  border-color: rgba(229, 211, 179, 0.58);
}

body.surface-spa-ivory .hp-step,
body.surface-spa-ivory .hp-signup-consent-box,
body.surface-spa-ivory .tp-filter-panel,
body.surface-spa-ivory .jp-faq-note {
  background: rgba(248, 247, 240, 0.92);
  border-color: rgba(229, 211, 179, 0.84);
}

body.surface-spa-ivory .hp-step-num,
body.surface-spa-ivory .jp-benefit-icon,
body.surface-spa-ivory .jp-final-icon {
  background: linear-gradient(135deg, #e5d3b3, #f5c08a);
  color: #ffffff;
}

body.surface-spa-ivory .hp-event-name,
body.surface-spa-ivory .hp-wibp-title,
body.surface-spa-ivory .hp-signup-title,
body.surface-spa-ivory .tp-card-name,
body.surface-spa-ivory .tp-card-expand-name,
body.surface-spa-ivory .tp-sheet-title,
body.surface-spa-ivory .jp-team-name,
body.surface-spa-ivory .jp-benefit-title,
body.surface-spa-ivory .jp-spot-title,
body.surface-spa-ivory .jp-final-title {
  color: #193f34;
}

body.bg-emerald-garden .hp-footer {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 50%, #047857 100%);
  color: rgba(255, 255, 255, 0.82);
  border-top-color: rgba(229, 211, 179, 0.32);
}

body.bg-emerald-garden .hp-footer a:hover {
  color: var(--eg-champagne);
}

body.btn-garden-lift .hp-btn-primary:hover,
body.btn-garden-lift .hp-btn-outline:hover,
body.btn-garden-lift .hp-shop-btn:hover,
body.btn-garden-lift .hp-signup-submit:hover,
body.btn-garden-lift .tp-card:hover,
body.btn-garden-lift .tp-card-expand-cta:hover,
body.btn-garden-lift .jp-team-card:hover,
body.btn-garden-lift .jp-benefit-card:hover,
body.btn-garden-lift .jp-spot-btn:hover,
body.btn-garden-lift .jp-final-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(4, 120, 87, 0.2);
}

body.champagne-botanical .tp-card.unicorn,
body.champagne-botanical .tp-card.diamond,
body.champagne-botanical .hp-trade-card {
  border-color: rgba(229, 211, 179, 0.96);
  box-shadow: 0 20px 48px rgba(6, 78, 59, 0.12);
}

@keyframes emerald-garden-title-shimmer {
  0%,
  100% {
    background-position: 100% center;
  }
  50% {
    background-position: 0% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bg-emerald-garden .hp-hero-headline,
  body.bg-emerald-garden .tp-hero-title,
  body.bg-emerald-garden .jp-hero-title {
    animation: none;
  }
}
