@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Literata:ital,wght@0,600;0,700;1,500&display=swap');

:root {
  color-scheme: light;
  --forest-950: #061d16;
  --forest-900: #0b3024;
  --forest-850: #0f3c2c;
  --forest-800: #144b36;
  --forest-700: #1e6648;
  --forest-600: #2b7d59;
  --jade: #3e9b70;
  --mint: #a9d8b9;
  --gold-700: #a97825;
  --gold-600: #c79a3e;
  --gold-500: #deb85e;
  --gold-300: #f0d88d;
  --cream-50: #fffdf5;
  --cream-100: #fff9e8;
  --cream-200: #f7edcf;
  --cream-300: #ead9a9;
  --ink: #183024;
  --muted: #657268;
  --line: rgba(97, 79, 31, 0.2);
  --glass: rgba(9, 47, 34, 0.9);
  --paper: rgba(255, 252, 239, 0.97);
  --shadow-xl: 0 28px 70px rgba(3, 25, 17, 0.28);
  --shadow-lg: 0 18px 45px rgba(5, 36, 23, 0.2);
  --shadow-md: 0 10px 28px rgba(7, 42, 28, 0.14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shell: min(1640px, calc(100vw - 40px));
  font-family: 'Be Vietnam Pro', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: #eceddf;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 160px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #edf0e4; color: var(--ink); }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { max-width: 100%; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 999;
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  color: white;
  background: var(--forest-900);
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 92px 0; }
.soft-section { background: linear-gradient(180deg, #f5f1df, #edf0e1); }
.dark-section { color: white; background: radial-gradient(circle at 78% 0, rgba(211, 177, 87, .14), transparent 28%), linear-gradient(135deg, #0a2c21, #113f2d 55%, #09271d); }

.site-header { position: relative; z-index: 100; background: var(--cream-50); }
.header-main {
  min-height: 106px;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
}

.brand { min-width: 0; display: flex; align-items: center; gap: 16px; color: inherit; text-decoration: none; }
.brand-seal {
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8db 0 58%, #d9b253 60% 64%, #173f2d 65% 100%);
  box-shadow: 0 0 0 5px rgba(215, 180, 87, .12), 0 8px 20px rgba(29, 66, 42, .18);
}
.brand-seal svg { width: 70px; height: 70px; }
.brand-copy { min-width: 0; display: block; }
.brand-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Literata', Georgia, serif;
  font-size: clamp(22px, 1.75vw, 34px);
  line-height: 1.08;
  letter-spacing: -.5px;
  color: var(--forest-900);
}
.brand-copy small { display: block; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #5e654d; font-family: 'Literata', Georgia, serif; font-style: italic; font-size: 12px; }
.brand-copy em { width: max-content; display: flex; align-items: center; gap: 6px; margin-top: 7px; padding: 5px 10px; border: 1px solid rgba(154, 118, 38, .18); border-radius: 999px; color: #52624f; background: #fffaf0; font-size: 10px; font-style: normal; box-shadow: 0 3px 12px rgba(76, 68, 37, .06); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ba870; box-shadow: 0 0 0 4px rgba(75, 168, 112, .14); }

.header-live { display: flex; gap: 8px; }
.live-card {
  min-height: 58px;
  min-width: 174px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(130, 98, 34, .22);
  border-radius: 15px;
  background: linear-gradient(180deg, #fffdf7, #f7edcf);
  box-shadow: 0 5px 16px rgba(63, 58, 31, .08);
}
button.live-card { cursor: pointer; }
.live-card:hover { border-color: rgba(184, 138, 44, .46); transform: translateY(-1px); }
.live-card .live-icon { font-size: 27px; color: #9a742e; }
.live-card strong { display: block; color: var(--forest-900); font-family: 'Literata', Georgia, serif; font-size: 18px; }
.live-card small { display: block; margin-top: 1px; color: #687169; font-size: 9px; white-space: nowrap; }

.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.search-trigger, .header-button, .settings-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(91, 79, 38, .22);
  border-radius: 13px;
  color: var(--forest-900);
  background: linear-gradient(180deg, #fffef8, #f3e8c5);
  box-shadow: 0 5px 14px rgba(55, 58, 29, .07);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.search-trigger { min-width: 150px; justify-content: space-between; color: #70756c; font-weight: 500; }
.search-trigger b { font-size: 19px; color: var(--forest-900); }
.header-button:hover, .search-trigger:hover, .settings-button:hover { transform: translateY(-2px); border-color: var(--gold-500); box-shadow: 0 9px 22px rgba(55, 58, 29, .12); }
.assistant-button { color: #fff3b4; border-color: #d2ac51; background: linear-gradient(180deg, #19593f, #0b3426); }
.settings-button { width: 48px; padding: 0; color: #fff3b4; border-color: #d2ac51; background: linear-gradient(180deg, #245f44, #0e3829); font-size: 18px; }
#audio-button[aria-pressed='true'] { color: white; background: linear-gradient(180deg, #2f7653, #164733); }

.primary-nav { position: sticky; top: 0; z-index: 120; border-top: 1px solid rgba(215, 181, 89, .4); border-bottom: 2px solid #c9a149; background: linear-gradient(180deg, #123f2e, #092b20); box-shadow: 0 7px 20px rgba(3, 27, 18, .22); }
.nav-shell { min-height: 58px; display: grid; grid-template-columns: repeat(7, 1fr); }
.primary-nav a { display: flex; align-items: center; justify-content: center; gap: 8px; border-left: 1px solid rgba(239, 210, 128, .12); color: #f5e4a9; text-decoration: none; font-family: 'Literata', Georgia, serif; font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.primary-nav a:last-child { border-right: 1px solid rgba(239, 210, 128, .12); }
.primary-nav a:hover, .primary-nav a.active { color: white; background: linear-gradient(180deg, rgba(69, 139, 96, .78), rgba(26, 84, 58, .85)); box-shadow: inset 0 -3px 0 #e1bd63; }
.primary-nav a span { color: #e7c662; }

.campus-section { position: relative; background: #0d3829; }
.campus-visual { min-height: calc(100vh - 166px); position: relative; isolation: isolate; overflow: hidden; background: #31543b; }
.campus-map { position: absolute; inset: 0; z-index: -5; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; filter: saturate(1.08) contrast(1.02) brightness(.93); }
.campus-vignette { position: absolute; inset: 0; z-index: -3; pointer-events: none; background: linear-gradient(90deg, rgba(5, 33, 22, .58), transparent 22%, transparent 76%, rgba(5, 33, 22, .62)), linear-gradient(180deg, rgba(7, 38, 26, .15), transparent 25%, rgba(3, 26, 17, .44)); }
.campus-light { position: absolute; left: 34%; top: -20%; z-index: -2; width: 44%; height: 76%; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(255, 235, 164, .25), transparent 67%); animation: campusGlow 8s ease-in-out infinite alternate; }
.map-grid { position: absolute; inset: 0; z-index: -1; opacity: .12; pointer-events: none; background-image: linear-gradient(rgba(255, 237, 174, .25) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 237, 174, .25) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, transparent, black 36%, black 78%, transparent); }

.map-title { position: absolute; z-index: 9; top: 28px; left: 50%; width: min(620px, 42vw); transform: translateX(-50%); text-align: center; color: white; text-shadow: 0 3px 15px rgba(0,0,0,.35); pointer-events: none; }
.map-title span { display: inline-flex; padding: 5px 12px; border: 1px solid rgba(241, 212, 123, .45); border-radius: 999px; color: #f9dda0; background: rgba(8, 48, 34, .66); backdrop-filter: blur(10px); font-size: 8px; font-weight: 800; letter-spacing: 1.25px; }
.map-title h1 { margin: 9px 0 4px; font-family: 'Literata', Georgia, serif; font-size: clamp(22px, 2.1vw, 38px); line-height: 1.12; }
.map-title p { margin: 0; color: rgba(255,255,255,.84); font-size: 10px; }

.campus-panel { position: absolute; z-index: 20; top: 32px; width: 320px; border: 1px solid rgba(233, 198, 103, .78); border-radius: 21px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-xl); backdrop-filter: blur(16px); }
.quick-connect { left: 22px; }
.priority-panel { right: 22px; }
.panel-title { min-height: 78px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: #faeab6; background: radial-gradient(circle at 15% 10%, rgba(80, 159, 112, .34), transparent 32%), linear-gradient(180deg, #174d38, #092f22); }
.panel-title > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(234, 205, 119, .54); border-radius: 50%; color: #f5d67c; background: rgba(255,255,255,.05); font-size: 17px; }
.panel-title strong, .panel-title small { display: block; }
.panel-title strong { font-family: 'Literata', Georgia, serif; font-size: 17px; }
.panel-title small { margin-top: 3px; color: #bcd0c2; font-size: 8px; }
.quick-tabs, .priority-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 9px 10px; border-bottom: 1px solid rgba(116, 98, 47, .16); background: #f8f0d4; }
.priority-tabs { grid-template-columns: repeat(3, 1fr); }
.quick-tabs button, .priority-tabs button { min-height: 34px; border: 0; border-radius: 9px; color: #536055; background: transparent; font-size: 8px; cursor: pointer; }
.quick-tabs button.active, .priority-tabs button.active { color: white; background: linear-gradient(180deg, #347552, #174833); box-shadow: 0 3px 10px rgba(22, 68, 47, .22); }
.quick-messages { max-height: 226px; overflow: auto; }
.quick-messages article { position: relative; padding: 11px 52px 11px 17px; border-bottom: 1px solid rgba(104, 92, 48, .13); }
.quick-messages b { display: block; color: #284432; font-size: 9px; }
.quick-messages p { margin: 3px 0 0; color: #6b746a; font-size: 8px; line-height: 1.45; }
.quick-messages time { position: absolute; top: 12px; right: 13px; color: #9a9276; font-size: 6.5px; }
.quick-form { display: grid; grid-template-columns: 1fr 42px; gap: 7px; padding: 10px; background: #f8f1dc; }
.quick-form input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid rgba(89, 86, 54, .22); border-radius: 12px; outline: 0; background: white; font-size: 8px; }
.quick-form input:focus { border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(211, 171, 76, .14); }
.quick-form button { border: 1px solid #d1ad57; border-radius: 12px; color: #ffe6a0; background: linear-gradient(180deg, #2c7551, #12422f); cursor: pointer; }
.privacy-note { display: block; padding: 0 12px 10px; color: #887f66; background: #f8f1dc; font-size: 6.5px; }

.priority-list { max-height: 303px; overflow: auto; scrollbar-width: thin; }
.priority-item { position: relative; display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; width: 100%; min-height: 68px; padding: 10px 12px; border: 0; border-bottom: 1px solid rgba(98, 87, 45, .14); background: transparent; text-align: left; cursor: pointer; }
.priority-item:hover { background: #fff8dc; }
.priority-item > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #f6edcc, #e6d49c); box-shadow: inset 0 0 0 1px rgba(161, 125, 45, .16); font-size: 15px; }
.priority-item strong { display: block; color: #294332; font-size: 9px; }
.priority-item small { display: block; margin-top: 3px; color: #747c72; font-size: 7px; line-height: 1.35; }
.priority-item input { width: 16px; height: 16px; accent-color: var(--forest-700); }
.priority-item.completed { opacity: .62; }
.priority-item.completed strong { text-decoration: line-through; }
.panel-action { width: calc(100% - 20px); min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 10px; border: 1px solid rgba(171, 127, 39, .38); border-radius: 12px; color: #425444; background: linear-gradient(180deg, #fff6d4, #ead69b); font-size: 8px; font-weight: 700; cursor: pointer; }

.map-points { position: absolute; inset: 0; z-index: 12; pointer-events: none; }
.map-point { position: absolute; display: flex; align-items: center; gap: 6px; min-height: 30px; padding: 4px 9px 4px 5px; border: 1px solid rgba(241, 204, 102, .86); border-radius: 999px; color: #ffe8a6; background: linear-gradient(180deg, rgba(21, 82, 56, .95), rgba(7, 44, 30, .97)); box-shadow: 0 7px 20px rgba(1, 25, 16, .36), inset 0 1px 0 rgba(255,255,255,.12); text-shadow: 0 1px 2px rgba(0,0,0,.4); font-family: 'Literata', Georgia, serif; font-size: 8px; font-weight: 700; cursor: pointer; pointer-events: auto; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.map-point i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #143b2a; background: linear-gradient(145deg, #ffecab, #ca952d); font-family: 'Be Vietnam Pro', sans-serif; font-size: 6.5px; font-style: normal; }
.map-point::after { content: ''; position: absolute; left: 50%; top: calc(100% + 2px); width: 1px; height: 20px; background: linear-gradient(#e8c768, transparent); }
.map-point::before { content: ''; position: absolute; left: calc(50% - 4px); top: calc(100% + 17px); width: 8px; height: 8px; border: 1px solid #ffe08a; border-radius: 50%; background: #1d6a49; box-shadow: 0 0 0 5px rgba(230, 196, 98, .16), 0 0 16px rgba(247, 215, 123, .62); animation: pointPulse 2.8s ease-in-out infinite; }
.map-point:hover, .map-point:focus-visible { z-index: 30; transform: translateY(-5px) scale(1.05); filter: brightness(1.12); box-shadow: 0 13px 30px rgba(1, 25, 16, .48), 0 0 0 4px rgba(233, 202, 112, .16); }
.map-point.featured { min-height: 38px; padding: 5px 13px 5px 6px; font-size: 10px; }
.map-point.featured i { width: 26px; height: 26px; font-size: 8px; }
.point-branch { left: 31%; top: 25%; }
.point-leaders { left: 27%; top: 49%; }
.point-data { left: 29%; top: 69%; }
.point-headquarters { left: 49%; top: 43%; transform: translateX(-50%); }
.point-headquarters:hover, .point-headquarters:focus-visible { transform: translateX(-50%) translateY(-5px) scale(1.05); }
.point-support { left: 46%; top: 21%; }
.point-market { right: 29%; top: 29%; }
.point-weather { right: 31%; top: 53%; }
.point-collective { right: 28%; top: 72%; }
.point-honor { left: 49%; top: 72%; transform: translateX(-50%); }
.point-honor:hover, .point-honor:focus-visible { transform: translateX(-50%) translateY(-5px) scale(1.05); }

.campus-bottom-bar { position: absolute; z-index: 22; left: 22px; right: 22px; bottom: 20px; min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 12px 9px 16px; border: 1px solid rgba(226, 190, 94, .58); border-radius: 17px; color: #f4e3ab; background: rgba(7, 43, 30, .88); box-shadow: 0 16px 40px rgba(1, 25, 15, .28); backdrop-filter: blur(14px); }
.campus-caption { display: flex; align-items: center; gap: 9px; min-width: 0; }
.campus-caption > span { color: #70d092; }
.campus-caption b { font-size: 9px; white-space: nowrap; }
.campus-caption em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #acc4b2; font-size: 7px; font-style: normal; }
.campus-bottom-bar button { min-height: 36px; padding: 0 14px; border: 1px solid rgba(238, 205, 113, .43); border-radius: 11px; color: #ffe3a0; background: linear-gradient(180deg, rgba(55, 122, 83, .8), rgba(17, 70, 47, .9)); font-size: 8px; font-weight: 700; cursor: pointer; }

.section-heading { max-width: 840px; margin-bottom: 34px; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading .eyebrow, .about-story .eyebrow, .leaders-intro .eyebrow, .honor-stage .eyebrow { display: block; margin-bottom: 9px; color: var(--gold-700); font-size: 9px; font-weight: 800; letter-spacing: 1.7px; }
.section-heading h2, .about-story h2, .leaders-intro h2, .honor-stage h2 { margin: 0; color: var(--forest-900); font-family: 'Literata', Georgia, serif; font-size: clamp(28px, 3vw, 49px); line-height: 1.14; letter-spacing: -.7px; }
.section-heading p, .about-story .lead, .leaders-intro > p, .honor-stage > p { max-width: 760px; margin: 13px 0 0; color: #677169; font-size: 12px; line-height: 1.75; }
.light-heading h2 { color: #fff7d7; }
.light-heading p { color: #b9cbbf; }
.light-heading .eyebrow { color: #e8c86d; }
.text-link, .ghost-link, .primary-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 12px; color: var(--forest-800); background: #fff7d9; text-decoration: none; font-size: 10px; font-weight: 800; box-shadow: var(--shadow-md); }
.text-link:hover, .primary-link:hover { transform: translateY(-2px); }
.ghost-link { color: #f5dfa1; border: 1px solid rgba(232, 199, 106, .4); background: rgba(255,255,255,.05); box-shadow: none; }

.metric-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.metric-card { position: relative; min-height: 160px; overflow: hidden; padding: 20px 17px; border: 1px solid rgba(113, 96, 48, .16); border-radius: 18px; background: linear-gradient(145deg, #fffdf5, #f4ead0); box-shadow: var(--shadow-md); }
.metric-card::after { content: ''; position: absolute; right: -25px; bottom: -45px; width: 110px; height: 110px; border: 1px solid rgba(195, 150, 55, .18); border-radius: 50%; }
.metric-card span, .metric-card strong, .metric-card small { position: relative; z-index: 1; display: block; }
.metric-card span { min-height: 30px; color: #7a725c; font-size: 7px; font-weight: 800; letter-spacing: .6px; }
.metric-card strong { margin-top: 11px; color: var(--forest-800); font-family: 'Literata', Georgia, serif; font-size: clamp(24px, 2.3vw, 39px); line-height: 1; }
.metric-card small { margin-top: 9px; color: #747c74; font-size: 7px; line-height: 1.45; }
.metric-card i { position: absolute; right: 15px; top: 14px; color: rgba(170, 126, 35, .32); font-family: 'Literata', Georgia, serif; font-size: 12px; font-style: normal; }
.metric-card.primary { color: white; border-color: #cfab55; background: radial-gradient(circle at 90% 10%, rgba(115, 200, 144, .25), transparent 30%), linear-gradient(145deg, #1f704e, #0c3829); }
.metric-card.primary span, .metric-card.primary small { color: #cce0d1; }
.metric-card.primary strong { color: #ffe39a; }
.metric-card.primary i { color: rgba(255, 224, 144, .42); }

.about-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(440px, .85fr); gap: 70px; align-items: center; }
.principle-list { display: grid; gap: 12px; margin-top: 30px; }
.principle-list article { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: start; padding: 15px; border: 1px solid rgba(104, 86, 39, .14); border-radius: 15px; background: rgba(255,255,255,.62); }
.principle-list article > b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #ffe49a; background: linear-gradient(145deg, #277653, #0f3f2d); font-size: 11px; }
.principle-list strong { color: var(--forest-900); font-size: 11px; }
.principle-list p { margin: 5px 0 0; color: #69736b; font-size: 9px; line-height: 1.55; }
.about-visual { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(180, 141, 50, .24); border-radius: 34px; background: radial-gradient(circle at center, rgba(79, 157, 104, .24), transparent 28%), linear-gradient(145deg, #153e2e, #08271d); box-shadow: var(--shadow-xl); }
.about-visual::before { content: ''; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(246, 221, 145, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 221, 145, .2) 1px, transparent 1px); background-size: 42px 42px; }
.visual-core { position: relative; z-index: 3; width: 160px; height: 160px; display: grid; place-content: center; text-align: center; border: 1px solid #e2be63; border-radius: 50%; color: #ffe9ac; background: radial-gradient(circle, #267250, #0a3325 70%); box-shadow: 0 0 0 18px rgba(213, 174, 75, .08), 0 0 60px rgba(72, 186, 119, .22); }
.visual-core span { font-size: 28px; }
.visual-core strong { margin-top: 4px; font-family: 'Literata', Georgia, serif; font-size: 16px; }
.visual-core small { margin-top: 3px; color: #b7d1c0; font-size: 7px; }
.visual-orbit { position: absolute; border: 1px solid rgba(231, 198, 104, .32); border-radius: 50%; animation: orbitSpin 26s linear infinite; }
.orbit-one { width: 290px; height: 290px; }
.orbit-two { width: 390px; height: 390px; animation-direction: reverse; animation-duration: 34s; }
.visual-node { position: absolute; z-index: 4; min-width: 80px; padding: 8px 12px; border: 1px solid rgba(229, 195, 98, .46); border-radius: 999px; color: #f6dfa0; background: rgba(9, 48, 34, .88); text-align: center; font-size: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.node-a { top: 17%; left: 16%; }.node-b { top: 18%; right: 15%; }.node-c { bottom: 18%; left: 14%; }.node-d { bottom: 17%; right: 13%; }.node-e { top: 47%; right: 5%; }

.operations-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .45fr); gap: 18px; }
.program-board, .operations-side { border: 1px solid rgba(232, 201, 112, .22); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.04); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.board-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border-bottom: 1px solid rgba(231, 199, 104, .2); background: rgba(255,255,255,.04); }
.board-head strong { color: #ffe09a; font-size: 10px; letter-spacing: .6px; }
.board-head span { color: #9eb8a8; font-size: 7px; }
.program-list { padding: 5px 0; }
.program-item { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: start; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.program-item:last-child { border-bottom: 0; }
.program-item > b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(231, 201, 112, .34); border-radius: 50%; color: #f3d579; background: rgba(255,255,255,.04); font-size: 8px; }
.program-item strong { display: block; color: #f1f5ed; font-size: 10px; }
.program-item p { margin: 4px 0 0; color: #aebfb3; font-size: 8px; line-height: 1.55; }
.program-item em { padding: 5px 8px; border-radius: 999px; color: #dbe8dd; background: rgba(78, 153, 102, .22); font-size: 6px; font-style: normal; white-space: nowrap; }
.operations-side { padding: 12px; }
.schedule-card { padding: 14px; border: 1px solid rgba(231, 201, 112, .16); border-radius: 14px; background: rgba(255,255,255,.04); }
.schedule-card + .schedule-card { margin-top: 9px; }
.schedule-card span { color: #e7c767; font-size: 7px; font-weight: 800; }
.schedule-card strong { display: block; margin-top: 5px; color: white; font-size: 10px; }
.schedule-card p { margin: 5px 0 0; color: #abc0b2; font-size: 7px; line-height: 1.55; }
.operations-links { display: grid; gap: 7px; margin-top: 12px; }
.operations-links a { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 11px; color: #f5dfa3; background: rgba(255,255,255,.05); text-decoration: none; font-size: 8px; }
.operations-links a:hover { background: rgba(86, 167, 112, .15); }

.branch-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 11px; }
.branch-card { position: relative; min-height: 255px; overflow: hidden; padding: 18px 15px 15px; border: 1px solid rgba(111, 91, 39, .17); border-radius: 18px; background: linear-gradient(150deg, #fffdf6, #f0e6c9); box-shadow: var(--shadow-md); }
.branch-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #1d6949, #e0bd64); }
.branch-card .branch-index { color: #b68c33; font-family: 'Literata', Georgia, serif; font-size: 10px; }
.branch-card h3 { margin: 13px 0 5px; color: var(--forest-900); font-family: 'Literata', Georgia, serif; font-size: 17px; }
.branch-card > p { min-height: 54px; margin: 0; color: #737a72; font-size: 7px; line-height: 1.55; }
.branch-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 14px; }
.branch-metrics span { padding: 9px 7px; border-radius: 10px; background: rgba(236, 220, 174, .46); }
.branch-metrics small, .branch-metrics strong { display: block; }
.branch-metrics small { color: #837c67; font-size: 6px; }
.branch-metrics strong { margin-top: 2px; color: #27513a; font-size: 12px; }
.branch-card a { position: absolute; left: 15px; right: 15px; bottom: 14px; display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 10px; color: #ffe09a; background: linear-gradient(180deg, #2f7552, #154531); text-decoration: none; font-size: 7px; }
.data-note { display: flex; align-items: start; gap: 12px; margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(183, 139, 47, .22); border-radius: 14px; background: #fff6d8; }
.data-note span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: #bd8d31; font-weight: 800; }
.data-note p { margin: 0; color: #6e6652; font-size: 8px; line-height: 1.55; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 220px; display: grid; grid-template-columns: 58px 1fr; gap: 15px; align-items: start; padding: 22px; border: 1px solid rgba(113, 92, 41, .16); border-radius: 22px; background: linear-gradient(145deg, #fffefa, #eee5ca); box-shadow: var(--shadow-md); text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(192, 144, 44, .44); box-shadow: var(--shadow-lg); }
.service-card > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(145deg, #f5e5b5, #ddc47e); font-size: 24px; box-shadow: inset 0 0 0 1px rgba(142, 102, 27, .12); }
.service-card strong { display: block; color: var(--forest-900); font-family: 'Literata', Georgia, serif; font-size: 15px; }
.service-card p { min-height: 70px; margin: 9px 0 0; color: #687169; font-size: 9px; line-height: 1.6; }
.service-card em { display: block; margin-top: 12px; color: #1d6748; font-size: 7px; font-style: normal; font-weight: 800; }
.result-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(116, 93, 37, .16); border-radius: 18px; background: rgba(116, 93, 37, .16); box-shadow: var(--shadow-md); }
.result-strip article { min-height: 105px; display: grid; align-content: center; padding: 14px; background: #fffdf6; text-align: center; }
.result-strip strong { color: var(--forest-800); font-family: 'Literata', Georgia, serif; font-size: 22px; }
.result-strip span { margin-top: 5px; color: #737b73; font-size: 7px; }

.leaders-layout { display: grid; grid-template-columns: minmax(340px, .36fr) minmax(0, .64fr); gap: 48px; align-items: start; }
.leaders-intro { position: sticky; top: 180px; }
.leader-stat { display: inline-flex; align-items: center; gap: 9px; margin: 24px 12px 0 0; padding: 11px 13px; border: 1px solid rgba(113, 92, 41, .15); border-radius: 13px; background: #fff9e8; }
.leader-stat strong { color: var(--forest-800); font-family: 'Literata', Georgia, serif; font-size: 22px; }
.leader-stat span { max-width: 95px; color: #6e766e; font-size: 7px; line-height: 1.3; }
.leaders-intro .primary-link { margin-top: 28px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.team-card { min-height: 105px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 14px; border: 1px solid rgba(105, 88, 40, .15); border-radius: 15px; background: linear-gradient(145deg, #fffdf6, #f0e7cd); box-shadow: 0 7px 19px rgba(25, 55, 34, .08); }
.team-card > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #ffe39a; background: linear-gradient(145deg, #347855, #123f2d); font-size: 8px; }
.team-card strong { display: block; color: var(--forest-900); font-size: 10px; }
.team-card p { margin: 4px 0 0; color: #707970; font-size: 7px; line-height: 1.5; }

.data-dashboard { display: grid; grid-template-columns: 260px minmax(0, 1fr) 300px; gap: 24px; align-items: center; padding: 28px; border: 1px solid rgba(235, 202, 111, .22); border-radius: 26px; background: rgba(255,255,255,.04); box-shadow: 0 25px 65px rgba(0,0,0,.2); }
.progress-ring { width: 220px; height: 220px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: conic-gradient(#e5c15f calc(var(--progress) * 1%), rgba(255,255,255,.08) 0); box-shadow: 0 0 50px rgba(229, 193, 95, .12); }
.progress-ring::before { content: ''; position: absolute; width: 174px; height: 174px; border-radius: 50%; background: #0c3326; box-shadow: inset 0 0 22px rgba(0,0,0,.25); }
.progress-ring > div { position: relative; z-index: 1; text-align: center; }
.progress-ring strong, .progress-ring span { display: block; }
.progress-ring strong { color: #ffe39b; font-family: 'Literata', Georgia, serif; font-size: 38px; }
.progress-ring span { margin-top: 5px; color: #b8cbbf; font-size: 8px; }
.data-bars { display: grid; gap: 16px; }
.data-bars article { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(150px, 1fr) 82px; gap: 12px; align-items: center; }
.data-bars span { color: #d9e5dc; font-size: 8px; }
.data-bars div { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.data-bars i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2f9b67, #e3bd5c); }
.data-bars b { color: #f2d783; font-size: 7px; text-align: right; }
.data-actions-card { display: grid; gap: 8px; padding: 18px; border: 1px solid rgba(232, 199, 106, .2); border-radius: 17px; background: rgba(255,255,255,.04); }
.data-actions-card > strong { margin-bottom: 5px; color: #ffe09a; font-family: 'Literata', Georgia, serif; font-size: 13px; }
.data-actions-card a { display: flex; justify-content: space-between; padding: 10px 11px; border-radius: 10px; color: #e8f0e9; background: rgba(255,255,255,.05); text-decoration: none; font-size: 8px; }
.data-actions-card small { margin-top: 7px; color: #99afa1; font-size: 7px; line-height: 1.5; }

.honor-layout { display: grid; grid-template-columns: minmax(330px, .42fr) minmax(0, .58fr); gap: 42px; align-items: center; }
.honor-stage { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: 42px; overflow: hidden; border: 1px solid rgba(187, 142, 47, .25); border-radius: 30px; background: radial-gradient(circle at 75% 25%, rgba(230, 191, 90, .22), transparent 27%), linear-gradient(145deg, #fffdf5, #eee1bd); box-shadow: var(--shadow-xl); }
.honor-stage::after { content: '★'; position: absolute; right: -15px; bottom: -72px; color: rgba(180, 135, 40, .08); font-family: Georgia, serif; font-size: 250px; }
.honor-emblem { position: relative; z-index: 1; width: max-content; display: grid; place-items: center; margin-top: 30px; padding: 17px 25px; border: 1px solid #d3aa4a; border-radius: 18px; color: #ffe39a; background: linear-gradient(145deg, #2b7552, #0c3929); box-shadow: 0 12px 30px rgba(12, 56, 39, .22); }
.honor-emblem span { font-size: 25px; }
.honor-emblem strong { margin-top: 4px; font-family: 'Literata', Georgia, serif; font-size: 13px; }
.honor-emblem small { margin-top: 3px; color: #c6d8cb; font-size: 7px; }
.honor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.honor-grid article { min-height: 175px; display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; padding: 22px; border: 1px solid rgba(105, 88, 39, .15); border-radius: 19px; background: #fffdf5; box-shadow: var(--shadow-md); }
.honor-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #f6e6b5, #ddc47c); font-size: 22px; }
.honor-grid strong { display: block; color: var(--forest-900); font-family: 'Literata', Georgia, serif; font-size: 13px; }
.honor-grid p { margin: 8px 0 0; color: #717971; font-size: 8px; line-height: 1.6; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-grid article { min-height: 190px; padding: 25px; border: 1px solid rgba(113, 91, 38, .14); border-radius: 21px; background: linear-gradient(145deg, #fffdf6, #eee5cb); box-shadow: var(--shadow-md); }
.guide-grid b { color: #d2a84e; font-family: 'Literata', Georgia, serif; font-size: 30px; }
.guide-grid span { display: block; margin-top: 16px; color: var(--forest-900); font-family: 'Literata', Georgia, serif; font-size: 15px; font-weight: 700; }
.guide-grid p { margin: 9px 0 0; color: #6d766e; font-size: 9px; line-height: 1.65; }

.site-footer { padding: 55px 0 20px; color: #d9e5dc; background: radial-gradient(circle at 10% 0, rgba(74, 152, 99, .18), transparent 22%), #071f18; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr .7fr; gap: 35px; padding-bottom: 35px; }
.footer-brand { display: flex; gap: 14px; align-items: start; }
.mini-seal { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #d8b556; border-radius: 50%; color: #f2d57e; background: #123e2d; font-size: 20px; }
.footer-brand strong { display: block; max-width: 360px; color: #ffe4a0; font-family: 'Literata', Georgia, serif; font-size: 15px; line-height: 1.4; }
.footer-brand p { margin: 7px 0 0; color: #95ad9e; font-size: 8px; }
.footer-contact > strong, .footer-links > strong, .footer-system > strong { display: block; margin-bottom: 13px; color: #e6c56b; font-size: 8px; letter-spacing: 1px; }
.footer-contact p { display: grid; grid-template-columns: 70px 1fr; gap: 8px; margin: 8px 0; font-size: 7px; }
.footer-contact span { color: #8ea596; }.footer-contact b { color: #dbe6de; font-weight: 500; }
.footer-links, .footer-system { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-links a, .footer-system a, .footer-system button { border: 0; padding: 0; color: #b6c9bd; background: transparent; text-decoration: none; font-size: 8px; cursor: pointer; }
.footer-links a:hover, .footer-system a:hover, .footer-system button:hover { color: #ffe09a; }
.footer-system small { margin-top: 8px; color: #657e6e; font-size: 6.5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid rgba(231, 201, 111, .13); color: #789080; font-size: 7px; }

.building-dialog, .search-dialog { width: min(930px, calc(100vw - 36px)); max-height: min(820px, calc(100vh - 36px)); padding: 0; overflow: auto; border: 1px solid rgba(220, 180, 78, .72); border-radius: 25px; color: var(--ink); background: #fffdf6; box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.building-dialog::backdrop, .search-dialog::backdrop { background: rgba(4, 24, 17, .72); backdrop-filter: blur(10px); }
.dialog-close { position: sticky; z-index: 5; float: right; top: 14px; right: 14px; width: 38px; height: 38px; margin: 14px 14px -52px 0; border: 1px solid rgba(216, 178, 82, .45); border-radius: 50%; color: #ffe3a0; background: #123f2d; font-size: 21px; cursor: pointer; }
.dialog-hero { min-height: 195px; display: grid; grid-template-columns: 90px 1fr; gap: 22px; align-items: center; padding: 45px 52px 30px; color: white; background: radial-gradient(circle at 80% 0, rgba(223, 188, 91, .2), transparent 27%), linear-gradient(145deg, #164c36, #082b20); }
.dialog-hero > span { width: 86px; height: 86px; display: grid; place-items: center; border: 1px solid #dcba62; border-radius: 25px; background: rgba(255,255,255,.07); font-size: 40px; box-shadow: 0 13px 35px rgba(0,0,0,.2); }
.dialog-hero small { color: #e6c568; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.dialog-hero h2 { margin: 7px 0 0; color: #fff3c2; font-family: 'Literata', Georgia, serif; font-size: 30px; }
.dialog-hero p { max-width: 650px; margin: 10px 0 0; color: #bed1c4; font-size: 10px; line-height: 1.65; }
.dialog-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 24px 4px; }
.dialog-summary article { padding: 13px; border: 1px solid rgba(112, 91, 39, .14); border-radius: 13px; background: #f7edd0; }
.dialog-summary small, .dialog-summary strong { display: block; }
.dialog-summary small { color: #837a61; font-size: 6.5px; }
.dialog-summary strong { margin-top: 4px; color: var(--forest-800); font-size: 11px; }
.dialog-modules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 18px 24px 28px; }
.dialog-module { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; min-height: 94px; padding: 13px; border: 1px solid rgba(112, 91, 39, .15); border-radius: 15px; color: inherit; background: #fffdf8; text-decoration: none; box-shadow: 0 7px 18px rgba(31, 57, 36, .06); }
.dialog-module:hover { border-color: rgba(185, 137, 38, .42); background: #fff8df; transform: translateY(-2px); }
.dialog-module > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #ffe39a; background: linear-gradient(145deg, #327553, #103e2d); font-size: 17px; }
.dialog-module strong, .dialog-module small { display: block; }
.dialog-module strong { color: var(--forest-900); font-size: 10px; }
.dialog-module small { margin-top: 4px; color: #707970; font-size: 7px; line-height: 1.45; }
.dialog-module b { color: #b4872d; font-size: 15px; }

.search-dialog { width: min(740px, calc(100vw - 36px)); }
.search-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 26px; color: white; background: linear-gradient(145deg, #174d37, #082b20); }
.search-dialog-head small, .search-dialog-head strong { display: block; }
.search-dialog-head small { color: #e4c469; font-size: 7px; letter-spacing: 1px; }
.search-dialog-head strong { margin-top: 5px; color: #fff0ba; font-family: 'Literata', Georgia, serif; font-size: 18px; }
.search-dialog-head button { width: 36px; height: 36px; border: 1px solid rgba(232, 200, 108, .5); border-radius: 50%; color: #ffe09a; background: rgba(255,255,255,.06); font-size: 20px; cursor: pointer; }
.search-dialog-box { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 4px; margin: 22px 24px 12px; padding: 0 13px; border: 1px solid rgba(112, 91, 39, .2); border-radius: 14px; background: white; }
.search-dialog-box span { font-size: 22px; color: var(--forest-800); }
.search-dialog-box input { height: 50px; border: 0; outline: 0; background: transparent; }
.search-results { min-height: 190px; padding: 8px 24px 25px; }
.search-results > p { color: #7a827b; font-size: 9px; }
.search-result { display: block; padding: 13px 14px; border: 1px solid rgba(112, 91, 39, .13); border-radius: 12px; color: inherit; background: #fffaf0; text-decoration: none; }
.search-result + .search-result { margin-top: 8px; }
.search-result strong { display: block; color: var(--forest-800); font-size: 10px; }
.search-result p { margin: 4px 0 0; color: #717a72; font-size: 8px; line-height: 1.45; }

.toast { position: fixed; z-index: 999; left: 50%; bottom: 25px; max-width: min(520px, calc(100vw - 30px)); padding: 12px 17px; border: 1px solid #d9b75b; border-radius: 13px; color: #ffe6a2; background: rgba(8, 47, 33, .96); box-shadow: 0 15px 40px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s ease, transform .2s ease; font-size: 9px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(226, 187, 84, .72); outline-offset: 2px; }

@keyframes campusGlow { from { opacity: .42; transform: scale(.96); } to { opacity: .84; transform: scale(1.05); } }
@keyframes pointPulse { 0%, 100% { transform: scale(.8); opacity: .72; } 50% { transform: scale(1.2); opacity: 1; } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

@media (max-width: 1520px) {
  :root { --shell: min(1440px, calc(100vw - 28px)); }
  .header-main { grid-template-columns: minmax(440px, 1fr) auto; }
  .header-actions { grid-column: 1 / -1; justify-content: flex-end; margin-top: -8px; }
  .header-live { justify-self: end; }
  .campus-panel { width: 300px; }
  .quick-connect { left: 14px; }.priority-panel { right: 14px; }
  .metric-grid { grid-template-columns: repeat(3, 1fr); }
  .branch-grid { grid-template-columns: repeat(4, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 1fr auto; }
  .brand-copy strong { white-space: normal; }
  .brand-copy small { white-space: normal; }
  .primary-nav { overflow-x: auto; }
  .nav-shell { min-width: 980px; }
  .campus-visual { min-height: auto; padding: 420px 16px 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .map-title { top: 26px; width: calc(100% - 36px); }
  .campus-panel { position: relative; inset: auto; width: auto; top: auto; left: auto; right: auto; }
  .map-points { top: 90px; bottom: auto; height: 330px; }
  .campus-bottom-bar { bottom: 18px; }
  .point-branch { left: 23%; top: 14%; }.point-support { left: 47%; top: 5%; }.point-market { right: 20%; top: 17%; }.point-leaders { left: 18%; top: 48%; }.point-headquarters { top: 42%; }.point-weather { right: 22%; top: 49%; }.point-data { left: 23%; top: 76%; }.point-honor { top: 75%; }.point-collective { right: 20%; top: 75%; }
  .about-layout, .leaders-layout, .honor-layout { grid-template-columns: 1fr; }
  .leaders-intro { position: static; }
  .operations-layout { grid-template-columns: 1fr; }
  .branch-grid { grid-template-columns: repeat(3, 1fr); }
  .result-strip { grid-template-columns: repeat(3, 1fr); }
  .data-dashboard { grid-template-columns: 220px 1fr; }
  .data-actions-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-system { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 22px); }
  html { scroll-padding-top: 68px; }
  .section-pad { padding: 62px 0; }
  .header-main { min-height: auto; grid-template-columns: 1fr; padding: 10px 0; }
  .brand-seal { width: 58px; height: 58px; }.brand-seal svg { width: 52px; height: 52px; }
  .brand-copy strong { font-size: 19px; }.brand-copy small { font-size: 9px; }
  .header-live { justify-self: stretch; display: grid; grid-template-columns: 1fr 1fr; }
  .live-card { min-width: 0; min-height: 50px; }
  .header-actions { grid-column: auto; justify-content: stretch; display: grid; grid-template-columns: 1fr 1fr 1fr 46px; margin: 0; }
  .search-trigger { grid-column: 1 / -1; min-width: 0; }
  #login-button { display: none; }
  .header-button { padding: 0 8px; font-size: 8px; }.assistant-button { grid-column: span 2; }
  .primary-nav { top: 0; }
  .nav-shell { min-width: 880px; min-height: 50px; }
  .campus-visual { padding: 390px 10px 92px; grid-template-columns: 1fr; }
  .campus-map { object-position: center top; }
  .map-title h1 { font-size: 22px; }.map-title p { display: none; }
  .map-points { top: 88px; height: 300px; }
  .map-point { padding-right: 6px; font-size: 0; }.map-point i { font-size: 6px; }.map-point.featured { font-size: 8px; }
  .campus-bottom-bar { left: 10px; right: 10px; }.campus-caption em { display: none; }.campus-bottom-bar button { font-size: 7px; }
  .metric-grid, .branch-grid, .service-grid, .team-grid, .honor-grid, .guide-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 130px; }
  .split-heading { display: block; }.split-heading .text-link, .split-heading .ghost-link { margin-top: 18px; }
  .about-layout { gap: 35px; }.about-visual { min-height: 360px; }
  .branch-card { min-height: 225px; }
  .result-strip { grid-template-columns: 1fr 1fr; }
  .data-dashboard { grid-template-columns: 1fr; padding: 18px; }.progress-ring { width: 190px; height: 190px; }.progress-ring::before { width: 150px; height: 150px; }
  .data-bars article { grid-template-columns: 1fr 60px; }.data-bars article div { grid-column: 1 / -1; grid-row: 2; }.data-bars b { grid-column: 2; grid-row: 1; }
  .honor-stage { min-height: 360px; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-system { grid-column: auto; }.footer-bottom { display: grid; }
  .dialog-hero { grid-template-columns: 1fr; padding: 42px 24px 24px; }.dialog-hero > span { width: 66px; height: 66px; font-size: 30px; }.dialog-summary, .dialog-modules { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
