/**
 * ShopGlowsy seller-first homepage — premium SaaS polish
 * Page: white / glass / wine. Hero: app cream / wine / gold.
 */
:root {
  --hm-bg: #ffffff;
  --hm-bg-soft: #f7f7f9;
  --hm-surface: #ffffff;
  --hm-berry: #6a2345;
  --hm-wine: #6a2345;
  --hm-deep: #2a0f24;
  --hm-ink: #1c1218;
  --hm-gold: #d6b15f;
  --hm-muted: #4a4248;
  --hm-line: rgba(42, 15, 36, 0.08);
  --hm-dark: #1c1218;
  --hm-green: #059669;
  --hm-radius: 28px;
  --hm-radius-sm: 22px;
  --hm-shadow: 0 8px 28px rgba(42, 15, 36, 0.06);
  --hm-shadow-lg: 0 24px 60px rgba(42, 15, 36, 0.1);
  --hm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hm-max: 1080px;
  --hm-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hm-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hm-brand: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hm-glass: rgba(255, 255, 255, 0.72);
  --hm-pink: #6a2345;
  --hm-pink-soft: #f3ece6;
  --hm-pink-mid: #e8d8cf;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sg-home {
  margin: 0;
  font-family: var(--hm-font);
  background: var(--hm-bg);
  color: var(--hm-ink);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.hm-wrap {
  width: min(100% - 2.5rem, var(--hm-max));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.hm-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(42, 15, 36, 0.06);
}
.hm-nav-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 58px;
  width: min(100% - 2.5rem, var(--hm-max));
  margin-inline: auto;
}
.hm-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--hm-font);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  color: var(--hm-ink);
  flex-shrink: 0;
}
.hm-logo span { color: var(--hm-wine); }
.hm-logo-img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(42, 15, 36, 0.1);
}
.hm-nav-links {
  display: none;
  align-items: center;
  gap: 1.25rem;
  margin-left: 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--hm-muted);
}
.hm-nav-links a:hover { color: var(--hm-wine); }
.hm-nav-actions { margin-left: auto; display: flex; align-items: center; gap: 0.4rem; }
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.62rem 1.05rem;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: transform 180ms var(--hm-ease), box-shadow 180ms var(--hm-ease), background 180ms ease;
}
.hm-btn:active { transform: scale(0.98); }
.hm-btn-ghost { background: transparent; color: var(--hm-muted); padding-inline: 0.75rem; font-weight: 650; }
.hm-btn-ghost:hover { color: var(--hm-ink); }
.hm-btn-primary {
  background: linear-gradient(135deg, #6a2345, #2a0f24);
  color: #fff;
  box-shadow: 0 8px 22px rgba(106, 35, 69, 0.22);
}
.hm-btn-primary:hover { box-shadow: 0 12px 28px rgba(106, 35, 69, 0.28); transform: translateY(-1px); }
.hm-btn-nav { padding: 0.55rem 1rem; font-size: 0.84rem; box-shadow: 0 6px 16px rgba(106, 35, 69, 0.18); }
.hm-btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--hm-wine);
  border: 1px solid rgba(42, 15, 36, 0.1);
  box-shadow: 0 4px 14px rgba(42, 15, 36, 0.04);
}
.hm-btn-glass { backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.7); }
.hm-btn-lg { padding: 0.9rem 1.35rem; font-size: 0.95rem; border-radius: 16px; }
.hm-play {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(106, 35, 69, 0.1); position: relative;
}
.hm-play::after {
  content: ""; position: absolute; left: 6px; top: 4px;
  border-style: solid; border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--hm-wine);
}
.hm-nav-toggle {
  display: inline-flex; width: 38px; height: 38px;
  border: 1px solid var(--hm-line); border-radius: 11px;
  background: #fff; align-items: center; justify-content: center; color: var(--hm-deep);
}
.hm-nav-mobile {
  display: none; flex-direction: column; gap: 0.25rem;
  padding: 0.4rem 1rem 1rem; border-top: 1px solid var(--hm-line); background: rgba(255,255,255,0.98);
}
.hm-nav-mobile.is-open { display: flex; }
.hm-nav-mobile a { padding: 0.7rem 0.85rem; border-radius: 12px; font-weight: 650; color: var(--hm-ink); }
.hm-nav-mobile a:hover { background: var(--hm-bg-soft); }
@media (min-width: 900px) {
  .hm-nav-links { display: flex; }
  .hm-nav-toggle { display: none; }
}

.hm-section { padding: 6.5rem 0; position: relative; }
.hm-section-tight { padding: 5rem 0; }
.hm-bg-white { background: #fff; }
.hm-bg-soft { background: var(--hm-bg-soft); }
.hm-label, .hm-eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--hm-wine); margin: 0 0 0.85rem;
}
.hm-h2 {
  font-family: var(--hm-display);
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.18;
  margin: 0 0 1rem; color: var(--hm-ink); max-width: 16ch;
}
.hm-lead {
  margin: 0; color: var(--hm-muted); font-size: 0.98rem;
  max-width: 36ch; line-height: 1.55; font-weight: 500;
}
.hm-section-head { margin-bottom: 2.75rem; }
.hm-section-head.center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.hm-section-head.center .hm-h2 { max-width: 18ch; }
.hm-section-head.center .hm-lead { max-width: 38ch; }
.hm-reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.85s var(--hm-ease), transform 0.85s var(--hm-ease);
}
.hm-reveal.is-in { opacity: 1; transform: none; }

.hm-hero-welcome {
  position: relative; padding: 2.75rem 0 5.5rem; overflow: hidden; isolation: isolate;
  background: linear-gradient(145deg, #fdfbf9 0%, #f3ece6 52%, #ede4dc 100%);
}
.hm-hero-welcome .hm-hero-atmosphere { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hm-orb { position: absolute; border-radius: 50%; animation: hm-orb 14s ease-in-out infinite; }
.hm-orb-a { width: 240px; height: 240px; right: -50px; top: -70px; background: radial-gradient(circle, rgba(106,35,69,0.16), transparent 70%); }
.hm-orb-b { width: 200px; height: 200px; left: -80px; top: 180px; background: radial-gradient(circle, rgba(214,177,95,0.14), transparent 70%); animation-delay: -4s; }
.hm-orb-c { width: 170px; height: 170px; right: -30px; bottom: 40px; background: radial-gradient(circle, rgba(42,15,36,0.1), transparent 70%); animation-delay: -7s; }
@keyframes hm-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(8px, -12px) scale(1.03); }
}

.hm-welcome {
  position: relative; z-index: 1; display: flex; flex-direction: column;
  gap: 2.75rem; max-width: 720px; margin-inline: auto;
}
.hm-hero-intro { text-align: center; display: flex; flex-direction: column; align-items: center; }
.hm-hero-intro .hm-label { margin-bottom: 0.85rem; }
.hm-hero-intro h1 {
  margin: 0 0 1rem; font-family: var(--hm-display);
  font-size: clamp(1.75rem, 4.2vw, 2.45rem); font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.15; color: var(--hm-ink); max-width: 14ch;
}
.hm-hero-support {
  margin: 0 0 1.6rem; max-width: 36ch; color: var(--hm-muted);
  font-size: 0.98rem; line-height: 1.55; font-weight: 500;
}
.hm-welcome-cta {
  display: flex; flex-wrap: wrap; gap: 0.65rem; justify-content: center; margin-bottom: 0.85rem;
}
.hm-welcome-cta .hm-btn-primary {
  background: linear-gradient(135deg, #6a2345, #2a0f24);
  box-shadow: 0 10px 28px rgba(106, 35, 69, 0.28);
}
.hm-store-downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1.5rem;
}
.hm-store-downloads-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hm-muted);
}
.hm-store-badge {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.hm-store-badge:hover { transform: translateY(-1px); opacity: 0.92; }
.hm-store-badge img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 168px;
}
.hm-store-downloads--final {
  margin: 1.1rem 0 0;
}
.hm-welcome-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem;
  width: 100%; max-width: 420px;
}
.hm-wstat {
  background: rgba(255,255,255,0.72); border: 1px solid rgba(255,255,255,0.9);
  border-radius: 16px; padding: 0.85rem 0.45rem; text-align: center;
  backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(42,15,36,0.05);
}
.hm-wstat strong { display: block; font-size: 1rem; font-weight: 900; color: var(--hm-ink); }
.hm-wstat span { display: block; margin-top: 0.3rem; font-size: 0.6rem; font-weight: 750; color: var(--hm-muted); }

.hm-live-hero { position: relative; height: 280px; margin: 0 auto 2rem; width: 100%; }
.hm-live-track {
  display: flex; height: 100%; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding: 0 4%;
}
.hm-live-track::-webkit-scrollbar { display: none; }
.hm-live-slide {
  position: relative; flex: 0 0 88%; width: 88%; height: 100%; margin-right: 12px;
  border-radius: 32px; overflow: hidden; scroll-snap-align: center; background: #2a0f24;
  box-shadow: 0 24px 50px rgba(42,15,36,0.18), inset 0 0 0 1px rgba(255,255,255,0.12);
}
.hm-live-slide img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 4s ease;
}
.hm-live-slide.is-active img { transform: scale(1.06); }
.hm-live-fallback {
  width: 100%; height: 100%; min-height: 280px;
  background: linear-gradient(160deg, #3d1830, #2a0f24); border-radius: 32px;
}
.hm-live-empty { height: 100%; padding: 0 4%; }
.hm-live-glass {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 38%),
    linear-gradient(180deg, transparent 48%, rgba(42,15,36,0.7) 100%);
}
.hm-live-pill {
  position: absolute; left: 16px; top: 16px; z-index: 2;
  padding: 0.38rem 0.75rem; border-radius: 999px;
  background: rgba(255,255,255,0.82); border: 1px solid rgba(255,255,255,0.55);
  color: var(--hm-wine); font-size: 0.68rem; font-weight: 800;
  backdrop-filter: blur(12px); box-shadow: 0 6px 18px rgba(42,15,36,0.1);
}
.hm-live-meta { position: absolute; left: 16px; right: 16px; bottom: 22px; z-index: 2; color: #fff; }
.hm-live-meta strong {
  display: block; font-size: 0.9rem; font-weight: 750; line-height: 1.3; margin-bottom: 0.2rem;
  max-width: 92%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  text-shadow: 0 1px 8px rgba(0,0,0,0.25);
}
.hm-live-meta span {
  display: block; color: rgba(255,255,255,0.78); font-weight: 600; font-size: 0.74rem;
}

.hm-badge {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 0.4rem;
  padding: 0.45rem 0.65rem; border-radius: 14px;
  background: rgba(255,255,255,0.9); border: 1px solid rgba(214,177,95,0.3);
  box-shadow: 0 10px 28px rgba(42,15,36,0.12); backdrop-filter: blur(14px);
  animation: hm-badge-float 3s ease-in-out infinite;
  animation-delay: calc(var(--phase, 0) * -3s); pointer-events: none;
}
.hm-badge small { display: block; font-size: 0.56rem; font-weight: 700; color: var(--hm-muted); }
.hm-badge b { display: block; font-size: 0.68rem; font-weight: 900; color: var(--hm-ink); }
.hm-badge-ico { font-size: 0.8rem; line-height: 1; }
.hm-badge-a { top: 10px; right: 6px; }
.hm-badge-b { top: 58px; left: 2px; }
.hm-badge-c { bottom: 28px; right: 10px; }
.hm-badge-d { bottom: 58px; left: 6px; }
@keyframes hm-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.hm-live-dots {
  position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 7px; align-items: center;
}
.hm-dot {
  width: 7px; height: 7px; border: 0; padding: 0; border-radius: 99px;
  background: rgba(42,15,36,0.18); cursor: pointer;
  transition: width 280ms var(--hm-ease), background 280ms ease;
}
.hm-dot.is-active { width: 22px; background: var(--hm-gold); }

@media (min-width: 900px) {
  .hm-hero-welcome { padding: 3.5rem 0 6.5rem; }
  .hm-welcome {
    max-width: 1100px; display: grid; grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem 3.5rem; align-items: center;
  }
  .hm-hero-intro { text-align: left; align-items: flex-start; }
  .hm-hero-intro h1 { max-width: 12ch; font-size: 2.5rem; }
  .hm-hero-support { margin-inline: 0; }
  .hm-welcome-cta { justify-content: flex-start; }
  .hm-store-downloads { align-items: flex-start; }
  .hm-welcome-stats { max-width: 380px; }
  .hm-live-hero { height: 420px; }
  .hm-live-slide { border-radius: 36px; flex-basis: 92%; width: 92%; }
  .hm-live-dots { bottom: -32px; }
  .hm-badge-a { right: 14px; top: 18px; }
  .hm-badge-b { left: 10px; top: 78px; }
  .hm-badge-c { right: 20px; bottom: 40px; }
  .hm-badge-d { left: 14px; bottom: 72px; }
}


/* ——— Why bento ——— */
.hm-why {
  background:
    radial-gradient(600px 280px at 10% 0%, rgba(106, 35, 69, 0.08), transparent 60%),
    var(--hm-bg);
}
.hm-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.hm-bento-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: 1.5rem 1.35rem;
  box-shadow: var(--hm-shadow);
  backdrop-filter: blur(14px);
  transition: transform 280ms var(--hm-ease), box-shadow 280ms var(--hm-ease);
}
.hm-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hm-shadow-lg);
}
.hm-bento-wide { min-height: 220px; }
.hm-bento-accent {
  background: linear-gradient(145deg, #faf7f4, #f3ece6 50%, #fff);
  border-color: rgba(106, 35, 69, 0.2);
}
.hm-bento-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -50px;
  border-radius: 50%;
  background: rgba(106, 35, 69, 0.18);
  filter: blur(30px);
}
.hm-bento-ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: var(--hm-pink-soft);
  margin-bottom: 0.95rem;
  position: relative;
}
.hm-bento-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
}
.hm-bento-card p {
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.95rem;
  max-width: 32ch;
  position: relative;
}
.hm-bento-visual.store {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.55rem;
  position: relative;
}
.hm-bento-visual.store span {
  flex: 1;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(160deg, #fff, var(--hm-pink-mid));
  border: 1px solid rgba(106, 35, 69, 0.15);
  box-shadow: 0 8px 20px rgba(42, 15, 36, 0.06);
}
.hm-bento-visual.store span:nth-child(2) { height: 80px; margin-top: -8px; }
@media (min-width: 720px) {
  .hm-bento {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto;
  }
  .hm-bento-wide { grid-row: span 2; }
}
@media (min-width: 980px) {
  .hm-bento {
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-areas:
      "wide a b"
      "wide c c";
  }
  .hm-bento-wide { grid-area: wide; }
  .hm-bento-accent { grid-area: c; }
}

/* ——— Alive dashboard ——— */
.hm-dash-scene {
  background:
    radial-gradient(900px 400px at 50% 100%, rgba(106, 35, 69, 0.1), transparent 55%),
    linear-gradient(180deg, transparent, #fff 30%, #fff 70%, transparent);
}
.hm-command {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: var(--hm-shadow-lg);
  backdrop-filter: blur(20px);
  min-height: 420px;
}
.hm-command-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(106, 35, 69, 0.28), transparent 65%);
  pointer-events: none;
}
.hm-command-rail {
  width: 64px;
  background: linear-gradient(180deg, var(--hm-deep), #3d1830);
  padding: 1.1rem 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.hm-rail-brand {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--hm-pink), var(--hm-berry));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.hm-command-rail span {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}
.hm-command-rail span.is-on {
  background: rgba(106, 35, 69, 0.35);
  box-shadow: 0 0 0 3px rgba(106, 35, 69, 0.15);
}
.hm-command-main { padding: 1.25rem 1.25rem 1.4rem; position: relative; }
.hm-command-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}
.hm-command-top h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.hm-command-top p {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: var(--hm-muted);
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hm-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: hm-pulse-dot 1.8s ease infinite;
}
.hm-command-pill {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--hm-pink-soft);
  color: var(--hm-berry);
  white-space: nowrap;
}
.hm-command-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}
.hm-glass-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--hm-line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(42, 15, 36, 0.04);
}
.hm-glass-panel h4 {
  margin: 0 0 0.25rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hm-muted);
  font-weight: 750;
}
.hm-glass-panel strong {
  font-family: var(--hm-font);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.hm-glass-panel small {
  display: block;
  margin-top: 0.25rem;
  color: var(--hm-green);
  font-weight: 700;
  font-size: 0.75rem;
}
.hm-rev-panel {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #f3ece6, #fff 55%);
  border-color: rgba(106, 35, 69, 0.18);
}
.hm-rev-panel strong { font-size: 2rem; }
.hm-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 52px;
  margin-top: 0.85rem;
}
.hm-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--hm-pink), var(--hm-berry));
  opacity: 0.85;
  transform-origin: bottom;
  animation: hm-bar 2.8s ease-in-out infinite;
}
.hm-bars i:nth-child(odd) { animation-delay: 0.2s; }
.hm-feed { grid-column: 1 / -1; }
.hm-feed ul {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.hm-feed li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--hm-line);
  font-size: 0.85rem;
  color: var(--hm-muted);
  font-weight: 600;
  animation: hm-feed-in 0.5s var(--hm-ease);
}
.hm-feed li em {
  font-style: normal;
  color: var(--hm-deep);
  font-weight: 750;
}
@keyframes hm-feed-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}
@media (min-width: 860px) {
  .hm-command-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .hm-rev-panel { grid-column: 1; grid-row: span 2; }
  .hm-feed { grid-column: 2 / -1; }
  .hm-command-main { padding: 1.5rem 1.6rem; }
}

/* ——— Marketplace story ——— */
.hm-mp-scene {
  background:
    radial-gradient(700px 320px at 90% 10%, rgba(106, 35, 69, 0.07), transparent 55%),
    var(--hm-bg);
}
.hm-flow-story {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.25rem;
  align-items: center;
}
.hm-flow-node { min-width: 0; }
.hm-flow-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hm-berry);
  margin-bottom: 0.55rem;
}
.hm-flow-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--hm-shadow);
  backdrop-filter: blur(12px);
}
.hm-flow-card.accent {
  background: linear-gradient(145deg, #faf7f4, #f3ece6);
  border-color: rgba(106, 35, 69, 0.2);
}
.hm-flow-card strong { display: block; font-size: 1.05rem; margin-bottom: 0.2rem; }
.hm-flow-card > span { color: var(--hm-muted); font-size: 0.85rem; font-weight: 650; }
.hm-flow-thumbs {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.85rem;
}
.hm-flow-thumbs img,
.hm-thumb-ph {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(42, 15, 36, 0.1);
}
.hm-thumb-ph {
  background: linear-gradient(135deg, var(--hm-pink-mid), var(--hm-pink-soft));
  display: inline-block;
}
.hm-flow-buyers {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 0.9rem;
}
.hm-flow-buyers i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -6px;
  background: linear-gradient(135deg, var(--hm-pink), var(--hm-berry));
}
.hm-flow-buyers i:first-child { margin-left: 0; }
.hm-flow-buyers i:nth-child(2) { background: linear-gradient(135deg, #d6b15f, #a07830); }
.hm-flow-buyers i:nth-child(3) { background: linear-gradient(135deg, #6a2345, #2a0f24); }
.hm-flow-buyers i:nth-child(4) { background: linear-gradient(135deg, #ff8ac5, #ff4fa3); }
.hm-flow-buyers em {
  margin-left: 0.65rem;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 750;
  color: var(--hm-berry);
}
.hm-flow-pipe {
  position: relative;
  height: 3px;
  margin: 0.25rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(106, 35, 69, 0.15), rgba(106, 35, 69, 0.55), rgba(106, 35, 69, 0.15));
  overflow: hidden;
}
.hm-flow-particle {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--hm-pink);
  box-shadow: 0 0 12px rgba(106, 35, 69, 0.8);
  animation: hm-particle 2.8s linear infinite;
}
.hm-flow-particle.p2 { animation-delay: 1.4s; }
@keyframes hm-particle {
  0% { left: -10px; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { left: calc(100% + 10px); opacity: 0; }
}
@media (min-width: 800px) {
  .hm-flow-story {
    grid-template-columns: 1fr auto 1fr;
    gap: 1.25rem;
  }
  .hm-flow-pipe {
    width: 120px;
    height: 3px;
    margin: 1.5rem 0 0;
  }
}

.hm-products-stage {
  position: relative;
  border-radius: 32px;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--hm-shadow);
  overflow: hidden;
}
.hm-products-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: hm-sheen 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hm-sheen {
  0%, 40% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}
.hm-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  position: relative;
}
.hm-product {
  position: relative;
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(42, 15, 36, 0.05);
  transition: transform 240ms var(--hm-ease), box-shadow 240ms var(--hm-ease);
  animation: hm-card-in 0.7s var(--hm-ease) both;
  animation-delay: var(--d, 0ms);
}
.hm-product:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 40px rgba(42, 15, 36, 0.12);
}
@keyframes hm-card-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.hm-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hm-berry);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(42, 15, 36, 0.08);
}
.hm-product-media {
  aspect-ratio: 1;
  background: #f3f3f5;
  overflow: hidden;
}
.hm-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms var(--hm-ease);
}
.hm-product:hover .hm-product-media img { transform: scale(1.05); }
.hm-product-body { padding: 0.75rem 0.8rem 0.9rem; }
.hm-product-name {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
  margin-bottom: 0.35rem;
}
.hm-product-price {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--hm-berry);
}
.hm-product-price s {
  color: var(--hm-muted);
  font-weight: 600;
  margin-left: 0.35rem;
  font-size: 0.78rem;
}
.hm-center-cta { text-align: center; margin-top: 1.75rem; }
@media (min-width: 720px) {
  .hm-products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}
@media (min-width: 1100px) {
  .hm-products { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* ——— Sellers ——— */
.hm-sellers { display: grid; gap: 0.75rem; }
.hm-seller {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 0.9rem 1.05rem;
  box-shadow: 0 8px 24px rgba(42, 15, 36, 0.05);
  backdrop-filter: blur(10px);
  transition: transform 200ms var(--hm-ease);
}
.hm-seller:hover { transform: translateY(-2px); }
.hm-seller-rank {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  background: var(--hm-bg);
}
.hm-seller-rank.r1 { background: linear-gradient(135deg, #ffe8a3, #d6b15f); }
.hm-seller-rank.r2 { background: #e8e8ed; }
.hm-seller-rank.r3 { background: #f3d6c2; }
.hm-seller-avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--hm-pink), var(--hm-berry));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.hm-seller-meta strong { display: block; font-size: 0.95rem; }
.hm-seller-meta span { font-size: 0.78rem; color: var(--hm-muted); font-weight: 600; }
.hm-seller-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
}
.hm-seller-actions a,
.hm-seller-actions button {
  border: 1px solid var(--hm-line);
  background: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 750;
  cursor: pointer;
  color: var(--hm-berry);
}
.hm-seller-actions button.is-following {
  background: var(--hm-pink-soft);
  border-color: var(--hm-pink-mid);
  cursor: default;
}
.hm-seller-actions .is-primary {
  background: var(--hm-deep);
  color: #fff;
  border-color: var(--hm-deep);
}
.hm-empty { text-align: center; color: var(--hm-muted); }

/* ——— Import pipeline ——— */
.hm-import-scene {
  background: linear-gradient(180deg, #fff, var(--hm-bg));
}
.hm-pipeline {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.hm-pipe-step {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--hm-line);
  border-radius: 20px;
  padding: 1.1rem 1rem;
  text-align: center;
  box-shadow: var(--hm-shadow);
}
.hm-pipe-step.highlight {
  background: linear-gradient(145deg, #ecfdf5, #fff);
  border-color: rgba(5, 150, 105, 0.2);
}
.hm-pipe-orb {
  width: 36px;
  height: 36px;
  margin: 0 auto 0.55rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: var(--hm-pink-soft);
  color: var(--hm-berry);
}
.hm-pipe-step.highlight .hm-pipe-orb {
  background: #d1fae5;
  color: var(--hm-green);
}
.hm-pipe-step strong { display: block; }
.hm-pipe-step span { color: var(--hm-muted); font-size: 0.85rem; }
.hm-pipe-line {
  display: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hm-pink), transparent);
  align-self: center;
}
.hm-profit {
  display: grid;
  gap: 0.75rem;
}
.hm-profit-card {
  background: linear-gradient(145deg, #faf7f4, #fff);
  border: 1px solid rgba(106, 35, 69, 0.16);
  border-radius: 22px;
  padding: 1.2rem 1.25rem;
  box-shadow: var(--hm-shadow);
  transition: transform 220ms var(--hm-ease);
}
.hm-profit-card:hover { transform: translateY(-3px); }
.hm-profit-label {
  font-size: 0.85rem;
  color: var(--hm-muted);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.hm-profit-card strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--hm-green);
  font-size: 1.25rem;
}
@media (min-width: 900px) {
  .hm-pipeline {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    align-items: stretch;
  }
  .hm-pipe-line { display: block; width: 24px; }
  .hm-profit { grid-template-columns: repeat(3, 1fr); }
}

/* ——— AI ——— */
.hm-ai {
  background:
    radial-gradient(800px 360px at 100% 0%, rgba(106, 35, 69, 0.22), transparent 55%),
    radial-gradient(600px 300px at 0% 100%, rgba(106, 35, 69, 0.35), transparent 50%),
    linear-gradient(165deg, #140a10 0%, #2a0f24 55%, #1a0d14 100%);
  color: #fff;
  overflow: hidden;
}
.hm-ai .hm-eyebrow { color: #d6b15f; }
.hm-ai .hm-h2 { color: #fff; }
.hm-ai .hm-lead { color: rgba(255, 255, 255, 0.72); }
.hm-ai-grid {
  display: grid;
  gap: 0.75rem;
}
.hm-ai-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.1rem 1.15rem;
  backdrop-filter: blur(12px);
  transition: transform 220ms var(--hm-ease), background 220ms ease;
}
.hm-ai-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
}
.hm-ai-card h3 { margin: 0 0 0.3rem; font-size: 1rem; }
.hm-ai-card p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; }
.hm-ai-chat {
  margin-top: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 1.15rem;
  backdrop-filter: blur(16px);
  min-height: 280px;
}
.hm-ai-chat-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.hm-ai-bubble {
  max-width: 90%;
  border-radius: 16px;
  padding: 0.8rem 0.95rem;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s var(--hm-ease);
}
.hm-ai-bubble.is-show,
.hm-ai-chat.is-in .hm-ai-bubble {
  opacity: 1;
  transform: none;
}
.hm-ai-chat.is-in .hm-ai-bubble:nth-child(2) { transition-delay: 0.15s; }
.hm-ai-chat.is-in .hm-ai-bubble:nth-child(3) { transition-delay: 0.45s; }
.hm-ai-chat.is-in .hm-ai-bubble:nth-child(4) { transition-delay: 0.85s; }
.hm-ai-bubble.bot { background: rgba(255, 255, 255, 0.12); }
.hm-ai-bubble.user {
  margin-left: auto;
  background: linear-gradient(135deg, #6a2345, #2a0f24);
}
.hm-ai-typing {
  display: inline-flex;
  gap: 4px;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
}
.hm-ai-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  animation: hm-typing 1s ease infinite;
}
.hm-ai-typing span:nth-child(2) { animation-delay: 0.15s; }
.hm-ai-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes hm-typing {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}
@media (min-width: 800px) {
  .hm-ai-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-ai-card-wide { grid-column: 1 / -1; }
  .hm-ai-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: start;
  }
  .hm-ai-chat { margin-top: 0; }
}

/* ——— Journey ——— */
.hm-journey {
  position: relative;
  display: grid;
  gap: 0.85rem;
}
.hm-journey-track {
  display: none;
}
.hm-journey-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: var(--hm-shadow);
  backdrop-filter: blur(10px);
}
.hm-journey-dot {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, var(--hm-pink-soft));
  border: 1px solid rgba(106, 35, 69, 0.15);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(42, 15, 36, 0.06);
  font-size: 1.1rem;
}
.hm-journey-item h3 { margin: 0.15rem 0 0.2rem; font-size: 1.02rem; }
.hm-journey-item p { margin: 0; color: var(--hm-muted); font-size: 0.9rem; }
@media (min-width: 900px) {
  .hm-journey {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
  }
  .hm-journey-track {
    display: block;
    position: absolute;
    top: 42px;
    left: 6%;
    right: 6%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hm-pink-mid), var(--hm-pink), var(--hm-pink-mid), transparent);
    z-index: 0;
  }
  .hm-journey-item {
    grid-template-columns: 1fr;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 170px;
  }
  .hm-journey-dot { margin-inline: auto; }
}

/* ——— Stats ——— */
.hm-stats-scene {
  background:
    radial-gradient(600px 260px at 50% 50%, rgba(106, 35, 69, 0.08), transparent 60%);
}
.hm-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.hm-stat {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 1.35rem 1rem;
  text-align: center;
  box-shadow: var(--hm-shadow);
  backdrop-filter: blur(12px);
}
.hm-stat strong {
  display: block;
  font-family: var(--hm-font);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--hm-berry);
}
.hm-stat span { color: var(--hm-muted); font-weight: 650; font-size: 0.88rem; }
@media (min-width: 800px) {
  .hm-stats { grid-template-columns: repeat(5, 1fr); }
}

/* ——— Quotes ——— */
.hm-quotes { display: grid; gap: 1rem; }
.hm-quote {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 1.45rem;
  box-shadow: var(--hm-shadow);
  backdrop-filter: blur(10px);
  transition: transform 220ms var(--hm-ease);
}
.hm-quote:hover { transform: translateY(-4px); }
.hm-quote p {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  line-height: 1.55;
}
.hm-quote-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.hm-quote-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hm-pink-mid), var(--hm-berry));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.hm-quote-meta strong { display: block; font-size: 0.92rem; }
.hm-quote-meta span { font-size: 0.78rem; color: var(--hm-muted); }
@media (min-width: 800px) {
  .hm-quotes { grid-template-columns: repeat(3, 1fr); }
}

/* ——— FAQ ——— */
.hm-faq {
  display: grid;
  gap: 0.65rem;
  max-width: 760px;
  margin-inline: auto;
}
.hm-faq details {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--hm-line);
  border-radius: 18px;
  padding: 1rem 1.15rem;
  box-shadow: 0 6px 18px rgba(42, 15, 36, 0.04);
}
.hm-faq summary {
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}
.hm-faq summary::-webkit-details-marker { display: none; }
.hm-faq details p {
  margin: 0.7rem 0 0;
  color: var(--hm-muted);
  font-size: 0.95rem;
}

/* ——— Final ——— */
.hm-final { padding-bottom: 5.5rem; }
.hm-final-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(500px 240px at 90% 0%, rgba(106, 35, 69, 0.28), transparent 60%),
    linear-gradient(145deg, #fff, #faf7f4);
  border: 1px solid rgba(106, 35, 69, 0.16);
  border-radius: 36px;
  padding: 3rem 1.5rem;
  text-align: center;
  box-shadow: var(--hm-shadow-lg);
}
.hm-final-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  left: -60px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(106, 35, 69, 0.12);
  filter: blur(40px);
  pointer-events: none;
}
.hm-final-card h2 {
  font-family: var(--hm-display);
  font-size: clamp(1.65rem, 3.4vw, 2.2rem);
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 0.75rem;
  position: relative;
}
.hm-final-card p {
  margin: 0 auto 1.45rem;
  color: var(--hm-muted);
  max-width: 36ch;
  position: relative;
}
.hm-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  position: relative;
}

/* ——— Footer ——— */
.hm-footer {
  position: relative;
  margin-top: 0;
  padding: 2.5rem 0 2rem;
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(214, 177, 95, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 60% at 100% 100%, rgba(106, 35, 69, 0.05), transparent 50%),
    linear-gradient(180deg, #faf8f6 0%, #f3eee9 100%);
  border-top: 1px solid var(--hm-line);
  color: var(--hm-muted);
  font-size: 0.88rem;
}
.hm-footer-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(42, 15, 36, 0.07);
  border-radius: 28px;
  padding: 2rem 1.75rem 1.35rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 48px rgba(42, 15, 36, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.hm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 1.75rem 1.5rem;
}
.hm-footer-brand {
  max-width: 28ch;
}
.hm-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hm-ink);
  text-decoration: none;
}
.hm-footer-logo img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(106, 35, 69, 0.16);
}
.hm-footer-logo span { color: var(--hm-wine); }
.hm-footer-brand p {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--hm-muted);
  letter-spacing: -0.01em;
}
.hm-footer-col h4 {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hm-ink);
}
.hm-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.hm-footer-col a {
  font-size: 0.84rem;
  font-weight: 550;
  color: var(--hm-muted);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.15s ease;
}
.hm-footer-col a:hover { color: var(--hm-wine); }
.hm-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--hm-line);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(74, 66, 72, 0.75);
}

@media (max-width: 900px) {
  .hm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.25rem;
  }
  .hm-footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
  .hm-footer-panel {
    padding: 1.5rem 1.25rem 1.15rem;
    border-radius: 22px;
  }
}

@media (max-width: 520px) {
  .hm-footer {
    padding: 1.75rem 0 1.5rem;
  }
  .hm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem 1rem;
  }
  .hm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}

/* ——— Featured seller cards ——— */
.hm-sellers {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.hm-seller-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(42,15,36,0.07);
  border-radius: 24px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--hm-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 220ms var(--hm-ease), box-shadow 220ms var(--hm-ease);
}
.hm-seller-card:hover { transform: translateY(-3px); box-shadow: var(--hm-shadow-lg); }
.hm-seller-card-top {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.75rem;
  align-items: center;
}
.hm-seller-avatar {
  width: 56px; height: 56px; border-radius: 16px; object-fit: cover;
  background: linear-gradient(135deg, #6a2345, #2a0f24); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem;
}
.hm-seller-meta strong { display: block; font-size: 1rem; letter-spacing: -0.02em; }
.hm-seller-country { display: block; margin-top: 0.2rem; font-size: 0.78rem; color: var(--hm-muted); font-weight: 650; }
.hm-seller-metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem;
}
.hm-seller-metrics div {
  background: var(--hm-bg-soft); border-radius: 14px; padding: 0.7rem 0.75rem; text-align: center;
}
.hm-seller-metrics b { display: block; font-size: 1rem; font-weight: 800; color: var(--hm-ink); }
.hm-seller-metrics span { font-size: 0.7rem; color: var(--hm-muted); font-weight: 650; }
.hm-seller-actions { display: flex; gap: 0.45rem; }
.hm-seller-actions a, .hm-seller-actions button {
  flex: 1; text-align: center; border: 1px solid var(--hm-line); background: #fff;
  border-radius: 999px; padding: 0.55rem 0.75rem; font-size: 0.78rem; font-weight: 750;
  cursor: pointer; color: var(--hm-wine);
}
.hm-seller-actions .is-primary {
  background: var(--hm-deep); color: #fff; border-color: var(--hm-deep);
}
.hm-seller-actions button.is-following {
  background: var(--hm-pink-soft); border-color: var(--hm-pink-mid); cursor: default;
}
@media (min-width: 720px) {
  .hm-sellers { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .hm-sellers { grid-template-columns: repeat(4, 1fr); }
}

.hm-why { background: #fff !important; }
.hm-dash-scene { background: var(--hm-bg-soft) !important; }
.hm-mp-scene { background: #fff !important; }
.hm-bento-accent {
  background: linear-gradient(145deg, #faf7f4, #f3ece6 50%, #fff) !important;
  border-color: rgba(106, 35, 69, 0.12) !important;
}
.hm-bento-glow { background: rgba(106, 35, 69, 0.1) !important; }
.hm-rev-panel {
  background: linear-gradient(135deg, #f3ece6, #fff 55%) !important;
  border-color: rgba(106, 35, 69, 0.12) !important;
}
.hm-final-card {
  background:
    radial-gradient(500px 240px at 90% 0%, rgba(106, 35, 69, 0.12), transparent 60%),
    linear-gradient(145deg, #fff, #faf7f4) !important;
  border-color: rgba(106, 35, 69, 0.1) !important;
}
.hm-product-badge {
  background: rgba(255,255,255,0.92) !important;
  color: var(--hm-wine) !important;
}
.hm-products-stage {
  background: rgba(247,247,249,0.7) !important;
  border: 1px solid rgba(42,15,36,0.06) !important;
  box-shadow: none !important;
}
.hm-flow-card.accent {
  background: linear-gradient(145deg, #faf7f4, #f3ece6) !important;
  border-color: rgba(106, 35, 69, 0.12) !important;
}

/* ——— Motion prefs / mobile ——— */
@media (prefers-reduced-motion: reduce) {
  .hm-reveal,
  .hm-orb,
  .hm-badge,
  .hm-bars i,
  .hm-flow-particle,
  .hm-products-sheen,
  .hm-product {
    animation: none !important;
    transition: none !important;
  }
  .hm-reveal { opacity: 1; transform: none; }
  .hm-live-track { scroll-behavior: auto; }
}
@media (max-width: 480px) {
  .hm-nav-actions .hm-btn-ghost { display: none; }
  .hm-badge { transform: scale(0.92); }
  .hm-badge-b, .hm-badge-d { display: none; }
  .hm-command-rail { width: 52px; }
  .hm-seller {
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
  }
  .hm-seller-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }
  .hm-seller-actions a,
  .hm-seller-actions button { flex: 1; text-align: center; }
}

/* ——— App-style Start Selling screen ——— */
.hm-start {
  position: relative;
  padding: 1.25rem 0 2.75rem;
  font-family: var(--hm-font);
}
.hm-start-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #fdfbf9 0%, #f3ece6 48%, #ede4dc 100%);
  z-index: 0;
}
.hm-start-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 480px);
  margin: 0 auto;
}
.hm-start-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  padding: 1.65rem 1.4rem 1.5rem;
  box-shadow: 0 24px 60px rgba(42, 15, 36, 0.12);
}
.hm-start-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.hm-start-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(42, 15, 36, 0.14);
}
.hm-start-wordmark {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--hm-ink);
}
.hm-start-wordmark span { color: var(--hm-wine); }
.hm-start-head {
  text-align: center;
  margin-bottom: 1rem;
}
.hm-start-head h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.45rem, 4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--hm-ink);
}
.hm-start-head p {
  margin: 0 auto;
  max-width: 34ch;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--hm-muted);
}
.hm-start-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-bottom: 1.15rem;
}
.hm-start-stat {
  text-align: center;
  padding: 0.85rem 0.4rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(42, 15, 36, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(42, 15, 36, 0.05);
}
.hm-start-stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hm-ink);
}
.hm-start-stat span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--hm-muted);
}
.hm-start-alert { margin-bottom: 0.85rem; }
.hm-start-view-title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--hm-ink);
}
.hm-start-view-lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--hm-muted);
  line-height: 1.45;
}
.hm-start-form { margin-bottom: 0.75rem; }
.hm-start-back {
  display: inline-flex;
  margin: 0 0 0.75rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--hm-wine);
  font: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}
.hm-auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 54px;
  margin: 0 0 0.65rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s var(--hm-ease), box-shadow 0.2s var(--hm-ease), background 0.2s;
}
.hm-auth-btn:active { transform: scale(0.98); }
.hm-auth-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #6a2345 0%, #2a0f24 100%);
  box-shadow: 0 10px 24px rgba(106, 35, 69, 0.32), 0 4px 12px rgba(42, 15, 36, 0.12);
}
.hm-auth-btn--primary:hover { box-shadow: 0 14px 28px rgba(106, 35, 69, 0.38); }
.hm-auth-btn--google {
  color: var(--hm-ink);
  background: #fff;
  border-color: rgba(42, 15, 36, 0.12);
  box-shadow: 0 4px 14px rgba(42, 15, 36, 0.06);
}
.hm-auth-btn--apple {
  color: #fff;
  background: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.hm-auth-btn--apple:hover {
  color: #fff;
  filter: brightness(1.06);
}
.hm-auth-btn--ghost {
  color: var(--hm-ink);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(42, 15, 36, 0.1);
}
.hm-auth-or {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.35rem 0 0.85rem;
  color: var(--hm-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hm-auth-or::before,
.hm-auth-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(42, 15, 36, 0.1);
}
.hm-start-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 1rem 0 0.85rem;
}
.hm-start-benefit {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.7rem 0.65rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(42, 15, 36, 0.08);
  border-radius: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--hm-ink);
}
.hm-start-benefit span { color: var(--hm-wine); font-weight: 800; }
.hm-start-switch {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hm-muted);
}
.hm-start-switch .sg-sell-link,
.hm-start-switch button.sg-sell-link {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 800;
  color: var(--hm-wine);
  cursor: pointer;
}
.hm-start .sg-signup-step:not(.is-active) { display: none; }
.hm-start .sg-signup-step.is-active { display: block; }
.hm-start-view[hidden] { display: none !important; }
@media (max-width: 480px) {
  .hm-start-wrap { width: min(100% - 1.25rem, 480px); }
  .hm-start-card { padding: 1.35rem 1.1rem 1.25rem; border-radius: 24px; }
  .hm-start-benefits { grid-template-columns: 1fr; }
}

/* Watch Demo — fullscreen on-site modal (no YouTube) */
.hm-demo[hidden] { display: none !important; }
.hm-demo {
  position: fixed;
  inset: 0;
  z-index: 100200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
}
.hm-demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 4, 10, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}
.hm-demo-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(92vh, 880px);
  overflow: auto;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 90% 60% at 20% 0%, rgba(192, 70, 110, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(214, 177, 95, 0.12), transparent 50%),
    linear-gradient(165deg, #1a0f18 0%, #0d080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
  color: #f6efe8;
  padding: 1.75rem 1.5rem 1.5rem;
  -webkit-overflow-scrolling: touch;
  animation: hmDemoIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes hmDemoIn {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.hm-demo-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1rem;
  z-index: 2;
}
.hm-demo-close:hover { background: rgba(255, 255, 255, 0.14); }
.hm-demo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-family: inherit;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.hm-demo-brand img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}
.hm-demo-brand span span { color: #e8b4c8; }
.hm-demo-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8b4c8;
}
.hm-demo-headline {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}
.hm-demo-lead {
  margin: 0 0 1.15rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(246, 239, 232, 0.78);
  max-width: 38rem;
}
.hm-demo-beats {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.hm-demo-beats li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.65rem;
  align-items: baseline;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(246, 239, 232, 0.82);
}
.hm-demo-beats strong {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d6b15f;
}
.hm-demo-note {
  margin: 0 0 1.25rem;
  font-size: 0.84rem;
  color: rgba(246, 239, 232, 0.55);
}
.hm-demo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
.hm-demo-cta .hm-btn-primary {
  box-shadow: 0 12px 28px rgba(122, 62, 77, 0.4);
}
.hm-demo-cta .hm-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.hm-demo-cta .hm-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
@media (max-width: 520px) {
  .hm-demo-panel { padding: 1.4rem 1.1rem 1.25rem; border-radius: 20px; }
  .hm-demo-beats li { grid-template-columns: 1fr; gap: 0.2rem; }
  .hm-demo-cta { flex-direction: column; align-items: stretch; }
  .hm-demo-cta .hm-btn { width: 100%; justify-content: center; }
}
body.hm-demo-open { overflow: hidden; }

