:root {
  --bg: #fffdf8;
  --surface: #ffffff;
  --text: #2d3748;
  --muted: #5f6b7a;
  --yellow: #ffe08a;
  --mint: #d8f5e3;
  --sky: #d9edff;
  --orange: #ffd9b3;
  --accent: #f4b400;
  --radius: 18px;
  --shadow: 0 10px 24px rgba(25, 38, 60, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fffefb 0%, #f9fcff 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1100px, 92%); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #edf2f7;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .8rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; font-weight: 700; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.menu-toggle {
  border: 0; background: var(--sky); border-radius: 12px; padding: .5rem .65rem; font-size: 1.2rem;
}
.nav-links { display: none; flex-direction: column; gap: .5rem; padding: .8rem 0 1rem; }
.nav-links a { padding: .5rem .75rem; border-radius: 10px; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { background: var(--mint); }
.nav-links.open { display: flex; }
.banner {
  background: linear-gradient(90deg, var(--yellow), var(--orange));
  text-align: center; padding: .55rem 1rem; font-weight: 600;
}
main { padding: 1.5rem 0 3rem; }
.hero { display: grid; gap: 1.2rem; align-items: center; margin: 1.2rem 0 2rem; }
.hero-card {
  background: var(--surface); border-radius: var(--radius); padding: 1.4rem;
  box-shadow: var(--shadow);
}
.hero h1 { line-height: 1.25; font-size: clamp(1.7rem, 4vw, 2.6rem); margin: 0 0 .8rem; }
.hero p { color: var(--muted); margin: 0; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.btn {
  display: inline-block; border-radius: 999px; padding: .8rem 1.2rem;
  font-weight: 600; border: 2px solid transparent;
}
.btn-primary { background: var(--accent); color: #1f2937; }
.btn-secondary { background: var(--mint); color: #1f2937; }
.btn-outline { border-color: #d4dce6; background: white; }
.section { margin-top: 2rem; }
.section h2 { font-size: clamp(1.35rem, 3vw, 2rem); margin-bottom: .8rem; }
.grid { display: grid; gap: 1rem; }
.card {
  background: var(--surface); border-radius: var(--radius); padding: 1rem;
  box-shadow: var(--shadow);
}
.section-lead { color: var(--muted); margin: -0.35rem 0 1rem; max-width: 42rem; }
.text-link {
  color: #b45309;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text-link:hover { color: #92400e; }
.faq-list { margin: 0; }
.faq-list dt { font-weight: 600; margin-top: 1rem; color: var(--text); }
.faq-list dt:first-child { margin-top: 0; }
.faq-list dd { margin: 0.35rem 0 0; color: var(--muted); padding: 0; }
.menu-note { margin-top: 1rem; }
.menu-note p { margin: 0; color: var(--muted); }

.meet-pratiksha {
  position: relative;
  display: grid;
  gap: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(244, 180, 0, 0.18);
  border-radius: 28px;
  padding: clamp(1.1rem, 4vw, 2.4rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 224, 138, 0.52), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(216, 245, 227, 0.65), transparent 24%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(217, 237, 255, 0.48));
  box-shadow: 0 18px 45px rgba(25, 38, 60, 0.11);
}
.meet-pratiksha::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  pointer-events: none;
}
.meet-pratiksha__photo-wrap {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}
.meet-pratiksha__accent {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  animation: float-soft 8s ease-in-out infinite;
}
.meet-pratiksha__accent--sun {
  width: 12rem;
  height: 12rem;
  top: 0.3rem;
  left: 0.2rem;
  background: rgba(255, 224, 138, 0.7);
}
.meet-pratiksha__accent--mint {
  width: 15rem;
  height: 15rem;
  right: 0;
  bottom: 0.2rem;
  background: rgba(216, 245, 227, 0.78);
  animation-delay: -3s;
}
.meet-pratiksha__photo-card {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background: white;
  box-shadow: 0 20px 42px rgba(45, 55, 72, 0.16);
  transform: rotate(-2deg);
}
.meet-pratiksha__photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 58% 42%;
}
.meet-pratiksha__photo-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 999px;
  padding: .65rem .85rem;
  background: rgba(255, 255, 255, 0.88);
  color: #7a4c00;
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 22px rgba(25, 38, 60, 0.1);
}
.meet-pratiksha__content {
  position: relative;
  z-index: 1;
}
.meet-pratiksha__eyebrow {
  background: rgba(255, 224, 138, 0.72);
  color: #7a4c00;
  font-weight: 700;
}
.meet-pratiksha h2 {
  margin: .65rem 0 .8rem;
  line-height: 1.1;
  font-size: clamp(2rem, 5vw, 3.25rem);
}
.meet-pratiksha__bio {
  display: grid;
  gap: .8rem;
  color: var(--muted);
}
.meet-pratiksha__bio p {
  margin: 0;
}
.meet-pratiksha__bio strong {
  color: var(--text);
  font-size: 1.08rem;
}
.meet-pratiksha__quote {
  margin: 1.2rem 0;
  border-left: 6px solid var(--accent);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  color: #6b4600;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(25, 38, 60, 0.08);
}
.meet-pratiksha__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.meet-pratiksha__badges span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid rgba(212, 220, 230, 0.85);
  border-radius: 999px;
  padding: .55rem .8rem;
  background: rgba(255, 255, 255, 0.82);
  color: #384252;
  font-size: .88rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(25, 38, 60, 0.06);
}
.meet-pratiksha__actions {
  margin-top: 1.25rem;
}
@keyframes float-soft {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0.45rem, -0.65rem, 0) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .meet-pratiksha__accent { animation: none; }
}

.schedule-list {
  display: grid;
  gap: .75rem;
}
.schedule-item {
  display: grid;
  gap: .25rem;
  align-items: center;
  background: var(--surface);
  border-left: 6px solid var(--accent);
  border-radius: 14px;
  padding: .9rem 1rem;
  box-shadow: var(--shadow);
}
.schedule-item time {
  color: #7a4c00;
  font-weight: 700;
}
.schedule-item span {
  color: var(--text);
  font-weight: 500;
}
.badge { display: inline-block; background: var(--sky); border-radius: 999px; padding: .2rem .6rem; font-size: .8rem; }
.trust-item h3 { margin: .4rem 0; }
.gallery-grid { grid-template-columns: repeat(2, 1fr); }
.gallery-grid img { border-radius: 14px; aspect-ratio: 4/3; object-fit: cover; }

.instagram-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  justify-items: center;
}
.instagram-grid .instagram-media {
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.instagram-grid .instagram-embed-fallback {
  display: grid;
  place-items: center;
  min-height: 200px;
  border-radius: var(--radius);
  padding: 1.25rem;
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
  color: var(--muted);
  font-weight: 500;
}
.instagram-grid .instagram-embed-fallback a {
  color: #b45309;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.videos-section .section-header { margin-bottom: 1.25rem; }
.videos-section .section-subtitle {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--text);
}
.videos-section .section-description {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.6;
}
.videos-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.video-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  padding: 0;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #111827;
  border-radius: var(--radius);
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-placeholder {
  display: grid;
  place-items: center;
  min-height: 140px;
  aspect-ratio: 4/3;
  border: 2px dashed #d4dce6;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 224, 138, 0.35), rgba(217, 237, 255, 0.55));
  color: var(--muted);
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.table-wrap { overflow-x: auto; border-radius: 14px; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; background: white; }
th, td { padding: .9rem; border-bottom: 1px solid #edf2f7; text-align: left; }
th { background: var(--sky); }
form { display: grid; gap: .9rem; }
label { font-weight: 500; font-size: .95rem; }
input, textarea {
  width: 100%; padding: .75rem .85rem; border-radius: 12px; border: 1px solid #d8e0ea;
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
.success {
  display: none; padding: .8rem; border-radius: 12px; background: #ecfdf3; border: 1px solid #88e0b2;
}
.site-footer {
  background: #1f2937; color: #e5e7eb; padding: 1.6rem 0; margin-top: 2rem;
}
.site-footer .footer-grid span:not(.social-links) a {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-grid { display: grid; gap: .45rem; font-size: .95rem; }
.social-links { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.social-links a { color: var(--yellow); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.social-links a:hover { color: var(--orange); }
.fade-in { opacity: 0; transform: translateY(18px); transition: .5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
@media (min-width: 768px) {
  .menu-toggle { display: none; }
  .nav-links { display: flex !important; flex-direction: row; align-items: center; gap: .4rem; padding: 0; }
  .hero { grid-template-columns: 1.2fr .8fr; }
  .meet-pratiksha { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
  .schedule-item { grid-template-columns: 11rem 1fr; gap: 1rem; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .videos-grid { grid-template-columns: repeat(3, 1fr); }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); align-items: start; }
}

.gallery-item { margin: 0; }
.gallery-item figcaption { font-size: .78rem; color: var(--muted); margin-top: .35rem; }
.mobile-sticky-cta { display:none; }
iframe { width:100%; min-height:280px; border:0; border-radius:14px; }
@media (max-width: 768px) {
  .mobile-sticky-cta {
    display:block; position:fixed; bottom:14px; left:50%; transform:translateX(-50%);
    background: var(--accent); color:#1f2937; font-weight:700; padding:.75rem 1.2rem; border-radius:999px;
    box-shadow: 0 10px 24px rgba(25,38,60,.2); z-index:1100;
  }
}
