/* ==========================================================================
   UGS custom theme overrides.
   This file is editable from Admin ? Code Customizer; saving there replaces
   its contents. The core premium design system lives in assets/css/style.css.

   Current contents:
     1. Footer "Customer Support" column (relocated dynamic contact strip).

   Homepage hero: the vibrant immersive hero uses ONE local image ?
   assets/img/hero/ugs-hero-main.png ? applied in style.css on
   .hero-immersive as a single cover background shared by the transparent
   navbar and the full hero section. See the IMG-HOME-HERO-01 comment in
   index.html for the exact photo specs.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. PHASE 3 ? PREMIUM HOMEPAGE SECTIONS
   Presentation-only styles for the editorial homepage journey:
   Featured Deals, Pre-Owned assurances, Official UGS Brands,
   Business Services, and the Community preview CTA.
   -------------------------------------------------------------------------- */

/* ---- Anchor offsets: keep section headings clear of the sticky navbar ---- */
main section[id], main div[id]{scroll-margin-top:130px}
@media(max-width:620px){ main section[id], main div[id]{scroll-margin-top:20px} }

/* ---- Featured Deals: premium glass editorial showcase ---- */
.featured-deals{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(900px 420px at 8% 12%, rgba(36,71,201,.10), transparent 58%),
    radial-gradient(820px 400px at 94% 18%, rgba(123,47,190,.10), transparent 56%),
    radial-gradient(700px 360px at 72% 92%, rgba(213,67,154,.08), transparent 58%),
    radial-gradient(640px 320px at 18% 88%, rgba(25,166,201,.09), transparent 55%),
    radial-gradient(680px 300px at 50% 100%, rgba(198,164,93,.13), transparent 62%),
    #F8F5EF;
  padding-top:clamp(52px,7vw,84px);
  padding-bottom:clamp(52px,7vw,84px);
}
.featured-deals .fd-ambient{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.featured-deals .fd-blob{
  position:absolute;border-radius:50%;filter:blur(64px);opacity:.55;
  animation:fd-drift 24s ease-in-out infinite alternate;
}
.featured-deals .fd-blob-a{width:360px;height:360px;left:-90px;top:6%;background:rgba(36,71,201,.38);animation-duration:26s}
.featured-deals .fd-blob-b{width:320px;height:320px;right:-80px;top:10%;background:rgba(123,47,190,.34);animation-duration:22s;animation-delay:-4s}
.featured-deals .fd-blob-c{width:280px;height:280px;left:36%;bottom:-60px;background:rgba(198,164,93,.4);animation-duration:28s;animation-delay:-8s}
.featured-deals .fd-blob-d{width:220px;height:220px;right:22%;bottom:16%;background:rgba(213,67,154,.3);animation-duration:20s;animation-delay:-2s}
.featured-deals .fd-blob-e{width:200px;height:200px;left:58%;top:4%;background:rgba(25,166,201,.32);animation-duration:23s;animation-delay:-6s}
.featured-deals .fd-spark{
  position:absolute;width:4px;height:4px;border-radius:50%;
  background:#fff;box-shadow:0 0 12px rgba(255,255,255,.9),0 0 18px rgba(198,164,93,.4);
  animation:fd-float 14s ease-in-out infinite;opacity:.55;
}
.featured-deals .fd-s1{left:12%;top:24%}
.featured-deals .fd-s2{left:40%;top:14%;animation-delay:-3s;width:3px;height:3px}
.featured-deals .fd-s3{left:68%;top:30%;animation-delay:-6s}
.featured-deals .fd-s4{left:84%;top:58%;animation-delay:-2s;width:3px;height:3px}
.featured-deals .fd-s5{left:26%;top:72%;animation-delay:-8s}
.featured-deals .fd-s6{left:54%;top:78%;animation-delay:-5s;width:2px;height:2px}
@keyframes fd-drift{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(28px,-20px,0) scale(1.08)}
  100%{transform:translate3d(-16px,14px,0) scale(.95)}
}
@keyframes fd-float{
  0%,100%{transform:translateY(0);opacity:.28}
  50%{transform:translateY(-28px);opacity:.85}
}

.featured-deals .fd-head,
.featured-deals .fd-panel,
.featured-deals .deals-banner{position:relative;z-index:1}
.featured-deals .fd-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;
  margin-bottom:clamp(22px,3vw,34px);
}
.featured-deals .fd-head .eyebrow{
  display:inline-flex;padding:7px 14px;border-radius:999px;
  background:rgba(255,255,255,.72);border:1px solid rgba(198,164,93,.35);
  color:#8a6a2f;letter-spacing:.14em;box-shadow:0 8px 22px rgba(29,27,22,.05);
}
.featured-deals .fd-head h2{
  font-size:clamp(2rem,3.6vw,2.9rem);letter-spacing:-.025em;margin:10px 0 8px;
}
.featured-deals .fd-head .muted{max-width:46ch;font-size:15px;line-height:1.65;color:#6a6356}
.featured-deals .fd-count{
  display:inline-flex;align-items:center;gap:6px;
  padding:9px 16px;border-radius:999px;
  background:rgba(255,255,255,.62);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.8);box-shadow:0 10px 28px rgba(29,27,22,.06);
  font-size:12px;font-weight:600;color:#5d4c26;letter-spacing:.02em;white-space:nowrap;
}
.featured-deals .fd-count:empty{display:none}

.featured-deals .fd-panel{
  padding:clamp(16px,2.2vw,24px);
  border-radius:32px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.55),rgba(255,255,255,.22));
  border:1px solid rgba(255,255,255,.7);
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 24px 60px rgba(29,27,22,.08);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
}

.featured-deals .fd-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}
.featured-deals .fd-card{
  position:relative;
  display:flex;flex-direction:column;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.88);
  border-radius:26px;overflow:hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 14px 36px rgba(29,27,22,.08),
    0 0 0 1px rgba(198,164,93,.06);
  transition:transform .3s cubic-bezier(.22,.8,.36,1),box-shadow .3s cubic-bezier(.22,.8,.36,1),border-color .3s ease;
}
.featured-deals .fd-card:hover{
  transform:translateY(-7px);
  border-color:rgba(198,164,93,.35);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 26px 56px rgba(29,27,22,.14),
    0 0 36px rgba(123,47,190,.12);
}
.featured-deals .fd-feature{
  grid-column:span 2;grid-row:span 2;
  position:relative;
  background:
    linear-gradient(160deg,rgba(255,255,255,.2),rgba(255,255,255,.05)),
    #14161d;
  border-color:rgba(255,255,255,.18);
  box-shadow:
    0 1px 0 rgba(255,255,255,.2) inset,
    0 22px 54px rgba(29,27,22,.22),
    0 0 48px rgba(36,71,201,.16);
}
.featured-deals .fd-feature:hover{
  box-shadow:
    0 1px 0 rgba(255,255,255,.28) inset,
    0 30px 64px rgba(29,27,22,.28),
    0 0 56px rgba(123,47,190,.2);
}

.featured-deals .fd-media{
  position:relative;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(123,47,190,.12), transparent 55%),
    linear-gradient(160deg,#f7f3ea,#ebe3d2);
  overflow:hidden;aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center;
}
.featured-deals .fd-feature .fd-media{
  aspect-ratio:auto;flex:1;min-height:420px;
  background:
    radial-gradient(90% 70% at 70% 20%, rgba(36,71,201,.28), transparent 55%),
    radial-gradient(70% 60% at 20% 80%, rgba(213,67,154,.18), transparent 60%),
    #12141a;
}
.featured-deals .fd-media img{
  width:100%;height:100%;object-fit:cover;object-position:center;display:block;
  transition:transform .45s cubic-bezier(.22,.8,.36,1);
}
.featured-deals .fd-card:hover .fd-media img{transform:scale(1.06)}
.featured-deals .fd-media-top{
  position:absolute;inset:12px 12px auto 12px;z-index:3;
  display:flex;align-items:flex-start;justify-content:space-between;gap:8px;
  pointer-events:none;
}
.featured-deals .fd-media-top .fd-wish{pointer-events:auto}
.featured-deals .fd-pills{display:flex;flex-wrap:wrap;gap:6px}
.featured-deals .fd-pill{
  display:inline-flex;align-items:center;gap:5px;
  padding:6px 11px;border-radius:999px;
  font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 6px 16px rgba(0,0,0,.12);
}
.featured-deals .fd-pill-cond.preowned{background:rgba(24,24,28,.72);color:#f4efe3}
.featured-deals .fd-pill-cond.new{background:rgba(12,74,92,.72);color:#e8f7fb}
.featured-deals .fd-pill-cond.service{background:rgba(61,40,12,.72);color:#f7ecd2}
.featured-deals .fd-pill-verified{background:rgba(244,230,198,.92);color:#5d4c26}
.featured-deals .fd-pill-verified span{color:#1d6b4f;font-weight:800}
.featured-deals .fd-wish{
  width:36px;height:36px;border-radius:50%;padding:0;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.7);
  color:#3a3428;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.featured-deals .fd-wish svg{width:16px;height:16px}
.featured-deals .fd-wish:hover{transform:scale(1.08);background:#fff;color:#b42318}
.featured-deals .fd-hero-veil{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,transparent 28%,rgba(10,10,14,.55) 68%,rgba(10,10,14,.88) 100%);
}

.featured-deals .fd-body{
  position:relative;z-index:2;
  padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1;
  background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.92));
}
.featured-deals .fd-meta{
  margin:0;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a8374;
}
.featured-deals .fd-body h3{
  margin:0;font-size:15px;line-height:1.3;
  font-family:"Fraunces",Georgia,serif;font-weight:600;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  color:#171308;
}
.featured-deals .fd-body .price{
  margin:0;font-size:18px;font-weight:700;color:#171308;display:flex;align-items:baseline;gap:8px;
}
.featured-deals .fd-body .price .compare{
  font-size:13px;font-weight:500;color:#9a9384;text-decoration:line-through;
}
.featured-deals .fd-body .inline-actions{
  margin-top:auto;display:grid;grid-template-columns:auto 1fr;gap:8px;padding-top:8px;
}
.featured-deals .fd-body .inline-actions button{
  min-height:42px;border-radius:999px;font-size:12.5px;padding:10px 16px;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.featured-deals .fd-body .inline-actions button:not(.primary){
  background:rgba(255,255,255,.7);border:1px solid rgba(29,27,22,.14);color:#171308;
  backdrop-filter:blur(8px);
}
.featured-deals .fd-body .inline-actions button:not(.primary):hover{
  background:#fff;border-color:rgba(198,164,93,.55);transform:translateY(-1px);
}
.featured-deals .fd-body .inline-actions button.primary{
  background:linear-gradient(135deg,#1a1d26,#0f1117);border-color:#0f1117;color:#f6f1e6;
  box-shadow:0 10px 24px rgba(15,17,23,.22);
}
.featured-deals .fd-body .inline-actions button.primary:hover{
  filter:brightness(1.08);transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(15,17,23,.28);
}

/* Hero feature: glass overlay body over the large image */
.featured-deals .fd-feature .fd-body{
  position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(180deg,rgba(14,15,20,.05),rgba(14,15,20,.72) 28%,rgba(14,15,20,.88));
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-top:1px solid rgba(255,255,255,.14);
  padding:22px 22px 20px;gap:10px;
}
.featured-deals .fd-feature .fd-meta{color:rgba(255,255,255,.72)}
.featured-deals .fd-feature .fd-body h3{
  font-size:clamp(1.35rem,2.2vw,1.85rem);-webkit-line-clamp:3;color:#fff;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
}
.featured-deals .fd-feature .fd-body .price{font-size:22px;color:#fff}
.featured-deals .fd-feature .fd-body .price .compare{color:rgba(255,255,255,.5)}
.featured-deals .fd-feature .fd-body .inline-actions button:not(.primary){
  background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.3);color:#fff;
}
.featured-deals .fd-feature .fd-body .inline-actions button:not(.primary):hover{
  background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);
}
.featured-deals .fd-feature .fd-wish{
  background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.28);color:#fff;
}

/* Layout-only refinements for the Exclusive Pre-Owned banner.
   Color gradient, lighting, and palette stay exactly as defined in style.css. */
.featured-deals .deals-banner{
  margin:22px 0 0;
  width:100%;
  max-width:none;
  align-items:center;
  justify-content:space-between;
  gap:clamp(20px,4vw,40px);
  padding:clamp(28px,3.8vw,44px) clamp(28px,4.5vw,56px);
  border-radius:28px;
}
.featured-deals .deals-banner .eyebrow{
  letter-spacing:.16em;
  font-size:11px;
  font-weight:600;
}
.featured-deals .deals-banner h3{
  font-family:"Fraunces",Georgia,serif;
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.15;
  margin:6px 0 10px;
}
.featured-deals .deals-banner p{
  font-size:14px;
  line-height:1.55;
  max-width:480px;
}
.featured-deals .deals-banner .btn.light{
  border-radius:999px;
  padding:13px 28px;
  font-size:13px;
  font-weight:700;
  flex-shrink:0;
  box-shadow:0 8px 22px rgba(21,23,29,.18);
}

@media (prefers-reduced-motion:reduce){
  .featured-deals .fd-blob,
  .featured-deals .fd-spark{animation:none}
  .featured-deals .fd-card,
  .featured-deals .fd-media img,
  .featured-deals .fd-wish,
  .featured-deals .fd-body .inline-actions button{transition:none}
  .featured-deals .fd-card:hover{transform:none}
  .featured-deals .fd-card:hover .fd-media img{transform:none}
}

/* ---- Pre-Owned assurances row ---- */
.assure-row{display:flex;gap:10px;flex-wrap:wrap;margin:-10px 0 24px}
.assure-row span{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#5d4c26;background:linear-gradient(150deg,#f7f2e6,#efe7d4);border:1px solid #e9dcc0;border-radius:999px;padding:8px 15px}
.assure-row span::before{content:"";width:6px;height:6px;border-radius:999px;background:#a1803c;flex-shrink:0}

/* ---- Scroll-aware premium navbar (presentation only) ----
   .is-scrolled is toggled on header.topbar by a tiny inline script in
   index.html. At the top: full glass navbar (logo, search, links, cart,
   Become a Seller). After scrolling: search hides, every nav link stays
   visible in one compact sticky row with logo + cart + seller CTA. Mobile
   keeps the existing Menu dropdown. No IDs, hrefs, or hooks change. */
.topbar{transition:padding .25s var(--ease)}
.nav-shell{transition:background .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease),padding .25s var(--ease)}
.brand-lockup img{transition:height .25s var(--ease)}
.brand-lockup span{transition:font-size .25s var(--ease)}
.nav-search{transition:opacity .25s var(--ease),max-width .25s var(--ease),margin .25s var(--ease),padding .25s var(--ease)}
.navlinks{transition:margin .25s var(--ease),padding .25s var(--ease),border-color .25s var(--ease)}

.topbar.is-scrolled{padding:4px var(--space-gutter)}
.topbar.is-scrolled .nav-shell{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-color:rgba(29,27,22,.08);
  box-shadow:0 1px 0 rgba(29,27,22,.05),0 10px 28px rgba(29,27,22,.12);
  padding:4px 12px;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:6px;
  min-width:0;
  overflow:visible;
}
/* Flatten .nav so brand + actions sit on the same flex row as .navlinks */
.topbar.is-scrolled .nav{display:contents}
.topbar.is-scrolled .nav-search{
  display:none !important;
  width:0;max-width:0;margin:0;padding:0;opacity:0;overflow:hidden;pointer-events:none;
}
.topbar.is-scrolled .brand-lockup{gap:8px;flex-shrink:0;order:1}
.topbar.is-scrolled .brand-lockup img{height:28px;width:auto;max-width:110px;object-fit:contain}
.topbar.is-scrolled .brand-lockup span{font-size:16px}
.topbar.is-scrolled .navlinks{order:2}
.topbar.is-scrolled .nav-actions{gap:7px;flex-shrink:0;margin-left:0;order:3}
.topbar.is-scrolled .nav-cta{padding:8px 14px;font-size:11px;box-shadow:0 4px 14px rgba(196,135,42,.18)}
.topbar.is-scrolled #openCart{width:36px;height:36px}
.topbar.is-scrolled #openCart svg{width:18px;height:18px}
.topbar.is-scrolled #openCart .cart-badge{min-width:16px;height:16px;font-size:9.5px;top:-4px;right:-4px}

/* Desktop/tablet scrolled: one row ? logo | every nav link | cart + CTA */
@media(min-width:761px){
  .topbar.is-scrolled .navlinks{
    display:flex;
    flex:1 1 auto;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    gap:0;
    min-width:0;
    max-height:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    margin:0;
    padding:0;
    border-top:0;
    overflow:hidden;
  }
  .topbar.is-scrolled .navlinks a,
  .topbar.is-scrolled .navlinks button,
  .topbar.is-scrolled .navlinks .soon,
  .topbar.is-scrolled .navlinks .nav-trigger{
    font-size:10px;
    letter-spacing:.06em;
    padding:6px 7px;
    white-space:nowrap;
  }
  .topbar.is-scrolled .navlinks .pill{padding:5px 9px}
}

/* Mid widths: tighten further so the full link set still fits without scroll */
@media(min-width:761px) and (max-width:1180px){
  .topbar.is-scrolled .navlinks a,
  .topbar.is-scrolled .navlinks button,
  .topbar.is-scrolled .navlinks .soon,
  .topbar.is-scrolled .navlinks .nav-trigger{font-size:9px;letter-spacing:.04em;padding:5px 5px}
  .topbar.is-scrolled .brand-lockup span{font-size:14px}
  .topbar.is-scrolled .nav-cta{padding:7px 11px;font-size:10px}
}

/* Mobile: hide search in compact state; keep Menu dropdown for links */
@media(max-width:760px){
  .topbar.is-scrolled .nav{display:flex;flex-wrap:nowrap;gap:8px;align-items:center}
  .topbar.is-scrolled .nav-shell{overflow:visible}
  .topbar.is-scrolled .navlinks{margin:0;padding:0;border-top:0}
  .topbar.is-scrolled .navlinks.open{
    top:calc(100% + 6px);
    left:8px;right:8px;
  }
  .topbar.is-scrolled .nav-toggle{padding:7px 11px;font-size:11.5px}
}
@media(max-width:620px){
  .topbar{position:sticky;top:0}
  .topbar.is-scrolled .brand-lockup{gap:0}
  .topbar.is-scrolled .brand-lockup span{display:none}
  .topbar.is-scrolled .brand-lockup img{height:26px;width:auto;max-width:100px;object-fit:contain}
  .topbar.is-scrolled .nav-cta{padding:7px 10px;font-size:10px}
  .topbar.is-scrolled #openCart{width:34px;height:34px}
  .topbar.is-scrolled .nav-actions{gap:6px}
}
@media (prefers-reduced-motion:reduce){
  .topbar,.nav-shell,.brand-lockup img,.brand-lockup span,.nav-search,.navlinks{transition:none}
}

/* ---- Explore the Mall ? asymmetric editorial glass destinations ---- */
.explore-mall{
  position:relative;
  overflow:visible;
  background:
    radial-gradient(920px 440px at 8% 12%, rgba(55,90,220,.12), transparent 58%),
    radial-gradient(860px 420px at 92% 10%, rgba(120,50,200,.11), transparent 56%),
    radial-gradient(720px 380px at 72% 92%, rgba(198,164,93,.14), transparent 60%),
    radial-gradient(640px 320px at 18% 88%, rgba(70,100,220,.08), transparent 55%),
    #F8F5EF;
  isolation:isolate;
  padding-top:clamp(52px,7vw,80px);
  padding-bottom:clamp(56px,8vw,92px);
}
.explore-mall .em-ambient{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.explore-mall .em-blob{
  position:absolute;border-radius:50%;filter:blur(68px);opacity:.52;
  will-change:transform;animation:em-drift 24s ease-in-out infinite alternate;
}
.explore-mall .em-blob-a{width:380px;height:380px;left:-100px;top:4%;background:rgba(90,50,200,.4);animation-duration:26s}
.explore-mall .em-blob-b{width:340px;height:340px;right:-90px;top:12%;background:rgba(45,80,210,.36);animation-duration:24s;animation-delay:-4s}
.explore-mall .em-blob-c{width:300px;height:300px;left:30%;bottom:-70px;background:rgba(198,164,93,.4);animation-duration:28s;animation-delay:-8s}
.explore-mall .em-blob-d{width:240px;height:240px;right:18%;bottom:8%;background:rgba(120,70,210,.3);animation-duration:20s;animation-delay:-2s}
.explore-mall .em-blob-e{width:220px;height:220px;left:58%;top:2%;background:rgba(55,100,220,.28);animation-duration:23s;animation-delay:-6s}
.explore-mall .em-particle{
  position:absolute;width:4px;height:4px;border-radius:50%;
  background:#fff;box-shadow:0 0 12px rgba(255,255,255,.85),0 0 18px rgba(198,164,93,.45);
  animation:em-float 15s ease-in-out infinite;opacity:.5;
}
.explore-mall .em-p1{left:10%;top:28%}
.explore-mall .em-p2{left:38%;top:14%;animation-delay:-3s;width:3px;height:3px}
.explore-mall .em-p3{left:62%;top:36%;animation-delay:-6s}
.explore-mall .em-p4{left:86%;top:62%;animation-delay:-2s;width:3px;height:3px}
.explore-mall .em-p5{left:24%;top:70%;animation-delay:-8s}
.explore-mall .em-p6{left:72%;top:18%;animation-delay:-5s;width:2px;height:2px}
.explore-mall .em-p7{left:48%;top:78%;animation-delay:-9s;width:3px;height:3px}
.explore-mall .em-p8{left:16%;top:48%;animation-delay:-1s;width:2px;height:2px}
@keyframes em-drift{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(28px,-22px,0) scale(1.08)}
  100%{transform:translate3d(-18px,16px,0) scale(.95)}
}
@keyframes em-float{
  0%,100%{transform:translateY(0);opacity:.28}
  50%{transform:translateY(-30px);opacity:.8}
}
@keyframes em-bob{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-4px) scale(1.012)}
}

.explore-mall .em-head,
.explore-mall .departments{position:relative;z-index:1}
.explore-mall .em-head{margin-bottom:clamp(28px,4vw,44px)}
.explore-mall .em-head .eyebrow{
  display:inline-flex;align-items:center;justify-content:center;
  margin:0 auto 14px;padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(198,164,93,.35);
  box-shadow:0 8px 24px rgba(29,27,22,.06);
  color:#8a6a2f;font-size:10.5px;letter-spacing:.16em;
}
.explore-mall .em-head h2{
  font-size:clamp(2.15rem,4vw,3.15rem);
  letter-spacing:-.025em;margin:0 0 12px;
}
.explore-mall .em-head .muted{
  max-width:50ch;margin:0 auto;
  font-size:15px;line-height:1.7;color:#6a6356;
}

/* Equal-width horizontal row ? compact floating artwork cards */
.explore-mall .departments{
  display:flex !important;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:12px;
  max-width:1460px;
  margin:0 auto;
  padding:6px 2px 14px;
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(198,164,93,.35) transparent;
}
.explore-mall .departments::-webkit-scrollbar{height:6px}
.explore-mall .departments::-webkit-scrollbar-thumb{
  background:rgba(198,164,93,.35);border-radius:999px;
}

.explore-mall .em-card{
  --em-a:#2a0f5c;--em-b:#1a0a3a;--em-c:#12082a;--em-glow:rgba(110,70,220,.5);--em-glow-2:transparent;
  position:relative;
  flex:1 0 calc((100% - 84px) / 8);
  min-width:132px;
  width:calc((100% - 84px) / 8);
  height:148px;
  min-height:148px;
  max-height:148px;
  padding:0;cursor:pointer;text-align:left;color:#fff;
  border-radius:22px;overflow:hidden;
  scroll-snap-align:start;
  /* Premium card shell ? always visible */
  border:1px solid color-mix(in srgb, var(--em-glow) 55%, rgba(255,255,255,.22));
  /* Full-card color field matching the artwork (not a footer band) */
  background:
    radial-gradient(110% 85% at 50% 22%, var(--em-glow), transparent 62%),
    radial-gradient(60% 50% at 85% 12%, var(--em-glow-2), transparent 68%),
    linear-gradient(175deg,var(--em-a) 0%,var(--em-b) 42%,var(--em-c) 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.22) inset,
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 12px 26px rgba(0,0,0,.35),
    0 0 26px var(--em-glow);
  transition:transform .28s cubic-bezier(.22,.8,.36,1),box-shadow .28s cubic-bezier(.22,.8,.36,1),border-color .28s ease;
}
/* Palettes sampled from each explore-mall artwork ? tinted through the full card */
.explore-mall .em-card-1{--em-a:#5a28c0;--em-b:#35148a;--em-c:#160832;--em-glow:rgba(130,70,230,.55);--em-glow-2:rgba(198,164,93,.14)}
.explore-mall .em-card-2{--em-a:#e07028;--em-b:#a84812;--em-c:#2a1008;--em-glow:rgba(232,114,42,.55);--em-glow-2:rgba(255,160,60,.2)}
.explore-mall .em-card-3{--em-a:#1460b8;--em-b:#0a3870;--em-c:#061428;--em-glow:rgba(50,130,220,.48);--em-glow-2:rgba(212,175,90,.34)}
.explore-mall .em-card-4{--em-a:#d030a0;--em-b:#6a1468;--em-c:#1a0824;--em-glow:rgba(220,50,180,.55);--em-glow-2:rgba(120,40,200,.32)}
.explore-mall .em-card-5{--em-a:#2a2218;--em-b:#141018;--em-c:#0a080c;--em-glow:rgba(198,164,93,.45);--em-glow-2:rgba(90,50,140,.3)}
.explore-mall .em-card-6{--em-a:#243890;--em-b:#142060;--em-c:#080c20;--em-glow:rgba(198,164,93,.42);--em-glow-2:rgba(70,100,210,.36)}
.explore-mall .em-card-7{--em-a:#12808a;--em-b:#0a4a52;--em-c:#061820;--em-glow:rgba(40,190,200,.42);--em-glow-2:rgba(212,175,90,.26)}
.explore-mall .em-card-8{--em-a:#1460b0;--em-b:#0a3870;--em-c:#061428;--em-glow:rgba(50,170,255,.42);--em-glow-2:rgba(212,175,90,.24)}

.explore-mall .em-glow{
  position:absolute;inset:-10%;
  background:
    radial-gradient(ellipse 90% 70% at 50% 26%, var(--em-glow), transparent 68%),
    radial-gradient(ellipse 48% 42% at 82% 14%, var(--em-glow-2), transparent 70%);
  pointer-events:none;z-index:0;opacity:.85;filter:blur(14px);
  transition:opacity .28s ease;
}
.explore-mall .em-shine{
  position:absolute;inset:0;pointer-events:none;z-index:3;
  background:linear-gradient(155deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.03) 28%,transparent 48%);
  opacity:.85;
  border-radius:inherit;
}
/* Artwork lives inside the card and dissolves into the card color ? no photo rectangle */
.explore-mall .em-media{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  padding:0;min-height:0;pointer-events:none;
  overflow:hidden;
  border-radius:inherit;
}
.explore-mall .em-media img{
  position:absolute;
  left:0;top:0;
  width:100%;height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center 32%;
  display:block;
  border:0;border-radius:0;box-shadow:none;
  /* Soft dissolve on all sides + stronger fade into lower text zone */
  -webkit-mask-image:
    linear-gradient(to bottom,
      transparent 0%,
      #000 10%,
      #000 48%,
      rgba(0,0,0,.72) 68%,
      rgba(0,0,0,.28) 84%,
      transparent 100%),
    linear-gradient(to right,
      transparent 0%,
      #000 10%,
      #000 90%,
      transparent 100%);
  -webkit-mask-composite:source-in;
  mask-image:
    linear-gradient(to bottom,
      transparent 0%,
      #000 10%,
      #000 48%,
      rgba(0,0,0,.72) 68%,
      rgba(0,0,0,.28) 84%,
      transparent 100%),
    linear-gradient(to right,
      transparent 0%,
      #000 10%,
      #000 90%,
      transparent 100%);
  mask-composite:intersect;
  filter:saturate(1.06) contrast(1.02);
  opacity:1;
  animation:em-bob 6.2s ease-in-out infinite;
  transition:transform .32s cubic-bezier(.22,.8,.36,1),filter .32s ease;
}
.explore-mall .em-card:nth-child(2n) .em-media img{animation-delay:-1.5s}
.explore-mall .em-card:nth-child(3n) .em-media img{animation-delay:-2.9s}
/* Soft color continuity into the text zone ? not a solid footer bar */
.explore-mall .em-veil{
  position:absolute;left:0;right:0;bottom:0;height:62%;
  background:
    linear-gradient(180deg,
      transparent 0%,
      color-mix(in srgb, var(--em-b) 35%, transparent) 38%,
      color-mix(in srgb, var(--em-b) 78%, var(--em-c)) 72%,
      var(--em-c) 100%);
  pointer-events:none;z-index:2;
}
.explore-mall .em-card::after{
  content:"";
  position:absolute;inset:0;
  pointer-events:none;z-index:2;
  border-radius:inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.1),
    inset 0 -40px 48px color-mix(in srgb, var(--em-c) 55%, transparent);
  background:transparent;
  opacity:1;
}
.explore-mall .em-foot{
  position:absolute;left:0;right:0;bottom:0;z-index:4;
  display:flex;align-items:flex-end;justify-content:space-between;gap:6px;
  padding:0 10px 10px;margin:0;
}
.explore-mall .em-copy{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1}
.explore-mall .em-ico{display:none}
.explore-mall .em-label{
  display:block;
  font-family:"Fraunces",Georgia,serif;
  font-size:.82rem;font-weight:600;line-height:1.15;letter-spacing:-.01em;
  color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45);
}
.explore-mall .em-sub::before,
.explore-mall .em-desc::before,
.explore-mall .em-feat-tag::before{content:attr(data-sub)}
.explore-mall .em-sub{
  display:block;font-size:9.5px;font-weight:500;letter-spacing:.02em;
  color:rgba(255,255,255,.7);line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;
}
.explore-mall .em-desc{display:none}
.explore-mall .em-feat-tag{display:none}
.explore-mall .em-go{
  flex-shrink:0;
  width:28px;height:28px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.26);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  box-shadow:0 6px 14px rgba(0,0,0,.2);
  color:#fff;transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.explore-mall .em-go svg{width:12px;height:12px}
.explore-mall .em-card:hover{
  transform:translateY(-5px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.3) inset,
    0 0 0 1px rgba(255,255,255,.2) inset,
    0 20px 40px rgba(0,0,0,.32),
    0 0 40px var(--em-glow);
}
.explore-mall .em-card:hover .em-glow{opacity:1;filter:blur(18px)}
.explore-mall .em-card:hover .em-media img{
  transform:translateY(-3px) scale(1.04);
  filter:saturate(1.1) contrast(1.04);
}
.explore-mall .em-card:hover .em-go{
  background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.45);transform:translateX(2px);
}
.explore-mall .em-card:focus-visible{outline:2px solid #c6a45d;outline-offset:3px}
.explore-mall .em-card.active{
  box-shadow:
    0 1px 0 rgba(255,255,255,.3) inset,
    0 0 0 2px rgba(198,164,93,.7),
    0 16px 32px rgba(0,0,0,.28),
    0 0 34px var(--em-glow);
}

/* Official UGS Brands ? same layout, stronger gold card rim */
.explore-mall .em-card--featured{
  height:148px;min-height:148px;max-height:148px;
  border-radius:22px;
  border-color:rgba(198,164,93,.55);
  box-shadow:
    0 1px 0 rgba(255,230,170,.22) inset,
    0 0 0 1px rgba(198,164,93,.28) inset,
    0 12px 26px rgba(0,0,0,.35),
    0 0 34px rgba(198,164,93,.3);
}
.explore-mall .em-card--featured .em-shine{
  background:linear-gradient(110deg,rgba(255,220,140,.12),transparent 42%);
}
.explore-mall .em-card--featured .em-feat-tag{
  display:inline-flex;position:absolute;top:8px;left:8px;z-index:5;
  font-size:7.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:#1a1408;background:linear-gradient(120deg,#f0e1b8,#c6a45d);
  border:1px solid rgba(255,230,170,.35);border-radius:999px;padding:3px 7px;
}
.explore-mall .em-card--featured .em-label{
  font-size:.86rem;
  background:linear-gradient(120deg,#f4e6c6,#c6a45d);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  text-shadow:none;
}
.explore-mall .em-card--featured .em-sub{
  color:rgba(244,230,198,.78);font-size:9px;letter-spacing:.04em;text-transform:uppercase;
}
.explore-mall .em-card--featured .em-desc{display:none}
.explore-mall .em-card--featured .em-go{
  width:28px;height:28px;background:rgba(198,164,93,.2);border-color:rgba(198,164,93,.5);color:#f4e6c6;
}
.explore-mall .em-card--featured .em-ico{display:none}
.explore-mall .em-card--featured:hover{
  transform:translateY(-5px);
  box-shadow:
    0 1px 0 rgba(255,230,170,.28) inset,
    0 0 0 1px rgba(198,164,93,.5) inset,
    0 22px 42px rgba(0,0,0,.34),
    0 0 48px rgba(198,164,93,.34);
}

@media(max-width:1280px){
  .explore-mall .em-card,
  .explore-mall .em-card--featured{
    flex:0 0 148px;
    width:148px;
    min-width:148px;
  }
}
@media(max-width:760px){
  .explore-mall .departments{gap:10px;padding-bottom:10px}
  .explore-mall .em-card,
  .explore-mall .em-card--featured{
    flex:0 0 136px;
    width:136px;
    min-width:136px;
    height:138px;min-height:138px;max-height:138px;
    border-radius:20px;
  }
  .explore-mall .em-label{font-size:.78rem}
  .explore-mall .em-card--featured .em-label{font-size:.8rem}
  .explore-mall .em-sub{font-size:9px}
  .explore-mall .em-feat-tag{top:6px;left:6px;font-size:7px;padding:2px 6px}
}
@media (prefers-reduced-motion:reduce){
  .explore-mall .em-blob,
  .explore-mall .em-particle,
  .explore-mall .em-media img{animation:none}
  .explore-mall .em-card,
  .explore-mall .em-go,
  .explore-mall .em-media img{transition:none}
  .explore-mall .em-card:hover{transform:none}
  .explore-mall .em-card:hover .em-media img{transform:none}
}

/* ---- Official UGS Brands: compact exclusive corridor (single-row scroll) ---- */
.official-brands,
#official-brands.official-brands{
  background:
    radial-gradient(720px 280px at 12% 0%, rgba(198,164,93,.1), transparent 58%),
    radial-gradient(640px 260px at 92% 100%, rgba(55,85,175,.14), transparent 60%),
    linear-gradient(180deg,#080c16 0%,#0a1020 48%,#070b14 100%);
}
#official-brands .section-head.center{margin-bottom:clamp(20px,2.8vw,28px)}
#official-brands .eyebrow{
  background:rgba(198,164,93,.12) !important;
  border:1px solid rgba(198,164,93,.4) !important;
  color:#e0bf6a !important;
  box-shadow:0 8px 22px rgba(0,0,0,.2) !important;
}
#official-brands .section-head h2{
  color:#f4f1ea;
  text-shadow:0 2px 24px rgba(198,164,93,.12);
}
#official-brands .section-head .muted{
  color:rgba(210,214,230,.62) !important;
  max-width:46ch;
  margin-left:auto;margin-right:auto;
}
#official-brands .admin-chip{
  box-shadow:0 8px 20px rgba(0,0,0,.25),0 0 20px rgba(198,164,93,.15);
}

/* Four separate full-width official brand product sections */
.ob-brand-anchor{
  position:relative;
  height:0;
  margin:0;
  padding:0;
  overflow:hidden;
  pointer-events:none;
}
.ob-brand-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background-color:#F8F5EF;
  padding-block:clamp(48px,6vw,88px);
}
.ob-brand-section > *{position:relative;z-index:1}
.ob-brand-section::before{
  content:"";
  position:absolute;inset:-8% -4%;
  pointer-events:none;z-index:0;
  background:
    radial-gradient(720px 340px at 8% 12%, rgba(36,71,201,.09), transparent 58%),
    radial-gradient(680px 320px at 94% 18%, rgba(123,47,190,.08), transparent 56%),
    radial-gradient(560px 280px at 78% 92%, rgba(198,164,93,.12), transparent 58%);
}
#ob-god-me-please::before{
  background:
    radial-gradient(720px 340px at 12% 10%, rgba(198,164,93,.14), transparent 58%),
    radial-gradient(640px 300px at 88% 80%, rgba(36,71,201,.08), transparent 56%);
}
#ob-kush-velair::before{
  background:
    radial-gradient(720px 340px at 90% 8%, rgba(15,95,79,.12), transparent 58%),
    radial-gradient(640px 300px at 10% 85%, rgba(198,164,93,.10), transparent 55%);
}
#ob-red-ribbon::before{
  background:
    radial-gradient(720px 340px at 8% 20%, rgba(180,40,40,.10), transparent 58%),
    radial-gradient(640px 300px at 92% 75%, rgba(198,164,93,.12), transparent 55%);
}
#ob-scotty::before{
  background:
    radial-gradient(720px 340px at 50% 0%, rgba(25,166,201,.10), transparent 58%),
    radial-gradient(640px 300px at 20% 90%, rgba(198,164,93,.10), transparent 55%);
}
#ob-bosset::before{
  background:
    radial-gradient(720px 340px at 10% 15%, rgba(198,164,93,.16), transparent 58%),
    radial-gradient(640px 300px at 90% 80%, rgba(90,70,20,.12), transparent 56%);
}
#ob-fuck-being-broke::before{
  background:
    radial-gradient(720px 340px at 88% 10%, rgba(210,60,60,.12), transparent 58%),
    radial-gradient(640px 300px at 12% 85%, rgba(198,164,93,.10), transparent 55%);
}
.ob-brand-section .section-head{
  margin-bottom:clamp(22px,3vw,34px);
}
.ob-brand-section .section-head h2{
  font-family:"Fraunces",Georgia,serif;
  font-size:clamp(1.8rem,3vw,2.4rem);
  line-height:1.15;
}
.ob-brand-section .section-head .muted{
  max-width:46ch;
  margin-left:auto;
  margin-right:auto;
}
.ob-brand-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(14px,2vw,22px);
  max-width:1280px;
  margin:0 auto;
  padding:0 clamp(16px,3vw,24px);
}
/* Brand section cards reuse marketplace product-card structure */
.ob-brand-grid .card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(198,164,93,.24);
  box-shadow:0 14px 32px rgba(20,16,8,.07);
  transition:transform .28s ease, box-shadow .28s ease;
}
.ob-brand-grid .card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(20,16,8,.12);
}
.ob-brand-grid .card .product-image-wrap{
  margin:12px 12px 0;border-radius:18px;
  background:linear-gradient(160deg,#f7f3ea,#ebe3d2);
  box-shadow:0 0 0 1px rgba(198,164,93,.08) inset;
  border:0;padding:0;width:calc(100% - 24px);cursor:pointer;
  display:block;overflow:hidden;font:inherit;color:inherit;
  aspect-ratio:1/1;
}
.ob-brand-grid .card .product-image-wrap img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .35s cubic-bezier(.22,.8,.36,1);
}
.ob-brand-grid .card:hover .product-image-wrap img{transform:scale(1.05)}
.ob-brand-grid .card .card-body{padding:14px 16px 16px;gap:6px;display:flex;flex-direction:column}
.ob-brand-grid .card .card-brand{
  margin:0;font-size:10.5px;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;color:#8b8474;
}
.ob-brand-grid .card h3{
  font-family:"Fraunces",Georgia,serif;font-size:15px;font-weight:600;
  margin:0;min-height:0;
}
.ob-brand-grid .card .card-title-btn{
  background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;
  text-align:left;cursor:pointer;
}
.ob-brand-grid .card .card-rating{margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:#b8944a}
.ob-brand-grid .card .card-rating-num{color:#8b8474;font-weight:600;font-size:11px}
.ob-brand-grid .card .card-rating-count{color:#8b8474;font-size:11px;font-weight:500}
.ob-brand-grid .card .card-condition{margin:0}
.ob-brand-grid .card.card--brand-full .condition-pill{display:inline-flex}
.ob-brand-grid .card .price{margin:0;font-weight:700;font-size:15px}
.ob-brand-grid .card .inline-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.ob-brand-grid .card .card-details-link{
  align-self:flex-start;margin-top:2px;padding:0;border:0;background:none;
  color:#8a6a2a;font-size:12.5px;font-weight:600;text-decoration:underline;
  text-underline-offset:3px;cursor:pointer;
}
.ob-brand-grid .card .card-details-link:hover{color:#5f4818}
.ob-brand-section .shop-view-more-wrap{
  margin-top:clamp(22px,3vw,34px);
  display:flex;
  justify-content:center;
}
@media (max-width:900px){
  .ob-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
}
@media (max-width:700px){
  .ob-brand-grid{grid-template-columns:1fr;max-width:420px}
  .ob-brand-grid .card .product-image-wrap{aspect-ratio:4 / 5}
  .ob-brand-grid .card:hover{transform:none}
}
@media (prefers-reduced-motion:reduce){
  .ob-brand-grid .card,.ob-brand-grid .card .product-image-wrap img{transition:none}
  .ob-brand-grid .card:hover .product-image-wrap img{transform:none}
}

.ob-grid{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:14px;
  max-width:1280px;
  margin:0 auto;
  padding:4px 2px 14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(198,164,93,.4) transparent;
}
.ob-grid::-webkit-scrollbar{height:6px}
.ob-grid::-webkit-scrollbar-track{background:transparent}
.ob-grid::-webkit-scrollbar-thumb{
  background:rgba(198,164,93,.4);
  border-radius:999px;
}

.ob-card{
  --ob-glow:rgba(198,164,93,.22);
  position:relative;
  display:flex;
  flex-direction:column;
  flex:1 0 calc((100% - 42px) / 4);
  min-width:210px;
  height:auto;
  min-height:0;
  text-decoration:none;
  color:#ece7da;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(198,164,93,.12), transparent 55%),
    linear-gradient(165deg,#161c2c 0%,#0e1422 55%,#0a0e18 100%);
  border:1px solid rgba(198,164,93,.32);
  border-radius:18px;
  overflow:hidden;
  scroll-snap-align:start;
  box-shadow:
    0 1px 0 rgba(255,230,170,.1) inset,
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 12px 28px rgba(0,0,0,.35),
    0 0 24px var(--ob-glow);
  transition:
    transform .28s cubic-bezier(.22,.8,.36,1),
    border-color .28s ease,
    box-shadow .28s ease;
}
.ob-card:hover,
.ob-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(198,164,93,.72);
  outline:none;
  box-shadow:
    0 1px 0 rgba(255,230,170,.18) inset,
    0 0 0 1px rgba(198,164,93,.2) inset,
    0 18px 40px rgba(0,0,0,.42),
    0 0 36px rgba(198,164,93,.28);
}
.ob-badge{
  position:absolute;top:10px;left:10px;z-index:2;
  background:linear-gradient(120deg,#f0e1b8,#c6a45d 55%,#a1803c);
  color:#171308;
  font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  border-radius:999px;padding:4px 8px;
  border:1px solid rgba(255,230,170,.35);
  box-shadow:0 4px 12px rgba(0,0,0,.35);
}
.ob-media{
  aspect-ratio:1 / 1;
  max-height:148px;
  background:
    radial-gradient(90% 80% at 50% 30%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(160deg,#1a2030,#0c101a);
  border-bottom:1px solid rgba(198,164,93,.22);
  overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  padding:14px;
}
.ob-media img{
  width:100%;height:100%;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.35));
  transition:transform .4s cubic-bezier(.22,.8,.36,1);
}
.ob-card:hover .ob-media img{transform:scale(1.05)}
.ob-body{
  padding:12px 14px 14px;
  display:flex;flex-direction:column;gap:5px;
  flex:1;min-height:0;
}
.ob-body h3{
  margin:0;
  font-family:"Fraunces",Georgia,serif;
  font-size:clamp(.95rem,1.15vw,1.1rem);
  font-weight:600;line-height:1.25;letter-spacing:-.01em;
  color:#f4efe3;
}
.ob-body p{
  margin:0;
  color:rgba(220,224,238,.62);
  font-size:11.5px;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  flex:1;
}
.ob-cta{
  align-self:flex-start;
  margin-top:8px;
  font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:#e0bf6a;
  border-bottom:1px solid rgba(224,191,106,.4);
  padding-bottom:2px;
  transition:color .18s ease,border-color .18s ease,letter-spacing .18s ease;
}
.ob-card:hover .ob-cta{
  color:#f4e6c6;
  border-color:#f4e6c6;
  letter-spacing:.14em;
}

@media(max-width:1180px){
  .ob-card{flex:1 0 calc((100% - 28px) / 3);min-width:200px}
  .ob-media{max-height:136px;padding:12px}
}
@media(max-width:760px){
  .ob-grid{gap:12px;padding-bottom:12px}
  .ob-card{flex:0 0 68vw;min-width:196px;border-radius:16px}
  .ob-media{max-height:128px;padding:12px}
  .ob-body{padding:11px 12px 13px}
  .ob-body h3{font-size:1rem}
  .ob-body p{font-size:11px}
  .ob-badge{top:8px;left:8px;font-size:7.5px;padding:3px 7px}
}
@media(max-width:420px){
  .ob-card{flex:0 0 78vw;min-width:180px}
  .ob-media{max-height:118px}
}
@media (prefers-reduced-motion:reduce){
  .ob-card,.ob-media img,.ob-cta{transition:none}
  .ob-grid{scroll-behavior:auto}
  .ob-card:hover,.ob-card:focus-visible{transform:none}
  .ob-card:hover .ob-media img{transform:none}
}

/* ---- Phase 5: Official Brands vs Sellers separation ---- */
.admin-chip,.seller-chip{display:inline-flex;align-items:center;gap:7px;margin:10px 0 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:7px 15px}
.admin-chip{color:#171308;background:linear-gradient(120deg,#e9d3a3,#c6a45d);border:1px solid rgba(161,128,60,.5)}
.admin-chip::before{content:"";width:7px;height:7px;border-radius:999px;background:#171308}
.seller-chip{color:#0c4a5c;background:linear-gradient(120deg,#dff2f7,#c3e6ef);border:1px solid #a9d8e4}
.seller-chip::before{content:"";width:7px;height:7px;border-radius:999px;background:#19a6c9}

/* Official brand product row inside #official-brands */
.obp-head{margin:34px 0 16px;text-align:center}
.obp-head h3{margin:0;font-size:clamp(1.1rem,1.8vw,1.4rem)}
.obp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.obp-grid:empty{display:none}
.obp-card{background:#fff;border:1px solid #e9e2d2;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(29,27,22,.04),0 10px 28px rgba(29,27,22,.07);transition:transform .18s cubic-bezier(.22,.8,.36,1),box-shadow .18s cubic-bezier(.22,.8,.36,1),border-color .18s}
.obp-card:hover{transform:translateY(-3px);border-color:#c6a45d;box-shadow:0 2px 6px rgba(29,27,22,.06),0 20px 48px rgba(29,27,22,.12)}
.obp-media{aspect-ratio:1/1;background:linear-gradient(160deg,#f7f3ea,#efe8d8);overflow:hidden}
.obp-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(.22,.8,.36,1)}
.obp-card:hover .obp-media img{transform:scale(1.04)}
.obp-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}
.obp-brand{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a1803c}
.obp-body h4{margin:0;font-family:"Inter",sans-serif;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.obp-body .price{margin:0;font-size:15.5px;font-weight:700}
.obp-body .inline-actions{margin-top:auto;display:grid;grid-template-columns:auto 1fr;gap:7px;padding-top:6px}
.obp-body .inline-actions button{min-height:36px;border-radius:999px;font-size:11.5px;padding:8px 12px}

/* Brand Worlds: accurate ownership labels replace the generic mixed eyebrow.
   The label chips are injected by the presentation-only script in index.html. */
.brand-worlds .world .eyebrow{display:none}
.world-label{display:inline-flex;align-self:flex-start;font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:5px 11px;margin-bottom:10px}
.world-label.official{color:#171308;background:linear-gradient(120deg,#e9d3a3,#c6a45d);border:1px solid rgba(161,128,60,.45)}
.world-label.vendor{color:#0c4a5c;background:#dff2f7;border:1px solid #a9d8e4}
.world-label.neutral{color:#6f6a5c;background:#f3efe4;border:1px solid #e2dccd}
.brand-worlds .world{display:flex;flex-direction:column}
.brand-worlds .world.world-official{order:-1;border-color:rgba(198,164,93,.55)}

/* Featured Sellers: hide house accounts for official brands (visual only ?
   vendor data is untouched); label class added by the index.html script. */
.star-sellers .star-seller.official-hidden{display:none}

/* Featured Sellers: explicit View Shop CTA on each dynamic card */
.star-sellers .star-seller{position:relative;padding-bottom:52px}
.star-sellers .star-seller::after{content:"View Shop ?";position:absolute;left:18px;right:18px;bottom:14px;text-align:center;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0c4a5c;background:#dff2f7;border:1px solid #a9d8e4;border-radius:999px;padding:8px 0;transition:background .16s,color .16s}
.star-sellers .star-seller:hover::after{background:#19a6c9;border-color:#19a6c9;color:#fff}

@media(max-width:1080px){ .obp-grid{grid-template-columns:repeat(3,minmax(0,1fr))} }
@media(max-width:760px){ .obp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px} }
@media(max-width:420px){
  .obp-grid{grid-template-columns:1fr}
  .obp-body .inline-actions{grid-template-columns:1fr}
}

/* ---- Business Services: numbered editorial showcase ---- */
.business-services{background:radial-gradient(700px 300px at 88% 0%, rgba(25,166,201,.07), transparent 60%)}
.svc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.svc-card{position:relative;display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;background:#ffffff;border:1px solid #e2dccd;border-radius:20px;padding:20px;box-shadow:0 1px 2px rgba(29,27,22,.04),0 10px 30px rgba(29,27,22,.07);transition:transform .2s cubic-bezier(.22,.8,.36,1),box-shadow .2s cubic-bezier(.22,.8,.36,1),border-color .2s cubic-bezier(.22,.8,.36,1)}
.svc-card:hover{transform:translateY(-3px);border-color:#cfc6b0;box-shadow:0 2px 6px rgba(29,27,22,.06),0 22px 54px rgba(29,27,22,.12)}
.svc-num{position:absolute;top:12px;right:18px;font-family:"Fraunces",Georgia,serif;font-size:30px;font-weight:600;color:rgba(198,164,93,.4);line-height:1}
.svc-media{width:150px;height:130px;border-radius:14px;overflow:hidden;background:linear-gradient(160deg,#f7f3ea,#efe7d4);align-self:start}
.svc-media img{width:100%;height:100%;object-fit:cover;display:block}
.svc-body{display:flex;flex-direction:column;gap:6px;min-width:0}
.svc-body h3{margin:0;font-size:1.1rem}
.svc-desc{margin:0;font-size:12.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.svc-body .price{margin:0;font-size:16px}
.svc-body .inline-actions{margin-top:auto;display:flex;gap:8px;padding-top:6px}
.svc-body .inline-actions button{border-radius:999px;font-size:12.5px;padding:9px 16px;min-height:38px}

/* ---- Buyer Protection icons (inline SVG inside existing .t-icon) ---- */
.trust-strip .t-icon svg{width:18px;height:18px}

/* ---- Community preview CTA ---- */
.stories-cta{display:flex;justify-content:center;margin-top:26px}

/* ---- Premium Seller CTA banner (links to existing #vendor form) ---- */
.seller-cta-wrap{padding-top:0;padding-bottom:0}
.seller-cta{display:flex;align-items:center;justify-content:space-between;gap:clamp(18px,3vw,42px);padding:clamp(26px,4vw,48px) clamp(24px,4.5vw,56px);border-radius:24px;color:#fdfaf2;text-decoration:none;position:relative;overflow:hidden;
  background:
    radial-gradient(620px 260px at 8% 0%, rgba(123,47,190,.5), transparent 62%),
    radial-gradient(560px 260px at 96% 100%, rgba(232,114,42,.45), transparent 60%),
    linear-gradient(120deg,#15171d,#232734);
  border:1px solid rgba(236,231,218,.14);box-shadow:0 20px 54px rgba(21,23,29,.26);
  transition:transform .2s cubic-bezier(.22,.8,.36,1),box-shadow .2s cubic-bezier(.22,.8,.36,1)}
.seller-cta:hover{transform:translateY(-3px);box-shadow:0 28px 68px rgba(21,23,29,.34)}
.seller-cta-copy{max-width:640px}
.seller-cta-copy .eyebrow{color:#d9bd7f}
.seller-cta-copy h2{color:#fff;margin:6px 0 10px;font-size:clamp(1.4rem,2.6vw,2.1rem)}
.seller-cta-copy p{margin:0;color:rgba(253,250,242,.82);font-size:14px;line-height:1.6}
.seller-cta-btn{flex-shrink:0;background:linear-gradient(135deg,#F6B544,#E58C28);color:#111111;border:1px solid rgba(180,115,25,.35);box-shadow:0 8px 24px rgba(196,135,42,.32);border-radius:999px;padding:14px 28px;font-weight:700}
.seller-cta:hover .seller-cta-btn{filter:brightness(1.05)}

/* ---- Customer Care: premium support section ---- */
.customer-care{background:
  radial-gradient(680px 300px at 10% 0%, rgba(25,166,201,.06), transparent 60%),
  radial-gradient(620px 280px at 92% 100%, rgba(198,164,93,.1), transparent 62%)}
.customer-care .section-head.center{margin-bottom:26px}
.care-panel{border:1px solid #e9dcc0;background:linear-gradient(165deg,#fffdf8,#f9f4e8)}
.care-scope{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 4px}
.care-scope span{font-size:12px;font-weight:600;color:#5d4c26;background:#fff;border:1px solid #e9dcc0;border-radius:999px;padding:7px 13px}

/* ---- Dark luxury footer ---- */
.footer-luxe{position:relative;overflow:hidden;border-top:1px solid rgba(198,164,93,.28)}
.footer-luxe::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(720px 280px at 6% 0%, rgba(123,47,190,.14), transparent 60%),
    radial-gradient(640px 260px at 96% 10%, rgba(232,114,42,.1), transparent 58%),
    radial-gradient(560px 240px at 50% 110%, rgba(25,166,201,.08), transparent 60%)}
.footer-luxe > *{position:relative;z-index:1}
.footer-luxe .footer-cols{grid-template-columns:repeat(4,minmax(140px,1fr));gap:26px 24px}
.footer-luxe h4{color:#d9bd7f}
.footer-luxe .site-contact-strip a{overflow-wrap:anywhere}
.footer-brand-col p{max-width:280px}
@media(max-width:1080px){ .footer-luxe .footer-cols{grid-template-columns:repeat(3,minmax(140px,1fr))} }
@media(max-width:760px){
  .footer-luxe .footer-cols{grid-template-columns:repeat(2,minmax(130px,1fr))}
  .seller-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:420px){ .footer-luxe .footer-cols{grid-template-columns:1fr} }

/* ---- Value band: gold card CTA contrast ---- */
.value-band .dark-card.gold .btn{background:#15171d;border-color:#15171d;color:#e9dcc0;border-radius:999px;align-self:flex-start;margin-top:8px}
.value-band .dark-card.gold .btn:hover{background:#000}

/* ---- Phase 3 responsive ---- */
@media(max-width:1080px){
  .featured-deals .fd-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .featured-deals .fd-feature{grid-column:span 2;grid-row:auto}
  .featured-deals .fd-feature .fd-media{min-height:280px}
  .svc-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .featured-deals .fd-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .featured-deals .fd-feature{grid-column:span 2}
  .featured-deals .fd-feature .fd-media{min-height:240px}
  .featured-deals .fd-body .inline-actions{grid-template-columns:1fr}
  .featured-deals .fd-panel{padding:12px;border-radius:24px}
  .svc-card{grid-template-columns:110px minmax(0,1fr);padding:16px;gap:14px}
  .svc-media{width:110px;height:100px}
  .svc-body .inline-actions{flex-wrap:wrap}
  .assure-row span{flex:1 1 calc(50% - 10px);justify-content:flex-start}
}
@media(max-width:480px){
  .featured-deals .fd-grid{grid-template-columns:1fr}
  .featured-deals .fd-feature{grid-column:auto}
  .featured-deals .fd-feature .fd-body{position:relative;background:linear-gradient(180deg,#1a1d26,#12141a)}
  .svc-card{grid-template-columns:1fr}
  .svc-media{width:100%;height:150px}
  .svc-num{display:none}
  .assure-row span{flex:1 1 100%}
}

/* --------------------------------------------------------------------------
   0b. PHASE 4 ? PRODUCT & MARKETPLACE UI POLISH
   Presentation-only refinements: product cards, price hierarchy, sort/filter
   controls, results summary, empty states, CSS skeleton loading states, the
   product detail modal, gallery, and related items.
   -------------------------------------------------------------------------- */

/* ---- Product cards: image ratio, hierarchy, buttons ---- */
.card .product-image-wrap{aspect-ratio:1/1;background:linear-gradient(160deg,#f7f3ea,#efe8d8)}
.card h3{font-size:14.5px;min-height:2.6em}
.card .card-brand{text-transform:uppercase;letter-spacing:.08em;font-size:10.5px;font-weight:600;color:#8b8474}
.card .price{font-size:17.5px;font-weight:700;letter-spacing:-.01em}
.card .inline-actions button{font-weight:600;transition:transform .14s cubic-bezier(.22,.8,.36,1),box-shadow .14s cubic-bezier(.22,.8,.36,1),background .14s,border-color .14s}
.card .inline-actions button:active{transform:scale(.97)}
.card .inline-actions button.primary:hover{box-shadow:0 8px 20px rgba(21,23,29,.22)}
.exact-ribbon{box-shadow:0 6px 16px rgba(21,23,29,.28);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}

/* ---- Sort & filter controls ---- */
.toolbox select{border:1px solid #e2dccd;font-weight:600;font-size:12.5px;color:#3b382f;cursor:pointer;min-height:42px;
  appearance:none;-webkit-appearance:none;padding-right:36px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a1803c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:13px;
  transition:border-color .16s,box-shadow .16s}
.toolbox select:hover{border-color:#c6a45d}
.toolbox select:focus-visible{outline:none;border-color:#c6a45d;box-shadow:0 0 0 3px rgba(198,164,93,.22)}

/* ---- Results summary line (presentation-only #resultsSummary) ---- */
.results-summary{margin:-8px 0 18px;font-size:12.5px;font-weight:600;color:#8b8474;letter-spacing:.02em;min-height:1em}
.results-summary:empty{display:none}

/* ---- Empty states inside dynamic grids ---- */
.grid > .panel.muted,.fd-grid > .panel.muted,.svc-grid > .panel.muted,.star-sellers > .panel.muted{
  grid-column:1/-1;text-align:center;padding:44px 24px;border:1.5px dashed #ddd3bd;background:linear-gradient(165deg,#fffdf8,#f9f4e8);
  border-radius:18px;font-size:13.5px;color:#8b8474;box-shadow:none}

/* ---- Skeleton loading states (shown only while a grid is still empty,
        i.e. before storefront.js finishes the first catalog render) ---- */
@keyframes ugs-shimmer{from{background-position:-160% 0}to{background-position:260% 0}}
.grid:empty::before,.grid:empty::after,
.fd-grid:empty::before,.fd-grid:empty::after,
.svc-grid:empty::before,.svc-grid:empty::after,
.brand-worlds:empty::before,.brand-worlds:empty::after,
.star-sellers:empty::before,.star-sellers:empty::after{
  content:"";display:block;min-height:300px;border-radius:18px;border:1px solid #eee7d6;
  background:linear-gradient(100deg,#f4efe3 38%,#fbf8f0 50%,#f4efe3 62%);
  background-size:200% 100%;animation:ugs-shimmer 1.6s linear infinite}
.star-sellers:empty::before,.star-sellers:empty::after{min-height:180px}
.svc-grid:empty::before,.svc-grid:empty::after{min-height:170px}
@media (prefers-reduced-motion: reduce){
  .grid:empty::before,.grid:empty::after,.fd-grid:empty::before,.fd-grid:empty::after,
  .svc-grid:empty::before,.svc-grid:empty::after,.brand-worlds:empty::before,.brand-worlds:empty::after,
  .star-sellers:empty::before,.star-sellers:empty::after{animation:none}
}

/* ---- Product detail modal & gallery ---- */
.product-modal{border-left:1px solid rgba(198,164,93,.35);background:
  radial-gradient(560px 240px at 90% 0%, rgba(198,164,93,.08), transparent 60%),
  #fbf8f0}
.product-detail .pd-main{aspect-ratio:1/1;object-fit:contain;background:linear-gradient(160deg,#ffffff,#f6f1e6);box-shadow:0 10px 30px rgba(29,27,22,.07)}
.gallery-row img{width:76px;height:76px;border-radius:12px}
.gallery-row img.active{border-width:2px;box-shadow:0 0 0 3px rgba(198,164,93,.18)}
.product-detail .price{font-size:clamp(1.25rem,2vw,1.6rem);font-weight:700}
.product-detail .pd-actions .btn{font-weight:700;letter-spacing:.02em}
.product-detail .pd-actions .btn:active{transform:scale(.98)}
.product-detail .notice{border-radius:14px}

/* ---- Related items in the product modal (existing catalog data only) ---- */
.pd-related{margin-top:26px;padding-top:20px;border-top:1px solid #e9e2d2}
.pd-related h3{margin:0 0 14px;font-size:1.05rem}
.pd-related-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.pd-related-card{display:flex;flex-direction:column;gap:6px;text-align:left;background:#fff;border:1px solid #e9e2d2;border-radius:14px;padding:8px 8px 12px;cursor:pointer;
  transition:transform .16s cubic-bezier(.22,.8,.36,1),border-color .16s,box-shadow .16s}
.pd-related-card:hover{transform:translateY(-2px);border-color:#c6a45d;box-shadow:0 10px 26px rgba(29,27,22,.1)}
.pdr-media{display:block;aspect-ratio:1/1;border-radius:10px;overflow:hidden;background:linear-gradient(160deg,#f7f3ea,#efe8d8)}
.pdr-media img{width:100%;height:100%;object-fit:cover;display:block}
.pdr-name{font-size:11.5px;font-weight:600;line-height:1.3;color:#26231c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pdr-price{font-size:12.5px;font-weight:700;color:#26231c}

/* ---- Phase 4 responsive ---- */
@media(max-width:760px){
  .pd-related-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid:empty::before,.grid:empty::after{min-height:240px}
}

/* --------------------------------------------------------------------------
   0c. PHASE 6 ? PREMIUM SELLER DASHBOARD
   Presentation-only styling for public/seller.html. All IDs, data attributes,
   API hooks, and seller business logic are untouched.
   -------------------------------------------------------------------------- */

/* ---- Dark luxury sidebar (shared by seller + admin dashboards) ---- */
.seller-app .sidebar,.admin-app .sidebar{background:
  radial-gradient(420px 260px at 0% 0%, rgba(123,47,190,.16), transparent 62%),
  radial-gradient(360px 220px at 100% 100%, rgba(198,164,93,.1), transparent 60%),
  linear-gradient(170deg,#15171d,#1a1d26)}
.seller-app .sidebar img,
.admin-app .sidebar img,
.seller-app .sidebar .ugs-logo,
.admin-app .sidebar .ugs-logo{
  box-shadow:0 8px 22px rgba(0,0,0,.35);
  width:auto;
  max-width:100%;
  height:auto;
  max-height:72px;
  object-fit:contain;
  object-position:center;
}
.sidebar-label{margin:16px 2px 6px;font-size:9.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(217,189,127,.75)}
.seller-app .sidebar button,.seller-app .sidebar a,.admin-app .sidebar button,.admin-app .sidebar a{border-radius:12px;font-weight:600;transition:background .16s,color .16s,border-color .16s}
.seller-app .sidebar button:hover,.seller-app .sidebar a:hover,.admin-app .sidebar button:hover,.admin-app .sidebar a:hover{background:rgba(236,231,218,.06)}
.seller-app .sidebar button.active,.admin-app .sidebar button.active{background:linear-gradient(120deg,#e9d3a3,#c6a45d);color:#171308;box-shadow:0 8px 20px rgba(198,164,93,.25)}
.sidebar-add-cta{background:linear-gradient(135deg,#F6B544,#E58C28)!important;color:#111111!important;border:1px solid rgba(180,115,25,.35)!important;box-shadow:0 8px 20px rgba(196,135,42,.28);font-weight:700!important}
.sidebar-add-cta:hover{filter:brightness(1.06)}
.sidebar-add-cta.active{outline:2px solid rgba(246,181,68,.6);outline-offset:2px}

/* ---- Light content area ---- */
.seller-app .dash-main,.admin-app .dash-main{background:
  radial-gradient(720px 300px at 90% 0%, rgba(25,166,201,.05), transparent 60%),
  radial-gradient(600px 280px at 5% 100%, rgba(198,164,93,.07), transparent 62%)}
.seller-app .dash-main .eyebrow,.admin-app .dash-main .eyebrow{color:#a1803c}

/* ---- Premium metric cards ---- */
.seller-metrics .metric{position:relative;overflow:hidden;border-radius:18px;padding:20px;border:1px solid #e9e2d2;transition:transform .18s cubic-bezier(.22,.8,.36,1),box-shadow .18s cubic-bezier(.22,.8,.36,1)}
.seller-metrics .metric:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(29,27,22,.1)}
.seller-metrics .metric::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:0 4px 4px 0}
.seller-metrics .metric:nth-child(1)::before{background:linear-gradient(180deg,#7b2fbe,#2447c9)}
.seller-metrics .metric:nth-child(2)::before{background:linear-gradient(180deg,#19a6c9,#0c5c56)}
.seller-metrics .metric:nth-child(3)::before{background:linear-gradient(180deg,#F6B544,#E58C28)}
.seller-metrics .metric:nth-child(4)::before{background:linear-gradient(180deg,#c65b40,#8f3520)}
.seller-metrics .metric strong{font-size:32px}

/* ---- Listing cards & status badges ---- */
.seller-listing-card{border-radius:18px}
.seller-listing-photo{aspect-ratio:4/3}
.seller-listing-photo img{transition:transform .3s cubic-bezier(.22,.8,.36,1)}
.seller-listing-card:hover .seller-listing-photo img{transform:scale(1.035)}
.status{letter-spacing:.04em}
.status-active::before,.status-pending::before,.status-removed_by_seller::before,.status-draft::before{content:"";width:6px;height:6px;border-radius:999px;margin-right:6px;flex-shrink:0;align-self:center}
.status-active::before{background:#0c5c56}
.status-pending::before{background:#b98a2e}
.status-removed_by_seller::before{background:#8f3520}
.status-draft::before{background:#3d556b}
.seller-card-actions .btn.primary{border-radius:999px}
.seller-card-actions .btn{border-radius:999px}

/* ---- Toolbar & spacious forms ---- */
.seller-listing-toolbar{border-radius:18px}
.seller-listing-toolbar .field{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8b8474}
.seller-listing-toolbar input,.seller-listing-toolbar select{min-height:44px;border-radius:12px}
.seller-clean-form label{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#8b8474}
.seller-clean-form input,.seller-clean-form select,.seller-clean-form textarea{border-radius:12px;border:1px solid #e2dccd;background:#fff;padding:12px 14px;transition:border-color .16s,box-shadow .16s}
.seller-clean-form input:focus-visible,.seller-clean-form select:focus-visible,.seller-clean-form textarea:focus-visible{outline:none;border-color:#c6a45d;box-shadow:0 0 0 3px rgba(198,164,93,.2)}

/* ---- Modern photo manager ---- */
.seller-photo-panel{border:1px solid rgba(198,164,93,.35);background:linear-gradient(170deg,#fffdf8,#f8f2e4)}
.seller-main-photo{border-radius:16px;box-shadow:inset 0 0 0 1px rgba(198,164,93,.25),0 10px 26px rgba(29,27,22,.08)}
.seller-upload-zone{border-radius:16px;transition:border-color .16s,background .16s}
.seller-upload-zone:hover{border-color:#a1803c;background:linear-gradient(150deg,#f4ecd8,#efe3c6)}
.gallery-thumb{border-radius:12px!important;transition:transform .14s cubic-bezier(.22,.8,.36,1),border-color .14s}
.gallery-thumb:hover{transform:translateY(-2px);border-color:#c6a45d!important}
.gallery-thumb span{color:#a1803c}

/* ---- Sticky save bar & toast ---- */
.seller-save-bar{border-radius:16px;border-color:rgba(198,164,93,.4)}
.seller-save-bar .btn.primary{background:linear-gradient(135deg,#F6B544,#E58C28);border-color:rgba(180,115,25,.35);color:#111111;font-weight:700}
.seller-save-bar .btn.primary:hover{filter:brightness(1.05)}
.seller-toast{border-radius:14px}

/* ---- Orders table ---- */
.seller-app .table-wrap,.admin-app .table-wrap{border-radius:18px}
.seller-app .data-table th,.admin-app .data-table th{background:#f6f1e4}

/* ---- Quick panel & empty state ---- */
.seller-quick-panel{border-radius:18px;border:1px solid rgba(198,164,93,.3);background:linear-gradient(160deg,#fffdf8,#f8f2e4)}
.seller-app .empty-state{border:1.5px dashed #ddd3bd;border-radius:18px;background:linear-gradient(165deg,#fffdf8,#f9f4e8)}

/* ---- Mobile dashboards (matches the 980px stack point in style.css) ---- */
@media(max-width:980px){
  .seller-app .sidebar,.admin-app .sidebar{position:sticky;top:0;z-index:20;box-shadow:0 10px 28px rgba(0,0,0,.25)}
  .sidebar-label{display:none}
}
@media(max-width:480px){
  .seller-app .sidebar button,.seller-app .sidebar a,.admin-app .sidebar button,.admin-app .sidebar a{flex:1 1 calc(50% - 6px);text-align:center;justify-content:center}
  .seller-app .sidebar img,
  .admin-app .sidebar img,
  .seller-app .sidebar .ugs-logo,
  .admin-app .sidebar .ugs-logo{flex:0 1 auto;max-width:180px;max-height:56px;width:auto;height:auto;margin:0 auto 8px;object-fit:contain}
  .seller-metrics .metric strong{font-size:26px}
}

/* --------------------------------------------------------------------------
   0d. PHASE 7 ? PREMIUM ADMIN DASHBOARD
   Presentation-only styling for public/admin.html. All IDs, data attributes,
   API hooks, tab names, and admin business logic are untouched.
   -------------------------------------------------------------------------- */

/* ---- Top header ---- */
.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:#fff;border:1px solid #e9e2d2;border-radius:18px;padding:14px 20px;margin-bottom:22px;box-shadow:0 6px 18px rgba(29,27,22,.05)}
.topbar-eyebrow{margin:0;font-size:9.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#a1803c}
.topbar-title strong{font-family:var(--font-display,serif);font-size:1.15rem;letter-spacing:-.01em}
.topbar-status{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.pending-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #ecd9ae;background:linear-gradient(150deg,#fdf6e4,#f7ecd2);color:#77602b;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .14s,box-shadow .14s}
.pending-chip:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(198,164,93,.25)}
.pending-chip strong{font-size:13px;color:#5d4c26}
.pending-chip.all-clear{border-color:#bfe0dc;background:#eef7f5;color:#0c5c56;cursor:default}

/* ---- Sidebar pending badges ---- */
.side-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:8px;border-radius:999px;background:linear-gradient(135deg,#F6B544,#E58C28);color:#111111;font-size:11px;font-weight:700;vertical-align:middle}
.sidebar button.active .side-badge{background:#171308;color:#e9d3a3}

/* ---- Admin metric cards ---- */
.admin-app .metric{position:relative;overflow:hidden;border-radius:18px;padding:20px;border:1px solid #e9e2d2;transition:transform .18s cubic-bezier(.22,.8,.36,1),box-shadow .18s cubic-bezier(.22,.8,.36,1)}
.admin-app .metric:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(29,27,22,.1)}
.admin-app .metric::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#7b2fbe,#2447c9)}
.admin-app .metric:nth-child(2)::before,.admin-app .metric:nth-child(5)::before,.admin-app .metric:nth-child(7)::before{background:linear-gradient(180deg,#F6B544,#E58C28)}
.admin-app .metric:nth-child(3)::before{background:linear-gradient(180deg,#c65b40,#8f3520)}
.admin-app .metric:nth-child(4)::before,.admin-app .metric:nth-child(6)::before{background:linear-gradient(180deg,#19a6c9,#0c5c56)}
.admin-app .metric strong{font-size:30px}

/* ---- Status badges (colored per state, dot included) ---- */
.admin-app .status::before{content:"";width:6px;height:6px;border-radius:999px;margin-right:6px;flex-shrink:0;align-self:center;background:#8b8474}
.admin-app .status-active,.admin-app .status-paid,.admin-app .status-approved,.admin-app .status-fulfilled,.admin-app .status-closed{background:var(--ocean-soft,#e5f2f0);color:#0c5c56;border-color:#bfe0dc}
.admin-app .status-active::before,.admin-app .status-paid::before,.admin-app .status-approved::before,.admin-app .status-fulfilled::before,.admin-app .status-closed::before{background:#0c5c56}
.admin-app .status-pending,.admin-app .status-pending_review,.admin-app .status-unpaid,.admin-app .status-open,.admin-app .status-in_review{background:var(--sand,#e9e2d1);color:#77602b;border-color:var(--gold-soft,#ddc894)}
.admin-app .status-pending::before,.admin-app .status-pending_review::before,.admin-app .status-unpaid::before,.admin-app .status-open::before,.admin-app .status-in_review::before{background:#b98a2e}
.admin-app .status-disabled,.admin-app .status-denied,.admin-app .status-canceled,.admin-app .status-cancelled,.admin-app .status-failed,.admin-app .status-refunded,.admin-app .status-checkout_error,.admin-app .status-payment_error{background:var(--coral-soft,#f6e3dc);color:#8f3520;border-color:#e0b3a4}
.admin-app .status-disabled::before,.admin-app .status-denied::before,.admin-app .status-canceled::before,.admin-app .status-cancelled::before,.admin-app .status-failed::before,.admin-app .status-refunded::before,.admin-app .status-checkout_error::before,.admin-app .status-payment_error::before{background:#8f3520}
.admin-app .status-draft{background:#edf0f4;color:#3d556b;border-color:#cfdae4}
.admin-app .status-draft::before{background:#3d556b}

/* ---- Official UGS Brands panel + ownership chips ---- */
.official-brands-admin{border:1px solid rgba(198,164,93,.4);background:linear-gradient(160deg,#fffdf8,#f8f2e4);border-radius:18px;margin:18px 0}
.admin-app .data-table tr.is-selected td{background:rgba(198,164,93,.12)}
.ob-card--featured{box-shadow:0 0 0 1px rgba(198,164,93,.55)}
.oba-head h2{margin:8px 0 4px}
.oba-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.oba-brand{display:inline-flex;flex-direction:column;gap:2px;border:1px solid rgba(198,164,93,.45);background:#fff;border-radius:14px;padding:10px 16px;font-weight:700;font-size:13.5px;color:#2a2519}
.oba-brand em{font-style:normal;font-weight:600;font-size:11px;color:#a1803c}
.brand-chip{display:inline-block;margin-top:6px;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.brand-chip.official{background:linear-gradient(120deg,#f3e2ba,#e5c883);color:#5d4514;border:1px solid rgba(180,140,60,.4)}
.brand-chip.vendor{background:#e9f4f7;color:#0f5e70;border:1px solid #bcdde6}
.brand-chip.house{background:#f0efec;color:#5c584d;border:1px solid #ddd9cd}
.scope-chip{display:inline-block;margin-left:12px;vertical-align:middle;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:600;letter-spacing:.02em;background:#e9f4f7;color:#0f5e70;border:1px solid #bcdde6;font-family:var(--font-body,sans-serif)}

/* ---- Premium admin forms ---- */
.admin-app .form-grid input,.admin-app .form-grid select,.admin-app .form-grid textarea{border-radius:12px;border:1px solid #e2dccd;background:#fff;padding:12px 14px;transition:border-color .16s,box-shadow .16s}
.admin-app .form-grid input:focus-visible,.admin-app .form-grid select:focus-visible,.admin-app .form-grid textarea:focus-visible{outline:none;border-color:#c6a45d;box-shadow:0 0 0 3px rgba(198,164,93,.2)}
.admin-app .form-grid .btn.primary{background:linear-gradient(135deg,#F6B544,#E58C28);border-color:rgba(180,115,25,.35);color:#111111;font-weight:700}
.admin-app .form-grid .btn.primary:hover{filter:brightness(1.05)}
.admin-app .panel{border-radius:18px}

/* ---- Tables: clean rows, compact pill actions, destructive emphasis ---- */
.admin-app .data-table{min-width:960px}
.admin-app .data-table th{white-space:nowrap}

/* Seller Control password-reset modal */
.admin-app .admin-modal{
  position:fixed;inset:auto 0 0 auto;top:0;
  width:min(440px,100%);
  background:var(--ivory,#f7f3ea);
  border-left:1px solid rgba(198,164,93,.35);
  z-index:1200;
  transform:translateX(110%);
  transition:transform .28s cubic-bezier(.22,.8,.36,1);
  box-shadow:0 20px 60px rgba(15,17,23,.28);
  padding:28px 26px;
  overflow:auto;
}
.admin-app .admin-modal.open{transform:translateX(0)}
.admin-app .admin-modal[hidden],
.admin-app #sellerResetShade[hidden]{display:none !important}
.admin-app #sellerResetShade{
  position:fixed;inset:0;background:rgba(10,14,26,.45);
  z-index:1190;border:0;padding:0;cursor:pointer;
}
.admin-app #sellerResetShade.open{display:block !important}
.admin-app .admin-modal .modal-close{
  position:absolute;top:16px;right:16px;
  border-radius:999px;min-height:36px;padding:8px 14px;
}
.admin-app .admin-modal h2{margin:4px 0 10px;font-family:"Fraunces",Georgia,serif}
.admin-app .admin-modal code{
  display:block;margin-top:8px;padding:12px 14px;border-radius:12px;
  background:#171a22;color:#f4e6c6;font-size:15px;letter-spacing:.04em;
  word-break:break-all;
}
.admin-app .admin-modal .notice.success{
  border-color:rgba(12,92,86,.25);background:rgba(229,242,240,.85);
}
.admin-app .admin-modal .inline-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}
.admin-app .data-table button.is-loading,
.admin-app .admin-modal button.is-loading{opacity:.65;pointer-events:none}
.admin-app .status{white-space:nowrap;overflow-wrap:normal}
.admin-app .data-table tbody tr{transition:background .14s}
.admin-app .data-table tbody tr:hover{background:#faf7ef}
.admin-app .data-table td button{border-radius:999px;padding:7px 13px;font-size:12px;margin:2px 4px 2px 0;min-height:34px}
.admin-app .data-table td button.primary{background:var(--night,#15171d);border-color:var(--night,#15171d);color:#fff}
.admin-app .data-table td button.danger{background:#fbeeea;border:1px solid #e0b3a4;color:#8f3520;font-weight:700}
.admin-app .data-table td button.danger:hover{background:#f6ded5;border-color:#c65b40}
.order-item-line{padding:2px 0;font-size:12.5px}

/* ---- Upload previews ---- */
.admin-app .image-preview{padding:10px;border:1.5px dashed #ddd3bd;border-radius:14px;background:#fdfbf5;min-height:60px}
.admin-app .image-preview:empty{display:none}
.admin-app .image-preview img{width:118px;height:96px;border-radius:12px;box-shadow:0 6px 14px rgba(29,27,22,.12)}
.admin-app .upload-list img{border:1px solid #e2dccd;box-shadow:0 4px 12px rgba(29,27,22,.1)}
.admin-app .upload-list p{border-bottom:1px solid #efe9da;padding-bottom:10px}

/* ---- Responsive admin ---- */
@media(max-width:980px){
  .admin-topbar{border-radius:14px;padding:12px 14px}
  .topbar-status{justify-content:flex-start}
  .scope-chip{display:block;margin:8px 0 0;width:fit-content}
}
@media(max-width:480px){
  .admin-app .metric strong{font-size:24px}
  .pending-chip{font-size:11px;padding:6px 11px}
  .admin-app .data-table td button{width:100%;margin:3px 0}
}

/* --------------------------------------------------------------------------
   0e. PHASE 8 ? PREMIUM HELP CENTER & CUSTOMER SERVICE
   Presentation only. #careForm, #careEmail, #carePhone, #careStatus and the
   support ticket workflow are untouched; topic cards simply route to them.
   -------------------------------------------------------------------------- */

.section-sub{max-width:560px;margin:10px auto 0;font-size:14px;line-height:1.6}

/* ---- Help topic cards ---- */
.help-topics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:6px 0 30px}
.help-topic{position:relative;background:#fff;border:1px solid #e9e2d2;border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:8px;box-shadow:0 6px 18px rgba(29,27,22,.05);transition:transform .18s cubic-bezier(.22,.8,.36,1),box-shadow .18s cubic-bezier(.22,.8,.36,1),border-color .18s;scroll-margin-top:130px}
.help-topic:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(29,27,22,.1);border-color:#ddd0b2}
.help-topic h3{margin:2px 0 0;font-size:1.1rem}
.help-topic p{margin:0;font-size:13.5px;line-height:1.55}
.help-topic a{margin-top:auto;align-self:flex-start;font-weight:700;font-size:13px;color:#111111;border-bottom:2px solid #c6a45d;padding-bottom:1px;transition:border-color .16s,color .16s}
.help-topic a + a{margin-top:4px}
.help-topic a:hover{color:#a1803c;border-color:#a1803c}
.ht-icon{width:44px;height:44px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:4px}
.ht-icon svg{width:23px;height:23px}
.ht-gold{background:linear-gradient(140deg,#f7ecd2,#efdcac);color:#8a6a24;border:1px solid rgba(198,164,93,.4)}
.ht-blue{background:linear-gradient(140deg,#e3f2f7,#cfe7f0);color:#0f5e70;border:1px solid #bcdde6}
.ht-purple{background:linear-gradient(140deg,#ece4f8,#ddd0f2);color:#5b3ea8;border:1px solid #d3c4ee}

/* ---- Direct-contact support card ---- */
.support-card{display:flex;flex-direction:column;gap:10px;margin:18px 0;padding:16px;background:#fff;border:1px solid #e9dcc0;border-radius:16px;box-shadow:0 6px 16px rgba(29,27,22,.06)}
.support-line{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px;color:#111111;padding:10px 14px;border:1px solid #efe7d3;border-radius:12px;background:linear-gradient(160deg,#fffdf8,#faf5e9);overflow-wrap:anywhere;transition:border-color .16s,transform .16s,box-shadow .16s}
.support-line::before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#F6B544,#E58C28);flex-shrink:0}
.support-line.support-web::before{background:linear-gradient(135deg,#7b2fbe,#2447c9)}
.support-line:hover{transform:translateY(-1px);border-color:#c6a45d;box-shadow:0 8px 18px rgba(198,164,93,.18)}

/* ---- Care form anchor + premium inputs ---- */
#careForm{scroll-margin-top:130px}
.customer-care .form-grid input,.customer-care .form-grid textarea{border-radius:12px;border:1px solid #e2dccd;background:#fff;padding:12px 14px;transition:border-color .16s,box-shadow .16s}
.customer-care .form-grid input:focus-visible,.customer-care .form-grid textarea:focus-visible{outline:none;border-color:#c6a45d;box-shadow:0 0 0 3px rgba(198,164,93,.2)}

/* ---- Responsive help center ---- */
@media(max-width:980px){
  .help-topics{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .help-topics{grid-template-columns:1fr;gap:12px}
  .help-topic{scroll-margin-top:20px}
  #careForm{scroll-margin-top:20px}
  .support-line{font-size:13px}
}

/* --------------------------------------------------------------------------
   1. FOOTER "CUSTOMER SUPPORT" COLUMN
   The dynamic #siteContactStrip lives inside the footer. Scoped to .footer
   so the sticky contact strips on seller/admin/success pages keep their
   original styling.
   -------------------------------------------------------------------------- */
.footer .site-contact-strip{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:0;background:transparent;border:0;font-size:13.5px;font-weight:400}
.footer .site-contact-strip strong{display:none}
.footer .site-contact-strip a{display:block;padding:4px 0;border:0;background:transparent;border-radius:0;color:#b6b1a4;font-size:13.5px}
.footer .site-contact-strip a:hover{color:#c6a45d;border:0}

/* ==========================================================================
   HOMEPAGE LUXE ? sections AFTER Featured Deals only
   Do not target .hero, .explore-mall, or .featured-deals.
   ========================================================================== */

/* Shared ivory stage + ambient glow (per-section identity via nth accents) */
#new,#shop,#preowned,#official-brands,#ob-god-me-please,#ob-kush-velair,#ob-red-ribbon,#ob-scotty,#brands,#sellers-spotlight,
#sell-cta,#services,#protection,#community,#vendor,#customer-care,
.value-band{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background-color:#F8F5EF;
}
#new::before,#shop::before,#preowned::before,#brands::before,
#sellers-spotlight::before,#services::before,#protection::before,
#community::before,#vendor::before,#customer-care::before{
  content:"";
  position:absolute;inset:-8% -4%;
  pointer-events:none;z-index:0;
  background:
    radial-gradient(720px 340px at 8% 12%, rgba(36,71,201,.09), transparent 58%),
    radial-gradient(680px 320px at 94% 18%, rgba(123,47,190,.08), transparent 56%),
    radial-gradient(560px 280px at 78% 92%, rgba(213,67,154,.07), transparent 58%),
    radial-gradient(520px 260px at 16% 88%, rgba(25,166,201,.08), transparent 55%),
    radial-gradient(500px 240px at 50% 100%, rgba(198,164,93,.10), transparent 60%);
  animation:home-luxe-drift 28s ease-in-out infinite alternate;
}
#new > *,#shop > *,#preowned > *,#ob-god-me-please > *,#ob-kush-velair > *,#ob-red-ribbon > *,#ob-scotty > *,#brands > *,
#sellers-spotlight > *,#sell-cta > *,#services > *,#protection > *,
#community > *,#vendor > *,#customer-care > *,.value-band > *{
  position:relative;z-index:1;
}
#shop::before{
  background:
    radial-gradient(760px 360px at 90% 8%, rgba(123,47,190,.10), transparent 58%),
    radial-gradient(640px 300px at 10% 80%, rgba(25,166,201,.09), transparent 55%),
    radial-gradient(520px 260px at 50% 100%, rgba(198,164,93,.11), transparent 62%);
}
#preowned::before{
  background:
    radial-gradient(700px 340px at 12% 20%, rgba(198,164,93,.14), transparent 58%),
    radial-gradient(620px 300px at 88% 70%, rgba(36,71,201,.08), transparent 56%);
}
#brands::before,#sellers-spotlight::before{
  background:
    radial-gradient(680px 320px at 20% 0%, rgba(25,166,201,.10), transparent 58%),
    radial-gradient(640px 300px at 90% 100%, rgba(123,47,190,.09), transparent 56%);
}
#protection::before{
  background:
    radial-gradient(640px 300px at 50% 0%, rgba(198,164,93,.12), transparent 60%),
    radial-gradient(560px 280px at 10% 100%, rgba(36,71,201,.07), transparent 55%);
}
#community::before{
  background:
    radial-gradient(700px 340px at 80% 10%, rgba(213,67,154,.10), transparent 58%),
    radial-gradient(620px 300px at 10% 90%, rgba(36,71,201,.09), transparent 56%);
}
@keyframes home-luxe-drift{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(0,-18px,0) scale(1.04)}
}

/* Editorial section headers */
#new .section-head,#shop .section-head,#preowned .section-head,
#brands .section-head,#sellers-spotlight .section-head,#services .section-head,
#protection .section-head,#community .section-head,#customer-care .section-head,
#official-brands .section-head{
  margin-bottom:clamp(22px,3.2vw,36px);
}
#new .eyebrow,#shop .eyebrow,#preowned .eyebrow,#brands .eyebrow,
#sellers-spotlight .eyebrow,#services .eyebrow,#protection .eyebrow,
#community .eyebrow,#customer-care .eyebrow,#vendor .eyebrow{
  display:inline-flex;align-items:center;
  padding:7px 14px;border-radius:999px;margin-bottom:10px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(198,164,93,.32);
  box-shadow:0 8px 22px rgba(29,27,22,.05);
  color:#8a6a2f;letter-spacing:.14em;font-size:10.5px;
}
#new .section-head h2,#shop .section-head h2,#preowned .section-head h2,
#brands .section-head h2,#sellers-spotlight .section-head h2,
#services .section-head h2,#protection .section-head h2,
#community .section-head h2,#customer-care .section-head h2,
#official-brands .section-head h2{
  font-size:clamp(1.95rem,3.2vw,2.75rem);
  letter-spacing:-.025em;margin:0 0 10px;
}
#new .section-head .muted,#shop .section-head .muted,#preowned .section-head .muted,
#brands .section-head .muted,#sellers-spotlight .section-head .muted,
#services .section-head .muted,#community .section-head .muted,
#customer-care .section-head .muted{
  max-width:48ch;font-size:15px;line-height:1.65;color:#6a6356;
}

/* Shop toolbox glass */
#shop .toolbox{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;
}
#shop .toolbox select{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 8px 22px rgba(29,27,22,.06);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  min-height:44px;
}
#shop .results-summary{
  margin:0 0 16px;font-size:13px;color:#7a7366;font-weight:600;letter-spacing:.02em;
}

/* Premium product cards (New / Shop / Pre-Owned grids only) */
#new .card,#shop .card,#preowned .card{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:24px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 14px 34px rgba(29,27,22,.07);
  transition:transform .28s cubic-bezier(.22,.8,.36,1),box-shadow .28s cubic-bezier(.22,.8,.36,1),border-color .28s ease;
}
#new .card:hover,#shop .card:hover,#preowned .card:hover{
  transform:translateY(-6px);
  border-color:rgba(198,164,93,.4);
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 24px 52px rgba(29,27,22,.12),
    0 0 28px rgba(123,47,190,.08);
}
#new .card .product-image-wrap,
#shop .card .product-image-wrap,
#preowned .card .product-image-wrap{
  margin:12px 12px 0;border-radius:18px;
  background:linear-gradient(160deg,#f7f3ea,#ebe3d2);
  box-shadow:0 0 0 1px rgba(198,164,93,.08) inset;
  border:0;padding:0;width:calc(100% - 24px);cursor:pointer;
  display:block;overflow:hidden;font:inherit;color:inherit;
  aspect-ratio:1/1;
}
#new .card .product-image-wrap img,
#shop .card .product-image-wrap img,
#preowned .card .product-image-wrap img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .35s cubic-bezier(.22,.8,.36,1);
}
#new .card:hover .product-image-wrap img,
#shop .card:hover .product-image-wrap img,
#preowned .card:hover .product-image-wrap img{transform:scale(1.05)}
#new .card .card-body,
#shop .card .card-body,
#preowned .card .card-body{
  padding:14px 16px 16px;gap:6px;
}
#new .card .card-brand,
#shop .card .card-brand,
#preowned .card .card-brand{
  margin:0;font-size:10.5px;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;color:#8b8474;order:0;
}
#new .card h3,#shop .card h3,#preowned .card h3{
  font-family:"Fraunces",Georgia,serif;font-size:15px;font-weight:600;
  margin:0;min-height:0;
}
#new .card .card-title-btn,
#shop .card .card-title-btn,
#preowned .card .card-title-btn{
  display:block;width:100%;border:0;background:none;padding:0;margin:0;
  font:inherit;color:inherit;text-align:left;cursor:pointer;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
#new .card .card-rating,
#shop .card .card-rating,
#preowned .card .card-rating{
  margin:0;display:flex;align-items:center;gap:6px;
  font-size:12px;letter-spacing:.04em;color:#c6a45d;
}
#new .card .card-rating-num,
#shop .card .card-rating-num,
#preowned .card .card-rating-num{color:#8b8474;font-weight:600;font-size:11px}
#new .card .price,#shop .card .price,#preowned .card .price{font-size:17px;font-weight:700;margin:2px 0 0}
#new .card .inline-actions,
#shop .card .inline-actions,
#preowned .card .inline-actions{
  margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:10px;
}
#new .card .inline-actions button,
#shop .card .inline-actions button,
#preowned .card .inline-actions button{
  border-radius:999px;min-height:42px;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
#new .card .inline-actions button:not(.primary),
#shop .card .inline-actions button:not(.primary),
#preowned .card .inline-actions button:not(.primary){
  background:rgba(255,255,255,.72);
  border:1px solid rgba(29,27,22,.12);
  color:#1a1d26;
}
#new .card .inline-actions button:not(.primary):hover,
#shop .card .inline-actions button:not(.primary):hover,
#preowned .card .inline-actions button:not(.primary):hover{
  background:#fff;border-color:rgba(198,164,93,.45);transform:translateY(-1px);
}
#new .card .inline-actions button.primary,
#shop .card .inline-actions button.primary,
#preowned .card .inline-actions button.primary{
  background:linear-gradient(135deg,#1a1d26,#0f1117);border-color:#0f1117;color:#f6f1e6;
  box-shadow:0 10px 22px rgba(15,17,23,.2);
}
#new .card .inline-actions button.primary:hover,
#shop .card .inline-actions button.primary:hover,
#preowned .card .inline-actions button.primary:hover{
  transform:translateY(-1px);filter:brightness(1.06);
}

/* Homepage View More Products CTA */
.shop-view-more-wrap{
  display:flex;justify-content:center;align-items:center;
  margin:28px 0 4px;padding:0 var(--space-gutter, 0);
}
.shop-view-more-wrap[hidden]{display:none !important}
.shop-view-more{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:12px 34px;
  border-radius:999px;
  font-family:"Fraunces",Georgia,serif;
  font-size:15px;font-weight:600;letter-spacing:.02em;
  text-decoration:none;color:#f6f1e6;
  background:linear-gradient(135deg,#1a1d26 0%,#2a2438 55%,#1a1d26 100%);
  border:1px solid rgba(198,164,93,.45);
  box-shadow:
    0 1px 0 rgba(255,255,255,.12) inset,
    0 14px 32px rgba(15,17,23,.28),
    0 0 24px rgba(198,164,93,.12);
  transition:transform .22s cubic-bezier(.22,.8,.36,1),box-shadow .22s ease,border-color .22s ease,filter .22s ease;
}
.shop-view-more:hover{
  transform:translateY(-2px);
  border-color:rgba(198,164,93,.7);
  filter:brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255,255,255,.16) inset,
    0 18px 40px rgba(15,17,23,.32),
    0 0 32px rgba(198,164,93,.2);
}

/* Quick View detail sections */
.product-detail .pd-brand{
  margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;color:var(--muted,#8b8474);
}
.product-detail .pd-section-title{
  margin:16px 0 8px;font-size:12px;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--muted,#8b8474);
}
.product-detail .pd-trust{margin:10px 0 4px}
.product-detail .pd-desc p{margin:0;line-height:1.6}
.product-detail .pd-variant-row{display:flex;flex-direction:column;gap:6px;margin:0 0 10px}
.product-detail .pd-variant-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted,#8b8474)}
.product-detail .card-rating{margin:4px 0 8px;color:#c6a45d;font-size:13px;display:flex;gap:6px;align-items:center}
.product-detail .card-rating-num{color:var(--muted,#8b8474);font-size:12px;font-weight:600}

/* Pre-owned assurances */
#preowned .assure-row{margin:0 0 22px;gap:10px}
#preowned .assure-row span{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(198,164,93,.28);
  box-shadow:0 8px 20px rgba(29,27,22,.05);
  padding:9px 16px;font-size:12.5px;
}

/* Brand Worlds */
#brands .brand-worlds{gap:18px}
#brands .world{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.88);
  border-radius:22px;padding:26px 22px;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 14px 34px rgba(29,27,22,.07);
  transition:transform .25s cubic-bezier(.22,.8,.36,1),box-shadow .25s ease,border-color .25s ease;
}
#brands .world:hover{
  transform:translateY(-5px);
  border-color:rgba(198,164,93,.4);
  box-shadow:0 22px 48px rgba(29,27,22,.12);
}
#brands .world h3{font-family:"Fraunces",Georgia,serif;font-size:1.2rem;margin:0}
#brands .world-label{
  border-radius:999px;padding:5px 11px;font-size:9.5px;font-weight:700;letter-spacing:.12em;
}

/* Featured / Star Sellers */
#sellers-spotlight .star-sellers{gap:18px}
#sellers-spotlight .star-seller{
  background:rgba(255,255,255,.8);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:24px;padding:28px 22px 56px;
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 14px 34px rgba(29,27,22,.07);
  transition:transform .25s cubic-bezier(.22,.8,.36,1),box-shadow .25s ease,border-color .25s ease;
}
#sellers-spotlight .star-seller:hover{
  transform:translateY(-6px);
  border-color:rgba(25,166,201,.35);
  box-shadow:0 24px 52px rgba(29,27,22,.12),0 0 28px rgba(25,166,201,.1);
}
#sellers-spotlight .star-seller .seller-avatar{
  width:72px;height:72px;font-size:22px;
  box-shadow:0 12px 28px rgba(29,27,22,.16),0 0 0 3px rgba(255,255,255,.85);
}
#sellers-spotlight .star-seller strong{font-family:"Fraunces",Georgia,serif;font-size:1.05rem}
#sellers-spotlight .seller-chip{
  display:inline-flex;margin:8px 0 10px;border-radius:999px;padding:7px 14px;
}

/* Official brands product row polish (section already premium) */
#official-brands .obp-card{
  border-radius:20px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(8px);
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 12px 30px rgba(29,27,22,.07);
}
#official-brands .obp-body h4{font-family:"Fraunces",Georgia,serif}

/* Seller CTA */
#sell-cta{background:transparent;padding-top:clamp(12px,2vw,24px);padding-bottom:clamp(12px,2vw,24px)}
#sell-cta .seller-cta{
  border-radius:28px;
  box-shadow:0 24px 60px rgba(21,23,29,.28),0 0 48px rgba(123,47,190,.18);
}
#sell-cta .seller-cta h2{letter-spacing:-.02em}

/* Business Services */
#services .svc-card{
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:24px;
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 14px 34px rgba(29,27,22,.07);
}
#services .svc-card:hover{
  transform:translateY(-5px);
  border-color:rgba(25,166,201,.35);
  box-shadow:0 24px 52px rgba(29,27,22,.12);
}
#services .svc-body h3{font-family:"Fraunces",Georgia,serif}
#services .svc-media{border-radius:16px;overflow:hidden}

/* Buyer Protection */
#protection .trust-strip{gap:16px}
#protection .trust-strip > div{
  background:rgba(255,255,255,.8);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:22px;padding:22px 20px;
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 14px 34px rgba(29,27,22,.07);
  transition:transform .25s cubic-bezier(.22,.8,.36,1),box-shadow .25s ease,border-color .25s ease;
}
#protection .trust-strip > div:hover{
  transform:translateY(-4px);
  border-color:rgba(198,164,93,.4);
  box-shadow:0 22px 48px rgba(29,27,22,.11);
}
#protection .trust-strip .t-icon{
  width:48px;height:48px;border-radius:16px;
  background:linear-gradient(145deg,#fff8e8,#efdcac);
  border:1px solid rgba(198,164,93,.35);
  box-shadow:0 8px 18px rgba(161,128,60,.12);
}
#protection .trust-strip strong{font-family:"Fraunces",Georgia,serif;font-size:1.02rem}

/* Community Stories */
#community .stories-grid{gap:20px}
#community .story-tile{
  border-radius:26px;border:1px solid rgba(255,255,255,.2);
  box-shadow:0 18px 44px rgba(29,27,22,.14);
  transition:transform .28s cubic-bezier(.22,.8,.36,1),box-shadow .28s ease;
}
#community .story-tile:hover{
  transform:translateY(-7px) scale(1.01);
  box-shadow:0 28px 60px rgba(29,27,22,.2);
}
#community .story-body{padding:26px}
#community .story-body h3{font-size:1.45rem;letter-spacing:-.02em}
#community .stories-see-all{
  border-radius:999px;padding:9px 18px;align-self:flex-start;
  background:rgba(255,255,255,.72);border:1px solid rgba(29,27,22,.1);
  font-size:12px;font-weight:700;letter-spacing:.04em;
  box-shadow:0 8px 20px rgba(29,27,22,.05);
}
#community .section-head{align-items:flex-end}
#community .stories-cta{margin-top:28px}
#community .stories-cta .btn{
  border-radius:999px;padding:12px 26px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(198,164,93,.35);
  box-shadow:0 10px 26px rgba(29,27,22,.06);
}

/* Value band */
.value-band{
  gap:18px;padding:clamp(28px,4vw,48px) var(--space-gutter);
  background:
    radial-gradient(640px 280px at 10% 50%, rgba(123,47,190,.08), transparent 60%),
    radial-gradient(600px 260px at 90% 50%, rgba(198,164,93,.10), transparent 58%),
    #F8F5EF;
}
.value-band .dark-card{
  border-radius:26px;padding:34px 30px;min-height:210px;
  box-shadow:0 18px 44px rgba(21,23,29,.18);
  transition:transform .25s cubic-bezier(.22,.8,.36,1),box-shadow .25s ease;
}
.value-band .dark-card:hover{transform:translateY(-5px);box-shadow:0 26px 56px rgba(21,23,29,.24)}
.value-band .dark-card h3{font-size:1.5rem;letter-spacing:-.02em}
.value-band .dark-card .btn{border-radius:999px;padding:11px 22px}

/* Vendor apply + customer care panels */
#vendor .vendor-panel,#customer-care .vendor-panel{gap:20px}
#vendor .panel,#customer-care .panel{
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:24px;
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 16px 40px rgba(29,27,22,.08);
}
#vendor .panel h2,#customer-care .care-panel h2{
  font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:-.02em;
}
#vendor .btn.primary,#customer-care .btn.primary,
#careForm .btn.primary,#vendorForm .btn.primary{
  border-radius:999px;min-height:48px;
  background:linear-gradient(135deg,#1a1d26,#0f1117);
  box-shadow:0 12px 28px rgba(15,17,23,.2);
}
#customer-care .help-topic{
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:22px;
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 12px 30px rgba(29,27,22,.06);
}
#customer-care .help-topic:hover{
  border-color:rgba(198,164,93,.4);
  box-shadow:0 20px 44px rgba(29,27,22,.11);
}
#customer-care .help-topic h3{font-family:"Fraunces",Georgia,serif}
#customer-care .support-card{
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,248,230,.9),rgba(255,255,255,.7));
  border:1px solid rgba(198,164,93,.28);
}

/* Newsletter ? vibrant teal?blue editorial band (reference) */
#newsletter.newsletter{
  margin:0 var(--space-gutter) clamp(48px,7vw,88px);
  padding:clamp(36px,5vw,64px);
  border-radius:28px;
  background:
    radial-gradient(560px 280px at 8% 20%, rgba(255,255,255,.18), transparent 55%),
    radial-gradient(520px 260px at 92% 80%, rgba(25,166,201,.35), transparent 60%),
    linear-gradient(115deg,#0b3d4a 0%,#0e6e8a 42%,#1d8fc4 78%,#2aa8d8 100%);
  box-shadow:0 24px 60px rgba(14,80,110,.28),0 0 48px rgba(25,166,201,.16);
  overflow:hidden;
}
#newsletter .eyebrow{
  display:inline-flex;padding:7px 14px;border-radius:999px;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);
  color:#e8f7fb;letter-spacing:.16em;
}
#newsletter h2{
  color:#fff;font-size:clamp(1.8rem,3.4vw,2.6rem);
  letter-spacing:.04em;text-transform:uppercase;margin:12px 0 10px;
}
#newsletter p{color:rgba(255,255,255,.82);font-size:15px;line-height:1.6;max-width:42ch}
#newsletter .newsletter-form{
  display:grid;grid-template-columns:1fr auto;gap:0;align-items:center;
  background:rgba(255,255,255,.96);border-radius:999px;
  padding:6px 6px 6px 20px;
  box-shadow:0 14px 36px rgba(8,40,55,.22);
}
#newsletter .newsletter-form input{
  border:0;background:transparent;box-shadow:none;min-height:48px;padding:10px 8px;
}
#newsletter .newsletter-form input:focus-visible{outline:none;box-shadow:none}
#newsletter .newsletter-form .btn.light{
  width:48px;height:48px;min-height:48px;padding:0;border-radius:50%;
  background:#111111;border-color:#111111;color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:0;line-height:0;
  box-shadow:0 8px 18px rgba(0,0,0,.22);
  transition:transform .2s ease,filter .2s ease;
}
#newsletter .newsletter-form .btn.light::after{
  content:"";width:16px;height:16px;
  background:no-repeat center / contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}
#newsletter .newsletter-form .btn.light:hover{filter:brightness(1.1);transform:scale(1.04)}
#newsletter .newsletter-form .wide{grid-column:1/-1;padding:8px 8px 0;margin:0}

/* Footer polish */
.footer.footer-luxe{
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(123,47,190,.18), transparent 55%),
    radial-gradient(640px 260px at 90% 100%, rgba(198,164,93,.14), transparent 58%),
    #12141a;
  padding-top:clamp(52px,7vw,84px);
  border-top:1px solid rgba(198,164,93,.22);
}
.footer.footer-luxe img{height:52px;border-radius:12px}
.footer.footer-luxe h4{letter-spacing:.14em;color:#e9d3a3}
.footer.footer-luxe a:hover{color:#f0e1b8}
.footer.footer-luxe .footer-legal{
  border-top-color:rgba(236,231,218,.1);
  margin-top:32px;padding-top:20px;
}

@media (prefers-reduced-motion:reduce){
  #new::before,#shop::before,#preowned::before,#brands::before,
  #sellers-spotlight::before,#services::before,#protection::before,
  #community::before,#vendor::before,#customer-care::before{animation:none}
  #new .card,#shop .card,#preowned .card,
  #brands .world,#sellers-spotlight .star-seller,
  #protection .trust-strip > div,#community .story-tile,
  .value-band .dark-card,#services .svc-card{transition:none}
  #new .card:hover,#shop .card:hover,#preowned .card:hover,
  #brands .world:hover,#sellers-spotlight .star-seller:hover,
  #protection .trust-strip > div:hover,#community .story-tile:hover,
  .value-band .dark-card:hover,#services .svc-card:hover{transform:none}
}
@media(max-width:760px){
  #newsletter .newsletter-form{grid-template-columns:1fr auto;padding-left:14px}
  #newsletter h2{letter-spacing:.02em}
}

/* ==========================================================================
   NEW ARRIVALS ? premium reference redesign (scoped to #new only)
   ========================================================================== */
#new{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(820px 400px at 6% 8%, rgba(36,71,201,.11), transparent 58%),
    radial-gradient(760px 380px at 94% 14%, rgba(123,47,190,.10), transparent 56%),
    radial-gradient(640px 320px at 78% 92%, rgba(213,67,154,.09), transparent 58%),
    radial-gradient(600px 300px at 14% 88%, rgba(25,166,201,.10), transparent 55%),
    radial-gradient(580px 280px at 50% 100%, rgba(198,164,93,.12), transparent 60%),
    #F8F5EF !important;
  padding-top:clamp(52px,7vw,88px);
  padding-bottom:clamp(56px,7vw,92px);
}
#new::before{display:none !important} /* use .na-ambient blobs instead */
#new .na-ambient{
  position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden;
}
#new .na-blob{
  position:absolute;border-radius:50%;filter:blur(70px);opacity:.62;
  will-change:transform,opacity;
  animation:na-float 22s ease-in-out infinite alternate;
}
#new .na-blob-a{width:420px;height:420px;left:-120px;top:4%;background:rgba(36,71,201,.42);animation-duration:26s}
#new .na-blob-b{width:380px;height:380px;right:-100px;top:8%;background:rgba(123,47,190,.38);animation-duration:24s;animation-delay:-4s}
#new .na-blob-c{width:320px;height:320px;left:38%;top:-40px;background:rgba(213,67,154,.32);animation-duration:28s;animation-delay:-8s}
#new .na-blob-d{width:300px;height:300px;left:8%;bottom:6%;background:rgba(25,166,201,.36);animation-duration:21s;animation-delay:-2s}
#new .na-blob-e{width:340px;height:340px;right:12%;bottom:-60px;background:rgba(198,164,93,.4);animation-duration:30s;animation-delay:-6s}
#new .na-blob-f{width:240px;height:240px;left:58%;top:42%;background:rgba(36,71,201,.22);animation-duration:19s;animation-delay:-10s;opacity:.45}
@keyframes na-float{
  0%{transform:translate3d(0,0,0) scale(1);opacity:.5}
  50%{transform:translate3d(24px,-28px,0) scale(1.1);opacity:.72}
  100%{transform:translate3d(-18px,16px,0) scale(.94);opacity:.48}
}
#new .na-head,
#new #newGrid{position:relative;z-index:1}
#new .na-head{
  text-align:center;margin:0 auto clamp(28px,4vw,44px);
  display:flex;justify-content:center;
}
#new .na-head > div{max-width:560px}
#new .na-head .eyebrow{
  display:inline-flex;margin:0 auto 14px;padding:8px 16px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(198,164,93,.35);
  box-shadow:0 10px 26px rgba(29,27,22,.06);
  color:#8a6a2f;letter-spacing:.16em;font-size:10.5px;
}
#new .na-head h2{
  font-family:"Fraunces",Georgia,serif;
  font-size:clamp(2.2rem,4vw,3.15rem);
  letter-spacing:-.03em;margin:0 0 12px;color:#171308;
}
#new .na-head .muted{
  margin:0 auto;max-width:42ch;
  font-size:15.5px;line-height:1.7;color:#6a6356;
}

#new #newGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  max-width:1280px;
  margin:0 auto;
}

#new .card{
  --na-glow:rgba(123,47,190,.16);
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.88);
  border-radius:30px;
  overflow:hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 0 0 1px rgba(198,164,93,.06),
    0 16px 40px rgba(29,27,22,.08),
    0 0 36px var(--na-glow);
  transition:transform .32s cubic-bezier(.22,.8,.36,1),box-shadow .32s cubic-bezier(.22,.8,.36,1),border-color .32s ease;
}
#new .card:nth-child(4n+1){--na-glow:rgba(36,71,201,.18)}
#new .card:nth-child(4n+2){--na-glow:rgba(213,67,154,.16)}
#new .card:nth-child(4n+3){--na-glow:rgba(25,166,201,.16)}
#new .card:nth-child(4n+4){--na-glow:rgba(198,164,93,.18)}
#new .card:hover{
  transform:translateY(-8px);
  border-color:rgba(198,164,93,.42);
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 0 0 1px rgba(198,164,93,.12),
    0 28px 60px rgba(29,27,22,.14),
    0 0 48px var(--na-glow);
}
#new .card .exact-ribbon{
  top:18px;left:18px;z-index:3;
  border-radius:999px;padding:5px 11px;
  font-size:9.5px;letter-spacing:.08em;
}
#new .card .product-image-wrap{
  aspect-ratio:1/1;
  margin:14px 14px 0;
  border-radius:22px;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255,255,255,.7), transparent 55%),
    linear-gradient(160deg,#faf7f0,#efe7d6);
  box-shadow:0 0 0 1px rgba(198,164,93,.08) inset;
  overflow:hidden;
  border:0;padding:0;width:calc(100% - 28px);cursor:pointer;
  display:block;font:inherit;color:inherit;
}
#new .card .product-image-wrap img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  transition:transform .45s cubic-bezier(.22,.8,.36,1);
}
#new .card:hover .product-image-wrap img{transform:scale(1.07)}
#new .card .card-body{
  padding:14px 18px 18px;gap:6px;
}
#new .card .tag-row,
#new .card .card-meta-row,
#new .card .exact-ribbon,
#new .card .condition-pill,
#new .card .tag,
#new .card .mini-badge{display:none !important}
#new .card h3{
  margin:0;
  font-family:"Fraunces",Georgia,serif;
  font-size:clamp(1.05rem,1.4vw,1.2rem);
  font-weight:600;line-height:1.25;letter-spacing:-.015em;color:#171308;
  min-height:0;-webkit-line-clamp:2;
}
#new .card .card-brand{
  font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#a1803c;
}
#new .card .price{
  margin:2px 0 0;font-size:20px;font-weight:700;color:#171308;letter-spacing:-.02em;
}
#new .card .inline-actions{
  margin-top:auto;padding-top:10px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
#new .card .inline-actions button{
  min-height:42px;border-radius:999px;font-size:12.5px;font-weight:600;
  padding:10px 12px;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease;
}
#new .card .inline-actions button:not(.primary){
  background:rgba(255,255,255,.78);
  border:1px solid rgba(29,27,22,.1);
  color:#171308;
}
#new .card .inline-actions button:not(.primary):hover{
  background:#fff;border-color:rgba(198,164,93,.45);transform:translateY(-1px);
}
#new .card .inline-actions button.primary{
  grid-column:auto;
  min-height:42px;border-radius:999px;
  background:linear-gradient(135deg,#1a1d26,#0f1117);
  border:1px solid #0f1117;color:#f6f1e6;
  box-shadow:0 12px 26px rgba(15,17,23,.22);
  letter-spacing:.02em;
}
#new .card .inline-actions button.primary:hover{
  filter:brightness(1.08);transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(15,17,23,.28);
}

@media(max-width:1180px){
  #new #newGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
}
@media(max-width:860px){
  #new #newGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  #new .card{border-radius:26px}
  #new .card .product-image-wrap{margin:12px 12px 0;border-radius:18px}
}
@media(max-width:480px){
  #new #newGrid{grid-template-columns:1fr;gap:14px;max-width:420px}
  #new .na-head h2{font-size:2.1rem}
}
@media (prefers-reduced-motion:reduce){
  #new .na-blob{animation:none}
  #new .card,#new .card .product-image-wrap img,#new .card .inline-actions button{transition:none}
  #new .card:hover{transform:none}
  #new .card:hover .product-image-wrap img{transform:none}
}

/* ==========================================================================
   HEADER + NAV + HERO ??? shared UGS universe background (sections below untouched)
   Hero image extends under the transparent 2-row navbar via negative margin.
   ========================================================================== */

.promo{
  background:linear-gradient(90deg,#060a14,#0a1020 50%,#060a14);
  color:rgba(230,236,255,.78);
  border-bottom:1px solid rgba(120,160,255,.12);
  letter-spacing:.12em;
  font-size:10.5px;
  padding:8px var(--space-gutter);
}

/* Transparent navbar over the shared hero background */
.topbar{
  position:sticky;
  top:0;
  z-index:100;
  padding:14px var(--space-gutter) 0;
  background:transparent;
}
.topbar .nav-shell{
  background:rgba(8,12,24,.55);
  backdrop-filter:blur(14px) saturate(1.15);
  -webkit-backdrop-filter:blur(14px) saturate(1.15);
  border:1px solid rgba(160,190,255,.28);
  box-shadow:0 0 0 1px rgba(255,255,255,.04) inset, 0 18px 50px rgba(0,0,0,.28);
  border-radius:22px;
  padding:12px 18px 10px;
  max-width:1460px;
}
.topbar .nav{gap:16px}
.topbar .brand-lockup{gap:10px}
.topbar .brand-lockup img,
.topbar .ugs-logo{
  height:44px;
  width:auto;
  max-width:160px;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
  box-shadow:0 0 0 1px rgba(198,164,93,.28),0 0 20px rgba(80,140,255,.25);
}
.topbar .brand-lockup span{
  color:#f4f1ea;
  font-size:18px;
  letter-spacing:.16em;
}
.topbar .nav-search svg{color:rgba(210,220,255,.55);left:auto;right:14px}
.topbar .nav-search input{
  background:rgba(6,10,22,.35);
  border:1px solid rgba(140,100,255,.4);
  color:#f2f4ff;
  box-shadow:0 0 22px rgba(120,70,255,.14);
  padding:11px 42px 11px 18px;
  border-radius:999px;
}
.topbar .nav-search input::placeholder{color:rgba(190,200,230,.45)}
.topbar .nav-search input:hover,
.topbar .nav-search input:focus{
  background:rgba(8,12,26,.55);
  border-color:rgba(170,130,255,.65);
  outline:none;
}
.topbar #openCart{
  background:rgba(12,16,32,.35);
  color:#f2f4ff;
  border:1px solid rgba(160,190,255,.28);
}
.topbar #openCart:hover{
  background:rgba(20,28,50,.7);
  border-color:rgba(198,164,93,.55);
  color:#fff;
}
.topbar #openCart .cart-badge{
  background:linear-gradient(135deg,#e0bf6a,#c6a45d);
  color:#141018;
  border-color:rgba(10,12,20,.85);
}
.topbar .nav-cta{
  background:linear-gradient(135deg,#f0d08a,#c6a45d 55%,#a8873c);
  color:#141018;
  border:1px solid rgba(230,200,120,.45);
  box-shadow:0 8px 24px rgba(198,164,93,.28);
}
.topbar .nav-cta:hover{
  filter:brightness(1.06);
  box-shadow:0 10px 28px rgba(198,164,93,.4);
}
.topbar .navlinks{
  border-top-color:rgba(140,170,255,.14);
  gap:4px;
  justify-content:flex-start;
  align-items:center;
}
.topbar .navlinks > a,
.topbar .navlinks .nav-trigger{
  border:0;
  background:transparent;
  color:rgba(236,240,255,.9);
  letter-spacing:.1em;
  font-size:11.5px;
  font-weight:600;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
  padding:8px 12px;
  border-radius:999px;
  transition:background .16s var(--ease),color .16s var(--ease);
}
.topbar .navlinks > a:hover,
.topbar .navlinks .nav-trigger:hover,
.topbar .nav-item.open > .nav-trigger{
  background:rgba(120,160,255,.14);
  color:#fff;
}
.topbar .navlinks > a.pill{
  border:1px solid rgba(198,164,93,.5);
  color:#e8d5a0;
  margin-left:auto;
  padding:8px 14px;
}
.topbar .navlinks > a.pill + a.pill{margin-left:0}
.topbar .navlinks > a.pill:hover{
  border-color:#c6a45d;
  background:rgba(198,164,93,.12);
  color:#f5e6c0;
}
.topbar .nav-toggle{
  background:rgba(12,16,32,.4);
  border-color:rgba(160,190,255,.3);
  color:#f2f4ff;
}

/* Mega menus */
.topbar .nav-item{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  align-items:stretch;
}
.topbar .nav-mega{
  display:none;
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  min-width:220px;
  padding:10px;
  border-radius:16px;
  background:rgba(8,12,24,.94);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(140,170,255,.28);
  box-shadow:0 20px 48px rgba(0,0,0,.45),0 0 28px rgba(70,100,220,.12);
  z-index:50;
}
.topbar .nav-mega-wide{min-width:260px}
.topbar .nav-mega a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:rgba(236,240,255,.88);
  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-align:left;
}
.topbar .nav-mega a:hover{
  background:rgba(120,160,255,.14);
  color:#fff;
}
@media(hover:hover) and (min-width:761px){
  .topbar .nav-item.has-mega:hover > .nav-mega,
  .topbar .nav-item.has-mega:focus-within > .nav-mega{
    display:block;
  }
}

/* Scrolled compact bar ??? opaque glass over light page sections */
.topbar.is-scrolled .nav-shell{
  background:rgba(8,12,24,.94) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  border-color:rgba(120,180,255,.22) !important;
  box-shadow:0 12px 36px rgba(0,0,0,.4) !important;
}
.topbar.is-scrolled .brand-lockup img,
.topbar.is-scrolled .ugs-logo{height:30px;max-width:120px;width:auto;object-fit:contain}
.topbar.is-scrolled .brand-lockup span{color:#f4f1ea}
.topbar.is-scrolled .navlinks > a,
.topbar.is-scrolled .navlinks .nav-trigger{color:rgba(236,240,255,.88)}
.topbar.is-scrolled .navlinks > a.pill{color:#e8d5a0;border-color:rgba(198,164,93,.5)}
.topbar.is-scrolled .nav-cta{
  background:linear-gradient(135deg,#f0d08a,#c6a45d);
  color:#141018;
}
.topbar.is-scrolled .nav-item{flex-direction:row}
.topbar.is-scrolled .nav-mega{top:calc(100% + 6px)}

@media(max-width:760px){
  .topbar .navlinks.open{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    background:rgba(8,12,24,.97) !important;
    border:1px solid rgba(120,180,255,.25) !important;
    box-shadow:0 18px 40px rgba(0,0,0,.5) !important;
    padding:10px;
    gap:2px;
  }
  .topbar .nav-item{width:100%}
  .topbar .nav-trigger,
  .topbar .navlinks.open > a{
    width:100%;
    text-align:left;
    padding:12px 14px;
    border-radius:12px;
  }
  .topbar .navlinks.open > a.pill{margin-left:0;text-align:center;margin-top:6px}
  .topbar .nav-mega{
    position:static;
    display:none;
    min-width:0;
    margin:0 0 6px;
    box-shadow:none;
    background:rgba(255,255,255,.04);
  }
  .topbar .nav-item.open > .nav-mega{display:block}
  .topbar .brand-lockup span{display:none}
}

/* Shared full-width universe background (navbar + hero) */
.hero-immersive.ugs-universe{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  text-align:center;
  color:#f4f6ff;
  margin-top:calc(-1 * var(--nav-overlap));
  padding:calc(var(--nav-overlap) + clamp(36px,6vw,72px)) var(--space-gutter) clamp(64px,9vw,120px);
  min-height:clamp(480px,70vh,720px);
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:0;
  background-color:#070b16;
  background-image:
    linear-gradient(180deg, rgba(6,10,22,.72) 0%, rgba(8,14,30,.52) 38%, rgba(6,10,22,.78) 100%),
    radial-gradient(900px 520px at 18% 20%, rgba(55,90,220,.38), transparent 58%),
    radial-gradient(820px 480px at 86% 18%, rgba(120,50,200,.34), transparent 56%),
    radial-gradient(700px 420px at 70% 88%, rgba(198,164,93,.18), transparent 60%),
    url("../img/ugs-logo.png");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}
.hero-immersive.ugs-universe .hero-fx{
  position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden;
}
.hero-immersive.ugs-universe .hero-blob{
  position:absolute;border-radius:50%;filter:blur(72px);opacity:.5;
  animation:hero-drift 28s ease-in-out infinite alternate;
}
.hero-immersive.ugs-universe .hero-blob-a{width:420px;height:420px;left:-120px;top:10%;background:rgba(55,90,255,.45)}
.hero-immersive.ugs-universe .hero-blob-b{width:380px;height:380px;right:-100px;top:6%;background:rgba(130,50,210,.4);animation-delay:-5s}
.hero-immersive.ugs-universe .hero-blob-c{width:320px;height:320px;left:40%;bottom:-40px;background:rgba(198,164,93,.28);animation-delay:-9s}
.hero-immersive.ugs-universe .hero-blob-d{width:280px;height:280px;right:18%;bottom:12%;background:rgba(70,120,255,.3);animation-delay:-2s}
@keyframes hero-drift{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(24px,-18px,0) scale(1.05)}
  100%{transform:translate3d(-14px,14px,0) scale(.97)}
}
.hero-immersive.ugs-universe .hero-spark{
  position:absolute;width:4px;height:4px;border-radius:50%;
  background:#f0d08a;box-shadow:0 0 10px rgba(240,208,138,.9);
  animation:hero-twinkle 3.6s ease-in-out infinite;
}
.hero-immersive.ugs-universe .hero-spark-1{left:18%;top:24%}
.hero-immersive.ugs-universe .hero-spark-2{left:78%;top:18%;background:#7ec8ff;box-shadow:0 0 10px rgba(126,200,255,.9);animation-delay:.6s}
.hero-immersive.ugs-universe .hero-spark-3{left:62%;top:72%;animation-delay:1.2s}
.hero-immersive.ugs-universe .hero-spark-4{left:28%;top:70%;background:#b48cff;box-shadow:0 0 10px rgba(180,140,255,.85);animation-delay:1.8s}
@keyframes hero-twinkle{
  0%,100%{opacity:.25;transform:scale(.8)}
  50%{opacity:1;transform:scale(1.35)}
}
.hero-immersive.ugs-universe .hero-veil{
  position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(48% 46% at 50% 48%, rgba(8,14,30,.12) 0%, rgba(6,10,22,.5) 68%, rgba(6,10,22,.7) 100%);
}
.hero-immersive.ugs-universe .hero-copy{
  position:relative;z-index:1;
  max-width:820px;
  margin:0 auto;
  text-align:center;
}
.hero-immersive.ugs-universe .hero-badge{
  display:inline-flex;
  margin:0 0 18px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(100,50,200,.5),rgba(50,70,180,.4));
  border:1px solid rgba(160,120,255,.45);
  color:#e8dcff;
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-shadow:none;
  box-shadow:0 0 24px rgba(100,60,200,.3);
}
.hero-immersive.ugs-universe h1,
.hero-immersive.ugs-universe #heroHeadline{
  color:#f7f4ee;
  font-family:var(--font-display),Georgia,"Times New Roman",serif;
  font-size:clamp(2.4rem,5.4vw,4.4rem);
  line-height:1.08;
  margin:0 auto 18px;
  max-width:16ch;
  letter-spacing:-.02em;
  text-shadow:0 10px 40px rgba(0,0,0,.45);
}
.hero-immersive.ugs-universe #heroHeadline .accent,
.hero-immersive.ugs-universe h1 .accent{
  display:inline;
  background:linear-gradient(135deg,#f5e0a8,#c6a45d 55%,#a8873c);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  font-style:italic;
}
.hero-immersive.ugs-universe #heroSubhead{
  color:rgba(214,220,240,.82);
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.7;
  max-width:46ch;
  margin:0 auto 30px;
}
.hero-immersive.ugs-universe .hero-actions{
  justify-content:center;
  gap:12px;
}
.hero-immersive.ugs-universe .hero-actions .btn{
  border-radius:14px;
  padding:14px 24px;
  font-size:12.5px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.hero-immersive.ugs-universe #heroPrimary,
.hero-immersive.ugs-universe .hero-actions .btn.primary{
  background:linear-gradient(135deg,#f0d08a,#c6a45d 55%,#a8873c);
  color:#141018;
  border:1px solid rgba(240,208,138,.5);
  box-shadow:0 12px 32px rgba(198,164,93,.35);
}
.hero-immersive.ugs-universe #heroPrimary:hover,
.hero-immersive.ugs-universe .hero-actions .btn.primary:hover{
  filter:brightness(1.05);
  background:linear-gradient(135deg,#f5dca0,#d0b06a);
  color:#141018;
}
.hero-immersive.ugs-universe #heroSecondary,
.hero-immersive.ugs-universe .hero-actions .btn.ghost{
  background:rgba(12,16,32,.4);
  color:#f2f4ff;
  border:1px solid rgba(150,90,255,.55);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 0 22px rgba(120,60,220,.2);
}
.hero-immersive.ugs-universe #heroSecondary:hover,
.hero-immersive.ugs-universe .hero-actions .btn.ghost:hover{
  background:rgba(30,20,60,.65);
  border-color:rgba(180,120,255,.75);
  color:#fff;
}
.hero-immersive.ugs-universe .hero-metrics{
  justify-content:center;
  margin-top:34px;
  gap:10px;
}
.hero-immersive.ugs-universe .hero-metrics span{
  color:rgba(210,218,240,.72);
  background:rgba(10,14,28,.4);
  border:1px solid rgba(140,170,255,.2);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.hero-immersive.ugs-universe .hero-metrics strong{color:#f0d08a;font-size:22px}

/* Taller 2-row nav overlap so the shared image sits under the full navbar */
:root{--nav-overlap:168px}
@media(max-width:980px){:root{--nav-overlap:188px}}
@media(max-width:760px){
  :root{--nav-overlap:132px}
  .hero-immersive.ugs-universe .hero-actions .btn{flex:1 1 100%;justify-content:center}
  .hero-immersive.ugs-universe{background-position:center 18%}
}
@media(max-width:480px){
  .hero-immersive.ugs-universe{min-height:0;padding-bottom:56px}
  .hero-immersive.ugs-universe #heroHeadline{max-width:14ch}
}
@media (prefers-reduced-motion:reduce){
  .hero-immersive.ugs-universe .hero-blob,
  .hero-immersive.ugs-universe .hero-spark{animation:none}
}

/* ==========================================================================
   UGS NIGHT MALL ? consistent homepage atmosphere (layout-preserving)
   Hero keeps ugs-logo.png. Below hero: midnight base + CSS glows/noise.
   Scoped to body.ugs-night-mall so seller/admin pages stay unchanged.
   ========================================================================== */

body.ugs-night-mall{
  background:#070b14;
  color:#e6e4dc;
}
body.ugs-night-mall h1,
body.ugs-night-mall h2,
body.ugs-night-mall h3,
body.ugs-night-mall h4{color:#f3f0e8}

/* Fixed atmosphere behind all content (does not cover hero image paint) */
body.ugs-night-mall .mall-atmosphere{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
  background:
    radial-gradient(900px 520px at 12% 18%, rgba(48,72,160,.22), transparent 58%),
    radial-gradient(820px 480px at 88% 22%, rgba(88,48,150,.18), transparent 56%),
    radial-gradient(700px 420px at 70% 88%, rgba(198,164,93,.07), transparent 62%),
    radial-gradient(640px 380px at 20% 78%, rgba(40,70,140,.14), transparent 58%),
    linear-gradient(180deg,#060914 0%,#0a1020 42%,#070b14 100%);
}
body.ugs-night-mall .mall-atmosphere .mall-noise{
  position:absolute;inset:0;
  opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size:180px 180px;
  mix-blend-mode:overlay;
}
body.ugs-night-mall .mall-atmosphere .mall-glow{
  position:absolute;border-radius:50%;filter:blur(80px);opacity:.42;
  animation:mall-ambience 32s ease-in-out infinite alternate;
}
body.ugs-night-mall .mall-glow-a{width:480px;height:480px;left:-140px;top:12%;background:rgba(55,80,170,.45);animation-duration:34s}
body.ugs-night-mall .mall-glow-b{width:420px;height:420px;right:-120px;top:28%;background:rgba(100,50,170,.38);animation-duration:30s;animation-delay:-6s}
body.ugs-night-mall .mall-glow-c{width:360px;height:360px;left:38%;top:48%;background:rgba(198,164,93,.16);animation-duration:36s;animation-delay:-10s}
body.ugs-night-mall .mall-glow-d{width:400px;height:400px;left:8%;bottom:8%;background:rgba(40,90,180,.32);animation-duration:28s;animation-delay:-3s}
body.ugs-night-mall .mall-glow-e{width:340px;height:340px;right:14%;bottom:18%;background:rgba(120,60,180,.28);animation-duration:33s;animation-delay:-8s}
@keyframes mall-ambience{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(24px,-20px,0) scale(1.06)}
  100%{transform:translate3d(-16px,14px,0) scale(.96)}
}

body.ugs-night-mall .promo,
body.ugs-night-mall main,
body.ugs-night-mall .footer,
body.ugs-night-mall .newsletter{
  position:relative;z-index:1;
}

/* Keep navbar above the hero pull-up (negative margin) at all times */
body.ugs-night-mall .topbar{
  position:sticky !important;
  top:0 !important;
  z-index:100 !important;
  isolation:isolate;
}
body.ugs-night-mall .topbar .nav-shell{
  background:rgba(8,12,24,.72) !important;
  backdrop-filter:blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter:blur(16px) saturate(1.2) !important;
  border:1px solid rgba(160,190,255,.28) !important;
  box-shadow:0 12px 36px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.05) inset !important;
}

/* Hero keeps its own image ? atmosphere sits behind, not painted over it */
body.ugs-night-mall .hero-immersive.ugs-universe{
  isolation:isolate;
}

/* ---- Kill flat ivory / flat section fills ? continue night atmosphere ---- */
body.ugs-night-mall .explore-mall,
body.ugs-night-mall .featured-deals,
body.ugs-night-mall #new,
body.ugs-night-mall #shop,
body.ugs-night-mall #preowned,
body.ugs-night-mall #official-brands,
body.ugs-night-mall #brands,
body.ugs-night-mall #sellers-spotlight,
body.ugs-night-mall #sell-cta,
body.ugs-night-mall #services,
body.ugs-night-mall #protection,
body.ugs-night-mall #community,
body.ugs-night-mall #vendor,
body.ugs-night-mall #customer-care,
body.ugs-night-mall .value-band,
body.ugs-night-mall .business-services,
body.ugs-night-mall .customer-care,
body.ugs-night-mall .official-brands,
body.ugs-night-mall .preowned-exact,
body.ugs-night-mall .shop-tools{
  background:#0a1020 !important;
  background-color:transparent !important;
  background-image:
    radial-gradient(780px 360px at 10% 0%, rgba(55,85,175,.14), transparent 58%),
    radial-gradient(720px 340px at 92% 18%, rgba(100,50,165,.12), transparent 56%),
    radial-gradient(560px 280px at 50% 100%, rgba(198,164,93,.06), transparent 62%) !important;
}

/* Soften section ::before washes to blue/purple/gold only */
body.ugs-night-mall #new::before,
body.ugs-night-mall #shop::before,
body.ugs-night-mall #preowned::before,
body.ugs-night-mall #brands::before,
body.ugs-night-mall #sellers-spotlight::before,
body.ugs-night-mall #services::before,
body.ugs-night-mall #protection::before,
body.ugs-night-mall #community::before,
body.ugs-night-mall #vendor::before,
body.ugs-night-mall #customer-care::before{
  background:
    radial-gradient(720px 340px at 8% 12%, rgba(55,85,175,.16), transparent 58%),
    radial-gradient(680px 320px at 94% 18%, rgba(100,50,165,.14), transparent 56%),
    radial-gradient(500px 240px at 50% 100%, rgba(198,164,93,.08), transparent 60%) !important;
  opacity:.9;
  filter:blur(2px);
}

/* Explore / deals / new ambient: remove pink & cyan overload */
body.ugs-night-mall .explore-mall,
body.ugs-night-mall .featured-deals{
  background-image:
    radial-gradient(900px 440px at 8% 12%, rgba(55,85,175,.16), transparent 58%),
    radial-gradient(860px 420px at 92% 10%, rgba(100,50,165,.14), transparent 56%),
    radial-gradient(720px 380px at 72% 92%, rgba(198,164,93,.08), transparent 60%) !important;
  background-color:transparent !important;
}
body.ugs-night-mall .featured-deals .fd-blob-d,
body.ugs-night-mall .featured-deals .fd-blob-e{background:rgba(100,50,165,.28) !important}
body.ugs-night-mall .explore-mall .em-blob-d{background:rgba(100,50,165,.3) !important}
body.ugs-night-mall .explore-mall .em-blob-e{background:rgba(55,90,180,.26) !important}
body.ugs-night-mall #new .na-blob-c{background:rgba(100,50,165,.28) !important}
body.ugs-night-mall #new .na-blob-d{background:rgba(55,90,180,.3) !important}
body.ugs-night-mall #new{
  background-image:
    radial-gradient(900px 420px at 12% 8%, rgba(55,85,175,.15), transparent 58%),
    radial-gradient(820px 400px at 88% 14%, rgba(100,50,165,.13), transparent 56%),
    radial-gradient(640px 320px at 50% 100%, rgba(198,164,93,.08), transparent 62%) !important;
  background-color:transparent !important;
}

/* Readable editorial type on night stage */
body.ugs-night-mall .explore-mall .em-head .eyebrow,
body.ugs-night-mall .featured-deals .fd-head .eyebrow,
body.ugs-night-mall #new .na-head .eyebrow,
body.ugs-night-mall #new .eyebrow,
body.ugs-night-mall #shop .eyebrow,
body.ugs-night-mall #preowned .eyebrow,
body.ugs-night-mall #brands .eyebrow,
body.ugs-night-mall #sellers-spotlight .eyebrow,
body.ugs-night-mall #services .eyebrow,
body.ugs-night-mall #protection .eyebrow,
body.ugs-night-mall #community .eyebrow,
body.ugs-night-mall #customer-care .eyebrow,
body.ugs-night-mall #vendor .eyebrow,
body.ugs-night-mall #official-brands .eyebrow{
  background:rgba(12,16,32,.55) !important;
  border-color:rgba(198,164,93,.35) !important;
  color:#e0bf6a !important;
  box-shadow:0 8px 22px rgba(0,0,0,.25) !important;
}
body.ugs-night-mall .explore-mall .em-head h2,
body.ugs-night-mall .featured-deals .fd-head h2,
body.ugs-night-mall #new .na-head h2,
body.ugs-night-mall #new .section-head h2,
body.ugs-night-mall #shop .section-head h2,
body.ugs-night-mall #preowned .section-head h2,
body.ugs-night-mall #brands .section-head h2,
body.ugs-night-mall #sellers-spotlight .section-head h2,
body.ugs-night-mall #services .section-head h2,
body.ugs-night-mall #protection .section-head h2,
body.ugs-night-mall #community .section-head h2,
body.ugs-night-mall #customer-care .section-head h2,
body.ugs-night-mall #official-brands .section-head h2{
  color:#f4f1ea !important;
}
body.ugs-night-mall .explore-mall .em-head .muted,
body.ugs-night-mall .featured-deals .fd-head .muted,
body.ugs-night-mall #new .na-head .muted,
body.ugs-night-mall #new .section-head .muted,
body.ugs-night-mall #shop .section-head .muted,
body.ugs-night-mall #preowned .section-head .muted,
body.ugs-night-mall #brands .section-head .muted,
body.ugs-night-mall #sellers-spotlight .section-head .muted,
body.ugs-night-mall #services .section-head .muted,
body.ugs-night-mall #community .section-head .muted,
body.ugs-night-mall #customer-care .section-head .muted,
body.ugs-night-mall #official-brands .section-head .muted,
body.ugs-night-mall .muted{
  color:rgba(210,214,230,.72) !important;
}
body.ugs-night-mall #shop .results-summary{color:rgba(210,214,230,.65) !important}
body.ugs-night-mall .featured-deals .fd-count{
  background:rgba(12,16,32,.55) !important;
  border-color:rgba(140,170,255,.22) !important;
  color:rgba(230,234,255,.85) !important;
}

/* Keep product/content cards as luminous glass for contrast */
body.ugs-night-mall #new .card,
body.ugs-night-mall #shop .card,
body.ugs-night-mall #preowned .card,
body.ugs-night-mall .obp-card,
body.ugs-night-mall .svc-card,
body.ugs-night-mall .world,
body.ugs-night-mall .star-seller,
body.ugs-night-mall .care-panel,
body.ugs-night-mall .panel{
  background:rgba(16,20,36,.72) !important;
  border-color:rgba(140,170,255,.18) !important;
  color:#ece8df !important;
  box-shadow:0 16px 40px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.04) inset !important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
body.ugs-night-mall #new .card h3,
body.ugs-night-mall #shop .card h3,
body.ugs-night-mall #preowned .card h3,
body.ugs-night-mall .obp-card h4,
body.ugs-night-mall .svc-card h3,
body.ugs-night-mall .world h3,
body.ugs-night-mall .star-seller strong,
body.ugs-night-mall .panel h3,
body.ugs-night-mall .care-panel h3{
  color:#f4f1ea !important;
}
body.ugs-night-mall #new .card .price,
body.ugs-night-mall #shop .card .price,
body.ugs-night-mall #preowned .card .price,
body.ugs-night-mall .obp-card .price,
body.ugs-night-mall .price{color:#e8d5a0 !important}
body.ugs-night-mall #new .card .card-brand,
body.ugs-night-mall #shop .card .card-brand,
body.ugs-night-mall #preowned .card .card-brand{color:rgba(210,214,230,.65) !important}
body.ugs-night-mall #new .card .product-image-wrap,
body.ugs-night-mall #shop .card .product-image-wrap,
body.ugs-night-mall #preowned .card .product-image-wrap,
body.ugs-night-mall .obp-media,
body.ugs-night-mall .svc-media{
  background:linear-gradient(160deg,#1a2034,#121826) !important;
}
body.ugs-night-mall #new .card .inline-actions button,
body.ugs-night-mall #shop .card .inline-actions button,
body.ugs-night-mall #preowned .card .inline-actions button,
body.ugs-night-mall .inline-actions button{
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(160,190,255,.22) !important;
  color:#f0eee8 !important;
}
body.ugs-night-mall #new .card .inline-actions button.primary,
body.ugs-night-mall #shop .card .inline-actions button.primary,
body.ugs-night-mall #preowned .card .inline-actions button.primary,
body.ugs-night-mall .inline-actions button.primary,
body.ugs-night-mall .btn.primary{
  background:linear-gradient(135deg,#1c2030,#0f121c) !important;
  border-color:rgba(198,164,93,.35) !important;
  color:#f0e1b8 !important;
}
body.ugs-night-mall #shop .toolbox select,
body.ugs-night-mall #shop .toolbox input,
body.ugs-night-mall select,
body.ugs-night-mall input:not([type="checkbox"]):not([type="radio"]),
body.ugs-night-mall textarea{
  background:rgba(12,16,32,.65) !important;
  border-color:rgba(140,170,255,.22) !important;
  color:#ece8df !important;
}
body.ugs-night-mall .assure-row span,
body.ugs-night-mall .care-scope span{
  background:rgba(12,16,32,.55) !important;
  border-color:rgba(198,164,93,.28) !important;
  color:#e0bf6a !important;
}
body.ugs-night-mall .featured-deals .fd-body{
  background:linear-gradient(180deg,rgba(14,18,32,.55),rgba(10,14,26,.92)) !important;
  color:#ece8df !important;
}
body.ugs-night-mall .featured-deals .fd-card{
  background:rgba(14,18,32,.55) !important;
  border-color:rgba(140,170,255,.18) !important;
}
body.ugs-night-mall .featured-deals .fd-body h3{color:#f4f1ea !important}
body.ugs-night-mall .featured-deals .fd-panel{
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
}
body.ugs-night-mall #official-brands,
body.ugs-night-mall .official-brands{
  background:
    radial-gradient(720px 280px at 12% 0%, rgba(198,164,93,.12), transparent 58%),
    radial-gradient(640px 260px at 92% 100%, rgba(55,85,175,.16), transparent 60%),
    linear-gradient(180deg,#080c16 0%,#0a1020 48%,#070b14 100%) !important;
  background-color:transparent !important;
}
body.ugs-night-mall .ob-card{
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(198,164,93,.12), transparent 55%),
    linear-gradient(165deg,#161c2c 0%,#0e1422 55%,#0a0e18 100%) !important;
  border-color:rgba(198,164,93,.34) !important;
}
body.ugs-night-mall #ob-god-me-please,
body.ugs-night-mall #ob-kush-velair,
body.ugs-night-mall #ob-red-ribbon,
body.ugs-night-mall #ob-scotty,
body.ugs-night-mall #ob-bosset,
body.ugs-night-mall #ob-fuck-being-broke,
body.ugs-night-mall .ob-brand-section{
  background:
    radial-gradient(720px 280px at 12% 0%, rgba(198,164,93,.12), transparent 58%),
    radial-gradient(640px 260px at 92% 100%, rgba(55,85,175,.16), transparent 60%),
    linear-gradient(180deg,#080c16 0%,#0a1020 48%,#070b14 100%) !important;
  background-color:transparent !important;
}
body.ugs-night-mall .ob-brand-section .section-head h2{color:#f4f1ea !important}
body.ugs-night-mall .ob-brand-section .section-head .muted{color:rgba(210,214,230,.72) !important}
body.ugs-night-mall .ob-brand-grid .card{
  background:linear-gradient(165deg,#171d2d,#0e1422) !important;
  border-color:rgba(198,164,93,.26) !important;
}
body.ugs-night-mall .ob-brand-grid .card h3,
body.ugs-night-mall .ob-brand-grid .card .price{color:#f4f1ea !important}
body.ugs-night-mall .ob-brand-grid .card .card-brand,
body.ugs-night-mall .ob-brand-grid .card .card-rating-num,
body.ugs-night-mall .ob-brand-grid .card .card-rating-count{color:rgba(210,214,230,.65) !important}
body.ugs-night-mall .ob-brand-grid .card .card-details-link{color:#e0bf6a !important}
body.ugs-night-mall .ob-showcase{
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(198,164,93,.1), transparent 55%),
    linear-gradient(160deg,#141a2a 0%,#0d1320 55%,#090e18 100%) !important;
  border-color:rgba(198,164,93,.3) !important;
  box-shadow:0 22px 48px rgba(0,0,0,.35);
}
body.ugs-night-mall .ob-showcase-head h3{color:#f4f1ea !important}
body.ugs-night-mall .ob-showcase-head .muted{color:rgba(210,214,230,.72) !important}
body.ugs-night-mall .ob-media{
  background:
    radial-gradient(90% 80% at 50% 30%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(160deg,#1a2030,#0c101a) !important;
  border-bottom-color:rgba(198,164,93,.22) !important;
}
body.ugs-night-mall .ob-body h3{color:#f4efe3 !important}
body.ugs-night-mall .ob-body p{color:rgba(220,224,238,.62) !important}
body.ugs-night-mall .ob-cta{color:#e0bf6a !important;border-bottom-color:rgba(224,191,106,.4) !important}
body.ugs-night-mall .world-label.neutral,
body.ugs-night-mall .world-label.vendor{
  background:rgba(12,16,32,.7) !important;
  border-color:rgba(140,170,255,.25) !important;
  color:rgba(220,226,245,.85) !important;
}
body.ugs-night-mall .world-label.official,
body.ugs-night-mall .admin-chip{
  background:linear-gradient(120deg,#e9d3a3,#c6a45d) !important;
  color:#171308 !important;
}
body.ugs-night-mall .seller-chip{
  background:rgba(55,85,175,.25) !important;
  border-color:rgba(100,140,220,.35) !important;
  color:#c8d6ff !important;
}
body.ugs-night-mall .star-sellers .star-seller::after{
  background:rgba(12,16,32,.8) !important;
  border-color:rgba(198,164,93,.35) !important;
  color:#e0bf6a !important;
}
body.ugs-night-mall .star-sellers .star-seller:hover::after{
  background:rgba(198,164,93,.2) !important;
  color:#f0e1b8 !important;
}
body.ugs-night-mall .form-grid input,
body.ugs-night-mall .form-grid textarea,
body.ugs-night-mall .form-grid select,
body.ugs-night-mall .customer-care .form-grid input,
body.ugs-night-mall .customer-care .form-grid textarea{
  background:rgba(12,16,32,.7) !important;
  border-color:rgba(140,170,255,.22) !important;
  color:#ece8df !important;
}
body.ugs-night-mall .support-line{
  background:rgba(12,16,32,.55) !important;
  border-color:rgba(140,170,255,.2) !important;
  color:#ece8df !important;
}
body.ugs-night-mall .help-topic{
  background:rgba(14,18,32,.65) !important;
  border-color:rgba(140,170,255,.18) !important;
  color:#ece8df !important;
}
body.ugs-night-mall .value-band .dark-card,
body.ugs-night-mall .value-band .panel{
  background:rgba(14,18,32,.7) !important;
  border-color:rgba(198,164,93,.22) !important;
}
body.ugs-night-mall #newsletter.newsletter{
  background:
    radial-gradient(700px 280px at 20% 0%, rgba(55,85,175,.28), transparent 60%),
    radial-gradient(600px 260px at 90% 100%, rgba(100,50,165,.22), transparent 58%),
    linear-gradient(120deg,#0a1020,#12182c 50%,#0a1020) !important;
}
body.ugs-night-mall .footer.footer-luxe{
  background:
    radial-gradient(800px 300px at 10% 0%, rgba(55,85,175,.12), transparent 60%),
    linear-gradient(180deg,#080c16,#060914) !important;
}
body.ugs-night-mall .drawer,
body.ugs-night-mall .cart-drawer,
body.ugs-night-mall aside.cart,
body.ugs-night-mall #cartDrawer,
body.ugs-night-mall .product-modal{
  background:rgba(10,14,26,.96) !important;
  color:#ece8df !important;
  border-color:rgba(140,170,255,.2) !important;
}
body.ugs-night-mall .shop-view-more{
  background:linear-gradient(135deg,#12182c,#1a2038 55%,#12182c) !important;
  border-color:rgba(198,164,93,.5) !important;
  color:#f4f1ea !important;
}
body.ugs-night-mall .card .card-title-btn{color:inherit}
body.ugs-night-mall .product-detail .pd-section-title{color:rgba(198,164,93,.85)}
body.ugs-night-mall .product-detail .pd-brand{color:rgba(210,214,230,.65)}

@media (prefers-reduced-motion:reduce){
  body.ugs-night-mall .mall-atmosphere .mall-glow{animation:none}
}

.ob-section-logo{display:block;width:auto;max-width:120px;height:56px;object-fit:contain;margin:0 auto 12px}
.ob-brand-section .shop-view-more-wrap{gap:10px;flex-wrap:wrap}
.platform-pillars{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;margin:0 12px}
.platform-pillars a{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(236,231,218,.72);text-decoration:none}
.platform-pillars a:hover,.platform-pillars a.is-active{color:var(--gold-soft,#e0bf6a)}
.brand-page{min-height:70vh}
.brand-hero{position:relative;isolation:isolate;min-height:min(72vh,640px);display:grid;align-items:end;padding:clamp(48px,8vw,96px) 0;background:#0d121c;overflow:hidden}
.brand-hero::before{content:"";position:absolute;inset:0;background-image:var(--brand-hero);background-size:cover;background-position:center;opacity:.42;z-index:0}
.brand-hero-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,10,16,.2),rgba(8,10,16,.88))}
.brand-hero-copy{position:relative;z-index:2;max-width:760px}
.brand-hero-logo{width:auto;max-width:160px;height:72px;object-fit:contain;margin-bottom:16px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))}
.brand-hero h1{font-family:"Fraunces",Georgia,serif;font-size:clamp(2rem,5vw,3.4rem);margin:0 0 12px;color:#f4f1ea}
.brand-identity{color:rgba(244,241,234,.82);font-size:1.05rem;max-width:42ch;margin:0 0 22px}
.brand-hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.brand-filters{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end;margin-bottom:18px}
.brand-collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
@media(max-width:900px){
  .platform-pillars{display:none}
}

/* Phase 3 ? homepage layout, search suggestions, membership, product detail extras */
main.home-layout{display:flex;flex-direction:column}
.nav-search{position:relative}
.search-suggestions{
  position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;
  background:rgba(12,16,28,.98);border:1px solid rgba(198,164,93,.28);
  border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.35);
  max-height:min(70vh,520px);overflow:auto;padding:10px;
}
.search-suggestions[hidden]{display:none !important}
.search-suggest-group{margin-bottom:10px}
.search-suggest-group .eyebrow{margin:4px 8px 8px;font-size:10px}
.search-suggestions button{
  width:100%;display:flex;align-items:center;gap:10px;text-align:left;
  background:transparent;border:0;color:#f4f1ea;padding:8px 10px;border-radius:10px;cursor:pointer;
}
.search-suggestions button:hover,.search-suggestions button:focus{background:rgba(198,164,93,.12)}
.search-suggestions button img{width:40px;height:40px;object-fit:cover;border-radius:8px;flex:0 0 auto}
.search-suggestions button span{display:flex;flex-direction:column;gap:2px;min-width:0}
.search-suggestions button em{font-style:normal;color:rgba(210,214,230,.65);font-size:12px}
.search-suggest-empty{padding:12px}
.membership-promo{padding-block:clamp(28px,4vw,48px)}
.membership-card{
  display:flex;flex-wrap:wrap;gap:18px 28px;align-items:center;justify-content:space-between;
  max-width:1280px;margin:0 auto;padding:clamp(22px,3vw,34px);
  border:1px solid rgba(198,164,93,.28);
  background:linear-gradient(145deg,rgba(198,164,93,.12),rgba(20,28,48,.55));
}
.membership-actions{display:flex;flex-wrap:wrap;gap:10px}
.site-social-links{display:flex;flex-direction:column;gap:8px}
.site-social-links .social-chip{display:inline-flex;width:fit-content}
.pd-seller{margin:12px 0;padding:12px 14px}
.pd-seller .inline-actions{margin-top:8px}
.pd-variant-chip{
  border:1px solid rgba(198,164,93,.35);background:transparent;color:inherit;
  border-radius:999px;padding:6px 12px;cursor:pointer;font:inherit;
}
.pd-variant-chip.is-active{background:rgba(198,164,93,.18);border-color:rgba(198,164,93,.7)}
.pd-shipping,.pd-reviews{margin:14px 0}
.pd-review-list{list-style:none;padding:0;margin:8px 0 0;display:grid;gap:10px}
.pd-review-list li{padding:10px 12px;border:1px solid rgba(198,164,93,.18);border-radius:12px}

/* Phase 5 ? seller storefront + marketplace ops */
.verified-store-badge{
  display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:4px 10px;border-radius:999px;
  font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;
  background:linear-gradient(120deg,#e8f6f2,#d5efe8);color:#0c5c56;border:1px solid #a9d8ce;
}
.store-policies{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.store-hero .brand-hero-logo{max-height:72px;width:auto;margin-bottom:12px;border-radius:12px;background:#fff;padding:8px}
.seller-order-actions{display:flex;flex-wrap:wrap;gap:6px;min-width:180px}
.seller-order-actions .btn{font-size:12px;padding:6px 10px}
.status-rejected,.status-sold,.status-hidden{background:var(--coral-soft,#f6e3dc);color:#8f3520;border-color:#e0b3a4}
.status-rejected::before,.status-sold::before,.status-hidden::before{background:#8f3520}
@media (max-width:900px){
  .store-policies{grid-template-columns:1fr}
  .seller-order-actions{min-width:0}
}
@media (max-width:760px){
  .search-suggestions{position:fixed;left:12px;right:12px;top:68px;width:auto}
  .membership-card{flex-direction:column;align-items:flex-start}
  .toolbox{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
}

/* Phase 6 ? Community hub */
.community-hub-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px auto 8px;padding:0 16px}
.community-hub-tabs button{border:1px solid rgba(198,164,93,.35);background:#fffdf8;border-radius:999px;padding:8px 14px;cursor:pointer;font:inherit}
.community-hub-tabs button.active{background:rgba(198,164,93,.2);border-color:rgba(198,164,93,.7);font-weight:700}
.community-hub-root{padding-bottom:40px}
.community-engage{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.community-engage button{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer}
.community-stores{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.community-store-chip{display:inline-flex;padding:4px 10px;border-radius:999px;background:#e9f4f7;color:#0f5e70;text-decoration:none;font-size:12px;font-weight:600}
.community-post-video video,.story-card video{width:100%;max-height:360px;border-radius:14px;background:#111}
.community-stories{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.dm-layout{display:grid;grid-template-columns:280px 1fr;gap:14px;min-height:360px}
.dm-list{display:flex;flex-direction:column;gap:6px;max-height:480px;overflow:auto}
.dm-row{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;border:0;background:transparent;padding:10px;border-radius:12px;cursor:pointer}
.dm-row.active,.dm-row:hover{background:rgba(198,164,93,.12)}
.dm-bubble{padding:10px 12px;border-radius:14px;background:#f4f1ea;margin:8px 0;max-width:85%}
.dm-bubble.mine{background:rgba(198,164,93,.2);margin-left:auto}
.community-composer{margin-bottom:18px}
.collab-thread{max-height:240px;overflow:auto;margin:10px 0;padding:10px;border:1px solid rgba(0,0,0,.08);border-radius:12px}
@media (max-width:800px){
  .dm-layout{grid-template-columns:1fr}
}
