@charset "UTF-8";
.vm-static-hero {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.vm-static-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 48, 96, 0.8) 5%, rgba(0, 48, 96, 0) 100%);
  z-index: 1;
}

.vm-static-hero__overlay {
  display: none;
}

.vm-static-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-self: end;
  padding: 30px 0;
}

.vm-static-hero__title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vm-breadcrumb {
  font-size: 16px;
  font-weight: 500px;
}

.vm-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.vm-breadcrumb__item {
  display: flex;
  align-items: center;
}
.vm-breadcrumb__item::after {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
}
.vm-breadcrumb__item:last-child::after {
  display: none;
}
.vm-breadcrumb__item--active {
  color: #fff;
}

.vm-breadcrumb__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-right: 8px;
}
.vm-breadcrumb__link:hover {
  color: #EB0738;
}

.teacher_hot {
  position: relative;
  overflow: hidden;
  background: #001f3d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.teacher_hot .hot_bgr {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.teacher_hot .hot_bgr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher_hot .item_hot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background: #eb0738;
  border-radius: 36px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  overflow: hidden;
  max-height: 480px;
}
.teacher_hot .item_hot__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
}
.teacher_hot .item_hot__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.teacher_hot .item_hot__body {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 0 36px 36px 0;
}
.teacher_hot .item_hot__name {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
}
.teacher_hot .item_hot__role {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin: 0;
}
.teacher_hot .item_hot__content {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  word-break: break-word;
  overflow-y: auto;
  max-height: 280px;
}
.teacher_hot .item_hot__content::-webkit-scrollbar {
  width: 5px;
}
.teacher_hot .item_hot__content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.teacher_hot .item_hot__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
}
.teacher_hot .item_hot__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.teacher_hot .item_hot__content p {
  margin: 0 0 16px 0;
}
.teacher_hot .item_hot__content p:last-child {
  margin-bottom: 0;
}
.teacher_hot .item_hot__content ul,
.teacher_hot .item_hot__content ol {
  margin: 4px 0 8px 16px;
  padding: 0;
}
.teacher_hot .item_hot__content ul li,
.teacher_hot .item_hot__content ol li {
  margin-bottom: 4px;
}
.teacher_hot .item_hot__content strong,
.teacher_hot .item_hot__content b {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .teacher_hot .item_hot {
    grid-template-columns: 1fr 1.5fr;
  }
  .teacher_hot .item_hot__body {
    padding: 36px 32px;
  }
  .teacher_hot .item_hot__name {
    font-size: 20px;
  }
  .teacher_hot .item_hot__role {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .teacher_hot {
    padding: 24px 16px;
  }
  .teacher_hot .item_hot {
    grid-template-columns: 1fr;
    max-height: none;
    border-radius: 24px;
  }
  .teacher_hot .item_hot__image {
    border-radius: 24px 24px 0 0;
    max-height: 280px;
  }
  .teacher_hot .item_hot__body {
    border-radius: 0 0 24px 24px;
    padding: 28px 24px;
  }
  .teacher_hot .item_hot__name {
    font-size: 18px;
  }
  .teacher_hot .item_hot__role {
    font-size: 15px;
  }
  .teacher_hot .item_hot__content {
    max-height: 200px;
    font-size: 14px;
  }
}
.vm-static-main {
  padding: 0 0 40px;
  position: relative;
}

.vm-static-wrapper {
  display: grid;
  grid-template-columns: var(--sidebar-w, 280px) 1fr;
  gap: 40px;
  position: relative;
}

.vm-static-sidebar__toggle {
  position: absolute;
  right: 16px; /* JS sẽ animate từ 16px → 0px khi collapse */
  top: 60px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(7, 52, 89, 0.14);
  border-radius: 50%;
  background: #fff;
  color: #001F3D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  z-index: 20;
}
.vm-static-sidebar__toggle svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.vm-static-sidebar__toggle:hover {
  background: #EB0738;
  border-color: #EB0738;
  box-shadow: 0 4px 12px rgba(235, 7, 56, 0.25);
}
.vm-static-sidebar__toggle:hover svg path {
  stroke: #fff;
}

.vm-static-sidebar {
  position: relative;
  background: #f3f6ff;
  overflow: hidden;
  min-width: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 60px;
}
.vm-static-sidebar .vm-static-sidebar__nav {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s ease, transform 0.2s ease;
  pointer-events: auto;
  width: 280px;
}
.vm-static-sidebar.is-collapsed {
  background: transparent;
}
.vm-static-sidebar.is-collapsed .vm-static-sidebar__nav {
  opacity: 0;
  transform: translateX(-12px);
  pointer-events: none;
}
.vm-static-sidebar.is-collapsed .img-bgr {
  opacity: 0;
  pointer-events: none;
}

.vm-static-sidebar__nav {
  padding: 60px 16px;
  position: sticky;
  z-index: 2;
}

.img-bgr {
  position: absolute;
  left: 16px;
  top: 60px;
  transition: opacity 0.25s ease;
}

.vm-static-sidebar__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 24px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 0;
}

.vm-static-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 2;
}

.vm-static-sidebar__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vm-static-sidebar__link {
  display: block;
  padding: 14px 0;
  color: #001F3D;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.2s ease;
  position: relative;
  padding: 20px;
  color: #073459;
}
.vm-static-sidebar__link:hover {
  color: var(--vm-red);
  padding-left: 20px;
  font-weight: 600;
}
.vm-static-sidebar__link:hover::before {
  background: var(--vm-red);
  width: 6px;
  left: -3px;
}
.vm-static-sidebar__link.is-active {
  color: var(--vm-red);
  font-weight: 700;
  background: #fff;
}
.vm-static-sidebar__link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--vm-red);
  border-radius: 0;
}

.section-subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.section-subtitle h3 {
  display: block;
  padding: 12px 36px 12px 12px;
  background: #f3f6ff;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #073459;
  border-left: 2px solid #eb0738;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
}

.vm-static-content {
  padding: 60px 0 0;
}
.vm-static-content .vm-static-subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.vm-static-content .vm-static-subtitle span {
  display: block;
  padding: 16px;
  background: #f3f6ff;
  font-size: 24px;
  font-weight: 700;
  color: #073459;
  text-transform: uppercase;
  border-left: solid 2px var(--vm-red);
}
.vm-static-content .vm-static-content__summary {
  padding: 32px 48px;
  border: dashed 1px #EB0738;
  border-radius: 16px;
  position: relative;
}
.vm-static-content .vm-static-content__summary .vm-static-content__text {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-style: italic;
  text-align: justify;
}
.vm-static-content .vm-static-content__summary::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 27px;
  height: 27px;
  background-image: url("../images/quote_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.vm-static-content .vm-static-content__summary::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 27px;
  height: 27px;
  background-image: url("../images/quote_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.vm-static-content .vm-static-content__body h2,
.vm-static-content .vm-static-content__body h3,
.vm-static-content .vm-static-content__body h4 {
  color: #073459;
  font-weight: 700;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
  line-height: 1.4;
}
.vm-static-content .vm-static-content__body h2::after,
.vm-static-content .vm-static-content__body h3::after,
.vm-static-content .vm-static-content__body h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--vm-red);
}
.vm-static-content .vm-static-content__body p {
  font-size: 16px;
  color: #141414;
  margin-bottom: 16px;
  margin-top: 0;
}

.vm-static-content__section {
  margin-bottom: 30px;
}
.vm-static-content__section:last-child {
  margin-bottom: 0;
}

.vm-static-content__title {
  font-size: 28px;
  font-weight: 700;
  color: #001F3D;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.vm-static-content__text {
  font-size: 16px;
  line-height: 1.7;
  color: #141414;
}
.vm-static-content__text p {
  margin: 0 0 16px 0;
}
.vm-static-content__text p:last-child {
  margin-bottom: 0;
}
.vm-static-content__text strong {
  color: #001F3D;
  font-weight: 700;
}
.vm-static-content__text em {
  color: var(--vm-red);
}
.vm-static-content__text ul,
.vm-static-content__text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.vm-static-content__text ul li,
.vm-static-content__text ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.vm-static-content__text a {
  color: var(--vm-red);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.vm-static-content__text a:hover {
  color: #001F3D;
  text-decoration: underline;
}

.vm-static-content__body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.vm-static-content__body > * {
  margin-bottom: 20px;
}
.vm-static-content__body > *:last-child {
  margin-bottom: 0;
}
.vm-static-content__body h2,
.vm-static-content__body h3,
.vm-static-content__body h4,
.vm-static-content__body h5,
.vm-static-content__body h6 {
  color: #001F3D;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}
.vm-static-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.vm-leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 20px;
}

.vm-leadership-card {
  background: #fff;
  border: 1px solid rgba(7, 52, 89, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.vm-leadership-card:hover {
  box-shadow: 0 12px 32px rgba(7, 52, 89, 0.15);
  transform: translateY(-6px);
}

.vm-leadership-card__image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f0f0f0;
}
.vm-leadership-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vm-leadership-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6ff;
  color: #999;
  font-size: 14px;
}

.vm-leadership-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vm-leadership-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #001F3D;
  margin: 0 0 12px 0;
  line-height: 1.3;
  word-break: break-word;
}

.vm-leadership-card__role {
  font-size: 15px;
  color: var(--vm-red);
  margin: 0;
  font-weight: 600;
}

.vm-static-content__text_3 {
  font-size: 16px;
  color: #141414;
  margin-bottom: 24px;
  line-height: 24px;
}

.vm-teachers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

.vm-teacher-card {
  background: #fff;
  border: 1px solid rgba(7, 52, 89, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.vm-teacher-card:hover {
  box-shadow: 0 8px 24px rgba(7, 52, 89, 0.12);
  transform: translateY(-4px);
}

.vm-teacher-card__image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f0f0f0;
}
.vm-teacher-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vm-teacher-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6ff;
  color: #999;
  font-size: 14px;
}

.vm-teacher-card__content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vm-teacher-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #001F3D;
  margin: 0 0 8px 0;
  line-height: 1.3;
  word-break: break-word;
}

.vm-teacher-card__role {
  font-size: 14px;
  color: var(--vm-red);
  margin: 0;
  font-weight: 600;
}

.vm-no-content {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-size: 16px;
}

.vm-teacher-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.vm-teacher-tab__trigger {
  padding: 16px 24px;
  border: none;
  background: #ededed;
  color: #001f3d;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
}
.vm-teacher-tab__trigger:hover {
  color: #fff;
  background: #eb0738;
}
.vm-teacher-tab__trigger.is-active {
  color: #fff;
  background: #eb0738;
}

.vm-teacher-tab__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.vm-teacher-tab__panel.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vm-teacher-specialty-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 40px;
}
.vm-teacher-specialty-heading:first-child {
  margin-top: 0;
}
.vm-teacher-specialty-heading__icon {
  flex-shrink: 0;
  width: 41px;
  height: auto;
}
.vm-teacher-specialty-heading__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vm-teacher-specialty-heading__title {
  font-size: 20px;
  font-weight: 700;
  color: #001F3D;
  margin: 0;
  line-height: 1.3;
  padding: 10px 32px 10px 12px;
  background: #f3f6ff;
  border-left: 2px solid var(--vm-red);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}

.vm-teachers-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vm-teacher-card-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.vm-teacher-card-item:hover .vm-teacher-card-item__image img {
  transform: scale(1.05);
  transition: all 0.3 ease;
}
.vm-teacher-card-item:hover .vm-teacher-card-item__overlay {
  opacity: 1;
}
.vm-teacher-card-item:hover .vm-teacher-card-item__name {
  color: var(--vm-red);
}
.vm-teacher-card-item:focus-visible {
  outline: none;
}

.vm-teacher-card-item__image {
  width: 100%;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.vm-teacher-card-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.vm-teacher-card-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.vm-teacher-card-item__overlay svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.vm-teacher-card-item:hover .vm-teacher-card-item__overlay svg {
  transform: scale(1.1);
}

.vm-teacher-card-item__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6ff;
  color: #999;
  font-size: 14px;
}

.vm-teacher-card-item__content {
  margin-top: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vm-teacher-card-item__name {
  font-size: 18px;
  font-weight: 600;
  color: #001f3d;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.4;
  word-break: break-word;
  transition: color 0.3s ease;
}

.vm-teacher-card-item__role {
  font-size: 16px;
  color: #141414;
  margin: 0;
  font-weight: 400;
}

.vm-teacher-modal {
  position: fixed;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.vm-teacher-modal.is-active {
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vm-teacher-modal.is-active .vm-teacher-modal__dialog {
  transform: scale(1);
  opacity: 1;
}

.vm-teacher-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.vm-teacher-modal__dialog {
  position: relative;
  z-index: 100;
  background: #fff;
  border-radius: 36px;
  max-width: 1200px;
  max-height: 480px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.vm-teacher-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
.vm-teacher-modal__close:hover {
  color: var(--vm-red);
}

.vm-teacher-modal__content {
  display: contents;
}

.vm-teacher-modal__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
}
.vm-teacher-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vm-teacher-modal__body {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vm-teacher-modal__name {
  font-size: 24px;
  font-weight: 600;
  color: #141414;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.vm-teacher-modal__role {
  font-size: 20px;
  color: #141414;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.vm-teacher-modal__description {
  font-size: 16px;
  color: #141414;
  line-height: 24px;
  word-break: break-word;
  overflow-y: auto;
  max-height: 280px;
}
.vm-teacher-modal__description::-webkit-scrollbar {
  height: 100%;
  width: 5px;
  margin-top: 5px;
}
.vm-teacher-modal__description::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 4px;
}
.vm-teacher-modal__description::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #eb0738;
}
.vm-teacher-modal__description::-webkit-scrollbar-thumb:hover {
  background: #eb0738;
}
.vm-teacher-modal__description p {
  margin: 0 0 16px 0;
}
.vm-teacher-modal__description p:last-child {
  margin-bottom: 0;
}
.vm-teacher-modal__description strong,
.vm-teacher-modal__description b {
  font-weight: 700;
  color: #001F3D;
}

@media (max-width: 1200px) {
  .vm-teachers-grid-4col {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .vm-static-hero {
    min-height: 320px;
    padding: 60px 0;
  }
  .vm-static-hero__title {
    font-size: 36px;
  }
  .vm-static-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vm-static-sidebar {
    display: none;
  }
  .vm-static-sidebar.is-collapsed {
    display: none;
  }
  .vm-static-sidebar__toggle {
    display: none;
  }
  .vm-static-content {
    width: 100%;
  }
  .vm-teachers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .vm-leadership-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .vm-static-content {
    padding: 0;
  }
  .vm-static-content .vm-static-content__summary {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .vm-static-content .vm-static-content__summary::before {
    width: 20px;
    height: 20px;
    left: 8px;
  }
  .vm-static-content .vm-static-content__summary::after {
    width: 20px;
    height: 20px;
    right: 8px;
  }
  .vm-static-content .vm-static-content__summary .vm-static-content__text {
    font-size: 14px;
  }
  .vm-static-content .vm-static-content__body {
    font-size: 14px;
  }
  .vm-static-content .vm-static-content__body h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .vm-static-content .vm-static-content__body p {
    font-size: 14px;
  }
  .vm-static-content .vm-static-content__body p:last-child {
    margin-bottom: 0;
  }
  .vm-teachers-grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .vm-teacher-modal__dialog {
    grid-template-columns: 1fr;
    max-height: 90vh;
  }
  .vm-teacher-modal__image {
    border-radius: 12px 12px 0 0;
    max-height: 300px;
  }
  .vm-teacher-modal__body {
    padding: 24px;
  }
  .vm-teacher-modal__name {
    font-size: 20px;
  }
  .vm-static-hero {
    min-height: 280px;
    padding: 40px 0;
  }
  .vm-static-hero__title {
    font-size: 28px;
  }
  .vm-breadcrumb__list {
    font-size: 14px;
  }
  .vm-static-main {
    padding: 40px 0;
  }
  .vm-static-sidebar__nav {
    padding: 18px;
  }
  .vm-static-sidebar__title {
    font-size: 16px;
  }
  .vm-static-content__text {
    font-size: 15px;
  }
  .vm-teachers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .vm-teacher-card__name {
    font-size: 15px;
  }
  .vm-teacher-card__role {
    font-size: 13px;
  }
  .vm-leadership-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vm-leadership-card__name {
    font-size: 17px;
  }
  .vm-teacher-tabs__nav {
    gap: 8px;
    margin-bottom: 24px;
  }
  .vm-teacher-tab__trigger {
    font-size: 14px;
    padding: 8px 16px;
  }
  .vm-static-content .vm-static-subtitle {
    margin-bottom: 20px;
  }
  .vm-static-content .vm-static-subtitle span {
    font-size: 14px;
  }
  .section-subtitle h3 {
    font-size: 15px;
  }
  .vm-teacher-card-item__content {
    margin-top: 10px;
  }
  .vm-teacher-card-item__name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .vm-teacher-card-item__role {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .vm-teachers-grid-4col {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vm-teacher-modal__dialog {
    width: 95%;
  }
  .vm-teacher-modal__body {
    padding: 20px;
  }
  .vm-teacher-modal__name {
    font-size: 18px;
  }
  .vm-teacher-modal__role {
    font-size: 14px;
  }
  .vm-static-hero {
    min-height: 240px;
    padding: 0;
  }
  .vm-static-hero__title {
    font-size: 20px;
  }
  .vm-static-hero__content {
    gap: 5px;
    flex-direction: column;
    padding: 20px 15px;
    align-items: flex-start;
  }
  .vm-breadcrumb__list {
    font-size: 12px;
    gap: 8px;
  }
  .vm-breadcrumb__item::after {
    margin-left: 8px;
  }
  .vm-static-main {
    padding: 30px 0;
  }
  .vm-static-wrapper {
    gap: 16px;
  }
  .vm-static-sidebar__nav {
    padding: 16px;
  }
  .vm-static-sidebar__title {
    font-size: 15px;
  }
  .vm-static-content__text {
    font-size: 14px;
  }
  .vm-teachers-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vm-teacher-card__name {
    font-size: 14px;
  }
  .vm-teacher-card__role {
    font-size: 12px;
  }
  .vm-leadership-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vm-leadership-card__name {
    font-size: 16px;
  }
  .vm-leadership-card__role {
    font-size: 13px;
  }
  .vm-teacher-tabs__nav {
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .vm-teacher-tab__trigger {
    font-size: 13px;
    padding: 8px 12px;
    width: 100%;
  }
  .vm-teacher-specialty-heading {
    margin: 16px 0;
  }
  .vm-teacher-specialty-heading__title {
    font-size: 15px;
  }
}/*# sourceMappingURL=static.css.map */