/* Developed by w3bk1n9 */
:root {
  --tu-navy: #071d38;
  --tu-blue: #4259c2;
  --tu-lime: #a7ba00;
  --tu-ink: #172231;
  --tu-surface: #f4f6f8;
  --tu-line: #dbe1e8;
}

body { background: #fff; color: var(--tu-ink); }
.top-strip { background: #11366d; }
.header { background: #fff; }
.header__inner { height: 82px; }
.brand img { width: 144px; }
.mega-main-nav .nav-simple, .mega-trigger { color: #162234; font-weight: 600; }
.mega-main-nav .nav-simple:hover, .mega-main-nav .nav-simple.active, .mega-trigger:hover, .has-mega:hover .mega-trigger, .has-mega.open .mega-trigger { color: var(--tu-lime); }
.nav-apply { background: #11366d; border-radius: 8px; box-shadow: none; }
.nav-apply:hover { background: var(--tu-blue); }
.mega-menu { border-radius: 8px; }
.dynamic-mega .mega-grid { grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 34px; }
.dynamic-mega.mega-menu--compact .mega-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
.dynamic-mega .mega-col h4 { color: var(--tu-lime); }
.dynamic-mega .mega-grid:has(.mega-col:only-child) { grid-template-columns: minmax(0, 235px); }

.page-hero, .profile-page-hero, .collection-hero { position: relative; overflow: hidden; padding: 80px 0; background: var(--tu-navy); text-align: center; }
.page-hero::after, .profile-page-hero::after, .collection-hero::after, .academic-hero::after, .gallery-hero::after { content: ""; display: block; width: 70px; height: 3px; background: var(--tu-lime); margin: 16px auto 0; }
.page-hero .container, .profile-page-hero .container, .collection-hero .container { position: relative; z-index: 1; }
.page-hero h1, .profile-page-hero h1, .collection-hero h1 { max-width: 980px; margin: 0 auto 12px; font-size: clamp(34px, 4vw, 56px); letter-spacing: 0; }
.page-hero .badge, .page-hero .section-label, .profile-page-hero .section-label, .collection-hero .section-label { padding: 0; margin: 0 0 10px; background: transparent; color: #fff; border-radius: 0; font-size: 13px; text-transform: uppercase; }
.plain-section, .academic-content-section { padding: 76px 0; }

.footer-contact-band { background: var(--tu-blue); color: #fff; }
.footer-contact-band__grid { min-height: 150px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.footer-contact-band__grid > div { padding: 18px 38px; border-right: 1px solid rgba(255,255,255,.22); }
.footer-contact-band__grid > div:last-child { border-right: 0; }
.footer-contact-band span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.footer-contact-band strong { color: #fff; font-size: 16px; line-height: 1.45; }
.footer { background: #050505; padding-top: 54px; }
.footer-grid { grid-template-columns: 1.45fr 1fr 1fr 1.2fr; gap: 42px; padding-bottom: 34px; }
.footer-logo { width: 220px; background: transparent; border-radius: 0; padding: 0; }
.footer h3 { font-size: 16px; position: relative; padding-bottom: 10px; }
.footer h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--tu-lime); }
.footer p { color: rgba(255,255,255,.78); font-size: 14px; }
.footer a { font-size: 14px; }
.footer-newsletter form { display: flex; margin-top: 16px; }
.footer-newsletter input { width: 100%; min-width: 0; height: 42px; border: 0; padding: 0 12px; border-radius: 4px 0 0 4px; }
.footer-newsletter button { border: 0; min-width: 92px; border-radius: 0 4px 4px 0; background: var(--tu-lime); color: #10230e; font-weight: 800; cursor: pointer; }
.footer-links { margin-top: 28px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }

.collection-page--regulatory-bodies { background: var(--tu-navy); }
.collection-page--regulatory-bodies .institutional-record-grid { max-width: 980px; margin: 0 auto; }
.collection-filter { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 0 auto 34px; }
.collection-filter a { padding: 9px 14px; border: 1px solid rgba(255,255,255,.28); color: #fff; border-radius: 5px; font-size: 13px; font-weight: 700; }
.collection-filter a.active, .collection-filter a:hover { background: var(--tu-lime); border-color: var(--tu-lime); color: #14230f; }
.institutional-record-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.institutional-record { display: flex; min-height: 290px; flex-direction: column; padding: 16px; background: #fff; border: 1px solid var(--tu-line); border-radius: 8px; box-shadow: 0 12px 24px rgba(7,29,56,.08); }
.collection-page--regulatory-bodies .institutional-record { text-align: center; }
.institutional-record .media-thumb, .collection-page--regulatory-bodies .record-card .media-thumb { height: 260px; margin-bottom: 16px; border-radius: 5px; background: var(--tu-surface); }
.institutional-record span, .collection-page--regulatory-bodies .record-card > span { color: var(--tu-lime); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.institutional-record h3, .collection-page--regulatory-bodies .record-card h3 { margin: 8px 0; color: var(--tu-ink); font-size: 19px; }
.institutional-record p, .collection-page--regulatory-bodies .record-card p { color: #586576; font-size: 14px; }
.institutional-record a { margin-top: auto; padding-top: 14px; color: #183b79; font-weight: 800; }
.collection-page--regulatory-bodies .record-card { padding: 16px; border: 0; border-radius: 8px; box-shadow: none; text-align: center; }
.collection-page--regulatory-bodies .record-card .view-all { display: inline-block; margin-top: auto; color: #183b79; }

.profile-page-hero { padding: 66px 0; }
.profile-detail-grid { grid-template-columns: 330px minmax(0,1fr); gap: 46px; }
.profile-card, .profile-content { border: 0; box-shadow: none; border-radius: 0; }
.profile-card { padding: 0; }
.profile-card img, .profile-placeholder { border-radius: 0; }
.profile-content { padding: 12px 0; }
.profile-content p { color: #243142; line-height: 1.75; }

.academic-hero { position: relative; display: grid; min-height: 320px; place-items: center; overflow: hidden; background: var(--tu-navy) var(--hero-image, none) center / cover no-repeat; color: #fff; text-align: center; }
.academic-hero::before { content: ""; position: absolute; inset: 0; background: rgba(4,20,40,.73); }
.academic-hero .container { position: relative; z-index: 1; }
.academic-hero span, .gallery-hero span, .academic-intro > span, .academic-section-heading > span { color: var(--tu-lime); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.academic-hero h1 { max-width: 980px; margin: 12px auto; color: #fff; font-size: clamp(34px,4.3vw,56px); line-height: 1.1; }
.academic-hero p { color: rgba(255,255,255,.82); font-size: 18px; }
.academic-intro { max-width: 920px; }
.academic-intro h2, .academic-section-heading h2 { margin: 8px 0 16px; color: #111d2b; font-size: clamp(27px,3vw,38px); }
.academic-intro > span::after, .academic-section-heading > span::after { content: ""; display: block; width: 38px; height: 3px; margin-top: 9px; background: var(--tu-lime); }
.academic-intro p { max-width: 960px; color: #354253; line-height: 1.75; }
.academic-intro h3 { margin: 26px 0 8px; color: #111d2b; }
.academic-section-heading { margin: 56px 0 22px; }
.faculty-program-grid .institutional-record img, .institutional-record--program img { width: 100%; height: 130px; margin: -16px -16px 15px; width: calc(100% + 32px); object-fit: cover; }
.program-card-with-image { overflow: hidden; }
.program-card-image { display: block; width: calc(100% + 40px); height: 150px; object-fit: cover; margin: -20px -20px 16px; border-radius: 12px 12px 0 0; background: var(--tu-surface); }

.program-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 48px; border-top: 4px solid var(--tu-lime); background: var(--tu-surface); }
.program-facts > div { padding: 22px; border-right: 1px solid var(--tu-line); }
.program-facts > div:last-child { border-right: 0; }
.program-facts span { display: block; margin-bottom: 6px; color: #647083; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.program-facts strong { color: #172231; font-size: 17px; }
.course-table-wrap { overflow-x: auto; border: 1px solid var(--tu-line); }
.course-table-wrap table { width: 100%; border-collapse: collapse; min-width: 580px; }
.course-table-wrap th { background: var(--tu-navy); color: #fff; text-align: left; }
.course-table-wrap th, .course-table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--tu-line); }
.course-table-wrap tbody tr:nth-child(even) { background: var(--tu-surface); }
.program-curriculum { display: grid; gap: 26px; }
.curriculum-semester h3 { margin: 0 0 12px; color: #172231; font-size: 21px; }

.gallery-hero { padding: 78px 0; background: var(--tu-navy); color: #fff; text-align: center; }
.gallery-hero h1 { margin: 10px 0; color: #fff; font-size: clamp(34px,4vw,56px); }
.gallery-hero p { color: rgba(255,255,255,.78); }
.gallery-page { padding: 66px 0 88px; background: var(--tu-navy); }
.gallery-album { margin-bottom: 80px; }
.gallery-album header { margin-bottom: 24px; color: #fff; }
.gallery-album header > span { color: var(--tu-lime); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.gallery-album h2 { margin: 6px 0; color: #fff; font-size: 30px; }
.gallery-album p { color: rgba(255,255,255,.76); }
.gallery-masonry { columns: 3 260px; column-gap: 16px; }
.gallery-masonry figure { position: relative; break-inside: avoid; margin: 0 0 16px; overflow: hidden; background: #102844; }
.gallery-masonry img { width: 100%; height: auto; }
.gallery-masonry figcaption { display: grid; gap: 3px; padding: 10px 12px; color: #fff; background: #102844; font-size: 13px; }
.gallery-masonry figcaption span { color: rgba(255,255,255,.75); }
.gallery-empty { color: rgba(255,255,255,.82); }

.application-page { min-height: 100vh; padding: 64px 0 90px; background: var(--tu-surface); }
.application-shell { max-width: 1120px; background: #fff; border: 1px solid var(--tu-line); box-shadow: 0 18px 45px rgba(7,29,56,.14); }
.application-shell__header { padding: 42px 44px 30px; border-bottom: 1px solid var(--tu-line); text-align: center; }
.application-shell__header span { color: var(--tu-lime); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.application-shell__header h1 { margin: 8px 0; color: #172a46; font-size: clamp(32px,4vw,52px); }
.application-shell__header p { color: #637083; }
.application-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; background: #f0f2f4; }
.application-steps li { display: flex; justify-content: center; align-items: center; gap: 9px; min-height: 62px; color: #657185; font-size: 13px; font-weight: 800; text-align: center; }
.application-steps li span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; border: 1px solid currentColor; font-size: 12px; }
.application-steps li.active { background: #45aa4a; color: #fff; }
.application-form { padding: 42px 44px; }
.application-step { display: none; }
.application-step.active { display: block; }
.application-step h2 { margin-bottom: 28px; color: #1f2f46; font-size: 25px; }
.application-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px 28px; }
.application-grid .full { grid-column: 1 / -1; }
.application-grid label { display: grid; gap: 8px; color: #617084; font-size: 13px; font-weight: 700; }
.application-grid input, .application-grid select, .application-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #cbd3dd; border-radius: 0; padding: 10px 0; background: transparent; color: #172231; outline: 0; }
.application-grid textarea { min-height: 92px; resize: vertical; }
.application-grid input:focus, .application-grid select:focus, .application-grid textarea:focus { border-color: #45aa4a; box-shadow: 0 2px 0 #45aa4a; }
.application-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 44px; }
.application-actions .btn { min-width: 140px; border-radius: 4px; }
.application-actions .btn-primary { background: #45aa4a; color: #fff; box-shadow: none; }

.teacher-reference-hero { padding: 72px 0; background: var(--tu-navy); color: #fff; text-align: center; }
.teacher-reference-hero h1 { margin: 0; color: #fff; font-size: clamp(32px, 4vw, 48px); text-transform: uppercase; }
.teacher-reference-hero h1::after { content: ""; display: block; width: 58px; height: 3px; margin: 16px auto 12px; background: var(--tu-lime); }
.teacher-reference-hero p { color: #fff; font-weight: 700; }
.teacher-reference-summary { position: relative; background: #f8f8e8; }
.teacher-reference-summary__grid { position: relative; display: grid; grid-template-columns: 1fr 310px 140px; gap: 56px; min-height: 320px; align-items: center; }
.teacher-reference-info h2 { margin: 0 0 4px; color: #111; font-size: 30px; }
.teacher-reference-designation { margin-bottom: 4px; color: #4358c4; font-size: 18px; font-weight: 800; }
.teacher-reference-info > strong { display: block; margin-bottom: 24px; color: var(--tu-lime); font-size: 14px; }
.teacher-reference-info > p { display: grid; gap: 2px; margin: 16px 0; color: #111; }
.teacher-reference-info > p span { color: #4358c4; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.teacher-reference-info a { color: #111; font-weight: 700; overflow-wrap: anywhere; }
.teacher-reference-photo { width: 310px; aspect-ratio: 1 / 1; overflow: hidden; border: 2px solid #4358c4; border-radius: 26px; background: #d6dde5; }
.teacher-reference-photo img { width: 100%; height: 100%; object-fit: cover; }
.teacher-reference-photo span { display: grid; height: 100%; place-items: center; color: #fff; font-size: 80px; font-weight: 800; }
.teacher-reference-badge { align-self: start; margin-top: 28px; padding: 4px 7px; background: var(--tu-lime); color: #fff; font-size: 12px; font-weight: 800; }
.teacher-reference-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.teacher-reference-socials a { color: #4358c4; font-size: 13px; font-weight: 800; }
.teacher-reference-content { padding: 40px 0 74px; background: #fff; }
.teacher-reference-tabs { display: flex; gap: 8px; flex-wrap: wrap; border-bottom: 1px solid var(--tu-line); }
.teacher-reference-tabs button, .teacher-reference-tabs a { border: 0; border-radius: 0; padding: 10px 12px; background: #f5f5e7; color: #4358c4; font-size: 13px; cursor: pointer; }
.teacher-reference-tabs button.active { background: var(--tu-lime); color: #fff; }
.teacher-reference-tabs a { color: #4358c4; }
.teacher-reference-panels { max-width: 980px; margin-top: 12px; background: #f8f8e8; }
.teacher-reference-panels article { display: none; min-height: 180px; padding: 24px 28px; color: #1f2830; line-height: 1.65; }
.teacher-reference-panels article.active { display: block; }
.teacher-reference-panels h2 { margin-bottom: 12px; color: #111; font-size: 22px; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-contact-band__grid { grid-template-columns: 1fr; padding: 18px 0; }
  .footer-contact-band__grid > div { border: 0; padding: 15px 0; }
  .institutional-record-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-facts { grid-template-columns: repeat(2, 1fr); }
  .program-facts > div:nth-child(2) { border-right: 0; }
  .application-grid { grid-template-columns: repeat(2, 1fr); }
  .teacher-reference-summary__grid { grid-template-columns: 1fr 270px; gap: 30px; padding: 34px 0; }
  .teacher-reference-photo { width: 270px; }
  .teacher-reference-badge { display: none; }
}

@media (max-width: 640px) {
  .header__inner { height: auto; }
  .page-hero, .profile-page-hero, .collection-hero { padding: 60px 0; }
  .footer-grid, .institutional-record-grid, .program-facts, .application-grid { grid-template-columns: 1fr; }
  .program-facts > div { border-right: 0; border-bottom: 1px solid var(--tu-line); }
  .footer-newsletter form { flex-direction: column; gap: 8px; }
  .footer-newsletter input, .footer-newsletter button { width: 100%; border-radius: 4px; }
  .application-shell__header, .application-form { padding: 28px 20px; }
  .application-steps li { padding: 10px 6px; font-size: 11px; }
  .application-steps li span { display: none; }
  .application-actions .btn { min-width: 0; flex: 1; padding: 0 12px; }
  .teacher-reference-hero { padding: 58px 0; }
  .teacher-reference-summary__grid { grid-template-columns: 1fr; gap: 25px; }
  .teacher-reference-photo { width: min(310px, 100%); }
  .teacher-reference-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .teacher-reference-tabs button, .teacher-reference-tabs a { white-space: nowrap; }
  .teacher-reference-panels article { padding: 20px; }
}

/* v1.0.7 regulatory body detail redesign + mobile responsive hardening */
.regulatory-detail-page {
  background: #fff;
  padding: 22px 0 76px;
}
.regulatory-profile-shell {
  max-width: 1120px;
}
.regulatory-profile-topline {
  height: 1px;
  width: 100%;
  background: #dce0e4;
  margin-bottom: 22px;
}
.regulatory-profile-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}
.regulatory-profile-media {
  position: relative;
  min-width: 0;
}
.regulatory-profile-tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  background: var(--tu-lime);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}
.regulatory-profile-photo {
  width: 100%;
  min-height: 420px;
  background: #f2f4f6;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.regulatory-profile-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
}
.regulatory-profile-photo span {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 3px solid var(--tu-lime);
  color: #9cb2c3;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .04em;
}
.regulatory-profile-info {
  min-width: 0;
  padding: 18px 0;
}
.regulatory-profile-info h1 {
  margin: 0 0 8px;
  color: #020814;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.03em;
}
.regulatory-profile-info h2 {
  margin: 0 0 8px;
  color: #4057c4;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.2;
  font-weight: 900;
}
.regulatory-profile-campus {
  margin: 0 0 30px;
  color: var(--tu-lime);
  font-size: 16px;
  font-weight: 900;
}
.regulatory-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -14px 0 28px;
}
.regulatory-category-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(153, 179, 0, .34);
  border-radius: 999px;
  background: rgba(153, 179, 0, .08);
  color: #6d8000;
  font-size: 13px;
  font-weight: 900;
}
.regulatory-contact-list {
  display: grid;
  gap: 22px;
  max-width: 610px;
}
.regulatory-contact-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.regulatory-contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #4057c4;
  font-size: 25px;
  line-height: 1;
}
.regulatory-contact-item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.45;
  word-break: break-word;
}
.regulatory-contact-item strong {
  display: block;
  margin: 0 0 4px;
  color: #4057c4;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.regulatory-contact-item a {
  color: #000;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.regulatory-message-block {
  margin-top: 40px;
}
.regulatory-message-block h2 {
  margin: 0 0 18px;
  border: 0;
}
.regulatory-message-block h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 50px;
  padding: 12px 18px;
  background: var(--tu-lime);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.regulatory-message-content {
  color: #000;
  font-size: 17px;
  line-height: 1.75;
}
.regulatory-message-content p {
  margin: 0 0 18px;
  color: #000;
}

/* Site-wide responsive safety layer */
html {
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img, svg, video, canvas, iframe, embed, object {
  max-width: 100%;
}
iframe, embed, object {
  display: block;
}
input, select, textarea, button {
  max-width: 100%;
}
.table-wrap, .course-table-wrap, .dashboard-table-wrap, .section-card, .detail-card, .profile-content {
  min-width: 0;
}
.table-wrap, .course-table-wrap, .dashboard-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap table, .dashboard-table-wrap table {
  min-width: 680px;
}
.long-text, .record-card, .detail-card, .profile-content, .notice-description, .notice-file-fallback, .teacher-section, .teacher-mini-card {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .container {
    width: min(100% - 32px, 1120px);
  }
  .hero-slide__grid, .hero__grid, .home-about-grid, .home-updates-grid, .home-library-grid, .contact-grid, .teacher-reference-summary__grid {
    gap: 28px;
  }
}

@media (max-width: 980px) {
  .regulatory-profile-grid {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 28px;
  }
  .regulatory-profile-photo, .regulatory-profile-photo img {
    min-height: 360px;
  }
  .hero-slide__grid, .hero__grid, .academic-teacher-grid, .faculty-program-grid, .contact-grid, .footer-contact-band__grid {
    grid-template-columns: 1fr;
  }
  .hero, .hero-slide {
    min-height: auto;
  }
  .home-video-frame, .notice-pdf-viewer {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .regulatory-detail-page {
    padding: 14px 0 56px;
  }
  .regulatory-profile-topline {
    margin-bottom: 18px;
  }
  .regulatory-profile-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .regulatory-profile-photo, .regulatory-profile-photo img {
    min-height: 0;
    aspect-ratio: 4 / 4.2;
  }
  .regulatory-profile-info {
    padding: 0;
  }
  .regulatory-profile-campus {
    margin-bottom: 24px;
  }
  .regulatory-contact-list {
    gap: 18px;
  }
  .regulatory-contact-item {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 12px;
  }
  .regulatory-contact-icon {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .regulatory-contact-item p, .regulatory-message-content {
    font-size: 15px;
  }
  .regulatory-message-block {
    margin-top: 30px;
  }
  .regulatory-message-block h2 span {
    min-width: 112px;
    min-height: 46px;
  }
  .top-strip__inner, .top-strip__left, .top-strip__right, .hero__actions, .admission-actions, .application-actions, .form-actions, .section-head, .home-title-row, .notice-pdf-head {
    align-items: stretch;
    flex-direction: column;
  }
  .btn, .small-btn, .nav-apply, .view-all, .home-mini-link {
    max-width: 100%;
  }
  .notice-pdf-viewer {
    min-height: 360px;
    height: 70vh;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1120px);
  }
  .regulatory-profile-info h1 {
    font-size: 30px;
  }
  .regulatory-profile-info h2 {
    font-size: 20px;
  }
  .regulatory-profile-tag {
    position: static;
    margin-bottom: 8px;
  }
  .regulatory-profile-photo, .regulatory-profile-photo img {
    aspect-ratio: 1 / 1.05;
  }
  .home-video-frame, .notice-pdf-viewer {
    min-height: 300px;
  }
  .application-actions, .notice-actions, .hero-actions, .teacher-profile-actions, .inline-actions {
    flex-direction: column;
  }
  .application-actions .btn, .notice-actions .btn, .inline-actions a, .teacher-profile-actions .btn {
    width: 100%;
  }
  .record-card, .detail-card, .teacher-section, .teacher-mini-card, .notice-content-card, .notice-file-fallback {
    padding: 20px;
  }
}

/* v1.0.24 regulatory category route + compact footer update */
.footer.footer--compact {
  padding-top: 0 !important;
}
.footer.footer--compact .footer-bottom {
  border-top: 0;
}
.collection-page--regulatory-bodies .record-card > span {
  display: none;
}
.collection-page--regulatory-bodies .record-card .record-designation {
  color: #334155;
  font-weight: 700;
  margin: 0 0 8px;
}
.collection-page--regulatory-bodies .collection-filter a {
  text-decoration: none;
}

/* v1.0.36: flexible multi-level WordPress-style public menus */
.dynamic-mega.dynamic-mega--about-tu .mega-grid,
.mega-grid--about-tu {
  grid-template-columns: 1.05fr 1.05fr .9fr 1.25fr;
}
.dynamic-mega.dynamic-mega--administration .mega-grid,
.mega-grid--administration {
  grid-template-columns: repeat(5, minmax(145px, 1fr));
}
.dynamic-mega.dynamic-mega--academics .mega-grid,
.mega-grid--academics {
  grid-template-columns: 1.05fr 1.25fr 1.2fr 1fr;
}
.mega-group-title {
  display: block;
  color: var(--tu-lime) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.mega-group-title:hover {
  color: #7b9800 !important;
  transform: none !important;
}
.mega-group-title--single {
  margin-bottom: 0 !important;
}
.mega-link-tree {
  display: grid;
  gap: 0;
}
.mega-tree-node {
  min-width: 0;
}
.mega-tree-node > a {
  position: relative;
}
.mega-tree-node.has-children > a {
  font-weight: 600;
}
.mega-link-tree--nested {
  margin: -4px 0 8px 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(167, 186, 0, .28);
}
.mega-tree-level-2 > a { padding-left: 6px !important; font-size: 13px !important; }
.mega-tree-level-3 > a { padding-left: 12px !important; font-size: 12.5px !important; }
.mega-tree-level-4 > a,
.mega-tree-level-5 > a,
.mega-tree-level-6 > a,
.mega-tree-level-7 > a,
.mega-tree-level-8 > a,
.mega-tree-level-9 > a,
.mega-tree-level-10 > a,
.mega-tree-level-11 > a,
.mega-tree-level-12 > a { padding-left: 18px !important; font-size: 12px !important; }
.dynamic-mega .mega-col { min-width: 0; }
.dynamic-mega .mega-col--single { align-self: start; }

@media (max-width: 980px) {
  .dynamic-mega.dynamic-mega--about-tu .mega-grid,
  .dynamic-mega.dynamic-mega--administration .mega-grid,
  .dynamic-mega.dynamic-mega--academics .mega-grid,
  .mega-grid--about-tu,
  .mega-grid--administration,
  .mega-grid--academics {
    grid-template-columns: 1fr;
  }
  .mega-group-title { margin-bottom: 12px !important; }
  .mega-link-tree--nested { margin-left: 8px; }
}
