/* ============================================================
   XPIRITUALWAY — Vidya | Elite Transformational Coach
   Design System & Global Styles  ·  Request 3 Rebrand
   ============================================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* ---------- CSS Custom Properties ---------- */
:root {
  /* ── Brand Palette — Premium & Elevated ── */
  --violet:        #2D1B69;   /* deep violet — primary brand */
  --violet-mid:    #3D2A85;   /* mid violet — hover states  */
  --violet-light:  #5B4AA0;   /* light violet — accents     */
  --violet-pale:   #EDE8F8;   /* pale violet — tints        */
  --ivory:         #FAF8F5;   /* soft ivory — backgrounds   */
  --ivory-mid:     #F3EFE8;   /* mid ivory — alt bg         */
  --white-warm:    #FFFFFF;   /* warm white                 */
  --charcoal:      #2C2C2E;   /* charcoal grey — body text  */
  --charcoal-mid:  #4A4A4C;   /* mid charcoal — secondary   */
  --charcoal-soft: #6B6B70;   /* soft charcoal — muted text */
  --gold-muted:    #B8975A;   /* muted gold — accents       */
  --gold-warm:     #D4AF7A;   /* warm gold — highlights     */
  --gold-deep:     #8C6E3A;   /* deep gold — darks          */
  --lavender:      #C4B5D4;   /* soft lavender — tints      */
  --lavender-mid:  #9E8BB5;   /* mid lavender               */

  /* ── Section Backgrounds ── */
  --bg-dark:       #1A1230;   /* dark violet — hero / dark sections */
  --bg-dark-alt:   #120D22;   /* deepest — footer */
  --bg-mid:        #231848;   /* mid-dark violet */
  --bg-light:      var(--ivory);
  --bg-light-alt:  var(--ivory-mid);

  /* ── Gradients ── */
  --grad-hero:     linear-gradient(145deg, #120D22 0%, #1A1230 40%, #231848 100%);
  --grad-gold:     linear-gradient(135deg, #B8975A 0%, #D4AF7A 50%, #B8975A 100%);
  --grad-violet:   linear-gradient(135deg, #2D1B69 0%, #3D2A85 100%);
  --grad-section:  linear-gradient(180deg, #1A1230 0%, #120D22 100%);
  --grad-card:     linear-gradient(145deg, rgba(184,151,90,0.06) 0%, rgba(196,181,212,0.04) 100%);
  --grad-glow:     radial-gradient(ellipse at center, rgba(184,151,90,0.18) 0%, transparent 70%);
  --grad-overlay:  linear-gradient(180deg, rgba(18,13,34,0.6) 0%, rgba(18,13,34,0.85) 100%);

  /* ── Typography ── */
  --font-display:  'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-body:     'Inter', 'Lato', system-ui, sans-serif;

  /* ── Spacing Scale ── */
  --sp-xs:   0.5rem;
  --sp-sm:   1rem;
  --sp-md:   2rem;
  --sp-lg:   4rem;
  --sp-xl:   8rem;
  --sp-2xl:  12rem;

  /* ── Motion ── */
  --ease-smooth:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast:      200ms;
  --dur-normal:    400ms;
  --dur-slow:      700ms;

  /* ── Shadows ── */
  --shadow-gold:   0 0 40px rgba(184,151,90,0.22), 0 0 80px rgba(184,151,90,0.08);
  --shadow-card:   0 20px 60px rgba(0,0,0,0.15), 0 4px 20px rgba(0,0,0,0.08);
  --shadow-card-dark: 0 20px 60px rgba(0,0,0,0.5), 0 4px 20px rgba(0,0,0,0.3);
  --shadow-soft:   0 8px 32px rgba(0,0,0,0.08);
  --shadow-violet: 0 0 40px rgba(45,27,105,0.25), 0 8px 24px rgba(45,27,105,0.15);
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--ivory);
  color: var(--charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---------- Selection ---------- */
::selection { background: rgba(184,151,90,0.3); color: var(--white-warm); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.display-hero {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 8rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--white-warm);
}
.display-hero em,
.display-hero span.italic { font-style: italic; font-weight: 400; color: var(--gold-warm); }

h1, .h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h2, .h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
}

h3, .h3 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
}

h4, .h4 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

p.lead {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 300;
  line-height: 1.85;
  color: var(--charcoal-mid);
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--charcoal-soft);
}

/* Light-section text overrides */
.on-dark p.lead { color: rgba(255,255,255,0.75); }
.on-dark p      { color: rgba(255,255,255,0.6); }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: var(--white-warm); }
.on-dark .eyebrow { color: var(--gold-muted); }
.on-dark .eyebrow::before, .on-dark .eyebrow::after { background: var(--gold-muted); }

.text-gold    { color: var(--gold-muted); }
.text-violet  { color: var(--violet); }
.text-white   { color: var(--white-warm); }
.text-muted   { color: var(--charcoal-soft); }
.text-center  { text-align: center; }

/* Gradient headline text */
.gradient-text {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Italic accent in headings */
.accent-italic {
  font-style: italic;
  color: var(--gold-muted);
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-muted);
  display: inline-block;
  position: relative;
  padding: 0 2.2rem;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.4rem;
  height: 1px;
  background: var(--gold-muted);
  transform: translateY(-50%);
}
.eyebrow::before { left: 0; }
.eyebrow::after  { right: 0; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-md);
}
.container-wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--sp-md);
}
.container-narrow {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 var(--sp-md);
}

.section       { padding: var(--sp-xl) 0; }
.section-sm    { padding: var(--sp-lg) 0; }
.section-light { background: var(--ivory); }
.section-alt   { background: var(--ivory-mid); }
.section-dark  { background: var(--bg-dark); }
.section-darkest { background: var(--bg-dark-alt); }

.flex       { display: flex; }
.flex-col   { flex-direction: column; }
.flex-center { align-items: center; justify-content: center; }
.gap-sm     { gap: var(--sp-sm); }
.gap-md     { gap: var(--sp-md); }
.gap-lg     { gap: var(--sp-lg); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-md); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-md); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-md); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.8rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0;
  transition: all var(--dur-normal) var(--ease-smooth);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--grad-gold);
  color: var(--charcoal);
  border: none;
  box-shadow: 0 4px 20px rgba(184,151,90,0.25);
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.18);
  transform: translateX(-100%) skewX(-20deg);
  transition: transform var(--dur-slow) var(--ease-smooth);
}
.btn-primary:hover::before { transform: translateX(120%) skewX(-20deg); }
.btn-primary:hover {
  box-shadow: 0 0 40px rgba(184,151,90,0.4), 0 8px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--gold-muted);
  border: 1px solid var(--gold-muted);
}
.btn-outline:hover {
  background: rgba(184,151,90,0.08);
  box-shadow: 0 0 30px rgba(184,151,90,0.15);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--white-warm);
  border: 1px solid rgba(255,255,255,0.25);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
}

.btn-violet {
  background: var(--violet);
  color: var(--white-warm);
  border: none;
  box-shadow: var(--shadow-violet);
}
.btn-violet:hover {
  background: var(--violet-mid);
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(45,27,105,0.4);
}

.btn-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.2rem 0;
  transition: all var(--dur-normal) var(--ease-smooth);
}
.nav.scrolled {
  background: rgba(18,13,34,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(184,151,90,0.15);
  padding: 0.8rem 0;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav__logo-mark { width: 34px; height: 34px; }
.nav__logo-text {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--white-warm);
  line-height: 1;
}
.nav__logo-text span { color: var(--gold-muted); font-style: italic; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__link {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color var(--dur-fast) var(--ease-smooth);
  position: relative;
  white-space: nowrap;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold-muted);
  transition: width var(--dur-normal) var(--ease-smooth);
}
.nav__link:hover, .nav__link.active { color: var(--gold-muted); }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }
.nav__cta { margin-left: 0.5rem; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--white-warm);
  transition: all var(--dur-normal) var(--ease-smooth);
}
.nav__toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18,13,34,0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.nav__mobile.open { display: flex; }
.nav__mobile .nav__link {
  font-size: 1.4rem;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--white-warm);
  text-transform: none;
}
.nav__mobile .nav__link::after { display: none; }
.nav__mobile-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: rgba(255,255,255,0.5);
  font-size: 1.5rem;
  cursor: pointer;
}

/* ============================================================
   DIVIDERS & DECORATIVE
   ============================================================ */
.divider {
  width: 60px;
  height: 1px;
  background: var(--grad-gold);
  margin: var(--sp-md) auto;
}
.divider-full {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,151,90,0.25), transparent);
  margin: var(--sp-lg) 0;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin: 1.5rem 0;
}
.ornament-line {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-muted));
}
.ornament-line.right {
  background: linear-gradient(90deg, var(--gold-muted), transparent);
}
.ornament-diamond {
  width: 6px;
  height: 6px;
  background: var(--gold-muted);
  transform: rotate(45deg);
}

/* ============================================================
   GLOW EFFECTS
   ============================================================ */
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.glow-gold   { background: rgba(184,151,90,0.14); }
.glow-violet { background: rgba(45,27,105,0.25); }
.glow-lavender { background: rgba(196,181,212,0.12); }

/* ============================================================
   CARDS
   ============================================================ */
.card {
  background: var(--white-warm);
  border: 1px solid rgba(184,151,90,0.12);
  padding: var(--sp-md);
  position: relative;
  transition: all var(--dur-normal) var(--ease-smooth);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(184,151,90,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--dur-normal) var(--ease-smooth);
}
.card:hover {
  border-color: rgba(184,151,90,0.3);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
}
.card:hover::before { opacity: 1; }

/* Dark variant card */
.card-dark {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,151,90,0.12);
  box-shadow: none;
}
.card-dark:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(184,151,90,0.3);
  box-shadow: var(--shadow-card-dark);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: var(--white-warm);
  border: 1px solid rgba(184,151,90,0.1);
  padding: 2.5rem;
  position: relative;
  box-shadow: var(--shadow-soft);
}
.testimonial-card::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(184,151,90,0.15);
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
}
.testimonial-stars {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
.testimonial-stars svg {
  width: 14px;
  height: 14px;
  fill: var(--gold-muted);
}
.testimonial-text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}
.testimonial-author {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.testimonial-role {
  font-size: 0.73rem;
  color: var(--charcoal-soft);
  margin-top: 0.25rem;
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease-smooth), transform 0.8s var(--ease-smooth);
}
[data-reveal="left"]  { transform: translateX(-28px); }
[data-reveal="right"] { transform: translateX(28px); }
[data-reveal="scale"] { transform: scale(0.93); }
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }
[data-delay="600"] { transition-delay: 0.6s; }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--grad-hero);
}
.hero__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 55%, transparent 35%, rgba(18,13,34,0.7) 100%);
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 var(--sp-md);
  padding-top: 7rem;
  max-width: 920px;
  margin: 0 auto;
}
.hero__eyebrow {
  margin-bottom: 2rem;
  animation: fadeDown 1s var(--ease-smooth) 0.3s both;
}
.hero__headline {
  animation: fadeDown 1s var(--ease-smooth) 0.5s both;
  margin-bottom: 2rem;
}
.hero__sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.72);
  max-width: 580px;
  margin: 0 auto 3.5rem;
  animation: fadeDown 1s var(--ease-smooth) 0.7s both;
  line-height: 1.85;
}
.hero__cta {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeDown 1s var(--ease-smooth) 0.9s both;
}
.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: pulse 2.5s ease infinite;
}
.hero__scroll-text {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.hero__scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, var(--gold-muted), transparent);
  animation: scrollLine 2.5s ease infinite;
}

/* ============================================================
   BUTTERFLY SVG LOGO MARK
   ============================================================ */
.butterfly-mark {
  width: 64px;
  height: 64px;
  display: inline-block;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: var(--ivory-mid);
  border-top: 1px solid rgba(184,151,90,0.15);
  border-bottom: 1px solid rgba(184,151,90,0.15);
  padding: 3rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-item {
  text-align: center;
  padding: 1rem 2rem;
  border-right: 1px solid rgba(184,151,90,0.15);
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  font-weight: 400;
  color: var(--violet);
  line-height: 1;
  display: block;
}
.stat-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 0.6rem;
}

/* Dark variant stats */
.stats-bar.dark {
  background: rgba(255,255,255,0.04);
  border-color: rgba(184,151,90,0.12);
}
.stats-bar.dark .stat-item { border-color: rgba(184,151,90,0.12); }
.stats-bar.dark .stat-number { color: var(--gold-muted); }
.stats-bar.dark .stat-label  { color: rgba(255,255,255,0.5); }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.service-card {
  background: var(--white-warm);
  border: 1px solid rgba(184,151,90,0.1);
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all var(--dur-normal) var(--ease-smooth);
  box-shadow: var(--shadow-soft);
}
.service-card__number {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 400;
  color: rgba(45,27,105,0.06);
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  line-height: 1;
  transition: color var(--dur-normal) var(--ease-smooth);
}
.service-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  color: var(--gold-muted);
}
.service-card__title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 1rem;
  line-height: 1.25;
}
.service-card__text {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--charcoal-soft);
  margin-bottom: 1.5rem;
}
.service-card__link {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap var(--dur-fast) var(--ease-smooth);
}
.service-card__link svg {
  width: 14px; height: 14px;
  stroke: currentColor; stroke-width: 2; fill: none;
  transition: transform var(--dur-fast) var(--ease-smooth);
}
.service-card:hover .service-card__link { gap: 0.9rem; }
.service-card:hover .service-card__link svg { transform: translateX(4px); }
.service-card:hover {
  border-color: rgba(184,151,90,0.3);
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
}
.service-card:hover .service-card__number { color: rgba(45,27,105,0.1); }

/* Dark variant service card */
.service-card.dark {
  background: rgba(255,255,255,0.04);
  border-color: rgba(184,151,90,0.1);
  box-shadow: none;
}
.service-card.dark .service-card__title { color: var(--white-warm); }
.service-card.dark .service-card__text  { color: rgba(255,255,255,0.6); }
.service-card.dark .service-card__link  { color: var(--gold-muted); }
.service-card.dark .service-card__number { color: rgba(255,255,255,0.04); }
.service-card.dark:hover {
  background: rgba(255,255,255,0.07);
  box-shadow: var(--shadow-card-dark);
}

/* ============================================================
   PROCESS SECTION
   ============================================================ */
.process-step {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(184,151,90,0.1);
  transition: all var(--dur-normal) var(--ease-smooth);
}
.process-step:last-child { border-bottom: none; }
.process-step__num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 400;
  color: rgba(184,151,90,0.2);
  min-width: 75px;
  line-height: 1;
  transition: color var(--dur-normal) var(--ease-smooth);
}
.process-step:hover .process-step__num { color: var(--gold-muted); }
.process-step__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
.process-step__text {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--charcoal-soft);
}

/* ============================================================
   ABOUT PREVIEW / PHOTO FRAME
   ============================================================ */
.about-image-frame {
  position: relative;
  padding: 2.5rem;
}
.about-image-frame::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid rgba(184,151,90,0.3);
  pointer-events: none;
}
.about-image-frame::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid rgba(184,151,90,0.15);
  pointer-events: none;
}
.about-image-inner {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #EDE8F8 0%, #D5CCF0 100%);
}

/* Photo placeholder */
.photo-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(145deg, #EDE8F8 0%, #D5CCF0 50%, #EDE8F8 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem;
}
.photo-placeholder svg {
  width: 56px; height: 56px;
  stroke: rgba(45,27,105,0.25); fill: none; stroke-width: 1;
}
.photo-placeholder p {
  font-size: 0.72rem; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(45,27,105,0.4);
}

/* ============================================================
   FEATURED IN STRIP
   ============================================================ */
.featured-strip {
  background: var(--ivory-mid);
  border-top: 1px solid rgba(184,151,90,0.1);
  border-bottom: 1px solid rgba(184,151,90,0.1);
  padding: 2.2rem 0;
}
.featured-strip__inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-strip__label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  white-space: nowrap;
}
.featured-logo {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(44,44,46,0.3);
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.featured-logo:hover { color: rgba(44,44,46,0.6); }

/* Dark version */
.featured-strip.dark {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.07);
}
.featured-strip.dark .featured-strip__label { color: rgba(255,255,255,0.4); }
.featured-strip.dark .featured-logo { color: rgba(255,255,255,0.2); }
.featured-strip.dark .featured-logo:hover { color: rgba(255,255,255,0.45); }

/* ============================================================
   PHILOSOPHY / PULL QUOTE
   ============================================================ */
.philosophy-text {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 2.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--charcoal);
}
.philosophy-text .accent { color: var(--gold-muted); font-style: italic; }
.philosophy-text.on-dark  { color: var(--white-warm); }

/* ============================================================
   FAQ / ACCORDION
   ============================================================ */
.faq-item {
  border-bottom: 1px solid rgba(184,151,90,0.12);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
  transition: color var(--dur-fast) var(--ease-smooth);
}
.faq-question:hover { color: var(--violet); }
.faq-question svg {
  width: 20px; height: 20px;
  stroke: var(--gold-muted); fill: none; stroke-width: 1.5;
  transition: transform var(--dur-normal) var(--ease-smooth);
  flex-shrink: 0;
}
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-smooth),
              padding var(--dur-normal) var(--ease-smooth);
}
.faq-answer p {
  padding: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--charcoal-soft);
}
.faq-item.open .faq-answer { max-height: 400px; }

/* Dark FAQ */
.faq-item.dark .faq-question { color: var(--white-warm); }
.faq-item.dark .faq-question:hover { color: var(--gold-muted); }
.faq-item.dark { border-color: rgba(255,255,255,0.08); }
.faq-item.dark .faq-answer p { color: rgba(255,255,255,0.6); }

/* ============================================================
   FORM ELEMENTS
   ============================================================ */
.form-group { margin-bottom: 1.5rem; }
.form-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  background: var(--white-warm);
  border: 1px solid rgba(44,44,46,0.15);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--charcoal);
  transition: border-color var(--dur-fast) var(--ease-smooth),
              box-shadow var(--dur-fast) var(--ease-smooth);
  outline: none;
  -webkit-appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold-muted);
  box-shadow: 0 0 0 3px rgba(184,151,90,0.12);
}
.form-textarea { resize: vertical; min-height: 130px; }

/* Dark form */
.form-group.dark .form-label { color: rgba(255,255,255,0.7); }
.form-input.dark, .form-select.dark, .form-textarea.dark {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: var(--white-warm);
}
.form-input.dark:focus, .form-select.dark:focus, .form-textarea.dark:focus {
  border-color: var(--gold-muted);
  box-shadow: 0 0 0 3px rgba(184,151,90,0.15);
}
.form-input.dark::placeholder, .form-textarea.dark::placeholder {
  color: rgba(255,255,255,0.3);
}

/* Step indicator */
.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.step-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(184,151,90,0.2);
  transition: all 0.3s ease;
}
.step-dot.active { background: var(--gold-muted); width: 24px; border-radius: 4px; }
.step-dot.done   { background: var(--gold-muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-dark-alt);
  padding: var(--sp-xl) 0 var(--sp-md);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--sp-lg);
  margin-bottom: var(--sp-xl);
}
.footer__brand p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  margin-top: 1rem;
  max-width: 280px;
}
.footer__heading {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 1.2rem;
}
.footer__links { display: flex; flex-direction: column; gap: 0.6rem; }
.footer__link {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  transition: color var(--dur-fast) var(--ease-smooth);
}
.footer__link:hover { color: var(--gold-muted); }
.footer__bottom {
  padding-top: var(--sp-md);
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__legal {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}
.footer__socials {
  display: flex;
  gap: 1rem;
}
.footer__social {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  transition: all var(--dur-fast) var(--ease-smooth);
}
.footer__social:hover {
  border-color: var(--gold-muted);
  color: var(--gold-muted);
}

/* ============================================================
   CURSOR GLOW (desktop)
   ============================================================ */
.cursor-glow {
  position: fixed;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(184,151,90,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* ============================================================
   TOAST
   ============================================================ */
.toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--charcoal);
  color: var(--white-warm);
  padding: 1rem 1.5rem;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  border-left: 3px solid var(--gold-muted);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  z-index: 9998;
  animation: toastIn 0.4s var(--ease-smooth) both;
}
@keyframes toastIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: var(--grad-hero);
  padding: 10rem 0 6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(45,27,105,0.3) 0%, transparent 70%);
}
.page-hero__content { position: relative; z-index: 1; }

/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-card {
  background: var(--white-warm);
  border: 1px solid rgba(184,151,90,0.1);
  padding: 3rem 2.5rem;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: all var(--dur-normal) var(--ease-smooth);
}
.pricing-card.featured {
  border-color: var(--gold-muted);
  background: var(--violet);
  color: var(--white-warm);
}
.pricing-card.featured .pricing-title,
.pricing-card.featured .pricing-price,
.pricing-card.featured .pricing-feature { color: var(--white-warm); }
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,0.75); }
.pricing-badge {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-gold);
  color: var(--charcoal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 1.2rem;
  white-space: nowrap;
}
.pricing-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}
.pricing-price {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 400;
  color: var(--violet);
  line-height: 1;
  margin: 1.5rem 0 1rem;
}
.pricing-price sup { font-size: 1.5rem; vertical-align: top; margin-top: 0.5rem; }
.pricing-price span { font-size: 1rem; font-weight: 400; color: var(--charcoal-soft); }
.pricing-features { margin: 1.5rem 0 2rem; }
.pricing-feature {
  font-size: 0.9rem;
  color: var(--charcoal-soft);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(184,151,90,0.08);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.pricing-feature::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--gold-muted);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-md);
  }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-top: 1px solid rgba(184,151,90,0.15); }
  .nav__links { gap: 1.2rem; }
}

@media (max-width: 900px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {
  :root {
    --sp-xl:  4rem;
    --sp-2xl: 7rem;
  }

  .nav__links { display: none; }
  .nav__cta   { display: none; }
  .nav__toggle { display: flex; }

  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(even) { border-right: none; }

  .footer__grid { grid-template-columns: 1fr; gap: var(--sp-md); }
  .footer__bottom { flex-direction: column; text-align: center; }

  .hero__content { padding-top: 8rem; }
  .hero__cta { flex-direction: column; align-items: center; }

  .page-hero { padding: 8rem 0 4rem; }

  .btn { padding: 0.9rem 2rem; }

  .pricing-card { padding: 2rem 1.5rem; }

  .cursor-glow { display: none; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item  { border-right: none; border-bottom: 1px solid rgba(184,151,90,0.12); }
  .stat-item:last-child { border-bottom: none; }
  .eyebrow { padding: 0 1.5rem; }
}
