
/* Hub V404 — Premium Storefront Alignment with STLBEAST.com */
:root{
  --hub404-ink:#020617;
  --hub404-panel:#07111f;
  --hub404-blue:#0ea5e9;
  --hub404-cyan:#67e8f9;
  --hub404-violet:#8b5cf6;
}

/* Header keeps Hub readable but feels connected to the main storefront */
header.nav{
  border-color:rgba(96,165,250,.55) !important;
  box-shadow:0 18px 46px rgba(15,23,42,.12) !important;
}
header.nav .logo .blue{
  color:#2563eb !important;
}

/* Main store bridge */
.hub404-storefront-bridge{
  max-width:1180px;
  margin:0 auto 28px;
  padding:0 18px;
}
.hub404-storefront-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:16px;
  padding:18px;
  border-radius:34px;
  background:
    radial-gradient(circle at 16% 8%,rgba(14,165,233,.22),transparent 34%),
    radial-gradient(circle at 88% 18%,rgba(139,92,246,.18),transparent 30%),
    linear-gradient(135deg,#020617,#07111f 62%,#030711);
  border:1px solid rgba(125,211,252,.24);
  box-shadow:0 26px 76px rgba(2,6,23,.28);
}
.hub404-storefront-copy{
  padding:clamp(22px,4vw,40px);
}
.hub404-storefront-copy h2{
  color:#f8fafc;
  margin:12px 0 12px;
  font-size:clamp(2rem,4.2vw,4.1rem);
  line-height:.9;
  letter-spacing:-.07em;
}
.hub404-storefront-copy p{
  color:#cbd5e1;
  line-height:1.65;
  max-width:780px;
}
.hub404-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.hub404-storefront-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.hub404-storefront-cards a{
  display:block;
  padding:18px;
  border-radius:24px;
  text-decoration:none;
  background:linear-gradient(180deg,rgba(15,23,42,.86),rgba(2,6,23,.74));
  border:1px solid rgba(125,211,252,.18);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.hub404-storefront-cards a:hover{
  transform:translateY(-2px);
  border-color:rgba(103,232,249,.46);
  box-shadow:0 18px 48px rgba(14,165,233,.14);
}
.hub404-storefront-cards b{
  display:block;
  color:#ffffff;
  margin-bottom:6px;
  font-size:1.1rem;
}
.hub404-storefront-cards span{
  display:block;
  color:#94a3b8;
  line-height:1.45;
  font-size:.9rem;
}

/* Slightly stronger Hub-to-storefront CTAs */
.hub144-member-bridge.dark{
  background:
    radial-gradient(circle at 18% 18%,rgba(14,165,233,.18),transparent 34%),
    linear-gradient(135deg,#020617,#07111f) !important;
  border-top:1px solid rgba(125,211,252,.18) !important;
}

/* Make organized route cards feel closer to storefront product cards */
.hub403-route,
.hub391-mini-card,
.hub393-card,
.hub398-icon-grid a{
  box-shadow:0 20px 50px rgba(15,23,42,.08) !important;
}
.hub403-route:hover,
.hub391-mini-card:hover,
.hub393-card:hover,
.hub398-icon-grid a:hover{
  border-color:#67e8f9 !important;
}

/* Mobile */
@media(max-width:900px){
  .hub404-storefront-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .hub404-storefront-bridge{padding:0 10px;margin-bottom:18px}
  .hub404-storefront-grid{border-radius:26px;padding:14px}
  .hub404-storefront-copy{padding:18px 12px}
  .hub404-storefront-cards{grid-template-columns:1fr}
  .hub404-storefront-copy h2{font-size:2.2rem}
}
