/* Turner Essentials LLC — warm professional 90s hub */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --bg: #121018;
  --bg-elev: #1a1820;
  --bg-card: #221f28;
  --border: #4a4558;
  --border-soft: #3a3848;
  --text: #f7f3ec;
  --text-muted: #c9c0ce;
  --text-dim: #9a92a2;
  /* remapped: old neon names → warm 90s (no hot pink) */
  --neon-pink: #d4a5b8;
  --neon-magenta: #a8899c;
  --neon-cyan: #5c6b7a;
  --neon-yellow: #c4b5a0;
  --neon-orange: #b8956c;
  --chrome: #ebe4d8;
  --accent: #c4b5a0;
  --accent-soft: rgba(196, 181, 160, 0.18);
  --ok: #7a9e7e;
  --ok-soft: rgba(122, 158, 126, 0.18);
  --wait: #5c6b7a;
  --wait-soft: rgba(92, 107, 122, 0.18);
  --gift: #a8899c;
  --gift-soft: rgba(168, 137, 156, 0.2);
  --radius: 8px;
  --radius-sm: 5px;
  --font: "Inter", "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Outfit", "Inter", system-ui, sans-serif;
  --max: 1120px;
  --glow-pink: 0 0 18px rgba(212, 165, 184, 0.25);
  --glow-cyan: 0 0 18px rgba(92, 107, 122, 0.2);
  --glow-yellow: 0 0 16px rgba(196, 181, 160, 0.25);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background:
    radial-gradient(ellipse 60% 45% at 12% -5%, rgba(212, 165, 184, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 8%, rgba(92, 107, 122, 0.1), transparent 50%),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--neon-cyan);
  outline-offset: 3px;
}
code {
  font-size: 0.9em;
  background: rgba(196, 181, 160, 0.12);
  color: var(--neon-yellow);
  padding: 0.1em 0.35em;
  border-radius: 3px;
}
.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Header — warm professional */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(26, 24, 32, 0.96);
  border-bottom: 1px solid rgba(168, 137, 156, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  flex-wrap: wrap;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #f7f3ec;
  font-weight: 800;
}
.logo-img {
  height: 44px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
  filter: none;
}
.logo-name {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 1.05rem;
  color: #f7f3ec;
  text-shadow: none;
  line-height: 1.1;
}
@media (max-width: 640px) {
  .logo-name { display: none; }
  .logo-img { height: 36px; }
}
.logo-mark {
  color: #000;
  background: var(--neon-cyan);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  letter-spacing: 0.04em;
  border: 2px solid #000;
}
.nav { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.nav a {
  color: #f7f3ec;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.45rem;
  border: 1px solid transparent;
}
.nav a:hover {
  background: rgba(212, 165, 184, 0.15);
  color: #f7f3ec;
  border-color: rgba(168, 137, 156, 0.45);
}
.nav a[aria-current="page"] {
  background: transparent;
  color: #d4a5b8;
  border-bottom: 2px solid #d4a5b8;
  border-color: transparent transparent #d4a5b8 transparent;
}
.nav-muted {
  color: rgba(247, 243, 236, 0.45);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Hero */
.hero {
  padding: 3.25rem 0 2.75rem;
  background: transparent;
  border-bottom: 1px solid var(--border-soft);
  box-shadow: none;
}
.hero-sm { padding: 2.1rem 0 1.6rem; }
.eyebrow {
  color: var(--neon-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
  text-shadow: none;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 2.85rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin-bottom: 0.85rem;
  color: #f7f3ec;
  text-transform: none;
  font-weight: 650;
  text-shadow: none;
}
.lede {
  color: var(--text-muted);
  max-width: 52ch;
  font-size: 1.08rem;
  margin-bottom: 1.35rem;
}
.lede strong { color: var(--neon-yellow); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1rem; }
.trust { color: var(--text-dim); font-size: 0.9rem; }
.trust a { color: var(--neon-cyan); font-weight: 700; }
.counts { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.pill {
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 2px solid currentColor;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pill-in { background: var(--ok-soft); color: var(--ok); }
.pill-wait { background: var(--wait-soft); color: var(--wait); }
.pill-gift { background: var(--gift-soft); color: var(--gift); }

/* Buttons — loud CTAs */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.72rem 1.2rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(196, 181, 160, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform 0.12s, box-shadow 0.12s, filter 0.12s, background 0.12s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); }
.btn:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }
.btn-primary {
  background: linear-gradient(180deg, #f0e8df, #d4a5b8);
  color: #1a1820;
  border-color: #c4b5a0;
}
.btn-primary:hover { filter: brightness(1.05); }
.btn-ghost {
  background: transparent;
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
  box-shadow: 4px 4px 0 rgba(92, 107, 122, 0.35);
}
.btn-ghost:hover {
  background: rgba(92, 107, 122, 0.12);
  color: #fff;
  border-color: var(--neon-pink);
}

/* Sections */
.section { padding: 2.75rem 0; }
.section-head { margin-bottom: 1.5rem; }
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
  text-transform: none;
  font-weight: 650;
  color: #f7f3ec;
  text-shadow: none;
}
.section-head p { color: var(--text-muted); max-width: 55ch; }
.about p { color: var(--text-muted); max-width: 65ch; }
.about h2 {
  font-family: var(--display);
  text-transform: uppercase;
  margin-bottom: 0.65rem;
  text-shadow: none;
}
.about a { color: var(--neon-pink); font-weight: 700; }
.more { margin-top: 1.5rem; }
.more a { color: var(--neon-yellow); font-weight: 700; }

.steps {
  max-width: 60ch;
  margin-left: 1.25rem;
  color: var(--text-muted);
}
.steps li { margin-bottom: 0.65rem; padding-left: 0.25rem; }
.steps strong { color: var(--text); }
.order-block {
  background: var(--bg-elev);
  border-block: 3px solid var(--neon-pink);
}

/* Product grid / cards */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.2rem;
}
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  border-color: rgba(212, 165, 184, 0.45);
}
.card-img {
  aspect-ratio: 1;
  background: #141218;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-soft);
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}
.card-img-empty {
  color: var(--text-dim);
  font-size: 0.85rem;
  border-bottom: 1px solid var(--border-soft);
}
.card-body {
  padding: 1rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.sku {
  font-size: 0.72rem;
  color: var(--text-dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.02em;
}
.badge {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--border);
}
.badge-in { background: var(--ok); color: #000; }
.badge-wait { background: var(--neon-cyan); color: #000; }
.badge-gift { background: var(--gift); color: #fff; }
.card-title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
.specs {
  font-size: 0.82rem;
  color: var(--text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price {
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 0.15rem;
  color: var(--neon-yellow);
}
.msrp-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--neon-pink);
  letter-spacing: 0.06em;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.usd { font-size: 0.75rem; font-weight: 600; color: var(--text-dim); }
.notes { font-size: 0.78rem; color: var(--text-muted); }
.blurb {
  font-size: 0.78rem;
  color: var(--text-dim);
  margin-top: auto;
}
.actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.35rem 0 0.25rem;
}
.actions .btn { width: 100%; text-align: center; }

/* Footer */
.site-footer {
  border-top: 4px solid #000;
  padding: 2rem 0 2.5rem;
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  background: linear-gradient(180deg, #120e1c, #07060b);
  box-shadow: inset 0 6px 0 var(--neon-yellow);
}
.footer-inner { display: grid; gap: 0.65rem; }
.legal { color: var(--text-dim); font-size: 0.8rem; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  margin: 0.25rem 0 0.5rem;
}
.footer-links a {
  color: var(--neon-cyan);
  font-size: 0.88rem;
  font-weight: 600;
}
.footer-links a:hover { color: var(--neon-pink); }
.footer-tagline {
  color: var(--text-dim);
  font-size: 0.85rem;
}

@media (max-width: 520px) {
  .hero h1 { max-width: none; }
  .nav { gap: 0.55rem; font-size: 0.85rem; }
}

/* Sold-out / Olight strip */
.soldout-banner {
  background: #1a0010;
  border-bottom: 3px solid var(--neon-pink);
  color: #e8d4dc;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 60;
  font-weight: 600;
}
.soldout-banner a {
  color: var(--neon-yellow);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.soldout-banner strong { color: #fff; text-shadow: 0 0 10px var(--neon-pink); }
.site-header {
  top: 2.85rem;
}
.site-header-solo { top: 0; }

.preorder { border-top: 3px solid var(--neon-cyan); padding: 2.5rem 0; }

/* Legal / content pages */
.legal-page { padding: 2.5rem 0 3rem; }
.legal-page h1 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--neon-pink);
}
.legal-page .lede-sm {
  color: var(--text-muted);
  margin-bottom: 1.75rem;
  max-width: 60ch;
}
.prose { max-width: 68ch; color: var(--text-muted); }
.prose h2 {
  color: var(--text);
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  margin: 1.75rem 0 0.55rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 var(--neon-cyan);
}
.prose p, .prose li { margin-bottom: 0.75rem; }
.prose ul, .prose ol { margin: 0.5rem 0 1rem 1.25rem; }
.prose a { color: var(--neon-yellow); font-weight: 700; }
.prose a:hover { text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--text); }

/* Hub section cards — arcade / mall-poster energy */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.35rem;
}
.hub-card {
  background: var(--bg-card);
  border: 3px solid #000;
  border-radius: var(--radius);
  padding: 1.3rem 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 0 #000;
  transition: transform 0.15s, box-shadow 0.15s;
}
.hub-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--neon-pink), var(--neon-cyan), var(--neon-yellow));
}
.hub-card:hover {
  transform: translate(-3px, -3px) rotate(-0.4deg);
  box-shadow: 9px 9px 0 var(--neon-pink);
}
.hub-card-live {
  background:
    linear-gradient(160deg, rgba(196, 181, 160, 0.12), transparent 45%),
    var(--bg-card);
  box-shadow: 6px 6px 0 var(--neon-yellow);
}
.hub-card-live:hover { box-shadow: 9px 9px 0 var(--neon-cyan); }
.hub-card-soon { opacity: 1; }
.hub-card-top { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.hub-card-title {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}
.hub-card-copy {
  color: var(--text-muted);
  font-size: 0.95rem;
  flex: 1;
}
.hub-card-copy strong { color: var(--neon-yellow); }
.hub-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.35rem;
}
.hub-card-actions .btn { width: 100%; text-align: center; }

.badge-live {
  background: var(--ok);
  color: #000;
  border: 2px solid #000;
}
.badge-soon {
  background: var(--neon-pink);
  color: #fff;
  border: 2px solid #000;
}

.olight-strip {
  background: #1a0010;
  border-bottom: 3px solid var(--neon-pink);
  color: #e8d4dc;
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  text-align: center;
}
.olight-strip a {
  color: var(--neon-yellow);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.olight-strip strong { color: #fff; }

/* —— Apparel & baby: multi-personality wild card —— */
.hub-card-wild {
  background:
    linear-gradient(135deg, #2a0040 0%, #001a33 40%, #3a1500 70%, #1a0030 100%);
  border: 4px solid #000;
  box-shadow:
    5px 5px 0 var(--neon-pink),
    10px 10px 0 var(--neon-cyan),
    15px 15px 0 var(--neon-yellow);
  transform: rotate(-1deg);
}
.hub-card-wild::before {
  height: 10px;
  background: repeating-linear-gradient(
    90deg,
    var(--neon-pink) 0 12px,
    var(--neon-cyan) 12px 24px,
    var(--neon-yellow) 24px 36px,
    var(--neon-orange) 36px 48px,
    #39ff14 48px 60px
  );
}
.hub-card-wild:hover {
  transform: rotate(1.2deg) translate(-2px, -2px);
  box-shadow:
    7px 7px 0 var(--neon-yellow),
    12px 12px 0 var(--neon-pink),
    17px 17px 0 var(--neon-cyan);
}
.hub-card-wild .hub-card-title {
  background: linear-gradient(90deg, #d4a5b8, #5c6b7a, #c4b5a0, #b8956c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.4rem;
  filter: drop-shadow(1px 1px 0 #000);
}
.hub-card-wild .hub-card-copy { color: #f0e6ff; }
.mood-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.15rem 0 0.25rem;
}
.mood {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.22rem 0.45rem;
  border: 2px solid #000;
  line-height: 1.2;
}
.mood:nth-child(1) { background: #d4a5b8; color: #fff; font-family: var(--display); transform: rotate(-3deg); }
.mood:nth-child(2) { background: #5c6b7a; color: #000; font-style: italic; font-weight: 700; transform: rotate(2deg); }
.mood:nth-child(3) { background: #c4b5a0; color: #000; font-family: ui-monospace, monospace; transform: rotate(-1deg); }
.mood:nth-child(4) { background: #39ff14; color: #000; letter-spacing: 0.12em; transform: rotate(3deg); }
.mood:nth-child(5) { background: #b8956c; color: #fff; border-radius: 999px; transform: rotate(-2deg); }
.mood:nth-child(6) { background: #a8899c; color: #fff; text-decoration: underline; transform: rotate(1deg); }
.hub-card-wild .badge-soon {
  background: #fff;
  color: #a8899c;
  box-shadow: 2px 2px 0 #5c6b7a;
}
.hub-card-wild .btn-ghost {
  border-color: #c4b5a0;
  color: #c4b5a0;
  background: rgba(212, 165, 184, 0.25);
}
.hub-card-wild .btn-ghost:hover {
  background: var(--neon-pink);
  color: #fff;
  border-color: #000;
}

/* —— Designer dresses: 90s editorial lookbook —— */
/* Professional, warm — not neon, not drab */
:root {
  --lb-ink: #1a1820;
  --lb-paper: #f7f3ec;
  --lb-cream: #ebe4d8;
  --lb-mauve: #a8899c;
  --lb-blush: #d4a5b8;
  --lb-slate: #5c6b7a;
  --lb-card: #221f28;
  --lb-line: #4a4558;
  --lb-glow: rgba(212, 165, 184, 0.22);
}

.hub-card-glam {
  background: linear-gradient(155deg, #1e1b24 0%, #2a2532 50%, #1a1e28 100%);
  border: 1px solid var(--lb-mauve);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 165, 184, 0.08);
}
.hub-card-glam::before {
  height: 3px;
  background: linear-gradient(90deg, var(--lb-cream), var(--lb-blush), var(--lb-mauve), var(--lb-slate), var(--lb-cream));
}
.hub-card-glam:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4), 0 0 24px var(--lb-glow);
  border-color: var(--lb-blush);
}
.hub-card-glam .hub-card-title {
  color: var(--lb-paper);
  text-shadow: none;
  letter-spacing: 0.05em;
}
.hub-card-glam .hub-card-copy { color: #c9c0ce; }
.hub-card-glam .badge-soon {
  background: rgba(168, 137, 156, 0.2);
  color: var(--lb-cream);
  border: 1px solid var(--lb-mauve);
}
.glam-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lb-blush);
  border: 1px solid rgba(212, 165, 184, 0.55);
  padding: 0.25rem 0.55rem;
  margin-bottom: 0.15rem;
  background: rgba(36, 30, 40, 0.75);
}
.hub-card-glam .btn-ghost {
  border-color: var(--lb-mauve);
  color: var(--lb-paper);
  box-shadow: none;
}
.hub-card-glam .btn-ghost:hover {
  background: var(--lb-blush);
  color: var(--lb-ink);
  border-color: var(--lb-blush);
}

.badge-preview {
  background: linear-gradient(90deg, var(--lb-cream), var(--lb-blush));
  color: var(--lb-ink);
  border: 1px solid rgba(0,0,0,0.15);
  font-weight: 700;
}
.hub-card-glam .badge-preview {
  background: linear-gradient(90deg, var(--lb-cream), var(--lb-blush));
  color: var(--lb-ink);
  box-shadow: 0 0 14px var(--lb-glow);
}

.lookbook-hero .glam-tag { margin-bottom: 0.5rem; }
.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.4rem;
  margin-top: 1.25rem;
}
.lookbook-card {
  background: var(--lb-card);
  border: 1px solid var(--lb-line);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lookbook-card:hover {
  border-color: var(--lb-blush);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35), 0 0 20px var(--lb-glow);
}
.lookbook-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #141218;
}
.lookbook-card figcaption {
  padding: 0.85rem 1rem 1.1rem;
  border-top: 1px solid var(--lb-line);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: linear-gradient(180deg, #1c1922, #16141c);
}
.lookbook-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lb-blush);
}
.lookbook-card figcaption strong {
  color: var(--lb-paper);
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 600;
}
.lookbook-cta-block {
  margin-top: 2.5rem;
  padding: 1.9rem 1.5rem;
  text-align: center;
  background: linear-gradient(160deg, #221f28, #1a1822);
  border: 1px solid var(--lb-mauve);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3), 0 0 28px var(--lb-glow);
}
.lookbook-cta-block h2 {
  font-family: var(--display);
  color: var(--lb-paper);
  text-shadow: none;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.lookbook-cta-block p {
  color: #c9c0ce;
  max-width: 36rem;
  margin: 0 auto 1rem;
}
.lookbook-cta-block .btn { margin-inline: auto; }
.lookbook-note {
  margin-top: 1rem !important;
  font-size: 0.8rem;
  color: var(--text-dim) !important;
}
@media (max-width: 560px) {
  .lookbook-grid { grid-template-columns: 1fr; }
}

/* —— Dresses / Tabby Closet: warm professional 90s skin —— */
/* Scoped editorial skin: keep the main hub's 80s neon language untouched. */
body.lookbook-90s {
  --lb-ink: #2b2730;
  --lb-paper: #f7f3ec;
  --lb-cream: #ebe4d8;
  --lb-blush-wash: #f2e5e4;
  --lb-mauve: #a8899c;
  --lb-blush: #d4a5b8;
  --lb-slate: #5c6b7a;
  --lb-card: #fffdfa;
  --lb-line: #c8b5bd;
  --lb-shadow: rgba(43, 39, 48, 0.13);
  background:
    radial-gradient(ellipse 60% 45% at 8% -5%, rgba(212, 165, 184, 0.22), transparent 58%),
    radial-gradient(ellipse 50% 40% at 96% 8%, rgba(92, 107, 122, 0.1), transparent 52%),
    linear-gradient(180deg, #fbf8f2 0%, var(--lb-paper) 45%, #f3ece5 100%);
  color: var(--lb-ink);
}

/* Header: ivory paper, ink navigation, and no neon edge effects. */
body.lookbook-90s .site-header,
body.lookbook-90s .site-header.site-header-solo {
  top: 0;
  background: rgba(247, 243, 236, 0.96);
  border-bottom: 1px solid rgba(168, 137, 156, 0.45);
  box-shadow: 0 4px 18px rgba(43, 39, 48, 0.1);
  backdrop-filter: blur(8px);
}
body.lookbook-90s .site-header .logo,
body.lookbook-90s .site-header .logo-name,
body.lookbook-90s .site-header .nav a {
  color: var(--lb-ink);
  text-shadow: none;
}
body.lookbook-90s .site-header .logo-mark {
  color: var(--lb-ink);
  background: var(--lb-blush-wash);
  border: 1px solid var(--lb-mauve);
}
body.lookbook-90s .nav a:hover,
body.lookbook-90s .nav a[aria-current="page"] {
  background: var(--lb-blush-wash);
  color: var(--lb-ink);
  border-color: var(--lb-mauve);
}
body.lookbook-90s .nav a[aria-current="page"] {
  border-bottom-width: 2px;
}
body.lookbook-90s .nav-muted {
  color: var(--lb-slate);
}
body.lookbook-90s a:focus-visible,
body.lookbook-90s button:focus-visible {
  outline-color: var(--lb-mauve);
}

/* Hero: remove the global pink/cyan borders, stripes, shadows, and text glow. */
body.lookbook-90s .hero,
body.lookbook-90s .lookbook-hero {
  background:
    linear-gradient(115deg, rgba(242, 229, 228, 0.78), rgba(247, 243, 236, 0.18) 58%),
    transparent;
  border-bottom: 1px solid rgba(168, 137, 156, 0.42);
  box-shadow: none;
}
body.lookbook-90s .hero .eyebrow,
body.lookbook-90s .lookbook-hero .eyebrow {
  color: var(--lb-slate);
  text-shadow: none;
}
body.lookbook-90s .hero h1,
body.lookbook-90s .lookbook-hero h1 {
  color: var(--lb-ink);
  text-shadow: none;
  letter-spacing: 0.05em;
}
body.lookbook-90s .hero .lede,
body.lookbook-90s .lookbook-hero .lede,
body.lookbook-90s .hero .trust,
body.lookbook-90s .lookbook-hero .trust {
  color: var(--lb-slate);
}
body.lookbook-90s .lede strong {
  color: var(--lb-ink);
}
body.lookbook-90s .trust a {
  color: var(--lb-slate);
}
body.lookbook-90s .glam-tag {
  color: var(--lb-mauve);
  border-color: rgba(168, 137, 156, 0.65);
  background: rgba(242, 229, 228, 0.72);
}

/* Editorial headings and section copy stay dark and readable on paper. */
body.lookbook-90s .section-head h2,
body.lookbook-90s .lookbook-cta-block h2 {
  color: var(--lb-ink);
  text-shadow: none;
}
body.lookbook-90s .section-head p,
body.lookbook-90s .lookbook-cta-block p {
  color: var(--lb-slate);
}

/* Blush/cream primary actions and restrained mauve secondary actions. */
body.lookbook-90s .btn-primary {
  background: linear-gradient(180deg, #fffaf2, var(--lb-blush));
  color: var(--lb-ink);
  border: 1px solid #c4b5a0;
  box-shadow: 0 4px 14px rgba(212, 165, 184, 0.28);
  text-shadow: none;
  font-weight: 700;
}
body.lookbook-90s .btn-primary:hover {
  background: linear-gradient(180deg, #fffdf8, #c4b5a0);
  border-color: var(--lb-mauve);
  color: var(--lb-ink);
  box-shadow: 0 6px 18px rgba(168, 137, 156, 0.24);
}
body.lookbook-90s .btn-primary:active {
  box-shadow: 0 2px 8px rgba(168, 137, 156, 0.2);
}
body.lookbook-90s .btn-ghost {
  background: rgba(255, 253, 248, 0.42);
  border: 1px solid var(--lb-mauve);
  color: var(--lb-ink);
  box-shadow: none;
  text-shadow: none;
}
body.lookbook-90s .btn-ghost:hover {
  background: var(--lb-blush-wash);
  border-color: var(--lb-blush);
  color: var(--lb-ink);
  box-shadow: none;
}
body.lookbook-90s .btn-ghost:active {
  box-shadow: none;
}

/* Light cards: cream-white surfaces, mauve rules, and soft editorial shadows. */
body.lookbook-90s .card,
body.lookbook-90s .lookbook-card {
  background: var(--lb-card);
  border: 1px solid var(--lb-line);
  box-shadow: 0 10px 24px var(--lb-shadow);
}
body.lookbook-90s .card:hover,
body.lookbook-90s .lookbook-card:hover {
  border-color: var(--lb-blush);
  box-shadow: 0 14px 30px rgba(43, 39, 48, 0.16);
}
body.lookbook-90s .lookbook-card img {
  background: #f0ebe5;
}
body.lookbook-90s .lookbook-card figcaption {
  background: linear-gradient(180deg, #fffdfa, var(--lb-cream));
  border-top: 1px solid var(--lb-line);
}
body.lookbook-90s .lookbook-num {
  color: var(--lb-mauve);
}
body.lookbook-90s .lookbook-card figcaption strong {
  color: var(--lb-ink);
}
body.lookbook-90s .lookbook-cta-block {
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.96), var(--lb-blush-wash));
  border: 1px solid var(--lb-mauve);
  box-shadow: 0 12px 28px var(--lb-shadow);
}
body.lookbook-90s .lookbook-note {
  color: var(--lb-slate) !important;
}

/* Paper footer: no charcoal void and no neon inset stripe. */
body.lookbook-90s .site-footer {
  border-top: 1px solid rgba(168, 137, 156, 0.42);
  background: linear-gradient(180deg, var(--lb-cream), #e5dbd2);
  box-shadow: none;
  color: var(--lb-ink);
}
body.lookbook-90s .site-footer .legal,
body.lookbook-90s .site-footer .footer-tagline {
  color: var(--lb-slate);
}
body.lookbook-90s .site-footer .footer-links a {
  color: var(--lb-mauve);
}
body.lookbook-90s .site-footer .footer-links a:hover {
  color: var(--lb-ink);
}

/* Tabby Closet keeps the same paper system with a slightly softer blush accent. */
body.lookbook-90s.tabby-closet .glam-tag,
body.lookbook-90s.tabby-closet .lookbook-num {
  color: #9f7188;
}
body.lookbook-90s.tabby-closet .glam-tag {
  border-color: rgba(159, 113, 136, 0.6);
}


/* —— Baby’s Closet: used-clothes sections —— */
.closet-sections {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.15rem;
  margin-top: 1.25rem;
}
.closet-section-card {
  background: var(--bg-card, #221f28);
  border: 1px solid var(--border, #4a4558);
  border-radius: var(--radius, 8px);
  padding: 1.25rem 1.15rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.closet-section-card h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #f7f3ec;
  text-transform: uppercase;
}
.closet-section-card p {
  color: var(--text-muted, #c9c0ce);
  font-size: 0.95rem;
  flex: 1;
}
.closet-empty {
  font-size: 0.8rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4a5b8 !important;
  opacity: 0.9;
}
.closet-section-card .btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}


/* —— PROFESSIONAL LAYOUT PASS —— */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.hub-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.35rem 1.25rem 1.4rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.hub-card::before { display: none !important; }
.hub-card-wild,
.hub-card-glam {
  background: var(--bg-card) !important;
  border: 1px solid var(--border) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
  transform: none !important;
}
.hub-card-wild:hover,
.hub-card-glam:hover,
.hub-card:hover {
  border-color: rgba(212, 165, 184, 0.4) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
  transform: none !important;
}
.hub-card-title {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-transform: none !important;
  color: #f7f3ec !important;
  text-shadow: none !important;
}
.hub-card-copy {
  color: var(--text-muted) !important;
  font-size: 0.95rem;
  line-height: 1.55;
}
.hub-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
.mood-strip { display: none !important; }
.nav a {
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  font-size: 0.92rem !important;
}
.btn {
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}
.eyebrow {
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #d4a5b8 !important;
  text-shadow: none !important;
}
.trust {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  color: var(--text-dim);
}
.site-footer {
  margin-top: 2rem;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border-soft);
  background: var(--bg-elev);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  margin: 0.75rem 0;
}
.footer-links a { color: var(--text-muted); font-weight: 500; }
.footer-links a:hover { color: #d4a5b8; }
.legal, .footer-tagline { color: var(--text-dim); font-size: 0.82rem; max-width: 70ch; }
.order-block { border-block: 1px solid var(--border) !important; }
.glam-tag {
  border-radius: 999px;
  font-weight: 600 !important;
}
.lookbook-cta-block h2,
.closet-section-card h3 {
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  font-weight: 650 !important;
}
