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

:root {
  --saffron: #D4521A;
  --saffron-light: #F07840;
  --saffron-pale: #FDF3E7;
  --gold: #B8780A;
  --gold-light: #EDB84A;
  --gold-pale: #FFF8E7;
  --ink: #180E04;
  --ink-light: #3D2810;
  --muted: #7A6050;
  --card: #FFFFFF;
  --bg: #FDFAF5;
  --border: #EDD9B8;
  --nav-bg: #160C02;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 2px 12px rgba(24,14,4,0.08);
  --shadow-md: 0 6px 24px rgba(24,14,4,0.12);
  --shadow-lg: 0 16px 48px rgba(24,14,4,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.65; font-size: 16px; }
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
p { line-height: 1.75; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.5rem; }

/* HEADER */
.site-header { background: var(--nav-bg); position: sticky; top: 0; z-index: 200; border-bottom: 2px solid var(--saffron); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1.5rem; max-width: 1160px; margin: 0 auto; gap: 1rem; position: relative; }
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--gold-light); object-fit: cover; }
.logo-text .name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 700; color: #fff; display: block; line-height: 1.15; }
.logo-text .tagline { font-size: 0.68rem; color: var(--gold-light); letter-spacing: 0.04em; display: block; }

.navbar { display: flex; align-items: center; }
.nav-item { position: relative; }
.nav-item > a, .nav-item > button.nav-link {
  display: flex; align-items: center; gap: 4px;
  color: rgba(255,255,255,0.78); font-weight: 500; font-size: 0.88rem;
  padding: 0.55rem 0.85rem; border-radius: 8px;
  transition: color 0.2s, background 0.2s; cursor: pointer; white-space: nowrap;
  background: none; border: none; font-family: inherit;
}
.nav-item > a:hover, .nav-item > button.nav-link:hover,
.nav-item > a.active { color: var(--gold-light); background: rgba(255,255,255,0.07); }
.nav-arrow { font-size: 0.55rem; opacity: 0.6; transition: transform 0.2s; margin-left: 2px; }
.nav-item:hover .nav-arrow { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: 100%; left: 0;
  padding-top: 10px;
  background: transparent;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s; pointer-events: none;
  min-width: 220px;
}
.dropdown-inner {
  background: #1E1208; border: 1px solid rgba(212,82,26,0.35);
  border-radius: 12px; padding: 0.45rem;
  box-shadow: 0 14px 40px rgba(0,0,0,0.5);
}
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: all; }
.dropdown a {
  display: flex; align-items: center; gap: 10px;
  padding: 0.62rem 0.9rem; border-radius: 8px;
  color: rgba(255,255,255,0.72); font-size: 0.84rem; font-weight: 500;
  transition: background 0.15s, color 0.15s;
}
.dropdown a:hover { background: rgba(212,82,26,0.18); color: var(--gold-light); }
.dropdown a .di { font-size: 1rem; width: 22px; text-align: center; flex-shrink: 0; }
.dropdown-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 0.3rem 0.5rem; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; color: #fff; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }

/* HERO */
.hero { background: linear-gradient(140deg, #1E0E00 0%, #2E1800 45%, #160A00 100%); padding: 5.5rem 1.5rem 5rem; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(212,82,26,0.22) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: 'ॐ'; position: absolute; right: 6%; top: 50%; transform: translateY(-50%); font-size: 18rem; color: rgba(255,255,255,0.025); font-family: 'Cormorant Garamond', serif; pointer-events: none; line-height: 1; }
.hero-badge { display: inline-block; background: rgba(212,82,26,0.18); border: 1px solid rgba(212,82,26,0.45); color: var(--saffron-light); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.38rem 1rem; border-radius: 999px; margin-bottom: 1.25rem; }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.75rem); color: #fff; margin-bottom: 0.9rem; }
.hero h1 span { color: var(--gold-light); }
.hero-sub { font-size: clamp(0.95rem, 2vw, 1.1rem); color: rgba(255,255,255,0.62); max-width: 580px; margin: 0 auto 0.75rem; }
.hero-devanagari { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--gold-light); margin-bottom: 2rem; letter-spacing: 0.04em; opacity: 0.85; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.page-hero { padding: 3.5rem 1.5rem 3rem; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); color: #fff; margin-bottom: 0.6rem; }
.page-hero h1 span { color: var(--gold-light); }
.page-hero p { color: rgba(255,255,255,0.6); font-size: 0.98rem; max-width: 540px; margin: 0 auto; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 6px; background: var(--saffron); color: #fff; padding: 0.75rem 1.6rem; border-radius: 10px; font-weight: 600; font-size: 0.92rem; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 14px rgba(212,82,26,0.38); border: none; cursor: pointer; font-family: inherit; }
.btn:hover { background: #B83E0E; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(212,82,26,0.45); }
.btn-outline { background: transparent; border: 2px solid var(--saffron); color: var(--saffron); box-shadow: none; }
.btn-outline:hover { background: var(--saffron); color: #fff; }
.btn-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.28); box-shadow: none; }
.btn-ghost:hover { background: rgba(255,255,255,0.18); transform: translateY(-1px); }
.btn-gold { background: var(--gold); box-shadow: 0 4px 14px rgba(184,120,10,0.35); }
.btn-gold:hover { background: #9A6408; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.83rem; border-radius: 8px; }

/* SECTIONS */
.section { padding: 5rem 0; }
.section-alt { background: #FFF8EE; }
.section-dark { background: var(--nav-bg); color: #fff; }
.section-label { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--saffron); margin-bottom: 0.5rem; }
.section-dark .section-label { color: var(--gold-light); }
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.5rem); color: var(--ink); margin-bottom: 0.75rem; }
.section-dark .section-title { color: #fff; }
.section-subtitle { font-size: 1rem; color: var(--muted); max-width: 600px; line-height: 1.75; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.55); }
.section-head { margin-bottom: 3rem; }
.section-head.centered { text-align: center; }
.section-head.centered .section-subtitle { margin: 0 auto; }
.section-head.centered .divider { margin: 0.85rem auto 0; }
.divider { width: 48px; height: 3px; background: linear-gradient(90deg, var(--saffron), var(--gold-light)); border-radius: 2px; margin-top: 0.85rem; }

/* CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.35rem; }
.cards-grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.85rem; box-shadow: var(--shadow); transition: transform 0.22s, box-shadow 0.22s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-top-bar { height: 3px; background: linear-gradient(90deg, var(--saffron), var(--gold-light)); border-radius: 2px; margin-bottom: 1.25rem; }
.card-icon { font-size: 2rem; margin-bottom: 0.85rem; }
.card h4 { font-size: 1.15rem; color: var(--ink); margin-bottom: 0.5rem; }
.card p { font-size: 0.92rem; color: var(--muted); }
.card-dark { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.card-dark h4 { color: #fff; }
.card-dark p { color: rgba(255,255,255,0.55); }
.card-dark:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }

/* PILL */
.pill { display: inline-flex; align-items: center; gap: 5px; border: 1.5px solid var(--saffron); color: var(--saffron); padding: 0.38rem 0.85rem; border-radius: 999px; font-size: 0.83rem; font-weight: 600; margin-top: 1rem; transition: all 0.2s; }
.pill:hover { background: var(--saffron); color: #fff; }

/* STATS BAR */
.stats-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); border-top: 1px solid rgba(255,255,255,0.08); }
.stat-item { padding: 2.25rem 1.5rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-item:last-child { border-right: none; }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--gold-light); line-height: 1; display: block; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.48); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.35rem; display: block; }

/* SHAKHA CARDS */
.shakha-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.25rem; }
.shakha-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem 1.75rem; box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s; display: flex; gap: 1rem; align-items: flex-start; }
.shakha-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.shakha-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--saffron); flex-shrink: 0; margin-top: 6px; box-shadow: 0 0 0 4px rgba(212,82,26,0.15); }
.shakha-card h4 { font-size: 1.05rem; margin-bottom: 0.25rem; color: var(--ink); }
.shakha-card .s-meta { font-size: 0.86rem; color: var(--muted); margin-bottom: 0.2rem; display: flex; align-items: center; gap: 5px; }
.shakha-tag { display: inline-block; background: var(--saffron-pale); color: var(--saffron); border-radius: 6px; font-size: 0.74rem; font-weight: 600; padding: 0.15rem 0.5rem; margin-top: 0.4rem; margin-right: 0.3rem; }

/* ACCORDION */
.accordion { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-item:last-child { border-bottom: none; }
.accordion-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; background: var(--card); border: none; cursor: pointer; text-align: left; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--ink); font-weight: 600; transition: background 0.15s; gap: 1rem; }
.accordion-btn:hover { background: var(--saffron-pale); }
.accordion-btn.open { background: var(--saffron-pale); color: var(--saffron); }
.accordion-chevron { font-size: 0.7rem; transition: transform 0.25s; flex-shrink: 0; }
.accordion-btn.open .accordion-chevron { transform: rotate(180deg); }
.accordion-body { display: none; padding: 0 1.5rem 1.5rem; background: var(--card); }
.accordion-body.open { display: block; animation: fadeDown 0.2s ease; }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.accordion-body p { font-size: 0.93rem; color: var(--muted); line-height: 1.75; }

/* TIMELINE */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before { content: ''; position: absolute; left: 6px; top: 4px; bottom: 4px; width: 2px; background: linear-gradient(to bottom, var(--saffron), var(--gold-light)); border-radius: 2px; }
.timeline-item { position: relative; margin-bottom: 2.25rem; }
.timeline-item::before { content: ''; position: absolute; left: -1.85rem; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--saffron); border: 2px solid var(--bg); box-shadow: 0 0 0 3px rgba(212,82,26,0.2); }
.timeline-year { font-size: 0.73rem; font-weight: 600; color: var(--saffron); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.3rem; display: block; }
.timeline-item h4 { font-size: 1.05rem; color: var(--ink); margin-bottom: 0.3rem; }
.timeline-item p { font-size: 0.9rem; color: var(--muted); }

/* TWO COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; gap: 2rem; } }

/* QUOTE */
.quote-block { background: linear-gradient(135deg, var(--saffron-pale), var(--gold-pale)); border-left: 4px solid var(--saffron); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; padding: 1.75rem 2rem; margin: 2rem 0; }
.quote-block blockquote { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-style: italic; color: var(--ink-light); line-height: 1.6; }
.quote-block cite { display: block; margin-top: 0.75rem; font-size: 0.82rem; color: var(--muted); font-style: normal; font-weight: 600; }

/* GALLERY */
.gallery-embed-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.gallery-embed-wrap iframe { display: block; width: 100%; height: 600px; border: 0; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1.25fr 0.9fr; gap: 2rem; align-items: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.78rem; font-weight: 600; color: var(--ink-light); letter-spacing: 0.04em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { padding: 0.72rem 1rem; border: 1.5px solid var(--border); border-radius: 10px; font: inherit; font-size: 0.92rem; background: #FDFAF5; color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(212,82,26,0.1); }
.form-field textarea { min-height: 135px; resize: vertical; }
.contact-sidebar { display: flex; flex-direction: column; gap: 1.25rem; }
.detail-item { display: flex; gap: 14px; align-items: flex-start; }
.detail-icon { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--saffron-pale), #FFE4C0); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; border: 1px solid var(--border); }
.detail-item .d-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.detail-item .d-value { font-size: 0.92rem; color: var(--ink); margin-top: 2px; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.map-embed iframe { display: block; width: 100%; height: 220px; border: 0; }
.map-footer { padding: 0.7rem 1rem; background: var(--bg); border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.map-footer .addr { font-size: 0.82rem; color: var(--muted); }

/* CTA */
.cta-band { background: linear-gradient(135deg, #1E0E00, #2E1800); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(212,82,26,0.22) 0%, transparent 70%); }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 0.75rem; position: relative; }
.cta-band p { color: rgba(255,255,255,0.58); margin-bottom: 2rem; position: relative; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* FOOTER */
.site-footer { background: #0E0800; color: rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-top { padding: 3.5rem 1.5rem 2.5rem; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand .f-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: #fff; display: block; margin-bottom: 0.35rem; }
.footer-brand .f-tagline { font-size: 0.75rem; color: var(--gold-light); display: block; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.84rem; line-height: 1.7; }
.footer-col h5 { font-family: 'Cormorant Garamond', serif; font-size: 0.88rem; color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 0.83rem; color: rgba(255,255,255,0.45); margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.25rem 1.5rem; max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: var(--gold-light); }

/* INFO BOX */
.info-box { background: var(--saffron-pale); border: 1px solid rgba(212,82,26,0.22); border-radius: var(--radius); padding: 1.1rem 1.4rem; font-size: 0.9rem; color: var(--ink-light); display: flex; gap: 0.85rem; align-items: flex-start; margin-bottom: 2rem; }
.info-box .ib-icon { font-size: 1.15rem; flex-shrink: 0; }

/* IMPACT NUMBERS */
.impact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.25rem; }
.impact-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; text-align: center; box-shadow: var(--shadow); }
.impact-number { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--saffron); line-height: 1; display: block; }
.impact-label { font-size: 0.84rem; color: var(--muted); margin-top: 0.4rem; display: block; }

/* RESPONSIVE */
@media (max-width: 1020px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .form-field.full { grid-column: 1; } }
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .navbar { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--nav-bg); flex-direction: column; padding: 0.75rem 1rem 1rem; border-top: 1px solid rgba(255,255,255,0.08); align-items: flex-start; }
  .navbar.open { display: flex; }
  .nav-item { width: 100%; }
  .nav-item > a, .nav-item > button.nav-link { width: 100%; padding: 0.65rem 1rem; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; padding-top: 0; display: none; pointer-events: all; }
  .dropdown-inner { box-shadow: none; border: none; background: rgba(255,255,255,0.04); border-radius: 8px; margin: 0.15rem 0 0.25rem 1rem; padding: 0.2rem; }
  .nav-item.mob-open .dropdown { display: block; }
  .site-header { position: relative; }
  .header-inner { position: relative; }
  .hero::after { display: none; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .section { padding: 3.5rem 0; }
  .hero { padding: 3.5rem 1rem 3rem; }
  .gallery-embed-wrap iframe { height: 420px; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
}
