/* Hub full store extras — backdrop, category banner, purchase toasts */

body.hub-public-body--store-full {
  --accent-2: var(--hub-accent, var(--accent, #a78bfa));
  background-color: var(--hub-bg, #050508);
}

html[data-mantine-color-scheme="light"] body.hub-public-body--store-full {
  background-color: #eef2f9;
}

/* Reseller banner sits behind content — ui.css + navbar.css paint opaque shells over the photo */
body.hub-public-body--store-full:has(.site-backdrop--has-photo) {
  background-color: transparent;
}

body.hub-public-body--store-full .site-backdrop {
  z-index: 0;
}

body.hub-public-body--store-full .dashboard-page-wrap.hub-public-stage-wrap {
  position: relative;
  z-index: 1;
  isolation: auto;
  background-color: transparent;
  background-image: none;
}

body.hub-public-body--store-full .dashboard-page-wrap.hub-public-stage-wrap::before {
  display: none;
}

body.hub-public-body--store-full .dashboard-main.hub-main--public.hub-public-main,
body.hub-public-body--store-full .dashboard-main.site-main {
  background: transparent;
  background-color: transparent;
}

html[data-mantine-color-scheme="light"] body.hub-public-body--store-full .dashboard-main.hub-main--public.hub-public-main,
html[data-mantine-color-scheme="light"] body.hub-public-body--store-full .dashboard-main.site-main {
  background: transparent;
  background-color: transparent;
}

body.hub-public-body--store-full .hub-public-stage,
body.hub-public-body--store-full .hub-public-stage__content,
body.hub-public-body--store-full .hub-public-profile-root--page-market {
  overflow: visible;
}

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--hub-bg, #050508);
}

.site-backdrop__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  animation: hubStoreKenBurns 28s ease-in-out infinite alternate;
  will-change: transform;
}

.site-backdrop__photo--tinted {
  filter: hue-rotate(var(--hero-hue, 0deg)) saturate(1.12) contrast(1.04);
}

.site-backdrop__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  will-change: transform;
}

.site-backdrop__video--tinted {
  filter: hue-rotate(var(--hero-hue, 0deg)) saturate(1.12) contrast(1.04);
}

@keyframes hubStoreKenBurns {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}

.site-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.site-grid-bg__lines {
  position: absolute;
  inset: 0;
  --grid-size: 40px;
  --grid-line: rgba(255, 255, 255, 0.065);
  background-size: var(--grid-size) var(--grid-size);
  background-image:
    linear-gradient(to right, var(--grid-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px);
  opacity: 0.9;
}

[data-theme="light"] .site-grid-bg__lines,
html[data-mantine-color-scheme="light"] .site-grid-bg__lines {
  --grid-line: rgba(15, 23, 42, 0.09);
}


html[data-mantine-color-scheme="light"] body.hub-public-body--store-full .site-backdrop {
  background: #eef2f9;
}

html[data-mantine-color-scheme="light"] body.hub-public-body--store-full .site-grid-bg__fade {
  background: #eef2f9;
  opacity: 0.55;
}

.site-grid-bg__fade {
  position: absolute;
  inset: 0;
  background: var(--hub-bg, #050508);
  -webkit-mask-image: radial-gradient(ellipse at center, transparent 18%, #000 72%);
  mask-image: radial-gradient(ellipse at center, transparent 18%, #000 72%);
  opacity: 0.72;
}

.site-backdrop__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 8, 0.42) 0%, rgba(5, 5, 8, 0.62) 42%, rgba(5, 5, 8, 0.88) 100%),
    radial-gradient(ellipse 95% 80% at 50% 18%, transparent 0%, rgba(5, 5, 8, 0.35) 100%);
}

html[data-mantine-color-scheme="light"] body.hub-public-body--store-full .site-backdrop__overlay {
  background:
    linear-gradient(180deg, rgba(238, 242, 249, 0.72) 0%, rgba(238, 242, 249, 0.88) 45%, rgba(238, 242, 249, 0.96) 100%),
    radial-gradient(ellipse 90% 70% at 50% 22%, transparent 0%, rgba(238, 242, 249, 0.5) 100%);
}

body.hub-public-body--store-full .site-backdrop--has-photo .site-backdrop__photo {
  opacity: 1;
  filter: saturate(1.08) contrast(1.04);
}

body.hub-public-body--store-full .site-backdrop--has-photo .site-grid-bg__fade {
  opacity: 0.38;
  -webkit-mask-image: radial-gradient(ellipse 88% 72% at 50% 28%, transparent 8%, #000 72%);
  mask-image: radial-gradient(ellipse 88% 72% at 50% 28%, transparent 8%, #000 72%);
}

body.hub-public-body--store-full.page-home .site-backdrop--has-photo .site-grid-bg__fade {
  opacity: 0.5;
  -webkit-mask-image: radial-gradient(ellipse 90% 75% at 28% 38%, transparent 14%, #000 78%);
  mask-image: radial-gradient(ellipse 90% 75% at 28% 38%, transparent 14%, #000 78%);
}

body.hub-public-body--store-full.page-shop .site-backdrop__overlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 8, 0.32) 0%, rgba(5, 5, 8, 0.55) 38%, rgba(5, 5, 8, 0.82) 100%),
    radial-gradient(ellipse 92% 68% at 50% 24%, transparent 0%, rgba(5, 5, 8, 0.38) 100%);
}

body.hub-public-body--store-full.page-home .site-backdrop__overlay {
  background:
    linear-gradient(90deg,
      rgba(5, 5, 8, 0.9) 0%,
      rgba(5, 5, 8, 0.68) 22%,
      rgba(5, 5, 8, 0.32) 42%,
      rgba(5, 5, 8, 0.1) 58%,
      transparent 72%
    ),
    linear-gradient(180deg,
      rgba(5, 5, 8, 0.4) 0%,
      rgba(5, 5, 8, 0.1) 30%,
      transparent 62%,
      rgba(5, 5, 8, 0.55) 100%
    );
}

html[data-mantine-color-scheme="light"] body.hub-public-body--store-full.page-shop .site-backdrop__overlay {
  background:
    linear-gradient(180deg, rgba(238, 242, 249, 0.55) 0%, rgba(238, 242, 249, 0.82) 42%, rgba(238, 242, 249, 0.95) 100%),
    radial-gradient(ellipse 90% 70% at 50% 26%, transparent 0%, rgba(238, 242, 249, 0.45) 100%);
}

html[data-mantine-color-scheme="light"] body.hub-public-body--store-full.page-home .site-backdrop__overlay {
  background:
    linear-gradient(90deg,
      rgba(238, 242, 249, 0.88) 0%,
      rgba(238, 242, 249, 0.52) 40%,
      rgba(238, 242, 249, 0.12) 68%,
      transparent 100%
    ),
    linear-gradient(180deg,
      rgba(238, 242, 249, 0.45) 0%,
      transparent 35%,
      transparent 75%,
      rgba(238, 242, 249, 0.62) 100%
    );
}

body.hub-public-body--store-full .site-backdrop--has-photo .site-backdrop__mesh {
  opacity: 0.42;
}

.site-backdrop__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.site-backdrop__mesh .glass-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}

.site-backdrop__mesh .glass-orb-1 {
  width: 280px;
  height: 280px;
  top: 8%;
  left: 12%;
  background: color-mix(in srgb, var(--hub-accent, #a78bfa) 55%, transparent);
}

.site-backdrop__mesh .glass-orb-2 {
  width: 220px;
  height: 220px;
  top: 42%;
  right: 10%;
  background: color-mix(in srgb, #22d3ee 40%, transparent);
}

.site-backdrop__mesh .glass-orb-3 {
  width: 180px;
  height: 180px;
  bottom: 12%;
  left: 38%;
  background: color-mix(in srgb, #f472b6 35%, transparent);
}

.grid-drip {
  --grid-size: 40px;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.grid-drip--v {
  top: 0;
  left: calc(var(--grid-col, 10) * var(--grid-size));
  width: 2px;
  height: 100%;
}

.grid-drip--h {
  left: 0;
  top: calc(var(--grid-row, 10) * var(--grid-size));
  width: 100%;
  height: 2px;
}

.grid-drip::before {
  content: '';
  position: absolute;
  border-radius: 999px;
  opacity: 0;
  animation: hubGridDripPulse var(--drip-duration, 8s) linear infinite;
  animation-delay: var(--drip-delay, 0s);
}

.grid-drip--v::before {
  left: -1px;
  width: 4px;
  height: 110px;
  background: linear-gradient(180deg, transparent, var(--hub-accent, #a78bfa), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--hub-accent, #a78bfa) 55%, transparent);
}

.grid-drip--h::before {
  top: -1px;
  width: 110px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--hub-accent, #a78bfa), transparent);
}

@keyframes hubGridDripPulse {
  0%, 8% { opacity: 0; transform: translateY(-120px); }
  18%, 72% { opacity: 0.85; }
  100% { opacity: 0; transform: translateY(120vh); }
}

.category-banner {
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
}

.category-banner__inner {
  padding: 1.25rem 1.4rem;
}

.category-banner__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 0.55rem;
}

.category-banner__back svg { width: 16px; height: 16px; }
.category-banner__back:hover { color: var(--hub-accent, #a78bfa); }

.category-banner__type {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.category-banner__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
}

.category-banner__stat {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.product-card--store .product-card__metric-pill.is-swapping,
.product-card--store .product-card__visual-chip.is-swapping {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.purchase-toast-host {
  position: fixed;
  left: max(0.85rem, env(safe-area-inset-left, 0px));
  bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: min(38rem, calc(100vw - 1.5rem));
  pointer-events: none;
}

.purchase-toast {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  max-width: min(38rem, calc(100vw - 1.5rem));
  padding: 0.7rem 0.85rem 0.7rem 0.7rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--hub-accent, #a78bfa) 26%, transparent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--hub-glass, rgba(255,255,255,.08)) 92%, transparent), color-mix(in srgb, var(--hub-glass, rgba(255,255,255,.05)) 76%, transparent));
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36);
  pointer-events: auto;
  opacity: 0;
  transform: translateX(calc(-100% - 1.25rem)) scale(0.96);
  transition: opacity 0.48s cubic-bezier(0.16, 1, 0.3, 1), transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  color: inherit;
}

.purchase-toast.is-visible { opacity: 1; transform: translateX(0) scale(1); }
.purchase-toast.is-leaving { opacity: 0; transform: translateX(calc(-100% - 0.75rem)) scale(0.98); }

.purchase-toast__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 140% at -8% 50%, color-mix(in srgb, var(--hub-accent, #a78bfa) 20%, transparent), transparent 58%);
  pointer-events: none;
}

.purchase-toast__thumb {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 13px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid color-mix(in srgb, var(--hub-accent, #a78bfa) 22%, transparent);
  background: color-mix(in srgb, var(--hub-accent, #a78bfa) 10%, transparent);
}

.purchase-toast__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.purchase-toast__thumb--icon { display: grid; place-items: center; color: var(--hub-accent, #a78bfa); }
.purchase-toast__thumb--icon svg { width: 1.25rem; height: 1.25rem; }

.purchase-toast__body { position: relative; z-index: 1; min-width: 0; flex: 1 1 auto; overflow: hidden; }

.purchase-toast__kicker {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.2rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hub-accent, #a78bfa) 88%, var(--hub-text, #fff));
}

.purchase-toast__check {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #22c55e;
  animation: hubPurchaseToastPulse 2.4s ease-in-out infinite;
}

@keyframes hubPurchaseToastPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.42); }
  50% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
}

.purchase-toast__message {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.2;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.purchase-toast__customer { color: var(--text); font-weight: 700; }
.purchase-toast__product { color: var(--accent-2); font-weight: 700; }

.purchase-toast__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--hub-accent, #a78bfa) 20%, transparent);
  color: var(--hub-accent, #a78bfa);
}

.purchase-toast__arrow svg { width: 0.9rem; height: 0.9rem; }

.shop-trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  padding: 0.65rem 0.85rem;
  margin-bottom: 0.35rem;
  border-radius: var(--radius, 16px);
  border: none;
  background: color-mix(in srgb, var(--glass-bg-strong) 55%, transparent);
}

.shop-trust-strip__metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
}

.shop-trust-strip__metric {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.shop-trust-strip__metric strong {
  color: var(--text);
  font-weight: 800;
}

.shop-trust-strip__metric--rating svg {
  width: 0.85rem;
  height: 0.85rem;
  color: #fbbf24;
}

.shop-trust-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--hub-accent, #a78bfa);
  text-decoration: none;
  white-space: nowrap;
}

.shop-trust-strip__link svg {
  width: 0.9rem;
  height: 0.9rem;
}

.shop-trust-strip__link:hover {
  text-decoration: underline;
}

.shop-page .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(12px);
}

.shop-page .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.5s ease,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card--store[data-reveal-stagger] {
  transition-delay: calc(var(--reveal-i, 0) * 35ms);
}

.product-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--hub-accent, #a78bfa) 28%, transparent), transparent 42%),
    radial-gradient(circle at 80% 75%, color-mix(in srgb, var(--hub-accent, #a78bfa) 24%, transparent), transparent 45%),
    linear-gradient(145deg, rgba(5, 5, 8, 0.92), rgba(12, 14, 24, 0.88));
}

.product-image-placeholder--animated .product-placeholder__mesh {
  position: absolute;
  inset: -20%;
  animation: hubPlaceholderMesh 8s ease-in-out infinite alternate;
}

.product-placeholder__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.65;
  animation: hubPlaceholderOrb 10s ease-in-out infinite;
}

.product-placeholder__orb--1 { width: 120px; height: 120px; background: var(--hub-accent, #a78bfa); top: 10%; left: 12%; }
.product-placeholder__orb--2 { width: 90px; height: 90px; background: color-mix(in srgb, var(--hub-accent, #a78bfa) 70%, #22d3ee); bottom: 15%; right: 10%; animation-delay: -3s; }
.product-placeholder__orb--3 { width: 70px; height: 70px; background: linear-gradient(135deg, var(--hub-accent, #a78bfa), #22d3ee); top: 45%; left: 55%; animation-delay: -6s; }

.product-placeholder__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  animation: hubPlaceholderGrid 12s linear infinite;
}

.product-placeholder__icon {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hub-accent, #a78bfa) 75%, #000), color-mix(in srgb, var(--hub-accent, #a78bfa) 50%, #000));
  box-shadow: 0 16px 40px color-mix(in srgb, var(--hub-accent, #a78bfa) 35%, transparent);
  animation: hubPlaceholderIconFloat 4.5s ease-in-out infinite;
}

.product-placeholder__icon svg { width: 34px; height: 34px; }

.product-placeholder__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.12) 50%, transparent 60%);
  transform: translateX(-120%);
  animation: hubPlaceholderShine 4s ease-in-out infinite;
}

@keyframes hubPlaceholderMesh {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1.08) rotate(6deg); }
}

@keyframes hubPlaceholderOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -16px) scale(1.08); }
}

@keyframes hubPlaceholderGrid {
  from { transform: translateY(0); }
  to { transform: translateY(24px); }
}

@keyframes hubPlaceholderIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes hubPlaceholderShine {
  0%, 35% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(120%); }
}

/* Mobile floating dock */
.floating-dock__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.4rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--hub-text, #fff) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--hub-line, rgba(255,255,255,.12)) 85%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.floating-dock__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 4rem;
  padding: 0.35rem 0.45rem;
  border-radius: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.28s ease, transform 0.28s ease;
}

.floating-dock__icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  transition: background 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.floating-dock__icon svg { width: 18px; height: 18px; display: block; }

.floating-dock__label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

.floating-dock__item.is-active,
.floating-dock__item:hover {
  color: var(--hub-accent, #a78bfa);
}

.floating-dock__item.is-active .floating-dock__icon,
.floating-dock__item:hover .floating-dock__icon {
  background: color-mix(in srgb, var(--hub-accent, #a78bfa) 20%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--hub-accent, #a78bfa) 34%, transparent);
}

.floating-dock__indicator {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: color-mix(in srgb, var(--hub-accent, #a78bfa) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--hub-accent, #a78bfa) 24%, transparent);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.34, 1.35, 0.64, 1), width 0.32s ease, height 0.32s ease, opacity 0.2s ease;
}

.floating-dock__indicator.is-ready {
  opacity: 1;
  transform: translate(var(--dock-ind-x, 0), var(--dock-ind-y, 0));
}

.floating-dock--bottom {
  display: none;
  position: fixed;
  left: max(0.65rem, env(safe-area-inset-left, 0px));
  right: max(0.65rem, env(safe-area-inset-right, 0px));
  bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
  z-index: 90;
  pointer-events: none;
}

.floating-dock--bottom .floating-dock__inner {
  pointer-events: auto;
  width: 100%;
  border-radius: 20px;
  background: color-mix(in srgb, var(--hub-glass, rgba(255,255,255,.08)) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.35);
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.floating-dock--bottom .floating-dock__item {
  flex: 1 1 0;
  min-width: 0;
  min-height: 3rem;
}

.floating-dock--bottom .floating-dock__icon { width: 1.75rem; height: 1.75rem; }
.floating-dock--bottom .floating-dock__icon svg { width: 16px; height: 16px; }
.floating-dock--bottom .floating-dock__label { font-size: 0.5rem; max-width: 100%; }

@media (max-width: 960px) {
  .floating-dock--bottom { display: block; }
  body.hub-public-body--store-full {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Store footer */
/* Sticky footer — main grows, footer pins to bottom on short pages */
body.hub-public-body--store-full {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.hub-public-body--store-full .dashboard-page-wrap.hub-public-stage-wrap {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

body.hub-public-body--store-full .dashboard-main.site-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

body.hub-public-body--store-full .hub-store-page-root {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

body.hub-public-body--store-full .shop-page {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.hub-store-footer.site-footer {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  padding-top: clamp(2rem, 4vw, 3rem);
  width: 100%;
  color: var(--text-muted);
}

.site-footer__nav-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}

html[data-mantine-color-scheme="light"] .hub-store-footer .site-footer__main {
  background:
    radial-gradient(ellipse 100% 70% at 50% 0%, color-mix(in srgb, var(--hub-accent, #a78bfa) 4%, #fff), transparent 60%),
    color-mix(in srgb, #fff 96%, #f8fafc);
  border-top-color: rgba(15, 23, 42, 0.08);
}

html[data-mantine-color-scheme="light"] .hub-store-footer .site-footer__cta-title,
html[data-mantine-color-scheme="light"] .hub-store-footer .site-footer__logo {
  color: var(--text);
}

.site-footer__glow {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hub-accent, #a78bfa), transparent);
  opacity: 0.55;
}

.site-footer__main {
  border-top: 1px solid color-mix(in srgb, var(--hub-accent, #a78bfa) 12%, var(--hub-line, rgba(255,255,255,.1)));
  background:
    radial-gradient(ellipse 100% 70% at 50% 0%, color-mix(in srgb, var(--hub-accent, #a78bfa) 5%, transparent), transparent 60%),
    color-mix(in srgb, var(--hub-glass, rgba(255,255,255,.06)) 74%, rgba(6, 8, 14, 0.96));
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.site-footer__inner {
  width: min(1520px, 97.5vw);
  margin: 0 auto;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(0.75rem, 2vw, 1rem) 0.85rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 1.25rem 2rem;
  align-items: start;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.site-footer__logo-img,
.site-footer__mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  flex-shrink: 0;
}

.site-footer__mark {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--hub-accent, #a78bfa), color-mix(in srgb, var(--hub-accent, #a78bfa) 60%, #22d3ee));
}

.site-footer__tagline {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.site-footer__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
}

.site-footer__metric-value {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: color-mix(in srgb, var(--hub-accent, #a78bfa) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--hub-accent, #a78bfa) 20%, transparent);
}

.site-footer__col-title {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.site-footer__link {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.84rem;
}

.site-footer__link:hover { color: var(--hub-accent, #a78bfa); }

.site-footer__cta {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.site-footer__cta-kicker {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.site-footer__cta-title {
  margin: 0.2rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.site-footer__cta-hint {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.site-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, var(--hub-accent, #a78bfa), color-mix(in srgb, var(--hub-accent, #a78bfa) 70%, #22d3ee));
  box-shadow: 0 8px 22px color-mix(in srgb, var(--hub-accent, #a78bfa) 24%, transparent);
}

.site-footer__cta-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.site-footer__bar {
  border-top: 1px solid color-mix(in srgb, var(--hub-line, rgba(255,255,255,.1)) 80%, transparent);
  padding: 0.75rem 0 1rem;
}

.site-footer__bar-inner {
  width: min(1520px, 97.5vw);
  margin: 0 auto;
  padding-inline: clamp(0.75rem, 2vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.site-footer__credit {
  margin: 0;
  font-size: 0.72rem;
  color: var(--text-muted);
}

.site-footer__credit a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-footer__credit a:hover {
  color: var(--hub-accent, #a78bfa);
}

@media (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Shop sidebar — brand + page nav polish */
.shop-page--v2 .shop-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.shop-page--v2 .shop-sidebar__brand-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 12px;
  flex-shrink: 0;
  color: var(--accent-2);
  background: color-mix(in srgb, var(--accent) 14%, rgba(0, 0, 0, 0.22));
  border: 1px solid color-mix(in srgb, var(--accent-2) 28%, var(--glass-border));
}

.shop-page--v2 .shop-sidebar__brand-mark svg {
  width: 1.1rem;
  height: 1.1rem;
}

.shop-page--v2 .shop-sidebar__brand-name {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.2;
}

.shop-page--v2 .shop-sidebar__brand-hint {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.shop-page--v2 .shop-sidebar__section--pages {
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid color-mix(in srgb, var(--glass-border) 55%, transparent);
}

.shop-page--v2 .shop-sidebar__nav--pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.shop-page--v2 .shop-sidebar__nav--pages > li {
  margin: 0;
}

.shop-page--v2 .shop-sidebar__link--page {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid color-mix(in srgb, var(--glass-border) 70%, transparent);
  background: color-mix(in srgb, var(--text) 4%, rgba(0, 0, 0, 0.12));
}

.shop-page--v2 .shop-sidebar__link--page svg {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  opacity: 0.85;
}

.shop-page--v2 .shop-sidebar__link--page.is-active {
  border-color: color-mix(in srgb, var(--accent-2) 42%, var(--glass-border));
  background: color-mix(in srgb, var(--accent) 16%, rgba(0, 0, 0, 0.18));
  color: var(--text);
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 8%, transparent);
}

.shop-page--v2 .shop-sidebar__link--page:not(.is-active):hover {
  border-color: color-mix(in srgb, var(--accent-2) 24%, var(--glass-border));
  background: color-mix(in srgb, var(--text) 7%, rgba(0, 0, 0, 0.16));
}

@media (prefers-reduced-motion: reduce) {
  .site-backdrop__photo { animation: none; }
  .grid-drip::before { animation: none; }
  .purchase-toast, .purchase-toast.is-visible, .purchase-toast.is-leaving { transition: none; transform: none; }
  .product-placeholder__mesh, .product-placeholder__orb, .product-placeholder__grid, .product-placeholder__icon, .product-placeholder__shine { animation: none; }
  .floating-dock__indicator { transition: none; }
}
