:root {
  --ink: #142320;
  --paper: #f4f2ed;
  --white: #fff;
  --green: #0d5f50;
  --lime: #d8ed57;
  --yellow: #ffc94a;
  --red: #ed6249;
  --blue: #77cbd6;
  --muted: #64706d;
  --line: #cfd4ce;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; background: var(--lime); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.announcement { height: 34px; background: var(--lime); font-size: 12px; font-weight: 700; }
.announcement-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.announcement p { margin: 0; display: flex; align-items: center; gap: 9px; }
.announcement a { display: flex; gap: 10px; text-decoration: none; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(237,98,73,.17); }

.site-header { position: sticky; top: 0; z-index: 30; height: var(--header); border-bottom: 1px solid rgba(20,35,32,.13); background: rgba(244,242,237,.92); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(20,35,32,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 43px; height: 43px; object-fit: cover; border-radius: 50%; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font: 700 23px/1 Georgia, serif; }
.brand small { font-size: 10px; margin-top: 5px; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; text-decoration: none; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--green); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: flex; border: 1px solid var(--line); padding: 3px; }
.lang { min-width: 30px; height: 27px; border: 0; background: transparent; font-size: 11px; cursor: pointer; }
.lang.active { background: var(--ink); color: #fff; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 2px; background: var(--ink); margin: 6px auto; transition: transform .25s; }

.hero { height: min(820px, calc(100vh - 34px)); min-height: 640px; position: relative; color: #fff; overflow: hidden; background: #182521; }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { margin: 0; opacity: 0; transform: scale(1.03); transition: opacity 1s ease, transform 6s linear; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.hero-shade { background: linear-gradient(90deg, rgba(9,20,17,.88) 0%, rgba(9,20,17,.52) 48%, rgba(9,20,17,.1) 78%), linear-gradient(0deg, rgba(9,20,17,.62) 0%, transparent 38%); }
.hero-inner { height: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { max-width: 760px; padding-bottom: 10px; }
.eyebrow, .kicker { margin: 0 0 19px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow { color: var(--lime); }
.hero h1 { margin: 0; font: 500 clamp(52px, 6.1vw, 90px)/1.07 Georgia, "Noto Serif SC", serif; letter-spacing: 0; }
.hero-lead { max-width: 580px; margin: 26px 0 31px; color: rgba(255,255,255,.86); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border: 0; border-radius: 2px; text-decoration: none; font-size: 13px; font-weight: 800; cursor: pointer; }
.button-light { background: var(--lime); color: var(--ink); }
.button-light:hover { background: #efff8d; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--green); }
.text-button { display: inline-flex; align-items: center; gap: 11px; background: transparent; color: #fff; border: 0; cursor: pointer; font-weight: 700; }
.play-mark { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; font-size: 18px; transition: background .2s, color .2s; }
.text-button:hover .play-mark { background: #fff; color: var(--ink); }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 32px; display: flex; justify-content: space-between; align-items: center; }
.hero-bottom p { margin: 0; font-size: 11px; color: rgba(255,255,255,.7); }
.hero-progress { display: flex; gap: 7px; }
.slide-dot { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.slide-dot.active { background: var(--lime); }

.identity { padding: 120px 0 130px; }
.identity-grid { display: grid; grid-template-columns: 140px minmax(0, 1fr) 230px; gap: 56px; }
.section-index { display: flex; gap: 15px; align-items: flex-start; font-size: 12px; font-weight: 800; }
.section-index span { color: var(--red); }
.section-index p { margin: 0; writing-mode: vertical-rl; letter-spacing: 2px; }
.identity-main { max-width: 720px; }
.identity h2, .section-heading h2, .campus h2, .admissions h2 { margin: 0; font: 500 clamp(38px, 4.2vw, 62px)/1.16 Georgia, "Noto Serif SC", serif; letter-spacing: 0; }
.large-copy { max-width: 690px; margin: 30px 0 26px; color: #44534f; font-size: 18px; line-height: 1.9; }
.underlined-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid; text-decoration: none; font-size: 13px; font-weight: 800; }
.underlined-link:hover { color: var(--green); }
.identity-stats { border-top: 1px solid var(--ink); align-self: end; }
.identity-stats div { border-bottom: 1px solid var(--line); padding: 20px 0; display: grid; gap: 2px; }
.identity-stats strong { font: 500 40px/1 Georgia, serif; }
.identity-stats span { color: var(--muted); font-size: 12px; }

.learning { background: var(--ink); color: #fff; padding: 110px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.learning .kicker { color: var(--lime); }
.section-heading > p { width: min(370px, 100%); margin: 0; color: #aebbb8; font-size: 15px; }
.learning-explorer { display: grid; grid-template-columns: 300px minmax(0, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.learning-tabs { padding-right: 34px; }
.learning-tab { width: 100%; min-height: 78px; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; text-align: left; cursor: pointer; }
.learning-tab::after { content: "＋"; color: #899a96; font-size: 18px; }
.learning-tab span { color: #7e928d; font: 13px Georgia, serif; }
.learning-tab strong { font-size: 16px; }
.learning-tab.active { color: var(--lime); }
.learning-tab.active::after { content: "→"; color: var(--lime); }
.program-stage { min-height: 520px; position: relative; overflow: hidden; }
.program-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,20,17,.88), rgba(5,20,17,0) 68%); }
.program-stage img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: opacity .28s, transform .6s; }
.program-stage.changing img { opacity: .25; transform: scale(1.03); }
.program-copy { position: absolute; z-index: 2; left: 38px; right: 130px; bottom: 35px; }
.program-copy > p:first-child { margin: 0 0 8px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.program-copy h3 { margin: 0 0 9px; font: 500 clamp(27px, 3vw, 42px)/1.2 Georgia, "Noto Serif SC", serif; }
.program-copy > p:last-child { max-width: 630px; margin: 0; color: #d7e0de; font-size: 14px; }
.program-number { position: absolute; z-index: 2; right: 28px; bottom: 27px; color: rgba(255,255,255,.5); font: 36px Georgia, serif; }

.campus { padding: 120px 0 70px; overflow: hidden; }
.campus-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.campus-head > p { width: min(410px, 100%); margin: 0; color: var(--muted); }
.gallery-wrap { width: 100%; }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: min(68vw, 920px); gap: 18px; overflow-x: auto; padding: 0 max(32px, calc((100vw - 1240px) / 2)); scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery::-webkit-scrollbar { display: none; }
.gallery-item { position: relative; aspect-ratio: 3 / 2; border: 0; background: #d6d8d4; padding: 0; overflow: hidden; scroll-snap-align: center; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; inset: auto 0 0; padding: 55px 20px 17px; background: linear-gradient(transparent, rgba(0,0,0,.72)); color: #fff; text-align: left; font-size: 13px; }
.gallery-controls { display: flex; justify-content: space-between; align-items: center; padding-top: 19px; }
.gallery-controls p { display: flex; gap: 7px; align-items: baseline; margin: 0; }
.gallery-controls strong { font: 28px Georgia, serif; }
.gallery-controls span { color: var(--muted); font-size: 12px; }
.gallery-controls div { display: flex; }
.gallery-controls button { width: 47px; height: 43px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.gallery-controls button + button { border-left: 0; }
.gallery-controls button:hover { background: var(--ink); color: #fff; }

.stories { padding: 100px 0 130px; }
.stories-heading { border-top: 1px solid var(--ink); padding-top: 45px; }
.story-filters { display: flex; gap: 7px; margin-bottom: 22px; }
.story-filter { min-width: 72px; min-height: 38px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.story-filter.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.story-list { border-top: 1px solid var(--ink); }
.story-card { width: 100%; display: grid; grid-template-columns: 105px minmax(0, 1fr) 160px 42px; align-items: center; gap: 28px; padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: padding .25s, background .25s; }
.story-card:hover { padding-inline: 14px; background: #fff; }
.story-thumb { width: 105px; aspect-ratio: 3 / 2; object-fit: cover; }
.story-card h3 { margin: 0 0 7px; font: 500 clamp(20px, 2vw, 28px)/1.25 Georgia, "Noto Serif SC", serif; }
.story-card > span:nth-child(2) { min-width: 0; }
.story-card p { margin: 0; color: var(--muted); font-size: 13px; }
.story-category { justify-self: start; border: 1px solid var(--line); padding: 4px 9px; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.story-arrow { font-size: 22px; transition: transform .2s; }
.story-card:hover .story-arrow { transform: translateX(4px); }
.story-empty { padding: 40px 0; color: var(--muted); }

.media-studio { padding: 110px 0 120px; background: #0b1d19; color: #fff; }
.media-studio .kicker { color: var(--lime); }
.media-heading > p { color: #a8bbb6; }
.media-player { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr); min-height: 570px; background: #122824; border: 1px solid rgba(255,255,255,.16); }
.media-player-visual { position: relative; min-height: 570px; overflow: hidden; background: #07110f; }
.media-player-visual video { width: 100%; height: 100%; object-fit: contain; background: #050907; }
.media-player-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(0deg, rgba(4,16,13,.72), transparent 52%); }
.media-player-overlay > span { position: absolute; left: 22px; bottom: 19px; font: 12px Georgia, serif; }
.media-play { width: 78px; height: 78px; padding-left: 6px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(5,20,17,.28); color: #fff; cursor: pointer; font-size: 24px; backdrop-filter: blur(8px); }
.media-play:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.media-player.playing .media-play { opacity: .15; }
.media-player-copy { padding: 45px 38px; display: flex; flex-direction: column; justify-content: flex-end; }
.media-label { color: var(--lime); margin: 0 0 12px; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.media-player-copy h3 { margin: 0; font: 500 clamp(31px, 3vw, 45px)/1.18 Georgia, "Noto Serif SC", serif; }
.media-player-copy > p:not(.media-label) { color: #bdcbc7; font-size: 14px; margin: 21px 0 29px; }
.media-player-copy .button { align-self: flex-start; }
.media-reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.media-reel { display: grid; grid-template-columns: 92px 1fr 28px; align-items: center; gap: 14px; min-height: 92px; padding: 9px; border: 1px solid rgba(255,255,255,.16); background: transparent; color: #fff; text-align: left; cursor: pointer; }
.media-reel video { width: 92px; height: 72px; object-fit: cover; background: #050907; pointer-events: none; }
.media-reel span { display: grid; min-width: 0; }
.media-reel strong { margin-bottom: 3px; font-size: 13px; }
.media-reel small { color: #80938e; font-size: 9px; letter-spacing: 1px; }
.media-reel i { font-style: normal; color: var(--lime); }
.media-reel.active { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.media-reel.active small, .media-reel.active i { color: var(--green); }

.archive { padding: 115px 0 125px; background: #e9ece7; }
.archive-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.archive-head h2 { margin: 0; font: 500 clamp(38px, 4.2vw, 62px)/1.15 Georgia, "Noto Serif SC", serif; }
.archive-head > p { max-width: 450px; margin: 0; color: var(--muted); }
.archive-tools { margin: 45px 0 21px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.archive-search { width: min(560px, 100%); height: 50px; display: flex; align-items: center; gap: 11px; padding: 0 16px; background: #fff; border: 1px solid var(--line); }
.archive-search span { font-size: 22px; }
.archive-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.archive-list { border-top: 1px solid var(--ink); }
.archive-item { display: grid; grid-template-columns: 110px 150px minmax(0, 1fr) 90px; align-items: center; gap: 26px; min-height: 94px; border-bottom: 1px solid #c7cdc7; }
.archive-item time { font: 17px Georgia, serif; }
.archive-source { color: var(--green); font-size: 11px; font-weight: 800; }
.archive-item h3 { margin: 0 0 4px; font: 500 20px/1.3 Georgia, "Noto Serif SC", serif; }
.archive-item p { margin: 0; color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.archive-badge { justify-self: end; padding: 5px 8px; border: 1px solid var(--line); font-size: 9px; font-weight: 800; }
.archive-item[data-official="true"] .archive-badge { background: var(--ink); color: #fff; border-color: var(--ink); }
.archive-empty { padding: 35px 0; color: var(--muted); }

.admissions { min-height: 680px; position: relative; color: #fff; display: grid; align-items: stretch; }
.admissions-photo, .admissions-photo::after { position: absolute; inset: 0; }
.admissions-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.admissions-photo::after { content: ""; background: linear-gradient(90deg, rgba(8,32,27,.92), rgba(8,32,27,.72) 52%, rgba(8,32,27,.18)); }
.admissions-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: center; padding-block: 100px; }
.admissions .kicker { color: var(--lime); }
.admissions-copy > p:not(.kicker) { max-width: 590px; margin: 26px 0 30px; color: #d5e0dd; font-size: 16px; }
.admissions .button-dark { background: var(--lime); color: var(--ink); }
.contact-panel { align-self: center; border-top: 1px solid rgba(255,255,255,.5); }
.contact-panel > p { margin: 0; padding: 12px 0; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.contact-panel a { display: grid; gap: 2px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.contact-panel a:hover strong { color: var(--lime); }
.contact-panel span { font-size: 12px; color: #b8c8c4; }
.contact-panel strong { font: 500 25px Georgia, serif; }

footer { background: var(--ink); color: #fff; padding: 46px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 48px; gap: 50px; align-items: center; padding-bottom: 38px; }
.footer-brand img { width: 50px; height: 50px; }
.footer-top > p { margin: 0; color: #aebbb8; font-size: 13px; }
.back-top { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; text-decoration: none; font-size: 20px; }
.back-top:hover { background: var(--lime); color: var(--ink); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; display: flex; justify-content: space-between; color: #82918d; font-size: 10px; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(5,18,15,.76); backdrop-filter: blur(4px); }
.icon-close { width: 42px; height: 42px; position: absolute; top: 17px; right: 17px; z-index: 4; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 25px; line-height: 1; }
.icon-close:hover { background: var(--lime); }
.visit-dialog { width: min(610px, calc(100% - 30px)); color: var(--ink); }
.dialog-shell { position: relative; padding: 50px; background: var(--paper); }
.dialog-shell h2 { margin: 0; font: 500 42px Georgia, "Noto Serif SC", serif; }
.dialog-shell > p:not(.kicker) { color: var(--muted); }
.visit-options { display: grid; gap: 9px; margin-top: 25px; }
.visit-options a { display: grid; grid-template-columns: 1fr auto 25px; align-items: center; gap: 15px; background: var(--ink); color: #fff; padding: 17px; text-decoration: none; }
.visit-options a:hover { background: var(--green); }
.visit-options span { font-size: 12px; }
.visit-options strong { font: 500 19px Georgia, serif; }
.visit-options i { font-style: normal; }

.lightbox { max-width: none; width: 100vw; height: 100vh; background: #08120f; color: #fff; overflow: hidden; }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; place-items: center; padding: 54px 90px 74px; }
.lightbox figure img { width: auto; height: auto; max-width: 100%; max-height: calc(100vh - 130px); object-fit: contain; }
.lightbox figcaption { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; font-size: 12px; color: #b7c4c0; }
.lightbox figcaption strong { color: var(--lime); }
.lightbox .icon-close { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.lightbox-arrow { width: 48px; height: 48px; position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.25); color: #fff; cursor: pointer; }
.lightbox-arrow:hover { background: var(--lime); color: var(--ink); }
.lightbox-arrow.prev { left: 22px; }
.lightbox-arrow.next { right: 22px; }

.story-drawer { width: min(760px, 100%); height: 100%; max-height: 100%; margin: 0 0 0 auto; color: var(--ink); overflow: hidden; transform: translateX(100%); transition: transform .32s ease; }
.story-drawer[open] { transform: translateX(0); }
.story-drawer article { height: 100%; overflow-y: auto; background: var(--paper); }
.drawer-image { aspect-ratio: 16 / 8.5; background: #d9ddd8; overflow: hidden; }
.drawer-image img { width: 100%; height: 100%; object-fit: cover; }
.drawer-content { padding: 42px 55px 70px; }
.story-meta { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.drawer-content h2 { margin: 0; font: 500 clamp(32px, 4vw, 48px)/1.2 Georgia, "Noto Serif SC", serif; }
.drawer-lead { margin: 22px 0; color: #41514d; font-size: 17px; }
.drawer-body { border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); }
.drawer-body p { margin: 0 0 14px; }
.drawer-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 27px 0; }
.drawer-gallery button { border: 0; padding: 0; aspect-ratio: 1; overflow: hidden; cursor: zoom-in; }
.drawer-gallery img { width: 100%; height: 100%; object-fit: cover; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: calc(34px + var(--header)); left: 0; right: 0; display: none; padding: 24px 32px 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 13px 0; }
  .main-nav a::after { display: none; }
  .menu-button { display: block; }
  .identity-grid { grid-template-columns: 80px 1fr; }
  .identity-stats { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); }
  .identity-stats div { padding-right: 20px; }
  .learning-explorer { grid-template-columns: 230px 1fr; }
  .admissions-inner { grid-template-columns: 1fr 330px; gap: 50px; }
  .media-player { grid-template-columns: 1.35fr .8fr; }
  .media-reels { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --header: 68px; }
  .shell { width: min(100% - 32px, 1240px); }
  .announcement { height: 32px; }
  .announcement-inner { font-size: 10px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: 20px; }
  .brand small { max-width: 148px; overflow: hidden; text-overflow: ellipsis; }
  .header-actions { gap: 2px; }
  .lang-switch { border: 0; padding: 0; }
  .lang { min-width: 27px; }
  .main-nav { top: calc(32px + var(--header)); padding-inline: 16px; }
  .hero { height: 690px; min-height: 0; }
  .hero-slide img { object-position: 52% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,19,16,.82), rgba(7,19,16,.25)), linear-gradient(0deg, rgba(7,19,16,.82), transparent 62%); }
  .hero-inner { justify-content: flex-end; padding-bottom: 108px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: 45px; }
  .hero-lead { margin: 20px 0 25px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-bottom { bottom: 22px; align-items: flex-end; }
  .hero-bottom p { max-width: 180px; text-align: right; font-size: 9px; }
  .identity { padding: 78px 0; }
  .identity-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-index { display: none; }
  .identity h2, .section-heading h2, .campus h2, .admissions h2 { font-size: 37px; }
  .large-copy { font-size: 15px; }
  .identity-stats { grid-column: auto; grid-template-columns: 1fr; }
  .identity-stats div { grid-template-columns: 60px 1fr; align-items: center; }
  .learning { padding: 78px 0; }
  .section-heading, .campus-head { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 34px; }
  .learning-explorer { grid-template-columns: 1fr; }
  .learning-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .learning-tab { min-height: 65px; grid-template-columns: 28px 1fr 16px; padding-right: 8px; }
  .learning-tab strong { font-size: 13px; }
  .program-stage { min-height: 430px; }
  .program-copy { left: 20px; right: 55px; bottom: 22px; }
  .program-copy h3 { font-size: 28px; }
  .program-copy > p:last-child { display: none; }
  .program-number { right: 16px; bottom: 16px; font-size: 26px; }
  .campus { padding: 78px 0 50px; }
  .gallery { grid-auto-columns: 86vw; padding-inline: 16px; gap: 10px; }
  .gallery-controls { padding-top: 15px; }
  .stories { padding: 70px 0 90px; }
  .story-filters { overflow-x: auto; }
  .story-card { grid-template-columns: 86px 1fr 28px; gap: 15px; padding: 17px 0; }
  .story-thumb { width: 86px; aspect-ratio: 1; }
  .story-category { display: none; }
  .story-card h3 { font-size: 18px; }
  .story-card p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .media-studio, .archive { padding: 75px 0 85px; }
  .media-player { grid-template-columns: 1fr; min-height: 0; }
  .media-player-visual { min-height: 360px; }
  .media-player-copy { padding: 28px 20px 32px; }
  .media-reels { grid-template-columns: 1fr; }
  .archive-head, .archive-tools { align-items: flex-start; flex-direction: column; gap: 19px; }
  .archive-head h2 { font-size: 37px; }
  .archive-tools { margin-top: 32px; }
  .archive-item { grid-template-columns: 83px 1fr; gap: 5px 15px; padding: 16px 0; }
  .archive-source { grid-column: 1; grid-row: 2; }
  .archive-item > div { grid-column: 2; grid-row: 1 / span 2; min-width: 0; }
  .archive-badge { display: none; }
  .admissions { min-height: 760px; }
  .admissions-photo img { object-position: 60% center; }
  .admissions-photo::after { background: linear-gradient(0deg, rgba(8,32,27,.96), rgba(8,32,27,.58)); }
  .admissions-inner { grid-template-columns: 1fr; gap: 55px; align-content: end; padding-block: 74px; }
  .footer-top { grid-template-columns: 1fr 46px; gap: 25px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { gap: 18px; align-items: flex-start; flex-direction: column; }
  .dialog-shell { padding: 44px 22px 25px; }
  .dialog-shell h2 { font-size: 34px; }
  .visit-options a { grid-template-columns: 1fr 20px; }
  .visit-options strong { grid-column: 1; grid-row: 2; }
  .visit-options i { grid-column: 2; grid-row: 1 / span 2; }
  .lightbox figure { padding: 70px 15px 90px; }
  .lightbox-arrow { top: auto; bottom: 20px; }
  .lightbox-arrow.prev { left: 16px; }
  .lightbox-arrow.next { right: 16px; }
  .lightbox figcaption { bottom: 34px; max-width: calc(100% - 150px); width: 100%; justify-content: center; }
  .story-drawer { width: 100%; }
  .drawer-image { aspect-ratio: 4 / 3; }
  .drawer-content { padding: 30px 20px 60px; }
  .drawer-gallery { grid-template-columns: repeat(3, 1fr); }
}
