:root {
  --ink: #17324d;
  --muted: #5b7187;
  --primary: #2b6fba;
  --primary-strong: #1b4f87;
  --blue: #2b6fba;
  --blue-strong: #1b4f87;
  --deep: #245f9b;
  --deep-soft: #4b86bd;
  --accent: #3f7fc4;
  --accent-hot: #f0a35a;
  --cyan: #79cfd1;
  --sky: #edf6ff;
  --line: #cbdbea;
  --outline: #294f75;
  --paper: #ffffff;
  --surface: #f5f9fd;
  --success: #177451;
  --warning: #92520a;
  --danger: #b42318;
  --radius: 6px;
  --radius-sm: 3px;
  --sidebar-width: 288px;
  --sidebar-compact-width: 82px;
  --shadow-sm: 0 3px 0 rgba(41, 79, 117, .09);
  --shadow: 8px 8px 0 rgba(41, 79, 117, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
a { color: var(--blue-strong); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #72d8ce;
  outline-offset: 3px;
}
button, input, select, textarea { font: inherit; }
.container { width: min(1220px, calc(100% - 56px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: -9999px;
  top: 12px;
  z-index: 2000;
  padding: 12px 18px;
  border: 2px solid var(--blue);
  border-radius: 10px;
  background: #fff;
  color: var(--deep);
}
.skip-link:focus { left: 16px; }

.site-shell { min-height: 100vh; }
.site-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 80;
  width: var(--sidebar-width);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border-right: 2px solid var(--outline);
  color: var(--ink);
  background: #fff;
  box-shadow: none;
  transition: width .22s ease, transform .22s ease;
}
.sidebar-inner { display: flex; min-height: 100%; flex-direction: column; padding: 24px 18px; }
.sidebar-brand-row { display: flex; align-items: center; gap: 10px; }
.sidebar-brand {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}
.college-logo { display: block; flex: 0 0 auto; object-fit: contain; object-position: center; }
.college-logo--sidebar { width: 54px; height: 54px; }
.college-logo--mobile { width: 38px; height: 38px; }
.college-logo--footer { width: 58px; height: 58px; padding: 4px; border-radius: 50%; background: #fff; }
.sidebar-brand strong, .sidebar-brand small { display: block; }
.sidebar-brand strong { font-size: 1.16rem; letter-spacing: .08em; }
.sidebar-brand small { margin-top: 3px; color: var(--muted); font-size: .7rem; line-height: 1.28; }
.sidebar-close {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--outline);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--surface);
  font-size: 1.55rem;
  line-height: 1;
}
.sidebar-close:hover { border-color: var(--primary); color: #fff; background: var(--primary); }
.sidebar-close span { transition: transform .22s ease; }
.sidebar-caption {
  margin: 36px 12px 10px;
  color: #94a3b8;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.main-nav { display: grid; gap: 4px; }
.main-nav a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  color: #475569;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}
.nav-icon, .ui-icon { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; fill: currentColor; }
.nav-icon { justify-self: center; color: #607187; }
.main-nav a:hover { color: var(--primary-strong); background: #ececea; }
.main-nav a[aria-current="page"] {
  border-color: var(--primary);
  color: #fff;
  background: var(--primary);
  box-shadow: 4px 4px 0 rgba(23,23,22,.16);
}
.main-nav a[aria-current="page"] .nav-icon { color: #fff; }

.site-workspace {
  display: flex;
  min-height: 100vh;
  margin-left: var(--sidebar-width);
  flex-direction: column;
  background: var(--paper);
  transition: margin-left .22s ease;
}
body.sidebar-compact .site-sidebar { width: var(--sidebar-compact-width); }
body.sidebar-compact .site-workspace { margin-left: var(--sidebar-compact-width); }
body.sidebar-compact .sidebar-inner { padding-inline: 9px; }
body.sidebar-compact .sidebar-brand-row { flex-direction: column; gap: 12px; }
body.sidebar-compact .sidebar-brand { flex: none; justify-content: center; }
body.sidebar-compact .college-logo--sidebar { width: 46px; height: 46px; }
body.sidebar-compact .sidebar-close { width: 44px; height: 40px; }
body.sidebar-compact .sidebar-close span { transform: rotate(180deg); }
body.sidebar-compact .sidebar-caption,
body.sidebar-compact .sidebar-brand > span,
body.sidebar-compact .main-nav a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
body.sidebar-compact .main-nav { margin-top: 18px; gap: 6px; }
body.sidebar-compact .main-nav a { grid-template-columns: 1fr; min-height: 48px; padding: 8px; }
body.sidebar-compact .nav-icon { width: 1.25rem; height: 1.25rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 2px solid var(--outline);
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(12px);
}
.header-row { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 22px; }
.header-context { display: grid; gap: 2px; }
.header-context__label {
  color: var(--primary);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.header-context strong { max-width: 600px; font-size: .92rem; letter-spacing: -.01em; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #fff;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}
.header-action:hover { border-color: var(--primary); color: var(--primary-strong); background: var(--sky); }
.header-action--official {
  border-color: var(--outline);
  color: var(--primary-strong);
  background: var(--sky);
}
.header-action--official:hover,
.header-action--official[aria-current="page"] { border-color: var(--primary); color: #fff; background: var(--primary); }
.header-action--platform { border-color: #9ab9d8; color: var(--primary-strong); background: #e8f3ff; }
.header-action--platform:hover { border-color: var(--primary); color: #fff; background: var(--primary); }
.nav-toggle, .mobile-brand { display: none; }
.nav-toggle {
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #fff;
  font-weight: 750;
}
.nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.nav-toggle-lines { position: relative; }
.nav-toggle-lines::before, .nav-toggle-lines::after { position: absolute; left: 0; content: ""; }
.nav-toggle-lines::before { top: -6px; }
.nav-toggle-lines::after { top: 6px; }
.mobile-brand { align-items: center; gap: 8px; color: var(--ink); line-height: 1.05; text-decoration: none; }
.mobile-brand > span { display: flex; flex-direction: column; }
.mobile-brand strong { letter-spacing: .08em; }
.mobile-brand small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.nav-backdrop { display: none; }
.no-js-mobile-nav { display: none; }

main { flex: 1; min-width: 0; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 28px;
  border-bottom: 2px solid var(--outline);
  background-color: var(--surface);
  background-image: linear-gradient(rgba(43,111,186,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(43,111,186,.055) 1px,transparent 1px);
  background-size: 38px 38px;
}
.hero::after { display: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(420px,.94fr); gap: clamp(34px,4vw,66px); align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--primary); font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5.3vw, 5.35rem); line-height: .96; letter-spacing: -.062em; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.08rem, 1.65vw, 1.3rem); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid var(--outline);
  border-radius: var(--radius-sm);
  font-weight: 780;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 rgba(43,111,186,.24); }
.button.primary { color: #fff; background: var(--accent); box-shadow: none; }
.button.primary:hover { background: #4820bb; }
.button.secondary { color: var(--ink); background: #fff; }
.hero-showcase { position: relative; min-width: 0; padding-bottom: 55px; }
.hero-showcase__visual {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: start center;
  overflow: hidden;
  padding-top: 54px;
  border: 2px solid var(--outline);
  background-color: #dcecff;
  background-image: linear-gradient(rgba(43,111,186,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(43,111,186,.1) 1px,transparent 1px),linear-gradient(145deg,#edf7ff 0%,#d8eafd 58%,#f6fbff 100%);
  background-size: 42px 42px,42px 42px,auto;
}
.hero-showcase__visual::before,
.hero-showcase__visual::after { position: absolute; width: 112px; height: 112px; content: ""; }
.hero-showcase__visual::before { top: -34px; right: 34px; transform: rotate(12deg); background: var(--accent-hot); }
.hero-showcase__visual::after { bottom: 34px; left: -42px; transform: rotate(-12deg); background: var(--cyan); }
.hero-showcase__visual img { position: relative; z-index: 1; width: min(218px,52%); height: auto; filter: drop-shadow(10px 14px 0 rgba(43,111,186,.18)); }
.hero-showcase__codes { position: absolute; top: 22px; left: 24px; color: var(--primary-strong); font-size: .72rem; font-weight: 850; letter-spacing: .16em; }
.hero-showcase__caption { position: absolute; right: 22px; bottom: 18px; z-index: 2; padding: 6px 9px; border: 1px solid #9ab9d8; color: var(--primary-strong); background: rgba(255,255,255,.9); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-panel {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  column-gap: 18px;
  right: 24px;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 48px);
  padding: 27px;
  border: 2px solid var(--outline);
  border-radius: 0;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(43,111,186,.15);
}
.hero-panel > .chip, .hero-panel h2, .hero-panel p { grid-column: 1/-1; justify-self: start; }
.hero-panel h2 { margin: 12px 0 6px; font-size: 1.35rem; letter-spacing: -.025em; }
.hero-panel p { margin: 0 0 10px; color: var(--muted); }
.hero-panel a { display: flex; justify-content: space-between; gap: 8px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: .86rem; text-decoration: none; }
.hero-panel a:hover { color: var(--primary); }
.chip, .status, .status-pill { display: inline-flex; padding: 5px 9px; border: 1px solid currentColor; border-radius: var(--radius-sm); font-size: .73rem; font-weight: 820; }
.chip, .status-pill { color: var(--primary-strong); background: var(--sky); }
.hero-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 46px; border-top: 2px solid var(--outline); border-left: 2px solid var(--outline); background: #fff; }
.hero-facts > span { display: grid; min-height: 96px; align-content: center; padding: 16px 18px; border-right: 2px solid var(--outline); border-bottom: 2px solid var(--outline); }
.hero-facts strong, .hero-facts small { display: block; }
.hero-facts strong { font-size: 1.02rem; letter-spacing: -.02em; }
.hero-facts small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.status.planned { color: var(--warning); background: #fff4db; }

.section { padding: 78px 0; }
.surface { background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 2.85rem); letter-spacing: -.04em; }
.card-grid, .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .news-card, .empty-state { border: 1.5px solid var(--outline); border-radius: var(--radius); background: #fff; box-shadow: none; }
.card, .news-card { padding: 26px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card:hover, .news-card:hover { transform: translate(-3px,-3px); border-color: var(--outline); box-shadow: 6px 6px 0 rgba(27,27,26,.14); }
.card h3, .news-card h3 { margin-top: .35rem; font-size: 1.24rem; letter-spacing: -.018em; }
.accent-card { border-color: #a8c5e1; color: var(--ink); background: #eaf4ff; }
.accent-card a { color: var(--primary-strong); }
.meta { color: var(--muted); font-size: .86rem; }
.card-link { display: flex; justify-content: space-between; margin-top: 22px; color: var(--primary-strong); font-weight: 750; text-decoration: none; }
.program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.specialty-card { overflow: hidden; min-width: 0; border: 2px solid var(--outline); border-radius: 0; background: #fff; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.specialty-card:hover { transform: translate(-4px,-4px); border-color: var(--outline); box-shadow: 8px 8px 0 var(--accent); }
.specialty-card__link { display: flex; height: 100%; flex-direction: column; color: var(--ink); text-decoration: none; }
.specialty-card__visual { position: relative; overflow: hidden; aspect-ratio: 9/5.3; border-bottom: 2px solid var(--outline); background: var(--sky); }
.specialty-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.specialty-card:hover .specialty-card__visual img { transform: scale(1.025); }
.specialty-card__placeholder { display: grid; height: 100%; place-items: center; color: var(--primary); font-size: 2rem; font-weight: 850; }
.specialty-card__status { position: absolute; top: 14px; right: 14px; padding: 7px 10px; border: 2px solid var(--primary-strong); border-radius: 0; color: var(--primary-strong); background: #f3f9ff; box-shadow: 4px 4px 0 rgba(255,255,255,.82); font-size: .7rem; font-weight: 800; }
.specialty-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.specialty-card__code { margin: 0 0 6px; color: var(--primary); font-size: .76rem; font-weight: 850; letter-spacing: .08em; }
.specialty-card__body h2 { margin: 0; font-size: 1.28rem; line-height: 1.18; letter-spacing: -.025em; }
.specialty-card__qualification { margin-bottom: 4px; color: var(--primary-strong); font-weight: 750; }
.specialty-card__body > p:not(.specialty-card__code):not(.specialty-card__qualification) { color: var(--muted); font-size: .9rem; }
.specialty-card__options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: auto; padding-top: 14px; }
.specialty-card__options span { padding: 10px; border: 1px solid var(--outline); border-radius: 0; background: var(--surface); }
.specialty-card__options strong, .specialty-card__options small { display: block; }
.specialty-card__options strong { font-size: .75rem; }
.specialty-card__options small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.specialty-card__more { display: flex; justify-content: space-between; margin-top: 18px; color: var(--primary); font-weight: 780; }
.service-card__number { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--outline); border-radius: 0; color: #fff; background: var(--accent); font-size: .76rem; font-weight: 850; }
.home-intro .prose { display: grid; max-width: none; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); gap: clamp(30px,6vw,90px); align-items: start; }
.home-intro .prose > :first-child { margin-top: 0; font-size: clamp(1.65rem,3vw,2.8rem); font-weight: 820; line-height: 1.08; letter-spacing: -.04em; }
.home-specialties { border-top: 2px solid var(--outline); border-bottom: 2px solid var(--outline); }
.home-route-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; border-top: 2px solid var(--outline); border-left: 2px solid var(--outline); }
.home-route-grid .card { min-height: 230px; border-width: 0 2px 2px 0; border-radius: 0; }
.home-route-grid .card:hover { z-index: 1; color: var(--ink); background: #eaf4ff; box-shadow: inset 0 0 0 2px var(--primary); transform: none; }
.home-route-grid .card:hover .meta { color: var(--muted); }
.home-route-grid .card:hover .card-link { color: var(--primary-strong); }
.home-news { border-top: 2px solid var(--outline); background: #fff; }
.prose { max-width: 800px; }
.empty-state { padding: 48px; text-align: center; }
.empty-state--soft { border-style: dashed; background: #fbfcfd; }
.contact-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; align-items: start; }
.contact-card { padding: 30px; }
.contact-card h2 { margin-top: 0; }
.definition-list--stacked > div { grid-template-columns: minmax(140px,.35fr) 1fr; }
.contact-note { margin-top: 22px; padding: 18px; border-radius: 12px; background: var(--surface); }

.section-space { padding: 48px 0 76px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: .88rem; }
.back-link { display: inline-flex; min-height: 40px; align-items: center; gap: 8px; margin-bottom: 16px; padding: 0 13px; border: 2px solid var(--outline); border-radius: var(--radius-sm); color: var(--ink); background: #fff; font-size: .84rem; font-weight: 760; text-decoration: none; box-shadow: 3px 3px 0 rgba(27,27,26,.12); }
.back-link:hover { border-color: var(--primary); color: var(--primary-strong); background: var(--sky); box-shadow: none; transform: translate(2px,2px); }
.page-heading { margin-bottom: 32px; padding-bottom: 22px; border-bottom: 2px solid var(--outline); }
.page-heading h1 { margin: .12em 0; font-size: clamp(2.05rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.048em; }
.official-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 42px; align-items: start; }
.official-content > section, .official-content article article { padding: 22px 0; border-top: 1px solid var(--line); }
.official-content h2 { margin-top: 1.6em; }
.official-content h3 { margin-bottom: .35rem; }
.official-nav { position: sticky; top: 86px; max-height: calc(100dvh - 102px); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: 15px; border: 2px solid var(--outline); border-radius: 0; background: var(--surface); box-shadow: 5px 5px 0 rgba(27,27,26,.11); }
.official-nav h2 { position: sticky; top: -15px; z-index: 1; margin: -15px -15px 7px; padding: 15px 15px 10px; border-bottom: 2px solid var(--outline); background: var(--surface); font-size: .94rem; }
.official-nav ul, .official-section-list { margin: 0; padding: 0; list-style: none; }
.official-nav a, .official-section-list a { display: block; padding: 7px 8px; border-radius: var(--radius-sm); color: var(--ink); font-size: .83rem; line-height: 1.25; text-decoration: none; }
.official-nav a:hover { color: var(--primary-strong); background: #e8f3ff; }
.official-nav a[aria-current="page"] { color: var(--blue); font-weight: 800; }
.official-section-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.official-section-list li { padding: 15px; border: 1.5px solid var(--outline); border-radius: var(--radius-sm); background: #fff; box-shadow: none; }
.definition-list { display: grid; gap: 0; }
.definition-list > div { display: grid; grid-template-columns: minmax(180px,.42fr) 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.definition-list dt { font-weight: 750; }
.definition-list dd { margin: 0; }
.notice { margin: 24px 0; padding: 18px 20px; border: 1.5px solid var(--outline); border-left: 7px solid #b06b00; border-radius: 0; background: #fff8e6; }
.notice h2 { margin: 0 0 6px; font-size: 1.1rem; }
.notice p:last-child { margin-bottom: 0; }
.table-scroll, .schedule-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-scroll table, .schedule-table { width: 100%; border-collapse: collapse; }
.table-scroll th, .table-scroll td, .schedule-table th, .schedule-table td { padding: 11px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.table-scroll thead th, .schedule-table th { background: var(--sky); }

.site-footer { position: relative; overflow: hidden; padding: 30px 0 14px; border-top: 2px solid #9ab9d8; color: var(--ink); background: #edf5fc; }
.site-footer::before { position: absolute; top: 0; right: 5%; width: 190px; height: 100%; border-right: 1px solid rgba(43,111,186,.1); border-left: 1px solid rgba(43,111,186,.1); background: linear-gradient(135deg,transparent 49.6%,rgba(43,111,186,.08) 50%,transparent 50.4%); content: ""; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.55fr .8fr 1fr; gap: 34px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand strong { display: block; font-size: 1.02rem; letter-spacing: .08em; }
.footer-brand p { max-width: 370px; margin: .12rem 0; color: var(--ink); font-size: .84rem; line-height: 1.35; }
.footer-brand span { color: var(--muted); font-size: .72rem; }
.footer-links, .footer-contacts { display: flex; align-items: flex-start; flex-direction: column; }
.footer-links strong, .footer-contacts strong { margin-bottom: .35rem; color: var(--primary-strong); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a, .site-footer span { margin: .1rem 0; color: var(--ink); font-size: .82rem; }
.site-footer a { text-decoration-color: rgba(43,111,186,.35); }
.footer-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding-top: 11px; border-top: 1px solid #c6d9ea; color: var(--muted); font-size: .75rem; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-feedback { margin-top: 5px !important; color: var(--primary-strong) !important; font-weight: 760; }
.social-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 6px; }
.social-links a { display: inline-grid; min-width: 31px; height: 29px; place-items: center; margin: 0; border: 1px solid #9ab9d8; border-radius: 8px; color: var(--primary-strong); background: #fff; font-size: .68rem; font-weight: 850; text-decoration: none; }
.social-links a:hover { border-color: var(--primary); background: #dfefff; }
.social-links__pending { color: var(--muted) !important; font-size: .72rem !important; }

.program-grid--catalog { margin-top: 30px; }

.about-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: 22px; margin-top: 30px; }
.about-story, .about-founder { padding: clamp(28px,4vw,48px); border-radius: 0; }
.about-story { border: 2px solid #9ab9d8; color: var(--ink); background: #eaf4ff; box-shadow: 8px 8px 0 rgba(43,111,186,.14); }
.about-story .eyebrow { color: var(--primary); }
.about-story h2 { max-width: 700px; margin: 0; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.03; letter-spacing: -.045em; }
.about-story .prose { color: var(--ink); }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.about-facts span { padding: 15px; border: 1px solid #abc5df; border-radius: 0; background: rgba(255,255,255,.62); }
.about-facts strong, .about-facts small { display: block; }
.about-facts strong { font-size: 1.25rem; }
.about-facts small { color: var(--muted); }
.about-founder { border: 2px solid var(--outline); background: #fff; box-shadow: none; }
.about-founder h2 { margin-top: 0; font-size: 1.55rem; }
.about-founder > p:not(.eyebrow) { color: var(--muted); }
.notice--blue { border-color: #a9c6ef; border-left-color: var(--primary); background: #edf4ff; }

.program-hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); overflow: hidden; margin-bottom: 28px; border: 2px solid var(--outline); border-radius: 0; color: var(--ink); background: var(--surface); box-shadow: 9px 9px 0 rgba(27,27,26,.12); }
.program-hero--accounting { background: #e6f4e9; }
.program-hero--law { background: #eee8fb; }
.program-hero--ai { background: #ebe5ff; }
.program-hero__copy { align-self: center; padding: clamp(30px,5vw,64px); }
.program-hero .eyebrow { color: var(--accent); }
.program-hero h1 { margin: 0; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.02; letter-spacing: -.05em; }
.program-hero .lead { color: var(--muted); }
.program-hero__visual { min-height: 360px; border-left: 2px solid var(--outline); }
.program-hero__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.program-hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.program-hero__badges span { padding: 7px 11px; border: 1.5px solid var(--outline); border-radius: var(--radius-sm); background: #fff; font-size: .78rem; font-weight: 750; }
.program-section { padding: 48px 0; border-bottom: 1px solid var(--line); }
.study-option-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.study-option { display: grid; padding: 24px; border: 1.5px solid var(--outline); border-radius: 0; background: #fff; box-shadow: none; }
.study-option p { margin: 0; color: var(--primary); font-weight: 800; }
.study-option strong { margin-top: 6px; font-size: 2rem; letter-spacing: -.04em; }
.study-option span { color: var(--muted); }
.study-option small { margin-top: 14px; color: var(--muted); }
.program-content-grid, .fses-panel { display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); gap: 42px; }
.program-content-grid h2, .fses-panel h2 { margin-top: 0; font-size: 2rem; }
.fses-panel ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fses-panel a { display: grid; gap: 4px; padding: 18px; border: 1.5px solid var(--outline); border-radius: 0; color: var(--ink); background: #fff; text-decoration: none; }
.fses-panel a:hover { border-color: var(--primary); }
.fses-panel a span, .fses-panel a small { color: var(--muted); }
.program-next { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 42px; padding: clamp(26px,4vw,42px); border: 2px solid var(--outline); border-radius: 0; background: var(--sky); }
.program-next h2 { margin: 0; }
.program-next p { max-width: 700px; }
.career-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 22px; }
.career-grid > article { padding: 28px; border: 2px solid var(--outline); border-radius: 0; background: #fff; box-shadow: none; }
.career-grid h2 { margin-top: 0; }
.career-card { color: var(--ink); background: #e9f4ff !important; }
.career-card .eyebrow { color: var(--primary); }
.career-card p { margin: .35rem 0; padding-bottom: .35rem; border-bottom: 1px solid #bdd2e6; }
.career-card small { display: block; margin-top: 16px; color: var(--muted); }

.admission-hero { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: clamp(30px,5vw,58px); border: 2px solid var(--outline); border-radius: 0; color: var(--ink); background: var(--surface); box-shadow: 9px 9px 0 rgba(27,27,26,.12); }
.admission-hero h1 { margin: 0; font-size: clamp(2.5rem,5vw,4.5rem); letter-spacing: -.05em; }
.admission-hero .eyebrow { color: var(--accent); }
.admission-hero .lead { color: var(--muted); }
.admission-hero__state { display: grid; min-width: 220px; padding: 18px; border: 2px solid #91b4d5; border-radius: 0; color: var(--primary-strong); background: #e6f2ff; }
.admission-hero__state span { color: var(--muted); font-size: .78rem; }
.admission-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 38px; }
.admission-nav a { padding: 9px 13px; border: 1.5px solid var(--outline); border-radius: var(--radius-sm); color: var(--ink); background: #fff; font-size: .82rem; font-weight: 750; text-decoration: none; }
.admission-nav a:hover, .admission-nav a[aria-current="page"] { border-color: var(--primary); color: #fff; background: var(--primary); }
.admission-section { padding: 34px 0; }
.table-card { border: 1.5px solid var(--outline); border-radius: 0; box-shadow: none; }
.table-scroll table { background: #fff; }
.table-scroll thead th { border-top: 0; color: var(--primary-strong); background: var(--sky); }
.table-scroll th:first-child, .table-scroll td:first-child { border-left: 0; }
.table-scroll th:last-child, .table-scroll td:last-child { border-right: 0; }
.table-note { color: var(--muted); font-size: .82rem; }
.admission-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.admission-info-card { padding: 28px; border: 1.5px solid var(--outline); border-radius: 0; background: #fff; box-shadow: none; }
.admission-info-card.is-focused { border-color: var(--primary); box-shadow: 0 0 0 4px var(--sky),var(--shadow-sm); }
.admission-info-card--wide { grid-column: 1/-1; }
.admission-info-card__number { display: inline-grid; width: 36px; height: 36px; place-items: center; border: 2px solid var(--outline); border-radius: 0; color: #fff; background: var(--accent); font-size: .72rem; font-weight: 850; }
.admission-info-card h2 { margin: 14px 0 8px; }
.admission-info-card p { color: var(--muted); }
.campaign-card, .faq-panel { margin-top: 26px; padding: 30px; border: 2px solid var(--outline); border-radius: 0; background: var(--surface); }
.faq-panel details { padding: 15px 0; border-top: 1px solid var(--line); }
.faq-panel summary { cursor: pointer; font-weight: 780; }
.admission-steps { margin: 36px 0 12px; }
.admission-steps ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.admission-steps li { display: flex; gap: 12px; padding: 20px; border: 1.5px solid var(--outline); border-radius: 0; background: #fff; box-shadow: none; }
.admission-steps li > span { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border: 2px solid var(--outline); border-radius: 0; color: #fff; background: var(--accent); font-size: .7rem; font-weight: 850; }
.admission-steps strong { display: block; line-height: 1.25; }
.admission-steps p { margin: 7px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.feature-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: 22px; margin-top: 30px; }
.feature-panel { padding: clamp(30px,5vw,58px); border: 2px solid var(--outline); border-radius: 0; }
.feature-panel--accent { color: var(--ink); background: #e8f3ff; box-shadow: 8px 8px 0 rgba(43,111,186,.14); }
.feature-panel--accent .eyebrow { color: var(--primary); }
.feature-panel--accent h2 { max-width: 15ch; margin: 0; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.04; letter-spacing: -.045em; }
.feature-panel--accent p { color: var(--muted); }
.feature-stack { display: grid; gap: 14px; }
.feature-stack .card { padding: 24px; }
.feature-stack h2 { margin: 12px 0 7px; font-size: 1.25rem; }
.platform-callout, .cooperation-hero { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 24px; padding: clamp(24px,4vw,42px); border: 2px solid var(--outline); border-radius: 0; background: var(--sky); }
.platform-callout h2, .cooperation-hero h2 { margin: 0; }
.button--disabled { color: var(--muted); background: #e1e8f2; cursor: default; }
.portal-grid, .cooperation-grid { margin-top: 30px; }
.cooperation-hero { color: var(--ink); background: #e6f3fb; box-shadow: 8px 8px 0 rgba(43,111,186,.14); }
.cooperation-hero .eyebrow { color: var(--primary); }
.cooperation-hero p { max-width: 760px; color: var(--muted); }
.feature-icon { width: 2rem; height: 2rem; fill: var(--primary); }
.feedback-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 22px; margin-top: 30px; }
.feedback-panel { padding: clamp(30px,5vw,58px); border: 2px solid #91b4d5; border-radius: 0; color: var(--ink); background: #e8f3ff; box-shadow: 8px 8px 0 rgba(43,111,186,.14); }
.feedback-panel .eyebrow { color: var(--primary); }
.feedback-panel h2 { margin: 0; font-size: clamp(2rem,4vw,3.6rem); letter-spacing: -.045em; }
.feedback-panel p { color: var(--muted); }
.feedback-note { padding: 30px; }
.document-dialog { width: min(1100px,calc(100% - 24px)); height: min(90vh,900px); padding: 0; border: 2px solid var(--outline); border-radius: 0; box-shadow: 12px 12px 0 rgba(0,0,0,.28); }
.document-dialog::backdrop { background: rgba(5,19,28,.72); }
.document-dialog__bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; color: #fff; background: var(--primary); }
.document-dialog iframe { width: 100%; height: calc(100% - 58px); border: 0; }
.dialog-close { padding: 8px 12px; border: 2px solid #fff; border-radius: 0; color: #fff; background: transparent; }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .card-grid, .news-grid, .program-grid { grid-template-columns: repeat(2, 1fr); }
  .home-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1320px) and (min-width: 1025px) {
  .header-context strong { max-width: 340px; }
  .header-action--search, .header-action--contact { width: 42px; padding: 0; justify-content: center; }
  .header-action--search span, .header-action--contact span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); }
}

@media (max-width: 1024px) {
  .container { width: min(100% - 36px, 920px); }
  .site-workspace, body.sidebar-compact .site-workspace { margin-left: 0; }
  .site-sidebar { display: none; }
  .js .site-sidebar, .js body.sidebar-compact .site-sidebar {
    display: block;
    width: min(320px, calc(100vw - 44px));
    transform: translateX(-105%);
    transition: transform .22s ease;
  }
  body.sidebar-compact .sidebar-inner { padding: 24px 18px; }
  body.sidebar-compact .sidebar-brand-row { flex-direction: row; gap: 10px; }
  body.sidebar-compact .sidebar-brand { flex: 1; justify-content: flex-start; }
  body.sidebar-compact .college-logo--sidebar { width: 54px; height: 54px; }
  body.sidebar-compact .sidebar-close { width: 42px; height: 42px; }
  body.sidebar-compact .sidebar-close span { transform: none; }
  body.sidebar-compact .sidebar-caption,
  body.sidebar-compact .sidebar-brand > span,
  body.sidebar-compact .main-nav a > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }
  body.sidebar-compact .main-nav { margin-top: 0; gap: 4px; }
  body.sidebar-compact .main-nav a { grid-template-columns: 34px minmax(0,1fr); min-height: 46px; padding: 8px 10px; }
  body.sidebar-compact .nav-icon { width: 1.1rem; height: 1.1rem; }
  .js body.nav-open .site-sidebar { transform: translateX(0); }
  .sidebar-close { display: inline-grid; place-items: center; }
  .nav-backdrop { position: fixed; inset: 0; z-index: 70; border: 0; background: rgba(4,18,31,.54); }
  .js body.nav-open .nav-backdrop { display: block; }
  .nav-toggle, .mobile-brand { display: inline-flex; }
  .header-context { display: none; }
  .header-row { min-height: 68px; }
  .mobile-brand { margin-right: auto; }
  .header-actions .header-action--search,
  .header-actions .header-action--contact { display: none; }
  .no-js-mobile-nav { display: block; margin: 14px 18px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
  .js .no-js-mobile-nav { display: none; }
  .no-js-mobile-nav summary { cursor: pointer; font-weight: 800; }
  .no-js-mobile-nav nav { display: grid; gap: 4px; margin-top: 12px; }
  .no-js-mobile-nav a { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; padding: 9px; border-radius: 10px; color: var(--ink); text-decoration: none; }
  .no-js-mobile-nav a[aria-current="page"] { color: var(--blue); background: var(--sky); font-weight: 800; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-showcase { width: min(100%,720px); margin-top: 12px; }
  .hero-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-intro .prose { grid-template-columns: 1fr; gap: 20px; }
  .about-layout, .program-hero, .program-content-grid, .fses-panel, .career-grid, .feature-layout, .feedback-layout { grid-template-columns: 1fr; }
  .program-hero__visual { min-height: 280px; border-top: 2px solid var(--outline); border-left: 0; }
  .program-next, .admission-hero { align-items: flex-start; flex-direction: column; }
  .official-layout { grid-template-columns: 1fr; }
  .official-nav { position: static; max-height: none; overflow: visible; order: -1; }
  .official-nav h2 { position: static; margin: 0 0 7px; padding: 0 0 10px; }
  .admission-steps ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 620px); }
  .header-action--official { max-width: 180px; min-height: 44px; padding: 6px 10px; font-size: .72rem; line-height: 1.2; text-align: center; }
  .header-action--platform { max-width: 154px; min-height: 44px; padding: 6px 10px; font-size: .72rem; line-height: 1.2; text-align: center; }
  .mobile-brand > span { display: none; }
  .hero { padding: 52px 0; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .hero-showcase { padding-bottom: 0; }
  .hero-showcase__visual { min-height: 300px; }
  .hero-panel { position: relative; right: auto; bottom: auto; width: calc(100% - 20px); margin: -42px 10px 0; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 32px; }
  .section { padding: 50px 0; }
  .card-grid, .news-grid, .program-grid, .footer-grid, .contact-layout, .study-option-grid, .admission-grid { grid-template-columns: 1fr; }
  .home-route-grid { grid-template-columns: 1fr; }
  .about-facts { grid-template-columns: 1fr; }
  .admission-info-card--wide { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; }
  .admission-steps ol { grid-template-columns: 1fr; }
  .platform-callout, .cooperation-hero { align-items: flex-start; flex-direction: column; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .official-section-list { grid-template-columns: 1fr; }
  .definition-list > div { grid-template-columns: 1fr; gap: 3px; }
  .section-space { padding: 34px 0 52px; }
  .document-dialog { width: 100%; height: 100%; max-height: none; border-radius: 0; }
}

@media (max-width: 430px) {
  .nav-toggle > span:last-child { display: none; }
  .nav-toggle { width: 42px; padding: 0; justify-content: center; }
  .header-row { gap: 9px; }
  .header-action--official { width: 44px; padding: 0; }
  .header-action--official span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); }
  .header-action--platform { max-width: 132px; padding-inline: 8px; }
}

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

@media print {
  .site-sidebar, .site-header, .site-footer, .nav-toggle, .nav-backdrop, .no-js-mobile-nav, .button { display: none !important; }
  .site-workspace { margin: 0; }
  .section { padding: 0; }
  .container { width: 100%; }
}
