/* ============================================
   Zeel's Studio — Full Visual Redesign
   Gujarat · Navratri · Premium Dance Studio
   ============================================ */

:root {
  --navratri-saffron: #f0a030;
  --navratri-gold: #d4a017;
  --navratri-red: #c62828;
  --navratri-magenta: #c2185b;
  --navratri-deep: #0a0610;
  --navratri-plum: #1a0f28;
  --navratri-card: #16101f;
  --glow-saffron: rgba(240, 160, 48, 0.35);
  --glow-magenta: rgba(194, 24, 91, 0.25);
}

/* ── Always show images & content ── */
.photo-frame > img,
.class-showcase-img img,
.service-card-img img,
.service-card-thumb img,
.social-tile > img,
.gallery-item img,
.gallery-tile img,
.about-image-wrap img,
.collage-card img,
.hero-frame img {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  display: block !important;
}

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale,
.class-showcase-card,
.social-tile,
.service-card,
.gallery-item,
.gallery-tile {
  opacity: 1 !important;
}

/* ── Typography scale ── */
.section-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing: -0.01em;
  line-height: 1.08;
  background: none !important;
  -webkit-text-fill-color: var(--color-cream) !important;
  color: var(--color-cream);
}

.section-title em {
  color: var(--navratri-saffron) !important;
  -webkit-text-fill-color: var(--navratri-saffron) !important;
  font-style: italic;
}

.section-tag {
  color: var(--navratri-saffron) !important;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.section-tag::after {
  background: linear-gradient(90deg, var(--navratri-saffron), var(--navratri-magenta)) !important;
}

/* ── Header ── */
.header {
  padding: 0.85rem 0;
}

.header:not(.scrolled) {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
}

.header:not(.scrolled) .wordmark-main {
  color: #fff8f2;
}

.header:not(.scrolled) .wordmark-sub {
  color: var(--navratri-saffron);
}

.header:not(.scrolled) .nav-links a:not(.nav-cta) {
  color: rgba(255, 248, 242, 0.85);
}

.header.scrolled {
  background: rgba(10, 6, 16, 0.92) !important;
  border-bottom: 1px solid rgba(240, 160, 48, 0.12);
}

.nav-cta {
  background: linear-gradient(135deg, var(--navratri-magenta), var(--navratri-red)) !important;
  padding: 0.65rem 1.5rem !important;
  font-size: 0.85rem !important;
  box-shadow: 0 4px 20px var(--glow-magenta);
}

.nav-links a:not(.nav-cta):hover,
.nav-links a:not(.nav-cta).active {
  color: var(--navratri-saffron);
}

.nav-links a:not(.nav-cta)::after {
  background: var(--navratri-saffron) !important;
}

/* ── Split Hero (no full-bleed background) ── */
.hero--split {
  min-height: auto !important;
  padding: 110px 0 var(--space-xl) !important;
  display: block !important;
  position: relative;
  overflow: hidden;
  background: var(--navratri-deep);
}

@media (max-width: 768px) {
  .hero--split {
    overflow: visible !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }

  .hero-content {
    text-align: left !important;
    margin-inline: 0 !important;
  }

  .hero-actions {
    justify-content: stretch !important;
  }

  .hero-services {
    justify-content: flex-start !important;
  }

  .hero-visual {
    max-width: none !important;
    margin-inline: unset !important;
  }

  .hero-stats-row {
    grid-template-columns: unset !important;
  }
}

.hero-media,
.hero-media-overlay,
.hero-media-pattern,
.hero-media-img,
.hero-particles,
.hero-bg,
.hero-collage,
.hero-scroll,
.hero-stats-bar,
.hero-stat-item,
.hero-chips,
.collage-ring,
.collage-float {
  display: none !important;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 85% 20%, rgba(194, 24, 91, 0.12), transparent),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(240, 160, 48, 0.08), transparent);
}

.hero-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 540px;
  padding-bottom: 0;
}

.hero-gujarati {
  font-size: 0.9rem;
  color: var(--navratri-saffron);
  margin: 0.75rem 0 1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-shadow: none;
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 520px;
  color: rgba(255, 248, 242, 0.75);
  margin-bottom: var(--space-md);
  text-shadow: none;
}

.hero-tagline {
  display: none;
}

.hero-title,
.hero-badge {
  text-shadow: none;
}

.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: var(--space-md);
  list-style: none;
  padding: 0;
}

.hero-services li {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 100px;
  border: 1px solid rgba(240, 160, 48, 0.2);
  color: rgba(255, 248, 242, 0.65);
  background: rgba(255, 255, 255, 0.03);
}

/* Hero photo frames */
.hero-visual {
  display: flex !important;
  flex-direction: column;
  gap: 0.75rem;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  pointer-events: auto !important;
}

.hero-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--navratri-card);
  border: 1px solid rgba(240, 160, 48, 0.2);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-frame--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(240, 160, 48, 0.45), transparent 50%, rgba(194, 24, 91, 0.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.hero-frame--primary {
  aspect-ratio: 4 / 5;
  max-height: 420px;
}

.hero-frame--primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-frame-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.hero-frame--secondary {
  aspect-ratio: 16 / 10;
}

.hero-frame--secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-frame-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 0.35rem 0.85rem;
  background: rgba(8, 4, 14, 0.82);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navratri-saffron);
  border: 1px solid rgba(240, 160, 48, 0.2);
}

.hero-frame:hover img {
  transform: scale(1.04);
  transition: transform 0.6s var(--ease-out);
}

.hero-frame img {
  transition: transform 0.6s var(--ease-out);
}

/* Stats row — contained cards */
.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(240, 160, 48, 0.1);
}

.hero-stat-card {
  background: var(--navratri-card);
  border: 1px solid rgba(240, 160, 48, 0.12);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}

.hero-stat-card:hover {
  border-color: rgba(240, 160, 48, 0.3);
  transform: translateY(-2px);
}

.hero-stat-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--navratri-saffron);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.hero-stat-card span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-grid {
  display: block !important;
  min-height: auto !important;
  padding: 0 !important;
}

.hero-badge {
  background: rgba(240, 160, 48, 0.12) !important;
  border-color: rgba(240, 160, 48, 0.35) !important;
  color: var(--navratri-saffron) !important;
  font-weight: 600;
}

.hero-gujarati {
  font-size: 0.95rem;
  color: var(--navratri-saffron);
  margin: 0.5rem 0 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.hero-brand {
  font-size: clamp(3.5rem, 11vw, 7rem) !important;
  background: linear-gradient(135deg, #fff8f2 15%, var(--navratri-saffron) 90%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.hero-brand .char {
  background: linear-gradient(135deg, #fff8f2 15%, var(--navratri-saffron) 90%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-brand.revealed .char {
  animation: none !important;
}

.hero-sub {
  color: rgba(255, 248, 242, 0.55) !important;
  letter-spacing: 0.45em !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-actions {
  gap: 0.75rem;
  margin-bottom: var(--space-md);
}

.btn-primary {
  background: linear-gradient(135deg, var(--navratri-magenta), var(--navratri-red)) !important;
  box-shadow: 0 8px 32px var(--glow-magenta) !important;
  padding: 1rem 2rem !important;
  font-size: 0.95rem !important;
}

.btn-outline {
  border-color: rgba(240, 160, 48, 0.5) !important;
  color: var(--navratri-saffron) !important;
  padding: 1rem 2rem !important;
}

.btn-outline:hover {
  background: rgba(240, 160, 48, 0.12) !important;
  border-color: var(--navratri-saffron) !important;
}

.hero-chips {
  margin-top: var(--space-md);
}

.hero-chips span {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(240, 160, 48, 0.2);
  color: rgba(255, 248, 242, 0.7);
}

.hero-chips span:hover {
  border-color: var(--navratri-saffron);
  color: var(--navratri-saffron);
  background: rgba(240, 160, 48, 0.1);
}

.pulse-dot {
  background: var(--navratri-saffron) !important;
}

/* Hero stats bar — removed */

/* ── Marquee ── */
.marquee-section {
  background: var(--navratri-plum);
  border-color: rgba(240, 160, 48, 0.1) !important;
}

.marquee-track span:nth-child(odd) {
  color: var(--navratri-saffron) !important;
  opacity: 0.7 !important;
}

/* ── Services ── */
.services {
  background: var(--navratri-deep) !important;
}

.services-stat-card {
  background: linear-gradient(135deg, rgba(194, 24, 91, 0.15), rgba(240, 160, 48, 0.08)) !important;
  border-color: rgba(240, 160, 48, 0.2) !important;
}

.big-num {
  color: var(--navratri-saffron) !important;
}

.service-card-thumb .service-num {
  color: var(--navratri-saffron) !important;
  font-family: var(--font-display);
}

.service-card--featured {
  min-height: 0 !important;
  border: 1px solid rgba(240, 160, 48, 0.2) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35) !important;
}

.service-card--featured .service-link--cta {
  background: linear-gradient(135deg, var(--navratri-magenta), var(--navratri-red)) !important;
  color: white !important;
}

.service-card-bg,
.service-card-content,
.service-card-img {
  display: none !important;
}

.service-link {
  color: var(--navratri-saffron) !important;
}

/* ── Classes ── */
.classes {
  background: linear-gradient(180deg, var(--navratri-plum) 0%, var(--navratri-deep) 100%) !important;
}

.classes-showcase {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.25rem !important;
}

.class-showcase-card {
  background: var(--navratri-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.class-showcase-card:hover {
  border-color: rgba(240, 160, 48, 0.35) !important;
  box-shadow: 0 20px 50px rgba(240, 160, 48, 0.1), 0 8px 32px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(-6px) !important;
}

.class-showcase-img {
  aspect-ratio: 4 / 3 !important;
  min-height: 200px !important;
  background: var(--navratri-plum);
  position: relative;
}

.class-showcase-img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.class-showcase-img::after {
  background: linear-gradient(to top, rgba(10, 6, 16, 0.9) 0%, transparent 50%) !important;
}

.class-showcase-num {
  color: var(--navratri-saffron) !important;
  font-size: 2.25rem !important;
}

.class-tag {
  color: var(--navratri-magenta) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.class-showcase-meta span {
  background: rgba(240, 160, 48, 0.1) !important;
  border: 1px solid rgba(240, 160, 48, 0.2) !important;
  color: var(--navratri-saffron) !important;
}

.class-link {
  background: linear-gradient(135deg, var(--navratri-magenta), var(--navratri-red)) !important;
  width: 100%;
  text-align: center;
  padding: 0.75rem !important;
  font-size: 0.88rem !important;
  border-radius: 10px !important;
  margin-top: auto;
}

.class-link:hover {
  box-shadow: 0 8px 24px var(--glow-magenta) !important;
}

.gujarat-badge {
  background: rgba(240, 160, 48, 0.08) !important;
  border-color: rgba(240, 160, 48, 0.25) !important;
}

/* ── Gallery ── */
/* ── Gallery — clean 3×2 grid ── */
.gallery-grid--premium,
.gallery-grid.gallery-grid--premium {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(2, 260px) !important;
  gap: 1rem !important;
}

.gallery-grid--premium .gallery-item,
.gallery-grid--premium .gallery-item--large,
.gallery-grid--premium .gallery-item--wide {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  min-height: 260px !important;
  height: 100%;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  overflow: hidden;
}

.gallery-grid--premium .gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-grid--premium .gallery-item::after {
  content: attr(data-label) !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  padding: 1rem 1.15rem !important;
  background: linear-gradient(to top, rgba(8, 4, 14, 0.92) 0%, transparent 70%) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navratri-saffron) !important;
  z-index: 2;
}

.gallery-grid--premium .gallery-overlay {
  opacity: 0.35 !important;
}

.gallery-grid--premium .gallery-item:hover img {
  transform: scale(1.05);
  transition: transform 0.5s var(--ease-out);
}

.gallery.section {
  background: linear-gradient(180deg, var(--navratri-deep) 0%, var(--navratri-plum) 100%);
}

.gallery-item {
  border-radius: 16px;
  overflow: hidden;
  min-height: 220px;
  position: relative;
}

/* ── Social ── */
.social-grid {
  min-height: 440px !important;
  grid-auto-rows: minmax(210px, auto) !important;
}

.social-tile {
  min-height: 210px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.social-btn--instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}

.social-btn--whatsapp {
  background: #128c37 !important;
}

/* ── Contact ── */
.contact-form {
  background: var(--navratri-card) !important;
  border-color: rgba(240, 160, 48, 0.15) !important;
  border-radius: 16px !important;
}

.contact-form:focus-within {
  border-color: rgba(240, 160, 48, 0.35) !important;
  box-shadow: 0 0 40px rgba(240, 160, 48, 0.08) !important;
}

.map-link {
  color: var(--navratri-saffron) !important;
}

/* ── Footer ── */
.footer {
  background: #06040a !important;
}

.footer-top {
  background: linear-gradient(135deg, rgba(194, 24, 91, 0.15), rgba(240, 160, 48, 0.08)) !important;
}

.footer-service-pills span {
  border-color: rgba(240, 160, 48, 0.15);
  color: rgba(255, 248, 242, 0.65);
}

.footer-gujarat {
  color: var(--navratri-saffron) !important;
}

.footer-links h4 {
  color: var(--navratri-saffron) !important;
  border-color: rgba(240, 160, 48, 0.2) !important;
}

.footer-social-icon:hover {
  background: var(--navratri-magenta) !important;
  border-color: var(--navratri-magenta) !important;
}

/* ── WhatsApp FAB ── */
.wa-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s;
}

.wa-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}

.wa-fab img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

/* ── Scroll progress ── */
.scroll-progress-bar {
  background: linear-gradient(90deg, var(--navratri-magenta), var(--navratri-saffron), var(--navratri-gold)) !important;
}

/* ── Testimonials ── */
.testimonials-slider {
  border-color: rgba(240, 160, 48, 0.12) !important;
  background: var(--navratri-card) !important;
}

.testimonial-dots .dot.active {
  background: var(--navratri-saffron) !important;
}

/* ── Process ── */
.process-step strong {
  color: var(--navratri-saffron);
}

.step-icon {
  color: var(--navratri-magenta);
}

/* ── Responsive ── */

@media (max-width: 768px) {
  :root {
    --space-xl: 2.5rem;
    --space-2xl: 3.25rem;
    --container-pad: 0px;
    --container-max: none;
  }

  .section {
    padding-block: var(--space-xl);
  }
}

@media (max-width: 1024px) {
  .hero-split {
    grid-template-columns: 1fr !important;
    gap: var(--space-lg);
  }

  .classes-showcase {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile layout → see mobile-app.css */
