.institute-page {
  --inst-bg: #020a10;
  --inst-panel: rgba(4, 27, 35, 0.82);
  --inst-panel-2: rgba(4, 32, 42, 0.9);
  --inst-line: rgba(37, 224, 219, 0.2);
  --inst-cyan: #22d7d1;
  --inst-cyan-soft: rgba(34, 215, 209, 0.12);
  --inst-text: #f5fbfb;
  --inst-muted: rgba(230, 248, 248, 0.74);
  background:
    radial-gradient(circle at 75% 8%, rgba(20, 196, 196, 0.22), transparent 30%),
    radial-gradient(circle at 15% 26%, rgba(24, 140, 150, 0.13), transparent 28%),
    linear-gradient(180deg, #020a10 0%, #041018 54%, #020a10 100%);
  color: var(--inst-text);
  font-family: "Manrope", "Plus Jakarta Sans", system-ui, sans-serif;
  overflow: hidden;
}

.institute-page *,
.institute-page *::before,
.institute-page *::after {
  box-sizing: border-box;
}

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

.institute-hero-block {
  background:
    radial-gradient(circle at 72% 38%, rgba(34, 215, 209, 0.16), transparent 28%),
    radial-gradient(circle at 28% 28%, rgba(34, 215, 209, 0.1), transparent 26%),
    linear-gradient(115deg, #01070d 0%, #020b12 42%, #031923 100%) !important;
  color: #fff;
  overflow: hidden;
  padding: 0 clamp(22px, 5vw, 72px) clamp(34px, 4vw, 52px);
  position: relative;
}

.institute-hero-block::before {
  background-image:
    linear-gradient(rgba(34, 215, 209, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 209, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.institute-hero-block::after {
  background: linear-gradient(90deg, rgba(1, 7, 13, 0.84), transparent 46%, rgba(2, 14, 19, 0.54));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.institute-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 72px);
  min-height: 620px;
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(58px, 7vw, 92px) 0 34px;
  position: relative;
  z-index: 1;
}

.institute-hero::before {
  background:
    radial-gradient(circle at 76% 42%, rgba(34, 215, 209, 0.22), transparent 24%),
    radial-gradient(circle at 10% 18%, rgba(34, 215, 209, 0.08), transparent 25%);
  content: "";
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}

.institute-hero__copy,
.institute-hero__visual {
  position: relative;
  z-index: 1;
}

.institute-hero__copy {
  align-self: center;
  max-width: 640px;
}

.institute-kicker,
.section-eyebrow {
  color: var(--inst-cyan);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1.2;
  text-transform: uppercase;
}

.institute-hero h1 {
  color: #fff;
  font-family: var(--rp-font-heading, "Playfair Display", Georgia, serif) !important;
  font-size: clamp(3rem, 4vw, 4.25rem) !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05 !important;
  margin-top: 16px;
  max-width: 12ch;
  overflow-wrap: normal;
  text-transform: uppercase;
  text-wrap: balance;
}

.institute-hero h1 sup {
  color: var(--inst-cyan);
  font-size: 0.22em;
  top: -1.6em;
}

.institute-hero h2 {
  color: var(--inst-cyan);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 800;
  margin-top: 22px;
}

.institute-hero p {
  color: rgba(245, 251, 251, 0.84);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.72;
  margin-top: 18px;
  max-width: 620px;
}

.institute-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.institute-btn {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  min-width: 156px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.institute-btn:hover {
  transform: translateY(-2px);
}

.institute-btn--primary {
  background: linear-gradient(135deg, #40eee8 0%, #0a9b9d 100%);
  box-shadow: 0 18px 42px rgba(31, 214, 208, 0.18);
  color: #031014;
}

.institute-btn--ghost {
  border: 1px solid rgba(34, 215, 209, 0.55);
  color: #fff;
}

.institute-hero__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 540px;
  overflow: hidden;
  padding-left: clamp(12px, 1.6vw, 24px);
}

.institute-hero__visual::after {
  background:
    linear-gradient(90deg, rgba(2, 10, 16, 0.92) 0%, rgba(2, 10, 16, 0.32) 7%, transparent 16%, transparent 84%, rgba(3, 20, 27, 0.32) 93%, rgba(3, 20, 27, 0.92) 100%),
    linear-gradient(180deg, rgba(2, 10, 16, 0.78) 0%, transparent 14%, transparent 84%, rgba(2, 10, 16, 0.78) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.institute-hero__art {
  display: block;
  filter: brightness(1.06) contrast(1.05) drop-shadow(0 0 30px rgba(34, 215, 209, 0.2));
  height: auto;
  isolation: isolate;
  mask-image: radial-gradient(ellipse at center, #000 0 68%, rgba(0, 0, 0, 0.86) 78%, transparent 100%);
  max-height: 560px;
  max-width: min(100%, 860px);
  mix-blend-mode: lighten;
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 3;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 68%, rgba(0, 0, 0, 0.86) 78%, transparent 100%);
}

.institute-hero__art ~ .institute-orbit,
.institute-hero__art ~ .institute-shield,
.institute-hero__art ~ .institute-value {
  opacity: 0;
  pointer-events: none;
}

.institute-orbit {
  aspect-ratio: 1;
  background:
    radial-gradient(circle, transparent 0 29%, rgba(34, 215, 209, 0.24) 30% 30.5%, transparent 31% 44%, rgba(34, 215, 209, 0.16) 44.5% 45%, transparent 46%),
    repeating-conic-gradient(from 4deg, rgba(34, 215, 209, 0.22) 0 1deg, transparent 1deg 7deg);
  border-radius: 50%;
  filter: drop-shadow(0 0 32px rgba(34, 215, 209, 0.22));
  opacity: 0.9;
  position: absolute;
  width: min(82%, 520px);
}

.institute-orbit::before,
.institute-orbit::after {
  border: 1px solid rgba(34, 215, 209, 0.2);
  border-radius: 50%;
  content: "";
  inset: 12%;
  position: absolute;
}

.institute-orbit::after {
  inset: 25%;
}

.institute-shield {
  align-items: center;
  background:
    linear-gradient(160deg, rgba(43, 230, 225, 0.2), rgba(43, 230, 225, 0.04)),
    rgba(1, 12, 18, 0.72);
  border: 2px solid rgba(101, 249, 247, 0.72);
  clip-path: polygon(50% 0%, 86% 12%, 86% 55%, 50% 100%, 14% 55%, 14% 12%);
  display: flex;
  height: min(52vw, 300px);
  justify-content: center;
  position: relative;
  width: min(42vw, 240px);
  z-index: 1;
}

.institute-shield i {
  align-self: center;
  color: #82fffb;
  filter: drop-shadow(0 0 18px rgba(34, 215, 209, 0.45));
  font-size: clamp(5rem, 11vw, 8rem);
}

.institute-value {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 8px;
  justify-items: center;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}

.institute-value i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.7rem;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.institute-value span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.22;
}

.value-a { left: 5%; top: 26%; }
.value-b { left: 8%; top: 54%; }
.value-c { right: 3%; top: 26%; }
.value-d { right: 4%; top: 54%; }

.institute-shell {
  background:
    radial-gradient(circle at 76% 8%, rgba(34, 215, 209, 0.1), transparent 28%),
    radial-gradient(circle at 18% 22%, rgba(20, 147, 151, 0.08), transparent 30%),
    linear-gradient(180deg, #020a10 0%, #041018 48%, #020a10 100%);
  padding: 56px clamp(18px, 4.8vw, 68px) 56px;
}

.institute-stats,
.institute-split,
.program-grid,
.faculty-row,
.why-section,
.institute-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.institute-stats {
  background: rgba(4, 29, 38, 0.78);
  border: 1px solid var(--inst-line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.institute-stats--hero {
  background: linear-gradient(90deg, rgba(3, 20, 29, 0.96), rgba(6, 41, 52, 0.92), rgba(3, 20, 29, 0.96));
  border-color: rgba(34, 215, 209, 0.24);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38), inset 0 0 36px rgba(34, 215, 209, 0.04);
  margin-top: 2px;
  position: relative;
  z-index: 1;
}

.institute-stats div {
  align-items: center;
  border-left: 1px solid rgba(34, 215, 209, 0.17);
  display: grid;
  gap: 0 18px;
  grid-template-columns: 54px auto;
  min-height: 118px;
  padding: 22px 28px;
}

.institute-stats div:first-child {
  border-left: 0;
}

.institute-stats i {
  color: var(--inst-cyan);
  font-size: 2.35rem;
  grid-row: span 2;
}

.institute-stats strong {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1;
}

.institute-stats span {
  color: var(--inst-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.institute-split {
  background:
    radial-gradient(circle at 82% 34%, rgba(34, 215, 209, 0.2), transparent 30%),
    radial-gradient(circle at 10% 70%, rgba(70, 112, 121, 0.18), transparent 34%),
    linear-gradient(115deg, rgba(10, 31, 38, 0.98), rgba(19, 45, 52, 0.96));
  border: 1px solid rgba(34, 215, 209, 0.2);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  display: grid;
  gap: clamp(40px, 5vw, 72px);
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  margin-top: 54px;
  padding: clamp(34px, 4.6vw, 58px);
}

.mission-panel,
.approach-panel {
  min-width: 0;
}

.mission-panel {
  border-right: 1px solid var(--inst-line);
  padding-right: clamp(34px, 4vw, 58px);
}

.mission-panel h2,
.approach-panel h2,
.institute-section-title h2,
.institute-cta h2 {
  color: #fff;
  font-family: "Manrope", "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: clamp(1.85rem, 2.15vw, 2.35rem);
  font-weight: 800;
  line-height: 1.22;
  margin-top: 12px;
}

.mission-panel p,
.approach-panel p,
.institute-section-title p,
.institute-cta p {
  color: var(--inst-muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 18px;
}

.mission-point {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 64px 1fr;
  margin-top: 34px;
}

.mission-point i,
.program-card > i,
.why-grid i {
  align-items: center;
  border: 1px solid rgba(34, 215, 209, 0.55);
  border-radius: 50%;
  color: var(--inst-cyan);
  display: inline-flex;
  font-size: 1.5rem;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.mission-point strong {
  color: var(--inst-cyan);
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mission-point span {
  color: var(--inst-muted);
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 6px;
}

.approach-map {
  align-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 215, 209, 0.18), transparent 34%),
    rgba(3, 20, 28, 0.82);
  border: 1px solid var(--inst-line);
  border-radius: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 180px 1fr;
  margin-top: 26px;
  padding: 24px;
}

.approach-map--image {
  background:
    radial-gradient(circle at 50% 48%, rgba(34, 215, 209, 0.15), transparent 35%),
    linear-gradient(180deg, rgba(5, 31, 39, 0.88), rgba(3, 18, 26, 0.9));
  border-color: rgba(34, 215, 209, 0.36);
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: minmax(138px, 0.82fr) minmax(180px, 1.16fr) minmax(138px, 0.82fr);
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 28px);
}

.approach-body--image {
  aspect-ratio: 1;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.approach-body--image::after {
  background: radial-gradient(circle, transparent 0 54%, rgba(3, 18, 26, 0.38) 76%, rgba(3, 18, 26, 0.86) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.approach-body--image img {
  display: block;
  height: 100%;
  mask-image: radial-gradient(circle at center, #000 0 58%, rgba(0, 0, 0, 0.75) 72%, transparent 94%);
  mix-blend-mode: lighten;
  object-fit: cover;
  object-position: center;
  width: 100%;
  -webkit-mask-image: radial-gradient(circle at center, #000 0 58%, rgba(0, 0, 0, 0.75) 72%, transparent 94%);
}

.approach-list {
  display: grid;
  gap: 14px;
}

.approach-list span {
  align-items: center;
  color: #fff;
  display: grid;
  font-size: 0.85rem;
  font-weight: 900;
  gap: 12px;
  grid-template-columns: 42px 1fr;
  line-height: 1.25;
  text-transform: uppercase;
}

.approach-list i {
  align-items: center;
  border: 1px solid rgba(34, 215, 209, 0.55);
  border-radius: 50%;
  color: var(--inst-cyan);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.approach-body {
  align-items: center;
  aspect-ratio: 0.58;
  background:
    radial-gradient(circle, rgba(34, 215, 209, 0.18), transparent 62%),
    repeating-radial-gradient(circle, rgba(34, 215, 209, 0.16) 0 1px, transparent 1px 20px);
  display: flex;
  justify-content: center;
}

.approach-body i {
  color: #63fff8;
  font-size: 9rem;
}

.approach-body--image {
  aspect-ratio: 1;
  min-height: 0;
}

.programs-section,
.faculty-section,
.why-section,
.institute-cta {
  margin-top: 58px;
}

.programs-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 209, 0.11), transparent 26%),
    linear-gradient(180deg, rgba(2, 10, 16, 0.98), rgba(3, 18, 26, 0.96));
  border-top: 1px solid rgba(34, 215, 209, 0.14);
  border-radius: 8px;
  padding: 28px 0 34px;
}

.institute-section-title {
  margin: 0 auto 30px;
  max-width: 720px;
  text-align: center;
}

.programs-section .institute-section-title {
  margin-bottom: 28px;
}

.programs-section .institute-section-title h2 {
  font-size: clamp(1.85rem, 2.2vw, 2.35rem);
}

.program-grid {
  display: grid;
  gap: clamp(16px, 1.5vw, 24px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.program-card,
.faculty-card,
.why-section,
.institute-cta {
  background: var(--inst-panel);
  border: 1px solid var(--inst-line);
  border-radius: 10px;
}

.program-card {
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 209, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(4, 28, 37, 0.92), rgba(2, 18, 27, 0.9));
  border-color: rgba(34, 215, 209, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 280px;
  padding: 28px 20px 24px;
  text-align: center;
}

.program-card > i {
  background: rgba(34, 215, 209, 0.06);
  font-size: 2rem;
  height: 68px;
  margin-bottom: 24px;
  width: 68px;
}

.program-card h3 {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.28;
  min-height: 46px;
}

.program-card p {
  color: var(--inst-muted);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.55;
  margin-top: 12px;
}

.program-card a {
  color: #dffefd;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  text-decoration: none;
}

.program-card a i {
  color: var(--inst-cyan);
}

.faculty-section {
  background:
    radial-gradient(circle at 50% 28%, rgba(34, 215, 209, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(2, 10, 16, 0.98), rgba(3, 17, 25, 0.96));
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0 34px;
  position: relative;
  width: 100%;
}

.faculty-section .institute-section-title {
  margin-bottom: 26px;
}

.faculty-section .institute-section-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

.faculty-showcase {
  margin: 0 auto;
  padding: 0 72px;
  position: relative;
  width: 100%;
}

.faculty-section .faculty-row {
  max-width: none;
}

.faculty-row {
  align-items: start;
  display: grid;
  gap: clamp(24px, 2.4vw, 34px);
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  transition: opacity 0.18s ease, transform 0.18s ease;
  will-change: transform, opacity;
}

.faculty-showcase.is-next .faculty-row {
  opacity: 0.78;
  transform: translateX(-18px);
}

.faculty-showcase.is-prev .faculty-row {
  opacity: 0.78;
  transform: translateX(18px);
}

.faculty-card {
  background: transparent;
  border: 0;
  text-align: center;
}

.faculty-card img {
  aspect-ratio: 1 / 1.08;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.faculty-card h3 {
  color: var(--inst-cyan);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 18px;
}

.faculty-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 8px auto 0;
  max-width: 190px;
}

.faculty-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 46px;
  justify-content: center;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 46px;
  z-index: 2;
}

.faculty-arrow:hover,
.faculty-arrow:focus-visible {
  background: rgba(34, 215, 209, 0.12);
  border-color: rgba(34, 215, 209, 0.55);
  color: var(--inst-cyan);
}

.faculty-arrow--prev {
  left: 10px;
}

.faculty-arrow--next {
  right: 10px;
}

.faculty-link {
  align-items: center;
  background: rgba(2, 12, 18, 0.72);
  border: 1px solid rgba(34, 215, 209, 0.65);
  border-radius: 9px;
  box-shadow: inset 0 0 18px rgba(34, 215, 209, 0.08);
  color: #fff;
  display: flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  margin: 32px auto 0;
  min-height: 52px;
  text-decoration: none;
  width: min(300px, 100%);
}

.faculty-link i {
  color: var(--inst-cyan);
}

.why-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 209, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(3, 18, 26, 0.92), rgba(2, 14, 22, 0.94));
  border: 1px solid rgba(34, 215, 209, 0.24);
  border-radius: 10px;
  box-shadow: inset 0 0 32px rgba(34, 215, 209, 0.03);
  padding: 18px 22px 24px;
  text-align: center;
}

.why-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 24px;
}

.why-grid div {
  border-left: 1px solid var(--inst-line);
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 122px;
  padding: 10px 18px 8px;
}

.why-grid div:first-child {
  border-left: 0;
}

.why-grid i {
  background: rgba(34, 215, 209, 0.05);
  font-size: 1.9rem;
  height: 62px;
  width: 62px;
}

.why-grid span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.institute-cta {
  align-items: center;
  background:
    radial-gradient(circle at 68% 42%, rgba(34, 215, 209, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(5, 39, 46, 0.96), rgba(3, 19, 29, 0.96));
  border: 1px solid rgba(34, 215, 209, 0.24);
  border-radius: 10px;
  box-shadow: inset 0 0 32px rgba(34, 215, 209, 0.04);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  overflow: hidden;
  padding: 34px 46px;
  position: relative;
}

.institute-cta::after {
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(34, 215, 209, 0.16) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, transparent 0 34%, rgba(34, 215, 209, 0.24) 35%, transparent 36% 46%, rgba(34, 215, 209, 0.18) 47%, transparent 48% 100%);
  content: "";
  inset: -38px 28% -38px auto;
  opacity: 0.36;
  pointer-events: none;
  position: absolute;
  transform: rotate(-12deg);
  width: min(360px, 36%);
}

.institute-cta > * {
  position: relative;
  z-index: 1;
}

.institute-cta h2 {
  margin-top: 0;
}

.institute-cta p {
  max-width: 620px;
}

.institute-cta .institute-btn {
  min-width: 250px;
}

@media (max-width: 1180px) {
  .institute-hero-block {
    padding-left: clamp(18px, 4vw, 42px);
    padding-right: clamp(18px, 4vw, 42px);
  }

  .institute-hero {
    grid-template-columns: 1fr;
  }

  .institute-hero__copy {
    max-width: 820px;
  }

  .program-grid,
  .faculty-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faculty-showcase {
    padding: 0 58px;
  }

  .institute-stats,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .institute-stats div:nth-child(odd),
  .why-grid div:nth-child(odd) {
    border-left: 0;
  }

  .institute-split {
    grid-template-columns: 1fr;
  }

  .mission-panel {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .institute-hero-block {
    padding: 0 12px 26px;
  }

  .institute-hero {
    gap: 20px;
    min-height: 0;
    padding: 30px 0 18px;
  }

  .institute-hero__copy {
    max-width: none;
    order: 1;
    text-align: center;
  }

  .institute-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .institute-hero h1 {
    font-size: clamp(2.25rem, 9vw, 2.85rem) !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    overflow-wrap: anywhere;
  }

  .institute-hero h2 {
    font-size: 1.05rem;
    line-height: 1.35;
    margin-top: 16px;
  }

  .institute-hero p {
    font-size: 0.94rem;
    line-height: 1.62;
    margin-top: 14px;
  }

  .institute-hero h2,
  .institute-hero p {
    overflow-wrap: anywhere;
  }

  .institute-actions,
  .institute-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .institute-btn {
    width: 100%;
  }

  .institute-hero__visual {
    display: grid;
    justify-items: center;
    min-height: 300px;
    order: 2;
    padding-left: 0;
    width: 100%;
  }

  .institute-hero__visual::after {
    background: linear-gradient(180deg, rgba(2, 10, 16, 0.62) 0%, transparent 12%, transparent 88%, rgba(2, 10, 16, 0.62) 100%);
  }

  .institute-hero__art {
    max-height: 300px;
    max-width: 360px;
    object-position: center center;
    width: min(100%, 360px);
  }

  .institute-shield {
    height: 230px;
    width: 182px;
  }

  .institute-value i {
    height: 52px;
    width: 52px;
  }

  .value-a { left: 0; top: 18%; }
  .value-b { left: 2%; top: 62%; }
  .value-c { right: 0; top: 18%; }
  .value-d { right: 0; top: 62%; }

  .institute-shell {
    padding: 0 14px 42px;
  }

  .institute-stats,
  .faculty-row,
  .why-grid,
  .approach-map {
    grid-template-columns: 1fr;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .institute-stats {
    border-radius: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }

  .institute-stats div,
  .why-grid div {
    border-left: 0;
    border-top: 1px solid var(--inst-line);
  }

  .institute-stats div {
    align-items: center;
    gap: 8px;
    min-height: 112px;
    padding: 16px 10px;
    text-align: center;
  }

  .institute-stats div:nth-child(odd) {
    border-right: 1px solid var(--inst-line);
  }

  .institute-stats div:nth-child(-n + 2) {
    border-top: 0;
  }

  .institute-stats i {
    font-size: 1.65rem;
  }

  .institute-stats strong {
    font-size: 1.7rem;
  }

  .institute-stats span {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .why-grid div:first-child {
    border-top: 0;
  }

  .institute-split,
  .programs-section,
  .faculty-section,
  .why-section,
  .institute-cta {
    margin-top: 42px;
  }

  .approach-map {
    padding: 18px;
  }

  .approach-body {
    aspect-ratio: auto;
    min-height: 190px;
  }

  .approach-body--image {
    aspect-ratio: 1;
    min-height: 220px;
  }

  .approach-body i {
    font-size: 6rem;
  }

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

  .faculty-row {
    gap: 24px;
  }

  .faculty-showcase {
    padding: 0;
  }

  .faculty-arrow {
    display: none;
  }
}
