:root {
  --maroon: #6f1717;
  --maroon-dark: #3d0b11;
  --saffron: #dc6b1f;
  --gold: #f2bf57;
  --cream: #fff7e7;
  --paper: #fffcf5;
  --ink: #2b1816;
  --muted: #6e5a52;
  --line: rgba(111, 23, 23, 0.16);
  --shadow: 0 30px 70px rgba(71, 19, 13, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.65 "DM Sans", system-ui, sans-serif;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 78px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255, 252, 245, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold); background: var(--maroon);
  font: 400 1.25rem/1 "Yatra One", serif;
  box-shadow: inset 0 0 0 3px var(--maroon), inset 0 0 0 4px rgba(246,193,91,.55);
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { color: var(--maroon); font: 400 1.22rem/1 "Yatra One", serif; letter-spacing: .01em; }
.brand small { margin-top: .2rem; color: var(--saffron); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .9rem; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--saffron); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-call { color: white; background: var(--maroon); padding: .72rem 1.15rem; border-radius: 999px; font-size: .86rem; font-weight: 700; }

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 24% 50%, rgba(242,191,87,.28), transparent 30%),
    linear-gradient(135deg, #fff9e9 0%, #fff5d9 58%, #f6c15b 150%);
  overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0; z-index: -1; opacity: .1;
  background-image: radial-gradient(var(--maroon) .7px, transparent .7px);
  background-size: 19px 19px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}
.hero-copy { padding: clamp(4rem, 8vw, 8.5rem) 3rem clamp(4rem, 7vw, 7rem) clamp(1.5rem, 8vw, 8rem); align-self: center; }
.eyebrow, .kicker {
  color: var(--saffron); font-size: .76rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .21em;
}
.eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: 28px; height: 2px; background: var(--saffron); }
h1, h2, h3 { margin-top: 0; }
h1 {
  max-width: 760px;
  margin: 1.25rem 0 1.5rem;
  color: var(--maroon-dark);
  font: 400 clamp(3.4rem, 6.6vw, 6.7rem)/.96 "Yatra One", serif;
  letter-spacing: -.035em;
}
h1 em, h2 em { color: var(--saffron); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.button {
  min-height: 50px; padding: .82rem 1.2rem; border-radius: 5px;
  display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--maroon); box-shadow: 0 14px 30px rgba(111,23,23,.21); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(111,23,23,.28); }
.button-quiet { color: var(--maroon); border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.hero-notes { max-width: 480px; margin-top: 3rem; display: flex; align-items: center; gap: .75rem; color: var(--maroon); font: 400 1.1rem "Yatra One", serif; opacity: .8; }
.hero-notes i { height: 1px; flex: 1; background: var(--line); }

.hero-visual { position: relative; min-height: 680px; background: var(--maroon); overflow: hidden; }
.hero-visual::before {
  content: ""; position: absolute; inset: 1.2rem;
  border: 1px solid rgba(242,191,87,.42); border-radius: 50% 50% 12px 12px;
}
.portrait-frame { position: absolute; inset: 8% 8% 0; overflow: hidden; border-radius: 48% 48% 0 0; box-shadow: var(--shadow); }
.portrait-frame img { height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.88) contrast(1.03); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(46,6,11,.84)); }
.portrait-caption { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; z-index: 2; color: white; }
.portrait-caption span { display: block; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.portrait-caption strong { display: block; margin-top: .2rem; font: 400 clamp(2rem, 3vw, 3.2rem)/1.1 "Yatra One", serif; }
.tanpura-line { position: absolute; right: 2%; top: 0; color: rgba(242,191,87,.12); font-size: 23rem; transform: rotate(-8deg); }

.section { max-width: 1240px; margin: 0 auto; padding: clamp(5.5rem, 9vw, 9rem) clamp(1.4rem, 4vw, 3rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.section-heading h2 { max-width: 790px; }
h2 { margin-bottom: 0; color: var(--maroon-dark); font: 400 clamp(2.4rem, 4.7vw, 4.5rem)/1.08 "Yatra One", serif; letter-spacing: -.025em; }
.learning-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-grid article { padding: 2.4rem 2.2rem 2.6rem 0; }
.learning-grid article + article { border-left: 1px solid var(--line); padding-left: 2.2rem; }
.count { color: var(--saffron); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.learning-grid h3 { margin: 1.2rem 0 .65rem; color: var(--maroon); font: 400 2rem "Yatra One", serif; }
.learning-grid p { margin: 0; color: var(--muted); }
.performance-photo { margin: 4.5rem 0 0; position: relative; background: var(--maroon-dark); overflow: hidden; }
.performance-photo img { width: 100%; height: auto; aspect-ratio: 1536 / 876; object-fit: contain; }
.performance-photo figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 1.5rem; color: white; background: var(--maroon); }
.performance-photo figcaption span { color: var(--gold); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.performance-photo figcaption strong { font: 400 1.25rem/1.3 "Yatra One", serif; }

.teacher-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.teacher-photo { position: relative; padding: 1rem; background: var(--cream); border: 1px solid var(--line); }
.teacher-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: 52% 28%; }
.photo-seal { position: absolute; right: -2.3rem; bottom: 2rem; width: 110px; height: 110px; border-radius: 50%; background: var(--maroon); color: var(--gold); display: grid; place-content: center; text-align: center; box-shadow: 0 18px 35px rgba(62,7,12,.25); }
.photo-seal span { font: 400 1.8rem "Yatra One", serif; }
.photo-seal small { font-size: .56rem; text-transform: uppercase; letter-spacing: .2em; }
.teacher-copy h2 { margin-top: .7rem; }
.teacher-copy .lead { max-width: 640px; margin: 1.4rem 0; color: var(--maroon); font: 400 1.5rem/1.45 "Yatra One", serif; }
.teacher-copy > p:not(.lead) { max-width: 660px; color: var(--muted); }
.teacher-values { margin-top: 2rem; border-top: 1px solid var(--line); }
.teacher-values div { display: grid; grid-template-columns: 190px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.teacher-values strong { color: var(--maroon); }
.teacher-values span { color: var(--muted); }

.student-story { max-width: 1160px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; padding-top: 2rem; }
.student-copy { padding: clamp(3rem, 6vw, 5.5rem); background: var(--maroon); color: white; }
.student-copy .kicker { color: var(--gold); }
.student-copy h2 { margin-top: .7rem; color: white; }
.student-copy p { max-width: 600px; color: #f1d9cf; font-size: 1.05rem; }
.text-link { display: inline-flex; gap: .6rem; margin-top: 1.3rem; color: var(--gold); font-weight: 700; border-bottom: 1px solid rgba(242,191,87,.45); padding-bottom: .25rem; }
.student-photo { position: relative; min-height: 560px; overflow: hidden; }
.student-photo img { height: 100%; object-fit: cover; object-position: center 43%; }
.student-label { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1rem 1.2rem; color: white; background: rgba(57,8,13,.85); backdrop-filter: blur(8px); }
.student-label span, .student-label strong { display: block; }
.student-label span { color: var(--gold); font-size: .65rem; text-transform: uppercase; letter-spacing: .18em; }
.student-label strong { font: 400 1.45rem "Yatra One", serif; }

.stage-moment { padding-top: 3rem; }
.stage-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 2rem; }
.stage-heading h2 { max-width: 700px; margin-top: .7rem; }
.stage-heading p { max-width: 290px; color: var(--muted); }
.stage-photo { margin: 0; background: var(--cream); }
.stage-photo img { width: 100%; height: auto; aspect-ratio: 1536 / 864; object-fit: contain; }
.stage-photo figcaption { padding: .8rem 1rem; color: var(--muted); font-size: .85rem; text-align: right; }

.details { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; }
.details h2 { margin-top: .8rem; font-size: clamp(2.3rem, 4vw, 3.7rem); }
.detail-list { border-top: 1px solid var(--line); }
.detail-list p { margin: 0; padding: 1.25rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.detail-list span { color: var(--saffron); margin-right: .75rem; }

.contact-section { padding: 0 clamp(1.2rem, 4vw, 4rem) 2rem; }
.contact-card { max-width: 1320px; margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem); color: white; background: linear-gradient(125deg, #3d0b11, #791c18 72%, #9a3417); display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; position: relative; overflow: hidden; }
.contact-card::after { content: "सा"; position: absolute; right: -1rem; bottom: -7rem; color: rgba(242,191,87,.08); font: 400 19rem "Yatra One", serif; }
.kicker.light { color: var(--gold); }
.contact-card h2 { margin-top: .8rem; color: white; }
.contact-card p { max-width: 620px; color: #f0d7cc; }
.contact-actions { display: grid; gap: .9rem; position: relative; z-index: 1; }
.button-gold { background: var(--gold); color: var(--maroon-dark); }
.button-outline { border: 1px solid rgba(255,255,255,.48); color: white; }
.address-row { max-width: 1320px; margin: 0 auto; padding: 1.5rem 0; display: flex; gap: 2rem; justify-content: space-between; color: var(--muted); font-size: .9rem; }
.address-row strong { color: var(--maroon); }

footer { padding: 3rem clamp(1.4rem, 5vw, 5rem); background: #24090d; color: #ceb8af; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .82rem; }
.footer-brand .brand-mark { background: var(--gold); color: var(--maroon); }
.footer-brand .brand strong { color: white; }
.footer-brand strong { color: white; }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 30; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 28px rgba(21,92,48,.3); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 29px; fill: white; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 4rem; }
  .hero-visual { min-height: 670px; }
  .teacher-section, .student-story, .details, .contact-card { grid-template-columns: 1fr; }
  .teacher-photo { max-width: 590px; }
  .student-photo { min-height: 650px; }
  .details { gap: 3rem; }
  .stage-heading { align-items: start; }
  .contact-card { gap: 2rem; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; padding: .7rem 1rem; }
  .header-call { display: none; }
  .brand strong { font-size: 1.05rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4.3rem 1.25rem 3.5rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: .38rem; }
  .hero-visual { min-height: 540px; }
  .portrait-frame { inset: 7% 5% 0; }
  .portrait-caption { left: 1.2rem; bottom: 1.3rem; }
  .section { padding: 5rem 1.25rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: .8rem; }
  .learning-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .learning-grid article, .learning-grid article + article { padding: 1.6rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .learning-grid article:last-child { border-bottom: 0; }
  .performance-photo { margin-top: 2.8rem; }
  .performance-photo figcaption { display: block; padding: 1rem; }
  .performance-photo figcaption strong { display: block; margin-top: .35rem; }
  .photo-seal { right: -.3rem; bottom: 1.5rem; width: 90px; height: 90px; }
  .teacher-values div { grid-template-columns: 1fr; gap: .15rem; }
  .student-story { padding: 0 1.25rem 5rem; }
  .student-copy { padding: 3rem 1.5rem; }
  .student-photo { min-height: 500px; }
  .stage-moment { padding-top: 0; }
  .stage-heading { display: block; }
  .stage-heading p { max-width: none; }
  .contact-section { padding-inline: .75rem; }
  .contact-card { padding: 3rem 1.35rem; }
  .address-row { display: grid; gap: .35rem; padding-inline: .7rem; }
  footer { display: grid; justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
