/* ═══════════════════════════════════════════════════
   SOUL SYYNC  —  style.css
   Premium Healing & Counselling Website
   ═══════════════════════════════════════════════════ */

/* ── Variables ─────────────────────────────────────── */
:root {
  --bg: #0f0d13;
  --bg2: #14111c;
  --bg3: #1a1625;
  --surface: rgba(255, 255, 255, .035);
  --surface-hover: rgba(255, 255, 255, .06);
  --border: rgba(212, 175, 120, .12);
  --border-light: rgba(212, 175, 120, .06);

  --gold: #d4af78;
  --gold-light: #e8d4a8;
  --gold-dim: rgba(212, 175, 120, .15);
  --rose: #c9b8b0;
  --rose-soft: #e8ddd8;
  --sage: #8faa9c;
  --lavender: #b8a8c8;

  --text: #f0ece6;
  --text-muted: rgba(240, 236, 230, .5);
  --text-dim: rgba(240, 236, 230, .3);

  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-cinzel: 'Cinzel', serif;
  --font-body: 'DM Sans', sans-serif;

  --nav-h: 72px;
  --transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html.lenis,
html.lenis body {
  height: auto;
}

.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis-stopped {
  overflow: hidden;
}

.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  pointer-events: none;
}

button {
  cursor: pointer;
  font-family: var(--font-body);
}

/* ── Custom Cursor ─────────────────────────────────── */
.cursor-aura {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 120, .06) 0%, transparent 70%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: opacity .3s;
}

/* ── Container ─────────────────────────────────────── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Section Utilities ─────────────────────────────── */
.section {
  padding: 120px 0;
}

.section-label {
  font-family: var(--font-cinzel);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 16px;
}

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

.section-sub {
  color: var(--text-muted);
  font-size: .95rem;
  max-width: 480px;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header .section-sub {
  margin: 0 auto;
}

/* ── Buttons ───────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold), #b8965a);
  color: #0f0d13;
  padding: 14px 28px;
  border-radius: 40px;
  border: none;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .03em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .15), transparent);
  opacity: 0;
  transition: opacity .3s;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212, 175, 120, .35);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  border-radius: 40px;
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: .9rem;
  background: transparent;
  transition: var(--transition);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-dim);
}

.btn-large {
  padding: 18px 36px;
  font-size: 1rem;
}

.btn-full {
  width: 100%;
  justify-content: center;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 40px;
  background: rgba(37, 211, 102, .12);
  border: 1px solid rgba(37, 211, 102, .25);
  color: #25d366;
  font-size: .9rem;
  transition: var(--transition);
}

.btn-whatsapp:hover {
  background: rgba(37, 211, 102, .2);
  transform: translateY(-2px);
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 40px;
  background: rgba(225, 48, 108, .1);
  border: 1px solid rgba(225, 48, 108, .2);
  color: #e1306c;
  font-size: .9rem;
  transition: var(--transition);
}

.btn-instagram:hover {
  background: rgba(225, 48, 108, .18);
  transform: translateY(-2px);
}

/* ── Navigation ────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  z-index: 1000;
  transition: background .4s, backdrop-filter .4s, border-color .4s;
}

.nav.scrolled {
  background: rgba(14, 12, 20, .85);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  height: clamp(44px, 6vw, 64px);
  width: auto;
  object-fit: contain;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: .05em;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  margin-left: auto;
}

.nav-links a {
  padding: 8px 14px;
  font-size: .83rem;
  color: var(--text-muted);
  border-radius: 8px;
  transition: .2s;
}

.nav-links a:hover {
  color: var(--gold);
  background: var(--gold-dim);
}

.nav-admin {
  color: var(--gold) !important;
  border: 1px solid var(--border) !important;
}

.nav-cta {
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), #b8965a);
  color: #0f0d13;
  border: none;
  padding: 9px 20px;
  border-radius: 24px;
  font-size: .82rem;
  font-weight: 500;
  transition: var(--transition);
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(212, 175, 120, .3);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
}

.hamburger span {
  width: 22px;
  height: 1.5px;
  background: var(--text-muted);
  border-radius: 2px;
  display: block;
  transition: .3s;
}

/* ── Hero ──────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: var(--nav-h) 32px 80px;
  text-align: center;
}

.hero-cosmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.star-field {
  position: absolute;
  inset: 0;
}

/* ── Mandala Animation ─────────────────────────────── */
.mandala-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  pointer-events: none;
}

.mandala-ring {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-ring-1 {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(212, 175, 120, 0.5);
  animation: mandalaRotate 20s linear infinite;
  box-shadow: 0 0 20px rgba(212, 175, 120, 0.15), inset 0 0 20px rgba(212, 175, 120, 0.05);
}

.m-ring-2 {
  width: 380px;
  height: 380px;
  border: 1px solid rgba(212, 175, 120, 0.25);
  animation: mandalaRotate 35s linear infinite reverse;
  box-shadow: 0 0 40px rgba(212, 175, 120, 0.08);
}

.m-ring-3 {
  width: 540px;
  height: 540px;
  border: 1px solid rgba(212, 175, 120, 0.15);
  animation: mandalaRotate 50s linear infinite;
}

.m-ring-4 {
  width: 700px;
  height: 700px;
  border: 1px solid rgba(212, 175, 120, 0.08);
  animation: mandalaRotate 70s linear infinite reverse;
}

.m-ring-5 {
  width: 900px;
  height: 900px;
  border: 1px solid rgba(212, 175, 120, 0.04);
  animation: mandalaRotate 90s linear infinite;
}

@keyframes mandalaRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Spokes */
.mandala-spokes {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 540px;
  transform: translate(-50%, -50%);
  animation: mandalaRotate 50s linear infinite;
}

.spoke {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 120, 0.15) 40%, rgba(212, 175, 120, 0.3) 50%, rgba(212, 175, 120, 0.15) 60%, transparent 100%);
  transform-origin: left center;
  transform: translateX(-50%);
}

.spoke-1 {
  transform: translateX(-50%) rotate(0deg);
}

.spoke-2 {
  transform: translateX(-50%) rotate(45deg);
}

.spoke-3 {
  transform: translateX(-50%) rotate(90deg);
}

.spoke-4 {
  transform: translateX(-50%) rotate(135deg);
}

/* Orbiting dots */
.mandala-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  transform: translate(-50%, -50%);
  animation: mandalaRotate 35s linear infinite reverse;
}

.mdot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(212, 175, 120, 0.8), 0 0 20px rgba(212, 175, 120, 0.4);
  top: 50%;
  left: 50%;
}

.d1 {
  transform: translate(-50%, -50%) translateX(190px) rotate(0deg);
}

.d2 {
  transform: translate(-50%, -50%) translateX(190px) rotate(60deg);
}

.d3 {
  transform: translate(-50%, -50%) translateX(190px) rotate(120deg);
}

.d4 {
  transform: translate(-50%, -50%) translateX(190px) rotate(180deg);
}

.d5 {
  transform: translate(-50%, -50%) translateX(190px) rotate(240deg);
}

.d6 {
  transform: translate(-50%, -50%) translateX(190px) rotate(300deg);
}

/* Aura blobs */
.aura-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: blobFloat 12s ease-in-out infinite;
}

.blob-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 120, .12) 0%, transparent 70%);
  top: 20%;
  left: 60%;
  animation-delay: 0s;
}

.blob-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(184, 168, 200, .1) 0%, transparent 70%);
  top: 60%;
  left: 10%;
  animation-delay: 4s;
}

.blob-3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(212, 175, 120, 0.07) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 8s;
  filter: blur(100px);
}

@keyframes blobFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

/* ── Chakra Background Animation (Homepage) ─────── */
.chakra-bg-hero {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hchakra {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: hChakraFloat 18s ease-in-out infinite, hChakraSpin 22s linear infinite;
}

.hchakra::before,
.hchakra::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.hchakra::before {
  inset: 12%;
  animation: hChakraSpin 6s linear infinite reverse;
}

.hchakra::after {
  inset: 28%;
  animation: hChakraSpin 10s linear infinite;
}

.hck-inner {
  position: absolute;
  width: 22%;
  height: 22%;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 20px 6px currentColor;
  animation: hChakraPulse 2.5s ease-in-out infinite;
}

.hck-label {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  animation: hChakraSpin 22s linear infinite reverse;
  white-space: nowrap;
}

.hck-symbol {
  font-size: 1rem;
  color: currentColor;
  opacity: 0.8;
  line-height: 1;
}

.hck-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.65rem;
  font-style: italic;
  letter-spacing: 0.12em;
  color: currentColor;
  opacity: 0.75;
  text-transform: capitalize;
}

.hck-sub {
  font-size: 0.5rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.5;
}

/* Root - Red */
.hck-1 {
  width: 130px;
  height: 130px;
  color: rgba(255, 61, 61, 0.55);
  bottom: 8%;
  left: 6%;
  animation-delay: 0s, 0s;
  border: 1px solid rgba(255, 61, 61, 0.25);
}

/* Sacral - Orange */
.hck-2 {
  width: 105px;
  height: 105px;
  color: rgba(255, 140, 0, 0.55);
  bottom: 20%;
  left: 22%;
  animation-delay: 2s, 3s;
  border: 1px solid rgba(255, 140, 0, 0.2);
}

/* Solar Plexus - Yellow */
.hck-3 {
  width: 140px;
  height: 140px;
  color: rgba(255, 215, 0, 0.5);
  bottom: 28%;
  right: 8%;
  animation-delay: 4s, 5s;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

/* Heart - Green */
.hck-4 {
  width: 160px;
  height: 160px;
  color: rgba(0, 200, 83, 0.5);
  top: 35%;
  left: 3%;
  animation-delay: 1s, 7s;
  border: 1px solid rgba(0, 200, 83, 0.2);
}

/* Throat - Cyan */
.hck-5 {
  width: 115px;
  height: 115px;
  color: rgba(0, 188, 212, 0.55);
  top: 18%;
  right: 5%;
  animation-delay: 5s, 2s;
  border: 1px solid rgba(0, 188, 212, 0.2);
}

/* Third Eye - Indigo */
.hck-6 {
  width: 120px;
  height: 120px;
  color: rgba(130, 60, 255, 0.55);
  top: 10%;
  left: 12%;
  animation-delay: 3s, 9s;
  border: 1px solid rgba(130, 60, 255, 0.2);
}

/* Crown - Violet */
.hck-7 {
  width: 170px;
  height: 170px;
  color: rgba(180, 0, 255, 0.45);
  top: 5%;
  right: 16%;
  animation-delay: 6s, 4s;
  border: 1px solid rgba(180, 0, 255, 0.2);
}

@keyframes hChakraFloat {

  0%,
  100% {
    margin-top: 0px;
  }

  40% {
    margin-top: -15px;
  }

  70% {
    margin-top: 10px;
  }
}

@keyframes hChakraSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hChakraPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.hero-eyebrow {
  font-family: var(--font-cinzel);
  font-size: .7rem;
  letter-spacing: .25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(5rem, 14vw, 10rem);
  font-weight: 300;
  line-height: .9;
  margin-bottom: 20px;
}

.title-line {
  display: block;
  color: var(--text);
}

.title-line.accent {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  font-style: italic;
}

.hero-tagline {
  font-family: var(--font-cinzel);
  font-size: .8rem;
  letter-spacing: .2em;
  color: var(--gold);
  margin-bottom: 12px;
}

.hero-rhythm {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--rose-soft);
  letter-spacing: .04em;
  margin-bottom: 20px;
  opacity: 0.85;
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.8;
}

.hero-centre-info {
  font-family: var(--font-cinzel);
  font-size: 0.75rem;
  letter-spacing: .18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-badges {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.badge {
  font-family: var(--font-cinzel);
  font-size: .65rem;
  letter-spacing: .12em;
  color: var(--text-dim);
  border: 1px solid var(--border-light);
  padding: 6px 14px;
  border-radius: 20px;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

/* ── Reveal Animation ──────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: revealUp .8s var(--transition) forwards;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-eyebrow.reveal {
  animation-delay: .1s;
}

.hero-title.reveal {
  animation-delay: .25s;
}

.hero-tagline.reveal {
  animation-delay: .4s;
}

.hero-sub.reveal {
  animation-delay: .5s;
}

.hero-centre-info.reveal {
  animation-delay: .62s;
}

.hero-actions.reveal {
  animation-delay: .75s;
}

.hero-badges.reveal {
  animation-delay: .9s;
}

/* ── Marquee ───────────────────────────────────────── */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  background: var(--bg2);
  padding: 16px 0;
}

.marquee-track {
  display: flex;
  gap: 32px;
  align-items: center;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
  width: max-content;
}

.marquee-track span {
  font-family: var(--font-cinzel);
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.marquee-track span:nth-child(even) {
  color: var(--gold);
  font-size: .6rem;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ── About ─────────────────────────────────────────── */
.about {
  background: var(--bg2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-frame {
  position: relative;
  padding: 40px;
}

.about-portrait {
  width: 340px;
  height: 420px;
  border-radius: 50% / 45%;
  background: linear-gradient(135deg, rgba(212, 175, 120, .15), rgba(184, 168, 200, .08));
  border: 2px solid rgba(212, 175, 120, .35);
  box-shadow:
    0 0 0 6px rgba(212, 175, 120, .07),
    0 0 0 12px rgba(212, 175, 120, .04),
    0 24px 60px rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: transform .4s ease, box-shadow .4s ease;
}

.about-portrait:hover {
  transform: scale(1.02);
  box-shadow:
    0 0 0 8px rgba(212, 175, 120, .12),
    0 0 0 16px rgba(212, 175, 120, .05),
    0 30px 80px rgba(0, 0, 0, .5);
}

.portrait-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  border-radius: inherit;
  display: block;
  transition: transform .6s ease;
}

.about-portrait:hover .portrait-photo {
  transform: scale(1.04);
}

.portrait-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 120, .12) 0%, transparent 70%);
  animation: blobFloat 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.about-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.float-tag {
  position: absolute;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 24px;
  font-size: .72rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.tag-1 {
  top: 0;
  left: -10px;
  animation: tagFloat 6s ease-in-out infinite;
}

.tag-2 {
  top: 40%;
  right: -20px;
  animation: tagFloat 6s ease-in-out infinite 2s;
}

.tag-3 {
  bottom: 10px;
  left: 10px;
  animation: tagFloat 6s ease-in-out infinite 4s;
}

@keyframes tagFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.about-lead {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 20px;
  line-height: 1.5;
}

.about-body {
  color: var(--text-muted);
  margin-bottom: 16px;
  font-size: .95rem;
}

.about-quote {
  background: linear-gradient(135deg, rgba(212, 175, 120, 0.08) 0%, rgba(212, 175, 120, 0.02) 100%);
  border-left: 3px solid var(--gold);
  border-radius: 4px 12px 12px 4px;
  padding: 16px 20px 16px 36px;
  margin: 18px 0 22px;
  position: relative;
}

.about-quote p {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
}

.about-quote::before {
  content: "“";
  font-family: var(--font-display);
  font-size: 4.5rem;
  color: rgba(212, 175, 120, 0.12);
  position: absolute;
  top: -12px;
  left: 10px;
  line-height: 1;
}

.about-credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 16px;
}

.credential-item {
  background: rgba(212, 175, 120, .05);
  border: 1px solid rgba(212, 175, 120, .18);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: .82rem;
  color: var(--text-muted);
  transition: var(--transition);
  line-height: 1.5;
}

.credential-item:hover {
  border-color: rgba(212, 175, 120, .4);
  color: var(--gold-light);
  background: rgba(212, 175, 120, .08);
}

.credential-item strong {
  color: var(--gold);
}

.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 32px;
}

.value-pill {
  background: var(--gold-dim);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .78rem;
  color: var(--gold);
}

/* ── Services ──────────────────────────────────────── */
.services {
  background: var(--bg);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity .3s;
}

.service-card:hover {
  border-color: var(--border);
  transform: translateY(-6px);
  background: var(--surface-hover);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card.featured {
  background: linear-gradient(135deg, rgba(212, 175, 120, .08), rgba(184, 168, 200, .04));
  border-color: rgba(212, 175, 120, .25);
  grid-column: span 1;
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: #0f0d13;
  font-size: .62rem;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.service-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.service-card p {
  color: var(--text-muted);
  font-size: .88rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.service-list {
  list-style: none;
  margin-bottom: 28px;
}

.service-list li {
  font-size: .82rem;
  color: var(--text-muted);
  padding: 5px 0;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-list li::before {
  content: '◆';
  color: var(--gold);
  font-size: .5rem;
}

.service-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--gold);
  padding: 10px 20px;
  border-radius: 24px;
  font-size: .8rem;
  transition: var(--transition);
  letter-spacing: .05em;
}

.service-btn:hover {
  background: var(--gold-dim);
  border-color: var(--gold);
}

.services-grid .service-card:nth-child(4),
.services-grid .service-card:nth-child(5) {
  grid-column: span 1;
}

/* ── Why Choose ────────────────────────────────────── */
.why {
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}

.why-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ring-sm {
  width: 600px;
  height: 600px;
}

.ring-a {
  top: -200px;
  right: -200px;
  border-color: rgba(212, 175, 120, .05);
  animation-delay: 0s;
}

.ring-b {
  bottom: -200px;
  left: -200px;
  border-color: rgba(184, 168, 200, .05);
  animation-delay: 3s;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

.why-item {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.why-item:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}

.why-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.why-item h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.why-item p {
  font-size: .84rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Testimonials ──────────────────────────────────── */
.testimonials {
  background: var(--bg);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: var(--transition);
  position: relative;
}

.testi-card::after {
  content: '\201C';
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(212, 175, 120, .08);
  font-style: italic;
}

.testi-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}

.testi-card.featured-testi {
  background: linear-gradient(135deg, rgba(212, 175, 120, .07), rgba(184, 168, 200, .04));
  border-color: rgba(212, 175, 120, .2);
}

.testi-stars {
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .1em;
  margin-bottom: 16px;
}

.testi-text {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--rose-soft);
  line-height: 1.8;
  margin-bottom: 24px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dim), rgba(184, 168, 200, .12));
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: .85rem;
  color: var(--gold);
  flex-shrink: 0;
}

.testi-author strong {
  display: block;
  font-size: .88rem;
  color: var(--text);
}

.testi-author span {
  font-size: .75rem;
  color: var(--text-muted);
}

/* ── CTA Section ───────────────────────────────────── */
.cta-section {
  padding: 120px 0;
  background: var(--bg2);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-cosmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ring-cta-1 {
  width: 800px;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}

.ring-cta-2 {
  width: 1100px;
  height: 1100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2s;
}

.blob-cta {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 120, .07) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-title em {
  color: var(--gold-light);
  font-style: italic;
}

.cta-sub {
  color: var(--text-muted);
  margin-bottom: 44px;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* ── FAQ ───────────────────────────────────────────── */
.faq {
  background: var(--bg);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  cursor: pointer;
  transition: color .2s;
}

.faq-q:hover {
  color: var(--gold-light);
}

.faq-icon {
  color: var(--gold);
  font-size: 1.4rem;
  transition: transform .3s;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
}

.faq-a.open {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-a p {
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.8;
}

/* ── Contact ───────────────────────────────────────── */
.contact {
  background: var(--bg2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.contact-lead {
  color: var(--text-muted);
  margin-bottom: 36px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-dim);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  font-size: .8rem;
  color: var(--text-muted);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.contact-item a,
.contact-item span {
  font-size: .92rem;
  color: var(--text);
}

.contact-item a:hover {
  color: var(--gold);
}

.social-row {
  display: flex;
  gap: 12px;
}

.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--transition);
  background: var(--surface);
}

.social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-dim);
}

/* ── Form ──────────────────────────────────────────── */
.contact-form-wrap {
  position: relative;
}

.contact-form,
.modal form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 300;
  transition: border-color .2s;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgba(212, 175, 120, .4);
  box-shadow: 0 0 0 3px rgba(212, 175, 120, .05);
}

.form-group select option {
  background: var(--bg2);
}

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

.form-success {
  text-align: center;
  padding: 40px 20px;
}

.success-icon {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 16px;
  animation: successPulse 1.5s ease-in-out infinite;
}

@keyframes successPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .6;
    transform: scale(1.1);
  }
}

.form-success h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.form-success p {
  color: var(--text-muted);
}

/* ── Footer ────────────────────────────────────────── */
.footer {
  background: var(--bg);
  border-top: 1px solid var(--border-light);
  padding: 80px 0 32px;
  position: relative;
  overflow: hidden;
}

.footer-cosmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ring-footer {
  width: 800px;
  height: 800px;
  bottom: -400px;
  right: -200px;
  border-color: rgba(212, 175, 120, .04);
  animation-delay: 0s;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-tagline {
  font-family: var(--font-cinzel);
  font-size: .65rem;
  letter-spacing: .15em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-mission {
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.8;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-col h5 {
  font-family: var(--font-cinzel);
  font-size: .65rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-col a {
  display: block;
  font-size: .85rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  transition: color .2s;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid var(--border-light);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .78rem;
  color: var(--text-dim);
  position: relative;
  z-index: 1;
}

/* ── Modal ─────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

body.modal-open {
  overflow: hidden !important;
}

.modal {
  width: 100%;
  position: relative;
  margin: auto;
  flex-shrink: 0;
  transform: translateY(28px) scale(0.97);
  transition: transform .4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .3s;
  opacity: 0;
}

.modal-overlay.open .modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal form {
  background: none;
  border: none;
  padding: 0;
}

/* ── Toast ─────────────────────────────────────────── */
.toast {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: var(--surface);
  backdrop-filter: blur(16px);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 14px 22px;
  border-radius: 12px;
  font-size: .85rem;
  z-index: 9999;
  transform: translateY(60px);
  opacity: 0;
  transition: .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

/* ── Scroll-triggered Animations ──────────────────── */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid .service-card:nth-child(5) {
    grid-column: span 2;
  }

  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testi-grid .testi-card:nth-child(3) {
    grid-column: span 2;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  :root {
    --nav-h: 60px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hamburger {
    display: flex;
    margin-left: auto;
  }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: rgba(14, 12, 20, .97);
    backdrop-filter: blur(24px);
    padding: 24px;
    gap: 4px;
    border-bottom: 1px solid var(--border);
  }

  .nav-links.open li {
    width: 100%;
  }

  .nav-links.open a {
    display: block;
    padding: 14px 16px;
    font-size: 1rem;
  }

  .section {
    padding: 72px 0;
  }

  .container {
    padding: 0 20px;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-frame {
    padding: 20px;
  }

  .about-portrait {
    width: 240px;
    height: 300px;
  }

  .about-floats {
    display: none;
  }

  .services-grid,
  .testi-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .services-grid .service-card:nth-child(5),
  .testi-grid .testi-card:nth-child(3) {
    grid-column: span 1;
  }

  .footer-top,
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(3rem, 12vw, 5.5rem);
  }

  .modal {
    padding: 32px 24px;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-actions a,
  .cta-actions button {
    justify-content: center;
  }

  /* ── Shrink chakras on mobile ── */
  .hck-1 {
    width: 42px !important;
    height: 42px !important;
    bottom: 6% !important;
    left: 4% !important;
  }

  .hck-2 {
    width: 34px !important;
    height: 34px !important;
    bottom: 18% !important;
    left: 18% !important;
  }

  .hck-3 {
    width: 46px !important;
    height: 46px !important;
    bottom: 26% !important;
    right: 6% !important;
  }

  .hck-4 {
    width: 52px !important;
    height: 52px !important;
    top: 35% !important;
    left: 2% !important;
  }

  .hck-5 {
    width: 38px !important;
    height: 38px !important;
    top: 16% !important;
    right: 4% !important;
  }

  .hck-6 {
    width: 40px !important;
    height: 40px !important;
    top: 10% !important;
    left: 10% !important;
  }

  .hck-7 {
    width: 55px !important;
    height: 55px !important;
    top: 5% !important;
    right: 12% !important;
  }

  /* Chakra labels — tiny on mobile */
  .hck-label {
    display: flex;
    bottom: -30px;
    gap: 0px;
  }

  .hck-symbol {
    font-size: 0.45rem;
  }

  .hck-name {
    font-size: 0.38rem;
    letter-spacing: 0.05em;
  }

  .hck-sub {
    font-size: 0.3rem;
    letter-spacing: 0.08em;
  }


  /* Shrink mandala rings on mobile */
  .mandala-wrap {
    width: 290px !important;
    height: 290px !important;
  }

  .m-ring-1 {
    width: 70px !important;
    height: 70px !important;
  }

  .m-ring-2 {
    width: 120px !important;
    height: 120px !important;
  }

  .m-ring-3 {
    width: 170px !important;
    height: 170px !important;
  }

  .m-ring-4 {
    width: 230px !important;
    height: 230px !important;
  }

  .m-ring-5 {
    width: 290px !important;
    height: 290px !important;
  }

  /* Smaller mandala spokes and dots */
  .mandala-spokes {
    width: 170px !important;
    height: 170px !important;
  }

  .mandala-dots {
    width: 120px !important;
    height: 120px !important;
  }

  .d1,
  .d2,
  .d3,
  .d4,
  .d5,
  .d6 {
    transform: translate(-50%, -50%) translateX(60px) !important;
  }

  .mdot {
    width: 2.5px !important;
    height: 2.5px !important;
  }

  /* ── Mobile: darken hero background blobs ── */
  .blob-1 {
    opacity: 0.2 !important;
    background: radial-gradient(circle, rgba(212, 175, 120, .04) 0%, transparent 70%) !important;
  }

  .blob-2 {
    opacity: 0.15 !important;
    background: radial-gradient(circle, rgba(184, 168, 200, .03) 0%, transparent 70%) !important;
  }

  .blob-3 {
    opacity: 0.1 !important;
    background: radial-gradient(circle, rgba(212, 175, 120, .02) 0%, transparent 70%) !important;
  }

  .cursor-aura {
    display: none;
  }
}

/* ── Intro Splash Screen ────────────────────────────── */
.intro-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 50% 50%, #120b1f 0%, #08060c 60%, #030205 100%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1), visibility 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.intro-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Prevent scroll class for html/body */
.intro-active {
  overflow: hidden !important;
  height: 100vh !important;
  width: 100vw !important;
}

.intro-cosmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Nebulae Styles */
.intro-nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.32;
  mix-blend-mode: screen;
  animation: nebulaFloat 15s ease-in-out infinite alternate;
}

.nebula-violet {
  width: min(600px, 100vw);
  height: min(600px, 100vw);
  background: radial-gradient(circle, #38126b 0%, transparent 70%);
  top: -10%;
  left: -10%;
  animation-delay: 0s;
}

.nebula-pink {
  width: min(700px, 100vw);
  height: min(700px, 100vw);
  background: radial-gradient(circle, #611142 0%, transparent 70%);
  bottom: -15%;
  right: -10%;
  animation-delay: -3s;
}

.nebula-blue {
  width: min(500px, 100vw);
  height: min(500px, 100vw);
  background: radial-gradient(circle, #103463 0%, transparent 70%);
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: -6s;
  opacity: 0.22;
}

@keyframes nebulaFloat {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }

  100% {
    transform: translate(-30px, -20px) scale(1.15) rotate(15deg);
  }
}

/* Shooting Stars Styles */
.intro-shooting-star {
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), transparent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.shooting-star-1 {
  top: 15%;
  left: 15%;
  width: 90px;
  height: 1.5px;
  transform: rotate(-35deg) translateX(0);
  animation: shootStar 6s ease-out 1.2s infinite;
}

.shooting-star-2 {
  top: 35%;
  left: 55%;
  width: 120px;
  height: 1.5px;
  transform: rotate(-35deg) translateX(0);
  animation: shootStar 8s ease-out 3.5s infinite;
}

@keyframes shootStar {
  0% {
    transform: rotate(-35deg) translateX(-150px);
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  35% {
    transform: rotate(-35deg) translateX(250px);
    opacity: 0;
  }

  100% {
    transform: rotate(-35deg) translateX(250px);
    opacity: 0;
  }
}

.intro-star-field {
  position: absolute;
  inset: 0;
  opacity: 0.85;
}

.intro-aura-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 120, 0.15) 0%, transparent 70%);
  filter: blur(50px);
  animation: introBlobPulse 6s ease-in-out infinite;
}

@keyframes introBlobPulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
  }
}

.intro-mandala-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 175, 120, 0.15);
  animation: mandalaRotate 40s linear infinite;
}

.intro-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* Logo Anim & Glow */
.intro-logo-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.intro-logo {
  height: 150px;
  width: auto;
  object-fit: contain;
  z-index: 2;
  opacity: 0;
  transform: scale(0.85) translateY(15px);
  animation: introLogoIn 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards,
    introLogoPulse 4s ease-in-out 2.3s infinite;
}

.intro-logo-glow {
  position: absolute;
  inset: -35px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 80, 255, 0.25) 0%, rgba(212, 175, 120, 0.1) 55%, transparent 75%);
  filter: blur(25px);
  z-index: 1;
  opacity: 0;
  transform: scale(0.8);
  animation: introGlowIn 2s ease-out 1.2s forwards,
    introGlowPulse 4s ease-in-out 2.3s infinite;
}

@keyframes introLogoIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes introLogoPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes introGlowIn {
  to {
    opacity: 0.25;
    transform: scale(1);
  }
}

@keyframes introGlowPulse {

  0%,
  100% {
    opacity: 0.18;
    transform: scale(1);
  }

  50% {
    opacity: 0.35;
    transform: scale(1.15);
  }
}

/* Text Anim */
.intro-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-subtitle {
  font-family: var(--font-cinzel);
  font-size: 0.85rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(10px);
  animation: introTextReveal 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}

.intro-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.intro-title-line {
  display: inline-block;
  color: var(--text);
  opacity: 0;
  transform: translateY(20px);
  animation: introTextReveal 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s forwards;
}

.intro-title-line.accent {
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
  font-style: italic;
  opacity: 0;
  transform: translateY(20px);
  animation: introTextReveal 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s forwards;
}

.intro-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-top: 8px;
  opacity: 0;
  transform: translateY(10px);
  animation: introTextReveal 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s forwards;
}

@keyframes introTextReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── About the Centre Section ──────────────────────── */
.centre-about {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.centre-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.centre-about-body {
  color: var(--text-muted);
  margin-bottom: 24px;
  font-size: 1.02rem;
  line-height: 1.8;
}

.centre-about-body:last-child {
  margin-bottom: 0;
}

.centre-visual-frame {
  position: relative;
  padding: 44px 36px;
  background: linear-gradient(135deg, rgba(212, 175, 120, .05) 0%, rgba(143, 80, 255, .02) 100%);
  border: 1px solid rgba(212, 175, 120, .12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .02) inset,
    0 24px 60px rgba(0, 0, 0, .4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.centre-visual-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212, 175, 120, .1) 0%, transparent 60%);
  pointer-events: none;
}

.sacred-geometry {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.geo-ring {
  position: absolute;
  border: 1px solid rgba(212, 175, 120, .2);
  border-radius: 50%;
  animation: geoRotate 20s linear infinite;
}

.geo-ring.ring-1 {
  width: 140px;
  height: 140px;
  border-style: dashed;
}

.geo-ring.ring-2 {
  width: 110px;
  height: 110px;
  animation-direction: reverse;
  animation-duration: 15s;
}

.geo-ring.ring-3 {
  width: 80px;
  height: 80px;
  border-color: rgba(212, 175, 120, .4);
}

.geo-chakra-img {
  width: 105px;
  height: 105px;
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: screen;
  animation: geoPulse 4s ease-in-out infinite;
  filter: drop-shadow(0 0 16px rgba(232, 212, 168, 0.65));
}

.centre-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.stat-item {
  padding: 20px 14px;
  background: rgba(255, 255, 255, .015);
  border: 1px solid rgba(212, 175, 120, .08);
  border-radius: var(--radius);
  transition: var(--transition);
}

.stat-item:hover {
  border-color: rgba(212, 175, 120, .35);
  background: rgba(212, 175, 120, .04);
  transform: translateY(-2px);
}

.stat-num {
  display: block;
  font-family: var(--font-cinzel);
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 6px;
  font-weight: 600;
}

.stat-desc {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@keyframes geoRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes geoPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
    text-shadow: 0 0 10px rgba(212, 175, 120, .25);
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
    text-shadow: 0 0 20px rgba(212, 175, 120, .5);
  }
}

@media (max-width: 991px) {
  .centre-about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}