/* =====================================================================
   Admissions page - clean image-led admission UI
   Full-page redesign with unique section layouts, clear alignment,
   strong text rhythm, parent-friendly cards and responsive behavior.
   ===================================================================== */

.admissions-page {
  background: var(--white);
  color: var(--text);
  overflow: hidden;
}

.admissions-page * {
  box-sizing: border-box;
}

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

.admissions-page h1,
.admissions-page h2,
.admissions-page h3,
.admissions-page p {
  margin-top: 0;
}

.admissions-page h1,
.admissions-page h2,
.admissions-page h3 {
  color: var(--navy-dark, #041f3d);
}

.admissions-page p {
  color: var(--muted);
  line-height: 1.72;
}

.admissions-page .section {
  padding-bottom: clamp(78px, 7vw, 118px);
  padding-top: clamp(78px, 7vw, 118px);
}

.admissions-page h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 18px;
}

.admissions-page .lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 650;
  line-height: 1.78;
  margin-bottom: 0;
}

.admissions-kicker {
  align-items: center;
  color: var(--gold-dark, #b98800);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  gap: 10px;
  letter-spacing: 1.55px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.admissions-kicker:before {
  background: var(--gold, #ffc600);
  border-radius: 999px;
  content: "";
  height: 3px;
  width: 28px;
}

.admissions-kicker-light {
  color: var(--gold, #ffc600);
}

/* ============ HERO ============ */
.admissions-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(4, 22, 42, 0.92) 0%,
      rgba(5, 42, 68, 0.8) 44%,
      rgba(19, 105, 68, 0.58) 100%
    ),
    url("../images/folder-3/6.jpeg") center / cover no-repeat;
  color: var(--white);
  display: flex;
  min-height: clamp(560px, 74vh, 740px);
  overflow: hidden;
  position: relative;
}

.admissions-hero:before {
  background: linear-gradient(
    90deg,
    var(--gold, #ffc600),
    var(--green-bright, #20c997),
    var(--blue, #4d8dff)
  );
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.admissions-hero-shell {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.admissions-hero-copy {
  max-width: 820px;
  padding: clamp(104px, 10vw, 150px) 0 clamp(80px, 8vw, 120px);
}

.admissions-hero .admissions-kicker {
  color: var(--gold, #ffc600);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.admissions-hero-copy h1 {
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.75rem, 5.4vw, 5.15rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 820px;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1.03rem, 1.45vw, 1.2rem);
  font-weight: 650;
  line-height: 1.72;
  margin: 0 0 32px;
  max-width: 720px;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.admissions-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.admissions-hero-tags li {
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  min-height: 50px;
  padding: 12px 20px;
}

/* ============ ADMISSION DESK ============ */
.admission-desk {
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 198, 0, 0.14), transparent 30%),
    radial-gradient(
      circle at 92% 20%,
      rgba(32, 201, 151, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, var(--white) 0%, #f8fbff 100%);
  position: relative;
}

.desk-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.desk-copy {
  max-width: 640px;
}

.desk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.admissions-button {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--gold, #ffc600),
    var(--gold-dark, #b98800)
  );
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(242, 184, 0, 0.28);
  color: var(--navy-dark, #041f3d);
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.admissions-button:hover {
  box-shadow: 0 18px 38px rgba(242, 184, 0, 0.38);
  transform: translateY(-2px);
}

.admissions-button-light {
  background: var(--white);
  border: 1px solid rgba(6, 43, 85, 0.1);
  box-shadow: 0 14px 30px rgba(6, 43, 85, 0.08);
  color: var(--navy-dark, #041f3d);
}

.desk-visual {
  min-height: 570px;
  position: relative;
}

.desk-visual:before {
  background:
    linear-gradient(135deg, rgba(255, 198, 0, 0.18), rgba(32, 201, 151, 0.12)),
    var(--white);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 44px;
  box-shadow: 0 28px 70px rgba(6, 43, 85, 0.1);
  content: "";
  inset: 40px 34px 30px 64px;
  position: absolute;
  transform: rotate(2deg);
}

.desk-photo {
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.desk-photo-main {
  border: 10px solid var(--white);
  border-radius: 38px;
  box-shadow: 0 34px 78px rgba(6, 43, 85, 0.18);
  height: 500px;
  right: 0;
  top: 0;
  width: min(640px, 90%);
  z-index: 2;
}

.desk-photo-small {
  border: 8px solid var(--white);
  border-radius: 28px;
  bottom: 0;
  box-shadow: 0 24px 56px rgba(6, 43, 85, 0.18);
  height: 220px;
  left: 0;
  width: min(340px, 45%);
  z-index: 4;
}

.desk-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.62s ease;
  width: 100%;
}

.desk-photo:hover img {
  transform: scale(1.05);
}

.desk-photo:after {
  background: linear-gradient(
    180deg,
    rgba(4, 31, 61, 0.02),
    rgba(4, 31, 61, 0.82)
  );
  content: "";
  inset: 0;
  position: absolute;
}

.desk-photo figcaption {
  bottom: 24px;
  display: grid;
  gap: 9px;
  left: 24px;
  position: absolute;
  right: 24px;
  z-index: 2;
}

.desk-photo small,
.desk-photo-small figcaption {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--gold, #ffc600);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 950;
  justify-self: flex-start;
  letter-spacing: 0.5px;
  padding: 8px 13px;
  text-transform: uppercase;
}

.desk-photo strong {
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  line-height: 1.08;
}

.desk-photo-small figcaption {
  bottom: 14px;
  color: var(--white);
  left: 14px;
  right: 14px;
}

.admission-quick-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(38px, 5vw, 68px);
}

.admission-quick-cards article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(6, 43, 85, 0.08);
  min-height: 190px;
  padding: 26px;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.admission-quick-cards article:hover {
  box-shadow: 0 26px 64px rgba(6, 43, 85, 0.13);
  transform: translateY(-5px);
}

.admission-quick-cards span {
  color: var(--gold-dark, #b98800);
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 950;
  margin-bottom: 18px;
}

.admission-quick-cards article:nth-child(2) span {
  color: var(--green-dark, #0a7f60);
}

.admission-quick-cards article:nth-child(3) span {
  color: var(--blue, #4d8dff);
}

.admission-quick-cards strong {
  color: var(--navy-dark, #041f3d);
  display: block;
  font-size: 1.14rem;
  margin-bottom: 10px;
}

.admission-quick-cards p {
  font-size: 0.96rem;
  margin-bottom: 0;
}

/* ============ REGISTRATION FORM ============ */
.admission-registration {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 198, 0, 0.14), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(77, 141, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, var(--white) 100%);
}

.admission-form-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 36px;
  box-shadow: 0 28px 72px rgba(6, 43, 85, 0.1);
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(22px, 3vw, 34px);
}

.admission-form-copy {
  display: grid;
  gap: 10px;
}

.admission-form-copy span {
  color: var(--gold-dark, #b98800);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admission-form-copy p {
  margin-bottom: 0;
}

.admission-form-embed {
  background: #f8fbff;
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 26px;
  overflow: hidden;
}

.admission-form-frame {
  border: 0;
  display: block;
  min-height: 980px;
  width: 100%;
}

/* ============ JOURNEY ============ */
.admission-journey {
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(255, 198, 0, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(32, 201, 151, 0.14),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      var(--navy-dark, #041f3d) 0%,
      #062b55 54%,
      #073066 100%
    );
  color: var(--white);
}

.journey-heading {
  display: grid;
  justify-items: center;
  margin: 0 auto clamp(34px, 4vw, 56px);
  max-width: 880px;
  text-align: center;
}

.journey-heading h2,
.journey-heading p {
  color: var(--white);
}

.journey-heading .lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 700px;
}

.journey-board {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.journey-photo {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.3);
  margin: 0;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.journey-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.62s ease;
  width: 100%;
}

.journey-photo:hover img {
  transform: scale(1.05);
}

.journey-photo:after {
  background: linear-gradient(
    180deg,
    rgba(4, 31, 61, 0.02),
    rgba(4, 31, 61, 0.84)
  );
  content: "";
  inset: 0;
  position: absolute;
}

.journey-photo figcaption {
  bottom: 30px;
  display: grid;
  gap: 10px;
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 2;
}

.journey-photo small {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--gold, #ffc600);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 950;
  justify-self: flex-start;
  letter-spacing: 0.5px;
  padding: 8px 13px;
  text-transform: uppercase;
}

.journey-photo strong {
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.32rem);
  line-height: 1.08;
}

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

.journey-steps article {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  display: grid;
  gap: 16px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 22px;
  transition:
    background 0.24s ease,
    transform 0.24s ease;
}

.journey-steps article:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.journey-steps span {
  align-items: center;
  background: var(--gold, #ffc600);
  border-radius: 17px;
  color: var(--navy-dark, #041f3d);
  display: inline-flex;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.journey-steps article:nth-child(2) span,
.journey-steps article:nth-child(5) span {
  background: var(--green-bright, #20c997);
  color: var(--white);
}

.journey-steps article:nth-child(3) span,
.journey-steps article:nth-child(6) span {
  background: var(--blue, #4d8dff);
  color: var(--white);
}

.journey-steps h3 {
  color: var(--white);
  font-size: 1.16rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.journey-steps p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  margin-bottom: 0;
}

/* ============ DOCUMENTS AND ELIGIBILITY ============ */
.admission-documents {
  background:
    radial-gradient(
      circle at 8% 78%,
      rgba(77, 141, 255, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 18%,
      rgba(255, 198, 0, 0.13),
      transparent 30%
    ),
    linear-gradient(180deg, #f8fbff 0%, var(--white) 100%);
}

.documents-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.documents-panel {
  background: var(--white);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 34px;
  box-shadow: 0 24px 62px rgba(6, 43, 85, 0.08);
  padding: clamp(28px, 4vw, 46px);
}

.document-checklist {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.document-checklist li {
  background: linear-gradient(180deg, var(--white), #f8fbff);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 18px;
  color: var(--navy-dark, #041f3d);
  font-weight: 850;
  line-height: 1.45;
  padding: 15px 16px 15px 46px;
  position: relative;
}

.document-checklist li:before {
  align-items: center;
  background: rgba(255, 198, 0, 0.18);
  border-radius: 999px;
  color: var(--gold-dark, #b98800);
  content: "✓";
  display: inline-flex;
  font-weight: 950;
  height: 24px;
  justify-content: center;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 24px;
}

.eligibility-panel {
  display: grid;
  gap: 18px;
}

.eligibility-panel figure {
  border: 10px solid var(--white);
  border-radius: 34px;
  box-shadow: 0 30px 72px rgba(6, 43, 85, 0.16);
  height: 360px;
  margin: 0;
  overflow: hidden;
}

.eligibility-panel img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}

.eligibility-panel figure:hover img {
  transform: scale(1.05);
}

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

.eligibility-cards article {
  background: var(--white);
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(6, 43, 85, 0.08);
  padding: 24px;
}

.eligibility-cards span {
  background: rgba(255, 198, 0, 0.16);
  border-radius: 999px;
  color: var(--gold-dark, #b98800);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.eligibility-cards article:nth-child(2) span {
  background: rgba(32, 201, 151, 0.16);
  color: var(--green-dark, #0a7f60);
}

.eligibility-cards article:nth-child(3) span {
  background: rgba(77, 141, 255, 0.14);
  color: var(--blue, #4d8dff);
}

.eligibility-cards h3 {
  font-size: 1.18rem;
  margin-bottom: 9px;
}

.eligibility-cards p {
  font-size: 0.94rem;
  margin-bottom: 0;
}

/* ============ TIMINGS ============ */
.admission-timings {
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(255, 198, 0, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(32, 201, 151, 0.14),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #071d36 0%,
      var(--navy-dark, #041f3d) 58%,
      #062b55 100%
    );
  color: var(--white);
}

.timing-shell {
  align-items: start;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.timing-copy {
  max-width: 620px;
  position: sticky;
  top: 110px;
}

.timing-copy h2,
.timing-copy p {
  color: var(--white);
}

.timing-copy .lead {
  color: rgba(255, 255, 255, 0.78);
}

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

.timing-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  min-height: 190px;
  padding: 28px;
  transition:
    background 0.24s ease,
    transform 0.24s ease;
}

.timing-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.timing-card small {
  color: var(--gold, #ffc600);
  display: block;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.timing-card strong {
  color: var(--white);
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.14;
  margin-bottom: 12px;
}

.timing-card span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.timing-card:nth-child(2) small {
  color: var(--green-bright, #20c997);
}

.timing-card:nth-child(3) small {
  color: var(--blue, #4d8dff);
}

.timing-card:nth-child(4) small {
  color: var(--coral, #ff6f61);
}

/* ============ SUPPORT GALLERY ============ */
.admission-support {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(255, 198, 0, 0.14),
      transparent 30%
    ),
    linear-gradient(180deg, var(--page, #f8fbff) 0%, var(--white) 100%);
}

.support-heading {
  display: grid;
  justify-items: center;
  margin: 0 auto 44px;
  max-width: 920px;
  text-align: center;
}

.support-heading .lead {
  max-width: 740px;
}

.support-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.support-card {
  border: 1px solid rgba(6, 43, 85, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 62px rgba(6, 43, 85, 0.12);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.support-card-large {
  min-height: 520px;
}

.support-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.62s ease;
  width: 100%;
}

.support-card:hover img {
  transform: scale(1.05);
}

.support-card:after {
  background: linear-gradient(
    180deg,
    rgba(4, 31, 61, 0.02),
    rgba(4, 31, 61, 0.84)
  );
  content: "";
  inset: 0;
  position: absolute;
}

.support-card div {
  bottom: 0;
  display: grid;
  gap: 10px;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.support-card span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--gold, #ffc600);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  justify-self: flex-start;
  letter-spacing: 0.5px;
  padding: 8px 13px;
  text-transform: uppercase;
}

.support-card h3 {
  color: var(--white);
  font-size: clamp(1.28rem, 2vw, 2rem);
  line-height: 1.1;
  margin-bottom: 0;
}

.support-card p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  margin-bottom: 0;
}

/* ============ CTA ============ */
.admissions-enquiry-section {
  background: var(--white);
}

.admissions-enquiry-card {
  align-items: center;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 198, 0, 0.18),
      transparent 30%
    ),
    linear-gradient(140deg, var(--navy-dark, #041f3d), var(--navy, #062b55));
  border-radius: 34px;
  box-shadow: 0 28px 64px rgba(4, 31, 61, 0.28);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(32px, 5vw, 58px);
  position: relative;
}

.admissions-enquiry-card:before {
  background: linear-gradient(
    90deg,
    var(--gold, #ffc600),
    var(--green-bright, #20c997),
    var(--blue, #4d8dff)
  );
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.admissions-enquiry-card h2,
.admissions-enquiry-card p {
  color: var(--white);
}

.admissions-enquiry-card h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.85rem);
  max-width: 760px;
}

.admissions-enquiry-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
  max-width: 640px;
}

.admissions-enquiry-button {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--gold, #ffc600),
    var(--gold-dark, #b98800)
  );
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(242, 184, 0, 0.32);
  color: var(--navy-dark, #041f3d);
  display: inline-flex;
  font-size: 1.04rem;
  font-weight: 950;
  justify-content: center;
  min-width: 190px;
  padding: 15px 24px;
  text-decoration: none;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.admissions-enquiry-button:hover {
  box-shadow: 0 18px 36px rgba(242, 184, 0, 0.42);
  transform: translateY(-2px);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1180px) {
  .desk-grid,
  .journey-board,
  .documents-grid,
  .timing-shell {
    grid-template-columns: 1fr;
  }

  .desk-copy,
  .timing-copy {
    max-width: 820px;
    position: static;
  }

  .desk-visual {
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
  }

  .journey-photo {
    min-height: 460px;
  }

  .support-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .support-card-large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .admissions-hero {
    min-height: 0;
  }

  .admissions-hero-shell {
    justify-content: center;
    text-align: center;
  }

  .admissions-hero-copy {
    margin: 0 auto;
    max-width: 820px;
  }

  .admissions-hero .admissions-kicker,
  .admissions-hero-tags,
  .journey-heading,
  .support-heading {
    justify-content: center;
  }

  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .admission-quick-cards,
  .eligibility-cards,
  .journey-steps,
  .timing-grid {
    grid-template-columns: 1fr;
  }

  .admission-form-frame {
    min-height: 1080px;
  }

  .support-heading,
  .journey-heading {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .admissions-page .section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .admissions-hero-copy {
    padding-top: 86px;
  }

  .admissions-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .admissions-hero-tags li,
  .admissions-button,
  .admissions-enquiry-button {
    width: 100%;
  }

  .desk-visual {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .desk-visual:before {
    display: none;
  }

  .desk-photo,
  .desk-photo-main,
  .desk-photo-small {
    inset: auto;
    position: relative;
    width: 100%;
  }

  .desk-photo-main,
  .desk-photo-small,
  .journey-photo,
  .eligibility-panel figure,
  .support-card,
  .support-card-large {
    border-radius: 24px;
    height: 340px;
    min-height: 0;
  }

  .desk-photo-main,
  .desk-photo-small,
  .eligibility-panel figure {
    border-width: 0;
  }

  .journey-steps article {
    grid-template-columns: 1fr;
  }

  .support-gallery {
    grid-template-columns: 1fr;
  }

  .admissions-enquiry-card {
    border-radius: 28px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .admission-form-card {
    border-radius: 28px;
    padding: 18px;
  }
}

@media (max-width: 460px) {
  .admission-quick-cards article,
  .documents-panel,
  .eligibility-cards article,
  .journey-steps article,
  .timing-card,
  .support-card div {
    padding: 22px;
  }

  .desk-photo-main,
  .desk-photo-small,
  .journey-photo,
  .eligibility-panel figure,
  .support-card,
  .support-card-large {
    height: 300px;
  }

  .admission-form-frame {
    min-height: 1180px;
  }
}

/* Generic section-head used on the dark admission sections — keep text light */
.admission-journey .section-head h2,
.admission-timings .section-head h2 { color: var(--white); }
.admission-journey .section-head .lead,
.admission-timings .section-head .lead { color: rgba(255, 255, 255, 0.82); }
.admission-journey .admissions-kicker,
.admission-timings .admissions-kicker { color: var(--gold); }
