:root {
  --sage: #6f8b70;
  --sage-dark: #315c3d;
  --sage-light: #dfe7df;
  --sand: #efe4d3;
  --sand-soft: #fffaf2;
  --white: #ffffff;
  --mist: #f8f1e9;
  --ink: #4c433b;
  --muted: #7a7068;
  --line: rgba(92, 78, 55, 0.14);
  --gold: #c6a765;
  --lavender: #f1e8f0;
  --shadow: 0 24px 70px rgba(65, 50, 34, 0.13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.9), transparent 28%),
    radial-gradient(circle at 90% 70%, rgba(232, 203, 214, 0.16), transparent 30%),
    linear-gradient(180deg, var(--sand), #fffaf3);
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.india-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2.4vw, 32px);
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  font-size: 0.88rem;
}

.india-nav a {
  color: var(--sage-dark);
  background: rgba(255, 250, 242, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 8px 18px rgba(83, 67, 47, 0.06);
  transition: opacity 180ms ease, color 180ms ease;
}

.india-nav a:hover,
.india-nav a:focus-visible {
  color: var(--sage);
  opacity: 1;
}

.india-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 190px);
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.india-hero__media,
.india-hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.india-hero__media {
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.india-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21, 28, 24, 0.74), rgba(21, 28, 24, 0.22) 58%, rgba(21, 28, 24, 0.34)),
    linear-gradient(180deg, rgba(21, 28, 24, 0.2), rgba(21, 28, 24, 0.62));
}

.india-hero__content {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(96px, 14vh, 150px) 0 clamp(56px, 10vh, 112px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.india-hero h1,
.section h2,
.closing-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.india-hero h1 {
  max-width: 820px;
  font-size: clamp(3.5rem, 12vw, 8.5rem);
}

.india-hero h1 span {
  display: block;
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.hero-dates,
.hero-place {
  margin: 14px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-place {
  color: rgba(255, 255, 255, 0.84);
}

.hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 2vw, 1.26rem);
}

.hero-actions,
.investment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  background: var(--sage);
}

.india-hero .btn.light,
.section .btn.light,
.faq-section .btn.light,
.investment-card .btn.light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.5);
}

.section .btn.light,
.faq-section .btn.light {
  background: var(--white);
  border-color: var(--line);
}

.investment-card .btn.ghost {
  color: var(--sage-dark);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.45);
}

.section {
  padding: clamp(72px, 10vw, 136px) 0;
}

.section-muted {
  background: var(--mist);
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.split,
.image-split,
.include-grid,
.reserve-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.image-split {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
}

.image-split--reverse {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
}

.section-copy h2,
.section-heading h2,
.investment-card h2,
.closing-section h2 {
  max-width: 850px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.section-copy p,
.section-heading p,
.investment-card p,
.closing-content p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.section-copy p {
  max-width: 680px;
}

.soft-panel,
.teacher-card,
.not-included,
.reserve-form,
.investment-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.soft-panel {
  padding: clamp(24px, 4vw, 44px);
  background: linear-gradient(135deg, var(--white), var(--sand-soft));
}

.check-list,
.not-included ul,
.timeline-content ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.not-included li,
.timeline-content li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before,
.timeline-content li::before {
  position: absolute;
  left: 0;
  top: 0.08em;
  color: var(--sage);
  content: "✓";
  font-weight: 700;
}

.not-included li::before {
  position: absolute;
  left: 2px;
  color: var(--gold);
  content: "·";
  font-weight: 700;
}

.compact {
  gap: 9px;
  font-size: 0.96rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 9px 13px;
  color: var(--sage-dark);
  background: var(--sage-light);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.image-frame,
.academy-card {
  margin: 0;
}

.image-frame img,
.academy-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.academy-card {
  display: grid;
  gap: 22px;
}

.academy-card .check-list {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.teacher-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.teacher-card {
  display: grid;
  gap: 26px;
  padding: clamp(24px, 4vw, 42px);
}

.teacher-role {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.teacher-card h3,
.experience-card h3,
.timeline-content h3,
.not-included h3 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.16;
}

.teacher-card p {
  color: var(--muted);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.experience-card {
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--sand-soft);
  border: 1px solid var(--line);
}

.experience-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  transition: transform 450ms ease;
}

.experience-card:hover img {
  transform: scale(1.035);
}

.experience-card h3 {
  min-height: 78px;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(240px, 26vw);
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  padding: 28px 0;
}

.timeline-item::after {
  position: absolute;
  top: 34px;
  left: min(234px, calc(26vw - 6px));
  width: 13px;
  height: 13px;
  background: var(--gold);
  border: 4px solid var(--mist);
  border-radius: 999px;
  content: "";
}

.timeline-date {
  color: var(--sage-dark);
  font-weight: 700;
}

.timeline-content {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.include-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.not-included {
  position: sticky;
  top: 92px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--lavender);
  box-shadow: none;
}

.investment-section {
  padding: clamp(64px, 8vw, 110px) 0;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
}

.investment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.investment-card .eyebrow,
.investment-card p {
  color: rgba(255, 255, 255, 0.82);
}

.price {
  margin: 24px 0 14px;
  color: var(--white) !important;
  font-size: clamp(2.4rem, 7vw, 5rem) !important;
  font-weight: 500;
  line-height: 1;
}

.price span {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
}

.investment-note {
  font-weight: 700;
}

.investment-actions {
  flex-direction: column;
  min-width: 220px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
}

.faq-list summary::marker {
  color: var(--sage);
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.reserve-section {
  background: var(--sand-soft);
}

.reserve-grid {
  align-items: start;
}

.contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.text-link {
  width: fit-content;
  color: var(--sage-dark);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.reserve-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: var(--sage-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: var(--white);
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(129, 144, 128, 0.16);
}

.closing-section {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 18px;
  color: var(--white);
  isolation: isolate;
}

.closing-media,
.closing-media::after {
  position: absolute;
  inset: 0;
}

.closing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.closing-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(21, 28, 24, 0.78), rgba(21, 28, 24, 0.32)),
    linear-gradient(180deg, rgba(21, 28, 24, 0.16), rgba(21, 28, 24, 0.68));
}

.closing-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  margin-right: auto;
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.closing-content p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
}

.closing-details {
  display: grid;
  gap: 4px;
  margin: 34px 0;
  color: rgba(255, 255, 255, 0.88);
}

.closing-details strong {
  color: var(--white);
  font-size: 1.15rem;
}

.floating-actions {
  display: none;
}

.india-back-top {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(38, 48, 43, 0.2);
  font-size: 0.9rem;
  font-weight: 800;
}

.reveal {
  animation: rise-in 700ms ease both;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .section .reveal {
      animation: view-rise both ease;
      animation-timeline: view();
      animation-range: entry 8% cover 34%;
    }
  }
}

@keyframes view-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .split,
  .image-split,
  .image-split--reverse,
  .include-grid,
  .reserve-grid,
  .investment-card {
    grid-template-columns: 1fr;
  }

  .image-split--reverse .image-frame {
    order: 2;
  }

  .teacher-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before,
  .timeline-item::after {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .not-included {
    position: static;
  }

  .investment-actions {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .india-nav {
    gap: 8px;
  }

  .india-hero__overlay {
    background:
      linear-gradient(180deg, rgba(21, 28, 24, 0.34), rgba(21, 28, 24, 0.78)),
      linear-gradient(90deg, rgba(21, 28, 24, 0.58), rgba(21, 28, 24, 0.2));
  }

  .india-hero__content {
    width: min(100% - 32px, 540px);
    padding-top: 116px;
    padding-bottom: 58px;
  }

  .india-hero h1 {
    font-size: clamp(3rem, 15vw, 3.55rem);
  }

  .india-hero h1 span {
    font-size: clamp(1.85rem, 8vw, 2.3rem);
  }

  .hero-copy {
    margin-top: 22px;
  }

  .hero-actions,
  .investment-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .container {
    width: min(100% - 32px, 540px);
  }

  .soft-panel,
  .teacher-card,
  .reserve-form,
  .timeline-content,
  .not-included {
    padding: 22px;
  }

  .experience-card {
    min-height: 0;
  }

  .experience-card h3 {
    min-height: auto;
  }

  .closing-section {
    min-height: auto;
    padding: 92px 16px 112px;
  }

  .india-back-top {
    right: 14px;
    bottom: 86px;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
