/* ============================================================
   ASTRO AAKASH — Saffron Temple Light Theme
   Inspired by: sandstone temple walls, Hanuman's saffron flag,
   marigold garlands, temple gold leaf, sacred parchment
   ============================================================ */

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

/* === DESIGN TOKENS — SAFFRON TEMPLE PALETTE === */
:root {
  /* Backgrounds — warm parchment / sandstone */
  --bg-void:      #FDF8F0;   /* main page bg — sacred parchment */
  --bg-deep:      #FAF2E8;   /* alternate section bg */
  --bg-base:      #FFF5EC;   /* warm saffron-tinted white */
  --bg-surface:   #FFFFFF;   /* cards — pure white */
  --bg-elevated:  #FFF9F4;   /* slightly warm card hover */
  --bg-highlight: #FDEBD5;   /* light saffron highlight */
  --bg-card:      #FFFFFF;
  --bg-card-border: rgba(192, 72, 0, 0.14);
  --bg-card-inner: #FDFAF6;

  /* Saffron / Orange — the primary accent (Hanuman saffron) */
  --gold-whisper:  rgba(192, 72, 0, 0.07);
  --gold-dim:      #D4906A;   /* muted saffron */
  --gold-muted:    #A06030;   /* medium warm brown */
  --gold-primary:  #C04800;   /* true saffron — Hanuman orange */
  --gold-bright:   #D86010;   /* bright saffron flame */
  --gold-glow:     #E88030;   /* marigold glow */
  --gold-shine:    #F5A060;   /* light saffron */

  /* Temple gold (secondary) */
  --temple-gold: #C8840A;
  --temple-gold-light: #E8B040;

  /* Text — dark warm brown (like aged manuscript ink) */
  --cream-deep:   #B09878;   /* very muted — placeholder text */
  --cream-muted:  #8A6040;   /* secondary body text */
  --cream-soft:   #6B4020;   /* body text */
  --cream-base:   #4A2A10;   /* emphasis text */
  --cream-bright: #2A1208;   /* primary text — dark warm brown */
  --cream-white:  #1A0A05;   /* headings — near black warm */

  /* Maroon / dark tones — for dark sections */
  --maroon-deep:  #2E0E04;   /* darkest — footer bg */
  --maroon-base:  #4A1A08;   /* dark CTA bg */
  --maroon-bright:#7A3015;   /* medium dark */

  /* Fonts */
  --font-display:    'Cinzel', serif;
  --font-decorative: 'Cinzel Decorative', cursive;
  --font-heading:    'Playfair Display', serif;
  --font-body:       'Cormorant Garamond', serif;

  /* Spacing */
  --section-py: clamp(5rem, 9vw, 9rem);
  --container-px: clamp(1.25rem, 5vw, 4rem);
  --max-w: 1380px;

  /* Radius */
  --r-xs:   0.5rem;
  --r-sm:   0.875rem;
  --r-md:   1.25rem;
  --r-lg:   1.875rem;
  --r-xl:   2.5rem;
  --r-2xl:  3.5rem;
  --r-full: 9999px;

  /* Motion */
  --ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-smooth: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast:   280ms;
  --dur-base:   560ms;
  --dur-slow:   840ms;
  --dur-slower: 1100ms;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background-color: var(--bg-void);
  color: var(--cream-bright);
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.7;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
input, textarea, select { font-family: inherit; }

/* === SUBTLE AMBIENT BACKGROUND === */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(192,72,0,0.055) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 15% 75%, rgba(200,132,10,0.04) 0%, transparent 50%),
    radial-gradient(ellipse 40% 35% at 50% 10%, rgba(192,72,0,0.03) 0%, transparent 45%);
}

/* === SUBTLE WARM PARTICLE CANVAS === */
#stars-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}

/* === NOISE OVERLAY — very subtle on light bg === */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 256px;
  opacity: 0.018;
}

/* === PAGE WRAPPER === */
#page-wrapper { position: relative; z-index: 2; }

/* === TYPOGRAPHY === */
.t-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-primary);
  background: rgba(192, 72, 0, 0.07);
  border: 1px solid rgba(192, 72, 0, 0.22);
  border-radius: var(--r-full);
  padding: 0.35rem 0.9rem;
  animation: shimmer-border 3s ease-in-out infinite;
}
.t-eyebrow::before { content: '✦'; font-size: 0.5rem; }

.t-display  { font-family: var(--font-heading); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; }
.t-heading  { font-family: var(--font-heading); font-weight: 600; line-height: 1.2; }
.t-cinzel   { font-family: var(--font-display); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.t-body     { font-family: var(--font-body); font-size: 1.15rem; line-height: 1.8; color: var(--cream-soft); font-weight: 300; }
.t-gold         { color: var(--gold-primary); }
.t-gold-bright  { color: var(--gold-bright); }
.t-cream        { color: var(--cream-base); }
.t-muted        { color: var(--cream-muted); }

/* === LAYOUT === */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--container-px); }

/* === CELESTIAL DIVIDER === */
.celestial-divider { display: flex; align-items: center; gap: 1rem; margin: 1.5rem 0; }
.celestial-divider::before, .celestial-divider::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, rgba(192,72,0,0.3), transparent);
}
.celestial-divider span { color: var(--gold-primary); font-size: 0.75rem; opacity: 0.7; }

/* === NAVIGATION — LIGHT FLOATING ISLAND === */
.nav-wrapper {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  pointer-events: none;
}
.nav-island {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(253, 248, 240, 0.92);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(192, 72, 0, 0.18);
  border-radius: var(--r-full);
  padding: 0.625rem 0.75rem 0.625rem 1.5rem;
  box-shadow: 0 4px 32px rgba(192,72,0,0.08), 0 1px 6px rgba(0,0,0,0.06);
  transition: all var(--dur-base) var(--ease-spring);
  width: min(920px, 100%);
}
.nav-logo { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.nav-logo-mark {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(192,72,0,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-decorative);
  font-size: 1.1rem;
  color: var(--gold-primary);
  background: rgba(192,72,0,0.06);
}
.nav-logo-text {
  font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-white);
}
.nav-logo-tagline {
  font-family: var(--font-body);
  font-size: 0.6rem; letter-spacing: 0.1em;
  color: var(--gold-muted); text-transform: uppercase; display: block;
}
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-link {
  font-family: var(--font-display);
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--cream-soft);
  padding: 0.45rem 0.85rem;
  border-radius: var(--r-full);
  transition: all var(--dur-fast) var(--ease-out);
}
.nav-link:hover { color: var(--gold-primary); background: rgba(192,72,0,0.07); }
.nav-link.active { color: var(--gold-primary); background: rgba(192,72,0,0.1); }
.nav-cta {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(135deg, #C04800 0%, #D86010 100%);
  border-radius: var(--r-full);
  padding: 0.55rem 1.2rem;
  transition: all var(--dur-fast) var(--ease-spring);
  box-shadow: 0 2px 12px rgba(192,72,0,0.25);
}
.nav-cta:hover {
  background: linear-gradient(135deg, #D86010 0%, #E88030 100%);
  transform: scale(1.04);
  box-shadow: 0 4px 20px rgba(192,72,0,0.4);
}
.nav-cta-icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem;
  transition: transform var(--dur-fast) var(--ease-spring);
}
.nav-cta:hover .nav-cta-icon { transform: translate(2px, -1px) scale(1.1); }

/* Hamburger */
.nav-hamburger {
  display: none;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(192,72,0,0.07);
  border: 1px solid rgba(192,72,0,0.2);
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
  transition: all var(--dur-fast) var(--ease-out);
}
.nav-hamburger span {
  display: block; width: 16px; height: 1.5px;
  background: var(--gold-primary);
  transition: all var(--dur-base) var(--ease-spring);
  transform-origin: center; position: absolute;
}
.nav-hamburger span:nth-child(1) { transform: translateY(-4px); }
.nav-hamburger span:nth-child(3) { transform: translateY(4px); }
.nav-hamburger.open span:nth-child(1) { transform: translateY(0) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(0) rotate(-45deg); }

/* Mobile nav overlay */
.nav-overlay {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(253, 248, 240, 0.97);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-out);
}
.nav-overlay.open { opacity: 1; pointer-events: all; }
.nav-overlay-links { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.nav-overlay-link {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 500; color: var(--cream-base); letter-spacing: -0.01em;
  opacity: 0; transform: translateY(2rem);
  transition: all var(--dur-slow) var(--ease-spring), color var(--dur-fast) var(--ease-out);
}
.nav-overlay.open .nav-overlay-link { opacity: 1; transform: translateY(0); }
.nav-overlay.open .nav-overlay-link:nth-child(1) { transition-delay: 80ms; }
.nav-overlay.open .nav-overlay-link:nth-child(2) { transition-delay: 130ms; }
.nav-overlay.open .nav-overlay-link:nth-child(3) { transition-delay: 180ms; }
.nav-overlay.open .nav-overlay-link:nth-child(4) { transition-delay: 230ms; }
.nav-overlay.open .nav-overlay-link:nth-child(5) { transition-delay: 280ms; }
.nav-overlay-link:hover { color: var(--gold-primary); }
.nav-overlay-cta {
  margin-top: 2.5rem;
  font-family: var(--font-display); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--gold-glow), var(--gold-primary));
  padding: 0.8rem 2.5rem; border-radius: var(--r-full);
  opacity: 0; transform: translateY(1.5rem);
  transition: all var(--dur-slow) var(--ease-spring);
  box-shadow: 0 4px 20px rgba(192,72,0,0.3);
}
.nav-overlay.open .nav-overlay-cta { opacity: 1; transform: translateY(0); transition-delay: 340ms; }

/* === BUTTONS === */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.625rem;
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(135deg, #C04800 0%, #D86010 100%);
  border-radius: var(--r-full);
  padding: 0.9rem 1.75rem;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
  position: relative; overflow: hidden;
  box-shadow: 0 4px 20px rgba(192,72,0,0.25);
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0; transition: opacity var(--dur-fast) var(--ease-out);
}
.btn-primary:hover::before { opacity: 1; }
.btn-primary:hover {
  background: linear-gradient(135deg, #D86010 0%, #E88030 100%);
  box-shadow: 0 8px 32px rgba(192,72,0,0.4);
  transform: translateY(-2px);
}
.btn-primary:active { transform: translateY(0) scale(0.98); }
.btn-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.8rem; flex-shrink: 0;
  transition: transform var(--dur-fast) var(--ease-spring);
}
.btn-primary:hover .btn-icon { transform: translate(2px, -1px) scale(1.12); }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.625rem;
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-primary);
  background: rgba(192, 72, 0, 0.06);
  border: 1px solid rgba(192, 72, 0, 0.25);
  border-radius: var(--r-full);
  padding: 0.85rem 1.75rem;
  transition: all var(--dur-fast) var(--ease-spring);
}
.btn-secondary:hover {
  background: rgba(192, 72, 0, 0.11);
  border-color: rgba(192, 72, 0, 0.4);
  transform: scale(1.02);
  color: var(--gold-bright);
}
.btn-secondary:active { transform: scale(0.98); }

/* === SCROLL REVEAL === */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 80ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 240ms; }
.reveal-delay-4 { transition-delay: 320ms; }
.reveal-delay-5 { transition-delay: 400ms; }
.reveal-delay-6 { transition-delay: 480ms; }

/* === DOUBLE-BEZEL CARD (Light) === */
.card-shell {
  background: rgba(192, 72, 0, 0.035);
  border: 1px solid rgba(192, 72, 0, 0.12);
  border-radius: var(--r-xl);
  padding: 0.2rem;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), box-shadow 0.5s cubic-bezier(0.22,1,0.36,1), border-color var(--dur-base) var(--ease-spring), background var(--dur-base) var(--ease-spring);
}
.card-shell:hover {
  border-color: rgba(192, 72, 0, 0.24);
  background: rgba(192, 72, 0, 0.055);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(192,72,0,0.12), 0 8px 24px rgba(42,18,8,0.08);
}
.card-inner {
  background: var(--bg-surface);
  border-radius: calc(var(--r-xl) - 0.2rem);
  padding: 1.75rem;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.9);
  height: 100%;
}

/* === HERO — HOME === */
/* Hero is now a grid — see new rules block below the animations section */
.hero-bg-gradient {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(192,72,0,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(200,132,10,0.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(192,72,0,0.04) 0%, transparent 55%);
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 700; line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 1.25rem 0;
  color: var(--cream-white);
}
.hero-title em {
  font-style: italic;
  display: block;
  background: linear-gradient(135deg, #C04800 0%, #E88030 40%, #C8840A 70%, #C04800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.2rem; color: var(--cream-soft);
  font-weight: 300; line-height: 1.75;
  max-width: 520px; margin-bottom: 2.5rem;
}
.hero-ctas { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }

/* Zodiac wheel — subtle saffron on light bg */
.hero-zodiac-wheel {
  position: absolute; right: -5vw; top: 50%; transform: translateY(-50%);
  width: min(580px, 55vw); height: min(580px, 55vw);
  opacity: 0.18;
  animation: wheel-rotate 80s linear infinite;
  pointer-events: none; z-index: 1;
}
.hero-zodiac-inner {
  position: absolute; right: 5vw; top: 50%; transform: translateY(-50%);
  width: min(320px, 30vw); height: min(320px, 30vw);
  opacity: 0.12;
  animation: wheel-rotate 50s linear infinite reverse;
  pointer-events: none; z-index: 1;
}
@keyframes wheel-rotate {
  from { transform: translateY(-50%) rotate(0deg); }
  to   { transform: translateY(-50%) rotate(360deg); }
}

/* === STATS BAR === */
.stats-bar {
  background: rgba(192, 72, 0, 0.04);
  border-top: 1px solid rgba(192, 72, 0, 0.1);
  border-bottom: 1px solid rgba(192, 72, 0, 0.1);
  padding: 2rem var(--container-px);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; max-width: var(--max-w); margin: 0 auto;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700; line-height: 1.1;
  background: linear-gradient(135deg, #C04800, #E88030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-family: var(--font-display);
  font-size: 0.6rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--cream-muted); margin-top: 0.35rem;
}

/* === SECTION HEADERS === */
.section-header { margin-bottom: clamp(3rem, 5vw, 5rem); }
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -0.02em; color: var(--cream-white); margin-top: 0.75rem;
}
.section-title em {
  font-style: italic;
  background: linear-gradient(135deg, #C04800 0%, #E88030 45%, #C8840A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-subtitle {
  font-family: var(--font-body); font-size: 1.1rem;
  color: var(--cream-muted); font-weight: 300;
  line-height: 1.8; max-width: 580px; margin-top: 1rem;
}

/* === SERVICES BENTO GRID === */
.services-section {
  padding: var(--section-py) var(--container-px);
  background: var(--bg-base);
}
.services-bento {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; max-width: var(--max-w); margin: 0 auto;
}
.services-bento .card-shell:nth-child(1) { grid-column: span 2; }
.services-bento .card-shell:nth-child(4) { grid-column: span 2; }
.service-card-icon {
  width: 52px; height: 52px; border-radius: var(--r-md);
  background: rgba(192,72,0,0.08);
  border: 1px solid rgba(192,72,0,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.25rem; color: var(--gold-primary);
}
.service-card-title {
  font-family: var(--font-heading); font-size: 1.25rem; font-weight: 600;
  color: var(--cream-white); margin-bottom: 0.625rem;
}
.service-card-subtitle {
  font-family: var(--font-display); font-size: 0.6rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold-muted); margin-bottom: 0.75rem;
}
.service-card-desc {
  font-family: var(--font-body); font-size: 1rem;
  color: var(--cream-muted); font-weight: 300; line-height: 1.75;
}
.service-card-price {
  margin-top: 1.25rem;
  font-family: var(--font-heading); font-size: 1.5rem;
  font-weight: 600; color: var(--gold-primary);
}
.service-card-price span {
  font-size: 0.75rem; font-family: var(--font-display);
  font-weight: 400; color: var(--cream-muted);
  letter-spacing: 0.1em; text-transform: uppercase; margin-left: 0.25rem;
}
.service-card-link {
  margin-top: 1.25rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-size: 0.65rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-primary);
  transition: gap var(--dur-fast) var(--ease-spring);
}
.service-card-link:hover, .card-shell:hover .service-card-link { gap: 0.75rem; color: var(--gold-bright); }

/* === ABOUT SECTION === */
.about-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center; max-width: var(--max-w); margin: 0 auto;
}
.about-visual { position: relative; }
.about-portrait-shell {
  background: rgba(192,72,0,0.04);
  border: 1px solid rgba(192,72,0,0.14);
  border-radius: var(--r-2xl); padding: 0.35rem;
}
.about-portrait-inner {
  background: var(--bg-surface);
  border-radius: calc(var(--r-2xl) - 0.35rem);
  overflow: hidden; aspect-ratio: 3/4;
  display: flex; align-items: center; justify-content: center;
}
.about-portrait-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, #FDF0E0 0%, #FAE4CC 50%, #F5D4B0 100%);
  display: flex; flex-direction: column; align-items: center;
  justify-content: flex-end; padding: 2rem;
}
.about-portrait-name {
  font-family: var(--font-decorative); font-size: 1.5rem;
  color: var(--gold-primary); text-align: center; letter-spacing: 0.1em;
}
.about-portrait-title {
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--cream-muted); text-align: center; margin-top: 0.35rem;
}
.about-float-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--bg-surface);
  border: 1px solid rgba(192,72,0,0.18);
  border-radius: var(--r-lg); padding: 1rem 1.5rem; text-align: center;
  box-shadow: 0 8px 24px rgba(192,72,0,0.1);
}
.about-float-number { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--gold-primary); }
.about-float-label { font-family: var(--font-display); font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--cream-muted); }
.about-content { position: relative; }
.about-content-title {
  font-family: var(--font-heading); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700; line-height: 1.1; color: var(--cream-white); margin: 1rem 0;
}
.about-content-title em {
  font-style: italic;
  background: linear-gradient(135deg, #C04800 0%, #E88030 45%, #C8840A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-qualities { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 2rem 0; }
.quality-item {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-family: var(--font-body); font-size: 1rem; color: var(--cream-soft);
}
.quality-item::before { content: '✦'; color: var(--gold-primary); font-size: 0.6rem; margin-top: 0.35rem; flex-shrink: 0; }

/* === TESTIMONIALS === */
.testimonials-section {
  padding: var(--section-py) var(--container-px);
  background: var(--bg-base);
}
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--max-w); margin: 0 auto; }
.testimonial-stars { display: flex; gap: 0.25rem; color: var(--gold-primary); font-size: 0.75rem; margin-bottom: 1rem; }
.testimonial-quote {
  font-family: var(--font-body); font-size: 1.1rem; font-style: italic;
  color: var(--cream-soft); font-weight: 300; line-height: 1.75; flex: 1;
}
.testimonial-author { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.875rem; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(192,72,0,0.15), rgba(200,132,10,0.1));
  border: 1px solid rgba(192,72,0,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.9rem; font-weight: 600;
  color: var(--gold-primary); flex-shrink: 0;
}
.testimonial-name {
  font-family: var(--font-display); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-white);
}
.testimonial-detail { font-family: var(--font-body); font-size: 0.85rem; color: var(--gold-muted); margin-top: 0.1rem; }
.testimonial-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 3px solid rgba(192,72,0,0.3);
  padding-left: calc(1.75rem - 3px);
}

/* === BLOG PREVIEW === */
.blog-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--max-w); margin: 0 auto; }
.blog-card-category {
  font-family: var(--font-display); font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-primary); margin-bottom: 0.75rem;
}
.blog-card-title { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600; color: var(--cream-white); line-height: 1.35; margin-bottom: 0.75rem; }
.blog-card-excerpt { font-family: var(--font-body); font-size: 1rem; color: var(--cream-muted); font-weight: 300; line-height: 1.7; flex: 1; }
.blog-card-meta {
  margin-top: 1.25rem; display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-size: 0.6rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--cream-deep);
}
.blog-card-read-link { color: var(--gold-primary); display: flex; align-items: center; gap: 0.35rem; transition: all var(--dur-fast) var(--ease-out); }
.blog-card-read-link:hover { gap: 0.55rem; color: var(--gold-bright); }
.blog-card-inner { display: flex; flex-direction: column; height: 100%; }

/* === CTA BANNER — DARK ANCHOR SECTION === */
.cta-banner {
  padding: var(--section-py) var(--container-px);
  background: var(--bg-void);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(192,72,0,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(200,132,10,0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner-inner {
  background: linear-gradient(135deg, #3D1508 0%, #6B2510 50%, #3D1508 100%);
  border: 1px solid rgba(232,128,48,0.2);
  border-radius: var(--r-2xl);
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
  max-width: var(--max-w); margin: 0 auto;
  position: relative; overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.15);
}
.cta-banner-inner::before {
  content: 'ॐ';
  position: absolute; top: -1rem; right: 5%;
  font-size: 16rem; color: rgba(232,128,48,0.06);
  font-family: serif; pointer-events: none; line-height: 1;
}
.cta-banner-title {
  font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700; color: #F5E8D8; line-height: 1.1; margin-bottom: 1rem;
}
.cta-banner-title em {
  font-style: italic;
  background: linear-gradient(135deg, #C04800 0%, #E88030 45%, #C8840A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-banner-subtitle {
  font-family: var(--font-body); font-size: 1.1rem;
  color: rgba(245, 220, 195, 0.75);
  max-width: 500px; margin: 0 auto 2.5rem; font-weight: 300;
}
.cta-banner-ctas { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
/* Light button variant inside dark CTA */
.cta-banner .btn-secondary {
  color: rgba(245,220,195,0.9);
  background: rgba(232,128,48,0.1);
  border-color: rgba(232,128,48,0.3);
}
.cta-banner .btn-secondary:hover {
  color: #F5E8D8;
  background: rgba(232,128,48,0.2);
  border-color: rgba(232,128,48,0.5);
}

/* === FOOTER — DARK WARM === */
footer {
  background: #2E1006;
  border-top: 1px solid rgba(192,72,0,0.15);
  padding: 5rem var(--container-px) 2rem;
  position: relative;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem; max-width: var(--max-w); margin: 0 auto;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(232,128,48,0.1);
}
.footer-logo-text {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-glow);
}
.footer-tagline {
  font-family: var(--font-body); font-size: 0.9rem;
  color: rgba(245,220,195,0.6); margin-top: 0.5rem; margin-bottom: 1.5rem; font-style: italic;
}
.footer-om { font-size: 2.5rem; color: rgba(232,128,48,0.3); line-height: 1; font-family: serif; }
.footer-col-title {
  font-family: var(--font-display); font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(232,128,48,0.7); margin-bottom: 1.25rem;
}
.footer-links { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-link {
  font-family: var(--font-body); font-size: 1rem;
  color: rgba(245,220,195,0.55); font-weight: 300;
  transition: color var(--dur-fast) var(--ease-out);
}
.footer-link:hover { color: var(--gold-glow); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 2rem; max-width: var(--max-w); margin: 0 auto;
}
.footer-copyright {
  font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.1em;
  color: rgba(245,220,195,0.35); text-transform: uppercase;
}
.footer-zodiac-row { display: flex; gap: 0.75rem; color: rgba(232,128,48,0.3); font-size: 1rem; }
/* Footer body text */
footer p { color: rgba(245,220,195,0.45) !important; }

/* === PAGE HERO (inner pages) === */
.page-hero {
  padding: 12rem var(--container-px) 6rem;
  text-align: center; position: relative; overflow: hidden;
  background: var(--bg-void);
}
.page-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(192,72,0,0.07) 0%, transparent 65%);
}
.page-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 700; line-height: 1.05;
  letter-spacing: -0.025em; color: var(--cream-white); margin: 1rem 0;
}
.page-hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, #C04800 0%, #E88030 45%, #C8840A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero-subtitle {
  font-family: var(--font-body); font-size: 1.15rem;
  color: var(--cream-muted); font-weight: 300; max-width: 600px; margin: 0 auto;
}

/* === ABOUT PAGE === */
.about-story-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.philosophy-section { padding: var(--section-py) var(--container-px); background: var(--bg-base); }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: var(--max-w); margin: 0 auto; }
.expertise-card-icon { font-size: 1.75rem; margin-bottom: 0.875rem; }
.expertise-card-title { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 600; color: var(--cream-white); margin-bottom: 0.5rem; }
.expertise-card-desc { font-family: var(--font-body); font-size: 0.9rem; color: var(--cream-muted); font-weight: 300; line-height: 1.7; }

.timeline-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.timeline { max-width: 720px; margin: 0 auto; position: relative; }
.timeline::before {
  content: ''; position: absolute; left: 1.5rem; top: 0; bottom: 0;
  width: 1px; background: linear-gradient(to bottom, transparent, rgba(192,72,0,0.3), transparent);
}
.timeline-item { display: flex; gap: 2.5rem; margin-bottom: 3rem; align-items: flex-start; }
.timeline-dot {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--bg-surface); border: 1px solid rgba(192,72,0,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.65rem; font-weight: 600;
  color: var(--gold-primary); letter-spacing: 0.05em; flex-shrink: 0;
  position: relative; z-index: 1;
  box-shadow: 0 2px 8px rgba(192,72,0,0.1);
}
.timeline-content-year { font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-primary); margin-bottom: 0.35rem; }
.timeline-content-title { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; color: var(--cream-white); margin-bottom: 0.5rem; }
.timeline-content-desc { font-family: var(--font-body); font-size: 1rem; color: var(--cream-muted); font-weight: 300; line-height: 1.7; }

/* === SERVICES PAGE === */
.services-full-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.services-full-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: var(--max-w); margin: 0 auto; }
.service-full-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.service-full-left { display: flex; gap: 1rem; align-items: flex-start; }
.service-full-icon {
  width: 56px; height: 56px; border-radius: var(--r-md);
  background: rgba(192,72,0,0.07); border: 1px solid rgba(192,72,0,0.18);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0;
}
.service-full-name { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 600; color: var(--cream-white); }
.service-full-sanskrit { font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-muted); margin-top: 0.2rem; }
.service-full-price-tag { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--gold-primary); white-space: nowrap; }
.service-full-price-tag small { font-size: 0.7rem; font-family: var(--font-display); font-weight: 400; color: var(--cream-muted); display: block; text-align: right; letter-spacing: 0.08em; }
.service-full-desc { font-family: var(--font-body); font-size: 1rem; color: var(--cream-muted); font-weight: 300; line-height: 1.75; margin-bottom: 1.25rem; }
.service-full-includes { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 1rem; }
.service-full-includes li { display: flex; align-items: baseline; gap: 0.625rem; font-family: var(--font-body); font-size: 0.95rem; color: var(--cream-soft); font-weight: 300; }
.service-full-includes li::before { content: '✦'; font-size: 0.5rem; color: var(--gold-primary); flex-shrink: 0; }

.process-section { padding: var(--section-py) var(--container-px); background: var(--bg-base); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: var(--max-w); margin: 0 auto; }
.process-step-number { font-family: var(--font-heading); font-size: 3.5rem; font-weight: 700; color: rgba(192,72,0,0.15); line-height: 1; margin-bottom: 1rem; }
.process-step-title { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; color: var(--cream-white); margin-bottom: 0.625rem; }
.process-step-desc { font-family: var(--font-body); font-size: 1rem; color: var(--cream-muted); font-weight: 300; line-height: 1.7; }

/* === FAQ === */
.faq-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
  background: var(--bg-surface);
  border: 1px solid rgba(192,72,0,0.12);
  border-radius: var(--r-lg); overflow: hidden;
  transition: border-color var(--dur-fast) var(--ease-out);
  box-shadow: 0 2px 12px rgba(192,72,0,0.05);
}
.faq-item.open { border-color: rgba(192,72,0,0.28); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.25rem 1.5rem;
  font-family: var(--font-heading); font-size: 1.1rem; font-weight: 500;
  color: var(--cream-base); text-align: left; cursor: pointer;
  transition: color var(--dur-fast) var(--ease-out);
}
.faq-question:hover { color: var(--gold-primary); }
.faq-item.open .faq-question { color: var(--gold-primary); }
.faq-chevron { color: var(--gold-primary); font-size: 1.2rem; transition: transform var(--dur-base) var(--ease-spring); flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-spring); }
.faq-answer-inner { padding: 0 1.5rem 1.5rem; font-family: var(--font-body); font-size: 1.05rem; color: var(--cream-muted); font-weight: 300; line-height: 1.8; }
.faq-item.open .faq-answer { max-height: 500px; }

/* === BLOG PAGE === */
.blog-full-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.blog-featured { max-width: var(--max-w); margin: 0 auto 4rem; }
.blog-featured-shell { background: rgba(192,72,0,0.035); border: 1px solid rgba(192,72,0,0.12); border-radius: var(--r-2xl); padding: 0.35rem; }
.blog-featured-inner {
  background: var(--bg-surface);
  border-radius: calc(var(--r-2xl) - 0.35rem);
  padding: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.blog-featured-label { font-family: var(--font-display); font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-primary); margin-bottom: 0.875rem; }
.blog-featured-title { font-family: var(--font-heading); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; color: var(--cream-white); line-height: 1.15; margin-bottom: 1rem; }
.blog-featured-excerpt { font-family: var(--font-body); font-size: 1.1rem; color: var(--cream-muted); font-weight: 300; line-height: 1.8; margin-bottom: 2rem; }
.blog-featured-visual {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #FFF0E0 0%, #FAE0C0 50%, #F5D0A0 100%);
  border-radius: var(--r-xl);
  display: flex; align-items: center; justify-content: center;
  font-size: 6rem; color: rgba(192,72,0,0.15); font-family: serif;
}
.blog-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--max-w); margin: 0 auto; }
.blog-article-image {
  aspect-ratio: 3/2;
  background: linear-gradient(135deg, #FFF0E0, #F5D8B0);
  border-radius: var(--r-md); display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: rgba(192,72,0,0.18); margin-bottom: 1.25rem;
}

/* === CONTACT PAGE === */
.contact-section { padding: var(--section-py) var(--container-px); background: var(--bg-void); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: var(--max-w); margin: 0 auto; }
.form-group { margin-bottom: 1.25rem; }
.form-label {
  display: block; font-family: var(--font-display); font-size: 0.65rem;
  font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--cream-muted); margin-bottom: 0.625rem;
}
.form-input, .form-textarea, .form-select {
  width: 100%; background: var(--bg-surface);
  border: 1px solid rgba(192,72,0,0.16);
  border-radius: var(--r-md);
  padding: 0.875rem 1.25rem; color: var(--cream-base);
  font-family: var(--font-body); font-size: 1rem;
  transition: all var(--dur-fast) var(--ease-out); outline: none;
  appearance: none; -webkit-appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--cream-deep); }
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: rgba(192,72,0,0.4);
  background: #FFF8F2;
  box-shadow: 0 0 0 3px rgba(192,72,0,0.07);
}
.form-textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-info-title { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--cream-white); margin-bottom: 1rem; }
.contact-info-subtitle { font-family: var(--font-body); font-size: 1.05rem; color: var(--cream-muted); font-weight: 300; line-height: 1.75; margin-bottom: 2.5rem; }
.contact-detail-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-detail-icon {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: rgba(192,72,0,0.07); border: 1px solid rgba(192,72,0,0.16);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.contact-detail-label { font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-muted); margin-bottom: 0.2rem; }
.contact-detail-value { font-family: var(--font-body); font-size: 1rem; color: var(--cream-base); font-weight: 400; }
.prepare-section { margin-top: 2.5rem; background: rgba(192,72,0,0.04); border: 1px solid rgba(192,72,0,0.12); border-radius: var(--r-lg); padding: 1.5rem; }
.prepare-title { font-family: var(--font-display); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-primary); margin-bottom: 1rem; }
.prepare-list { display: flex; flex-direction: column; gap: 0.5rem; }
.prepare-list li { display: flex; align-items: baseline; gap: 0.625rem; font-family: var(--font-body); font-size: 0.95rem; color: var(--cream-soft); font-weight: 300; }
.prepare-list li::before { content: '✦'; font-size: 0.45rem; color: var(--gold-primary); flex-shrink: 0; }

/* === HERO SPLIT LAYOUT === */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100dvh;
  align-items: center;
  padding: var(--section-py) var(--container-px);
  max-width: var(--max-w);
  margin: 0 auto;
  gap: 4rem;
  /* Override the old flex/position settings */
  position: static;
  overflow: visible;
}
/* The hero section wrapper needs relative positioning for the bg gradient */
.hero-section-wrapper {
  position: relative;
  overflow: hidden;
}
.hero-portrait-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-portrait-shell {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 3/4;
  background: rgba(192,72,0,0.06);
  border: 1.5px solid rgba(192,72,0,0.2);
  border-radius: 2.5rem;
  padding: 0.5rem;
  box-shadow:
    0 0 0 1px rgba(192,72,0,0.12),
    0 0 60px rgba(192,72,0,0.18),
    0 40px 100px rgba(42,18,8,0.15),
    inset 0 1px 0 rgba(255,255,255,0.6);
  position: relative;
}
.hero-portrait-inner {
  width: 100%; height: 100%;
  border-radius: calc(2.5rem - 0.5rem);
  overflow: hidden;
  background: #1A0804;
  position: relative;
}
.hero-portrait-inner img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 88% 5%;
  display: block;
}
/* Elegant vignette for real portrait photo */
.hero-portrait-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 55%, rgba(6,2,1,0.25) 100%),
    linear-gradient(to top, rgba(6,2,1,0.5) 0%, rgba(6,2,1,0.1) 20%, transparent 40%);
  pointer-events: none;
}
.hero-float-badge {
  position: absolute;
  background: white;
  border: 1px solid rgba(192,72,0,0.15);
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 30px rgba(42,18,8,0.1);
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #2A1208;
  white-space: nowrap;
  z-index: 2;
}
.hero-float-badge.top { top: -1rem; right: -1rem; }
.hero-float-badge.bottom { bottom: 2rem; left: -1.5rem; }
.hero-float-badge .badge-accent { color: #C04800; font-weight: 700; }

/* Blog card image */
.blog-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--r-md);
  margin-bottom: 1.25rem;
  display: block;
}

/* Service card header image */
.service-card-img-header {
  width: calc(100% + 3.5rem);
  margin: -1.75rem -1.75rem 1.25rem;
  height: 120px;
  object-fit: cover;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  display: block;
}

/* Vedic cosmic image card */
.vedic-cosmic-card {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
}
.vedic-cosmic-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.vedic-cosmic-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(30,8,2,0.85) 0%, rgba(0,0,0,0.2) 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.5rem;
}

/* Enhanced testimonial avatars */
.testimonial-avatar-rohan {
  background: linear-gradient(135deg, #C04800, #E88030);
  color: white;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial-avatar-priya {
  background: linear-gradient(135deg, #8B1A00, #C04800);
  color: white;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial-avatar-ananya {
  background: linear-gradient(135deg, #4A1A08, #8B3A10);
  color: white;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
}

/* Navagraha enhanced */
.navagraha-item {
  background: rgba(192,72,0,0.05);
  border: 1px solid rgba(192,72,0,0.12);
  border-radius: var(--r-sm);
  padding: 0.875rem 0.625rem;
  text-align: center;
  transition: all var(--dur-fast) var(--ease-spring);
}
.navagraha-item:hover {
  background: rgba(192,72,0,0.1);
  border-color: rgba(192,72,0,0.25);
  transform: translateY(-2px);
}
.navagraha-symbol {
  font-size: 1.75rem;
  margin-bottom: 0.35rem;
  display: block;
}

/* Stats bar enhanced */
.stat-item {
  position: relative;
  text-align: center;
}
.stat-item + .stat-item::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: rgba(192,72,0,0.2);
  font-size: 0.6rem;
}

/* Blog featured image */
.blog-featured-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--r-xl);
}

/* Service card inner padding adjustment for image header */
.card-inner.has-img-header {
  padding-top: 0;
}

/* About portrait image */
.about-portrait-inner {
  position: relative;
}
.about-portrait-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, transparent 55%, rgba(6,2,1,0.2) 100%),
    linear-gradient(to top, rgba(6,2,1,0.45) 0%, rgba(6,2,1,0.08) 18%, transparent 35%);
  pointer-events: none;
  border-radius: inherit;
}
.about-portrait-inner img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 87% 5%;
  display: block;
}

/* Mobile hero overrides */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 8rem;
    text-align: center;
    gap: 2.5rem;
  }
  .hero-portrait-col { order: -1; }
  .hero-portrait-shell { max-width: 300px; aspect-ratio: 1; margin: 0 auto; }
  .hero-float-badge.top { top: -0.5rem; right: 0; }
  .hero-float-badge.bottom { bottom: 0.5rem; left: 0; }
  .hero-content { max-width: 100%; text-align: center; }
  .hero-ctas { justify-content: center; }
  .service-card-img-header { height: 100px; }
}

/* === ANIMATIONS === */
@keyframes float-gentle { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes shimmer-saffron { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }
.float-gentle { animation: float-gentle 6s ease-in-out infinite; }
.shimmer-saffron { animation: shimmer-saffron 2.5s ease-in-out infinite; }

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .services-bento { grid-template-columns: repeat(2, 1fr); }
  .services-bento .card-shell:nth-child(1),
  .services-bento .card-shell:nth-child(4) { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-featured-inner { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  :root { --section-py: clamp(4rem, 8vw, 6rem); }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-island { padding: 0.5rem 0.75rem 0.5rem 1.1rem; }
  /* hero grid handled in new mobile block above */
  .hero-zodiac-wheel { display: none; }
  .hero-zodiac-inner { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .services-bento, .services-full-grid, .testimonials-grid,
  .blog-grid, .blog-articles-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-float-badge { right: 0; bottom: -1rem; }
  .expertise-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .blog-featured-inner { padding: 1.75rem; }
  .cta-banner-inner { padding: 3rem 1.75rem; }
  .cta-banner-inner::before { font-size: 8rem; }
}

@media (max-width: 480px) {
  .expertise-grid, .process-grid { grid-template-columns: 1fr; }
  .about-qualities { grid-template-columns: 1fr; }
}

/* ============================================================
   PREMIUM POLISH ADDITIONS — Saffron Temple Light
   ============================================================ */

/* === HERO PORTRAIT — ambient saffron glow behind frame === */
.hero-portrait-col::before {
  content: '';
  position: absolute;
  inset: -30px;
  background: radial-gradient(ellipse at center, rgba(192,72,0,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* === SERVICE CARD IMAGE WRAPPER === */
.service-card-img-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(100% + 3.5rem);
  margin: -1.75rem -1.75rem 1.25rem;
  height: 140px;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
}
.service-card-img-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.card-shell:hover .service-card-img-wrapper img {
  transform: scale(1.05);
}
.service-card-img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(192,72,0,0.15) 0%, rgba(42,18,8,0.3) 100%);
  pointer-events: none;
}

/* === BLOG CARD IMAGE WRAPPER === */
.blog-img-wrapper {
  overflow: hidden;
  border-radius: var(--r-md);
  margin-bottom: 1.25rem;
}
.blog-img-wrapper .blog-card-img {
  margin-bottom: 0;
  border-radius: 0;
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.card-shell:hover .blog-img-wrapper .blog-card-img {
  transform: scale(1.04);
}
/* Standalone blog card img zoom (if not wrapped) */
.blog-card-img {
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.card-shell:hover .blog-card-img {
  transform: scale(1.04);
}

/* === EYEBROW SHIMMER ANIMATION === */
@keyframes shimmer-border {
  0%, 100% { border-color: rgba(192,72,0,0.22); }
  50% { border-color: rgba(192,72,0,0.55); }
}

/* === FLOATING HERO BADGE ANIMATION === */
@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.hero-float-badge {
  animation: float-badge 4s ease-in-out infinite;
}
.hero-float-badge.bottom {
  animation-delay: 2s;
}

/* === FOOTER SAFFRON RADIAL GLOW AT TOP === */
footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,128,48,0.6), transparent);
  pointer-events: none;
}

/* === MOBILE: service-card-img-wrapper height === */
@media (max-width: 900px) {
  .service-card-img-wrapper { height: 100px; }
}

/* ============================================================
   REFINED AMBIENT DEPTH — soft, premium, never busy
   Replaces the loud geometric patterns with subtle warmth
   ============================================================ */

/* Alternating section tones for gentle rhythm (no harsh jumps) */
.services-section      { background: #FFFCF7; }
.vedic-intro-section   { background: linear-gradient(180deg, #FDF8F0 0%, #FBF3E9 50%, #FDF8F0 100%) !important; }
.about-section         { background: #FFFCF7 !important; }
.testimonials-section  { background: linear-gradient(180deg, #FBF3E9 0%, #FDF8F0 100%) !important; }
.blog-section          { background: #FDF8F0 !important; }

/* Soft ambient gradient orbs — depth without pattern noise */
.services-section,
.vedic-intro-section,
.about-section,
.testimonials-section,
.blog-section {
  position: relative;
  overflow: hidden;
}

.services-section::before,
.testimonials-section::before,
.blog-section::before {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(80px);
}

/* Warm saffron glow — top right of services */
.services-section::before {
  width: 600px; height: 600px;
  top: -200px; right: -150px;
  background: radial-gradient(circle, rgba(192,72,0,0.07) 0%, transparent 70%);
}

/* Marigold glow — bottom left of testimonials */
.testimonials-section::before {
  width: 700px; height: 700px;
  bottom: -250px; left: -200px;
  background: radial-gradient(circle, rgba(200,132,10,0.06) 0%, transparent 70%);
}

/* Gentle glow — blog */
.blog-section::before {
  width: 550px; height: 550px;
  top: -150px; left: 30%;
  background: radial-gradient(circle, rgba(192,72,0,0.05) 0%, transparent 70%);
}

/* Keep all content above the ambient layer */
.services-section > .container,
.vedic-intro-section > .vedic-intro-grid,
.about-section > .container,
.testimonials-section > .container,
.blog-section > .container {
  position: relative;
  z-index: 1;
}

/* ONE single, barely-there mandala behind the hero portrait — elegant, not busy */
.hero-section-wrapper::after {
  content: '';
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: min(680px, 55vw);
  height: min(680px, 55vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cg fill='none' stroke='%23C04800' stroke-opacity='1'%3E%3Ccircle cx='250' cy='250' r='240' stroke-width='0.5'/%3E%3Ccircle cx='250' cy='250' r='200' stroke-width='0.4' stroke-dasharray='2 8'/%3E%3Ccircle cx='250' cy='250' r='150' stroke-width='0.4'/%3E%3Ccircle cx='250' cy='250' r='100' stroke-width='0.4' stroke-dasharray='2 8'/%3E%3Ccircle cx='250' cy='250' r='55' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  animation: wheel-rotate 240s linear infinite;
}

.cta-banner {
  position: relative;
  overflow: hidden;
}

/* Refined section title underline — minimal flourish */
.testimonials-section .section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 1.25rem auto 0;
  background: linear-gradient(to right, transparent, rgba(192,72,0,0.5), transparent);
}

/* Mobile — keep things clean */
@media (max-width: 768px) {
  .services-section::before,
  .testimonials-section::before,
  .blog-section::before { display: none; }
}

/* ============================================================
   CINEMATIC FULL-BLEED COSMIC HERO
   ============================================================ */
.hero-cinematic {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 8rem 1.5rem 5rem;
  isolation: isolate;
}

/* Background image layer */
.hero-cinematic-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero-cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-kenburns 24s ease-in-out infinite alternate;
}
@keyframes hero-kenburns {
  from { transform: scale(1.05); }
  to   { transform: scale(1.18); }
}

/* Warm cosmic overlay for legibility + brand tint */
.hero-cinematic-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 90% 80% at 50% 40%, rgba(20,8,2,0.45) 0%, rgba(14,5,1,0.78) 70%, rgba(10,4,1,0.92) 100%),
    linear-gradient(180deg, rgba(14,5,1,0.55) 0%, rgba(14,5,1,0.2) 35%, rgba(20,8,2,0.55) 75%, rgba(253,248,240,1) 100%),
    linear-gradient(120deg, rgba(120,48,0,0.28) 0%, transparent 50%, rgba(160,90,10,0.22) 100%);
}

/* Faint rotating mandala behind text */
.hero-cinematic-mandala {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: min(880px, 100vw);
  height: min(880px, 100vw);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%23F5A060' stroke-opacity='1'%3E%3Ccircle cx='300' cy='300' r='290' stroke-width='0.5' stroke-dasharray='2 10'/%3E%3Ccircle cx='300' cy='300' r='240' stroke-width='0.4'/%3E%3Ccircle cx='300' cy='300' r='185' stroke-width='0.4' stroke-dasharray='2 8'/%3E%3Ccircle cx='300' cy='300' r='130' stroke-width='0.4'/%3E%3Ccircle cx='300' cy='300' r='70' stroke-width='0.5'/%3E%3Cpolygon points='300,40 540,420 60,420' stroke-width='0.4' stroke-dasharray='3 9'/%3E%3Cpolygon points='300,560 60,180 540,180' stroke-width='0.4' stroke-dasharray='3 9'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  pointer-events: none;
  animation: wheel-rotate 200s linear infinite;
}

/* Content */
.hero-cinematic-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-eyebrow-dark {
  color: var(--gold-shine);
  background: rgba(245,160,96,0.1);
  border-color: rgba(245,160,96,0.35);
  animation: none;
}
.hero-cinematic-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #FFF8EF;
  margin: 1.75rem 0 0;
  text-shadow: 0 2px 40px rgba(0,0,0,0.5);
}
.hero-cinematic-title em {
  font-style: italic;
  background: linear-gradient(135deg, #F5A060 0%, #E88030 40%, #F5C060 75%, #F5A060 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-cinematic-subtitle {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,245,232,0.82);
  max-width: 620px;
  margin: 1.75rem 0 0;
  text-shadow: 0 1px 20px rgba(0,0,0,0.4);
}
.hero-cinematic-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
/* Ghost button for dark bg */
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFF8EF;
  padding: 1.05rem 2rem;
  border-radius: var(--r-full);
  border: 1px solid rgba(255,245,232,0.35);
  background: rgba(255,245,232,0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.4s var(--ease-out);
}
.btn-hero-ghost:hover {
  background: rgba(255,245,232,0.14);
  border-color: rgba(255,245,232,0.6);
  transform: translateY(-2px);
}

/* Trust strip */
.hero-cinematic-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 4vw, 3rem);
  margin-top: 3.5rem;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.hero-trust-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold-shine);
  letter-spacing: 0.02em;
}
.hero-trust-label {
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,245,232,0.6);
}
.hero-trust-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(245,160,96,0.4), transparent);
}

/* Scroll cue */
.hero-scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 1.5px solid rgba(255,245,232,0.4);
  border-radius: var(--r-full);
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.hero-scroll-cue span {
  width: 3px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold-shine);
  animation: scroll-bob 1.8s ease-in-out infinite;
}
@keyframes scroll-bob {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(10px); opacity: 0.3; }
}

/* The stats-bar below should blend from the hero's parchment fade */
.hero-cinematic + .stats-bar {
  margin-top: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-cinematic { padding: 7rem 1.25rem 4rem; }
  .hero-cinematic-trust { gap: 1.25rem; }
  .hero-trust-divider { display: none; }
  .hero-trust-num { font-size: 1.2rem; }
  .hero-scroll-cue { display: none; }
}
