/* v4.2.0 — major design refresh: archive intro + refined footer */

/* Archive / shop header refresh */
body.vlg-theme .vlg-shop-page > .vlg-breadcrumbs:not(.vlg-breadcrumbs--intro) {
  display: none !important;
}
body.vlg-theme .vlg-archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 22px;
  align-items: stretch;
  margin: 8px 0 18px;
  padding: 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(242,138,0,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #e7eef7;
  box-shadow: 0 18px 44px rgba(15, 30, 52, .07);
}
body.vlg-theme .vlg-breadcrumbs--intro {
  margin: 0 0 14px;
}
body.vlg-theme .vlg-breadcrumbs--intro .woocommerce-breadcrumb,
body.vlg-theme .vlg-breadcrumbs--intro,
body.vlg-theme .vlg-breadcrumbs--intro a {
  color: #8ea1bc;
  font-size: 12px;
}
body.vlg-theme .vlg-archive-intro__main {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
}
body.vlg-theme .vlg-archive-intro__main .vlg-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 180, 79, .10);
  border: 1px solid rgba(255, 180, 79, .18);
  color: #f59b18;
}
body.vlg-theme .vlg-archive-intro__main h1 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
  color: #1a2f57;
}
body.vlg-theme .vlg-archive-intro__description,
body.vlg-theme .vlg-archive-intro__description p {
  margin: 0;
  color: #607086;
  font-size: 16px;
  line-height: 1.7;
  max-width: 62ch;
}
body.vlg-theme .vlg-archive-intro__description--muted {
  max-width: 58ch;
}
body.vlg-theme .vlg-archive-intro__side {
  min-width: 0;
}
body.vlg-theme .vlg-archive-stat-card {
  height: 100%;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10,24,49,.98), rgba(15,35,67,.94));
  box-shadow: 0 18px 38px rgba(5, 18, 35, .16);
  color: #eef5ff;
}
body.vlg-theme .vlg-archive-stat-card__eyebrow {
  color: #9db7d7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.vlg-theme .vlg-archive-stat-card strong {
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -.04em;
  color: #fff;
}
body.vlg-theme .vlg-archive-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
body.vlg-theme .vlg-archive-stat-row > div {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}
body.vlg-theme .vlg-archive-stat-row span {
  display: block;
  margin-bottom: 4px;
  color: #98abc5;
  font-size: 12px;
}
body.vlg-theme .vlg-archive-stat-row b {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}
body.vlg-theme .vlg-archive-mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.vlg-theme .vlg-archive-mini-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  color: #e5eefc;
  font-size: 12px;
  font-weight: 700;
}
body.vlg-theme .vlg-archive-intro__actions {
  margin-top: 2px;
}
body.vlg-theme .vlg-archive-intro__actions .vlg-btn {
  width: 100%;
  justify-content: center;
}
body.vlg-theme .vlg-shop-preloop {
  margin-top: 4px !important;
}
body.vlg-theme .vlg-shop-preloop .woocommerce-result-count {
  font-size: 14px;
}
body.vlg-theme .vlg-shop-preloop .woocommerce-ordering select {
  min-width: 240px;
  box-shadow: 0 8px 18px rgba(11, 29, 52, .06);
}
body.vlg-theme .vlg-search-tools-row--refined {
  padding: 20px 22px !important;
  border-radius: 20px !important;
}

/* Footer refined again: calmer, cleaner, more premium */
body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined {
  margin-top: 64px;
  padding: 28px 0 20px;
  background:
    radial-gradient(circle at 0% 100%, rgba(242,138,0,.08) 0%, transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(56,107,190,.09) 0%, transparent 30%),
    linear-gradient(135deg, #091322 0%, #0b1730 52%, #0a1528 100%);
}
body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined::before {
  background: linear-gradient(90deg, rgba(255,170,82,.55), rgba(255,170,82,0) 18%, rgba(255,170,82,0) 82%, rgba(75,132,255,.26));
}
body.vlg-theme .vlg-footer-trustbar {
  max-width: 1260px;
  gap: 10px;
  margin-bottom: 18px;
}
body.vlg-theme .vlg-footer-trustitem {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 15px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
body.vlg-theme .vlg-footer-shell {
  max-width: 1260px;
  gap: 16px;
}
body.vlg-theme .vlg-footer-brand-card,
body.vlg-theme .vlg-footer-panel {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.028));
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}
body.vlg-theme .vlg-footer-brand-card {
  padding: 24px;
}
body.vlg-theme .vlg-footer-brand-head {
  align-items: center;
}
body.vlg-theme .vlg-footer-about {
  max-width: 42ch;
  color: #d6e2f0;
}
body.vlg-theme .vlg-footer-mini-card {
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
  gap: 16px;
}
body.vlg-theme .vlg-footer-panel {
  padding: 22px 18px;
}
body.vlg-theme .vlg-footer-contact-row {
  padding: 10px 0;
}
body.vlg-theme .vlg-footer-bottom.vlg-footer-bottom--premium {
  max-width: 1260px;
  margin-top: 16px;
  padding-top: 12px;
}
body.vlg-theme .vlg-back-to-top {
  background: linear-gradient(180deg, #ffb32f, #f29a00) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(242, 138, 0, .24) !important;
}

@media (max-width: 1100px) {
  body.vlg-theme .vlg-archive-intro {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  body.vlg-theme .vlg-archive-intro {
    padding: 18px;
    border-radius: 22px;
    gap: 16px;
    margin-bottom: 14px;
  }
  body.vlg-theme .vlg-archive-intro__main h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
  body.vlg-theme .vlg-archive-intro__description,
  body.vlg-theme .vlg-archive-intro__description p {
    font-size: 14px;
  }
  body.vlg-theme .vlg-archive-stat-row {
    grid-template-columns: 1fr 1fr;
  }
  body.vlg-theme .vlg-shop-preloop .woocommerce-ordering,
  body.vlg-theme .vlg-shop-preloop .woocommerce-ordering select {
    width: 100%;
  }
  body.vlg-theme .vlg-footer-trustbar,
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined,
  body.vlg-theme .vlg-footer-brand-meta {
    grid-template-columns: 1fr;
  }
}
