/* ============================================================
   VANTSTEP — v5 FIXES: tighten sections, fix button positioning,
   blend sneaker cutouts with page bg
   Loaded AFTER vantstep.css (higher priority)
   ============================================================ */

/* ===== Global bg — ensure body matches all section transparent bgs ===== */
html, body { background: var(--vs-bone) !important; }

/* ===== Sneaker product images blend with page bg (multiply mode) =====
   Photo backgrounds are light cream/ivory — mix-blend-mode:multiply makes
   the light bg disappear against the bone page bg, so only the sneaker shows */
.vs-khero__figure,
.vs-drop__media,
.vs-showcase__figure,
.vs-cgv2__media,
.vs-imgmq__media,
.vs-lookbook__media,
.vs-card__media,
.vs-showcase__mosaic .vs-showcase__figure {
  background: transparent !important;
}

.vs-imgmq__media img,
.vs-lookbook__media img,
.vs-card__media img,
.vs-showcase__figure img,
.vs-drop__media img {
  mix-blend-mode: multiply !important;
  background: transparent !important;
}

/* Product cards + lookbook — no white boxes */
.vs-card { background: transparent !important; border: 0 !important; }
.vs-card__media { border: 0 !important; background: transparent !important; }
.vs-lookbook__pair { background: transparent !important; }
.vs-lookbook__media { background: transparent !important; }
.vs-cgv2__card { background: transparent !important; border: 0; }
.vs-cgv2__media { background: transparent !important; }
.vs-showcase__figure { background: transparent !important; }
.vs-drop__media { background: transparent !important; }
.vs-imgmq__media { background: transparent !important; }

/* Related products on PDP + shop cards */
.vs-shop__item .vs-card__media,
.vs-featured-v2__grid .vs-card__media {
  background: transparent !important;
}
.vs-shop__item .vs-card__media img,
.vs-featured-v2__grid .vs-card__media img {
  mix-blend-mode: multiply !important;
}

/* PDP main gallery */
.vs-pdp__figure { background: transparent !important; }
.vs-pdp__figure img { mix-blend-mode: multiply !important; }

/* Kinetic hero — remove figure background, sneaker floats */
.vs-khero__figure {
  aspect-ratio: 5/6;
  overflow: visible !important;
  max-height: 72vh;
  background: transparent !important;
}
.vs-khero__figure img {
  object-fit: contain !important;
  filter: drop-shadow(0 30px 40px rgba(11,13,15,0.18)) !important;
}
.vs-khero__caption { display: none; } /* less clutter */

/* ===== Section heights — TIGHTEN ===== */
.vs-section { padding: clamp(48px, 6vw, 88px) 0 !important; }
.vs-khero { padding-top: 20px !important; padding-bottom: 20px !important; }
.vs-khero__stage { padding-top: clamp(20px, 3vw, 40px) !important; }
.vs-khero__ticker { padding-top: 24px !important; margin-top: clamp(24px, 4vw, 40px) !important; }

.vs-brands { padding: 14px 0 !important; }
.vs-ticker { padding: 10px 0 !important; }

.vs-wordmark { padding: clamp(32px, 4vw, 64px) 0 !important; }
.vs-wordmark__stage { padding: clamp(24px, 3vw, 48px) 0 !important; }
.vs-wordmark__type { font-size: clamp(48px, 10vw, 180px) !important; }

.vs-imgmq { padding: clamp(24px, 3vw, 40px) 0 !important; }
.vs-imgmq__item { width: 180px !important; }

.vs-cgv2 { padding: clamp(48px, 6vw, 96px) 0 !important; }
.vs-cgv2__media { aspect-ratio: 4/3 !important; }
.vs-cgv2__grid { gap: 24px !important; }

.vs-showcase { padding: clamp(48px, 6vw, 96px) 0 !important; }
.vs-showcase__mosaic { aspect-ratio: 3/2 !important; }
.vs-showcase__figure { background: var(--vs-ivory) !important; }

.vs-atmo { min-height: 60vh !important; max-height: 620px !important; }
.vs-atmo--short { min-height: 42vh !important; max-height: 440px !important; }
.vs-atmo__title { font-size: clamp(32px, 4.5vw, 68px) !important; margin: 0 0 20px !important; }

.vs-drop__grid { min-height: 480px !important; max-height: 560px !important; }
.vs-drop__title { font-size: clamp(26px, 3vw, 38px) !important; margin: 0 0 14px !important; }
.vs-drop__body { font-size: clamp(14px, 1.2vw, 16px) !important; margin: 0 0 20px !important; }
.vs-drop__specs > div { padding: 10px 0 !important; }
.vs-drop__content { padding: clamp(24px, 3vw, 40px) !important; }

.vs-poster { padding: clamp(28px, 3.5vw, 56px) 0 !important; }
.vs-poster__type { font-size: clamp(24px, 4vw, 56px) !important; margin: clamp(16px, 2vw, 24px) 0 !important; }

.vs-protocol { padding: clamp(48px, 6vw, 96px) 0 !important; }
.vs-protocol__media { aspect-ratio: 5/6 !important; background: var(--vs-ivory) !important; }
.vs-protocol__step { padding: 20px 0 !important; }
.vs-protocol__step-title { font-size: clamp(18px, 2vw, 24px) !important; }

/* Lookbook — TIGHTENED significantly */
.vs-lookbook { padding: clamp(40px, 5vw, 72px) 0 !important; }
.vs-lookbook__intro { margin-bottom: clamp(20px, 3vw, 32px) !important; max-width: 640px !important; }
.vs-lookbook__intro .vs-section-title { font-size: clamp(24px, 3vw, 40px) !important; }
.vs-lookbook__intro .vs-section-lede { margin-top: 8px !important; }
.vs-lookbook__grid { gap: 12px !important; }
.vs-lookbook__media { aspect-ratio: 1/1 !important; }
.vs-lookbook__title { font-size: clamp(16px, 1.6vw, 20px) !important; }
.vs-lookbook__detail { padding: 14px 4px 0 !important; }
.vs-lookbook__price { font-size: 16px !important; }
.vs-lookbook__vs-mark { font-size: clamp(32px, 3.5vw, 48px) !important; }
.vs-lookbook__vs { padding: 12px 0 !important; }
@media (max-width: 749px) {
  .vs-lookbook__media { aspect-ratio: 4/5 !important; }
}

.vs-newsletter-v2 { padding: clamp(48px, 6vw, 96px) 0 !important; }
.vs-newsletter-v2__title { font-size: clamp(32px, 5vw, 68px) !important; margin: 16px 0 20px !important; }

/* ===== Section head spacing ===== */
.vs-section-head { margin-bottom: clamp(24px, 3vw, 40px) !important; }
.vs-section-title { font-size: clamp(28px, 4vw, 56px) !important; }
.vs-section-lede { font-size: 14px !important; }

/* ===== BUTTONS — better positioning + alignment ===== */
.button, .button-primary, .button-secondary {
  min-height: 48px !important;
  padding: 0 28px !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
}

/* Hero CTAs — clean row alignment */
.vs-khero__cta-row {
  gap: 12px !important;
  align-items: stretch !important;
  margin-top: 32px !important;
}
.vs-khero__cta { min-width: 200px; justify-content: center; }
@media (max-width: 749px) {
  .vs-khero__cta-row { flex-direction: column; }
  .vs-khero__cta-row > * { width: 100%; }
}

/* Atmospheric CTAs */
.vs-atmo__cta {
  padding: 12px 24px !important;
  background: var(--vs-lime) !important;
  color: var(--vs-obsidian) !important;
  border: 0 !important;
  font-weight: 600 !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.vs-atmo__cta::after { display: none !important; }
.vs-atmo__cta:hover { background: var(--vs-bone) !important; }

/* Drop CTAs — tighten */
.vs-drop__ctas { gap: 16px !important; margin-top: 8px; }

/* Featured drop showcase button */
.vs-showcase__cta {
  align-self: flex-start !important;
  margin-top: 24px !important;
  padding: 12px 24px !important;
}

/* Newsletter subscribe button */
.vs-newsletter-v2__submit {
  padding: 8px 0 !important;
  min-height: 32px !important;
}

/* Ghost buttons */
.button--ghost {
  padding: 0 !important;
  min-height: 24px !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
}

/* ===== Header — better alignment ===== */
.vs-header__inner {
  padding: 14px clamp(16px, 3vw, 32px) !important;
}
.vs-header__logo img {
  height: 26px !important;
}
.vs-nav {
  gap: 20px !important;
}
.vs-nav a, .vs-nav__link {
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

/* ===== Footer — tighten ===== */
.vs-footer { padding: clamp(48px, 6vw, 96px) 0 32px !important; }
.vs-footer__cols { padding-bottom: 48px !important; gap: 32px !important; }
.vs-footer__h { font-size: 10px !important; margin: 0 0 16px !important; }
.vs-footer__ul a { font-size: 12px !important; }

/* ===== Product page (PDP) — better alignment ===== */
.vs-pdp__media { background: transparent !important; }
.vs-pdp__figure { background: var(--vs-ivory) !important; }
.vs-pdp__title { font-size: clamp(24px, 3vw, 40px) !important; }
.vs-pdp__price .price, .vs-pdp__price bdi { font-size: 24px !important; }
.vs-pdp__form .single_add_to_cart_button {
  padding: 16px 28px !important;
  font-size: 11px !important;
  min-height: 52px !important;
}

/* ===== Shop archive — grid gaps ===== */
.vs-shop .products {
  gap: 20px 16px !important;
}
.vs-shop__item .vs-card__media {
  background: var(--vs-ivory) !important;
}

/* ===== Mobile refinements ===== */
@media (max-width: 749px) {
  .vs-khero__title { font-size: clamp(42px, 12vw, 88px) !important; }
  .vs-khero__grid { gap: 20px !important; }
  .vs-atmo__center { padding: 24px 0 !important; }
  .vs-section { padding: clamp(40px, 5vw, 64px) 0 !important; }
  .vs-cgv2__grid { gap: 16px !important; }
  .vs-showcase__mosaic { grid-template-columns: 1fr !important; grid-template-rows: repeat(3, 1fr) !important; aspect-ratio: auto !important; }
  .vs-showcase__figure--1 { grid-row: auto !important; }
}
