/* Fashion — Noir Lane: ink + neon lime, sharp editorial */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap");

body.cs-pack-fashion {
  --cs-radius: 4px;
  --cs-radius-sm: 2px;
  --cs-display: "Instrument Sans", "Outfit", sans-serif;
  --cs-font: "Instrument Sans", "DM Sans", sans-serif;
  --cs-shadow: none;
  --cs-shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.12);
  --cs-header-h: 68px;
  --cs-text: #0a0a0a;
  --cs-border: #e4e4de;
  --cs-nav-bg: rgba(255, 255, 255, 0.96);
  --cs-nav-text: #0a0a0a;
  --cs-nav-muted: #6b7280;
  --cs-nav-border: #e4e4de;
}

body.cs-pack-fashion .cs-storefront-home { background: var(--cs-bg); }

body.cs-pack-fashion .cs-hero {
  min-height: min(88vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 4.5rem;
  border-radius: 0;
}

body.cs-pack-fashion .cs-hero-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.72) 100%);
}

body.cs-pack-fashion .cs-hero-copy { max-width: 34rem; color: #fff; }

body.cs-pack-fashion .cs-hero-kicker {
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--cs-accent) !important;
}

body.cs-pack-fashion .cs-hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: none;
  color: #fff !important;
}

body.cs-pack-fashion .cs-hero p {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.cs-pack-fashion .cs-btn-dark {
  border-radius: 0;
  padding: 0.95rem 1.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  background: var(--cs-accent) !important;
  border-color: var(--cs-accent) !important;
  color: #0a0a0a !important;
}

body.cs-pack-fashion .cs-btn-outline-light {
  border-radius: 0;
  border-width: 1px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

body.cs-pack-fashion .cs-trust-bar {
  border-top: 1px solid var(--cs-border);
  border-bottom: 1px solid var(--cs-border);
  background: #fff;
  padding: 1.1rem 0;
}

body.cs-pack-fashion .cs-trust-row { gap: 0; }

body.cs-pack-fashion .cs-trust-item {
  border-inline-end: 1px solid var(--cs-border);
  padding: 0.4rem 1.1rem;
}

body.cs-pack-fashion .cs-trust-item:last-child { border-inline-end: 0; }

body.cs-pack-fashion .cs-section-title {
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  font-weight: 600;
}

body.cs-pack-fashion .cs-product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem 1rem;
}

@media (max-width: 900px) {
  body.cs-pack-fashion .cs-product-grid { grid-template-columns: repeat(2, 1fr); }
}

body.cs-pack-fashion .cs-product-card {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.cs-pack-fashion .cs-product-card .media {
  aspect-ratio: 3 / 4;
  border-radius: 0;
  background: #eee;
}

body.cs-pack-fashion .cs-product-card .title {
  font-size: 0.92rem;
  font-weight: 500;
}

body.cs-pack-fashion .cs-product-card .cs-series {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
}

body.cs-pack-fashion .cs-price {
  font-weight: 700;
  color: #0a0a0a;
}

body.cs-pack-fashion .cs-cat-circle-media {
  border-radius: 50%;
  border: 1px solid var(--cs-border);
}

body.cs-pack-fashion .cs-promo-banner {
  border-radius: 0;
  min-height: 280px;
}
