/* PITM 2026 premium responsive redesign */
:root {
  --page-gutter: clamp(24px, 4.5vw, 76px);
  --section-space: clamp(86px, 8vw, 132px);
  --content-width: 1500px;
  --card-radius: 22px;
  --premium-shadow: 0 24px 70px rgba(8, 35, 86, .11);
}

html { scroll-padding-top: 132px; }
body { background: #f8fafc; }
.container { width: 100%; max-width: var(--content-width); padding-right: var(--page-gutter); padding-left: var(--page-gutter); }
.section { padding: var(--section-space) 0; }

/* Header: compact, readable, and edge-safe */
.site-header { border-top: 3px solid var(--blue-deep); box-shadow: 0 8px 30px rgba(9, 34, 82, .08); }
.header-shell { grid-template-columns: minmax(410px, 30%) minmax(0, 1fr); min-height: 136px; }
.brand-panel { padding: 7px clamp(14px, 1.5vw, 28px); border-right-color: #e8edf5; }
.brand-panel::after { width: 100%; height: 3px; background: linear-gradient(90deg, transparent 8%, var(--gold) 62%, transparent); }
.brand-image-wrap { height: 118px; }
.brand-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.utility-bar { min-height: 38px; padding: 0 max(20px, calc((100vw - 1540px) / 2)) 0 24px; background: #0b2b69; }
.admission-codes > span { padding-right: 14px; }
.admission-codes strong { color: #ffd35a; font-size: 12px; }
.primary-nav { padding: 0 max(20px, calc((100vw - 1540px) / 2)) 0 24px; }
.nav-row-one, .nav-row-two { min-height: 48px; }
.nav-row > a, .nav-dropdown > button { padding: 10px 6px; color: #182844; font-size: 12.5px; font-weight: 650; }
.nav-row-two > a { color: #526078; font-size: 11.5px; font-weight: 600; }
.mega-menu { width: min(700px, calc(100vw - 64px)); padding: 34px; border-radius: 0 0 18px 18px; }

/* Hero: real image layers, five slides, strong focal hierarchy */
.hero-section { background: #06183e; }
.hero-swiper, .hero-swiper .swiper-wrapper, .hero-slide { height: clamp(610px, calc(100svh - 136px), 780px); }
.hero-slide { position: relative; isolation: isolate; overflow: hidden; background: #071a46; }
.hero-media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--media-position, center); animation: heroImageIn 7s ease-out both; }
.hero-slide::before { z-index: 1; inset: 0; width: auto; height: auto; background: linear-gradient(90deg, rgba(4, 19, 55, .96) 0%, rgba(7, 35, 82, .88) 35%, rgba(7, 35, 82, .52) 61%, rgba(7, 25, 66, .2) 100%); box-shadow: none; }
.hero-slide::after { z-index: 2; background: linear-gradient(0deg, rgba(4,18,52,.52), transparent 42%), linear-gradient(90deg, rgba(253,184,19,.08), transparent 30%); }
.hero-content { z-index: 3; max-width: var(--content-width); padding: 62px min(370px, 25vw) 78px var(--page-gutter); }
.hero-content > * { opacity: 0; transform: translateY(24px); }
.swiper-slide-active .hero-content > * { animation: heroCopyIn .7s cubic-bezier(.2,.7,.2,1) forwards; }
.swiper-slide-active .hero-content > :nth-child(2) { animation-delay: .08s; }
.swiper-slide-active .hero-content > :nth-child(3) { animation-delay: .16s; }
.swiper-slide-active .hero-content > :nth-child(4) { animation-delay: .24s; }
.swiper-slide-active .hero-content > :nth-child(5) { animation-delay: .32s; }
.hero-content h1, .hero-content h2 { max-width: 800px; margin-bottom: 22px; font-size: clamp(48px, 4.3vw, 72px); line-height: 1.03; letter-spacing: -.052em; text-shadow: 0 5px 30px rgba(0,0,0,.18); }
.hero-content p { max-width: 670px; margin-bottom: 32px; color: rgba(255,255,255,.86); font-size: clamp(15px, 1.1vw, 18px); line-height: 1.75; }
.hero-content .eyebrow { margin-bottom: 17px; color: #fff; font-size: 11px; }
.hero-trust { margin-bottom: 22px; }
.hero-trust span { font-size: 9.5px; }
.hero-actions { gap: 14px; }
.hero-actions .btn-premium { min-height: 54px; padding: 14px 25px; border-radius: 12px; font-size: 12px; }
.hero-admission-card { right: var(--page-gutter); width: 315px; padding: 24px; border-radius: 20px; box-shadow: 0 32px 80px rgba(3,17,48,.42); }
.hero-arrow { width: 48px; height: 48px; }
.hero-prev { left: 20px; }
.hero-next { right: 20px; }
.hero-pagination { bottom: 30px !important; }
.hero-pagination .swiper-pagination-bullet { width: 34px; height: 3px; }
.hero-pagination .swiper-pagination-bullet-active { width: 68px; }
@keyframes heroImageIn { from { transform: scale(1.045); } to { transform: scale(1); } }
@keyframes heroCopyIn { to { opacity: 1; transform: translateY(0); } }

/* Announcement and statistics */
.notice-strip { background: var(--blue); }
.notice-inner { min-height: 70px; padding-right: var(--page-gutter); padding-left: var(--page-gutter); }
.notice-inner p { font-size: 13px; }
.stats-section { position: relative; padding: 44px 0 30px; background: #f8fafc; border: 0; }
.stats-grid { padding: 22px var(--page-gutter); background: #fff; border: 1px solid #e9eef6; border-radius: var(--card-radius); box-shadow: var(--premium-shadow); }
.stat-item { min-height: 92px; }
.stat-item > i { font-size: 27px; }
.stat-item strong { font-size: 31px; }
.stat-item small { margin-top: 4px; font-size: 10.5px; }

/* Editorial spacing and headings */
.section-heading { margin-bottom: clamp(46px, 5vw, 72px); }
.section-heading.centered { max-width: 850px; }
.section-heading.split { gap: 90px; }
.eyebrow { margin-bottom: 17px; font-size: 11px; }
.section-title { margin-bottom: 26px; font-size: clamp(38px, 3.6vw, 58px); line-height: 1.13; }
.section-heading p, .lead-copy { font-size: 16px; line-height: 1.8; }
.about-section { background: #fff; }
.about-section .row { --bs-gutter-x: clamp(42px, 7vw, 104px); }
.image-composition { padding: 0 36px 36px 0; }
.main-image { aspect-ratio: 1.15; border-radius: 10px 38px 10px 38px; }
.image-card { right: 2px; padding: 25px 29px; border-radius: 18px; }
.feature-list { gap: 28px; margin: 34px 0; }

/* Leadership */
.leaders-section { background: linear-gradient(180deg, #f7faff, #fdfefe); }
.leader-card { border: 1px solid #e8edf5; border-radius: var(--card-radius); box-shadow: 0 15px 45px rgba(10,41,96,.075); }
.leader-card:hover { transform: translateY(-9px); box-shadow: var(--premium-shadow); }
.leader-card.profile .leader-portrait { height: 300px; min-height: 300px; }
.leader-card.profile > div:last-child { padding: 30px 32px 34px; }
.leader-card.profile h3 { font-size: 20px; }
.leader-card.profile p { min-height: 78px; font-size: 12.5px; line-height: 1.75; }

/* Programs */
.programs-section { background: #fff; }
.program-grid { gap: 24px; }
.program-card { min-height: 330px; padding: 39px 34px; border-color: #e6ebf3; border-radius: var(--card-radius); }
.program-card:hover { transform: translateY(-10px); }
.program-card > i { width: 56px; height: 56px; margin-bottom: 28px; border-radius: 15px; }
.program-card h3 { font-size: 19px; }
.program-card p { font-size: 12.5px; line-height: 1.75; }
.program-card a { left: 34px; bottom: 31px; }

/* Campus cards */
.facilities-section { padding-top: var(--section-space); padding-bottom: 100px; background: #edf4ff; }
.facilities-swiper { padding-right: var(--page-gutter); padding-left: var(--page-gutter); }
.facility-card { height: 510px; border-radius: var(--card-radius); }
.facility-card > div { left: 32px; right: 32px; bottom: 31px; }
.facility-card h3 { font-size: 22px; }
.facility-card p { font-size: 12px; }

/* Placement feature */
.placement-panel { grid-template-columns: 1.08fr .92fr; border-radius: 30px; }
.placement-copy { min-height: 570px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 6vw, 82px); }
.placement-copy p { max-width: 610px; font-size: 14px; line-height: 1.8; }
.placement-numbers { padding: clamp(35px, 4vw, 58px); }
.placement-numbers > div { min-height: 145px; padding: 27px; }
.placement-numbers strong { font-size: 34px; }
.recruiter-strip { margin-top: 54px; }
.logo-cloud { margin-top: 30px; }

/* Research, updates and gallery */
.innovation-section { background: #f7f9fc; }
.innovation-section .row { --bs-gutter-x: clamp(48px, 7vw, 100px); }
.innovation-grid { gap: 20px; }
.innovation-grid article { min-height: 190px; border-radius: var(--card-radius); }
.innovation-grid .innovation-image { min-height: 400px; }
.news-feature, .event-list article { border: 1px solid #e8edf5; border-radius: var(--card-radius); }
.news-feature > img { height: 380px; }
.news-body { padding: 33px 36px 37px; }
.news-body h3 { font-size: 22px; }
.event-list { gap: 18px; }
.event-list article { padding: 27px; }
.gallery-section { background: #f6f9fd; }
.gallery-grid { grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 300px 300px; grid-auto-rows: 265px; gap: 20px; }
.gallery-grid figure { border-radius: var(--card-radius); box-shadow: 0 14px 40px rgba(11,39,91,.09); }
.gallery-grid figcaption { left: 25px; bottom: 21px; font-size: 13px; }

/* Testimonials, video, CTA and footer */
.testimonials-section { background: #123a8c; }
.testimonial-card { min-height: 330px; padding: 45px; border-radius: var(--card-radius); }
.campus-tour { min-height: 670px; }
.play-button { width: 88px; height: 88px; }
.cta-panel { padding: clamp(42px, 5vw, 70px); border-radius: 28px; }
.site-footer .container { max-width: var(--content-width); }
.footer-main { padding-top: 92px; }
.footer-grid { gap: clamp(35px, 5vw, 72px); }
.newsletter { margin-top: 58px; padding: 31px 35px; border-radius: 20px; }

/* Motion: restrained and consistent */
[data-aos] { will-change: opacity, transform; }
.btn-premium, .text-link, .program-card, .leader-card, .facility-card, .event-list article { transition-duration: .3s; transition-timing-function: cubic-bezier(.2,.7,.2,1); }

@media (max-width: 1400px) {
  :root { --page-gutter: clamp(22px, 3vw, 44px); }
  .header-shell { grid-template-columns: minmax(360px, 29%) minmax(0, 1fr); }
  .brand-image-wrap { height: 112px; }
  .nav-row > a, .nav-dropdown > button { font-size: 11.2px; }
  .nav-row-two > a { font-size: 10.5px; }
  .hero-admission-card { width: 288px; }
  .hero-content { padding-right: 335px; }
}

@media (max-width: 1180px) {
  html { scroll-padding-top: 88px; }
  .header-shell { display: flex; min-height: 88px; }
  .brand-panel { padding: 5px 14px; }
  .brand-image-wrap { width: min(100%, 440px); height: 76px; }
  .nav-panel { width: 74px; }
  .mobile-toggle { display: flex; }
  .utility-bar { display: none; }
  .primary-nav { position: fixed; z-index: 1001; top: 88px; right: 0; bottom: 0; width: min(420px, 90vw); display: block; padding: 20px 26px 40px; overflow-y: auto; background: #fff; box-shadow: -18px 28px 60px rgba(7,26,70,.2); transform: translateX(110%); transition: transform .3s ease; }
  .primary-nav.open { transform: translateX(0); }
  .nav-row { display: block; }
  .nav-row-one { border: 0; }
  .nav-row > a, .nav-dropdown > button { width: 100%; justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid #e8edf5; font-size: 13px; }
  .nav-row-two { padding-top: 10px; }
  .nav-row-two > a { padding: 10px 4px; border: 0; font-size: 11.5px; }
  .mega-menu, .simple-menu { position: static; display: none; width: 100%; padding: 16px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; background: #f7f9fc; border: 0; box-shadow: none; }
  .nav-dropdown.open > .mega-menu, .nav-dropdown.open > .simple-menu { display: block; }
  .hero-swiper, .hero-swiper .swiper-wrapper, .hero-slide { height: clamp(590px, calc(100svh - 88px), 730px); }
  .hero-content { padding: 58px var(--page-gutter) 84px; }
  .hero-admission-card { display: none; }
  .hero-content h1, .hero-content h2 { max-width: 760px; font-size: clamp(46px, 6vw, 66px); }
  .hero-arrow { display: none; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .leader-card.profile .leader-portrait { height: 270px; min-height: 270px; }
}

@media (max-width: 767px) {
  :root { --page-gutter: 20px; --section-space: 76px; }
  html { scroll-padding-top: 78px; }
  .header-shell { min-height: 78px; }
  .brand-image-wrap { width: min(100%, 310px); height: 66px; }
  .nav-panel { width: 58px; }
  .primary-nav { top: 78px; }
  .hero-swiper, .hero-swiper .swiper-wrapper, .hero-slide { height: clamp(620px, calc(100svh - 78px), 750px); }
  .hero-media { object-position: 62% center; }
  .hero-slide::before { background: linear-gradient(90deg, rgba(4,19,55,.96), rgba(7,35,82,.77)); }
  .hero-content { padding: 52px 22px 90px; }
  .hero-content h1, .hero-content h2 { font-size: clamp(39px, 11.5vw, 50px); }
  .hero-content p { font-size: 14px; }
  .hero-trust span:nth-child(3) { display: none; }
  .hero-actions .btn-premium { width: 100%; }
  .hero-pagination { bottom: 24px !important; }
  .notice-inner { min-height: 82px; padding: 12px 20px; }
  .stats-section { padding-top: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); padding: 15px; }
  .stat-item { justify-content: flex-start; min-height: 92px; padding-left: 12px; }
  .stat-item:last-child { grid-column: 1 / -1; justify-content: center; }
  .section-title { font-size: clamp(34px, 10vw, 44px); }
  .section-heading.split { display: block; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 315px; }
  .leader-card.profile .leader-portrait { height: 300px; min-height: 300px; }
  .facility-card { height: 430px; }
  .placement-panel { grid-template-columns: 1fr; }
  .placement-copy { min-height: 500px; padding: 42px 26px; }
  .placement-numbers { padding: 27px 21px; }
  .innovation-grid { grid-template-columns: 1fr 1fr; }
  .innovation-grid .innovation-image { grid-column: 1 / -1; min-height: 280px; }
  .news-feature > img { height: 280px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 230px 230px; grid-auto-rows: 230px; gap: 13px; }
  .gallery-large, .gallery-wide { grid-column: 1 / -1; grid-row: auto; }
  .testimonial-card { min-height: 360px; padding: 34px 28px; }
  .campus-tour { min-height: 570px; }
  .cta-panel { padding: 42px 25px; }
}

@media (max-width: 440px) {
  .brand-image-wrap { width: 265px; }
  .hero-content h1, .hero-content h2 { font-size: 38px; }
  .hero-content .eyebrow { font-size: 9px; }
  .hero-trust span { padding: 0 8px; font-size: 7.5px; }
  .leader-card.profile .leader-portrait { height: 250px; min-height: 250px; }
  .innovation-grid, .gallery-grid { display: block; }
  .innovation-grid article, .gallery-grid figure { margin-bottom: 14px; }
  .gallery-grid figure { height: 250px; }
}

/* Final professional page polish */
.inner-page {
  --page-measure: 78ch;
  --page-soft: #f5f8fc;
  --page-border: #dfe7f2;
  --page-title: #10244c;
  background: linear-gradient(180deg, #f7faff 0, #fff 460px, #f8fafc 100%);
}

.inner-page .inner-hero {
  min-height: clamp(300px, 32vh, 430px);
  align-items: center;
  background-image: linear-gradient(90deg, rgba(13, 40, 98, .95), rgba(23, 59, 143, .82) 52%, rgba(229, 34, 42, .34)), var(--hero-bg);
}

.inner-page .inner-hero .container {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.inner-page .breadcrumb-trail {
  margin-bottom: 18px;
  font-size: 12px;
}

.inner-page .inner-hero-copy {
  max-width: 980px;
}

.inner-page .page-kicker {
  margin-bottom: 14px;
}

.inner-page .inner-hero h1 {
  max-width: 960px;
  margin-bottom: 14px;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
}

.inner-page .inner-hero p {
  max-width: 860px;
  font-size: 15.5px;
  line-height: 1.7;
}

.inner-page .page-body {
  padding-top: clamp(44px, 5vw, 74px);
  padding-bottom: clamp(72px, 7vw, 110px);
}

.inner-page .page-layout {
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
}

.inner-page .sidebar-block,
.inner-page .sidebar-contact,
.inner-page .content-panel {
  border-color: var(--page-border);
  box-shadow: 0 14px 44px rgba(11, 37, 86, .07);
}

.inner-page .sidebar-block,
.inner-page .sidebar-contact {
  border-radius: 12px;
}

.inner-page .content-panel {
  border-radius: 14px;
}

.inner-page .content-head {
  padding: 16px 28px;
  background: #fff;
  letter-spacing: .06em;
}

.inner-page .official-content {
  max-width: 100%;
  padding: clamp(34px, 4vw, 58px);
  color: #3d4b63;
  font-size: 15.5px;
  line-height: 1.78;
}

.inner-page .official-content > * {
  max-width: var(--page-measure);
}

.inner-page .official-content > img,
.inner-page .official-content > table,
.inner-page .official-content > .content-photo-strip,
.inner-page .official-content > figure {
  max-width: 100%;
}

.inner-page .official-content h1,
.inner-page .official-content h2,
.inner-page .official-content h3,
.inner-page .official-content h4,
.inner-page .official-content h5,
.inner-page .official-content h6 {
  margin: 32px 0 14px;
  color: var(--page-title);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.inner-page .official-content h1:first-child,
.inner-page .official-content h2:first-child,
.inner-page .official-content h3:first-child {
  margin-top: 0;
}

.inner-page .official-content h1,
.inner-page .official-content h2 {
  position: relative;
  padding-bottom: 12px;
  font-size: clamp(25px, 2vw, 34px);
}

.inner-page .official-content h1::after,
.inner-page .official-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e5222a, #f5c928);
}

.inner-page .official-content h3 {
  font-size: 21px;
}

.inner-page .official-content h4,
.inner-page .official-content h5,
.inner-page .official-content h6 {
  font-size: 18px;
}

.inner-page .official-content p {
  margin: 0 0 16px;
}

.inner-page .official-content strong,
.inner-page .official-content b {
  color: #17294d;
  font-weight: 700;
}

.inner-page .official-content ul,
.inner-page .official-content ol {
  display: grid;
  gap: 9px;
  margin: 18px 0 24px;
  padding-left: 0;
  list-style: none;
}

.inner-page .official-content li {
  position: relative;
  margin: 0;
  padding: 10px 14px 10px 38px;
  border: 1px solid #e7edf6;
  border-radius: 10px;
  background: #fbfdff;
}

.inner-page .official-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e5222a;
  box-shadow: 10px 0 0 #f5c928;
}

.inner-page .official-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: #153a7a;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.inner-page .official-content a[href$=".pdf"],
.inner-page .official-content a[download],
.inner-page .official-content .wp-block-file__button {
  margin: 8px 10px 12px 0;
  padding: 11px 15px;
  border: 1px solid #dce6f4;
  border-radius: 9px;
  background: #f8fbff;
  color: #0f3478;
  font-size: 13px;
}

.inner-page .official-content a[href$=".pdf"]::before,
.inner-page .official-content a[download]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e5222a;
}

.inner-page .official-content img {
  width: auto;
  max-height: 560px;
  margin: 24px auto;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(9, 35, 82, .09);
  object-fit: contain;
}

.inner-page .official-content table {
  display: block;
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
}

.inner-page .official-content th,
.inner-page .official-content td {
  min-width: 150px;
  padding: 13px 15px;
  border-color: #e4ebf5;
  font-size: 14px;
}

.inner-page .official-content th {
  background: #153a7a;
}

.inner-page .official-content tr:nth-child(even) td {
  background: #f8fbff;
}

.inner-page .content-photo-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #e6edf6;
}

.inner-page .content-photo-strip figure {
  min-height: 170px;
  border: 1px solid #e2eaf5;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(9, 35, 82, .07);
}

.inner-page .content-photo-strip img {
  width: 100%;
  min-height: 170px;
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.inner-page .content-photo-strip figcaption {
  display: none;
}

@media (max-width: 1180px) {
  .inner-page .page-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .inner-page .inner-hero {
    min-height: 300px;
  }

  .inner-page .official-content {
    padding: 26px 20px;
    font-size: 14.5px;
  }

  .inner-page .official-content h1,
  .inner-page .official-content h2 {
    font-size: 25px;
  }

  .inner-page .content-photo-strip {
    grid-template-columns: 1fr;
  }
}

/* Professional inner-page system */
.inner-page {
  --page-measure: 78ch;
  --page-soft: #f5f8fc;
  --page-border: #dfe7f2;
  --page-title: #10244c;
  background:
    linear-gradient(180deg, #f7faff 0, #ffffff 460px, #f8fafc 100%);
}

.inner-hero {
  min-height: clamp(300px, 32vh, 430px);
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(13, 40, 98, .95), rgba(23, 59, 143, .82) 52%, rgba(229, 34, 42, .34)),
    var(--hero-bg);
}

.inner-hero .container {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.breadcrumb-trail {
  margin-bottom: 18px;
  font-size: 12px;
}

.inner-hero-copy {
  max-width: 980px;
}

.page-kicker {
  margin-bottom: 14px;
}

.inner-hero h1 {
  max-width: 960px;
  margin-bottom: 14px;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
}

.inner-hero p {
  max-width: 860px;
  font-size: 15.5px;
  line-height: 1.7;
}

.page-body {
  padding-top: clamp(44px, 5vw, 74px);
  padding-bottom: clamp(72px, 7vw, 110px);
}

.page-layout {
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
}

.sidebar-block,
.sidebar-contact,
.content-panel {
  border-color: var(--page-border);
  box-shadow: 0 14px 44px rgba(11, 37, 86, .07);
}

.sidebar-block,
.sidebar-contact {
  border-radius: 12px;
}

.content-panel {
  border-radius: 14px;
}

.content-head {
  padding: 16px 28px;
  background: #fff;
  letter-spacing: .06em;
}

.official-content {
  max-width: 100%;
  padding: clamp(34px, 4vw, 58px);
  color: #3d4b63;
  font-size: 15.5px;
  line-height: 1.78;
}

.official-content > * {
  max-width: var(--page-measure);
}

.official-content > img,
.official-content > table,
.official-content > .content-photo-strip,
.official-content > figure {
  max-width: 100%;
}

.official-content h1,
.official-content h2,
.official-content h3,
.official-content h4,
.official-content h5,
.official-content h6 {
  margin: 32px 0 14px;
  color: var(--page-title);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.official-content h1:first-child,
.official-content h2:first-child,
.official-content h3:first-child {
  margin-top: 0;
}

.official-content h1,
.official-content h2 {
  position: relative;
  padding-bottom: 12px;
  font-size: clamp(25px, 2vw, 34px);
}

.official-content h1::after,
.official-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e5222a, #f5c928);
}

.official-content h3 {
  font-size: 21px;
}

.official-content h4,
.official-content h5,
.official-content h6 {
  font-size: 18px;
}

.official-content p {
  margin: 0 0 16px;
}

.official-content strong,
.official-content b {
  color: #17294d;
  font-weight: 700;
}

.official-content ul,
.official-content ol {
  display: grid;
  gap: 9px;
  margin: 18px 0 24px;
  padding-left: 0;
  list-style: none;
}

.official-content li {
  position: relative;
  margin: 0;
  padding: 10px 14px 10px 38px;
  border: 1px solid #e7edf6;
  border-radius: 10px;
  background: #fbfdff;
}

.official-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e5222a;
  box-shadow: 10px 0 0 #f5c928;
}

.official-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: #153a7a;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.official-content a[href$=".pdf"],
.official-content a[download],
.official-content .wp-block-file__button {
  margin: 8px 10px 12px 0;
  padding: 11px 15px;
  border: 1px solid #dce6f4;
  border-radius: 9px;
  background: #f8fbff;
  color: #0f3478;
  font-size: 13px;
}

.official-content a[href$=".pdf"]::before,
.official-content a[download]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e5222a;
}

.official-content img {
  width: auto;
  max-height: 560px;
  margin: 24px auto;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(9, 35, 82, .09);
  object-fit: contain;
}

.official-content table {
  display: block;
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
}

.official-content tbody,
.official-content thead,
.official-content tr {
  width: 100%;
}

.official-content th,
.official-content td {
  min-width: 150px;
  padding: 13px 15px;
  border-color: #e4ebf5;
  font-size: 14px;
}

.official-content th {
  background: #153a7a;
}

.official-content tr:nth-child(even) td {
  background: #f8fbff;
}

.content-photo-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #e6edf6;
}

.content-photo-strip figure {
  min-height: 170px;
  border: 1px solid #e2eaf5;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(9, 35, 82, .07);
}

.content-photo-strip img {
  min-height: 170px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.content-photo-strip figcaption {
  display: none;
}

/* Multi-page institutional pages */
.inner-page {
  background: #fbfcff;
}

.inner-hero {
  position: relative;
  min-height: clamp(360px, 42vh, 520px);
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(11, 42, 105, .96), rgba(15, 58, 128, .75) 48%, rgba(229, 34, 42, .32)),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
}

.inner-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, #e5222a, #f5c928, #2879d8);
}

.inner-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 64px;
}

.breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb-trail a {
  color: #fff;
  text-decoration: none;
}

.inner-hero-copy {
  max-width: 880px;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #f5c928;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.inner-hero h1 {
  margin: 0 0 18px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(38px, 4.3vw, 68px);
  line-height: 1.06;
}

.inner-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.8;
}

.page-body {
  padding-top: clamp(58px, 6vw, 92px);
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.page-sidebar {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 18px;
}

.sidebar-block,
.sidebar-contact,
.content-panel {
  background: #fff;
  border: 1px solid #e6ecf5;
  box-shadow: 0 20px 60px rgba(9, 35, 82, .08);
}

.sidebar-block,
.sidebar-contact {
  border-radius: 18px;
  padding: 24px;
}

.sidebar-label {
  display: block;
  margin-bottom: 8px;
  color: #e5222a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.sidebar-block h2 {
  margin: 0 0 18px;
  color: #10244c;
  font-size: 22px;
}

.sidebar-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  border-radius: 10px;
  color: #40506b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: .24s ease;
}

.sidebar-block a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  opacity: .45;
}

.sidebar-block a:hover,
.sidebar-block a.active {
  background: #fff3c3;
  color: #102f70;
}

.sidebar-contact {
  background: linear-gradient(135deg, #123a8c, #0d2a69);
  color: #fff;
}

.sidebar-contact i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 12px;
  background: #f5c928;
  color: #10244c;
}

.sidebar-contact span,
.sidebar-contact small {
  display: block;
}

.sidebar-contact span {
  color: rgba(255,255,255,.7);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.sidebar-contact a {
  display: inline-block;
  margin: 5px 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.sidebar-contact small {
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}

.content-panel {
  overflow: hidden;
  border-radius: 22px;
}

.content-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 26px;
  border-bottom: 1px solid #e7edf6;
  background: linear-gradient(90deg, #fff, #f4f8ff);
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.content-head a {
  color: #e5222a;
  text-decoration: none;
}

.official-content {
  padding: clamp(28px, 4vw, 54px);
  color: #41516c;
  font-size: 16px;
  line-height: 1.85;
}

.official-content h2,
.official-content h3,
.official-content h4 {
  color: #10244c;
  font-family: Poppins, Inter, sans-serif;
  letter-spacing: 0;
}

.official-content h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 2.6vw, 40px);
}

.official-content h3 {
  margin: 34px 0 14px;
  font-size: 24px;
}

.official-content p {
  margin-bottom: 18px;
}

.official-content ul,
.official-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.official-content li {
  margin-bottom: 9px;
}

.official-content a {
  color: #d62027;
  font-weight: 700;
  text-decoration: none;
}

.official-content a:hover {
  text-decoration: underline;
}

.official-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(9, 35, 82, .11);
}

.official-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #e5ebf4;
}

.official-content th,
.official-content td {
  padding: 13px 15px;
  border: 1px solid #e5ebf4;
  vertical-align: top;
}

.official-content th {
  background: #123a8c;
  color: #fff;
}

.official-content tr:nth-child(even) td {
  background: #f7faff;
}

.photo-library {
  background: #fbfcff;
}

.photo-category {
  padding-bottom: clamp(54px, 6vw, 86px);
}

.photo-category + .photo-category {
  padding-top: clamp(36px, 4vw, 54px);
  border-top: 1px solid #e6ecf5;
}

.photo-category code {
  color: #e5222a;
  white-space: normal;
}

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

.photo-grid figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e9eef7;
  box-shadow: 0 16px 42px rgba(9,35,82,.08);
}

.photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform .35s ease;
}

.photo-grid figure:hover img {
  transform: scale(1.04);
}

.photo-grid figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  border-radius: 9px;
  background: rgba(9, 28, 66, .74);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.content-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.content-photo-strip figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #edf2fa;
}

.content-photo-strip img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.content-photo-strip figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(9, 28, 66, .76);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
}

.nav-row > a.active,
.nav-dropdown > button.active {
  color: #e5222a;
}

@media (max-width: 1180px) {
  .page-layout {
    grid-template-columns: 1fr;
  }

  .page-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }

  .content-head {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .inner-hero {
    min-height: 360px;
  }

  .inner-hero .container {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .inner-hero p,
  .official-content {
    font-size: 14px;
  }

  .official-content {
    padding: 24px 20px;
  }

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

  .photo-grid figure,
  .photo-grid img {
    min-height: 170px;
  }

  .content-photo-strip {
    grid-template-columns: 1fr;
  }

  .sidebar-block,
  .sidebar-contact {
    padding: 20px;
  }
}

/* 2026 editorial hero — full photographs, no cropped management groups */
.hero-section {
  background: #061a40;
}
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-slide {
  height: clamp(610px, calc(100svh - 132px), 760px);
}
.hero-slide {
  display: flex;
  align-items: stretch;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 190, 32, .17), transparent 26%),
    linear-gradient(118deg, #06183c 0%, #0a2e66 55%, #0b3978 100%);
}
.hero-slide::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 18, 49, .98) 0%, rgba(5, 28, 65, .92) 38%, rgba(7, 39, 84, .22) 61%, rgba(7, 35, 77, .08) 100%);
}
.hero-slide::after {
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 120px);
}
.hero-photo-frame {
  position: absolute;
  z-index: 3;
  top: 42px;
  right: var(--page-gutter);
  bottom: 58px;
  width: min(51vw, 920px);
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 30px 30px 30px 8px;
  background: #0c2858;
  box-shadow: 0 30px 80px rgba(0, 7, 27, .42);
}
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.09);
}
.hero-photo-frame .hero-media {
  position: relative;
  z-index: 0;
  inset: auto;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #092654;
}
.hero-content {
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 52px 55% 78px var(--page-gutter);
}
.hero-content h1,
.hero-content h2 {
  max-width: 720px;
  font-size: clamp(45px, 3.75vw, 66px);
  line-height: 1.04;
}
.hero-content p { max-width: 600px; }
.hero-admission-card { display: none; }
.hero-pagination { left: var(--page-gutter) !important; right: auto !important; width: auto !important; }
.hero-prev { left: auto; right: calc(var(--page-gutter) + 62px); }
.hero-next { right: var(--page-gutter); }
.hero-arrow { top: auto; bottom: 64px; transform: none; z-index: 8; }

@media (max-width: 1180px) {
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(590px, calc(100svh - 88px), 720px); }
  .hero-photo-frame { top: 36px; bottom: 62px; width: 48vw; }
  .hero-content { padding: 46px 53% 82px var(--page-gutter); }
  .hero-content h1,
  .hero-content h2 { font-size: clamp(42px, 4.8vw, 58px); }
}

@media (max-width: 820px) {
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(720px, calc(100svh - 76px), 820px); }
  .hero-slide::before {
    background: linear-gradient(180deg, rgba(4,18,49,.97) 0%, rgba(5,28,65,.9) 50%, rgba(5,27,64,.2) 74%, rgba(4,18,49,.32) 100%);
  }
  .hero-photo-frame {
    top: auto;
    left: 22px;
    right: 22px;
    bottom: 66px;
    width: auto;
    height: 38%;
    border-radius: 22px 22px 22px 7px;
  }
  .hero-content {
    justify-content: flex-start;
    padding: 38px 22px 43% !important;
  }
  .hero-content h1,
  .hero-content h2 { max-width: 660px; font-size: clamp(37px, 7.2vw, 50px); }
  .hero-content p { max-width: 620px; margin-bottom: 22px; font-size: 14px; line-height: 1.55; }
  .hero-trust { margin-bottom: 14px; }
  .hero-pagination { left: 22px !important; bottom: 27px !important; }
  .hero-arrow { display: none; }
}

/* Campus façade palette: coral, sky, sunshine and warm white */
:root {
  --blue: #4b96d1;
  --blue-deep: #2f72ad;
  --blue-dark: #26384a;
  --blue-soft: #eef7fd;
  --gold: #f1cc3e;
  --gold-deep: #d8ad16;
  --accent: #ef5753;
  --ink: #253245;
  --muted: #647180;
  --surface: #ffffff;
  --background: #fffdf8;
  --line: #e4e8eb;
  --shadow: 0 18px 50px rgba(45,83,112,.12);
  --shadow-small: 0 10px 30px rgba(45,83,112,.09);
  --premium-shadow: 0 24px 70px rgba(45,83,112,.13);
}
body { color: #253245; background: #fffdf8; }
.site-header { border-top-color: #ef5753; box-shadow: 0 8px 28px rgba(45,83,112,.11); }
.brand-panel { background: #fff; border-right-color: #e7eaed; }
.brand-panel::after { background: linear-gradient(90deg, transparent 7%, #f1cc3e 48%, #ef5753 78%, transparent); }
.utility-bar { background: #ef5753; }
.admission-codes strong { color: #fff1a8; }
.phone-cluster > i,
.utility-email > i { color: #fff1a8; border-color: rgba(255,255,255,.42); }
.primary-nav { background: #fff; }
.nav-row > a::after,
.nav-dropdown > button::after { background: #ef5753; }
.nav-row > a:hover,
.nav-row > a.active,
.nav-dropdown > button:hover { color: #d8413e; }
.mega-menu,
.simple-menu { border-top-color: #ef5753; box-shadow: 0 22px 55px rgba(45,83,112,.15); }
.mega-label { color: #d8413e; }
.hero-slide { background: #26384a; }
.hero-slide::before {
  background: linear-gradient(90deg, rgba(32,48,65,.96), rgba(40,69,94,.84) 34%, rgba(63,104,137,.43) 57%, rgba(43,71,92,.07) 82%), linear-gradient(0deg, rgba(31,47,63,.48), transparent 44%);
}
.hero-slide::after { background: linear-gradient(90deg, #ef5753 0 58%, #f1cc3e 74%, rgba(241,204,62,0)); }
.hero-content .hero-trust { background: rgba(39,66,88,.48); border-color: rgba(255,255,255,.3); }
.hero-content .eyebrow::before { background: #f1cc3e; }
.hero-content h1 span,
.hero-content h2 span { color: #ffd94f; -webkit-text-fill-color: #ffd94f; }
.btn-gold { color: #fff; background: #e84b48; box-shadow: 0 12px 28px rgba(232,75,72,.3); }
.btn-gold:hover { color: #fff; background: #cf3936; }
.btn-blue { color: #fff; background: #4389c2; }
.btn-blue:hover { color: #fff; background: #2f72ad; }
.hero-pagination .swiper-pagination-bullet-active,
.facility-pagination .swiper-pagination-bullet-active { background: #f1cc3e; }
.hero-arrow:hover { color: #26384a; background: #f1cc3e; }
.notice-strip { background: #26384a; }
.notice-label i,
.notice-inner > a { color: #ffd94f; }
.stats-section { background: #fff; }
.stat-item > i,
.feature-list i,
.innovation-grid article > i { color: #d8413e; background: #fff0ed; }
.about-section,
.programs-section,
.innovation-section,
.gallery-section { background: #fffdf8; }
.leaders-section,
.updates-section { background: #eef7fd; }
.section-title span,
.placement-copy h2 span,
.testimonials-section .section-title span { color: #e84b48; }
.leader-card.profile .role-label,
.news-tag { color: #c93b38; background: #fff0ed; }
.leader-card a,
.news-body a,
.text-link { color: #2f72ad; }
.program-card.featured { background: linear-gradient(140deg, #ef5753, #d8413e); }
.program-card.featured::after { background: radial-gradient(circle, rgba(255,217,79,.25), transparent 66%); }
.facilities-section { background: #26384a; }
.facility-card span,
.placement-numbers strong,
.event-list time span,
.quote-mark { color: #ffd94f !important; }
.placement-panel,
.testimonials-section,
.cta-panel { background: linear-gradient(135deg, #2f72ad, #4b96d1); }
.recruiter-strip { border-color: #dbeaf5; background: #f7fbfe; }
.campus-tour::before { background: linear-gradient(90deg, rgba(38,56,74,.94), rgba(47,114,173,.44)); }
.play-button,
.back-to-top,
.newsletter button { color: #fff; background: #ef5753; }
.site-footer { background: #26384a; }
.footer-grid h3::after { background: #f1cc3e; }
.social-links a:hover { color: #26384a; background: #f1cc3e; }
.admissions-cta { background: #fff7db; }

@media (max-width: 820px) {
  .hero-slide::before { background: linear-gradient(180deg, rgba(38,56,74,.12), rgba(38,56,74,.24) 34%, rgba(38,56,74,.96) 78%); }
}

.site-header .brand-panel {
  background: #fff !important;
  padding: 4px clamp(12px, 1.2vw, 20px) !important;
}
.site-header .brand-image-wrap {
  height: 142px !important;
}
.site-header .brand-image-wrap img {
  mix-blend-mode: normal !important;
  transform: scale(1.08) !important;
  transform-origin: center !important;
}
@media (max-width: 1400px) {
  .site-header .brand-image-wrap { height: 132px !important; }
}
@media (max-width: 1180px) {
  .site-header .brand-image-wrap { width: min(100%, 460px) !important; height: 82px !important; }
}
@media (max-width: 767px) {
  .site-header .brand-image-wrap { width: min(100%, 326px) !important; height: 70px !important; }
}

/* Absolute final logo presentation */
.site-header .brand-panel {
  background: #fff !important;
  padding: 4px clamp(12px, 1.2vw, 20px) !important;
}
.site-header .brand-image-wrap {
  height: 142px !important;
}
.site-header .brand-image-wrap img {
  mix-blend-mode: normal !important;
  transform: scale(1.08) !important;
  transform-origin: center !important;
}
@media (max-width: 1400px) {
  .site-header .brand-image-wrap { height: 132px !important; }
}
@media (max-width: 1180px) {
  .site-header .brand-image-wrap { width: min(100%, 460px) !important; height: 82px !important; }
}
@media (max-width: 767px) {
  .site-header .brand-image-wrap { width: min(100%, 326px) !important; height: 70px !important; }
}

/* Authoritative professional inner-page layer */
.inner-page {
  --page-measure: 78ch;
  --page-border: #dfe7f2;
  --page-title: #10244c;
  background: linear-gradient(180deg, #f7faff 0, #fff 460px, #f8fafc 100%) !important;
}
.inner-page .inner-hero { min-height: clamp(300px, 32vh, 430px) !important; align-items: center !important; background-image: linear-gradient(90deg, rgba(13,40,98,.95), rgba(23,59,143,.82) 52%, rgba(229,34,42,.34)), var(--hero-bg) !important; }
.inner-page .inner-hero .container { padding-top: clamp(42px, 5vw, 68px) !important; padding-bottom: clamp(42px, 5vw, 68px) !important; }
.inner-page .breadcrumb-trail { margin-bottom: 18px !important; font-size: 12px !important; }
.inner-page .inner-hero-copy { max-width: 980px !important; }
.inner-page .page-kicker { margin-bottom: 14px !important; }
.inner-page .inner-hero h1 { max-width: 960px !important; margin-bottom: 14px !important; font-size: clamp(34px, 3.3vw, 54px) !important; line-height: 1.12 !important; letter-spacing: 0 !important; }
.inner-page .inner-hero p { max-width: 860px !important; font-size: 15.5px !important; line-height: 1.7 !important; }
.inner-page .page-body { padding-top: clamp(44px, 5vw, 74px) !important; padding-bottom: clamp(72px, 7vw, 110px) !important; }
.inner-page .page-layout { grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) !important; gap: clamp(28px, 4vw, 54px) !important; }
.inner-page .sidebar-block, .inner-page .sidebar-contact, .inner-page .content-panel { border-color: var(--page-border) !important; box-shadow: 0 14px 44px rgba(11,37,86,.07) !important; }
.inner-page .sidebar-block, .inner-page .sidebar-contact { border-radius: 12px !important; }
.inner-page .content-panel { border-radius: 14px !important; }
.inner-page .content-head { padding: 16px 28px !important; background: #fff !important; letter-spacing: .06em !important; }
.inner-page .official-content { max-width: 100% !important; padding: clamp(34px, 4vw, 58px) !important; color: #3d4b63 !important; font-size: 15.5px !important; line-height: 1.78 !important; }
.inner-page .official-content > * { max-width: var(--page-measure) !important; }
.inner-page .official-content > img, .inner-page .official-content > table, .inner-page .official-content > .content-photo-strip, .inner-page .official-content > figure { max-width: 100% !important; }
.inner-page .official-content h1, .inner-page .official-content h2, .inner-page .official-content h3, .inner-page .official-content h4, .inner-page .official-content h5, .inner-page .official-content h6 { margin: 32px 0 14px !important; color: var(--page-title) !important; font-family: Poppins, Inter, sans-serif !important; font-weight: 700 !important; line-height: 1.25 !important; letter-spacing: 0 !important; }
.inner-page .official-content h1:first-child, .inner-page .official-content h2:first-child, .inner-page .official-content h3:first-child { margin-top: 0 !important; }
.inner-page .official-content h1, .inner-page .official-content h2 { position: relative !important; padding-bottom: 12px !important; font-size: clamp(25px, 2vw, 34px) !important; }
.inner-page .official-content h1::after, .inner-page .official-content h2::after { content: "" !important; position: absolute !important; bottom: 0 !important; left: 0 !important; width: 64px !important; height: 3px !important; border-radius: 999px !important; background: linear-gradient(90deg, #e5222a, #f5c928) !important; }
.inner-page .official-content h3 { font-size: 21px !important; }
.inner-page .official-content h4, .inner-page .official-content h5, .inner-page .official-content h6 { font-size: 18px !important; }
.inner-page .official-content p { margin: 0 0 16px !important; }
.inner-page .official-content strong, .inner-page .official-content b { color: #17294d !important; font-weight: 700 !important; }
.inner-page .official-content ul, .inner-page .official-content ol { display: grid !important; gap: 9px !important; margin: 18px 0 24px !important; padding-left: 0 !important; list-style: none !important; }
.inner-page .official-content li { position: relative !important; margin: 0 !important; padding: 10px 14px 10px 38px !important; border: 1px solid #e7edf6 !important; border-radius: 10px !important; background: #fbfdff !important; }
.inner-page .official-content li::before { content: "" !important; position: absolute !important; top: 18px !important; left: 17px !important; width: 7px !important; height: 7px !important; border-radius: 50% !important; background: #e5222a !important; box-shadow: 10px 0 0 #f5c928 !important; }
.inner-page .official-content a { display: inline-flex !important; align-items: center !important; gap: 8px !important; max-width: 100% !important; color: #153a7a !important; font-weight: 700 !important; overflow-wrap: anywhere !important; text-decoration: none !important; }
.inner-page .official-content a[href$=".pdf"], .inner-page .official-content a[download], .inner-page .official-content .wp-block-file__button { margin: 8px 10px 12px 0 !important; padding: 11px 15px !important; border: 1px solid #dce6f4 !important; border-radius: 9px !important; background: #f8fbff !important; color: #0f3478 !important; font-size: 13px !important; }
.inner-page .official-content a[href$=".pdf"]::before, .inner-page .official-content a[download]::before { content: "\f1c1" !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; color: #e5222a !important; }
.inner-page .official-content img { width: auto !important; max-height: 560px !important; margin: 24px auto !important; border: 1px solid #e4ebf5 !important; border-radius: 12px !important; box-shadow: 0 16px 36px rgba(9,35,82,.09) !important; object-fit: contain !important; }
.inner-page .official-content table { display: block !important; width: 100% !important; margin: 24px 0 !important; overflow-x: auto !important; border: 1px solid #dfe7f2 !important; border-radius: 12px !important; border-collapse: separate !important; border-spacing: 0 !important; box-shadow: none !important; }
.inner-page .official-content th, .inner-page .official-content td { min-width: 150px !important; padding: 13px 15px !important; border-color: #e4ebf5 !important; font-size: 14px !important; }
.inner-page .official-content th { background: #153a7a !important; }
.inner-page .official-content tr:nth-child(even) td { background: #f8fbff !important; }
.inner-page .content-photo-strip { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 14px !important; margin-top: 30px !important; padding-top: 26px !important; border-top: 1px solid #e6edf6 !important; }
.inner-page .content-photo-strip figure { min-height: 170px !important; border: 1px solid #e2eaf5 !important; border-radius: 12px !important; box-shadow: 0 12px 30px rgba(9,35,82,.07) !important; }
.inner-page .content-photo-strip img { width: 100% !important; min-height: 170px !important; max-height: none !important; margin: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; object-fit: cover !important; }
.inner-page .content-photo-strip figcaption { display: none !important; }
@media (max-width: 1180px) { .inner-page .page-layout { grid-template-columns: 1fr !important; } }
@media (max-width: 767px) {
  .inner-page .inner-hero { min-height: 300px !important; }
  .inner-page .official-content { padding: 26px 20px !important; font-size: 14.5px !important; }
  .inner-page .official-content h1, .inner-page .official-content h2 { font-size: 25px !important; }
  .inner-page .content-photo-strip { grid-template-columns: 1fr !important; }
}

/* Final logo presentation */
.site-header .brand-panel {
  background: #fff !important;
  padding: 4px clamp(12px, 1.2vw, 20px) !important;
}

.site-header .brand-image-wrap {
  height: 142px !important;
}

.site-header .brand-image-wrap img {
  mix-blend-mode: normal !important;
  transform: scale(1.08) !important;
  transform-origin: center !important;
}

@media (max-width: 1400px) {
  .site-header .brand-image-wrap {
    height: 132px !important;
  }
}

@media (max-width: 1180px) {
  .site-header .brand-image-wrap {
    width: min(100%, 460px) !important;
    height: 82px !important;
  }
}

@media (max-width: 767px) {
  .site-header .brand-image-wrap {
    width: min(100%, 326px) !important;
    height: 70px !important;
  }
}

/* Header legibility upgrade */
.department-menu { left: -250px; grid-template-columns: 1.25fr 1fr 1fr 1fr; width: min(980px, calc(100vw - 48px)); }
.infrastructure-menu { left: -360px; width: min(780px, calc(100vw - 48px)); }
.menu-align-right { right: -8px; left: auto; }
.nav-row-two .nav-dropdown > button { color: #4c5870; font-size: 11.8px; font-weight: 600; }
@media (min-width: 1181px) {
  .header-shell { min-height: 154px; grid-template-columns: minmax(360px, 28%) minmax(0, 1fr); }
  .brand-image-wrap { height: 132px; }
  .utility-bar { min-width: 0; min-height: 52px; padding-left: 24px; gap: 16px; overflow: hidden; }
  .admission-codes { flex: 0 1 auto; gap: 14px; min-width: 0; }
  .admission-codes > span { gap: 9px; padding-right: 14px; }
  .admission-codes b { color: rgba(255,255,255,.8); font-size: 10px; font-weight: 600; letter-spacing: .055em; }
  .admission-codes strong { color: #f5c928; font-size: 18px; font-weight: 700; letter-spacing: .075em; }
  .utility-contact { flex: 0 1 auto; gap: 16px; min-width: 0; }
  .phone-cluster, .utility-email { min-width: 0; gap: 9px; }
  .utility-email { flex: 0 1 170px; }
  .utility-email span { min-width: 0; }
  .utility-email b { max-width: 145px; }
  .phone-cluster > i, .utility-email > i { width: 34px; height: 34px; flex-basis: 34px; font-size: 12px; }
  .phone-cluster small, .utility-email small { color: rgba(255,255,255,.7); font-size: 8px; letter-spacing: .09em; }
  .phone-cluster b, .utility-email b { font-size: 11px; line-height: 1.35; }
  .primary-nav { padding-top: 4px; padding-bottom: 4px; }
}

@media (min-width: 1181px) and (max-width: 1600px) {
  .header-shell { grid-template-columns: minmax(350px, 27%) minmax(0, 1fr); }
  .utility-bar { padding-left: 20px; gap: 12px; }
  .admission-codes { gap: 11px; }
  .admission-codes > span { gap: 7px; padding-right: 11px; }
  .admission-codes b { font-size: 9px; }
  .admission-codes strong { font-size: 16px; }
  .utility-contact { gap: 12px; }
  .phone-cluster > i, .utility-email > i { width: 30px; height: 30px; flex-basis: 30px; }
  .phone-cluster b, .utility-email b { font-size: 10px; }
  .utility-email { flex-basis: 155px; }
  .utility-email b { max-width: 128px; }
}

/* Final PITM identity and lighter PITT-inspired section language */
:root {
  --blue: #24569b; --blue-deep: #153a7a; --blue-dark: #0c285d; --blue-soft: #f2f6fc;
  --gold: #f5c928; --gold-deep: #d9aa00; --accent: #e5222a;
  --ink: #202a3a; --muted: #687386; --background: #ffffff; --line: #e4e8ef;
  --card-radius: 14px; --premium-shadow: 0 14px 38px rgba(21,58,122,.08);
}
body { color: #202a3a; background: #fff; }
.site-header { border-top-color: #e5222a; }
.brand-panel::after { background: linear-gradient(90deg, transparent 7%, #f5c928 46%, #e5222a 78%, transparent); }
.utility-bar { background: #153a7a; }
.admission-codes strong { color: #f5c928; }
.phone-cluster > i, .utility-email > i { color: #f5c928; border-color: rgba(245,201,40,.42); }
.nav-row > a::after, .nav-dropdown > button::after { background: #e5222a; }
.nav-row > a:hover, .nav-row > a.active, .nav-dropdown > button:hover { color: #153a7a; }
.mega-menu, .simple-menu { border-top-color: #e5222a; }
.hero-slide { background: #0c285d; }
.hero-slide::before { background: linear-gradient(90deg, rgba(8,28,68,.96), rgba(15,54,112,.83) 35%, rgba(24,76,145,.42) 58%, rgba(12,40,93,.06) 83%), linear-gradient(0deg, rgba(8,28,68,.48), transparent 44%); }
.hero-slide::after { background: linear-gradient(90deg, #e5222a 0 58%, #f5c928 76%, rgba(245,201,40,0)); }
.hero-content .hero-trust { background: rgba(12,40,93,.48); }
.hero-content .eyebrow::before { background: #f5c928; }
.hero-content h1 span, .hero-content h2 span { color: #f5c928; -webkit-text-fill-color: #f5c928; }
.btn-gold { color: #fff; background: #e5222a; box-shadow: 0 10px 24px rgba(229,34,42,.24); }
.btn-gold:hover { color: #fff; background: #c9171e; }
.btn-blue { color: #fff; background: #153a7a; }
.btn-blue:hover { color: #fff; background: #0c285d; }
.hero-pagination .swiper-pagination-bullet-active, .facility-pagination .swiper-pagination-bullet-active { background: #f5c928; }
.notice-strip, .facilities-section, .site-footer { background: #0c285d; }
.notice-label i, .notice-inner > a, .facility-card span, .footer-grid h3::after { color: #f5c928; }
.about-section, .programs-section, .innovation-section, .gallery-section { background: #fff; }
.leaders-section, .updates-section, .admissions-cta { background: #f5f7fb; }
.program-card.featured { background: #153a7a; }
.placement-panel, .testimonials-section, .cta-panel { background: linear-gradient(135deg, #0c285d, #24569b); }
.section { padding: clamp(70px, 6vw, 104px) 0; }
.section-heading { margin-bottom: clamp(32px, 4vw, 54px); }
.section-title,
.placement-copy h2,
.campus-tour h2,
.cta-panel h2 {
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.03em;
}
.section-title span, .placement-copy h2 span, .testimonials-section .section-title span { color: #e5222a; font-weight: inherit; }
.section-heading p, .lead-copy { color: #687386; font-size: 16px; line-height: 1.75; }
.eyebrow { color: #e5222a; font-weight: 600; letter-spacing: .13em; }
.stats-grid { border-radius: 14px; box-shadow: 0 12px 36px rgba(21,58,122,.08); }
.stat-item strong { color: #153a7a; font-size: clamp(30px, 2.5vw, 42px); font-weight: 600; }
.stat-item > i { color: #e5222a; background: #fff1f1; }
.leader-card,
.program-card,
.news-feature,
.event-list article,
.testimonial-card,
.innovation-grid article {
  border: 1px solid #e4e8ef;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(21,58,122,.065);
}
.leader-card:hover, .program-card:hover, .event-list article:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(21,58,122,.11); }
.leader-card h3,
.program-card h3,
.news-feature h3,
.event-list h3 { font-size: clamp(19px, 1.5vw, 23px); font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.leader-card p, .program-card p, .news-feature p, .event-list p { color: #687386; font-size: 14px; line-height: 1.7; }
.leader-card.profile .role-label, .news-tag { color: #c9171e; background: #fff1f1; font-weight: 600; }
.leader-card a, .news-body a, .text-link { color: #153a7a; font-weight: 600; }
.program-card { min-height: 285px; padding: 30px; }
.program-card > i { color: #153a7a; font-size: 30px; }
.program-card.featured > i, .program-card.featured a { color: #f5c928; }
.innovation-grid { gap: 18px; }
.innovation-grid article { min-height: 190px; padding: 28px; background: #fff; }
.innovation-grid article > i { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; color: #e5222a; background: #fff1f1; border-radius: 10px; font-size: 20px; }
.innovation-grid article > strong { color: #153a7a; font-size: 38px; font-weight: 600; line-height: 1; }
.innovation-grid article > span { margin-top: 10px; color: #687386; font-size: 14px; }
.facility-card { border-radius: 14px; }
.facility-card h3 { font-size: 22px; font-weight: 600; }
.gallery-grid figure { border-radius: 12px; }
.placement-numbers strong, .event-list time span, .quote-mark { color: #f5c928 !important; }
.campus-tour::before { background: linear-gradient(90deg, rgba(12,40,93,.94), rgba(21,58,122,.42)); }
.play-button, .back-to-top, .newsletter button { color: #fff; background: #e5222a; }
.social-links a:hover { color: #0c285d; background: #f5c928; }
@media (max-width: 820px) {
  .hero-slide::before { background: linear-gradient(180deg, rgba(12,40,93,.12), rgba(12,40,93,.22) 34%, rgba(12,40,93,.96) 78%); }
  .section { padding: 62px 0; }
}

@media (max-width: 520px) {
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(700px, calc(100svh - 72px), 780px); }
  .hero-content { padding: 30px 20px 44% !important; }
  .hero-content h1,
  .hero-content h2 { margin-bottom: 14px; font-size: clamp(34px, 10.2vw, 44px); }
  .hero-content p { display: block; margin-bottom: 17px; font-size: 13px; }
  .hero-trust span:nth-child(n+3) { display: none; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 9px; }
  .hero-actions .btn-premium { width: auto; min-height: 46px; padding: 10px 12px; font-size: 10px; }
  .hero-photo-frame { left: 18px; right: 18px; bottom: 60px; height: 36%; border-radius: 18px 18px 18px 6px; }
}

/* Plum + teal institutional identity — deliberately removes blue and gold UI */
:root {
  --blue: #742651;
  --blue-deep: #56183e;
  --blue-dark: #2d1325;
  --blue-soft: #f7f1f4;
  --gold: #2aa895;
  --gold-deep: #147b6d;
  --accent: #e66a62;
  --ink: #2b1b27;
  --muted: #70626b;
  --background: #fbf8f6;
  --line: #eadfe4;
  --shadow: 0 18px 50px rgba(72, 25, 54, .11);
  --shadow-small: 0 10px 30px rgba(72, 25, 54, .08);
  --premium-shadow: 0 24px 70px rgba(72, 25, 54, .12);
}
body { background: #fbf8f6; color: var(--ink); }
.site-header { border-top-color: #56183e; box-shadow: 0 8px 28px rgba(72,25,54,.09); }
.brand-panel { border-right-color: #eadfe4; }
.brand-panel::after { background: linear-gradient(90deg, transparent 8%, #2aa895 62%, transparent); }
.utility-bar { background: #56183e; }
.admission-codes strong { color: #64d2c1; }
.phone-cluster > i,
.utility-email > i { color: #64d2c1; border-color: rgba(100,210,193,.36); }
.primary-nav { background: #fffdfc; }
.nav-row > a::after,
.nav-dropdown > button::after { background: #2aa895; }
.nav-row > a:hover,
.nav-row > a.active,
.nav-dropdown > button:hover { color: #56183e; }
.mega-menu,
.simple-menu { border-top-color: #2aa895; box-shadow: 0 22px 55px rgba(72,25,54,.16); }
.hero-section,
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-slide {
  height: max(500px, calc(100svh - var(--actual-header-height, 205px))) !important;
}
.hero-slide { background: #2d1325; }
.hero-slide::before {
  background:
    linear-gradient(90deg, rgba(35,12,28,.95) 0%, rgba(57,18,42,.82) 32%, rgba(61,23,47,.48) 52%, rgba(32,14,28,.10) 78%),
    linear-gradient(0deg, rgba(34,12,27,.58), transparent 42%);
}
.hero-slide::after { background: linear-gradient(90deg, #2aa895 0 62%, rgba(42,168,149,0)); }
.hero-content .hero-trust { background: rgba(63,19,47,.36); border-color: rgba(255,255,255,.25); }
.hero-content .eyebrow::before { background: #2aa895; }
.hero-content h1 span,
.hero-content h2 span { color: #64d2c1; -webkit-text-fill-color: #64d2c1; }
.btn-gold { color: #fff; background: #178b7a; box-shadow: 0 12px 28px rgba(23,139,122,.28); }
.btn-gold:hover { color: #fff; background: #0f6f62; }
.btn-blue { background: #6b214b; }
.btn-blue:hover { color: #fff; background: #501737; }
.hero-pagination .swiper-pagination-bullet-active,
.facility-pagination .swiper-pagination-bullet-active { background: #2aa895; }
.hero-arrow:hover { color: #fff; background: #2aa895; }
.notice-strip { background: #321426; }
.notice-label i,
.notice-inner > a { color: #64d2c1; }
.stats-section { background: #fffdfc; }
.stat-item > i,
.feature-list i,
.innovation-grid article > i { color: #178b7a; background: #e7f6f2; }
.section-title span,
.placement-copy h2 span,
.testimonials-section .section-title span { color: #178b7a; }
.leaders-section,
.updates-section { background: #f5efef; }
.leader-card.profile .role-label,
.news-tag { color: #6b214b; background: #f4e5ec; }
.leader-card a,
.news-body a,
.text-link { color: #147b6d; }
.program-card.featured,
.placement-panel,
.testimonials-section,
.cta-panel { background: linear-gradient(135deg, #321426, #6b214b); }
.program-card.featured::after { background: radial-gradient(circle, rgba(42,168,149,.2), transparent 66%); }
.facilities-section { background: #2d1325; }
.facility-card span,
.placement-numbers strong,
.event-list time span,
.quote-mark { color: #64d2c1 !important; }
.campus-tour::before { background: linear-gradient(90deg, rgba(45,19,37,.92), rgba(45,19,37,.48)); }
.play-button { color: #fff; background: #178b7a; }
.site-footer { background: #25101f; }
.footer-grid h3::after { background: #2aa895; }
.social-links a:hover,
.newsletter button { color: #fff; background: #178b7a; }
.back-to-top { color: #fff; background: #6b214b; }

@media (max-width: 1180px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: max(500px, calc(100svh - var(--actual-header-height, 76px))) !important; }
}

@media (max-width: 820px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: max(560px, calc(100svh - var(--actual-header-height, 72px))) !important; }
  .hero-slide::before { background: linear-gradient(180deg, rgba(45,19,37,.22), rgba(45,19,37,.28) 35%, rgba(45,19,37,.94) 76%); }
}

/* Keep the complete hero inside the first viewport below the two-row header */
@media (min-width: 1181px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide {
    height: max(550px, calc(100svh - 205px));
  }
}
.reference-slide .hero-media { object-position: center center; }
.hero-slide:nth-child(4) .hero-media { object-position: center 72%; }

@media (max-width: 1180px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: max(570px, calc(100svh - 88px)); }
}

@media (max-width: 820px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: max(600px, calc(100svh - 76px)); }
  .hero-slide:nth-child(4) .hero-media { object-position: center 68%; }
}

@media (max-width: 520px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: max(590px, calc(100svh - 72px)); }
}

/* 2026 full-bleed hero — inspired by the reference site's immersive opening */
.hero-section,
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-slide {
  height: clamp(620px, calc(100svh - 132px), 790px);
}
.hero-slide {
  position: relative;
  display: block;
  overflow: hidden;
  background: #06173b;
}
.hero-photo-frame {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #06173b;
  box-shadow: none;
}
.hero-photo-frame::after { display: none; }
.hero-photo-frame .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  background: #06173b;
  transform: scale(1.012);
  transition: transform 7s cubic-bezier(.2,.65,.2,1);
}
.swiper-slide-active .hero-photo-frame .hero-media { transform: scale(1.065); }
.management-slide .hero-media { object-position: center 42%; }
.campus-slide .hero-media { object-position: center 48%; }
.student-slide .hero-media { object-position: center 44%; }
.hero-slide::before {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,13,38,.96) 0%, rgba(3,20,51,.88) 31%, rgba(4,25,59,.58) 52%, rgba(3,20,50,.12) 78%, rgba(2,14,38,.12) 100%),
    linear-gradient(0deg, rgba(2,12,34,.58) 0%, transparent 38%);
}
.hero-slide::after {
  z-index: 2;
  inset: auto auto 0 0;
  width: min(44vw, 760px);
  height: 5px;
  background: linear-gradient(90deg, #fdb813 0 62%, rgba(253,184,19,0));
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 48% 78px var(--page-gutter);
}
.hero-content .hero-trust {
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(5,25,60,.35);
  backdrop-filter: blur(9px);
}
.hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .2em;
}
.hero-content .eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #fdb813;
}
.hero-content .eyebrow i { display: none; }
.hero-content h1,
.hero-content h2 {
  max-width: 790px;
  margin: 0 0 24px;
  color: #fff;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: clamp(50px, 4.55vw, 78px);
  font-weight: 750;
  line-height: .99;
  letter-spacing: -.058em;
  text-wrap: balance;
  text-shadow: 0 8px 36px rgba(0,0,0,.24);
}
.hero-content h1 span,
.hero-content h2 span {
  color: #fdb813;
  -webkit-text-fill-color: #fdb813;
  background: none;
}
.hero-content p {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.88);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.7;
  text-shadow: 0 3px 16px rgba(0,0,0,.2);
}
.hero-actions { gap: 12px; }
.hero-actions .btn-premium {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 9px;
}
.hero-pagination { bottom: 31px !important; }
.hero-arrow { bottom: 28px; }

@media (max-width: 1180px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(610px, calc(100svh - 88px), 760px); }
  .hero-content { padding: 42px 38% 76px var(--page-gutter); }
  .hero-slide::before {
    background: linear-gradient(90deg, rgba(2,13,38,.96), rgba(3,20,51,.8) 45%, rgba(3,20,50,.24) 78%), linear-gradient(0deg, rgba(2,12,34,.52), transparent 40%);
  }
}

@media (max-width: 820px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(670px, calc(100svh - 76px), 790px); }
  .hero-photo-frame { inset: 0; height: 100%; }
  .hero-photo-frame .hero-media,
  .management-slide .hero-media,
  .campus-slide .hero-media,
  .student-slide .hero-media { object-position: center center; }
  .hero-slide::before {
    background: linear-gradient(180deg, rgba(2,13,38,.5) 0%, rgba(2,14,39,.23) 27%, rgba(2,14,39,.82) 61%, rgba(2,12,35,.97) 100%);
  }
  .hero-content {
    justify-content: flex-end;
    padding: 120px 24px 80px !important;
  }
  .hero-content .hero-trust { margin-bottom: 14px; }
  .hero-content .eyebrow { margin-bottom: 14px; }
  .hero-content h1,
  .hero-content h2 { max-width: 680px; margin-bottom: 17px; font-size: clamp(40px, 9vw, 58px); }
  .hero-content p { max-width: 600px; margin-bottom: 21px; line-height: 1.55; }
}

@media (max-width: 520px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(660px, calc(100svh - 72px), 760px); }
  .hero-photo-frame { left: 0; right: 0; bottom: 0; height: 100%; border-radius: 0; }
  .hero-content { padding: 100px 20px 70px !important; }
  .hero-content .hero-trust { display: none; }
  .hero-content .eyebrow { font-size: 9px; letter-spacing: .16em; }
  .hero-content .eyebrow::before { width: 28px; }
  .hero-content h1,
  .hero-content h2 { font-size: clamp(38px, 11.2vw, 50px); line-height: 1.01; }
  .hero-content p { display: block; font-size: 13px; }
  .hero-actions { grid-template-columns: 1fr; max-width: 270px; }
  .hero-actions .btn-premium { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media, .hero-content > * { animation: none !important; opacity: 1; transform: none; }
}

/* Final theme layer */
.utility-bar { background: #56183e; }
.admission-codes strong { color: #64d2c1; }
.brand-panel::after { background: linear-gradient(90deg, transparent 8%, #2aa895 62%, transparent); }
.nav-row > a::after,
.nav-dropdown > button::after { background: #2aa895; }
.hero-slide { background: #2d1325; }
.hero-slide::before {
  background: linear-gradient(90deg, rgba(35,12,28,.95), rgba(57,18,42,.82) 32%, rgba(61,23,47,.46) 54%, rgba(32,14,28,.08) 80%), linear-gradient(0deg, rgba(34,12,27,.56), transparent 44%);
}
.hero-slide::after { background: linear-gradient(90deg, #2aa895 0 62%, rgba(42,168,149,0)); }
.hero-content .eyebrow::before { background: #2aa895; }
.hero-content h1 span,
.hero-content h2 span { color: #64d2c1; -webkit-text-fill-color: #64d2c1; }
.hero-pagination .swiper-pagination-bullet-active { background: #2aa895; }
.hero-arrow:hover { color: #fff; background: #2aa895; }
.btn-gold { color: #fff; background: #178b7a; }
.btn-gold:hover { color: #fff; background: #0f6f62; }
.notice-strip { background: #321426; }
.program-card.featured,
.placement-panel,
.testimonials-section,
.cta-panel { background: linear-gradient(135deg, #321426, #6b214b); }
.facilities-section { background: #2d1325; }
.site-footer { background: #25101f; }
.campus-tour::before { background: linear-gradient(90deg, rgba(45,19,37,.92), rgba(45,19,37,.48)); }

@media (max-width: 820px) {
  .hero-slide::before { background: linear-gradient(180deg, rgba(45,19,37,.18), rgba(45,19,37,.26) 35%, rgba(45,19,37,.95) 77%); }
}

/* Slider-safe first paint: content remains visible even if a CDN is delayed */
.hero-content > * { opacity: 1; transform: none; }
.hero-swiper.swiper-initialized .hero-content > * { opacity: 0; transform: translateY(24px); }
.hero-swiper.swiper-initialized .swiper-slide-active .hero-content > * { animation: heroCopyIn .7s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-swiper:not(.swiper-initialized) .hero-slide:not(:first-child) { display: none; }

/* Forest + terracotta refinement and comfortably framed first viewport */
:root {
  --blue: #2f6657;
  --blue-deep: #173f35;
  --blue-dark: #102c25;
  --blue-soft: #eef5f1;
  --gold: #d6634a;
  --gold-deep: #b64b38;
  --accent: #d6634a;
  --ink: #1d2b26;
  --muted: #68756f;
  --background: #faf7f1;
  --line: #e6ded3;
}
body { background: #faf7f1; color: #1d2b26; }
.site-header { border-top-color: #173f35; box-shadow: 0 8px 28px rgba(23,63,53,.1); }
.brand-panel { border-right-color: #e6ded3; }
.brand-panel::after { background: linear-gradient(90deg, transparent 8%, #d6634a 62%, transparent); }
.utility-bar { background: #173f35; }
.admission-codes strong { color: #f29a82; }
.phone-cluster > i,
.utility-email > i { color: #f29a82; border-color: rgba(242,154,130,.38); }
.nav-row > a::after,
.nav-dropdown > button::after { background: #d6634a; }
.nav-row > a:hover,
.nav-row > a.active,
.nav-dropdown > button:hover { color: #173f35; }
.mega-menu,
.simple-menu { border-top-color: #d6634a; box-shadow: 0 22px 55px rgba(23,63,53,.14); }
.hero-section,
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-slide {
  height: max(440px, calc(100svh - var(--actual-header-height, 205px) - var(--actual-notice-height, 72px))) !important;
}

@media (min-width: 821px) and (max-height: 820px) {
  .hero-content { padding-top: 22px; padding-bottom: 28px; }
  .hero-content .hero-trust { margin-bottom: 10px; }
  .hero-content .eyebrow { margin-bottom: 10px; }
  .hero-content h1,
  .hero-content h2 { margin-bottom: 13px; font-size: clamp(40px, 3.35vw, 58px); }
  .hero-content p { margin-bottom: 16px; line-height: 1.5; }
  .hero-actions .btn-premium { min-height: 46px; }
}
.hero-slide { background: #102c25; }
.hero-slide::before {
  background: linear-gradient(90deg, rgba(11,35,29,.96), rgba(18,59,49,.83) 34%, rgba(27,76,64,.45) 56%, rgba(14,42,35,.08) 82%), linear-gradient(0deg, rgba(10,31,26,.5), transparent 44%);
}
.hero-slide::after { background: linear-gradient(90deg, #d6634a 0 62%, rgba(214,99,74,0)); }
.hero-content { padding-top: 30px; padding-bottom: 38px; }
.hero-content .hero-trust { margin-bottom: 15px; background: rgba(15,52,43,.42); }
.hero-content .eyebrow { margin-bottom: 14px; }
.hero-content .eyebrow::before { background: #d6634a; }
.hero-content h1,
.hero-content h2 { margin-bottom: 17px; font-size: clamp(44px, 3.75vw, 66px); line-height: 1.01; }
.hero-content h1 span,
.hero-content h2 span { color: #f08a6d; -webkit-text-fill-color: #f08a6d; }
.hero-content p { margin-bottom: 21px; font-size: clamp(14px, .95vw, 17px); line-height: 1.6; }
.hero-actions .btn-premium { min-height: 50px; }
.btn-gold { color: #fff; background: #c95740; box-shadow: 0 12px 28px rgba(201,87,64,.27); }
.btn-gold:hover { color: #fff; background: #a94332; }
.btn-blue { background: #173f35; }
.btn-blue:hover { color: #fff; background: #0f3028; }
.hero-pagination .swiper-pagination-bullet-active,
.facility-pagination .swiper-pagination-bullet-active { background: #d6634a; }
.hero-arrow:hover { color: #fff; background: #d6634a; }
.notice-strip { background: #102c25; }
.notice-label i,
.notice-inner > a { color: #f08a6d; }
.section-title span,
.placement-copy h2 span,
.testimonials-section .section-title span { color: #b64b38; }
.leaders-section,
.updates-section { background: #f4eee5; }
.program-card.featured,
.placement-panel,
.testimonials-section,
.cta-panel { background: linear-gradient(135deg, #102c25, #285f50); }
.facilities-section { background: #102c25; }
.site-footer { background: #0d251f; }
.campus-tour::before { background: linear-gradient(90deg, rgba(16,44,37,.93), rgba(16,44,37,.45)); }
.leader-card.profile .role-label,
.news-tag { color: #98402f; background: #f7e4dc; }
.leader-card a,
.news-body a,
.text-link { color: #a94332; }
.back-to-top,
.newsletter button,
.play-button { color: #fff; background: #c95740; }

@media (max-width: 820px) {
  .hero-section,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-slide { height: clamp(520px, calc(100svh - var(--actual-header-height, 72px) - 18px), 640px) !important; }
  .hero-slide::before { background: linear-gradient(180deg, rgba(16,44,37,.15), rgba(16,44,37,.24) 34%, rgba(16,44,37,.96) 78%); }
  .hero-content { padding-bottom: 54px !important; }
  .hero-content h1,
  .hero-content h2 { font-size: clamp(36px, 8.8vw, 50px); }
}

/* Authoritative campus-colour layer */
:root {
  --blue: #24569b; --blue-deep: #153a7a; --blue-dark: #0c285d; --blue-soft: #f2f6fc;
  --gold: #f5c928; --gold-deep: #d9aa00; --accent: #e5222a;
  --ink: #202a3a; --muted: #687386; --background: #ffffff; --line: #e4e8ef;
  --card-radius: 14px; --premium-shadow: 0 14px 38px rgba(21,58,122,.08);
}
body { color: #202a3a; background: #fff; }
.section { padding: clamp(70px, 6vw, 104px) 0; }
.section-heading { margin-bottom: clamp(32px, 4vw, 54px); }
.section-title, .placement-copy h2, .campus-tour h2, .cta-panel h2 { font-size: clamp(32px, 3vw, 48px); font-weight: 600; line-height: 1.14; letter-spacing: -.03em; }
.section-heading p, .lead-copy { color: #687386; font-size: 16px; line-height: 1.75; }
.leader-card h3, .program-card h3, .news-feature h3, .event-list h3 { font-size: clamp(19px, 1.5vw, 23px); font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.leader-card p, .program-card p, .event-list p { color: #687386; font-size: 14px; line-height: 1.7; }
.stat-item strong { color: #153a7a; font-size: clamp(30px, 2.5vw, 42px); font-weight: 600; }
.leader-card, .program-card, .news-feature, .event-list article, .testimonial-card, .innovation-grid article { border: 1px solid #e4e8ef; border-radius: 14px; box-shadow: 0 12px 34px rgba(21,58,122,.065); }
.program-card { min-height: 285px; padding: 30px; }
.innovation-grid article { min-height: 190px; padding: 28px; background: #fff; }
.innovation-grid article > i { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 10px; font-size: 20px; }
.innovation-grid article > strong { color: #153a7a; font-size: 38px; font-weight: 600; line-height: 1; }
.innovation-grid article > span { margin-top: 10px; color: #687386; font-size: 14px; }
.site-header { border-top-color: #e5222a; box-shadow: 0 8px 28px rgba(21,58,122,.1); }
.header-shell { background: #e8eef8; }
.brand-panel { background: #fff4cf; border-right-color: #d5dfef; }
.brand-image-wrap img { mix-blend-mode: multiply; }
.primary-nav { background: #eef3fa; }
.nav-row-one { border-bottom-color: #d7e0ed; }
.mega-menu, .simple-menu { background: #fff; }
.brand-panel::after { background: linear-gradient(90deg, transparent 7%, #f5c928 48%, #e5222a 78%, transparent); }
.utility-bar { background: #153a7a; }
.admission-codes strong { color: #f5c928; }
.phone-cluster > i, .utility-email > i { color: #f5c928; border-color: rgba(245,201,40,.42); }
.nav-row > a::after, .nav-dropdown > button::after { background: #e5222a; }
.nav-row > a:hover, .nav-row > a.active, .nav-dropdown > button:hover { color: #153a7a; }
.mega-menu, .simple-menu { border-top-color: #e5222a; box-shadow: 0 22px 55px rgba(21,58,122,.14); }
.hero-slide { background: #0c285d; }
.hero-slide::before { background: linear-gradient(90deg, rgba(32,48,65,.96), rgba(40,69,94,.84) 34%, rgba(63,104,137,.43) 57%, rgba(43,71,92,.07) 82%), linear-gradient(0deg, rgba(31,47,63,.48), transparent 44%); }
.hero-slide::after { background: linear-gradient(90deg, #ef5753 0 58%, #f1cc3e 74%, rgba(241,204,62,0)); }
.hero-content .hero-trust { background: rgba(39,66,88,.48); }
.hero-content .eyebrow::before { background: #f5c928; }
.hero-content h1 span, .hero-content h2 span { color: #f5c928; -webkit-text-fill-color: #f5c928; }
.btn-gold { color: #fff; background: #e5222a; box-shadow: 0 12px 28px rgba(229,34,42,.26); }
.btn-gold:hover { color: #fff; background: #c9171e; }
.btn-blue { color: #fff; background: #153a7a; }
.btn-blue:hover { color: #fff; background: #0c285d; }
.hero-pagination .swiper-pagination-bullet-active, .facility-pagination .swiper-pagination-bullet-active { background: #f1cc3e; }
.hero-arrow:hover { color: #26384a; background: #f1cc3e; }
.notice-strip { background: #26384a; }
.notice-label i, .notice-inner > a { color: #ffd94f; }
.stats-section { background: #fff; }
.stat-item > i, .feature-list i, .innovation-grid article > i { color: #d8413e; background: #fff0ed; }
.about-section, .programs-section, .innovation-section, .gallery-section { background: #fffdf8; }
.leaders-section, .updates-section { background: #eef7fd; }
.section-title span, .placement-copy h2 span, .testimonials-section .section-title span { color: #e84b48; }
.leader-card.profile .role-label, .news-tag { color: #c93b38; background: #fff0ed; }
.leader-card a, .news-body a, .text-link { color: #2f72ad; }
.program-card.featured { background: linear-gradient(140deg, #ef5753, #d8413e); }
.facilities-section, .site-footer { background: #26384a; }
.facility-card span, .placement-numbers strong, .event-list time span, .quote-mark { color: #ffd94f !important; }
.placement-panel, .testimonials-section, .cta-panel { background: linear-gradient(135deg, #2f72ad, #4b96d1); }
.campus-tour::before { background: linear-gradient(90deg, rgba(38,56,74,.94), rgba(47,114,173,.44)); }
.play-button, .back-to-top, .newsletter button { color: #fff; background: #ef5753; }
.footer-grid h3::after { background: #f1cc3e; }
.social-links a:hover { color: #26384a; background: #f1cc3e; }
.admissions-cta { background: #fff7db; }
@media (max-width: 820px) {
  .hero-slide::before { background: linear-gradient(180deg, rgba(38,56,74,.12), rgba(38,56,74,.24) 34%, rgba(38,56,74,.96) 78%); }
}

/* Self-contained local inner pages */
.inner-page .self-contained-head {
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.inner-page .self-contained-head span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.inner-page .self-contained-head i {
  color: var(--red) !important;
}

.inner-page .self-contained-head small {
  color: #66758f !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

.inner-page .page-info-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 22px clamp(34px, 4vw, 58px) 0 !important;
}

.inner-page .page-info-strip > div {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 15px !important;
  border: 1px solid rgba(18, 49, 94, .08) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff, #f8fbff) !important;
  box-shadow: 0 12px 30px rgba(9, 34, 82, .06) !important;
}

.inner-page .page-info-strip i {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--blue), var(--red)) !important;
}

.inner-page .page-info-strip b,
.inner-page .page-info-strip small {
  display: block !important;
}

.inner-page .page-info-strip b {
  color: var(--blue-deep) !important;
  font-size: 13px !important;
}

.inner-page .page-info-strip small {
  margin-top: 2px !important;
  color: #6c7890 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

@media (max-width: 991.98px) {
  .inner-page .page-info-strip { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 575.98px) {
  .inner-page .self-contained-head { display: block !important; }
  .inner-page .self-contained-head small { display: block !important; margin-top: 8px !important; }
  .inner-page .page-info-strip { grid-template-columns: 1fr !important; margin-inline: 22px !important; }
}
