/* Beauty — Maison Glow: plum + gold soft editorial */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

body.cs-pack-beauty {
  --cs-radius: 22px;
  --cs-radius-sm: 14px;
  --cs-display: "Cormorant Garamond", Georgia, serif;
  --cs-font: "Manrope", "DM Sans", sans-serif;
  --cs-shadow: 0 10px 40px rgba(74, 25, 66, 0.08);
  --cs-border: #f0ddd6;
  --cs-muted-bg: #f7ebe6;
  --cs-text: #4a1942;
  --cs-nav-bg: rgba(255, 248, 245, 0.96);
  --cs-nav-text: #4a1942;
  --cs-nav-muted: #8a6a82;
  --cs-nav-border: #f0ddd6;
}

body.cs-pack-beauty .cs-storefront-home {
  background:
    radial-gradient(900px 500px at 80% 0%, rgba(201, 162, 39, 0.18), transparent 55%),
    var(--cs-bg);
}

body.cs-pack-beauty .cs-hero {
  min-height: min(72vh, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 0 4rem;
  border-radius: 0 0 48px 48px;
  overflow: hidden;
}

body.cs-pack-beauty .cs-hero-overlay {
  background: linear-gradient(180deg, rgba(74, 25, 66, 0.35) 0%, rgba(74, 25, 66, 0.72) 100%);
}

body.cs-pack-beauty .cs-hero-content { justify-content: center; }

body.cs-pack-beauty .cs-hero-copy {
  margin: 0 auto;
  max-width: 38rem;
  color: #fff8f5;
}

body.cs-pack-beauty .cs-hero-kicker {
  letter-spacing: 0.22em;
  font-family: var(--cs-font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--cs-accent) !important;
}

body.cs-pack-beauty .cs-hero h1 {
  font-family: var(--cs-display);
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: none;
  color: #fff8f5 !important;
}

body.cs-pack-beauty .cs-hero p {
  margin-inline: auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 248, 245, 0.88) !important;
}

body.cs-pack-beauty .cs-hero-actions { justify-content: center; }

body.cs-pack-beauty .cs-btn-dark {
  border-radius: 999px;
  background: var(--cs-primary) !important;
  border-color: var(--cs-primary) !important;
  color: #fff8f5 !important;
  padding: 0.9rem 1.7rem;
}

body.cs-pack-beauty .cs-btn-outline-light { border-radius: 999px; }

body.cs-pack-beauty .cs-trust-bar {
  background: transparent;
  border: 0;
  padding: 2rem 0 0.5rem;
}

body.cs-pack-beauty .cs-trust-row {
  gap: 1.5rem;
  justify-content: center;
}

body.cs-pack-beauty .cs-trust-item {
  flex-direction: column;
  text-align: center;
  max-width: 11rem;
  gap: 0.35rem;
}

body.cs-pack-beauty .cs-trust-ico {
  margin: 0 auto;
  background: rgba(201, 162, 39, 0.2);
  border-radius: 50%;
}

body.cs-pack-beauty .cs-section-title {
  font-family: var(--cs-display);
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  color: var(--cs-primary);
}

body.cs-pack-beauty .cs-cat-circles {
  justify-content: center;
  gap: 1.25rem;
}

body.cs-pack-beauty .cs-cat-circle-media {
  border-radius: 28px;
  width: 92px;
  height: 92px;
  box-shadow: var(--cs-shadow);
}

body.cs-pack-beauty .cs-product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

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

body.cs-pack-beauty .cs-product-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--cs-shadow);
  overflow: hidden;
  border: 1px solid rgba(240, 221, 214, 0.9);
}

body.cs-pack-beauty .cs-product-card .media { aspect-ratio: 4 / 5; }

body.cs-pack-beauty .cs-product-card .body {
  padding: 1.1rem 1.15rem 1.25rem;
  text-align: center;
}

body.cs-pack-beauty .cs-product-card .title {
  font-family: var(--cs-display);
  font-size: 1.25rem;
  font-weight: 600;
}

body.cs-pack-beauty .cs-price {
  color: var(--cs-accent);
  font-weight: 700;
}

body.cs-pack-beauty .cs-promo-banner {
  border-radius: 28px;
  min-height: 260px;
}

/* Seller landing follows fashion editorial layout; keep beauty color tokens */
body.cs-pack-beauty .sl-landing .cs-hero {
  text-align: start;
  border-radius: 0;
  align-items: flex-end;
  justify-content: flex-start;
}

body.cs-pack-beauty .sl-landing .cs-hero-content,
body.cs-pack-beauty .sl-landing .cs-hero-actions {
  justify-content: flex-start;
}

body.cs-pack-beauty .sl-landing .cs-hero-copy {
  margin: 0;
  text-align: start;
}

body.cs-pack-beauty .sl-landing .cs-product-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

body.cs-pack-beauty .sl-landing .cs-cat-circle-media {
  border-radius: 50%;
}
