/* ============================================================
   Shaista Zeeshan — Group Healing
   Shared design system (used by all pages)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg: #0A0A0A;
  --card: #111111;
  --text: #FAFAFA;
  --text-muted: #A3A3A3;
  --border: #262626;
  --accent: #E5E5E5;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}

.font-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-feature-settings: "tnum";
}

.section-header {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.nav-link {
  position: relative;
  color: #E5E5E5;
  transition: color 0.2s ease;
}
.nav-link:hover,
.nav-link.active { color: #fff; }
.nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #fff;
  transition: width 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-link:hover:after,
.nav-link.active:after { width: 100%; }

.lux-card {
  background: var(--card);
  border: 1px solid var(--border);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1),
              border-color 0.3s ease;
}
.lux-card:hover {
  border-color: #444;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.5);
}

.service-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 5.2rem;
  line-height: 0.8;
  opacity: 0.15;
  transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
}
.lux-card:hover .service-number {
  opacity: 0.25;
  transform: translateX(4px);
}

.theme-item {
  background: #111;
  border: 1px solid #262626;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.theme-item:hover {
  border-color: #555;
  transform: translateY(-4px);
  background: #161616;
}

.quote {
  font-size: 1.05rem;
  line-height: 1.55;
}

.cinematic-video {
  border: 1px solid #222;
  box-shadow: 0 10px 30px -10px rgb(0 0 0 / 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 80ms; }
.stagger-2 { transition-delay: 160ms; }
.stagger-3 { transition-delay: 240ms; }

.nav-scrolled {
  background: rgba(10,10,10,0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #222;
}

/* Solid nav for interior pages (no hero behind it) */
.nav-solid {
  background: rgba(10,10,10,0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #222;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(1) contrast(1.05) brightness(0.72);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 10%, rgba(10,10,10,0.75) 55%, rgba(10,10,10,0.9) 92%);
  z-index: 2;
}

.tilt-3d {
  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
}

.section-label {
  letter-spacing: 3.5px;
  font-size: 10px;
  font-weight: 500;
  color: #666;
}

.elegant-line {
  height: 1px;
  background: linear-gradient(to right, transparent, #333, transparent);
}

.review-card {
  background: #111;
  border: 1px solid #222;
}

.stat {
  font-variant-numeric: tabular-nums;
}

.lux-button {
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.lux-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px -5px rgb(0 0 0 / 0.4);
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}

/* Interior page hero (smaller than homepage) */
.page-hero {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

/* Prose (blog post bodies, long text) */
.prose-lux p { margin-bottom: 1.25rem; color: rgba(255,255,255,0.78); line-height: 1.7; font-size: 1.05rem; }
.prose-lux h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; letter-spacing: -1px; margin: 2.2rem 0 1rem; }
.prose-lux h3 { font-size: 1.35rem; font-weight: 600; margin: 1.8rem 0 0.75rem; }
.prose-lux ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.25rem; color: rgba(255,255,255,0.78); }
.prose-lux li { margin-bottom: 0.4rem; }
.prose-lux a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.prose-lux blockquote {
  border-left: 2px solid #444; padding-left: 1.2rem; margin: 1.8rem 0;
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; color: #fff;
}

/* Form fields for admin */
.field {
  background: #111; border: 1px solid #262626; color: #fafafa;
  border-radius: 14px; padding: 0.85rem 1rem; width: 100%;
  transition: border-color 0.2s ease;
}
.field:focus { outline: none; border-color: #666; }

/* Rainbow gradient fill for icon-font glyphs (mandala logo palette) */
.icon-rainbow {
  background: linear-gradient(135deg, #ff4d4d 0%, #ffa600 28%, #ffe14d 50%, #36c275 76%, #4a90ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---- Mobile optimisation (interior pages) ---- */
html, body { overflow-x: hidden; max-width: 100%; }
h1, h2, h3 { overflow-wrap: break-word; }
.page-hero { padding-top: 7rem; }
@media (max-width: 640px) {
  .page-hero { padding-top: 6rem; padding-bottom: 2.5rem; }
  .section-header { letter-spacing: -0.02em !important; }
  .text-8xl { font-size: 3.1rem !important; line-height: 1.04 !important; }
  .text-7xl { font-size: 2.6rem !important; line-height: 1.06 !important; }
  .text-6xl { font-size: 2.3rem !important; line-height: 1.07 !important; }
  .text-5xl { font-size: 2.05rem !important; line-height: 1.08 !important; }
  .service-number { font-size: 3.6rem !important; }
  .text-\[42px\], .text-\[40px\] { font-size: 2rem !important; line-height: 1.05 !important; }
  .prose-lux p { font-size: 1rem; }
}
