/* Bhisajya Masterclass — single-page theme styles */

:root {
	--bg: #fcfbf8;
	--fg: #1f1d3a;
	--muted: #5a5775;
	--pink: #f7d9e3;
	--blue: #e7eef9;
	--cream: #fbf7ee;
	--cta: #d93a8e;
	--cta-hover: #c12f7c;
	--accent: #e8893a;
	--footer: #1a1830;
	--footer-fg: #efefef;
	--card: #ffffff;
	--radius: 16px;
	--shadow: 0 4px 16px rgba(20, 20, 60, 0.06);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	color: var(--fg);
	background: var(--bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; margin: 0 0 .5em; color: var(--fg); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }
.left { text-align: left; }
.mt-md { margin-top: 1.25rem; }
.mt-lg { margin-top: 2.5rem; }
.bold { font-weight: 700; }
.italic { font-style: italic; }

/* HERO */
.hero {
	background: var(--cream);
	padding: 64px 0 56px;
	text-align: center;
}
.hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
.hero-title .accent { color: var(--accent); }
.hero-sub { max-width: 640px; margin: 1.25rem auto 0; color: var(--muted); font-size: 1.05rem; }

.pill-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 2rem 0; }
.pill {
	background: var(--blue);
	padding: 10px 22px;
	border-radius: 14px;
	min-width: 140px;
	display: flex;
	flex-direction: column;
}
.pill-label { font-size: 10px; letter-spacing: .1em; color: var(--muted); font-weight: 700; }
.pill-value { font-size: .9rem; font-weight: 700; margin-top: 2px; }

.hero-image { max-width: 820px; margin: 2rem auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-note { max-width: 620px; margin: 1.5rem auto 0; color: var(--muted); font-size: .95rem; }

/* CTA BUTTON */
.cta-btn {
	display: inline-block;
	background: var(--cta);
	color: #fff !important;
	text-decoration: none;
	padding: 14px 36px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 1rem;
	box-shadow: 0 6px 18px rgba(217, 58, 142, 0.35);
	transition: background .2s ease, transform .15s ease;
}
.cta-btn:hover, .cta-btn:focus { background: var(--cta-hover); transform: translateY(-1px); }

/* SECTIONS */
.section { padding: 80px 0; }
.section-pink { background: var(--pink); }
.section-blue { background: var(--blue); }
.section-cream { background: var(--cream); }

.section-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; font-weight: 700; }
.section-title.left { text-align: left; }
.section-sub { text-align: center; color: var(--muted); max-width: 620px; margin: .5rem auto 0; }

/* GRIDS */
.grid { display: grid; gap: 22px; margin-top: 2.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.card {
	background: var(--card);
	border-radius: var(--radius);
	padding: 22px;
	box-shadow: var(--shadow);
}
.card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: .35rem; }
.card-body { font-size: .92rem; color: var(--muted); margin: 0; }

.learn-card {
	background: var(--card);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}
.learn-card img { width: 100%; height: 220px; object-fit: cover; }
.learn-card-body { padding: 18px; }

/* TESTIMONIALS */
.testimonial {
	background: rgba(255, 255, 255, 0.7);
	border-radius: var(--radius);
	padding: 24px;
	text-align: center;
	box-shadow: var(--shadow);
}
.avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin: 0 auto; }
.testimonial-quote { font-style: italic; margin-top: 14px; font-size: .95rem; }
.testimonial-name { font-size: .8rem; font-weight: 600; color: var(--muted); margin-top: 12px; }

/* ABOUT */
.subheading { font-size: 1.4rem; font-weight: 600; margin-top: .5rem; }
.block-heading { font-size: 1.5rem; margin-top: 2.25rem; font-weight: 700; }
.award-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.award-list li { margin-bottom: 1rem; color: var(--muted); }
.mission {
	border-left: 4px solid var(--cta);
	padding: .5rem 0 .5rem 1rem;
	margin: 1rem 0 .25rem;
	font-style: italic;
	color: var(--muted);
}
.mission-attrib { font-weight: 600; font-size: .9rem; margin: 0; }
.founder-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; margin-top: 3rem; }
.founder-row img { max-height: 360px; width: auto; }
.founder-row img:first-child { background: var(--pink); border-radius: 50%; padding: 8px; }

/* AWARDS GALLERY */
.award-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.award-gallery img { width: 100%; height: 280px; object-fit: cover; }

/* FAQ */
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
	background: var(--card);
	border-radius: 12px;
	padding: 16px 20px;
	box-shadow: var(--shadow);
}
.faq-item summary {
	cursor: pointer;
	font-weight: 600;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	outline: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: .75rem 0 0; color: var(--muted); font-size: .92rem; }
.faq-toggle { color: var(--cta); font-size: 1.3rem; transition: transform .2s ease; }
.faq-item[open] .faq-toggle { transform: rotate(45deg); }

/* FINAL CTA */
.final-logo { margin: 2.5rem auto 1rem; }

/* FOOTER */
.site-footer { background: var(--footer); color: var(--footer-fg); padding: 40px 20px; text-align: center; }
.footer-copy { font-weight: 600; margin: 0 0 1rem; }
.footer-disclaimer { font-size: .75rem; opacity: .8; max-width: 880px; margin: 0 auto; line-height: 1.5; }

/* RESPONSIVE */
@media (max-width: 900px) {
	.grid-3 { grid-template-columns: repeat(2, 1fr); }
	.award-gallery { grid-template-columns: 1fr; }
	.award-gallery img { height: 220px; }
}
@media (max-width: 640px) {
	.section { padding: 56px 0; }
	.hero { padding: 48px 0 40px; }
	.grid-2, .grid-3 { grid-template-columns: 1fr; }
	.pill { min-width: 0; flex: 1 1 45%; }
	.learn-card img { height: 180px; }
	.cta-btn { padding: 12px 28px; }
}
