:root {
  --about-blue: #063bb5;
  --about-blue-dark: #061b62;
  --about-yellow: #f4b400;
  --about-green: #2ebf5f;
  --about-orange: #f6a500;
  --about-text: #071644;
  --about-muted: #3f4b69;
  --about-line: #dfe7f4;
  --about-soft: #f4f8ff;
  --about-shadow: 0 10px 26px rgba(0, 34, 101, 0.09);
}

.page-about,
.page-about .page-body {
  background: #fff;
}

.page-about .page-body {
  width: 100%;
  max-width: none;
  padding: 0;
}

.about-page {
  color: var(--about-text);
  font-family: inherit;
  overflow-x: clip;
  max-width: 100%;
}

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

.about-shell {
  width: min(1210px, calc(100% - 6.5rem));
  margin: 0 auto;
}

.about-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 0 2.1rem;
}

.about-page-head[hidden] {
  display: none !important;
}

.about-page-head h1,
.about-section-title h2,
.about-principal-section > h2 {
  margin: 0;
  color: var(--about-blue-dark);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 900;
  line-height: 1.1;
}

.about-page-head > div > span,
.about-rule {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 0.55rem;
  background: var(--about-yellow);
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--about-blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.about-breadcrumb a {
  color: var(--about-blue-dark);
  text-decoration: none;
}

.about-breadcrumb strong {
  color: var(--about-blue);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(2.2rem, 5vw, 4.5rem);
  align-items: center;
}

.about-story-copy,
.about-principal-copy,
.about-section-title,
.about-info-card,
.about-why-item,
.about-teacher-card {
  min-width: 0;
  max-width: 100%;
}

.about-story-copy h2,
.about-info-card h2,
.about-section-title h2,
.about-principal-section > h2 {
  color: var(--about-blue);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 900;
}

.about-story-copy p,
.about-info-card p,
.about-principal-copy p,
.about-section-title p,
.about-why-item p {
  color: var(--about-text);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.8;
}

.about-story-copy p {
  max-width: 56ch;
  margin: 1.1rem 0 0;
  overflow-wrap: anywhere;
}

.about-school-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2fb;
  box-shadow: var(--about-shadow);
}

.about-school-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.1;
  object-fit: cover;
  object-position: center 0%;
}

@media (min-width: 641px) {
  .about-school-photo img {
    transform: translateY(-32px);
  }
}

@media (min-width: 641px) {
  .about-school-photo::before {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    margin: 0 0 1rem;
    background: var(--about-yellow);
  }
}

.about-detail-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 3.1rem;
}

.about-detail-item,
.about-stat-card,
.about-why-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.about-detail-item:not(:last-child),
.about-stat-card:not(:last-child),
.about-why-item:not(:last-child) {
  border-right: 1px solid var(--about-line);
}

.about-icon,
.about-stat-icon,
.about-info-icon,
.about-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.about-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 8px;
  color: var(--about-blue);
  background: #edf4ff;
}

.about-icon-location {
  border-radius: 999px;
}

.about-icon svg,
.about-stat-icon svg,
.about-info-icon svg,
.about-why-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: currentColor;
}

.about-detail-item strong,
.about-detail-item small {
  display: block;
}

.about-detail-item strong,
.about-why-item h3 {
  color: var(--about-blue-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.about-detail-item small {
  margin-top: 0.2rem;
  color: var(--about-text);
  font-size: 0.72rem;
  font-weight: 600;
}

.about-stat-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
  padding: 2rem 1.4rem;
  border-radius: 9px;
  background: linear-gradient(90deg, #f3f7ff 0%, #eef5ff 55%, #f7fbff 100%);
  box-shadow: 0 8px 22px rgba(0, 50, 130, 0.06);
}

.about-stat-card {
  justify-content: center;
  padding: 0 1.15rem;
}

.about-stat-icon {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 999px;
  color: #fff;
  background: var(--about-blue);
}

.about-stat-card:nth-child(2) .about-stat-icon,
.about-info-vision .about-info-icon,
.about-why-integrity {
  background: var(--about-green);
}

.about-stat-card:nth-child(4) .about-stat-icon,
.about-info-values .about-info-icon,
.about-why-respect {
  background: var(--about-orange);
}

.about-stat-card strong {
  display: block;
  color: var(--about-blue);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

.about-stat-card small {
  display: block;
  margin-top: 0.42rem;
  color: var(--about-text);
  font-size: 0.76rem;
  font-weight: 800;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 2.65rem;
}

.about-info-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  min-height: 248px;
  padding: 2rem 1.8rem;
  border-radius: 9px;
  background: linear-gradient(135deg, #eef5ff 0%, #fff 100%);
  box-shadow: var(--about-shadow);
}

.about-info-vision {
  background: linear-gradient(135deg, #f0fbf5 0%, #fff 100%);
}

.about-info-values {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #fff6e8 0%, #fff 100%);
}

.about-info-icon {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 8px;
  color: #fff;
  background: var(--about-blue);
}

.about-info-card h2 {
  margin: 0;
}

.about-info-card p {
  margin: 1.1rem 0 0;
}

.about-info-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.about-info-card li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--about-text);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.about-info-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--about-blue);
  font-weight: 900;
}

.about-principal-section {
  margin-top: 3rem;
}

.about-principal-grid {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-top: 1rem;
}

.about-principal-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2fb;
  box-shadow: var(--about-shadow);
}

.about-principal-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center top;
  background: #edf2fb;
}

.about-principal-copy {
  max-width: 700px;
}

.about-principal-name {
  margin-top: 1.6rem;
}

.about-principal-name strong,
.about-principal-name span {
  display: block;
  color: var(--about-blue-dark);
  font-weight: 900;
}

.about-principal-name span {
  margin-top: 0.25rem;
  font-size: 0.86rem;
}

.about-teachers-wrap {
  margin-top: 3.1rem;
  padding: 2.1rem 0 3rem;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: #fff;
}

.about-section-title p {
  max-width: 680px;
  margin: 0.85rem 0 0;
}

.about-teacher-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.2rem;
  margin-top: 1.8rem;
  align-items: stretch;
}

.about-teacher-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(6, 59, 181, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 34, 101, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-teacher-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 59, 181, 0.2);
  box-shadow: 0 24px 54px rgba(0, 34, 101, 0.16);
}

.about-teacher-card figure {
  display: grid;
  place-items: center;
  height: clamp(260px, 24vw, 340px);
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 59, 181, 0.08);
  background: linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
}

.about-teacher-card img {
  display: block;
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  padding: 0.6rem;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.about-teacher-placeholder {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  background: var(--about-blue);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.about-teacher-card h3 {
  margin: 1rem 0.8rem 0;
  color: var(--about-blue-dark);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-teacher-card p,
.about-teacher-card small {
  display: block;
  margin: 0.34rem 0.8rem 0;
  color: var(--about-text);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-teacher-card small {
  margin-bottom: 0.9rem;
  font-weight: 600;
}

.about-teacher-action {
  display: flex;
  justify-content: center;
  margin-top: 1.9rem;
}

.about-teacher-action a,
.about-teachers-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 204px;
  min-height: 44px;
  padding: 0.75rem 1.4rem;
  border: 0;
  border-radius: 5px;
  background: var(--about-blue);
  color: #fff;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(6, 59, 181, 0.22);
  cursor: pointer;
}

.about-teachers-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.about-teachers-modal.is-open {
  display: flex;
}

.about-teachers-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 40, 0.62);
  backdrop-filter: blur(5px);
}

.about-teachers-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(84vh, 820px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 20, 70, 0.34);
  padding: 1.55rem;
  overscroll-behavior: contain;
}

.about-teachers-close {
  position: sticky;
  top: 0;
  float: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--about-blue);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.about-teachers-close svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.about-teachers-dialog-head {
  padding: 0.4rem 3.2rem 1.2rem 0;
}

.about-teachers-dialog-head h2 {
  margin: 0;
  color: var(--about-blue);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
  font-weight: 950;
}

.about-teachers-dialog-head p {
  max-width: 740px;
  margin: 0.65rem 0 0;
  color: var(--about-text);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
}

.about-teachers-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 1rem;
}

.about-teacher-card-modal figure {
  aspect-ratio: 4 / 3;
}

body.about-modal-open {
  overflow: hidden;
}

.staff-hero {
  padding: clamp(2.4rem, 5vw, 4.8rem) 0 2rem;
  background: linear-gradient(135deg, #eef5ff 0%, #fff 58%, #fff8e5 100%);
}

.staff-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.65fr);
  gap: clamp(1.8rem, 4vw, 3.6rem);
  align-items: center;
}

.staff-kicker {
  margin: 0 0 0.8rem;
  color: var(--about-blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.staff-hero-copy h1 {
  margin: 0;
  color: var(--about-blue-dark);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 950;
}

.staff-hero-copy > p:not(.staff-kicker) {
  max-width: 720px;
  margin: 1rem 0 0;
  color: var(--about-text);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 550;
}

.staff-hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2fb;
  box-shadow: var(--about-shadow);
}

.staff-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: #edf2fb;
}

.staff-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 8px;
  background: var(--about-line);
  box-shadow: var(--about-shadow);
}

.staff-summary article {
  padding: 1.6rem;
  background: #fff;
  text-align: center;
}

.staff-summary strong {
  display: block;
  color: var(--about-blue);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 950;
}

.staff-summary span {
  display: block;
  margin-top: 0.45rem;
  color: var(--about-text);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.staff-directory {
  padding: 3rem 0 1rem;
}

.staff-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 1.7rem;
  align-items: stretch;
}

.staff-directory-card {
  text-align: left;
  min-height: 100%;
}

.staff-directory-card figure {
  height: 280px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(180deg, #f4f8ff 0%, #e8f0ff 100%);
}

.staff-directory-card img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center 18%;
}

.staff-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 1.15rem 1.15rem;
}

.staff-card-body h3,
.staff-card-body p,
.staff-card-body small {
  margin-left: 0;
  margin-right: 0;
}

.staff-card-body span,
.staff-card-body b {
  display: block;
  margin-top: 0.55rem;
  color: var(--about-muted);
  font-size: 0.75rem;
  line-height: 1.45;
  font-weight: 650;
}

.staff-card-body b {
  color: var(--about-blue);
  font-weight: 900;
}

.staff-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1rem;
}

.staff-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(6, 59, 181, 0.15);
  border-radius: 999px;
  background: #f4f8ff;
  color: var(--about-blue);
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.staff-card-actions a:hover {
  transform: translateY(-2px);
  border-color: var(--about-blue);
  background: var(--about-blue);
  color: #fff;
}

.staff-card-actions svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.staff-achievement {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
  padding: 2.2rem 0 4rem;
}

.staff-achievement figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2fb;
  box-shadow: var(--about-shadow);
}

.staff-achievement img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.staff-achievement h2 {
  margin: 0;
  color: var(--about-blue);
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.1;
  font-weight: 950;
}

.staff-achievement p {
  margin: 1rem 0 0;
  color: var(--about-text);
  font-size: 0.98rem;
  line-height: 1.75;
  font-weight: 550;
}

.about-why-section {
  padding: 3.1rem 0 3.8rem;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.8rem;
}

.about-why-item {
  align-items: flex-start;
  padding: 0 1.35rem;
}

.about-why-item:first-child {
  padding-left: 0;
}

.about-why-item:last-child {
  padding-right: 0;
}

.about-why-icon {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  color: var(--about-blue);
  background: #edf4ff;
}

.about-why-responsibility,
.about-why-excellence {
  color: var(--about-green);
  background: #e9f9f0;
}

.about-why-teamwork {
  color: var(--about-blue);
  background: #edf4ff;
}

.about-why-item h3 {
  margin: 0;
}

.about-why-item p {
  margin: 0.4rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .about-shell {
    width: min(100%, calc(100% - 2.2rem));
  }

  .about-story-grid,
  .about-principal-grid,
  .staff-hero-grid,
  .staff-achievement {
    grid-template-columns: 1fr;
  }

  .about-stat-band,
  .about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .about-stat-card,
  .about-why-item {
    justify-content: flex-start;
    border-right: 0 !important;
    padding: 0;
  }

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

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

@media (max-width: 780px) {
  .about-page-head,
  .about-detail-row {
    grid-template-columns: 1fr;
  }

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

  .about-info-card ul {
    grid-template-columns: 1fr;
  }

  .about-page-head {
    display: grid;
    padding: 2rem 0 1.6rem;
  }

  .about-detail-row {
    gap: 1rem;
    margin-top: 1.7rem;
  }

  .about-detail-item {
    border-right: 0 !important;
  }

  .about-stat-band {
    padding: 1.4rem;
  }

  .about-principal-photo {
    width: min(100%, 260px);
  }

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

  .staff-summary,
  .staff-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-story-grid {
    gap: 1.45rem;
  }

  .about-story-copy h2,
  .about-section-title h2,
  .about-principal-section > h2 {
    font-size: clamp(1.25rem, 6vw, 1.8rem);
    line-height: 1.16;
  }

  .about-story-copy p,
  .about-info-card p,
  .about-principal-copy p,
  .about-section-title p,
  .about-why-item p {
    font-size: clamp(0.88rem, 3.7vw, 1rem);
    line-height: 1.68;
  }

  .about-school-photo img {
    aspect-ratio: 4 / 3;
  }

  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .about-info-values {
    grid-column: auto;
  }

  .about-principal-grid {
    gap: 1.35rem;
  }

  .about-principal-photo {
    width: min(70vw, 230px);
    margin-inline: auto;
  }

  .about-teachers-wrap {
    margin-top: 2.2rem;
    padding: 1.8rem 0 2.4rem;
  }

  .about-teachers-dialog {
    width: min(100%, calc(100vw - 1rem));
    max-height: calc(100svh - 1rem);
    padding: 1rem;
    border-radius: 8px;
  }

  .about-teachers-dialog-head {
    padding-right: 2.65rem;
  }
}

@media (max-width: 520px) {
  .about-shell {
    width: min(100%, calc(100% - 1.25rem));
  }

  .about-card-grid {
    gap: 0.85rem;
  }

  .about-info-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    min-height: 0;
    padding: 1.15rem 0.85rem;
  }

  .about-info-icon {
    width: 3rem;
    height: 3rem;
  }

  .about-info-card h2 {
    font-size: clamp(1rem, 4.8vw, 1.18rem);
    line-height: 1.2;
  }

  .about-info-card p,
  .about-info-card li {
    font-size: clamp(0.76rem, 3.5vw, 0.86rem);
    line-height: 1.45;
  }

  .about-why-grid,
  .about-teacher-grid,
  .staff-summary,
  .staff-directory-grid {
    grid-template-columns: 1fr;
  }

  .about-stat-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    padding: 0.5rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .about-stat-card {
    flex-direction: column;
    justify-content: center;
    gap: 0.9rem;
    min-height: 11.4rem;
    padding: 1.2rem 0.7rem;
    border: 1px solid rgba(223, 231, 244, 0.86);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 34, 101, 0.14);
    text-align: center;
  }

  .about-stat-icon {
    width: 4.7rem;
    height: 4.7rem;
    box-shadow: 0 12px 24px rgba(6, 59, 181, 0.16);
  }

  .about-stat-card:nth-child(2) .about-stat-icon {
    box-shadow: 0 12px 24px rgba(46, 191, 95, 0.16);
  }

  .about-stat-card:nth-child(4) .about-stat-icon {
    box-shadow: 0 12px 24px rgba(246, 165, 0, 0.16);
  }

  .about-stat-icon svg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .about-stat-card div {
    display: grid;
    justify-items: center;
  }

  .about-stat-card strong {
    font-size: clamp(2rem, 10vw, 2.85rem);
    text-shadow: 0 5px 12px rgba(6, 59, 181, 0.18);
  }

  .about-stat-card strong::after {
    content: "";
    display: block;
    width: 3.1rem;
    height: 0.28rem;
    margin: 0.7rem auto 0;
    border-radius: 999px;
    background: currentColor;
  }

  .about-stat-card small {
    max-width: 13ch;
    margin-top: 0.75rem;
    font-size: clamp(0.7rem, 3vw, 0.86rem);
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .about-teacher-card figure {
    height: min(76vw, 320px);
  }

  .about-teachers-open {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .about-shell {
    width: min(100%, calc(100% - 0.9rem));
  }

  .about-stat-band {
    gap: 0.65rem;
  }

  .about-stat-card {
    min-height: 10.6rem;
    padding: 1rem 0.45rem;
  }

  .about-stat-icon {
    width: 4.1rem;
    height: 4.1rem;
  }

  .about-stat-icon svg {
    width: 2rem;
    height: 2rem;
  }

  .about-stat-card strong {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .about-info-card {
    padding: 1rem 0.75rem;
  }

  .about-teacher-card figure {
    height: min(78vw, 292px);
  }
}
