:root {
  --bg-primary:    #0D0B1A;
  --bg-secondary:  #110F22;
  --bg-card:       #1A1630;
  --bg-deep:       #080613;
  --text-primary:  #EDE8F5;
  --text-secondary:rgba(237,232,245,0.65);
  --text-muted:    rgba(237,232,245,0.4);
  --mauve:         #C17B8E;
  --mauve-dark:    #A85E72;
  --lavender:      #B48FD4;
  --lavender-dim:  rgba(180,143,212,0.15);
  --border:        rgba(180,143,212,0.15);
  --border-soft:   rgba(180,143,212,0.08);
  --white:         #FFFFFF;
  --sage:          #7D9B76;
  --sage-light:    #A8C4A2;
  /* legacy aliases so old inline styles still resolve */
  --cream:         #0D0B1A;
  --light-cream:   #110F22;
  --parchment:     #1A1630;
  --nude:          #C17B8E;
  --tan:           rgba(180,143,212,0.4);
  --brown:         rgba(237,232,245,0.6);
  --dark-brown:    #EDE8F5;
  --espresso:      #080613;
  --light-text:    rgba(237,232,245,0.6);
  --text:          #EDE8F5;
  --gold:          #C17B8E;
  --gold-light:    rgba(180,143,212,0.2);
  --dark-sage:     #A85E72;
  --forest:        #1A1630;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ════════════════════════════════════
   NAVIGATION
════════════════════════════════════ */
nav {
  background: rgba(13,11,26,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0 2.5rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 0.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-logo-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nav-logo em { color: var(--mauve); font-style: italic; }

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s;
  cursor: pointer;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1.5px;
  background-color: var(--mauve);
  transition: width 0.3s;
}

.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); }

.nav-cta {
  background: linear-gradient(135deg, var(--mauve), var(--mauve-dark)) !important;
  color: var(--white) !important;
  padding: 0.55rem 1.4rem;
  border-radius: 30px;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(193,123,142,0.35);
}

.nav-cta::after { display: none !important; }
.nav-cta:hover { box-shadow: 0 6px 20px rgba(193,123,142,0.5) !important; transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; }
.hamburger span { width: 24px; height: 2px; background-color: var(--text-primary); transition: all 0.3s; }

/* ════════════════════════════════════
   PAGES
════════════════════════════════════ */
.page { display: none; }
.page.active { display: block; }

/* ════════════════════════════════════
   HERO
════════════════════════════════════ */
.hero {
  min-height: 95vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 0%, rgba(90,60,150,0.35) 0%, transparent 70%),
              radial-gradient(ellipse at 85% 85%, rgba(193,123,142,0.2) 0%, transparent 60%),
              var(--bg-primary);
}

/* Hide old botanical blobs */
.hero-blob, .hero-botanical { display: none; }

/* Stars layer */
.hero-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Evil eye — top right */
.hero-evileye {
  position: absolute;
  top: -30px; right: -30px;
  width: 300px; height: 300px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* Birth chart — bottom left */
.hero-birthchart {
  position: absolute;
  bottom: -40px; left: -40px;
  width: 290px; height: 290px;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 0 1.5rem; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(180,143,212,0.08);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  padding: 0.45rem 1.2rem;
  border-radius: 30px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.hero-badge span { color: var(--mauve); }

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 1.8rem;
  letter-spacing: -1px;
}

.hero h1 em {
  font-style: italic;
  color: var(--lavender);
  position: relative;
}

.hero h1 em::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--lavender), transparent);
  border-radius: 2px;
}

.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--text-secondary);
  margin-bottom: 3rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ════════════════════════════════════
   BUTTONS
════════════════════════════════════ */
.btn-primary {
  background: linear-gradient(135deg, var(--mauve) 0%, var(--mauve-dark) 100%);
  color: var(--white);
  padding: 1rem 2.2rem;
  border: none;
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(193,123,142,0.35);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(193,123,142,0.5);
}

.btn-outline {
  background: transparent;
  color: var(--lavender);
  padding: 1rem 2.2rem;
  border: 1.5px solid rgba(180,143,212,0.4);
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn-outline:hover {
  background: rgba(180,143,212,0.12);
  border-color: var(--lavender);
  color: var(--white);
  transform: translateY(-3px);
}

.btn-dark {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  padding: 1rem 2.2rem;
  border: 1px solid var(--border);
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn-dark:hover { background: rgba(255,255,255,0.14); transform: translateY(-3px); }

/* ════════════════════════════════════
   SECTION SHARED
════════════════════════════════════ */
.section { padding: 6rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--mauve);
  margin-bottom: 0.75rem;
}

.section-eyebrow::before, .section-eyebrow::after {
  content: '';
  flex: 0 0 30px;
  height: 1px;
  background: var(--mauve);
  opacity: 0.5;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--text-primary);
  margin-bottom: 1.2rem;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.section-title em { font-style: italic; color: var(--lavender); }

.section-subtitle {
  font-family: 'Cormorant Garamond', serif;
  color: var(--text-secondary);
  font-size: 1.15rem;
  max-width: 520px;
  margin-bottom: 3.5rem;
  font-weight: 400;
  line-height: 1.7;
}

/* ════════════════════════════════════
   FEATURE BLOCKS (HOME)
════════════════════════════════════ */
.features-section {
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
  border-top: 0.5px solid var(--border-soft);
  border-bottom: 0.5px solid var(--border-soft);
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.feature-block {
  padding: 3rem 2.5rem;
  border-right: 1px solid var(--border-soft);
  text-align: center;
  position: relative;
  transition: background 0.3s;
}

.feature-block:last-child { border-right: none; }
.feature-block:hover { background: rgba(180,143,212,0.04); }

.feature-block-icon {
  width: 70px; height: 70px;
  background: rgba(180,143,212,0.1);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1.5rem;
}

.feature-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.feature-block p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 1.5rem; }

.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--mauve);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: gap 0.3s;
}

.feature-link:hover { gap: 0.7rem; }

/* ════════════════════════════════════
   QUOTE BANNER
════════════════════════════════════ */
.quote-banner {
  background: linear-gradient(135deg, #1A0F2E 0%, #2D1F45 50%, #1A0F2E 100%);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}

.quote-banner::before {
  content: '\201C';
  position: absolute;
  top: -0.5rem; left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 20rem;
  color: rgba(180,143,212,0.04);
  line-height: 1;
  pointer-events: none;
}

.quote-banner blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  color: var(--text-primary);
  font-weight: 300;
  font-style: italic;
  max-width: 750px;
  margin: 0 auto 1.2rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.quote-banner cite {
  font-family: 'Raleway', sans-serif;
  color: var(--mauve);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-style: normal;
}

/* ════════════════════════════════════
   PRODUCT CARDS
════════════════════════════════════ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 2rem;
}

.product-card {
  background: var(--bg-card);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.4s;
  cursor: pointer;
  border: 0.5px solid var(--border);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  border-color: rgba(180,143,212,0.3);
}

.product-image {
  height: 250px;
  background: linear-gradient(145deg, #1A1630 0%, #2D1F45 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}

.product-image::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(transparent, rgba(26,22,48,0.6));
}

.product-badge {
  position: absolute;
  top: 1rem; left: 1rem;
  background: linear-gradient(135deg, var(--mauve), var(--mauve-dark));
  color: var(--white);
  padding: 0.3rem 0.85rem;
  border-radius: 30px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(193,123,142,0.4);
  z-index: 2;
}

.product-info { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }

.product-category {
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--mauve);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.product-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.product-desc { font-size: 0.82rem; color: var(--text-secondary); margin-bottom: 1.2rem; line-height: 1.6; }

.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }

.product-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--lavender);
}

.add-to-cart {
  background: rgba(193,123,142,0.15);
  color: var(--mauve);
  border: 1px solid rgba(193,123,142,0.3);
  padding: 0.55rem 1.2rem;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.add-to-cart:hover {
  background: var(--mauve);
  color: var(--white);
  transform: scale(1.05);
}

.shop-filters { display: flex; gap: 0.75rem; margin-bottom: 3rem; flex-wrap: wrap; }

.filter-btn {
  padding: 0.55rem 1.4rem;
  border: 1px solid var(--border);
  background: transparent;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.filter-btn.active, .filter-btn:hover {
  background: var(--mauve);
  border-color: var(--mauve);
  color: var(--white);
}

/* ════════════════════════════════════
   SMS SECTION
════════════════════════════════════ */
.sms-section {
  background: linear-gradient(145deg, #1A0F2E 0%, #2D1F45 100%);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 0.5px solid var(--border);
}

.sms-section::before {
  content: '✦';
  position: absolute;
  top: 50%; left: 5%;
  transform: translateY(-50%);
  font-size: 8rem;
  color: rgba(180,143,212,0.05);
}

.sms-section::after {
  content: '✦';
  position: absolute;
  top: 50%; right: 5%;
  transform: translateY(-50%);
  font-size: 8rem;
  color: rgba(180,143,212,0.05);
}

.sms-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.sms-section p {
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  font-size: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.sms-form {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.sms-form input {
  flex: 1;
  min-width: 200px;
  padding: 1rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  outline: none;
  background: rgba(255,255,255,0.05);
  color: var(--text-primary);
  transition: border-color 0.3s;
}

.sms-form input::placeholder { color: var(--text-muted); }
.sms-form input:focus { border-color: var(--lavender); }

.sms-form button {
  background: linear-gradient(135deg, var(--mauve), var(--mauve-dark));
  color: var(--white);
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sms-form button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(193,123,142,0.4); }

/* ════════════════════════════════════
   BIO SECTION
════════════════════════════════════ */
.bio-section {
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-top: 0.5px solid var(--border-soft);
}

.bio-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
}

.bio-left {
  background: linear-gradient(160deg, #1A0F2E 0%, #0D0B1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
  border-right: 0.5px solid var(--border-soft);
}

.bio-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(193,123,142,0.1) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(180,143,212,0.08) 0%, transparent 50%);
}

.bio-corner-leaf { display: none; }

.bio-photo-stack { position: relative; z-index: 2; }

.bio-ring {
  width: 340px; height: 420px;
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  border: 1px solid rgba(193,123,142,0.2);
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.bio-ring-2 {
  width: 320px; height: 400px;
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  border: 1px solid rgba(180,143,212,0.15);
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
}

.bio-photo-frame {
  width: 300px; height: 380px;
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  background: linear-gradient(160deg, #2D1F45 0%, #1A0F2E 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.06);
}

.bio-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: none; }
.bio-photo-frame img.loaded { display: block; }

.bio-placeholder-inner { text-align: center; padding: 2rem; }
.bio-placeholder-inner .icon { font-size: 3rem; opacity: 0.4; margin-bottom: 0.75rem; display: block; }
.bio-placeholder-inner p {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
}

.bio-name-tag {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--mauve), var(--mauve-dark));
  color: var(--white);
  padding: 0.7rem 2rem;
  border-radius: 30px;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(193,123,142,0.4);
  z-index: 10;
}

.bio-right {
  display: flex;
  align-items: center;
  padding: 5rem 4rem 5rem 5rem;
  background: var(--bg-secondary);
  position: relative;
}

.bio-right::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--mauve), var(--lavender), var(--mauve));
}

.bio-text-inner { max-width: 480px; }

.bio-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--mauve);
  margin-bottom: 1.2rem;
}

.bio-eyebrow::before {
  content: '';
  width: 25px; height: 1px;
  background: var(--mauve);
}

.bio-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.bio-name em { font-style: italic; color: var(--lavender); }

.bio-title-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text-secondary);
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.bio-divider {
  width: 50px; height: 2px;
  background: linear-gradient(90deg, var(--mauve), var(--lavender));
  border-radius: 2px;
  margin-bottom: 2rem;
}

.bio-text-inner p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.85;
  margin-bottom: 1.2rem;
  font-weight: 400;
}

.bio-pull-quote {
  background: rgba(180,143,212,0.06);
  border-left: 3px solid var(--mauve);
  border-radius: 0 12px 12px 0;
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0 2rem;
}

.bio-pull-quote p {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  color: var(--text-primary) !important;
  font-size: 1rem !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.bio-stats { display: flex; gap: 0; margin-bottom: 2.5rem; }

.bio-stat-item {
  flex: 1;
  text-align: center;
  padding: 1.2rem 1rem;
  border-right: 1px solid var(--border-soft);
  position: relative;
}

.bio-stat-item:first-child { padding-left: 0; text-align: left; }
.bio-stat-item:last-child { border-right: none; }

.bio-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--lavender);
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.bio-stat-label {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mauve);
  font-weight: 700;
}

/* ════════════════════════════════════
   SERVICES
════════════════════════════════════ */
.services-section { background: var(--bg-secondary); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 2rem;
}

.service-card {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.4s;
  border: 0.5px solid var(--border);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--mauve), var(--lavender), var(--mauve));
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0,0,0,0.3); border-color: rgba(180,143,212,0.3); }
.service-card:hover::before { opacity: 1; }

.service-icon-wrap {
  width: 80px; height: 80px;
  background: rgba(180,143,212,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 1.5rem;
  border: 1px solid var(--border);
}

.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.service-card p { font-size: 0.88rem; color: var(--text-secondary); margin-bottom: 1.5rem; line-height: 1.8; }

.service-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--lavender);
  margin-bottom: 0.25rem;
}

.service-duration {
  display: inline-block;
  font-size: 0.72rem;
  color: var(--white);
  background: rgba(193,123,142,0.25);
  border: 1px solid rgba(193,123,142,0.3);
  padding: 0.25rem 0.9rem;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--mauve);
}

.book-btn {
  background: linear-gradient(135deg, var(--mauve), var(--mauve-dark));
  color: var(--white);
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.book-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(193,123,142,0.4); }

/* ════════════════════════════════════
   BLOG
════════════════════════════════════ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.blog-card {
  background: var(--bg-card);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.4s;
  cursor: pointer;
  border: 0.5px solid var(--border);
}

.blog-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0,0,0,0.35); border-color: rgba(180,143,212,0.3); }

.blog-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}

.blog-image-1 { background: linear-gradient(135deg, #2D1F45 0%, #1A0F2E 100%); }
.blog-image-2 { background: linear-gradient(135deg, #3D1F3A 0%, #2D0F28 100%); }
.blog-image-3 { background: linear-gradient(135deg, #1F2D45 0%, #0F1E2E 100%); }
.blog-image-4 { background: linear-gradient(135deg, #1F3D2D 0%, #0F2D1E 100%); }
.blog-image-5 { background: linear-gradient(135deg, #1A1F3D 0%, #0F102E 100%); }
.blog-image-6 { background: linear-gradient(135deg, #3D2D1F 0%, #2D1E0F 100%); }

.blog-content { padding: 1.75rem; }

.blog-meta { display: flex; gap: 1rem; margin-bottom: 0.75rem; align-items: center; }

.blog-category {
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--mauve);
  font-weight: 700;
}

.blog-date { font-size: 0.72rem; color: var(--text-muted); }

.blog-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.blog-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.75; }

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  color: var(--lavender);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: gap 0.3s;
  cursor: pointer;
}

.read-more:hover { gap: 0.7rem; }

/* ════════════════════════════════════
   POETRY
════════════════════════════════════ */
.poetry-section { background: var(--bg-deep); }

.poetry-section .section-title { color: var(--text-primary); }
.poetry-section .section-eyebrow { color: var(--mauve); }
.poetry-section .section-eyebrow::before,
.poetry-section .section-eyebrow::after { background: var(--mauve); }
.poetry-section .section-subtitle { color: var(--text-secondary); }

.poetry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.poem-card {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.4s;
}

.poem-card:hover {
  background: rgba(180,143,212,0.06);
  border-color: rgba(193,123,142,0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.poem-icon { font-size: 1.8rem; margin-bottom: 1rem; }

.poem-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.poem-preview {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  color: var(--text-secondary);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.poem-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.2rem; }

.poem-tag {
  background: rgba(180,143,212,0.08);
  border: 1px solid var(--border);
  color: var(--lavender);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.poem-actions { display: flex; gap: 0.75rem; }

.poem-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  border-radius: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  letter-spacing: 0.5px;
}

.poem-btn-read { background: rgba(255,255,255,0.07); color: var(--text-secondary); border: 0.5px solid var(--border); }
.poem-btn-read:hover { background: rgba(255,255,255,0.12); color: var(--white); }
.poem-btn-listen { background: var(--mauve); color: var(--white); }
.poem-btn-listen:hover { background: var(--mauve-dark); transform: scale(1.05); }

/* ════════════════════════════════════
   CONTACT
════════════════════════════════════ */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}

.contact-info-card {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  border: 0.5px solid var(--border);
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--mauve), var(--lavender));
}

.contact-info-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-info-card p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 0.75rem; font-size: 0.9rem; }

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin-bottom: 0.75rem;
}

.contact-detail-icon {
  width: 36px; height: 36px;
  background: rgba(193,123,142,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  border: 1px solid var(--border);
}

.social-links { display: flex; gap: 0.75rem; margin-top: 2rem; }

.social-link {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 0.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover { background: var(--mauve); color: var(--white); border-color: var(--mauve); transform: translateY(-3px); }

.contact-form-wrap {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 3rem;
  border: 0.5px solid var(--border);
}

.contact-form-wrap h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 2rem;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }

.form-group label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: var(--text-primary);
  background: rgba(255,255,255,0.04);
  outline: none;
  transition: all 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }

.form-group select option { background: var(--bg-card); color: var(--text-primary); }

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--lavender);
  background: rgba(180,143,212,0.05);
  box-shadow: 0 0 0 3px rgba(180,143,212,0.1);
}

.form-group textarea { resize: vertical; min-height: 120px; }

/* ════════════════════════════════════
   POETRY TEASER (home)
════════════════════════════════════ */
.poetry-teaser {
  background: linear-gradient(135deg, #1A0F2E 0%, #0D0B1A 100%);
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 0.5px solid var(--border);
}

.poetry-teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(193,123,142,0.1) 0%, transparent 60%);
}

.poetry-teaser h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text-primary);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.poetry-teaser h2 em { font-style: italic; color: var(--lavender); }

.poetry-teaser p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--text-secondary);
  font-size: 1.15rem;
  max-width: 480px;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 1;
}

/* ════════════════════════════════════
   FOOTER
════════════════════════════════════ */
footer {
  background: var(--bg-deep);
  color: var(--text-secondary);
  padding: 5rem 2rem 2rem;
  position: relative;
  overflow: hidden;
  border-top: 0.5px solid var(--border);
}

footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mauve), var(--lavender), var(--mauve), transparent);
}

.footer-inner { max-width: 1200px; margin: 0 auto; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.footer-brand .footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--mauve);
  margin-bottom: 1.2rem;
}

.footer-brand p { font-size: 0.85rem; line-height: 1.9; margin-bottom: 2rem; max-width: 260px; }

.footer-social { display: flex; gap: 0.75rem; }

.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 0.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-social a:hover { background: var(--mauve); color: var(--white); border-color: var(--mauve); transform: translateY(-3px); }

.footer-col h4 {
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 20px; height: 1.5px;
  background: var(--mauve);
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }

.footer-col ul li a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s;
  cursor: pointer;
}

.footer-col ul li a:hover { color: var(--lavender); }

.footer-bottom {
  border-top: 1px solid var(--border-soft);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 1rem;
}

/* ════════════════════════════════════
   MODAL
════════════════════════════════════ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,6,19,0.85);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(8px);
}

.modal-overlay.open { display: flex; }

.modal {
  background: var(--bg-secondary);
  border-radius: 28px;
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  border: 0.5px solid var(--border);
}

.modal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, var(--mauve), var(--lavender), var(--mauve));
}

.modal-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  background: rgba(255,255,255,0.07);
  border: 0.5px solid var(--border);
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  color: var(--text-secondary);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover { background: var(--mauve); color: var(--white); border-color: var(--mauve); }

.modal-tag {
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mauve);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.modal h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--text-primary);
  margin-bottom: 1.75rem;
}

.poem-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 2.1;
  color: var(--text-secondary);
  white-space: pre-line;
  font-style: italic;
  margin-bottom: 2rem;
}

.audio-player {
  background: var(--bg-card);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  border: 0.5px solid var(--border);
}

.audio-player h4 {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mauve);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.audio-placeholder { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--text-muted); font-style: italic; }

/* ════════════════════════════════════
   BOOKING PLACEHOLDER
════════════════════════════════════ */
.booking-placeholder {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 3.5rem;
  text-align: center;
  margin-top: 3rem;
  border: 1px dashed rgba(180,143,212,0.25);
  position: relative;
}

.booking-placeholder h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.booking-placeholder p { color: var(--text-secondary); max-width: 450px; margin: 0 auto 1.5rem; font-size: 0.9rem; }

/* ════════════════════════════════════
   ANIMATIONS
════════════════════════════════════ */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════
   RESPONSIVE
════════════════════════════════════ */
@media (max-width: 1024px) {
  .bio-inner { grid-template-columns: 1fr; }
  .bio-left { padding: 4rem 2rem 5rem; min-height: 500px; }
  .bio-right { padding: 4rem 2.5rem; }
  .bio-right::before { display: none; }
  .contact-wrapper { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: var(--bg-secondary);
    flex-direction: column;
    padding: 1.5rem 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    gap: 1.2rem;
    border-bottom: 0.5px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .three-col { grid-template-columns: 1fr; }
  .feature-block { border-right: none; border-bottom: 0.5px solid var(--border-soft); }
  .feature-block:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .section { padding: 4rem 1.25rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
