:root {
  --ink: #281334;
  --purple: #56315f;
  --purple-soft: #8a6f8e;
  --ivory: #f6edc4;
  --cream: #fffaf0;
  --saffron: #c9852c;
  --saffron-dark: #9d5c20;
  --rose: #7a2c42;
  --text: #2a2030;
  --muted: #74677b;
  --line: rgba(86, 49, 95, 0.16);
  --shadow: 0 24px 70px rgba(40, 19, 52, 0.18);
  --heading: 'Cinzel', serif;
  --body: 'Hind', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: var(--body);
  color: var(--text);
  background: radial-gradient(circle at 78% 16%, rgba(137, 111, 142, 0.22), transparent 30%), radial-gradient(circle at 14% 18%, rgba(201, 133, 44, 0.18), transparent 32%), linear-gradient(135deg, #fff8df 0%, #f9edc8 42%, #ead9ba 100%);
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image: linear-gradient(30deg, rgba(86, 49, 95, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(86, 49, 95, 0.055) 87.5%, rgba(86, 49, 95, 0.055)), linear-gradient(150deg, rgba(86, 49, 95, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(86, 49, 95, 0.055) 87.5%, rgba(86, 49, 95, 0.055));
  background-size: 42px 72px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(255, 250, 240, 0.86); border-bottom: 1px solid var(--line); }
.site-header::after { content: ''; display: block; height: 4px; background: repeating-linear-gradient(90deg, var(--saffron) 0 18px, var(--rose) 18px 36px, var(--purple) 36px 54px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img, .footer-brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; box-shadow: 0 10px 26px rgba(40, 19, 52, 0.24); }
.brand strong { display: block; font-family: var(--heading); font-size: 0.9rem; line-height: 1.25; color: var(--ink); letter-spacing: 0.02em; }
.brand span span { display: block; font-size: 0.82rem; color: var(--muted); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 4px; color: var(--ink); font-weight: 600; }
.nav-links a { display: inline-flex; padding: 10px 11px; border-radius: 999px; transition: 180ms ease; }
.nav-links a:hover, .nav-links a.active { background: rgba(86, 49, 95, 0.09); color: var(--rose); }
.menu-toggle { display: none; min-height: 40px; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(86, 49, 95, 0.22); background: var(--cream); color: var(--ink); font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; white-space: nowrap; transition: 200ms ease; cursor: pointer; }
.btn-primary { color: #fffaf0; background: linear-gradient(135deg, var(--ink), var(--purple)); box-shadow: 0 14px 32px rgba(40, 19, 52, 0.24); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(40, 19, 52, 0.30); }
.btn-secondary { color: var(--ink); border-color: rgba(86, 49, 95, 0.24); background: rgba(255, 250, 240, 0.68); }
.audio-widget { position: fixed; right: 22px; bottom: 22px; z-index: 60; }
.audio-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 16px 10px 10px; border: 1px solid rgba(86,49,95,0.18); border-radius: 999px; color: var(--ink); background: rgba(255,250,240,0.9); box-shadow: 0 18px 42px rgba(40,19,52,0.18); font: inherit; font-weight: 800; cursor: pointer; backdrop-filter: blur(14px); }
.audio-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--cream); background: linear-gradient(135deg, var(--rose), var(--purple)); font-family: var(--heading); font-size: 0.8rem; }
.audio-widget.playing .audio-icon { animation: pulseAudio 1.6s ease-in-out infinite; }
.hero { position: relative; padding: 72px 0 42px; }
.hero::before, .hero::after { content: ''; position: absolute; top: 34px; width: 180px; height: 360px; opacity: 0.16; pointer-events: none; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2356315f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M78 30c-18 28-18 60 0 92 20 36 20 75 0 116'/%3E%3Cpath d='M96 30c-18 28-18 60 0 92 20 36 20 75 0 116'/%3E%3Cpath d='M42 260c24-24 68-24 92 0 10 10 10 28 0 38-24 24-68 24-92 0-10-10-10-28 0-38z'/%3E%3Cpath d='M69 34h38M70 238h38M88 20v230'/%3E%3Ccircle cx='88' cy='281' r='20'/%3E%3C/g%3E%3C/svg%3E"); }
.hero::before { left: -48px; }
.hero::after { right: -48px; transform: scaleX(-1); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 54px; align-items: center; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 10px; color: var(--saffron-dark); font-weight: 800; text-transform: uppercase; letter-spacing: 0.09em; font-size: 0.82rem; }
.eyebrow { padding: 8px 14px; border: 1px solid rgba(86, 49, 95, 0.18); border-radius: 999px; color: var(--rose); background: rgba(255, 250, 240, 0.62); }
.eyebrow::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 6px rgba(201, 133, 44, 0.14); }
.section-label::after { content: ''; width: 42px; height: 2px; background: var(--saffron); }
h1, h2, h3 { font-family: var(--heading); color: var(--ink); }
h1 { margin-top: 24px; max-width: 820px; font-size: clamp(2.55rem, 7vw, 5.85rem); line-height: 0.98; letter-spacing: 0; }
h1 span { display: block; color: var(--rose); }
h2 { margin-top: 10px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; }
.hero-copy, .section-head p, .card p, .event-card p, .about-copy, .contact-card p { color: var(--muted); line-height: 1.75; }
.hero-copy { max-width: 650px; margin: 24px 0 30px; font-size: clamp(1.02rem, 2vw, 1.2rem); }
.hero-actions, .trust-line { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { gap: 16px; margin-top: 28px; color: var(--ink); font-weight: 600; }
.trust-line span { display: inline-flex; align-items: center; gap: 8px; }
.trust-line span::before { content: ''; width: 24px; height: 2px; background: var(--saffron); }
.logo-stage { position: relative; min-height: 570px; display: grid; place-items: center; }
.logo-stage .arch { position: absolute; width: min(88%, 500px); height: min(88%, 500px); border: 2px solid rgba(86, 49, 95, 0.18); border-bottom-color: rgba(201, 133, 44, 0.34); border-radius: 50% 50% 22px 22px; transform: translateY(18px); box-shadow: inset 0 0 0 12px rgba(255, 250, 240, 0.25); }
.logo-stage::before { content: ''; position: absolute; width: min(92%, 520px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 250, 240, 0.86) 0 40%, rgba(201, 133, 44, 0.22) 41% 57%, rgba(86, 49, 95, 0.18) 58% 100%); box-shadow: inset 0 0 64px rgba(86, 49, 95, 0.22), var(--shadow); }
.logo-stage::after { content: ''; position: absolute; width: min(70%, 410px); aspect-ratio: 1; border: 1px solid rgba(86, 49, 95, 0.18); border-radius: 50%; animation: slowSpin 28s linear infinite; background: repeating-conic-gradient(from 0deg, transparent 0deg 14deg, rgba(86, 49, 95, 0.08) 15deg 16deg); }
.logo-card { position: relative; width: min(82%, 445px); border-radius: 50%; padding: 14px; background: rgba(255, 250, 240, 0.54); box-shadow: 0 28px 90px rgba(40, 19, 52, 0.26); animation: floatMark 5.5s ease-in-out infinite; }
.logo-card img { width: 100%; border-radius: 50%; }
.instrument-art { position: absolute; left: 50%; bottom: 12px; width: min(82%, 470px); transform: translateX(-50%); color: rgba(86, 49, 95, 0.42); z-index: 2; pointer-events: none; }
.instrument-art svg { width: 100%; filter: drop-shadow(0 12px 22px rgba(40, 19, 52, 0.16)); }
.swara-ring { position: absolute; inset: 20px; border-radius: 50%; z-index: 3; pointer-events: none; animation: slowSpin 40s linear infinite reverse; }
.swara-ring span { position: absolute; left: 50%; top: 50%; width: 34px; margin-left: -17px; margin-top: -17px; color: rgba(40, 19, 52, 0.58); font-family: var(--heading); font-size: 0.82rem; font-weight: 700; text-align: center; transform: rotate(var(--angle)) translateY(-238px) rotate(calc(-1 * var(--angle))); }
.section { padding: 78px 0; position: relative; }
.section::before { content: ''; display: block; width: min(100%, 560px); height: 20px; margin: 0 auto 44px; opacity: 0.58; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 560 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c9852c' stroke-width='2'%3E%3Cpath d='M0 10h208M352 10h208'/%3E%3Cpath d='M236 10c12-12 28-12 40 0-12 12-28 12-40 0zM284 10c12-12 28-12 40 0-12 12-28 12-40 0z'/%3E%3Ccircle cx='280' cy='10' r='4' fill='%237a2c42' stroke='none'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.page-section { min-height: calc(100vh - 250px); }
.page-head { max-width: 980px; margin: 0 auto 46px; text-align: center; }
.page-head .section-label { justify-content: center; }
.page-head h1 { margin: 18px auto 0; max-width: 940px; font-size: clamp(2.35rem, 4.8vw, 4.6rem); text-transform: uppercase; }
.page-head p { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.cards, .events-grid, .gallery-grid, .video-grid { display: grid; gap: 18px; }
.cards { grid-template-columns: repeat(3, 1fr); }
.events-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-grid { grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
.video-grid { grid-template-columns: repeat(2, 1fr); }
.video-card { overflow: hidden; border-radius: 28px; border: 1px solid rgba(86,49,95,0.14); background: rgba(255,250,240,0.72); box-shadow: 0 16px 42px rgba(40,19,52,0.08); }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: rgba(40,19,52,0.12); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.event-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: -8px auto 38px; }
.event-tab { min-height: 46px; padding: 10px 18px; border: 1px solid rgba(86,49,95,0.18); border-radius: 999px; color: var(--ink); background: rgba(255,250,240,0.7); font: inherit; font-weight: 800; cursor: pointer; transition: 180ms ease; }
.event-tab:hover, .event-tab.active { color: var(--cream); background: linear-gradient(135deg, var(--rose), var(--purple)); box-shadow: 0 12px 28px rgba(40,19,52,0.16); }
.event-type-section { margin-top: 54px; }
.event-type-section:first-of-type { margin-top: 0; }
.event-panel { display: none; }
.event-panel.active { display: block; }
.event-type-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(86,49,95,0.16); }
.event-type-head h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.event-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.empty-wide { grid-column: 1 / -1; max-width: 640px; margin: 0 auto; width: 100%; text-align: center; }
.card, .event-card, .contact-card, .admin-card { position: relative; overflow: hidden; padding: 28px; border-radius: 28px; border: 1px solid rgba(86, 49, 95, 0.14); background: rgba(255, 250, 240, 0.72); box-shadow: 0 16px 42px rgba(40, 19, 52, 0.08); transition: 220ms ease; }
.card:hover, .event-card:hover { transform: translateY(-6px); box-shadow: 0 24px 58px rgba(40, 19, 52, 0.14); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--cream); background: linear-gradient(135deg, var(--rose), var(--purple)); font-size: 1.5rem; font-weight: 800; }
.card h3, .event-card h3 { margin-top: 18px; font-size: 1.28rem; }
.heritage-grid, .about-grid, .contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 22px; align-items: stretch; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 22px; align-items: stretch; }
.about-lead-card p + p, .heritage-panel p + p, .about-copy + .about-copy { margin-top: 14px; }
.about-signature-card { display: grid; place-items: center; align-content: center; gap: 16px; padding: 34px; border-radius: 32px; text-align: center; background: radial-gradient(circle, rgba(255,250,240,0.92), rgba(246,237,196,0.74)); border: 1px solid rgba(86,49,95,0.14); box-shadow: 0 20px 54px rgba(40,19,52,0.11); }
.about-signature-card img { width: min(220px, 70%); border-radius: 50%; box-shadow: var(--shadow); }
.about-signature-card h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.about-signature-card p { color: var(--muted); line-height: 1.7; }
.contact-info-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr; gap: 18px; align-items: stretch; }
.contact-card h2 { font-size: clamp(1.35rem, 2.2vw, 2rem); margin-top: 12px; }
.contact-card a { color: var(--rose); font-weight: 800; }
.contact-mark { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--cream); background: linear-gradient(135deg, var(--rose), var(--purple)); font-family: var(--heading); font-weight: 800; }
.heritage-panel, .about-panel { position: relative; overflow: hidden; min-height: 380px; padding: 34px; border-radius: 32px; border: 1px solid rgba(86, 49, 95, 0.14); background: linear-gradient(145deg, rgba(255, 250, 240, 0.82), rgba(246, 237, 196, 0.7)); box-shadow: 0 20px 54px rgba(40, 19, 52, 0.11); }
.objective-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.objective-card { position: relative; min-height: 260px; padding: 24px; border-radius: 26px; background: rgba(255,250,240,0.74); border: 1px solid rgba(86,49,95,0.14); box-shadow: 0 16px 42px rgba(40,19,52,0.08); overflow: hidden; }
.objective-card::after { content: ''; position: absolute; right: -34px; bottom: -38px; width: 120px; height: 120px; border: 16px double rgba(201,133,44,0.16); border-radius: 50%; }
.objective-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--cream); background: linear-gradient(135deg, var(--rose), var(--purple)); font-family: var(--heading); font-weight: 800; }
.objective-card h3 { margin-top: 18px; font-size: 1.15rem; }
.objective-card p { margin-top: 10px; color: var(--muted); line-height: 1.65; }
.about-closing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.heritage-list, .feature-list { display: grid; gap: 12px; }
.feature-list { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
.heritage-item, .feature-list span { padding: 18px 20px; border-radius: 22px; background: rgba(255, 250, 240, 0.76); border: 1px solid rgba(86, 49, 95, 0.14); box-shadow: 0 14px 32px rgba(40, 19, 52, 0.08); }
.about-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f6edc4' stroke-opacity='.09' stroke-width='2'%3E%3Cpath d='M110 16c34 34 34 154 0 188C76 170 76 50 110 16z'/%3E%3Cpath d='M16 110c34-34 154-34 188 0-34 34-154 34-188 0z'/%3E%3Ccircle cx='110' cy='110' r='52'/%3E%3C/g%3E%3C/svg%3E") center/220px repeat, linear-gradient(90deg, rgba(40, 19, 52, 0.94), rgba(86, 49, 95, 0.88)); color: var(--cream); }
.about-band .section-label, .about-band h2, .about-band p { color: var(--cream); }
.about-band .feature-list span { color: var(--ivory); background: rgba(255, 250, 240, 0.08); border-color: rgba(255, 250, 240, 0.13); }
.event-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; color: var(--rose); font-weight: 800; font-size: 0.9rem; }
.event-cover { width: calc(100% + 56px); height: 210px; margin: -28px -28px 22px; object-fit: cover; border-bottom: 1px solid rgba(86,49,95,0.14); }
.event-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 18px; }
.event-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; border: 1px solid rgba(86,49,95,0.14); }
.gallery-filter { display: flex; gap: 12px; flex-wrap: wrap; align-items: end; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,250,240,0.72); }
label { display: grid; gap: 6px; color: var(--ink); font-weight: 800; }
input, select, textarea { width: 100%; padding: 12px 14px; border: 1px solid rgba(86, 49, 95, 0.22); border-radius: 14px; background: var(--cream); color: var(--text); font: inherit; }
textarea { min-height: 120px; resize: vertical; }
.gallery-item { aspect-ratio: 4/3; overflow: hidden; border-radius: 24px; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 14px 32px rgba(40,19,52,0.1); cursor: pointer; padding: 0; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 80px 96px; background: rgba(20, 9, 28, 0.92); }
.lightbox.open { display: flex; }
.lightbox-img { max-width: min(100%, 1100px); max-height: calc(100vh - 190px); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,0.45); object-fit: contain; }
.lightbox-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; color: var(--cream); text-align: center; font-weight: 700; }
.lightbox-close, .lightbox-nav { position: fixed; display: grid; place-items: center; border: 1px solid rgba(255,250,240,0.24); border-radius: 50%; color: var(--cream); background: rgba(255,250,240,0.1); cursor: pointer; }
.lightbox-close { top: 22px; right: 24px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-nav { top: 50%; width: 56px; height: 56px; transform: translateY(-50%); font-size: 2.5rem; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-close:hover, .lightbox-nav:hover { background: var(--saffron); color: var(--ink); }
.site-footer { margin-top: 60px; color: rgba(255,250,240,0.74); background: linear-gradient(135deg, var(--ink), #14091c); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 32px; padding: 56px 0; }
.footer-brand { color: var(--cream); font-family: var(--heading); font-weight: 700; }
.footer-grid h3 { color: var(--ivory); font-size: 1.05rem; margin-bottom: 12px; }
.footer-grid a, .footer-grid p { display: block; margin-top: 8px; color: rgba(255,250,240,0.72); line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 0; color: rgba(255,250,240,0.58); }
.empty { padding: 24px; border-radius: 24px; background: rgba(255,250,240,0.72); border: 1px dashed rgba(86,49,95,0.25); color: var(--muted); }
@keyframes floatMark { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes pulseAudio { 0%, 100% { box-shadow: 0 0 0 0 rgba(201,133,44,0.32); } 50% { box-shadow: 0 0 0 10px rgba(201,133,44,0); } }
@media (max-width: 980px) {
  .hero-grid, .heritage-grid, .about-grid, .about-intro-grid, .about-closing-grid, .contact-grid, .contact-info-grid, .footer-grid { grid-template-columns: 1fr; }
  .objective-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid, .gallery-grid, .event-photo-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-stage { min-height: 480px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 86px; flex-direction: column; align-items: stretch; padding: 16px; border-radius: 24px; background: var(--cream); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 0.78rem; }
  .brand span span { display: none; }
  .hero { padding-top: 46px; }
  .logo-stage { min-height: 360px; }
  .swara-ring { display: none; }
  .cards, .events-grid, .gallery-grid, .event-photo-grid, .video-grid, .feature-list, .objective-grid { grid-template-columns: 1fr; }
  .event-type-head { display: block; }
  .page-head h1 { font-size: clamp(2rem, 10vw, 3.35rem); }
  .lightbox { padding: 72px 18px; }
  .lightbox-nav { width: 44px; height: 44px; font-size: 2rem; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
  .section { padding: 54px 0; }
  .audio-widget { right: 14px; bottom: 14px; }
  .audio-label { display: none; }
  .audio-toggle { padding: 8px; }
  .hero-actions .btn { width: 100%; }
}