@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
  --academic-bg: #f5f8ff;
  --academic-border: rgba(0, 40, 94, 0.12);
  --academic-shadow: 0 24px 60px rgba(8, 38, 82, 0.08);
  --academic-soft-shadow: 0 16px 34px rgba(8, 38, 82, 0.06);
  --academic-radius: 28px;
  --academic-panel: rgba(255, 255, 255, 0.88);
}

.academic-page {
  background:
    radial-gradient(circle at top left,
      rgba(56, 166, 221, 0.12),
      transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 42%, #eef3fb 100%);
  color: var(--dark-blue);
}


a {
  text-decoration: none;
}

.academic-page main {
  overflow: clip;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--montserrat);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
}

.section-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.academic-banner {
  position: relative;
}

.academic-banner::after {
  content: "";
  position: absolute;
  inset: 0 22px auto;
  height: 100%;
  border-radius: 0 0 34px 34px;
  background: none;
  pointer-events: none;
}

.academic-banner-static {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  min-height: clamp(520px, 70vh, 760px);
  box-shadow: var(--academic-shadow);
}

.academic-banner-static__media,
.academic-banner-static__media img,
.academic-banner-static__media video,
.academic-banner-static__overlay {
  position: absolute;
  inset: 0;
}

.academic-banner-static__media img,
.academic-banner-static__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academic-banner-static__overlay {
  background:
    linear-gradient(110deg,
      rgba(7, 39, 97, 0.84) 0%,
      rgba(7, 39, 97, 0.58) 38%,
      rgba(7, 39, 97, 0.16) 74%,
      rgba(7, 39, 97, 0.06) 100%),
    linear-gradient(180deg,
      rgba(4, 17, 42, 0.12) 0%,
      rgba(4, 17, 42, 0.38) 100%);
}

.academic-banner-static__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 28px 112px;
  text-align: center;
  color: #fff;
}

.academic-banner-static__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-family: var(--montserrat);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.academic-banner-static__eyebrow::before,
.academic-banner-static__eyebrow::after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.academic-banner-static__title {
  margin: 0 0 18px;
  font-family: 'EB Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.08;
  font-style: italic;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 500;
}

.academic-banner-static__body {
  max-width: 700px;
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.15rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.academic-intro {
  padding: 0 0 50px;
  margin-top: -92px;
  position: relative;
  z-index: 3;
  isolation: isolate;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(241, 246, 255, 0.72) 28%,
    rgba(255, 255, 255, 0) 100%
  ); */
}

.academic-links-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 14px;
  padding: 20px;
  margin: 0 auto 58px;
  max-width: 1240px;
  border-radius: 28px;
  background: linear-gradient(135deg,
      rgba(8, 38, 82, 0.94) 0%,
      rgba(15, 58, 113, 0.92) 58%,
      rgba(56, 166, 221, 0.9) 100%);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 60px rgba(5, 26, 58, 0.2);
  position: relative;
  overflow: hidden;
}

.academic-links-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.22),
      transparent 28%),
    radial-gradient(circle at bottom left,
      rgba(216, 67, 46, 0.18),
      transparent 26%);
  pointer-events: none;
}

.academic-link-chip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 18px 18px 22px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--montserrat);
  font-size: 0.92rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 1;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.academic-link-chip::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: rgba(255, 255, 255, 0.65);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.academic-link-chip:hover,
.academic-link-chip.is-active {
  color: var(--dark-blue);
  background: linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 30px rgba(5, 26, 58, 0.16);
  transform: translateY(-2px);
}

.academic-link-chip:hover::after,
.academic-link-chip.is-active::after {
  transform: scaleX(1);
  background: linear-gradient(90deg, var(--blue) 0%, #10315f 100%);
}

/* Welcome-area navigation slider: five visible links on desktop. */
.academic-links-slider {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 58px;
  padding-bottom: 62px;
}

.academic-links-slider .academic-links-panel {
  display: flex;
  max-width: none;
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.academic-links-slider .academic-links-panel::-webkit-scrollbar {
  display: none;
}

.academic-links-slider .academic-link-chip {
  flex: 0 0 calc((100% - 56px) / 5);
  scroll-snap-align: start;
}

.academic-links-slider__controls {
  position: absolute;
  right: 4px;
  bottom: 0;
  display: flex;
  gap: 10px;
}

.academic-links-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(0, 40, 94, 0.14);
  border-radius: 50%;
  background: var(--dark-blue);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 40, 94, 0.16);
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.academic-links-slider__button:hover:not(:disabled) {
  background: var(--blue);
  transform: translateY(-2px);
}

.academic-links-slider__button:disabled {
  opacity: 0.32;
  cursor: default;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .academic-links-slider {
    max-width: 980px;
    margin-bottom: 46px;
  }

  .academic-links-slider .academic-link-chip {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 991px) {
  .academic-links-slider {
    margin-bottom: 38px;
    padding-bottom: 58px;
  }

  .academic-links-slider .academic-links-panel {
    margin-bottom: 0;
  }

  .academic-links-slider .academic-link-chip {
    flex-basis: 240px;
  }
}

@media (max-width: 767px) {
  .academic-links-slider {
    margin-bottom: 32px;
  }

  .academic-links-slider .academic-link-chip {
    flex-basis: min(84vw, 280px);
  }

  .academic-links-slider__controls {
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .academic-links-slider .academic-links-panel {
    scroll-behavior: auto;
  }
}

/* Static Welcome navigation used on pages that should show a 5 + 4 grid. */
.academic-links-panel--five-four {
  display: grid !important;
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr;
  /* overflow: visible !important; */
  scroll-snap-type: none !important;
}

.academic-links-panel--five-four .academic-link-chip {
  grid-column: span 2;
  width: 100%;
  min-width: 0;
}

.academic-links-panel--five-four .academic-link-chip:nth-child(6) {
  grid-column: 2 / span 2;
}

/* Shared stacked gallery used below community and team card sections. */
.related-deck.iyc-deck-section {
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(56, 166, 221, 0.13), transparent 24%),
    linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
}

.related-deck .iyc-deck-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.related-deck .iyc-deck-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.related-deck .iyc-deck-content {
  max-width: 390px;
}

.related-deck .iyc-deck-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--blue);
  font-family: var(--montserrat);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.related-deck .iyc-deck-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.related-deck .iyc-deck-heading {
  margin: 0 0 20px;
  color: var(--dark-blue);
  font-family: var(--playfair);
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  font-weight: 700;
  line-height: 1.08;
}

.related-deck .iyc-deck-content .desc {
  margin: 0;
  color: #4b6279;
}

.related-deck .iyc-deck-stage {
  min-width: 0;
}

.related-deck .iyc-deck-viewport {
  position: relative;
  width: 100%;
  height: 390px;
}

.related-deck .iyc-deck-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.related-deck .iyc-deck-card {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  width: 310px;
  height: 360px;
  padding: 14px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(160deg, #0b4b8e 0%, var(--dark-blue) 100%);
  box-shadow: 0 18px 42px rgba(0, 40, 94, 0.18);
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease;
  will-change: transform;
}

.related-deck .iyc-deck-card:nth-child(even) {
  background: linear-gradient(160deg, #53b8e8 0%, #258bc7 100%);
}

.related-deck .iyc-deck-card-img {
  width: 100%;
  height: 286px;
  overflow: hidden;
  border-radius: 11px;
  background: #dceaf5;
}

.related-deck .iyc-deck-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.related-deck .iyc-deck-card:hover .iyc-deck-card-img img {
  transform: scale(1.035);
}

.related-deck .iyc-deck-card-title {
  margin-top: 14px;
  padding-left: 3px;
  color: #fff;
  font-family: var(--poppins);
  font-size: 1.05rem;
  font-weight: 700;
}

.related-deck .iyc-deck-controls {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.related-deck .iyc-deck-btn {
  display: inline-flex;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--dark-blue);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 40, 94, 0.17);
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.related-deck .iyc-deck-btn:hover:not(:disabled) {
  background: var(--blue);
  transform: translateY(-2px);
}

.related-deck .iyc-deck-btn:disabled {
  opacity: 0.3;
  cursor: default;
  box-shadow: none;
}

.related-deck .iyc-deck-btn svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

@media (max-width: 991px) {
  .related-deck .iyc-deck-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .related-deck .iyc-deck-content {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
  }

  .related-deck .iyc-deck-eyebrow {
    justify-content: center;
  }

  .related-deck .iyc-deck-controls {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .related-deck.iyc-deck-section {
    padding: 64px 0 72px;
  }

  .related-deck .iyc-deck-container {
    width: min(100% - 32px, 1240px);
  }

  .related-deck .iyc-deck-viewport {
    height: 320px;
  }

  .related-deck .iyc-deck-card {
    width: 250px;
    height: 292px;
    padding: 11px;
  }

  .related-deck .iyc-deck-card-img {
    height: 226px;
  }

  .related-deck .iyc-deck-card-title {
    margin-top: 11px;
    font-size: 0.94rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .related-deck .iyc-deck-card,
  .related-deck .iyc-deck-card-img img,
  .related-deck .iyc-deck-btn {
    transition: none;
  }
}

@media (max-width: 991px) {
  .academic-links-panel--five-four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .academic-links-panel--five-four .academic-link-chip,
  .academic-links-panel--five-four .academic-link-chip:nth-child(6) {
    grid-column: auto;
    flex: none;
  }

  .academic-links-panel--five-four .academic-link-chip:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .academic-links-panel--five-four {
    grid-template-columns: 1fr !important;
  }

  .academic-links-panel--five-four .academic-link-chip:last-child {
    grid-column: auto;
  }
}

.academic-intro__frame {
  max-width: 1220px;
  margin: 0 auto;
}

.academic-intro__glass {
  position: relative;
  padding: 28px 0px 18px;
}

.academic-intro__copy {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.academic-intro__copy::before,
.academic-intro__copy::after {
  content: "";
  position: absolute;
  top: 24px;
  width: min(30%, 260px);
  height: 1px;
  background: #d5deea;
}

.academic-intro__copy::before {
  left: 0;
}

.academic-intro__copy::after {
  right: 0;
}

.academic-intro__crest {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #f8fbff 0%, #e6f0fb 100%);
  border: 1px solid rgba(0, 40, 94, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 40, 94, 0.08);
}

.academic-intro__crest span {
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--blue), var(--dark-blue));
  border-radius: 3px;
  transform: rotate(45deg);
}

.academic-intro__frame h2,
.academic-cta__wrap h2 {
  margin: 0 0 18px;
  font-family: var(--playfair);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: var(--dark-blue);
}

.academic-intro__frame h2 {
  font-style: italic;
}

.academic-intro__frame p {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4f6485;
}

.academic-intro__continuation {
  position: relative;
  margin-top: 0;
  z-index: 1;
}

.academic-intro__divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.academic-intro__divider::before,
.academic-intro__divider::after {
  content: "";
  width: min(38%, 430px);
  height: 1px;
  background: #d4deea;
}

.academic-intro__divider span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--blue), var(--dark-blue));
  transform: rotate(45deg);
  box-shadow: 0 6px 16px rgba(0, 40, 94, 0.14);
}

.academic-intro__secondary {
  margin: 0 auto 56px;
  text-align: center;
}

.academic-intro__secondary h3 {
  margin: 0 0 22px;
  font-family: var(--playfair);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.08;
  font-style: italic;
  color: var(--dark-blue);
  letter-spacing: -0.03em;
}

.academic-intro__secondary p {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.06rem;
  line-height: 1.9;
  color: #4f6485;
}

.academic-intro__tertiary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  text-align: left;
}

.academic-intro__tertiary-heading,
.academic-intro__tertiary-copy {
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.academic-intro__tertiary-heading {
  position: relative;
  padding-right: 34px;
  color: var(--dark-blue);
}

.academic-intro__tertiary-heading::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: calc(100% - 12px);
  background: linear-gradient(180deg,
      rgba(56, 166, 221, 0) 0%,
      rgba(56, 166, 221, 0.3) 20%,
      rgba(56, 166, 221, 0.3) 80%,
      rgba(56, 166, 221, 0) 100%);
}

.academic-intro__tertiary h4 {
  margin: 0 0 18px;
  font-family: var(--montserrat);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: inherit;
}

.academic-intro__tertiary h4::before {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--blue) 0%,
      rgba(56, 166, 221, 0.18) 100%);
}

.academic-intro__tertiary p {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.02rem;
  line-height: 1.95;
  color: #536c8c;
}

.academic-intro__secondary h3,
.academic-intro__secondary p,
.academic-intro__tertiary h4,
.academic-intro__tertiary p,
.academic-intro__divider {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    color 0.45s ease,
    text-shadow 0.45s ease,
    filter 0.45s ease;
}

.academic-intro.is-visible .academic-intro__divider,
.academic-intro.is-visible .academic-intro__secondary h3,
.academic-intro.is-visible .academic-intro__secondary p,
.academic-intro.is-visible .academic-intro__tertiary h4,
.academic-intro.is-visible .academic-intro__tertiary p {
  opacity: 1;
  transform: translateY(0);
}

.academic-intro.is-visible .academic-intro__secondary h3,
.academic-intro.is-visible .academic-intro__tertiary h4 {
  text-shadow: 0 10px 24px rgba(0, 40, 94, 0.08);
}

.academic-intro.is-visible .academic-intro__secondary p,
.academic-intro.is-visible .academic-intro__tertiary p {
  filter: saturate(1.05);
}

.academic-intro.is-visible .academic-intro__secondary p {
  transition-delay: 0.14s;
}

.academic-intro.is-visible .academic-intro__tertiary h4 {
  transition-delay: 0.22s;
}

.academic-intro.is-visible .academic-intro__tertiary p {
  transition-delay: 0.3s;
}

.academic-cta__wrap .section-kicker {
  color: var(--blue);
}

.academic-story {
  position: relative;
  padding: 60px 0 80px;
  background-color: #fff9f0;
}

.academic-story__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: 72px;
  align-items: start;
  position: relative;
  padding: 18px 0 0;
}

.academic-story__content {
  max-width: 640px;
  padding-top: 26px;
}

.academic-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-family: var(--montserrat);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue);
}

.academic-story__eyebrow::before {
  content: "";
  width: 58px;
  height: 2px;
  background: currentColor;
  opacity: 0.55;
}

.academic-story h2 {
  margin: 0 0 26px;
  font-family: var(--montserrat_alternates);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--dark-blue);
}

.academic-story .scroll-split-title .title-left {
  font-family: var(--montserrat_alternates);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--dark-blue);
}

.academic-story .scroll-split-title .title-right {
  font-family: var(--playfair);
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--blue);
}

.academic-story__lead,
.academic-story__content p {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.04rem;
  line-height: 1.82;
  color: #5d7394;
}

.academic-story__content p+p {
  margin-top: 22px;
}

.academic-story__visual {
  position: relative;
  padding: 0 0 0 22px;
}

.academic-story__photo-card {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.academic-story__photo-wrap {
  position: relative;
  padding: 18px 0 0 18px;
}

.academic-story__photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0 18% 18% 0;
  border-radius: 28px 72px 28px 90px;
  background: linear-gradient(180deg,
      rgba(56, 166, 221, 0.16) 0%,
      rgba(56, 166, 221, 0.05) 100%);
}

.academic-story__photo-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 78%;
  /* border-top: 1px solid rgba(56, 166, 221, 0.22);
  border-right: 1px solid rgba(56, 166, 221, 0.22); */
  border-radius: 0 34px 0 0;
}

.academic-story__photo-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 250px;
    object-fit: cover;
    border-radius: 28px 28px 28px 92px;
    max-height: 400px;
    object-position: top;
}

.js-ready .academic-story__photo-wrap,
.js-ready .academic-story__photo-wrap::before,
.js-ready .academic-story__photo-wrap::after {
  opacity: 0;
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.js-ready .academic-story__photo-wrap {
  transform: translateX(34px);
}

.js-ready .academic-story__photo-wrap::before {
  transform: translate(-18px, 18px) scale(0.94);
}

.js-ready .academic-story__photo-wrap::after {
  transform: translate(18px, -18px) scale(0.94);
}

.academic-story.is-visible .academic-story__photo-wrap,
.academic-story.is-visible .academic-story__photo-wrap::before,
.academic-story.is-visible .academic-story__photo-wrap::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.academic-story.is-visible .academic-story__photo-wrap {
  transition-delay: 0.16s;
}

.academic-story.is-visible .academic-story__photo-wrap::before {
  transition-delay: 0.22s;
}

.academic-story.is-visible .academic-story__photo-wrap::after {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

  .js-ready .academic-story__photo-wrap,
  .js-ready .academic-story__photo-wrap::before,
  .js-ready .academic-story__photo-wrap::after {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.academic-cta {
  padding: 0 0 110px;
}

.graduate-profile-section {
  position: relative;
  padding: 52px 0 70px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 24%,
      rgba(56, 166, 221, 0.12) 0%,
      rgba(56, 166, 221, 0) 28%),
    radial-gradient(circle at 88% 18%,
      rgba(211, 139, 47, 0.12) 0%,
      rgba(211, 139, 47, 0) 24%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(244, 248, 255, 0.95) 18%,
      #ffffff 100%);
}

.graduate-profile-section::before {
  content: "";
  position: absolute;
  inset: 28px auto auto -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.16) 0%,
      rgba(56, 166, 221, 0) 72%);
  pointer-events: none;
  filter: blur(4px);
}

.graduate-profile-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 36px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(0, 40, 94, 0.1) 0%,
      rgba(0, 40, 94, 0) 72%);
  pointer-events: none;
}

.graduate-profile__heading {
  position: relative;
  z-index: 2;
  max-width: 830px;
  margin: 0 auto 54px;
}

.graduate-profile__heading .section-kicker {
  margin-bottom: 20px;
}

.graduate-profile__title {
  margin: 0 0 20px;
  font-family: var(--montserrat_alternates);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-transform: none;
  color: var(--dark-blue);
}

.graduate-profile__title em {
  font-family: var(--playfair);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  color: var(--blue);
}

.graduate-profile__title.scroll-split-title .title-left {
  font-family: var(--montserrat_alternates);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--dark-blue);
  text-transform: none;
}

.graduate-profile__title.scroll-split-title .title-right {
  font-family: var(--playfair);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--blue);
  text-transform: none;
}

.graduate-profile__intro {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #576f90;
}

.graduate-profile-slider-wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 72px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .graduate-profile-slider-wrap {
    width: 1220px;
  }
}

.graduate-profile-swiper {
  overflow: hidden;
  width: 100%;
  padding: 16px 0 30px;
}

.graduate-profile-swiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.7s ease;
}

.graduate-profile-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.graduate-profile-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 0;
  min-height: 640px;
  padding: 18px 0 32px;
  max-width: 1020px;
  margin: 0 auto;
  transition:
    transform 0.95s ease,
    opacity 0.95s ease;
}

.graduate-profile-card__media img,
.graduate-profile-card__content {
  transition:
    transform 0.95s ease,
    opacity 0.95s ease;
}

.graduate-profile-swiper .swiper-slide .graduate-profile-card__media img {
  transform: scale(0.96);
  opacity: 0.75;
}

.graduate-profile-swiper .swiper-slide .graduate-profile-card__content {
  transform: translateY(26px);
  opacity: 0;
}

.graduate-profile-swiper .swiper-slide-active .graduate-profile-card__media img {
  transform: scale(1);
  opacity: 1;
}

.graduate-profile-swiper .swiper-slide-active .graduate-profile-card__content {
  transform: translateY(0);
  opacity: 1;
}

.graduate-profile-card__media {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding-right: 100px;
}

.graduate-profile-card__media::before {
  display: none;
}

.graduate-profile-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 560px;
  max-height: 590px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: none;
}

.graduate-profile-card__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 560px;
  margin-left: -110px;
  padding: 48px 42px 42px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.graduate-profile-card__content::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 0;
  width: auto;
  border-radius: 999px;
  height: 4px;
  background: linear-gradient(90deg,
      var(--dark-blue) 0%,
      var(--blue) 52%,
      #10315f 100%);
}

.graduate-profile-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-height: 40px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg,
      rgba(7, 39, 97, 0.08),
      rgba(56, 166, 221, 0.08));
  color: var(--dark-blue);
  font-family: var(--montserrat);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.graduate-profile-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: var(--montserrat);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue);
}

.graduate-profile-card__eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.graduate-profile-card__content h3 {
  margin: 0 0 18px;
  font-family: var(--playfair);
  font-size: clamp(2.05rem, 3vw, 2.95rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--dark-blue);
}

.graduate-profile-card__content p {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.02rem;
  line-height: 1.95;
  color: #5a7191;
}

.graduate-profile-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 26px;
}

.graduate-profile-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(245, 248, 255, 0.96);
  border: 1px solid rgba(0, 40, 94, 0.08);
  font-family: var(--montserrat);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--dark-blue);
}

.graduate-profile-card__meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #00285e);
}

.graduate-profile-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 94, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--dark-blue);
  box-shadow: 0 18px 40px rgba(7, 39, 97, 0.12);
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.graduate-profile-nav:hover {
  transform: translateY(-50%) translateY(-2px);
  background: var(--dark-blue);
  color: #fff;
  box-shadow: 0 22px 42px rgba(7, 39, 97, 0.18);
}

.graduate-profile-nav-prev {
  left: 8px;
  transform: translateY(-50%);
}

.graduate-profile-nav-next {
  right: 115px;
  transform: translateY(-50%);
}

.graduate-profile-nav-next:hover {
  color: #fff;
}

.graduate-profile-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.graduate-profile-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background: rgba(0, 40, 94, 0.18);
  opacity: 1;
  transition:
    width 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease;
}

.graduate-profile-pagination .swiper-pagination-bullet-active {
  width: 34px;
  background: var(--blue);
  border-radius: 999px;
}

.academic-voc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.academic-voc-grid__item {
  display: flex;
  height: 100%;
}

.academic-page .academic-voc-grid .voc-card-modern {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.academic-page .academic-voc-grid .voc-image-container {
  height: 230px;
  border-radius: 20px;
}

.academic-page .academic-voc-grid .voc-content-modern {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 210px;
  padding: 26px 22px;
  margin-top: -44px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 20px;
}

.academic-page .academic-voc-grid .voc-badge-icon {
  width: 48px;
  height: 48px;
  top: -22px;
  right: 22px;
  font-size: 1.05rem;
}

.academic-page .academic-voc-grid .voc-content-modern h4 {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.academic-page .academic-voc-grid .voc-content-modern p {
  flex-grow: 1;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

.academic-page .academic-voc-grid .voc-action-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(23, 53, 111, 0.18);
  color: #17356f;
  font-family: var(--montserrat);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.academic-page .academic-voc-grid .voc-action-link__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(23, 53, 111, 0.08);
  color: #17356f;
  font-size: 0.7rem;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.academic-page .academic-voc-grid .voc-action-link:hover .voc-action-link__icon {
  background: #38a6dd;
  color: #fff;
  transform: translateX(3px);
}

.academic-marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  background: linear-gradient(90deg, #072761 0%, #0b346f 50%, #072761 100%);
}

.academic-marquee::before,
.academic-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.22) 18%,
      rgba(255, 255, 255, 0.22) 82%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.academic-marquee::before {
  top: 0;
}

.academic-marquee::after {
  bottom: 0;
}

.academic-marquee__track {
  display: flex;
  width: max-content;
  animation: academicMarquee 26s linear infinite;
}

section.jnis-futuristic-vault .title-left {
  color: #fff;
}

.academic-marquee__content {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  padding-right: 18px;
}

.academic-marquee__content span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-family: var(--montserrat);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.92);
}

.academic-marquee__content span::after {
  content: "•";
  color: #7ed6ff;
  font-size: 1rem;
  line-height: 1;
}

.academic-marquee__content span:last-child::after {
  content: "•";
}

/* FAQ's - Academic CSS STArt  */
.faq-section {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(180deg, #f5f8ff 0%, #eef3fb 100%);
  padding: 72px 0 90px;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.09),
      transparent 70%);
  pointer-events: none;
}

.faq-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.faq-header {
  text-align: center;
  margin-bottom: 44px;
}

.faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #38a6dd;
  margin-bottom: 16px;
}

.faq-kicker::before,
.faq-kicker::after {
  content: "";
  width: 38px;
  height: 1px;
  background: #38a6dd;
  opacity: 0.6;
}

.faq-title {
  margin: 0 0 10px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #082652;
}

.faq-title .t-italic {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #38a6dd;
}

.faq-subtitle {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 0.98rem;
  line-height: 1.82;
  color: #4f6485;
  max-width: 560px;
  margin: 0 auto;
}

.faq-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 22px 0 0;
}

.faq-divider::before,
.faq-divider::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #d4deea;
}

.faq-divider-gem {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, #38a6dd, #082652);
  transform: rotate(45deg);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 40, 94, 0.1);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    box-shadow 0.32s ease,
    border-color 0.32s ease;
  opacity: 0;
  transform: translateY(18px);
  animation: faqIn 0.5s ease forwards;
}

.faq-item:hover {
  box-shadow: 0 14px 38px rgba(8, 38, 82, 0.09);
  border-color: rgba(56, 166, 221, 0.25);
}

.faq-item.open {
  border-color: rgba(56, 166, 221, 0.35);
  box-shadow: 0 18px 44px rgba(8, 38, 82, 0.1);
}

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

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  user-select: none;
}

.faq-q-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.faq-q-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e9f4fc, #d4ecf7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.32s ease;
}

.faq-item.open .faq-q-icon {
  background: linear-gradient(135deg, #082652, #0f3a71);
}

.faq-q-icon svg {
  width: 15px;
  height: 15px;
  stroke: #38a6dd;
  transition: stroke 0.32s ease;
}

.faq-item.open .faq-q-icon svg {
  stroke: #fff;
}

.faq-question-text {
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.4;
  color: #082652;
  margin: 0;
}

.faq-toggle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef4fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.32s ease,
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-item.open .faq-toggle {
  background: linear-gradient(135deg, #38a6dd, #1b75bc);
  transform: rotate(180deg);
}

.faq-toggle svg {
  width: 13px;
  height: 13px;
  stroke: #4f6485;
  transition: stroke 0.32s ease;
}

.faq-item.open .faq-toggle svg {
  stroke: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
  padding: 0 22px 20px 68px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 0.91rem;
  line-height: 1.82;
  color: #4f6485;
  border-top: 1px solid rgba(0, 40, 94, 0.06);
  padding-top: 14px;
}

.faq-answer-inner strong {
  color: #082652;
  font-weight: 600;
}

/* FAQ END */

@keyframes academicMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

.academic-cta__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 42px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  border: 1px solid var(--academic-border);
  box-shadow: 0 18px 48px rgba(0, 40, 94, 0.08);
}

.academic-cta__wrap h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.academic-cta__button {
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .academic-banner-static__content {
    padding-bottom: 96px;
  }

  .academic-links-panel {
    max-width: 980px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 46px;
  }

  .academic-story__shell {
    gap: 44px;
    padding-top: 14px;
  }

  .graduate-profile-card {
    gap: 24px;
  }

  .graduate-profile-card__media img {
    min-height: 300px;
  }

  .academic-voc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .academic-achievers__shell {
    gap: 44px;
  }

  .academic-achievers__photo-wrap img {
    min-height: 420px;
  }

  .academic-achievers__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .academic-achievers__stat:last-child {
    grid-column: 1 / -1;
  }

  .academic-marquee__content span {
    letter-spacing: 0.14em;
  }
}

@media (max-width: 991px) {

  .academic-intro__copy::before,
  .academic-intro__copy::after {
    display: none;
  }

  .academic-intro {
    margin-top: -68px;
  }

  .academic-links-panel {
    display: flex;
    gap: 12px;
    padding: 14px;
    margin-bottom: 38px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .academic-links-panel::-webkit-scrollbar {
    height: 6px;
  }

  .academic-links-panel::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
  }

  .academic-link-chip {
    flex: 0 0 240px;
    min-height: 68px;
    padding: 16px 18px 20px;
    scroll-snap-align: start;
  }

  .academic-marquee {
    padding: 10px 0;
  }

  .academic-marquee__track {
    animation-duration: 22s;
  }

  .academic-marquee__content {
    gap: 14px;
    padding-right: 14px;
  }

  .academic-marquee__content span {
    gap: 14px;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .academic-intro__glass {
    padding: 22px 8px 16px;
  }

  .academic-intro__secondary {
    margin-bottom: 42px;
  }

  .academic-intro__secondary p,
  .academic-intro__tertiary p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .academic-story__shell {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 14px;
  }

  .academic-story__content {
    text-align: center;
    max-width: none;
    padding-top: 0;
  }

  .academic-story__eyebrow,
  .academic-story__lead,
  .academic-story__content p {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .academic-story__photo-wrap {
    max-width: 620px;
    margin: 0 auto;
  }

  .academic-story__visual {
    padding: 0;
  }

  .academic-story__photo-card {
    max-width: 668px;
    margin: 0 auto;
  }

  .academic-story__photo-wrap::before {
    left: 50%;
    right: auto;
    bottom: 18%;
    width: 86%;
    height: 68%;
    transform: translateX(-50%);
  }

  .academic-story__photo-wrap::after {
    right: 0;
    top: 0;
    width: 74%;
    height: 74%;
  }

  .academic-story__photo-wrap img {
    min-height: 420px;
  }

  .academic-cta__wrap {
    grid-template-columns: 1fr;
    display: grid;
  }

  .academic-intro__tertiary {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .academic-intro__tertiary-heading,
  .academic-intro__tertiary-copy {
    padding: 0;
  }

  .academic-intro__tertiary-heading {
    padding-right: 0;
  }

  .academic-intro__tertiary-heading::after {
    display: none;
  }

  .academic-intro__tertiary h4::before {
    margin: 0 auto 18px;
  }

  .graduate-profile-section {
    padding: 34px 0 88px;
  }

  .graduate-profile__heading {
    margin-bottom: 38px;
  }

  .graduate-profile-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: auto;
    padding: 12px 0 24px;
  }

  .graduate-profile-card__media {
    padding-right: 0;
  }

  .graduate-profile-card__media::before {
    inset: -18px 24px 68px 24px;
    border-radius: 28px;
  }

  .graduate-profile-card__media img {
    min-height: 380px;
    max-height: 460px;
  }

  .graduate-profile-card__content {
    max-width: 82%;
    margin: -56px auto 0;
    padding: 38px 34px 34px;
  }

  .graduate-profile-nav {
    top: 180px;
  }

  .graduate-profile-nav:hover {
    transform: translateY(-50%) translateY(-2px) scale(1.03);
  }

  .graduate-profile-nav-prev {
    left: 8px;
  }

  .graduate-profile-nav-next {
    right: 8px;
  }

  .graduate-profile-pagination {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .banner-section {
    height: 55vh;
  }

  .academic-banner-static {
    /* min-height: 560px; */
    min-height: 100%;
  }

  .academic-banner-static__content {
    padding: 0 20px;
  }

  /* .academic-banner-static__content {
    padding: 74px 20px 108px;
  } */

  .academic-banner-static,
  .academic-banner::after {
    border-radius: 0 0 22px 22px;
  }

  .academic-banner-static__eyebrow {
    letter-spacing: 0.18em;
    font-size: 0.72rem;
  }

  .academic-banner-static__eyebrow::before,
  .academic-banner-static__eyebrow::after {
    width: 26px;
  }

  .academic-banner-static__title {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .academic-banner-static__body {
    font-size: 1rem;
    line-height: 1.7;
  }

  .academic-intro {
    margin-top: -18px;
    padding: 0 0 34px;
  }

  .academic-links-panel {
    padding: 12px;
    margin-bottom: 32px;
    border-radius: 18px;
  }

  .academic-link-chip {
    flex-basis: min(84vw, 280px);
    min-height: 64px;
    font-size: 0.9rem;
  }

  .academic-story {
    padding: 50px 0 72px;
  }

  .academic-story__shell {
    padding-top: 10px;
  }

  .jnis-futuristic-vault {
    padding: 50px 20px;
  }

  .academic-story h2 {
    font-size: 1.95rem;
  }

  .academic-story .scroll-split-title .title-left,
  .academic-story .scroll-split-title .title-right {
    font-size: 1.95rem;
  }

  .academic-story__lead,
  .academic-story__content p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .academic-story__photo-wrap img {
    min-height: 320px;
    border-radius: 24px 24px 24px 54px;
  }

  .academic-story__photo-wrap::before {
    inset: 0 14% 14% 0;
    width: 84%;
    border-radius: 22px 48px 22px 68px;
  }

  .academic-story__photo-wrap::after {
    width: 72%;
    height: 72%;
    border-radius: 0 24px 0 0;
  }

  .academic-intro__frame h2 {
    font-size: 2rem;
  }

  .academic-intro__continuation {
    margin-top: 34px;
  }

  .academic-intro__secondary {
    margin-bottom: 34px;
  }

  .academic-intro__secondary h3 {
    font-size: 1.75rem;
  }

  .academic-intro__glass {
    padding: 18px 8px 12px;
  }

  .academic-intro__tertiary {
    gap: 10px;
  }

  .academic-intro__tertiary h4 {
    font-size: 1.6rem;
  }

  .academic-intro__divider {
    gap: 12px;
    margin-bottom: 22px;
  }

  .academic-intro__divider::before,
  .academic-intro__divider::after {
    width: 28%;
  }

  .academic-cta {
    padding-bottom: 76px;
  }

  .academic-cta__wrap {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .academic-story__photo-card {
    padding: 0;
    border-radius: 0;
  }

  .graduate-profile-section {
    padding: 26px 0 72px;
  }

  .graduate-profile__title {
    font-size: 1.95rem;
  }

  .graduate-profile__title.scroll-split-title .title-left,
  .graduate-profile__title.scroll-split-title .title-right {
    font-size: 1.95rem;
  }

  .graduate-profile__intro {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .graduate-profile-slider-wrap {
    padding: 0 10px;
  }

  .graduate-profile-card__media::before {
    inset: -10px 10px 84px 10px;
    border-radius: 22px;
  }

  .graduate-profile-card__media img {
    min-height: 260px;
    max-height: 320px;
    border-radius: 22px;
  }

  .graduate-profile-card__content {
    max-width: calc(100% - 18px);
    margin-top: -34px;
    padding: 28px 22px 28px;
    border-radius: 22px;
  }

  .graduate-profile-card__label {
    margin-bottom: 12px;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.74rem;
  }

  .graduate-profile-card__eyebrow {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
  }

  .graduate-profile-card__eyebrow::before {
    width: 26px;
  }

  .graduate-profile-card__content h3 {
    font-size: 1.6rem;
  }

  .graduate-profile-card__content p {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .graduate-profile-card__meta {
    gap: 8px;
    margin-top: 18px;
  }

  .graduate-profile-card__meta span {
    min-height: 32px;
    padding: 4px 12px;
    font-size: 0.74rem;
  }

  .graduate-profile-card__content::after {
    left: 22px;
    right: 22px;
  }

  .graduate-profile-nav {
    width: 42px;
    height: 42px;
    top: 126px;
  }

  .graduate-profile-nav-prev {
    left: 0;
  }

  .graduate-profile-nav-next {
    right: 0;
  }

  .academic-voc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .academic-page .academic-voc-grid .voc-card-modern {
    padding: 10px;
  }

  .academic-page .academic-voc-grid .voc-image-container {
    height: 210px;
  }

  .academic-page .academic-voc-grid .voc-content-modern {
    min-height: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -38px;
    padding: 24px 18px;
  }

  .academic-achievers-section {
    padding: 54px 0 76px;
  }

  .academic-achievers__shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .academic-achievers__content {
    max-width: none;
    text-align: center;
  }

  .academic-achievers__eyebrow,
  .academic-achievers__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .academic-achievers__stats {
    grid-template-columns: 1fr;
  }

  .academic-achievers__stat:last-child {
    grid-column: auto;
  }

  .academic-achievers__photo-wrap {
    max-width: 640px;
    margin: 0 auto;
  }

  .academic-achievers__photo-wrap::before {
    left: 50%;
    right: auto;
    bottom: 18%;
    width: 86%;
    height: 68%;
    transform: translateX(-50%);
  }

  .academic-achievers__photo-wrap::after {
    right: 0;
    top: 0;
    width: 74%;
    height: 74%;
  }

  .academic-achievers__photo-wrap img {
    min-height: 380px;
  }
}

/* Image Multiple css start */

/* PREMIUM DARK THEME SECTION CONTAINER */
.pyp-gallery-sec {
  font-family: "Montserrat", sans-serif;
  background: radial-gradient(circle at 80% 20%, #162a45 0%, #040f21 100%);
  padding: clamp(36px, 4vw, 60px) 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3.5vw, 60px);
}

/* Centered Heading Block */
.pyp-gallery-head {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-inline: 16px;
}

.pyp-gallery-head .pyp-kicker {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Override section-title colors for dark background */
.pyp-gallery-sec .section-title .title-left {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.pyp-gallery-sec .section-title .title-right {
  color: #38a6dd;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.pyp-gallery-sec .section-title .title-right em {
  color: #38a6dd;
  font-style: italic;
}

.pyp-gallery-lead {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.75;
}

/* Background Glowing Blobs / Orbs */
.pyp-bg-orb {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(56, 166, 221, 0.12);
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

.pyp-bg-orb-1 {
  top: 10%;
  left: 5%;
}

.pyp-bg-orb-2 {
  right: 10%;
  bottom: 5%;
  background: rgba(232, 223, 244, 0.08);
}

/* Layout Wrapping Grid */
.pyp-layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 clamp(18px, 3vw, 40px);
}

/* LEFT CONTENT BLOCK */
.pyp-left {
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.pyp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #38a6dd;
  margin-bottom: 20px;
}

.pyp-kicker::before,
.pyp-kicker::after {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #38a6dd);
}

.pyp-kicker::after {
  background: linear-gradient(90deg, #38a6dd, transparent);
}

.pyp-main-heading {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 25px;
}

.pyp-main-heading em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  color: #38a6dd;
}

.pyp-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 15px;
  max-width: 40ch;
}

/* Stats Display Layout */
.pyp-stats {
  display: flex;
  gap: 14px;
  margin: 22px 0 30px;
  flex-wrap: wrap;
}

.pyp-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 15px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  flex: 1;
  text-align: center;
}

.pyp-stat-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.pyp-stat-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #38a6dd;
}

/* Controls & Navigation Group */
.pyp-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.pyp-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  font-size: 16px;
}

.pyp-nav-btn:hover {
  background: #38a6dd;
  border-color: #38a6dd;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(56, 166, 221, 0.4);
}

.pyp-slide-counter {
  font-size: 0.85rem;
  color: #a5b5cc;
  font-weight: 600;
  margin-left: auto;
}

/* RIGHT SIDE — SWIPER PHOTO COLLAGE GRID */
.pyp-right {
  position: relative;
  justify-self: end;
}

.pyp-collage {
  display: grid;
  grid-template-columns: minmax(148px, 200px) minmax(168px, 230px) minmax(148px,
      200px);
  grid-template-rows: clamp(180px, 19vw, 260px) clamp(140px, 13vw, 185px);
  gap: clamp(10px, 1.2vw, 12px);
  width: 100%;
}

.pyp-cell {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pyp-cell-tall {
  grid-column: 2;
  grid-row: 1 / 3;
}

/* Swiper Handling Inside Grid Cells */
.pyp-cell .swiper {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.pyp-cell .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* CURATED FASHION IMAGES WITH BACKDROP BLUR SHARP FOCUS TRANSITION */
.pyp-cell .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.85s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.6s ease-in-out;
  transform: scale(1.25);
  filter: blur(4px) brightness(0.8);
}

/* TRIGGER ANIMATED FOCUS EFFECT ON ACTIVE SLIDE POP */
.pyp-cell .swiper-slide-active img {
  transform: scale(1);
  filter: blur(0px) brightness(1);
}

/* INTEGRATED SLEEK GLOW CARDS (NO ORANGE BACKGROUNDS) */
.pyp-glow-card {
  border-radius: 18px;
  background: linear-gradient(135deg,
      rgba(22, 42, 69, 0.8) 0%,
      rgba(4, 15, 33, 0.95) 100%);
  border: 1px solid rgba(56, 166, 221, 0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 15px rgba(56, 166, 221, 0.08);
  min-height: 100%;
}

.pyp-glow-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.pyp-glow-card h3 span {
  color: #38a6dd;
}

.pyp-pct-label {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  font-weight: 800;
  color: rgba(56, 166, 221, 0.15);
}

.pyp-dots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5px;
  position: absolute;
}

.pyp-dots-grid.tr {
  top: 18px;
  right: 46px;
}

.pyp-dots-grid.br {
  bottom: 14px;
  right: 14px;
}

.pyp-dots-grid span {
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: rgba(56, 166, 221, 0.25);
  display: block;
}

/* RESPONSIVE LAYOUT RESPONSES */
@media (max-width: 1150px) {
  .pyp-gallery-sec {
    gap: 40px;
  }

  .pyp-layout {
    grid-template-columns: 320px 1fr;
    gap: 30px;
    padding: 0 24px;
  }

  .pyp-right {
    width: 100%;
    max-width: 540px;
  }

  .pyp-collage {
    grid-template-columns: 155px 180px 155px;
    grid-template-rows: 210px 150px;
  }
}

@media (max-width: 850px) {
  .pyp-gallery-sec {
    gap: 30px;
    padding: 48px 0;
  }

  .pyp-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pyp-right {
    justify-self: center;
  }

  .pyp-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .pyp-cell,
  .pyp-glow-card {
    min-height: 190px;
  }

  .pyp-cell-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .pyp-note-card[style*="grid-column:3"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .pyp-note-card[style*="grid-column:1;grid-row:2"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .pyp-collage>.pyp-cell:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .pyp-collage>.pyp-cell:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .pyp-collage>.pyp-glow-card:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .pyp-collage>.pyp-glow-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .pyp-collage>.pyp-cell:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
}

@media (max-width: 1280px) and (max-height: 700px) and (min-width: 1100px) {
  .pyp-gallery-sec {
    padding: 30px 0 36px;
    gap: 22px;
  }

  .pyp-gallery-head {
    max-width: 1120px;
  }

  .pyp-main-heading {
    font-size: clamp(1.8rem, 2.9vw, 3rem);
    margin-bottom: 12px;
  }

  .pyp-gallery-lead {
    font-size: 0.96rem;
    line-height: 1.6;
    max-width: 620px;
  }

  .pyp-layout {
    grid-template-columns: minmax(300px, 370px) minmax(0, 1fr);
    gap: 24px;
  }

  .pyp-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .pyp-stats {
    margin: 16px 0 20px;
  }

  .pyp-stat {
    padding: 12px;
    border-radius: 14px;
  }

  .pyp-stat-num {
    font-size: 1.15rem;
  }

  .pyp-controls {
    gap: 10px;
  }

  .pyp-nav-btn {
    width: 44px;
    height: 44px;
  }

  .pyp-right {
    max-width: 480px;
  }

  .pyp-collage {
    grid-template-columns: minmax(132px, 170px) minmax(148px, 200px) minmax(132px,
        170px);
    grid-template-rows: 190px 140px;
  }

  .pyp-glow-card {
    padding: 14px;
  }
}

/* ===================================================================== */
/* PRIMARY YEARS PROGRAMME: ESSENTIAL LEARNING PILLARS VAULT             */
/* ===================================================================== */
.academic-page .jnis-futuristic-vault {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left,
      rgba(56, 166, 221, 0.12),
      transparent 28%),
    radial-gradient(circle at bottom right,
      rgba(216, 67, 46, 0.1),
      transparent 22%),
    linear-gradient(180deg, #071421 0%, #050b14 100%);
  padding: clamp(42px, 4.5vw, 72px) 0;
  isolation: isolate;
}

.academic-page .jnis-futuristic-vault::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%,
      rgba(255, 255, 255, 0.04),
      transparent 30%),
    radial-gradient(circle at 80% 80%,
      rgba(255, 255, 255, 0.03),
      transparent 26%);
  pointer-events: none;
  z-index: 0;
}

.academic-page .vault-bg-marquee {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  font-family: var(--montserrat);
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.02);
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

.academic-page .vault-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(20px, 3vw, 56px);
  align-items: start;
}

.academic-page .vault-heading-wrap {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto clamp(18px, 2.8vw, 36px);
  padding: 0 clamp(20px, 4vw, 52px);
}

.academic-page .vault-heading-wrap .section-title {
  margin-bottom: 10px;
}

.academic-page .vault-heading-desc {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.98rem;
}

.academic-page .vault-interactive-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.academic-page .vault-header-pane {
  margin-bottom: 14px;
}

.academic-page .vault-header-pane .section-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
}

.academic-page .vault-fluid-trigger {
  position: relative;
  padding: 12px 18px 13px 22px;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  cursor: pointer;
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.academic-page .vault-fluid-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(61, 188, 237, 0.08), transparent 72%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.academic-page .vault-fluid-trigger:hover,
.academic-page .vault-fluid-trigger.is-active {
  transform: translateX(6px);
  border-left-color: #3dbced;
}

.academic-page .vault-fluid-trigger:hover::before,
.academic-page .vault-fluid-trigger.is-active::before {
  opacity: 1;
}

.academic-page .vault-fluid-trigger .trigger-num {
  display: block;
  margin-bottom: 5px;
  font-family: var(--playfair);
  font-size: 0.92rem;
  font-style: italic;
  color: #3dbced;
  opacity: 0.72;
  letter-spacing: 0.04em;
}

.academic-page .vault-fluid-trigger h3 {
  margin: 0;
  font-family: var(--montserrat);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
  transition:
    color 0.32s ease,
    transform 0.32s ease;
}

.academic-page .vault-fluid-trigger .trigger-desc {
  margin: 6px 0 0;
  max-height: 0;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.88);
  opacity: 0;
  transition:
    max-height 0.36s ease,
    opacity 0.24s ease;
}

.academic-page .vault-fluid-trigger:hover h3,
.academic-page .vault-fluid-trigger.is-active h3 {
  color: #ffffff;
  transform: translateX(6px);
}

.academic-page .vault-fluid-trigger.is-active .trigger-desc {
  max-height: 90px;
  opacity: 1;
}

.academic-page .vault-portal-stage {
  position: relative;
  min-height: clamp(320px, 40vw, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.academic-page .portal-lens-wrapper {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  border-radius: 42% 58% 62% 38% / 45% 45% 55% 55%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.45);
  animation: vaultOrganicFloat 14s ease-in-out infinite alternate;
}

@keyframes vaultOrganicFloat {
  0% {
    border-radius: 42% 58% 62% 38% / 45% 45% 55% 55%;
    transform: translateY(0);
  }

  50% {
    border-radius: 58% 42% 40% 60% / 55% 55% 45% 45%;
    transform: translateY(-8px);
  }

  100% {
    border-radius: 48% 52% 55% 45% / 40% 48% 52% 60%;
    transform: translateY(4px);
  }
}

.academic-page .portal-lens-img {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 0.55s ease,
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.academic-page .portal-lens-img.is-visible {
  opacity: 1;
  transform: scale(1);
}

.academic-page .portal-floating-glass-card {
  position: absolute;
  left: clamp(12px, 2vw, 22px);
  bottom: clamp(12px, 2vw, 24px);
  max-width: 300px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(5, 11, 20, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  z-index: 2;
}

.academic-page .portal-floating-glass-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.academic-page .portal-floating-glass-card h4 {
  margin: 0 0 6px;
  font-family: var(--montserrat);
  font-size: 1.08rem;
  font-weight: 700;
  color: #3dbced;
}

.academic-page .portal-floating-glass-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.92);
}

@media (max-width: 1399px) and (min-width: 992px) {
  .academic-page .vault-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
    gap: 28px;
  }

  .academic-page .vault-fluid-trigger h3 {
    font-size: 1.2rem;
  }

  .academic-page .vault-portal-stage {
    min-height: 300px;
  }

  .academic-page .portal-lens-wrapper {
    width: min(100%, 480px);
  }
}

@media (max-height: 760px) and (min-width: 992px) {
  .academic-page .jnis-futuristic-vault {
    padding: 30px 0 34px;
  }

  .academic-page .vault-heading-wrap {
    margin-bottom: 16px;
  }

  .academic-page .vault-heading-wrap .section-title .title-left,
  .academic-page .vault-heading-wrap .section-title .title-right {
    font-size: 2.1rem;
  }

  .academic-page .vault-heading-desc {
    max-width: 700px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .academic-page .vault-container {
    gap: 22px;
    align-items: start;
  }

  .academic-page .vault-interactive-menu {
    gap: 8px;
  }

  .academic-page .vault-fluid-trigger {
    padding: 10px 16px 11px 20px;
  }

  .academic-page .vault-fluid-trigger .trigger-num {
    margin-bottom: 4px;
    font-size: 0.84rem;
  }

  .academic-page .vault-fluid-trigger h3 {
    font-size: 1.12rem;
  }

  .academic-page .vault-fluid-trigger .trigger-desc {
    margin-top: 5px;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .academic-page .vault-portal-stage {
    min-height: 280px;
  }

  .academic-page .portal-lens-wrapper {
    width: min(100%, 440px);
  }

  .academic-page .portal-floating-glass-card {
    max-width: 250px;
    padding: 16px 18px;
  }

  .academic-page .portal-floating-glass-card h4 {
    font-size: 1rem;
  }

  .academic-page .portal-floating-glass-card p {
    font-size: 0.82rem;
    line-height: 1.45;
  }
}

@media (max-width: 991px) {
  .academic-page .jnis-futuristic-vault {
    padding: 50px 20px;
  }

  .academic-page .vault-bg-marquee {
    display: none;
  }

  .academic-page .vault-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }

  .academic-page .vault-header-pane .section-title {
    text-align: center;
  }

  .academic-page .vault-fluid-trigger {
    padding: 14px 16px 14px 18px;
  }

  .academic-page .vault-fluid-trigger h3 {
    font-size: 1.2rem;
  }

  .academic-page .vault-fluid-trigger .trigger-desc {
    max-height: 90px;
    opacity: 1;
  }

  .academic-page .vault-portal-stage {
    min-height: 320px;
  }

  .academic-page .portal-floating-glass-card {
    display: none;
  }
}

/* Image Multiple css end */

/* === BUILDING FUTURE INNOVATION === */

.bfi-section {
  position: relative;
  padding: 84px 0 92px;
  background:
    radial-gradient(circle at 10% 15%,
      rgba(216, 67, 46, 0.08),
      transparent 26%),
    radial-gradient(circle at 88% 22%,
      rgba(56, 166, 221, 0.12),
      transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, #fff4e7 100%);
  overflow: hidden;
  isolation: isolate;
}

.bfi-section::before,
.bfi-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.bfi-section::before {
  width: 260px;
  height: 260px;
  left: -110px;
  top: 40px;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.15) 0%,
      rgba(56, 166, 221, 0) 70%);
}

.bfi-section::after {
  width: 320px;
  height: 320px;
  right: -140px;
  bottom: -120px;
  background: radial-gradient(circle,
      rgba(216, 67, 46, 0.12) 0%,
      rgba(216, 67, 46, 0) 72%);
}

.bfi-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
  gap: 5px;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto clamp(44px, 6vw, 68px);
}

.bfi-header__copy {
  text-align: left;
}

.bfi-header__copy .section-kicker {
  justify-content: flex-start;
}

.bfi-desc {
  max-width: 640px;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.85;
  color: #5d7394;
}

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

.bfi-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 108px;
  padding: 18px 16px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 34px rgba(0, 40, 94, 0.08);
}

.bfi-chip span {
  font-family: var(--montserrat);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--blue);
}

.bfi-chip strong {
  font-family: var(--montserrat_alternates);
  font-size: 1.02rem;
  line-height: 1.2;
  color: var(--dark-blue);
}

.bfi-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.86fr) minmax(0, 0.86fr);
  grid-auto-rows: 224px;
  gap: 18px;
}

.bfi-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 54px rgba(0, 40, 94, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: #fff;
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.bfi-card:nth-child(1) {
  grid-row: span 2;
}

.bfi-card:nth-child(2),
.bfi-card:nth-child(3) {
  min-height: 224px;
}

.bfi-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bfi-card:hover img {
  transform: scale(1.06);
}

.bfi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(0, 40, 94, 0.16);
}

.bfi-card-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  font-family: var(--montserrat);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 40, 94, 0.56);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .bfi-section {
    padding: 66px 0 72px;
  }

  .bfi-header {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .bfi-header__copy {
    text-align: center;
  }

  .bfi-header__copy .section-kicker {
    justify-content: center;
  }

  .bfi-header__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bfi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .bfi-card:nth-child(1) {
    grid-row: span 2;
    min-height: 360px;
  }

  .bfi-card:nth-child(2),
  .bfi-card:nth-child(3) {
    min-height: 210px;
  }
}

@media (max-width: 768px) {
  .bfi-header {
    margin-bottom: 36px;
  }

  .bfi-header__stats {
    grid-template-columns: 1fr;
  }

  .bfi-chip {
    min-height: auto;
    padding: 16px 16px 14px;
    align-items: center;
    text-align: center;
  }

  .bfi-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    grid-auto-rows: auto;
  }

  .bfi-card:nth-child(1),
  .bfi-card:nth-child(2),
  .bfi-card:nth-child(3) {
    grid-row: auto;
    min-height: 240px;
  }
}

/* === BUILDING FUTURE INNOVATION REWORK === */

.bfi-section {
  position: relative;
  padding: 56px 0 74px;
  background:
    radial-gradient(circle at 20% 0%,
      rgba(56, 166, 221, 0.08),
      transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(216, 67, 46, 0.05), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.bfi-section .container {
  max-width: 1360px;
}

.bfi-section .bfi-header {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.bfi-section .bfi-desc {
  max-width: 640px;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.78;
}

.bfi-section .bfi-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.bfi-section .bfi-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.98fr) minmax(0, 1.02fr);
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 16px 34px rgba(0, 40, 94, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.bfi-section .bfi-feature-card--gold {
  --accent: #c88a2d;
  --wash: rgba(200, 138, 45, 0.08);
}

.bfi-section .bfi-feature-card--blue {
  --accent: #4c87d9;
  --wash: rgba(76, 135, 217, 0.08);
}

.bfi-section .bfi-feature-card--green {
  --accent: #5b9c6e;
  --wash: rgba(91, 156, 110, 0.08);
}

.bfi-section .bfi-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0) 36%);
  pointer-events: none;
  z-index: 1;
}

.bfi-section .bfi-feature-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, var(--wash) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.24) 100%);
  pointer-events: none;
  z-index: 0;
}

.bfi-section .bfi-feature-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 26px 22px 24px 24px;
}

.bfi-section .bfi-feature-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--montserrat);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.bfi-section .bfi-feature-step::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.bfi-section .bfi-feature-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 40, 94, 0.12);
  box-shadow: 0 10px 24px rgba(0, 40, 94, 0.06);
  font-size: 1rem;
}

.bfi-section .bfi-feature-copy h3 {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.26rem;
  line-height: 1.08;
  font-weight: 700;
  color: var(--dark-blue);
}

.bfi-section .bfi-feature-copy p {
  margin: 0;
  max-width: 190px;
  font-family: var(--montserrat_alternates);
  font-size: 0.9rem;
  line-height: 1.62;
  color: #657892;
}

.bfi-section .bfi-feature-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--accent);
  border: 1px solid rgba(0, 40, 94, 0.14);
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 40, 94, 0.07);
  transition: transform 0.25s ease;
  margin-top: 4px;
}

.bfi-section .bfi-feature-media {
  position: relative;
  z-index: 2;
  overflow: hidden;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.bfi-section .bfi-feature-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
}

.bfi-section .bfi-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bfi-section .bfi-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 40, 94, 0.12);
}

.bfi-section .bfi-feature-card:hover .bfi-feature-arrow {
  transform: translateX(4px);
}

.bfi-section .bfi-feature-card:hover .bfi-feature-media img {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .bfi-feature-card {
    min-height: 300px;
    grid-template-columns: minmax(220px, 0.96fr) minmax(0, 1.04fr);
  }
}

@media (max-width: 991px) {
  .bfi-section {
    padding: 46px 0 62px;
  }

  .bfi-section .bfi-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .bfi-section .bfi-feature-card {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .bfi-section {
    padding: 38px 0 52px;
  }

  .bfi-section .bfi-header {
    margin-bottom: 20px;
  }

  .bfi-section .bfi-feature-list {
    grid-template-columns: 1fr;
  }

  .bfi-section .bfi-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }

  .bfi-section .bfi-feature-copy {
    padding: 20px 18px 16px;
  }

  .bfi-section .bfi-feature-copy p {
    max-width: none;
    font-size: 0.86rem;
  }

  .bfi-section .bfi-feature-media {
    clip-path: none;
    min-height: 210px;
  }
}

/* === BUILDING FUTURE INNOVATION OVERRIDE === */

.bfi-section .container {
  max-width: 1400px;
}

.bfi-section .bfi-header {
  max-width: 760px;
  margin: 0 auto 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bfi-section .bfi-header .section-kicker {
  justify-content: center;
  margin-bottom: 10px;
}

.bfi-section .bfi-header .section-title {
  width: 100%;
  margin: 0 auto 14px;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 10px;
  line-height: 0.96;
}

.bfi-section .bfi-header .section-title .title-left,
.bfi-section .bfi-header .section-title .title-right {
  margin: 0;
}

.bfi-section .bfi-desc {
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.96rem;
  line-height: 1.75;
}

.bfi-section .bfi-feature-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bfi-section .bfi-feature-card {
  min-height: 372px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #fcfcfe 100%);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 18px 40px rgba(0, 40, 94, 0.08);
}

.bfi-section .bfi-feature-card::before {
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.14) 34%),
    linear-gradient(180deg, var(--wash) 0%, rgba(255, 255, 255, 0) 36%);
}

.bfi-section .bfi-feature-copy {
  width: 100%;
  min-width: 0;
  padding: 26px 18px 24px 24px;
}

.bfi-section .bfi-feature-copy::after {
  width: 34px;
  right: -16px;
}

.bfi-section .bfi-feature-step {
  font-size: 0.72rem;
}

.bfi-section .bfi-feature-icon {
  width: 54px;
  height: 54px;
}

.bfi-section .bfi-feature-copy h3 {
  max-width: 165px;
  font-size: 1.24rem;
}

.bfi-section .bfi-feature-copy p {
  max-width: 100%;
  font-size: 0.88rem;
  line-height: 1.58;
}

.bfi-section .bfi-feature-arrow {
  margin-top: auto;
}

.bfi-section .bfi-feature-media {
  position: relative;
  left: auto;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 16%);
}

.bfi-section .bfi-feature-card--gold .bfi-feature-media img {
  object-position: center 58%;
}

.bfi-section .bfi-feature-card--blue .bfi-feature-media img {
  object-position: center 25%;
}

.bfi-section .bfi-feature-card--green .bfi-feature-media img {
  object-position: center 42%;
}

.bfi-section .bfi-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(0, 40, 94, 0.12);
}

@media (max-width: 1200px) {
  .bfi-section .bfi-feature-card {
    min-height: 340px;
  }
}

@media (max-width: 991px) {
  .bfi-section .bfi-feature-list {
    gap: 14px;
  }

  .bfi-section .bfi-feature-card {
    min-height: 300px;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }
}

@media (max-width: 768px) {
  .bfi-section .bfi-header {
    margin-bottom: 20px;
  }

  .bfi-section .bfi-header .section-title {
    gap: 0 6px;
  }

  .bfi-section .bfi-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }

  .bfi-section .bfi-feature-copy {
    padding: 20px 18px 16px;
  }

  .bfi-section .bfi-feature-copy h3 {
    max-width: none;
  }

  .bfi-section .bfi-feature-media {
    clip-path: none;
    min-height: 220px;
  }
}

/* === /BUILDING FUTURE INNOVATION === */

/* === STUDENT LED CONFERENCE === */

.slc-section {
  position: relative;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at top right,
      rgba(56, 166, 221, 0.14),
      transparent 28%),
    radial-gradient(circle at 16% 20%,
      rgba(216, 67, 46, 0.08),
      transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
  isolation: isolate;
}

.slc-section::before {
  content: "";
  position: absolute;
  inset: 32px auto auto -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.18) 0%,
      rgba(56, 166, 221, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.slc-section::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(216, 67, 46, 0.12) 0%,
      rgba(216, 67, 46, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.slc-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(34px, 4vw, 48px);
}

.slc-header__lead {
  max-width: 680px;
  margin: 0 auto;
  font-family: var(--montserrat_alternates);
  font-size: 1.04rem;
  line-height: 1.88;
  color: #5d7394;
}

.slc-immersive {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px;
  border-radius: 38px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(246, 249, 255, 0.96) 100%);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 24px 58px rgba(0, 40, 94, 0.1);
}

.slc-immersive__copy {
  flex: 0 0 min(360px, 34%);
}

.slc-immersive__card {
  position: relative;
  padding: 28px 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 18px 34px rgba(0, 40, 94, 0.07);
}

.slc-immersive__card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg,
      var(--blue) 0%,
      rgba(216, 67, 46, 0.9) 100%);
}

.slc-immersive__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: var(--montserrat);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
}

.slc-immersive__eyebrow::before {
  content: "";
  width: 46px;
  height: 2px;
  background: currentColor;
  opacity: 0.55;
}

.slc-immersive__card p {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.02rem;
  line-height: 1.9;
  color: #516884;
}

.slc-immersive__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.slc-immersive__meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(56, 166, 221, 0.08);
  border: 1px solid rgba(56, 166, 221, 0.14);
  color: var(--dark-blue);
  font-family: var(--montserrat);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slc-immersive__visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 620px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%,
      rgba(56, 166, 221, 0.12),
      transparent 26%),
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(240, 245, 255, 0.96) 100%);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 24px 58px rgba(0, 40, 94, 0.1);
}

.slc-immersive__visual::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(216, 67, 46, 0.08) 0%,
      rgba(216, 67, 46, 0) 70%);
  pointer-events: none;
}

.slc-immersive__visual::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.12) 0%,
      rgba(56, 166, 221, 0) 72%);
  pointer-events: none;
}

.slc-immersive__main,
.slc-immersive__accent {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 20px 42px rgba(0, 40, 94, 0.15);
}

.slc-immersive__main::after,
.slc-immersive__accent::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(180deg,
      rgba(0, 17, 40, 0) 0%,
      rgba(0, 17, 40, 0.5) 100%);
  z-index: 1;
}

.slc-immersive__main {
  inset: 56px 110px 44px 132px;
  border-radius: 38px;
}

.slc-immersive__accent--top {
  top: 22px;
  left: 18px;
  width: 220px;
  height: 180px;
}

.slc-immersive__accent--bottom {
  right: 18px;
  bottom: 20px;
  width: 220px;
  height: 180px;
}

.slc-immersive__main img,
.slc-immersive__accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slc-immersive__visual:hover .slc-immersive__main img,
.slc-immersive__visual:hover .slc-immersive__accent img {
  transform: scale(1.05);
}

.slc-immersive__label {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--dark-blue);
  font-family: var(--montserrat);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 24px rgba(0, 40, 94, 0.12);
}

@media (max-width: 1200px) {
  .slc-immersive {
    gap: 24px;
  }

  .slc-immersive__visual {
    min-height: 560px;
  }

  .slc-immersive__main {
    inset: 50px 90px 40px 120px;
  }

  .slc-immersive__accent--top,
  .slc-immersive__accent--bottom {
    width: 200px;
    height: 168px;
  }
}

@media (max-width: 991px) {
  .slc-section {
    padding: 66px 0 72px;
  }

  .slc-immersive {
    flex-direction: column;
    align-items: stretch;
  }

  .slc-immersive__copy {
    flex-basis: auto;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .slc-immersive__visual {
    min-height: 520px;
  }

  .slc-immersive__main {
    inset: 52px 76px 40px 116px;
  }

  .slc-immersive__accent--top {
    top: 18px;
    left: 14px;
  }

  .slc-immersive__accent--bottom {
    right: 14px;
    bottom: 18px;
  }
}

@media (max-width: 768px) {
  .slc-section {
    padding: 52px 0 60px;
  }

  .slc-header {
    margin-bottom: 22px;
  }

  .slc-header__lead {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .slc-immersive {
    padding: 16px;
    border-radius: 28px;
  }

  .slc-immersive__card {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .slc-immersive__card p {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .slc-immersive__visual {
    min-height: 0;
    padding: 16px;
    border-radius: 28px;
  }

  .slc-immersive__main,
  .slc-immersive__accent {
    position: relative;
    inset: auto;
    width: 100%;
    height: 210px;
    transform: none;
    border-radius: 22px;
  }

  .slc-immersive__main {
    height: 250px;
    margin-bottom: 12px;
  }

  .slc-immersive__visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .slc-immersive__label {
    position: static;
    transform: none;
    align-self: center;
    margin-top: 2px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }
}

/* === STudent Led Conference Surface === */

.slc-surface {
  display: grid;
  grid-template-columns: minmax(285px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 40, 94, 0.06);
  box-shadow: 0 22px 48px rgba(0, 40, 94, 0.08);
}

.slc-surface__copy,
.slc-surface__visual {
  min-width: 0;
}

.slc-surface__card {
  position: relative;
  height: 100%;
  padding: 28px 24px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 18px 34px rgba(8, 38, 82, 0.06);
}

.slc-surface__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.slc-surface__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #5aa2e3 0%, #2d79d7 100%);
  box-shadow: 0 10px 20px rgba(45, 121, 215, 0.2);
  flex-shrink: 0;
}

.slc-surface__eyebrow span:last-child {
  font-family: var(--montserrat);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2d79d7;
}

.slc-surface__card p {
  margin: 0;
  max-width: 250px;
  font-family: var(--montserrat_alternates);
  font-size: 1rem;
  line-height: 1.9;
  color: #516884;
}

.slc-surface__list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.slc-surface__row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 12px 10px 12px 8px;
  border-top: 1px solid rgba(0, 40, 94, 0.08);
  color: var(--dark-blue);
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

.slc-surface__row:hover {
  transform: translateX(4px);
  color: var(--blue);
}

.slc-surface__row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #2d79d7;
  background: rgba(45, 121, 215, 0.1);
  flex-shrink: 0;
}

.slc-surface__row-icon--green {
  color: #4f9b61;
  background: rgba(79, 155, 97, 0.1);
}

.slc-surface__row-icon--violet {
  color: #7a67d8;
  background: rgba(122, 103, 216, 0.1);
}

.slc-surface__row-text {
  font-family: var(--montserrat);
  font-size: 0.92rem;
  font-weight: 600;
}

.slc-surface__row-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9ab0c8;
  font-size: 0.9rem;
}

.slc-surface__visual {
  position: relative;
  min-height: 560px;
  padding: 8px;
  border-radius: 28px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.65) 0%,
      rgba(245, 248, 255, 0.95) 100%);
  border: 1px solid rgba(0, 40, 94, 0.06);
}

.slc-surface__visual::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.12) 0%,
      rgba(56, 166, 221, 0) 70%);
  pointer-events: none;
}

.slc-surface__main,
.slc-surface__thumb {
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 6px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 34px rgba(8, 38, 82, 0.12);
}

.slc-surface__main::after,
.slc-surface__thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg,
      rgba(0, 17, 40, 0) 0%,
      rgba(0, 17, 40, 0.22) 100%);
  z-index: 1;
}

.slc-surface__main {
  inset: 18px 18px 18px 162px;
  border-radius: 28px;
  z-index: 1;
}

.slc-surface__thumb--top {
  top: 10px;
  left: 10px;
  width: 176px;
  height: 154px;
  z-index: 2;
}

.slc-surface__thumb--bottom {
  right: 10px;
  bottom: 10px;
  width: 170px;
  height: 140px;
  z-index: 2;
}

.slc-surface__main img,
.slc-surface__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slc-surface__main img {
  object-position: center center;
}

.slc-surface__thumb--top img {
  object-position: center top;
}

.slc-surface__thumb--bottom img {
  object-position: center 28%;
}

.slc-surface__visual:hover .slc-surface__main img,
.slc-surface__visual:hover .slc-surface__thumb img {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .slc-surface {
    grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.12fr);
  }

  .slc-surface__main {
    inset: 16px 16px 16px 156px;
  }
}

@media (max-width: 991px) {
  .slc-section {
    padding: 66px 0 72px;
  }

  .slc-surface {
    grid-template-columns: 1fr;
  }

  .slc-surface__visual {
    min-height: 520px;
  }

  .slc-surface__main {
    inset: 16px 16px 16px 154px;
  }
}

@media (max-width: 768px) {
  .slc-section {
    padding: 52px 0 60px;
  }

  .slc-header {
    margin-bottom: 22px;
  }

  .slc-header__lead {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .slc-surface {
    padding: 14px;
    border-radius: 24px;
  }

  .slc-surface__card {
    padding: 22px 18px 20px;
  }

  .slc-surface__card p {
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.78;
  }

  .slc-surface__row {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 10px 8px 10px 6px;
  }

  .slc-surface__row-icon {
    width: 42px;
    height: 42px;
  }

  .slc-surface__visual {
    min-height: 0;
    padding: 12px;
  }

  .slc-surface__main,
  .slc-surface__thumb {
    position: relative;
    inset: auto;
    width: 100%;
    height: 210px;
  }

  .slc-surface__main {
    height: 280px;
  }

  .slc-surface__thumb--top,
  .slc-surface__thumb--bottom {
    width: 100%;
    height: 180px;
  }

  .slc-surface__visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

/* === ACADEMIC ACHIEVERS === */

.academic-achievers-section {
  position: relative;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 12% 24%,
      rgba(56, 166, 221, 0.12),
      transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(216, 67, 46, 0.1), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  overflow: hidden;
  isolation: isolate;
}

.academic-achievers-section::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 36px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.15) 0%,
      rgba(56, 166, 221, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.academic-achievers-section::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(216, 67, 46, 0.12) 0%,
      rgba(216, 67, 46, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.academic-achievers__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 74px;
  align-items: center;
}

.academic-achievers__visual {
  position: relative;
}

.academic-achievers__photo-wrap {
  position: relative;
  padding: 18px 18px 0 0;
}

.academic-achievers__photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0 16% 16% 0;
  border-radius: 28px 76px 28px 92px;
  background: linear-gradient(180deg,
      rgba(56, 166, 221, 0.16) 0%,
      rgba(56, 166, 221, 0.05) 100%);
}

.academic-achievers__photo-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 76%;
  height: 76%;
  border-top: 1px solid rgba(56, 166, 221, 0.24);
  border-right: 1px solid rgba(56, 166, 221, 0.24);
  border-radius: 0 34px 0 0;
}

.academic-achievers__photo-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 28px 28px 28px 92px;
  box-shadow: 0 24px 54px rgba(8, 38, 82, 0.12);
}

.academic-achievers__content {
  max-width: 640px;
}

.academic-achievers__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-family: var(--montserrat);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue);
}

.academic-achievers__eyebrow::before {
  content: "";
  width: 58px;
  height: 2px;
  background: currentColor;
  opacity: 0.55;
}

.academic-achievers__content .section-title {
  margin-bottom: 18px;
}

.academic-achievers__lead {
  margin: 0;
  font-family: var(--montserrat_alternates);
  font-size: 1.06rem;
  line-height: 1.86;
  color: #5d7394;
}

.academic-achievers__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.academic-achievers__stat {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(239, 245, 255, 0.94) 100%);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 16px 38px rgba(0, 40, 94, 0.07);
}

.academic-achievers__stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,
      var(--blue) 0%,
      rgba(216, 67, 46, 0.9) 100%);
}

.academic-achievers__stat strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--montserrat);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark-blue);
}

.academic-achievers__stat span {
  display: block;
  font-family: var(--montserrat_alternates);
  font-size: 0.96rem;
  line-height: 1.7;
  color: #5d7394;
}

/* === /ACADEMIC ACHIEVERS === */

.bfi-modern-section {
  position: relative;
  padding: 82px 0;
  background:
    radial-gradient(circle at top left,
      rgba(56, 166, 221, 0.12),
      transparent 30%),
    radial-gradient(circle at bottom right,
      rgba(216, 67, 46, 0.08),
      transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
  isolation: isolate;
}

.slc-section {
  background:
    radial-gradient(circle at top right,
      rgba(56, 166, 221, 0.14),
      transparent 28%),
    radial-gradient(circle at 14% 18%,
      rgba(216, 67, 46, 0.08),
      transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.slc-section::before {
  content: "";
  position: absolute;
  inset: 28px auto auto -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(56, 166, 221, 0.18) 0%,
      rgba(56, 166, 221, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.slc-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(216, 67, 46, 0.12) 0%,
      rgba(216, 67, 46, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.bfi-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-family: var(--montserrat);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
}

.bfi-tag::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

.bfi-content .section-title {
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 4vw, 4.1rem);
  line-height: 0.98;
  color: var(--dark-blue);
}

.bfi-content .section-title span {
  display: block;
  color: #318bd9;
  font-family: var(--playfair);
  font-style: italic;
  letter-spacing: -0.02em;
}

.bfi-content p {
  margin: 0;
  color: #5d7394;
  line-height: 1.9;
  font-family: var(--montserrat_alternates);
  font-size: 1.02rem;
}

.bfi-features {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.feature-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 40, 94, 0.08);
  box-shadow: 0 16px 34px rgba(8, 38, 82, 0.06);
  backdrop-filter: blur(12px);
}

.feature-item>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-item i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue) 0%, #2d79d7 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 12px 24px rgba(45, 121, 215, 0.22);
}

.feature-item h6 {
  margin: 0 0 4px;
  color: var(--dark-blue);
  font-weight: 800;
  font-size: 0.98rem;
}

.feature-item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #60728b;
}

.bfi-image-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(240px, 0.72fr);
  gap: 14px;
  align-items: stretch;
}

.main-image {
  flex: 1;
  position: relative;
}

.main-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(8, 38, 82, 0.12);
}

.side-images {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 500px;
}

.small-image {
  position: relative;
  min-height: 0;
}

.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(8, 38, 82, 0.1);
}

.main-image span,
.small-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(8, 43, 102, 0.9);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}


.pyp-fan-gallery {
  padding: 34px 0 200px;
  background:
    radial-gradient(circle at 10% 20%, rgba(56, 166, 221, 0.09) 0%, transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(0, 40, 94, 0.07) 0%, transparent 28%),
    linear-gradient(180deg, #f5f3ef 0%, #edeae4 100%);
  position: relative;
  overflow: hidden;
}

.pyp-fan-gallery__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 64px;
}

.pyp-fan-gallery__heading {
  font-family: var(--montserrat);
  font-size: clamp(2.6rem, 4vw, 4.1rem);
  font-weight: 500;
  line-height: 1.22;
  color: var(--dark-blue);
  margin: 0;
}

.pyp-fan-gallery__heading em {
  display: block;
  font-family: var(--playfair);
  font-style: italic;
  font-weight: 700;
  color: #318bd9;
  margin-top: 2px;
}

.pyp-fan-gallery__right {
  padding-top: 8px;
}

.pyp-fan-gallery__desc {
  font-family: var(--montserrat_alternates);
  font-size: 1rem;
  line-height: 1.82;
  color: #5a6e8a;
  margin: 0 0 26px;
}

.pyp-fan-gallery__btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1.5px solid var(--dark-blue);
  border-radius: 8px;
  background: transparent;
  color: var(--dark-blue);
  font-family: var(--montserrat);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.pyp-fan-gallery__btn:hover {
  background: var(--dark-blue);
  color: #fff;
}

/* ── Fan stage ── */
.pyp-fan-gallery__stage {
  position: relative;
  height: clamp(380px, 46vh, 520px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pyp-fan-gallery__card {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  background: #dde8f0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pyp-fan-gallery__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pyp-fan-gallery__card--left {
  width: 275px;
  height: 390px;
  transform: rotate(-16deg) translateX(-315px) translateY(34px);
  z-index: 1;
  box-shadow: 0 10px 32px rgba(0, 40, 94, 0.12);
}

.pyp-fan-gallery__card--center {
  width: 320px;
  height: 455px;
  transform: translateY(0);
  z-index: 3;
  box-shadow: 0 24px 64px rgba(0, 40, 94, 0.22);
  border: 3px solid #fff;
}

.pyp-fan-gallery__card--right {
  width: 275px;
  height: 390px;
  transform: rotate(16deg) translateX(315px) translateY(34px);
  z-index: 2;
  box-shadow: 0 10px 32px rgba(0, 40, 94, 0.12);
}

.pyp-fan-gallery__card--left:hover {
  transform: rotate(-16deg) translateX(-315px) translateY(18px);
  box-shadow: 0 18px 46px rgba(0, 40, 94, 0.2);
  z-index: 5;
}

.pyp-fan-gallery__card--center:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 72px rgba(0, 40, 94, 0.28);
}

.pyp-fan-gallery__card--right:hover {
  transform: rotate(16deg) translateX(315px) translateY(18px);
  box-shadow: 0 18px 46px rgba(0, 40, 94, 0.2);
  z-index: 5;
}

@media (min-width: 1200px) and (max-height: 700px) {
  .pyp-fan-gallery {
    padding: 34px 0 150px;
  }

  .pyp-fan-gallery__top {
    gap: 28px;
    margin-bottom: 60px;
  }

  .pyp-fan-gallery__heading {
    font-size: clamp(2.1rem, 3.2vw, 3.25rem);
    line-height: 1.08;
  }

  .pyp-fan-gallery__desc {
    font-size: 0.92rem;
    line-height: 1.62;
    margin-bottom: 18px;
  }

  .pyp-fan-gallery__btn {
    padding: 10px 24px;
  }

  .pyp-fan-gallery__stage {
    height: 330px;
  }

  .pyp-fan-gallery__card--left {
    width: 220px;
    height: 308px;
    transform: rotate(-14deg) translateX(-250px) translateY(24px);
  }

  .pyp-fan-gallery__card--center {
    width: 260px;
    height: 350px;
  }

  .pyp-fan-gallery__card--right {
    width: 220px;
    height: 308px;
    transform: rotate(14deg) translateX(250px) translateY(24px);
  }

  .pyp-fan-gallery__card--left:hover {
    transform: rotate(-14deg) translateX(-250px) translateY(12px);
  }

  .pyp-fan-gallery__card--right:hover {
    transform: rotate(14deg) translateX(250px) translateY(12px);
  }
}

/* ── Caption ── */
.pyp-fan-gallery__caption {
  margin-top: 28px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.pyp-fan-gallery__caption strong {
  display: block;
  font-family: var(--montserrat);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 4px;
}

.pyp-fan-gallery__caption span {
  font-family: var(--montserrat_alternates);
  font-size: 0.88rem;
  color: #8a9cb8;
}

@media (max-width: 991px) {
  .bfi-modern-section {
    padding: 62px 0;
  }

  .bfi-content .section-title {
    font-size: clamp(2.2rem, 6vw, 3.2rem);
  }

  .bfi-image-layout {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
  }

  .side-images {
    width: 100%;
    display: flex;
    flex-direction: row;
    min-height: 0;
  }

  .small-image {
    flex: 1;
  }

  .main-image img {
    height: 330px;
    min-height: 330px;
  }

  .small-image img {
    height: 200px;
    min-height: 200px;
  }

  .bfi-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .bfi-modern-section {
    padding: 50px 0;
  }

  .bfi-tag {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .bfi-tag::before {
    width: 34px;
  }

  .bfi-content p {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .feature-item {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .feature-item i {
    width: 48px;
    height: 48px;
  }

  .main-image img {
    height: 280px;
    min-height: 280px;
    border-radius: 24px;
  }

  .side-images {
    flex-direction: column;
  }

  .small-image img {
    height: 190px;
    min-height: 190px;
    border-radius: 20px;
  }

  .main-image span,
  .small-image span {
    left: 14px;
    bottom: 14px;
    font-size: 0.68rem;
    padding: 9px 13px;
  }
}

/* Standardized non-banner section headings */
.section-title .title-left,
.scroll-split-title .title-left {
  font-family: var(--montserrat) !important;
  font-size: 3rem !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.08;
}

.section-title .title-right,
.scroll-split-title .title-right {
  font-family: var(--eb-garamond) !important;
  font-size: 3rem !important;
  font-weight: 600 !important;
  font-style: italic !important;
  color: #38a6dd !important;
  line-height: 1.08;
}

@media (max-width: 767px) {

  .section-title .title-left,
  .section-title .title-right,
  .scroll-split-title .title-left,
  .scroll-split-title .title-right {
    font-size: 2rem !important;
  }
}

















.academic-story {
  position: relative;
}

.academic-story__item {
  position: relative;
  padding: 70px 0;
}

.academic-story__item:first-child {
  padding-top: 0;
}
.academic-story__item:last-child {
  padding-bottom: 0;
}


/* Light colour effect between sections */
.academic-story__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,
      transparent,
      rgba(220, 195, 120, 0.25),
      transparent);
}

/* Soft glow behind the divider */
.academic-story__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 60%;
  height: 60px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse,
      rgba(220, 195, 120, 0.08) 0%,
      transparent 70%);
  pointer-events: none;
}

.academic-story__shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Normal:
   Text LEFT
   Image RIGHT
*/
.academic-story__content {
  grid-column: 1;
  grid-row: 1;
}

.academic-story__visual {
  grid-column: 2;
  grid-row: 1;
}

/* Even sections:
   Image LEFT
   Text RIGHT
*/
.academic-story__item--reverse .academic-story__content {
  grid-column: 2;
}

.academic-story__item--reverse .academic-story__visual {
  grid-column: 1;
}

.academic-story__photo-card {
  position: relative;
  overflow: hidden;
}

.academic-story__photo-wrap {
  overflow: hidden;
}

.academic-story__photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
}


.academic-story__person {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--dark-blue);
  font-family: 'EB Garamond';
  font-style: italic;
}

@media (max-width: 767px) {
    .academic-story__person {
        margin-top: 20px;
        font-size: 16px;
    }
}


/* Mobile */
@media (max-width: 767px) {



  .academic-story__item {
    padding: 50px 0;
  }

  .academic-story__shell {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  /* On mobile always keep text first, image second */
  .academic-story__content,
  .academic-story__item--reverse .academic-story__content {
    order: 1;
  }

  .academic-story__visual,
  .academic-story__item--reverse .academic-story__visual {
    order: 2;
  }

  .academic-story__item:not(:last-child)::after {
    width: 90%;
  }

  .academic-story__item:not(:last-child)::before {
    width: 90%;
  }

}