/* FEMININE LUXURY THEME
 * Core variables and editorial foundation
 */

:root {
  --blush-pink: #fdf2f5;
  --soft-rose: #fce4ec;
  --rose-gold: linear-gradient(135deg, #f5d6d6 0%, #e1b1b1 50%, #f5d6d6 100%);
  --champagne-glow: rgba(255, 245, 230, 0.15);
  --feminine-shadow: 0 20px 40px rgba(255, 182, 193, 0.1);
  --luxury-blur: blur(20px);
  --hot-pink-soft: rgba(255, 46, 147, 0.15);
}

body {
  background-color: #050505;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Poppins', sans-serif;
}

/* Editorial Headings */
h1, h2, h3, .section-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em;
}

.section-header-premium h2 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.section-header-premium p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  max-width: 700px;
  margin: 0 auto;
}

/* Luxury Highlight */
em, .highlight-feminine {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  background: var(--rose-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Smooth Scrolling & Breathing Room */
section {
  padding: 80px 0 !important; /* Slightly more room than 40px but keeping it compact */
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
