.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 6vw;
  background: #fff;
  border-bottom: 1px solid #e5edf3;
  position: sticky;
  top: 0;
  z-index: 20;
}

.dynamic-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  color: #122033;
  text-decoration: none;
}

.dynamic-brand strong {
  display: block;
  font-size: 18px;
  white-space: nowrap;
}

.dynamic-brand small {
  display: block;
  margin-top: 2px;
  color: #6c7888;
  font-size: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: linear-gradient(135deg, #078c98, #67b650);
  color: #fff;
  font-weight: 800;
}

.dynamic-desktop-nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.dynamic-desktop-nav a,
.dynamic-mobile-nav a {
  color: #1b2b3c;
  text-decoration: none;
  font-weight: 700;
}

.dynamic-menu-toggle,
.dynamic-mobile-nav {
  display: none;
}

.page-hero {
  background: linear-gradient(120deg, #f5fbff, #fff7f1);
  padding: 58px 6vw 44px;
}

.section > .section-head {
  max-width: 1180px;
  margin: 0 auto 14px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 18px;
}

.section > .section-head h2 {
  margin: 0;
  flex: 0 0 auto;
}

.section > .section-head p {
  max-width: 520px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5f6f7d;
}

.page-hero > div {
  max-width: 1180px;
  margin: 0 auto;
}

.page-hero span {
  color: #078c98;
  font-weight: 700;
}

.page-hero h1 {
  margin: 12px 0 14px;
  font-size: clamp(30px, 4vw, 54px);
  color: #122133;
}

.page-hero p {
  max-width: 760px;
  color: #5b6876;
  line-height: 1.8;
}

.compact {
  padding-top: 34px;
  padding-bottom: 34px;
}

.school-hero {
  padding: 0;
  background: #f4f8fb;
}

.school-banner-image {
  display: block;
  width: 100%;
  aspect-ratio: 2082 / 755;
  object-fit: cover;
}

.intro-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #e7edf2;
  box-shadow: 0 16px 42px rgba(16, 38, 60, .06);
}

.intro-panel p {
  margin: 0 0 8px;
  color: #465467;
  line-height: 1.75;
}

.intro-panel p:last-child {
  margin-bottom: 0;
}

.card-grid,
.video-grid,
.gallery-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card,
.video-card,
.gallery-grid figure {
  background: #fff;
  border: 1px solid #e5ecf2;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(20, 41, 63, .06);
}

.card-img,
.gallery-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.card-img[src*="xhs-"],
.gallery-grid img[src*="xhs-"],
.resource-category-card img[src*="xhs-"] {
  object-fit: contain;
  background: linear-gradient(135deg, #fff7ea, #f1fbfb);
}

.resource-download-hero img[src*="xhs-"] {
  object-fit: contain;
  padding: 8px;
  background: linear-gradient(135deg, #fff7e8, #e9f7f8);
}

.info-card div,
.video-card h3,
.video-card p,
.gallery-grid figcaption {
  padding: 0 18px 18px;
}

.info-card h3,
.video-card h3 {
  margin: 18px 0 8px;
  color: #132333;
}

.info-card p,
.video-card p {
  margin: 0;
  color: #657184;
  line-height: 1.75;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #0d1824;
  object-fit: cover;
}

.gallery-grid figcaption {
  display: block;
  padding-top: 14px;
  color: #344154;
  font-weight: 700;
}

.teacher-gallery .gallery-grid img {
  height: 300px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}

.teacher-gallery .gallery-grid figure {
  background: #fff;
}

.timeline {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.timeline article {
  background: #fff;
  border-top: 3px solid #078c98;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(20, 41, 63, .06);
}

.timeline strong {
  color: #102033;
  display: block;
  margin-bottom: 10px;
}

.timeline p {
  margin: 0;
  color: #657184;
  line-height: 1.7;
}

.synced-showcase {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: 34px;
  align-items: center;
}

.synced-media,
.synced-copy {
  position: relative;
  min-height: 430px;
}

.synced-media figure,
.synced-copy article {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .45s ease;
}

.synced-media figure.active,
.synced-copy article.active {
  opacity: 1;
  transform: translateY(0);
}

.synced-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.synced-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: #fff;
  background: rgba(5, 23, 35, .62);
  padding: 8px 14px;
}

.synced-copy article {
  background: #fff;
  padding: 48px;
  border: 1px solid #e7edf2;
  box-shadow: 0 18px 50px rgba(20, 41, 63, .08);
}

.synced-copy span {
  color: #078c98;
  font-size: 46px;
  font-weight: 800;
}

.synced-copy h3 {
  margin: 14px 0;
  font-size: 30px;
  color: #142638;
}

.synced-copy p {
  color: #5c6878;
  line-height: 1.9;
}

.contact-panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-panel a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  color: #122033;
  background: #fff;
  border: 1px solid #e7edf2;
  text-decoration: none;
}

.contact-panel span {
  color: #078c98;
  font-weight: 700;
}

.site-footer {
  padding: 58px 0 52px;
  background: #060b0e;
  color: #d9e1e8;
}

.footer-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .9fr 1.1fr 1.1fr;
  gap: 42px;
}

.site-footer strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 20px;
}

.site-footer p,
.site-footer span,
.site-footer a {
  color: #9ca9b5;
  line-height: 1.9;
}

.site-footer a {
  display: block;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer nav {
  display: grid;
  gap: 10px;
}

.site-footer nav a {
  margin: 0;
}

.footer-brand-block {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.footer-phones a {
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
}

.download-library {
  background: linear-gradient(180deg, #f3f8fb 0%, #fff 44%, #f7fafc 100%);
}

.resource-download-hero {
  max-width: 1180px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.resource-download-hero > div {
  min-height: 260px;
  padding: 42px 44px;
  color: #fff;
  background: linear-gradient(135deg, #07364b 0%, #057a8a 58%, #0f9f94 100%);
  position: relative;
  overflow: hidden;
}

.resource-download-hero > div::after {
  content: "";
  position: absolute;
  inset: auto -70px -110px auto;
  width: 260px;
  height: 260px;
  border: 34px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.resource-kicker {
  display: block;
  margin-bottom: 12px;
  color: #f6d88d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.resource-download-hero h3 {
  margin: 0 0 16px;
  font-size: 34px;
  line-height: 1.2;
}

.resource-download-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.8;
}

.resource-download-hero figure {
  margin: 0;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  background: #dbe7ed;
}

.resource-download-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-download-hero figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(7, 34, 48, .78);
  font-weight: 700;
}

.download-summary {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
}

.download-summary strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.resource-member-panel {
  max-width: 1180px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px 28px;
  padding: 24px;
  border: 1px solid #d8e8ee;
  background: linear-gradient(135deg, #fff 0%, #f4fbfc 100%);
  box-shadow: 0 14px 34px rgba(13, 36, 56, .08);
}

.resource-member-panel.signed-in {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 18px 22px;
  border-color: rgba(7, 140, 152, .24);
}

.resource-member-panel.signed-in div {
  display: grid;
  gap: 4px;
}

.resource-member-panel.signed-in strong,
.member-panel-copy h3 {
  color: #0d2438;
}

.resource-member-panel.signed-in span,
.member-panel-copy p {
  color: #5f6f7d;
}

.resource-member-panel button,
.member-form button {
  height: 44px;
  border: 0;
  background: #078c98;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.member-panel-copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: #078c98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.member-panel-copy h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.25;
}

.member-panel-copy p {
  margin: 0;
  max-width: 600px;
  line-height: 1.8;
}

.member-tabs {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.member-tabs button {
  background: #eaf3f6;
  color: #0d2438;
}

.member-tabs button.active {
  background: #0d2438;
  color: #fff;
}

.member-form {
  grid-column: 2;
  display: none;
  gap: 10px;
}

.member-form.active {
  display: grid;
}

.member-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 8px;
  align-items: end;
}

.member-code-row button:disabled {
  background: #b8c9d3;
  cursor: wait;
}

.member-form label {
  display: grid;
  gap: 6px;
  color: #31465a;
  font-size: 13px;
  font-weight: 800;
}

.member-form input {
  height: 44px;
  border: 1px solid #d8e4eb;
  padding: 0 12px;
  font: inherit;
}

.member-message {
  grid-column: 2;
  min-height: 20px;
  margin: 0;
  color: #078c98;
  font-size: 13px;
  font-weight: 800;
}

.member-message.error {
  color: #d92d20;
}

.resource-locked-preview {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  filter: blur(1px);
  opacity: .62;
  pointer-events: none;
}

.resource-locked-preview div {
  min-height: 110px;
  padding: 20px;
  border: 1px solid #e0e9f0;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 41, 63, .06);
}

.resource-locked-preview strong {
  display: block;
  margin-bottom: 10px;
  color: #0d2438;
  font-size: 18px;
}

.resource-locked-preview span {
  color: #667789;
  line-height: 1.7;
}

.resource-tools {
  max-width: 1180px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px 132px 142px 132px 120px;
  gap: 14px;
}

.resource-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px 76px;
  gap: 8px;
}

.resource-tools input,
.resource-tools select,
.resource-tools button {
  height: 48px;
  border: 1px solid #d8e4eb;
  background: #fff;
  padding: 0 16px;
  color: #10243a;
  font: inherit;
  outline: none;
}

.resource-tools input:focus,
.resource-tools select:focus {
  border-color: #078c98;
  box-shadow: 0 0 0 3px rgba(7, 140, 152, .12);
}

.resource-tools button {
  padding: 0 12px;
  cursor: pointer;
  font-weight: 800;
}

.resource-tools button[data-resource-submit] {
  border-color: #078c98;
  background: #078c98;
  color: #fff;
}

.resource-tools button[data-resource-reset] {
  color: #5f6f7d;
}

.featured-downloads {
  max-width: 1180px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.featured-download {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #e0e9f0;
  background: #fff;
  color: #263648;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(20, 41, 63, .05);
}

.featured-download span {
  width: fit-content;
  padding: 3px 8px;
  color: #fff;
  background: #d92525;
  font-size: 12px;
  font-weight: 800;
}

.featured-download strong {
  min-height: 42px;
  color: #0d2438;
  line-height: 1.45;
  font-size: 14px;
}

.featured-download em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #68798b;
  font-style: normal;
  font-size: 13px;
}

.download-groups {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.download-group {
  background: #fff;
  border: 1px solid #e0e9f0;
  box-shadow: 0 10px 28px rgba(20, 41, 63, .05);
}

.download-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  cursor: pointer;
  color: #122033;
  list-style: none;
}

.download-group-copy {
  min-width: 0;
}

.download-group-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

.download-group-copy em {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #68798b;
  font-style: normal;
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.download-group summary::-webkit-details-marker {
  display: none;
}

.download-group-count {
  color: #078c98;
  font-size: 13px;
  white-space: nowrap;
}

.download-file-list {
  max-height: 420px;
  overflow: auto;
  border-top: 1px solid #e8eff4;
}

.download-file-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  padding: 12px 18px;
  border-bottom: 1px solid #edf2f6;
  color: #243244;
  text-decoration: none;
}

.download-file-list a:hover {
  background: #f7fbfd;
}

.download-file-list strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.download-file-list span {
  grid-column: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6c7a89;
  font-size: 12px;
}

.download-file-list em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #078c98;
  font-style: normal;
  font-size: 12px;
  white-space: nowrap;
}

.resource-pagination {
  max-width: 1180px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.resource-pagination[hidden] {
  display: none;
}

.resource-pagination button {
  min-width: 38px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d8e4eb;
  background: #fff;
  color: #203245;
  font: inherit;
  cursor: pointer;
}

.resource-pagination button[aria-current="page"] {
  border-color: #078c98;
  background: #078c98;
  color: #fff;
  font-weight: 800;
}

.resource-pagination button:disabled {
  color: #a6b1bd;
  cursor: not-allowed;
}

.resource-pagination span {
  margin-left: 8px;
  color: #667789;
  font-size: 13px;
}

.school-query {
  background: #f4efe6;
}

.high-score-rank {
  background: linear-gradient(180deg, #f7f2e9 0%, #fff 38%, #f4f8fb 100%);
}

.rank-query-head {
  max-width: 1180px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 34px;
  align-items: end;
}

.rank-query-head span {
  display: block;
  margin-bottom: 10px;
  color: #c09131;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rank-query-head h1 {
  margin: 0;
  color: #08243a;
  font-size: 42px;
  line-height: 1.2;
}

.rank-query-head p {
  margin: 0;
  color: #52677d;
  line-height: 1.8;
}

.rank-stat-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #e2d8c8;
  background: rgba(255, 255, 255, .82);
}

.rank-stat-grid div {
  padding: 24px 28px;
  border-right: 1px solid #e2d8c8;
}

.rank-stat-grid div:last-child {
  border-right: 0;
}

.rank-stat-grid strong {
  display: block;
  color: #08243a;
  font-size: 30px;
}

.rank-stat-grid span {
  color: #52677d;
}

.rank-query-tools {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e4e9ef;
  border-top: 0;
  background: #fff;
}

.rank-query-tools input,
.rank-query-tools select {
  height: 48px;
  border: 1px solid #d7e1ea;
  padding: 0 16px;
  color: #10243a;
  font: inherit;
  outline: none;
}

.rank-query-tools input:focus,
.rank-query-tools select:focus {
  border-color: #078c98;
  box-shadow: 0 0 0 3px rgba(7, 140, 152, .12);
}

.rank-query-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 620px;
  border: 1px solid #e4e9ef;
  border-top: 0;
  background: #fff;
}

.rank-tabs {
  border-right: 1px solid #e4e9ef;
  background: #f8fbfd;
}

.rank-tabs button {
  width: 100%;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #e4e9ef;
  background: transparent;
  color: #213447;
  text-align: left;
  cursor: pointer;
}

.rank-tabs button.active {
  background: #fff7e4;
  color: #08243a;
  box-shadow: inset 4px 0 0 #d92525;
}

.rank-tabs strong {
  font-size: 15px;
}

.rank-tabs span {
  color: #66778a;
  font-size: 12px;
}

.rank-table-panel {
  min-width: 0;
  padding: 24px 26px 30px;
}

.rank-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.rank-panel-head h2 {
  margin: 0 0 7px;
  color: #08243a;
  font-size: 28px;
}

.rank-panel-head p {
  margin: 0;
  color: #5b6d80;
  line-height: 1.7;
}

.rank-panel-head strong {
  flex: 0 0 auto;
  color: #078c98;
  font-size: 20px;
}

.rank-table-wrap {
  overflow: auto;
  max-height: 620px;
  border: 1px solid #e1e9ef;
}

.rank-table-wrap table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 14px;
}

.rank-table-wrap th,
.rank-table-wrap td {
  padding: 12px 13px;
  border-bottom: 1px solid #edf2f6;
  border-right: 1px solid #edf2f6;
  text-align: left;
  vertical-align: top;
}

.rank-table-wrap th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f4f7fa;
  color: #08243a;
  white-space: nowrap;
}

.rank-table-wrap td {
  color: #2f4053;
  line-height: 1.55;
}

.rank-query-note {
  margin: 14px 0 0;
  color: #6a798a;
  font-size: 13px;
}

.rank-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

.rank-pagination button,
.rank-pagination span {
  min-width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d9e3ea;
  background: #fff;
  color: #243648;
  font: inherit;
}

.rank-pagination button {
  cursor: pointer;
}

.rank-pagination button:first-child,
.rank-pagination button:last-child {
  min-width: 76px;
}

.rank-pagination button.active {
  border-color: #078c98;
  background: #078c98;
  color: #fff;
  font-weight: 800;
}

.rank-pagination button:disabled {
  cursor: not-allowed;
  color: #9aa8b4;
  background: #f4f7fa;
}

.school-query-head {
  max-width: 1180px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 60px;
  align-items: end;
}

.school-query-head span {
  color: #e6a63b;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.school-query-head h1 {
  margin: 16px 0 0;
  color: #001d3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.2;
}

.school-query-head p {
  margin: 0;
  color: #53647b;
  line-height: 1.9;
}

.school-query-stats,
.school-query-tools,
.school-query-layout {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.school-query-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #dde3eb;
}

.school-query-stats div {
  padding: 28px;
  border-right: 1px solid #dde3eb;
}

.school-query-stats div:last-child {
  border-right: 0;
}

.school-query-stats strong {
  display: block;
  color: #00214a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.school-query-stats span {
  display: block;
  margin-top: 8px;
  color: #4f6278;
}

.school-query-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 14px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #dde3eb;
  border-top: 0;
}

.school-query-tools label {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: #00214a;
  font-weight: 700;
}

.school-query-tools input,
.school-query-tools select {
  height: 44px;
  border: 1px solid #cbd5e1;
  padding: 0 14px;
  color: #18304a;
  background: #fff;
}

.school-query-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 650px;
  background: #fff;
  border: 1px solid #dde3eb;
  border-top: 0;
}

.school-result-list {
  max-height: 760px;
  overflow: auto;
  border-right: 1px solid #dde3eb;
}

.school-result-list p {
  margin: 0;
  padding: 18px;
  color: #53647b;
  line-height: 1.65;
  border-bottom: 1px solid #e5eaf0;
}

.school-result-list button {
  width: 100%;
  display: block;
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid #e5eaf0;
  background: #fff;
  color: #18304a;
  text-align: left;
  cursor: pointer;
}

.school-result-list button.active,
.school-result-list button:hover {
  background: #fff6df;
}

.school-result-list strong {
  display: block;
  margin-bottom: 8px;
  color: #00214a;
  font-size: 18px;
}

.school-result-list span {
  color: #53647b;
  line-height: 1.65;
}

.school-detail {
  padding: 28px;
  min-width: 0;
}

.school-detail h2 {
  margin: 0 0 16px;
  color: #00214a;
  font-size: 32px;
}

.school-detail h3 {
  margin: 28px 0 14px;
  color: #00214a;
  font-size: 22px;
}

.school-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.school-tags span {
  padding: 9px 12px;
  color: #354a62;
  background: #f5efe3;
}

.school-detail table {
  width: 100%;
  border-collapse: collapse;
}

.school-detail th,
.school-detail td {
  padding: 12px;
  border: 1px solid #dce4eb;
  text-align: left;
}

.school-detail th {
  background: #f5f7fa;
  color: #00214a;
}

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

.major-grid div {
  padding: 14px;
  border: 1px solid #dce4eb;
  background: #fbfcfe;
}

.major-grid strong,
.major-grid span {
  display: block;
}

.major-grid strong {
  color: #00214a;
  line-height: 1.6;
}

.major-grid span,
.school-description,
.empty-note {
  color: #5e6f80;
  line-height: 1.8;
}

.home-pathways {
  background: #f4f9fb;
}

.home-pathways .card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-pathways .info-card {
  display: grid;
  grid-template-rows: 122px 1fr;
  border-top: 4px solid #078c98;
}

.home-pathways .card-img {
  height: 122px;
  object-fit: contain;
}

.home-pathways .info-card h3 {
  margin-top: 14px;
}

.home-service {
  background: #fff;
}

.home-service .card-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .82fr) minmax(0, .82fr);
  align-items: stretch;
}

.home-service .info-card:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  min-height: 280px;
  background: #102638;
}

.home-service .info-card:first-child .card-img {
  height: 100%;
  object-fit: contain;
  background: #fff8ec;
}

.home-service .info-card:first-child div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.home-service .info-card:first-child h3,
.home-service .info-card:first-child p {
  color: #fff;
}

.home-service .info-card:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.home-service .info-card:not(:first-child) .card-img {
  height: 150px;
  object-fit: contain;
}

.home-courses {
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
}

.home-courses .card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.home-courses .info-card:nth-child(even) {
  margin-top: 24px;
}

.home-courses .card-img {
  height: 230px;
  object-fit: contain;
}

.scroll-showcase {
  overflow: hidden;
}

.scroll-showcase-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.scroll-showcase-copy {
  min-height: 300px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-left: 5px solid #088898;
  box-shadow: 0 16px 38px rgba(8, 35, 63, .07);
}

.scroll-showcase-copy span {
  color: #088898;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.scroll-showcase-copy h2 {
  margin: 12px 0 12px;
  color: #08233f;
  font-size: 32px;
  line-height: 1.25;
}

.scroll-showcase-copy p {
  margin: 0;
  color: #5c7084;
  line-height: 1.8;
}

.scroll-showcase-copy a {
  width: fit-content;
  margin-top: 22px;
  padding: 10px 18px;
  color: #fff;
  background: #088898;
  text-decoration: none;
  font-weight: 800;
}

.scroll-showcase-track {
  overflow: hidden;
  min-height: 300px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.scroll-showcase-row {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: showcase-scroll 34s linear infinite;
}

.scroll-showcase-track:hover .scroll-showcase-row {
  animation-play-state: paused;
}

.scroll-showcase-card {
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  color: #09243d;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dce6ee;
  box-shadow: 0 16px 34px rgba(8, 35, 63, .06);
}

.scroll-showcase-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #f5f9fb;
}

.scroll-showcase-card img[src*="xhs-"] {
  object-fit: contain;
  background: linear-gradient(135deg, #fff7ea, #edfafa);
}

.scroll-showcase-card strong {
  padding: 14px 16px 5px;
  font-size: 17px;
  line-height: 1.45;
}

.scroll-showcase-card em {
  padding: 0 16px 16px;
  color: #66798c;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}

.scroll-showcase-deep {
  background: #102638;
}

.scroll-showcase-deep .scroll-showcase-copy {
  color: #fff;
  background: #0b1c2a;
  border-left-color: #f2ba02;
}

.scroll-showcase-deep .scroll-showcase-copy span,
.scroll-showcase-deep .scroll-showcase-copy h2,
.scroll-showcase-deep .scroll-showcase-copy p {
  color: #fff;
}

.scroll-showcase-deep .scroll-showcase-copy a {
  color: #08233f;
  background: #f2ba02;
}

.scroll-showcase-warm {
  background: linear-gradient(180deg, #fff7ef 0%, #fff 100%);
}

.scroll-showcase-warm .scroll-showcase-copy {
  border-left-color: #df1711;
}

.scroll-showcase-warm .scroll-showcase-copy span {
  color: #df1711;
}

.scroll-showcase-warm .scroll-showcase-copy a {
  background: #df1711;
}

@keyframes showcase-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.home-honors {
  background: #f6f6f6;
  padding-top: 16px;
  position: relative;
}

.honor-title {
  text-align: center;
  margin: 0 auto 14px;
}

.honor-title strong {
  display: block;
  color: #c6d5e8;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.honor-title h2 {
  margin: 6px 0 0;
  color: #111;
  font-size: 22px;
  font-weight: 500;
}

.honor-board {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.honor-feature {
  min-width: 0;
}

.honor-poster {
  position: relative;
  display: block;
  height: 390px;
  overflow: hidden;
  color: #fff1c8;
  text-decoration: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 10%),
    linear-gradient(135deg, #ffcf9a 0%, #f23629 42%, #9d0907 100%);
}

.honor-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
  opacity: .55;
  filter: saturate(1.15) contrast(1.05);
}

.honor-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 65%, rgba(255, 202, 93, .22), rgba(255, 202, 93, 0) 22%),
    linear-gradient(150deg, rgba(255, 244, 190, .38) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(12deg, rgba(255, 214, 111, .22) 0 8%, rgba(255, 255, 255, 0) 8% 100%);
}

.honor-main-text {
  position: absolute;
  left: 11%;
  top: 28%;
  color: #ffe7a8;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 6px 0 rgba(126, 20, 9, .3), 0 0 28px rgba(255, 246, 183, .5);
  white-space: nowrap;
}

.honor-year-pill {
  position: absolute;
  left: 24%;
  bottom: 24%;
  min-width: 270px;
  padding: 11px 32px;
  border-radius: 999px;
  color: #df160f;
  background: linear-gradient(180deg, #fff6cd, #ffe3a1);
  box-shadow: 0 8px 24px rgba(107, 11, 8, .22);
  text-align: center;
  font-size: 22px;
  font-weight: 800;
}

.honor-feature-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 14px;
  border-bottom: 1px solid #cfd6dc;
}

.honor-feature-copy h3 {
  margin: 0;
  color: #1f2a36;
  font-size: 16px;
  font-weight: 500;
}

.honor-feature-copy span,
.honor-news-list span {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-right: 8px;
  border: 1px solid #ff2430;
  background: #ff1224;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.honor-feature-copy time {
  flex: 0 0 auto;
  color: #5c6672;
  font-size: 13px;
}

.honor-news-list {
  margin-top: 64px;
  padding-bottom: 18px;
  background:
    linear-gradient(rgba(246, 246, 246, .72), rgba(246, 246, 246, .92)),
    url("/assets/images/school-page-banner.webp") center bottom / cover no-repeat;
}

.honor-news-list a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  min-height: 48px;
  padding: 0 8px;
  border-bottom: 1px solid #ddd;
  color: #253548;
  text-decoration: none;
}

.honor-news-list strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 400;
}

.honor-news-list time {
  margin-left: 16px;
  color: #687789;
  font-size: 14px;
}

.home-campus {
  background: #f3f7fa;
}

.home-campus .gallery-grid {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  overflow-x: auto;
  padding-bottom: 6px;
}

.home-campus .gallery-grid figure {
  min-width: 170px;
}

.home-campus .gallery-grid img {
  height: 240px;
  object-fit: contain;
}

.home-topics {
  background: #fff;
}

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

.home-topics .info-card {
  display: grid;
  grid-template-columns: 180px 1fr;
}

.home-topics .card-img {
  height: 100%;
  min-height: 150px;
  object-fit: contain;
}

.home-topics .info-card div {
  padding: 22px 24px;
}

.home-news {
  background: #f6fafb;
}

.home-news .card-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.home-news .info-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  box-shadow: none;
}

.home-news .card-img {
  height: 118px;
  object-fit: contain;
}

.home-news .info-card div {
  padding: 18px 22px;
}

.home-news .info-card h3 {
  margin-top: 0;
}

.home-contact {
  background: #102638;
}

.home-contact .section-head h2,
.home-contact .section-head p {
  color: #fff;
}

.home-contact .contact-panel a {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.info-card h3 a {
  color: inherit;
  text-decoration: none;
}

.info-card h3 a:hover {
  color: #088898;
}

.article-list-section {
  padding-top: 42px;
}

.fudong-news-list {
  max-width: 1180px;
  margin: 18px auto 0;
  background: #fff;
}

.fudong-news-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid #e3e8eb;
}

.fudong-news-item[hidden] {
  display: none !important;
}

.fudong-news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  min-height: 96px;
  color: #333;
  text-decoration: none;
  background: #e3e8eb;
  transition: .2s ease;
}

.fudong-news-date em {
  font-style: normal;
  color: #8b96a0;
  font-size: 18px;
  line-height: 1.2;
}

.fudong-news-date span {
  margin-top: 6px;
  color: #1f2933;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.fudong-news-copy {
  min-width: 0;
  padding-top: 2px;
}

.fudong-news-copy a {
  display: inline-block;
  color: #172536;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.fudong-news-copy p {
  margin: 10px 0 14px;
  color: #84919e;
  line-height: 1.8;
}

.fudong-news-copy strong {
  color: #088898;
  font-size: 14px;
}

.fudong-news-item:hover .fudong-news-date {
  background: #088898;
}

.fudong-news-item:hover .fudong-news-date em,
.fudong-news-item:hover .fudong-news-date span {
  color: #fff;
}

.fudong-news-item:hover .fudong-news-copy a {
  color: #088898;
}

.news-pagination {
  max-width: 1180px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.news-pagination button {
  min-width: 38px;
  height: 38px;
  padding: 0 13px;
  color: #314154;
  background: #fff;
  border: 1px solid #d8e2ea;
  cursor: pointer;
}

.news-pagination button.active,
.news-pagination button:hover:not(:disabled) {
  color: #fff;
  background: #088898;
  border-color: #088898;
}

.news-pagination button:disabled {
  color: #a8b2bc;
  cursor: not-allowed;
}

.admission-case-section {
  background:
    linear-gradient(180deg, #fff 0%, #f5f8fb 100%),
    radial-gradient(circle at 18% 0%, rgba(8, 136, 152, .08), transparent 34%);
}

.admission-case-shell {
  max-width: 1180px;
  margin: 18px auto 0;
}

.admission-case-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: stretch;
  border: 1px solid #dce7ee;
  background: #fff;
}

.admission-case-kpis div,
.admission-case-kpis a {
  min-height: 98px;
  padding: 22px 26px;
  border-right: 1px solid #dce7ee;
  text-decoration: none;
}

.admission-case-kpis div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.admission-case-kpis strong {
  color: #08233f;
  font-size: 32px;
  line-height: 1;
}

.admission-case-kpis span {
  margin-top: 8px;
  color: #65768a;
  font-size: 14px;
}

.admission-case-kpis a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  color: #fff;
  font-weight: 800;
  background: #088898;
  border-right: 0;
}

.admission-feature-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, .9fr));
  gap: 18px;
  margin-top: 22px;
}

.admission-feature-card {
  position: relative;
  min-height: 280px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #08233f;
}

.admission-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 35, 63, .06), rgba(8, 35, 63, .82));
}

.admission-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.admission-feature-card:hover img {
  transform: scale(1.04);
}

.admission-feature-card span,
.admission-feature-card strong,
.admission-feature-card em {
  position: relative;
  z-index: 1;
}

.admission-feature-card span {
  width: max-content;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: #e03131;
}

.admission-feature-card strong {
  max-width: 94%;
  font-size: 24px;
  line-height: 1.35;
}

.admission-feature-card em {
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-style: normal;
}

.admission-feature-1 {
  min-height: 360px;
}

.admission-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.admission-case-item {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 18px;
  min-height: 164px;
  padding: 16px;
  background: #fff;
  border: 1px solid #dce7ee;
  transition: box-shadow .2s ease, transform .2s ease;
}

.admission-case-item[hidden] {
  display: none !important;
}

.admission-case-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 34, 58, .08);
}

.admission-case-thumb {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #eef4f8;
}

.admission-case-thumb img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
}

.admission-case-item span {
  color: #088898;
  font-size: 13px;
  font-weight: 800;
}

.admission-case-item h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.admission-case-item h3 a {
  color: #08233f;
  text-decoration: none;
}

.admission-case-item h3 a:hover {
  color: #088898;
}

.admission-case-item p {
  margin: 0;
  color: #65768a;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.admission-case-item time {
  display: block;
  margin-top: 10px;
  color: #8a98a8;
  font-size: 13px;
}

.admission-case-pagination {
  margin-top: 28px;
}

.article-detail-section {
  width: min(1200px, calc(100% - 48px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 42px;
}

.article-detail-head {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #dbe5ee;
}

.article-detail-head span {
  color: #088898;
  font-weight: 800;
}

.article-detail-head h1 {
  margin: 12px 0;
  font-size: 34px;
  line-height: 1.35;
  color: #08233f;
}

.article-detail-head p {
  margin: 0 0 10px;
  color: #5c7084;
  line-height: 1.8;
}

.article-detail-head time {
  color: #7b8ca0;
}

.article-detail-cover {
  max-width: 960px;
  margin: 28px 0;
  margin-left: auto;
  margin-right: auto;
}

.article-detail-cover img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.article-detail-body {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 0 40px;
  color: #21364c;
  font-size: 17px;
  line-height: 1.95;
}

.article-detail-body p {
  margin: 12px 0;
}

.article-detail-body h2,
.article-detail-body h3,
.article-detail-body h4 {
  margin: 28px 0 12px;
  color: #08233f;
  line-height: 1.45;
}

.article-detail-body table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5ee;
}

.article-detail-body th,
.article-detail-body td {
  padding: 10px 12px;
  border: 1px solid #dbe5ee;
  vertical-align: top;
}

.article-detail-body tr:first-child td,
.article-detail-body th {
  background: #fff2cc;
  font-weight: 800;
}

.article-detail-body img {
  max-width: 100%;
  height: auto;
}

.article-prev-next {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 16px 0 18px;
  border-top: 1px solid #dbe5ee;
  border-bottom: 1px solid #dbe5ee;
}

.article-prev-next a {
  display: grid;
  grid-template-columns: 102px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  color: #09243d;
  text-decoration: none;
}

.article-prev-next a + a {
  border-top: 1px solid #dbe5ee;
}

.article-prev-next span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  min-height: 34px;
  color: #526577;
  background: #edf2f5;
  border-radius: 999px;
}

.article-prev-next strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.article-prev-next .disabled {
  pointer-events: none;
}

.article-prev-next .disabled strong {
  color: #a0aab4;
}

@media (max-width: 768px) {
  .page-hero {
    padding: 24px 16px 22px;
  }
  .section > .section-head {
    display: block;
    margin-bottom: 12px;
  }
  .section > .section-head p {
    margin-top: 8px;
    max-width: none;
  }
  .site-header {
    padding: 12px 16px;
  }
  .dynamic-brand {
    min-width: 0;
  }
  .dynamic-brand strong {
    font-size: 15px;
  }
  .dynamic-brand small,
  .dynamic-desktop-nav {
    display: none;
  }
  .dynamic-menu-toggle {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #dce7ee;
    background: #fff;
    color: #152333;
    padding: 0;
    font-size: 20px;
  }
  .dynamic-mobile-nav {
    display: none;
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    z-index: 19;
    grid-template-columns: 1fr;
    gap: 0;
    background: #fff;
    border-top: 1px solid #e6eef5;
    border-bottom: 1px solid #e6eef5;
    padding: 0;
    max-height: calc(100vh - 67px);
    overflow-y: auto;
    box-shadow: 0 18px 36px rgba(8, 35, 63, .12);
  }
  .dynamic-mobile-nav.open {
    display: grid;
  }
  .site-footer {
    padding: 36px 0 92px;
  }
  .footer-inner {
    width: min(100% - 32px, 520px);
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-brand-block {
    padding-right: 0;
    border-right: 0;
  }
  .dynamic-mobile-nav a {
    background: #fff;
    padding: 14px 18px;
    border-bottom: 1px solid #e6eef5;
  }
  .compact {
    padding: 24px 14px;
  }
  .intro-panel {
    padding: 18px 16px;
  }
  .card-grid,
  .video-grid,
  .gallery-grid,
  .timeline,
  .contact-panel,
  .synced-showcase {
    grid-template-columns: 1fr;
  }
  .scroll-showcase-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .scroll-showcase-copy {
    min-height: 0;
    padding: 24px 20px;
  }
  .scroll-showcase-copy h2 {
    font-size: 25px;
  }
  .scroll-showcase-track {
    min-height: 250px;
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .scroll-showcase-row {
    animation: none;
    width: max-content;
    padding-bottom: 6px;
  }
  .scroll-showcase-card {
    flex-basis: 220px;
    min-height: 250px;
  }
  .scroll-showcase-card img {
    height: 160px;
  }
  .synced-media,
  .synced-copy {
    min-height: 310px;
  }
  .synced-media img {
    height: 310px;
  }
  .synced-copy article {
    padding: 26px;
  }
  .synced-copy h3 {
    font-size: 24px;
  }
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .resource-download-hero,
  .resource-tools {
    grid-template-columns: 1fr;
  }
  .resource-member-panel,
  .resource-member-panel.signed-in {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .member-tabs,
  .member-form,
  .member-message {
    grid-column: 1;
  }
  .member-code-row {
    grid-template-columns: 1fr;
  }
  .member-panel-copy h3 {
    font-size: 22px;
  }
  .resource-locked-preview {
    grid-template-columns: 1fr;
  }
  .resource-download-hero > div {
    min-height: 220px;
    padding: 28px 24px;
  }
  .resource-download-hero h3 {
    font-size: 26px;
  }
  .resource-download-hero figure {
    min-height: 190px;
  }
  .download-summary {
    flex-wrap: wrap;
  }
  .featured-downloads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .download-groups {
    grid-template-columns: 1fr;
  }
  .download-group summary {
    grid-template-columns: 1fr;
  }
  .download-group-count {
    justify-self: start;
  }
  .download-file-list {
    max-height: 360px;
  }
  .school-query-head,
  .rank-query-head,
  .school-query-tools,
  .rank-query-tools,
  .school-query-layout,
  .rank-query-layout,
  .major-grid {
    grid-template-columns: 1fr;
  }
  .school-query-head {
    gap: 14px;
    margin-bottom: 20px;
  }
  .school-query-head h1 {
    font-size: 30px;
  }
  .rank-query-head {
    gap: 14px;
    margin-bottom: 20px;
  }
  .rank-query-head h1 {
    font-size: 30px;
  }
  .school-query-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rank-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rank-stat-grid div {
    border-bottom: 1px solid #e2d8c8;
  }
  .rank-query-layout {
    min-height: auto;
  }
  .rank-tabs {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #e4e9ef;
  }
  .rank-tabs button {
    min-width: 190px;
  }
  .rank-table-panel {
    padding: 18px 14px 22px;
  }
  .rank-panel-head {
    display: block;
  }
  .rank-panel-head h2 {
    font-size: 24px;
  }
  .school-query-stats div {
    padding: 18px;
  }
  .school-query-tools {
    padding: 16px;
  }
  .school-query-tools label {
    grid-template-columns: 1fr;
  }
  .school-result-list {
    max-height: 420px;
    border-right: 0;
    border-bottom: 1px solid #dde3eb;
  }
  .school-detail {
    padding: 18px;
    overflow-x: auto;
  }
  .home-pathways .card-grid,
  .home-service .card-grid,
  .home-courses .card-grid,
  .home-topics .card-grid,
  .home-news .card-grid {
    grid-template-columns: 1fr;
  }
  .home-service .info-card:first-child,
  .home-topics .info-card,
  .home-news .info-card {
    display: block;
    min-height: 0;
  }
  .home-service .info-card:first-child .card-img,
  .home-topics .card-img,
  .home-news .card-img {
    height: 190px;
  }
  .home-courses .info-card:nth-child(even) {
    margin-top: 0;
  }
  .honor-title strong {
    font-size: 24px;
  }
  .honor-title h2 {
    font-size: 19px;
  }
  .honor-board {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .honor-poster {
    height: 210px;
  }
  .honor-main-text {
    left: 9%;
    top: 28%;
    font-size: 48px;
  }
  .honor-year-pill {
    left: 50%;
    bottom: 19%;
    min-width: 210px;
    padding: 8px 18px;
    transform: translateX(-50%);
    font-size: 17px;
  }
  .honor-feature-copy {
    display: block;
  }
  .honor-feature-copy time {
    display: block;
    margin-top: 8px;
  }
  .honor-news-list {
    margin-top: 18px;
  }
  .honor-news-list a {
    grid-template-columns: auto 1fr;
    row-gap: 4px;
    padding: 10px 0;
  }
  .honor-news-list time {
    grid-column: 2;
    margin-left: 0;
  }
  .home-campus .gallery-grid {
    grid-template-columns: repeat(6, 78vw);
  }
  .fudong-news-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }
  .fudong-news-date {
    width: 82px;
    min-height: 70px;
  }
  .fudong-news-date em {
    font-size: 15px;
  }
  .fudong-news-date span {
    font-size: 22px;
  }
  .fudong-news-copy a {
    font-size: 19px;
  }
  .admission-case-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .admission-case-kpis div,
  .admission-case-kpis a {
    min-height: 78px;
    padding: 16px;
  }
  .admission-case-kpis strong {
    font-size: 24px;
  }
  .admission-case-kpis a {
    min-width: 0;
  }
  .admission-feature-grid,
  .admission-case-list {
    grid-template-columns: 1fr;
  }
  .admission-feature-card,
  .admission-feature-1 {
    min-height: 230px;
  }
  .admission-feature-card strong {
    font-size: 20px;
  }
  .admission-case-item {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
  .admission-case-thumb img {
    height: 112px;
  }
  .admission-case-item h3 {
    font-size: 16px;
  }
  .article-detail-head h1 {
    font-size: 26px;
  }
  .article-prev-next a {
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }
  .article-prev-next span {
    width: 76px;
  }
}
