:root {
  --blue-900: #073b74;
  --blue-800: #084b8f;
  --blue-700: #0b5cab;
  --blue-600: #1672c4;
  --blue-100: #e8f2fc;
  --red-700: #b4232c;
  --gold-500: #d9a441;
  --ink-900: #172033;
  --ink-700: #3d4a5c;
  --ink-500: #6b7788;
  --line: #dce4ee;
  --paper: #f4f7fb;
  --white: #fff;
  --shadow: 0 14px 40px rgba(13, 52, 91, .09);
  --radius: 6px;
  --wrap: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-900); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 16px; line-height: 1.75; }
img { max-width: 100%; height: auto; }
a { color: var(--blue-700); text-decoration: none; }
a:hover { color: var(--red-700); }
button, input, textarea, select { font: inherit; }
.site-wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; margin: 8px; padding: 12px 16px; background: #fff; color: #111; z-index: 10000; }
.section-space { padding-block: 64px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; transition: .2s ease; }
.button--light { color: var(--blue-800); background: #fff; }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.58); }
.button--blue { color: #fff; background: var(--blue-700); }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.14); }

.brand-row { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: center; min-width: 0; }
.brand__logo { margin-right: 18px; }
.brand__logo img { display: block; max-width: 300px; max-height: 78px; width: auto; }
.brand__mark { width: 68px; height: 68px; display: grid; place-items: center; margin-right: 18px; color: #fff; background: linear-gradient(140deg, var(--blue-600), var(--blue-900)); border-radius: 50% 50% 50% 12px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.16); font-family: STKaiti, KaiTi, serif; font-size: 38px; font-weight: 800; }
.brand__text h1, .brand__name { margin: 0; line-height: 1.2; font-size: 31px; font-weight: 800; letter-spacing: .08em; }
.brand__text h1 a, .brand__name a { color: var(--blue-900); }
.brand__text > p:last-child { margin: 7px 0 0; color: var(--ink-500); font-size: 14px; letter-spacing: .12em; }
.service-box { padding-left: 20px; border-left: 3px solid var(--blue-100); display: grid; line-height: 1.35; }
.service-box__label { color: var(--ink-500); font-size: 13px; }
.service-box a { color: var(--blue-800); font-size: 25px; font-weight: 800; letter-spacing: .03em; }
.service-box small { color: var(--ink-500); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--blue-900); }
.main-navigation { background: linear-gradient(90deg, var(--blue-900), var(--blue-700)); border-bottom: 3px solid var(--gold-500); }
.main-navigation > .site-wrap { display: flex; justify-content: space-between; align-items: stretch; }
.primary-menu { display: flex; flex-wrap: wrap; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.primary-menu li { position: relative; }
.primary-menu > li > a { min-height: 56px; display: flex; align-items: center; padding: 0 25px; color: #fff; font-weight: 600; }
.primary-menu > li:hover > a, .primary-menu > li.current-menu-item > a { background: rgba(255,255,255,.14); }
.primary-menu .sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; min-width: 200px; margin: 0; padding: 8px 0; list-style: none; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 9px 18px; color: var(--ink-700); }
.search-toggle { width: 56px; border: 0; color: #fff; background: rgba(0,0,0,.12); font-size: 30px; cursor: pointer; }
.header-search { position: absolute; z-index: 30; left: 0; right: 0; padding: 18px 0; background: #fff; box-shadow: var(--shadow); }
.search-form { display: flex; width: 100%; }
.search-field { min-width: 0; flex: 1; height: 46px; padding: 0 16px; border: 1px solid var(--line); border-radius: 4px 0 0 4px; color: var(--ink-900); background: #fff; }
.search-form button { min-width: 86px; border: 0; border-radius: 0 4px 4px 0; color: #fff; background: var(--blue-700); font-weight: 700; cursor: pointer; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, rgba(4,48,95,.98), rgba(12,99,177,.94)); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 75% 20%, rgba(80,178,255,.35), transparent 32%), linear-gradient(125deg, transparent 0 58%, rgba(255,255,255,.08) 58% 59%, transparent 59% 100%); }
.hero::after { content: "津"; position: absolute; right: 5%; bottom: -180px; color: rgba(255,255,255,.035); font: 800 600px/1 STKaiti, KaiTi, serif; }
.hero--image { background-image: linear-gradient(90deg, rgba(3,45,89,.95), rgba(3,57,108,.78), rgba(3,57,108,.42)), var(--hero-image); background-position: center; background-size: cover; }
.hero__inner { position: relative; z-index: 2; min-height: 510px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; padding-block: 62px; }
.hero__eyebrow { display: inline-block; margin-bottom: 18px; padding: 5px 13px; border-left: 3px solid var(--gold-500); background: rgba(255,255,255,.1); color: #e8f3ff; font-size: 14px; letter-spacing: .12em; }
.hero__content h1 { max-width: 700px; margin: 0 0 18px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.25; letter-spacing: .035em; }
.hero__content > p { max-width: 680px; margin: 0; color: #deebf8; font-size: 18px; line-height: 1.9; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__panel { padding: 28px; border: 1px solid rgba(255,255,255,.23); border-radius: var(--radius); background: rgba(255,255,255,.12); box-shadow: 0 22px 60px rgba(0,22,56,.28); backdrop-filter: blur(8px); }
.hero__panel h3 { margin: 0 0 16px; font-size: 22px; }
.quick-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 20px; background: rgba(255,255,255,.2); }
.quick-links a { min-height: 84px; display: flex; align-items: center; gap: 12px; padding: 13px; color: #fff; background: rgba(3,54,104,.58); }
.quick-links a:hover { background: rgba(3,54,104,.88); }
.quick-links b { color: #71baff; font-size: 13px; }
.quick-links span { font-weight: 700; }
.quick-links small { display: block; color: #c9dcec; font-size: 12px; font-weight: 400; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.section-heading > div { position: relative; padding-left: 18px; }
.section-heading > div::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 0; width: 4px; background: var(--blue-700); }
.section-heading span { display: block; margin-bottom: 3px; color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.section-heading h2 { margin: 0; font-size: 28px; line-height: 1.3; }
.section-heading > a { font-size: 14px; font-weight: 700; }
.headline-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; }
.lead-story { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.lead-story__media { height: 270px; display: block; overflow: hidden; background: var(--blue-900); }
.lead-story__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.lead-story:hover img { transform: scale(1.035); }
.media-placeholder { height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.58); background: linear-gradient(135deg, var(--blue-900), var(--blue-600)); font-size: 28px; font-weight: 800; letter-spacing: .15em; }
.lead-story__body { padding: 24px 26px 25px; }
.tag { display: inline-block; padding: 2px 9px; color: var(--red-700); background: #fff1f1; font-size: 12px; font-weight: 700; }
.lead-story h3 { margin: 12px 0 8px; font-size: 24px; line-height: 1.45; }
.lead-story h3 a { color: var(--ink-900); }
.lead-story p { margin: 0 0 12px; color: var(--ink-500); }
.lead-story time, .news-list time { color: var(--ink-500); font-size: 13px; }
.news-list article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px dashed #d5deea; }
.news-list article:first-child { padding-top: 0; }
.news-list time { padding-top: 3px; text-align: center; }
.news-list time b { display: block; color: var(--blue-700); font-size: 26px; line-height: 1.1; }
.news-list h3 { margin: 0; font-size: 18px; line-height: 1.5; }
.news-list h3 a { color: var(--ink-900); }
.news-list p { margin: 5px 0 0; color: var(--ink-500); font-size: 14px; line-height: 1.7; }

.service-sections { color: #fff; background: linear-gradient(120deg, var(--blue-900), #0a549a); }
.section-heading--light { border-color: rgba(255,255,255,.2); }
.section-heading--light > div::before { background: var(--gold-500); }
.section-heading--light span, .section-heading--light p { color: #c9dff5; }
.section-heading--light p { margin: 0; }
.column-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.info-panel { overflow: hidden; color: var(--ink-900); background: #fff; border-radius: var(--radius); box-shadow: 0 15px 40px rgba(0,22,55,.18); }
.info-panel header { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 20px; border-bottom: 2px solid var(--blue-100); }
.info-panel header > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-700); font-size: 12px; }
.info-panel h3 { margin: 0; font-size: 21px; }
.info-panel header a { font-size: 13px; }
.info-panel ul { margin: 0; padding: 12px 20px 20px; list-style: none; }
.info-panel li { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 10px 0 10px 14px; border-bottom: 1px dashed #dae2eb; position: relative; }
.info-panel li::before { content: ""; position: absolute; top: 20px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-600); }
.info-panel li a { overflow: hidden; color: var(--ink-700); white-space: nowrap; text-overflow: ellipsis; }
.info-panel time { color: var(--ink-500); font-size: 12px; }
.info-panel .info-panel__empty { display: block; padding-left: 0; color: var(--ink-500); text-align: center; }
.info-panel .info-panel__empty::before { display: none; }

.school-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.school-card { border: 1px solid var(--line); border-top: 3px solid var(--blue-700); border-radius: 3px; background: #fff; transition: .2s ease; }
.school-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.school-card > a { min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 15px; text-align: center; }
.school-logo { width: 78px; height: 78px; display: grid; place-items: center; object-fit: contain; margin-bottom: 15px; border-radius: 50%; }
.school-logo--fallback { color: #fff; background: linear-gradient(140deg, var(--blue-600), var(--blue-900)); border: 5px solid var(--blue-100); font: 700 30px STKaiti, KaiTi, serif; }
.school-card h3 { margin: 0 0 6px; color: var(--ink-900); font-size: 17px; line-height: 1.45; }
.school-card p { margin: 0 0 16px; color: var(--ink-500); font-size: 13px; }
.school-card a > span:last-child { color: var(--blue-700); font-size: 13px; font-weight: 700; }

.page-shell { padding-top: 22px; padding-bottom: 70px; }
.breadcrumbs { margin-bottom: 22px; color: var(--ink-500); font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #a5afbb; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 38px; }
.archive-header { margin-bottom: 28px; padding: 26px 30px; border-left: 5px solid var(--blue-700); background: var(--paper); }
.archive-header > span { color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.archive-header h1 { margin: 3px 0 0; font-size: 30px; }
.archive-header p, .archive-description { margin: 8px 0 0; color: var(--ink-500); }
.archive-card { display: grid; grid-template-columns: 230px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.archive-card__media { min-height: 150px; overflow: hidden; border-radius: 4px; background: var(--paper); }
.archive-card__media img { width: 100%; height: 100%; object-fit: cover; }
.archive-card h2 { margin: 5px 0 8px; font-size: 22px; line-height: 1.45; }
.archive-card h2 a { color: var(--ink-900); }
.archive-card p { margin: 0 0 10px; color: var(--ink-500); }
.post-meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--ink-500); font-size: 12px; }
.text-link { font-size: 13px; font-weight: 700; }
.navigation.pagination { margin-top: 34px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--line); }
.page-numbers.current { color: #fff; border-color: var(--blue-700); background: var(--blue-700); }
.content-sidebar { display: grid; gap: 22px; position: sticky; top: 20px; }
.side-card { overflow: hidden; padding: 20px; border: 1px solid var(--line); background: #fff; }
.side-card__title { margin: -20px -20px 18px; padding: 14px 18px; border-top: 3px solid var(--blue-700); border-bottom: 1px solid var(--line); color: var(--ink-900); font-size: 18px; }
.rank-list { counter-reset: rank; margin: 0; padding: 0; list-style: none; }
.rank-list li { display: grid; grid-template-columns: 25px 1fr; gap: 9px; padding: 9px 0; border-bottom: 1px dashed var(--line); line-height: 1.5; }
.rank-list b { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #8b98a7; font-size: 11px; }
.rank-list li:nth-child(-n+3) b { background: var(--red-700); }
.rank-list a { color: var(--ink-700); font-size: 14px; }
.side-card--service { color: #fff; background: linear-gradient(145deg, var(--blue-900), var(--blue-600)); border: 0; }
.side-card--service h2 { margin: 0 0 6px; }
.side-card--service p { margin: 0 0 14px; color: #dcebf9; font-size: 14px; }
.side-card--service a { display: block; color: #fff; font-size: 24px; font-weight: 800; }
.side-card--service small { color: #c5dbef; }

.article-content { min-width: 0; }
.article-header { padding: 30px 38px; border-top: 4px solid var(--blue-700); background: var(--paper); text-align: center; }
.article-category, .article-category a { color: var(--blue-700); font-size: 13px; font-weight: 700; }
.article-header h1 { max-width: 850px; margin: 10px auto 15px; font-size: clamp(28px, 3vw, 39px); line-height: 1.45; }
.article-header .post-meta { justify-content: center; }
.article-hero { margin: 28px 0; text-align: center; }
.article-hero img { max-height: 600px; object-fit: contain; }
.entry-content { color: #273447; font-size: 17px; line-height: 2; }
.entry-content h2 { margin-top: 2em; padding-bottom: 9px; border-bottom: 1px solid var(--line); color: var(--blue-900); font-size: 27px; }
.entry-content h3 { margin-top: 1.8em; color: var(--ink-900); font-size: 21px; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 1.8em 0; padding: 18px 24px; border-left: 4px solid var(--blue-600); background: var(--paper); }
.entry-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.entry-content th, .entry-content td { min-width: 110px; padding: 10px 12px; border: 1px solid #ced9e5; text-align: left; }
.entry-content th { color: #fff; background: var(--blue-700); }
.article-faq { margin-top: 42px; }
.article-faq h2, .related-posts h2 { padding-left: 13px; border-left: 4px solid var(--blue-700); font-size: 24px; }
.article-faq details { margin: 10px 0; border: 1px solid var(--line); }
.article-faq summary { padding: 14px 18px; background: var(--paper); cursor: pointer; font-weight: 700; }
.article-faq details p { margin: 0; padding: 16px 18px; }
.article-footer { margin-top: 38px; padding: 18px 0; border-block: 1px solid var(--line); }
.article-tags a { display: inline-block; margin: 3px; padding: 2px 8px; background: var(--paper); }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 28px 0; }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { display: block; color: var(--ink-500); font-size: 12px; }
.related-posts { margin-top: 34px; }
.related-posts > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.related-posts a { padding: 9px 0; border-bottom: 1px dashed var(--line); color: var(--ink-700); }
.related-posts a span { margin-right: 10px; color: var(--ink-500); font-size: 12px; }
.page-content { max-width: 900px; margin: 0 auto; }

.archive-header--school { padding: 42px; background: linear-gradient(110deg, #edf5fc, #f8fbfe); }
.term-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.term-filter a { padding: 7px 16px; border: 1px solid var(--line); color: var(--ink-700); background: #fff; }
.term-filter a.is-current { color: #fff; border-color: var(--blue-700); background: var(--blue-700); }
.school-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.school-directory__card { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--blue-700); background: #fff; box-shadow: 0 7px 25px rgba(13,52,91,.05); }
.school-directory__logo { display: grid; place-items: start center; }
.school-directory__logo .school-logo { width: 95px; height: 95px; }
.school-directory__meta { color: var(--blue-600); font-size: 12px; font-weight: 700; }
.school-directory h2 { margin: 2px 0 8px; font-size: 21px; line-height: 1.4; }
.school-directory h2 a { color: var(--ink-900); }
.school-directory p { margin: 0 0 10px; color: var(--ink-500); font-size: 14px; }
.school-directory ul { display: flex; gap: 16px; margin: 0 0 10px; padding: 0; color: var(--ink-500); list-style: none; font-size: 12px; }
.school-profile__header { min-height: 220px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 32px; padding: 38px 48px; color: #fff; background: linear-gradient(120deg, var(--blue-900), var(--blue-600)); }
.school-profile__logo { width: 130px; height: 130px; display: grid; place-items: center; padding: 10px; border-radius: 50%; background: #fff; }
.school-profile__logo .school-logo { width: 100px; height: 100px; margin: 0; }
.school-profile__eyebrow { color: #c9e3fa; font-size: 13px; letter-spacing: .12em; }
.school-profile h1 { margin: 5px 0 8px; font-size: 38px; }
.school-profile__header p { margin: 0; color: #d9e9f7; }
.school-profile__layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 38px; }
.school-facts { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--blue-700); background: var(--paper); }
.school-facts h2 { margin: 0 0 16px; font-size: 21px; }
.school-facts dl { margin: 0 0 22px; }
.school-facts dl div { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px dashed #cbd6e2; }
.school-facts dt { color: var(--ink-500); font-size: 13px; }
.school-facts dd { margin: 0; font-size: 14px; }
.school-facts .button { width: 100%; }
.empty-hint { padding: 30px; border: 1px dashed var(--line); color: var(--ink-500); text-align: center; }
.error-page { max-width: 720px; padding-block: 90px; text-align: center; }
.error-code { margin: 0; color: var(--blue-100); font-size: 130px; font-weight: 900; line-height: 1; }
.error-page .search-form { margin: 28px 0 20px; }

.site-footer { color: #cbd8e7; background: #062b53; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 70px; padding-block: 50px; }
.site-footer h2 { margin: 0 0 13px; color: #fff; font-size: 18px; }
.site-footer p { margin: 8px 0; font-size: 14px; }
.footer-disclaimer { color: #9eb3c9; }
.footer-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 20px; margin: 0; padding: 0; list-style: none; }
.footer-menu a { color: #cbd8e7; font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: #93a9bf; font-size: 12px; }
.footer-bottom .site-wrap { min-height: 54px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 6px; color: #a9bdd1; }
.footer-bottom a:hover { color: #fff; }
.security-badge { width: 19px; height: 19px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; }

@media (max-width: 1024px) {
  .primary-menu > li > a { padding-inline: 15px; }
  .hero__inner { gap: 36px; }
  .column-panels { grid-template-columns: 1fr 1fr; }
  .info-panel:last-child { grid-column: 1 / -1; }
  .school-grid { grid-template-columns: repeat(3, 1fr); }
  .school-directory { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .service-box { display: none; }
  .brand-row { min-height: 88px; }
  .brand__mark { width: 54px; height: 54px; font-size: 29px; }
  .brand__logo img { max-width: 200px; max-height: 58px; }
  .brand__text h1, .brand__name { font-size: 22px; }
  .brand__text > p:last-child { font-size: 11px; letter-spacing: 0; }
  .menu-toggle { display: block; }
  .main-navigation { display: none; }
  .main-navigation.is-open { display: block; }
  .main-navigation > .site-wrap, .primary-menu { display: block; width: 100%; }
  .primary-menu > li > a { min-height: 48px; padding-inline: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-menu .sub-menu { position: static; display: block; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(0,0,0,.12); }
  .primary-menu .sub-menu a { color: #fff; padding-left: 30px; }
  .search-toggle { display: none; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; padding-block: 52px; }
  .hero__panel { display: none; }
  .headline-grid, .content-layout, .school-profile__layout { grid-template-columns: 1fr; }
  .column-panels { grid-template-columns: 1fr; }
  .info-panel:last-child { grid-column: auto; }
  .school-grid { grid-template-columns: repeat(2, 1fr); }
  .content-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid section:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .brand__text > p:last-child { display: none; }
  .brand__mark, .brand__logo { margin-right: 11px; }
  .brand__text h1, .brand__name { font-size: 19px; }
  .hero__inner { display: block; padding-block: 24px 27px; }
  .hero__eyebrow { margin-bottom: 9px; padding-block: 2px; font-size: 11px; }
  .hero__content h1 { margin: 0; font-size: 29px; line-height: 1.3; }
  .hero__content > p, .hero__actions { display: none; }
  .hero__panel { padding: 20px; }
  .quick-links { grid-template-columns: 1fr; }
  .section-space { padding-block: 34px; }
  .section-heading h2 { font-size: 24px; }
  .section-heading > a, .section-heading > p { display: none; }
  .lead-story__media { height: 210px; }
  .news-list article { grid-template-columns: 50px 1fr; }
  .news-list p { display: none; }
  .school-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .school-card > a { min-height: 210px; padding: 18px 8px; }
  .school-logo { width: 64px; height: 64px; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-card__media { height: 190px; }
  .article-header { padding: 25px 18px; }
  .article-header h1 { font-size: 27px; }
  .entry-content { font-size: 16px; line-height: 1.9; }
  .post-navigation, .related-posts > div { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .school-directory__card { grid-template-columns: 80px 1fr; padding: 20px 15px; gap: 14px; }
  .school-directory__logo .school-logo { width: 70px; height: 70px; }
  .school-directory ul { display: block; }
  .school-profile__header { grid-template-columns: 90px 1fr; gap: 18px; padding: 28px 20px; }
  .school-profile__logo { width: 82px; height: 82px; padding: 8px; }
  .school-profile__logo .school-logo { width: 66px; height: 66px; }
  .school-profile h1 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid section:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .main-navigation, .site-footer, .content-sidebar, .post-navigation { display: none !important; }
  .brand-row { min-height: 70px; }
  .content-layout { display: block; }
  a { color: #000; }
}
