/* =============================================
   OM SRI DIVINES — style.css
   ============================================= */

:root {
  --gold: #C9960C;
  --gold-light: #F0C84A;
  --gold-dark: #8B6500;
  --saffron: #D4722A;
  --green: #3A7D2C;
  --green-dark: #1E4A17;
  --green-light: #6ABF55;
  --cream: #FDF8EC;
  --dark: #1A120A;
  --text: #2E1F0A;
  --white: #FFFDF7;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(26,18,10,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gold-dark);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.5rem 2rem;
}
.nav-logo-img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  box-shadow: 0 0 12px rgba(201,150,12,0.4);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.nav-brand-text {
  font-family: 'Cinzel', serif;
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
}
.nav-brand-text span { color: var(--saffron); }
.nav-brand-sub {
  font-family: 'Cinzel', serif;
  color: #8AAA70;
  font-size: 0.55rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a {
  color: #D4B880;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--gold-light); }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold-light);
  transition: all 0.3s;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: radial-gradient(ellipse at 60% 40%, #2A5A1A 0%, #1A3A0E 40%, #0D1F07 100%);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9960C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Mandala rings */
.mandala-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201,150,12,0.15);
  animation: rotate-slow linear infinite;
}
.ring1 { width: 600px; height: 600px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation-duration: 40s; }
.ring2 { width: 450px; height: 450px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation-duration: 30s; animation-direction: reverse; border-color: rgba(201,150,12,0.1); }
.ring3 { width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation-duration: 20s; border-color: rgba(212,114,42,0.15); }

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

.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 2rem; }

.hero-logo {
  width: 130px; height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  box-shadow: 0 0 40px rgba(201,150,12,0.5), 0 0 80px rgba(201,150,12,0.2);
  margin-bottom: 1.5rem;
  animation: pulse-glow-img 3s ease-in-out infinite;
}
@keyframes pulse-glow-img {
  0%,100% { box-shadow: 0 0 40px rgba(201,150,12,0.5), 0 0 80px rgba(201,150,12,0.2); }
  50%      { box-shadow: 0 0 60px rgba(240,200,74,0.8), 0 0 120px rgba(201,150,12,0.4); }
}

.hero h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--gold-light);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  letter-spacing: 3px;
}
.hero h1 span { color: var(--saffron); }
.hero-tagline {
  font-family: 'Cinzel', serif;
  color: #A8C890;
  letter-spacing: 4px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-desc {
  color: #C8D8B0;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 300;
}
.hero-stats {
  display: flex; justify-content: center; gap: 2.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  color: var(--gold-light);
  font-weight: 700;
  display: block;
  line-height: 1;
}
.stat-label { color: #8AAA70; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; }
.hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--dark);
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  padding: 1rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(201,150,12,0.4);
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,150,12,0.6); }

/* ── SECTIONS ── */
.section { padding: 5rem 2rem; }
.section-alt { background: linear-gradient(180deg, #F5EED8 0%, var(--cream) 100%); }
.section-dark { background: linear-gradient(180deg, #1A120A 0%, #0D1F07 100%); }

.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--saffron);
  display: block;
  margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--dark);
  line-height: 1.3;
}
.section-dark .section-title { color: var(--gold-light); }
.section-divider {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--saffron));
  margin: 1rem auto 1.5rem;
}
.section-sub {
  color: #6B5A3A;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1rem;
}
.section-dark .section-sub { color: #A8B898; }

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.service-card {
  background: linear-gradient(145deg, #FFF9EC, #FFF3D4);
  border: 1px solid rgba(201,150,12,0.2);
  border-radius: 4px;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--saffron));
  transform: scaleX(0);
  transition: transform 0.35s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(139,101,0,0.2); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.service-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  color: var(--gold-dark);
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.service-card p { color: #5A4A2A; font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.2rem; }
.service-tag {
  display: inline-block;
  background: rgba(201,150,12,0.1);
  color: var(--gold-dark);
  font-size: 0.7rem;
  letter-spacing: 2px;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  border: 1px solid rgba(201,150,12,0.3);
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  border-radius: 2px;
}
.service-free {
  display: inline-block;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 2px;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  border-radius: 2px;
  margin-bottom: 0.4rem;
}
.service-link {
  display: block;
  margin-top: 1rem;
  color: var(--saffron);
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ── DETAIL SECTIONS ── */
.detail-section {
  padding: 5rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.detail-grid.reverse { direction: rtl; }
.detail-grid.reverse > * { direction: ltr; }
.detail-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 4px;
  color: var(--saffron);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
}
.detail-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--dark);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.detail-body { color: #5A4A2A; line-height: 1.9; font-size: 0.95rem; margin-bottom: 1.5rem; }
.detail-list { list-style: none; margin-bottom: 1.5rem; }
.detail-list li {
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
  color: #5A4A2A;
  font-size: 0.92rem;
}
.detail-list li::before {
  content: '✦';
  position: absolute; left: 0;
  color: var(--gold);
  font-size: 0.65rem;
  top: 0.55rem;
}
.detail-visual {
  background: linear-gradient(145deg, #1A3A0E, #0D2A07);
  border-radius: 6px;
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid rgba(201,150,12,0.2);
  position: relative;
  overflow: hidden;
}
.detail-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,150,12,0.08) 0%, transparent 70%);
}
.detail-visual-icon { font-size: 5rem; display: block; margin-bottom: 1rem; position: relative; z-index: 1; }
.detail-visual-title {
  font-family: 'Cinzel', serif;
  color: var(--gold-light);
  font-size: 1.1rem;
  font-weight: 700;
  position: relative; z-index: 1;
  margin-bottom: 0.5rem;
}
.detail-visual-sub { color: #8AAA70; font-size: 0.85rem; position: relative; z-index: 1; }

/* ── BUTTONS ── */
.btn-gold {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--dark);
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 2px;
  padding: 0.85rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(201,150,12,0.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,150,12,0.5); }
.btn-outline {
  display: inline-block;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 2px;
  padding: 0.85rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s;
  margin-left: 1rem;
}
.btn-outline:hover { background: var(--gold); color: var(--dark); }

/* ── BIRDS ── */
.birds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 2rem auto 0;
}
.bird-card {
  background: rgba(201,150,12,0.06);
  border: 1px solid rgba(201,150,12,0.2);
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
}
.bird-card:hover { background: rgba(201,150,12,0.12); transform: translateY(-3px); }
.bird-icon { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.bird-name { font-family: 'Cinzel', serif; color: var(--gold-light); font-size: 0.95rem; font-weight: 700; }
.bird-element { color: #8AAA70; font-size: 0.78rem; letter-spacing: 1px; }
.bird-quality { color: #C8D8B0; font-size: 0.82rem; margin-top: 0.5rem; font-style: italic; }

/* ── FACE READING ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 2rem auto 0;
}
.feature-card {
  padding: 2rem 1.5rem;
  background: linear-gradient(145deg, #FFF9EC, #FFF3D4);
  border: 1px solid rgba(201,150,12,0.2);
  border-radius: 4px;
  text-align: center;
}
.feature-icon { font-size: 2.5rem; margin-bottom: 0.8rem; display: block; }
.feature-title { font-family: 'Cinzel', serif; color: var(--gold-dark); font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.feature-desc { color: #5A4A2A; font-size: 0.88rem; line-height: 1.6; }

/* ── QUOTE ── */
.quote-section {
  background: linear-gradient(135deg, #1A120A, #0D1F07);
  padding: 5rem 2rem;
  text-align: center;
}
.quote-text {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  color: var(--gold-light);
  max-width: 750px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
}
.quote-author { color: #8AAA70; font-size: 0.85rem; letter-spacing: 3px; text-transform: uppercase; }

/* ── ABOUT ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.about-avatar {
  background: linear-gradient(145deg, var(--gold-dark), var(--saffron));
  border-radius: 50%;
  width: 220px; height: 220px;
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(201,150,12,0.3);
}
.about-name {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.6rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.about-role { color: var(--saffron); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-family: 'Cinzel', serif; margin-bottom: 1.5rem; }
.about-body { color: #5A4A2A; line-height: 1.9; font-size: 0.95rem; margin-bottom: 1.5rem; }
.cert-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cert-tag {
  background: rgba(58,125,44,0.1);
  border: 1px solid rgba(58,125,44,0.3);
  color: var(--green);
  font-size: 0.72rem;
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
  letter-spacing: 1px;
  font-family: 'Cinzel', serif;
}

/* ── CONTACT ── */
.contact-section {
  background: linear-gradient(180deg, #1A3A0E 0%, #0D2A07 100%);
  padding: 5rem 2rem;
  text-align: center;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 3rem auto 0;
}
.contact-card {
  background: rgba(201,150,12,0.07);
  border: 1px solid rgba(201,150,12,0.2);
  padding: 2rem 1.5rem;
  border-radius: 4px;
  text-align: center;
}
.contact-icon { font-size: 2rem; display: block; margin-bottom: 0.8rem; }
.contact-label { font-family: 'Cinzel', serif; color: var(--gold-light); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.5rem; }
.contact-value { color: #C8D8B0; font-size: 0.92rem; }
.contact-value a { color: var(--gold-light); text-decoration: none; }
.contact-value a:hover { text-decoration: underline; }

/* ── FOOTER ── */
footer {
  background: var(--dark);
  padding: 2rem;
  text-align: center;
  border-top: 1px solid rgba(201,150,12,0.1);
}
footer p { color: #5A4A2A; font-size: 0.82rem; }
footer a { color: var(--gold-dark); text-decoration: none; }

/* ── SCROLL TO TOP ── */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--dark);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(201,150,12,0.4);
  z-index: 998;
  transition: all 0.3s;
}
.scroll-top.visible { display: flex; }
.scroll-top:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(201,150,12,0.6); }

/* Swara visual bars */
.swara-bar-wrap { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.swara-bar-track { flex: 1; background: rgba(201,150,12,0.1); border-radius: 2px; height: 8px; }
.swara-bar-fill-ida  { width: 60%; background: linear-gradient(90deg,#4A90D9,#7BB8F0); height: 100%; border-radius: 2px; }
.swara-bar-fill-ping { width: 40%; background: linear-gradient(90deg,var(--saffron),var(--gold)); height: 100%; border-radius: 2px; }
.swara-bar-label { color: #8AAA70; font-size: 0.75rem; width: 50px; }

/* Number boxes */
.num-boxes { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.num-box {
  background: rgba(201,150,12,0.12);
  border: 1px solid rgba(201,150,12,0.3);
  padding: 1rem;
  border-radius: 4px;
  width: 70px;
  text-align: center;
}
.num-box-digit { font-family: 'Cinzel', serif; color: #F0C84A; font-size: 1.8rem; font-weight: 700; }
.num-box-label { color: #8AAA70; font-size: 0.65rem; margin-top: 0.2rem; }

/* Akashic list items */
.akashic-list-item {
  background: rgba(201,150,12,0.08);
  border: 1px solid rgba(201,150,12,0.2);
  padding: 0.8rem 1rem;
  border-radius: 3px;
  text-align: left;
}
.akashic-list-item span { color: #F0C84A; font-family: 'Cinzel', serif; font-size: 0.78rem; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 0.5rem 1rem; }
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: rgba(26,18,10,0.98);
    border-top: 1px solid var(--gold-dark);
    padding: 1rem 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid rgba(201,150,12,0.1); }
  .nav-links a { display: block; padding: 0.8rem 2rem; font-size: 0.75rem; }
  .nav-toggle { display: flex; }
  .detail-grid { grid-template-columns: 1fr; gap: 2rem; }
  .detail-grid.reverse { direction: ltr; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .cert-tags { justify-content: center; }
  .hero-stats { gap: 1.5rem; }
  .btn-outline { margin-left: 0; margin-top: 0.8rem; display: inline-block; }
  .hero-logo { width: 100px; height: 100px; }
}
