:root {
  --bg: oklch(98.5% 0.008 174);
  --surface: oklch(100% 0 0);
  --surface-soft: oklch(96.5% 0.018 171);
  --ink: oklch(20% 0.045 175);
  --muted: oklch(43% 0.035 175);
  --primary: oklch(41% 0.13 165);
  --primary-strong: oklch(29% 0.11 164);
  --mint: oklch(84% 0.09 165);
  --line: oklch(89% 0.018 173);
  --blue: oklch(55% 0.14 250);
  --violet: oklch(55% 0.16 300);
  --coral: oklch(66% 0.18 35);
  --shadow: 0 8px 12px rgb(8 45 38 / 8%);
  --radius: 12px;
  --font: "Noto Sans Thai", "Sarabun", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

#announcements,
#services,
#downloads,
#online-systems,
#network,
#visitors,
#public-media,
#events {
  scroll-margin-top: 126px;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 64px);
}

.visually-hidden,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  background: var(--surface);
  color: var(--primary-strong);
  padding: 10px 14px;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in oklch, var(--surface) 92%, transparent);
  backdrop-filter: blur(14px);
}

.official-bar {
  background: var(--primary-strong);
  color: white;
  font-size: 13px;
}

.official-inner {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.official-inner span {
  min-width: 0;
}

.official-inner a {
  opacity: 0.9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav-shell {
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 238px;
}

.brand-seal {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}

.brand-seal img {
  width: 74px;
  height: 54px;
  object-fit: cover;
  object-position: left center;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 900;
  color: var(--primary-strong);
  white-space: nowrap;
  word-break: keep-all;
}

.brand-copy small {
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.main-nav>a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  padding: 0 7px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
  cursor: pointer;
}

.main-nav>a:hover,
.main-nav>a.active {
  color: var(--primary-strong);
  background: color-mix(in oklch, var(--mint) 42%, white);
}

.main-nav svg,
.nav-actions svg,
.hero-actions svg,
.contact-strip svg,
.section-heading svg,
.notice-row svg,
.service-grid svg,
.contact-card svg,
.resource-links svg,
.footer-grid svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.2;
  flex: 0 0 auto;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav>a[href="events"],
.main-nav>a[href="events.html"],
.search-box {
  display: none !important;
}

.search-box {
  width: clamp(132px, 11vw, 150px);
  height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  color: var(--muted);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.search-box input::placeholder {
  color: oklch(45% 0.025 175);
}

.login-button,
.primary-action,
.secondary-action,
.outline-action,
.contact-card a,
.resource-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.login-button,
.primary-action {
  background: var(--primary-strong);
  color: white;
  padding: 0 14px;
}

.login-button:hover,
.primary-action:hover,
.secondary-action:hover,
.outline-action:hover,
.contact-card a:hover,
.resource-links a:hover {
  transform: translateY(-2px);
}

@media (max-width: 1320px) {
  .search-box {
    display: none;
  }
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--surface-soft);
  border-radius: 10px;
  padding: 10px;
}

.menu-button span:not(.visually-hidden) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--primary-strong);
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: clamp(460px, 48vw, 610px);
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, white 0%, white 36%, color-mix(in oklch, white 74%, transparent) 58%, transparent 100%);
  border-bottom: 1px solid var(--line);
}

.hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(76vw, 1120px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, white 0%, white 33%, color-mix(in oklch, white 80%, transparent) 51%, transparent 72%);
  z-index: -1;
  pointer-events: none;
}

.hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(620px, 100%);
  padding: 54px 0 40px;
}

h1,
h2,
h3,
p {
  margin-block: 0;
}

h1 {
  max-width: 11ch;
  color: var(--primary-strong);
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.05;
  font-weight: 900;
  text-wrap: balance;
}

.hero-copy h1 {
  width: max-content;
  max-width: 100%;
  font-size: clamp(38px, 6vw, 88px);
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: nowrap;
}

.hero-lead {
  margin-top: 18px;
  max-width: 58ch;
  color: oklch(32% 0.035 175);
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.primary-action,
.secondary-action {
  min-width: 174px;
  padding-inline: 20px;
  font-size: 17px;
}

.secondary-action {
  background: white;
  color: var(--primary-strong);
  border: 1px solid var(--primary);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(530px, 100%);
  margin-top: 26px;
  background: color-mix(in oklch, white 86%, var(--mint));
  border-radius: var(--radius);
  color: var(--primary-strong);
  font-weight: 700;
}

.contact-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 18px;
}

.contact-strip span+span {
  border-left: 1px solid var(--line);
}

.hero-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(620px, 100%);
  margin-top: 16px;
}

.hero-insights article {
  min-height: 92px;
  padding: 14px;
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 6px 10px rgb(8 45 38 / 7%);
}

.hero-insights span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.hero-insights strong {
  display: block;
  margin-top: 3px;
  color: var(--primary-strong);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.hero-insights small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.quick-access {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 34px;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.access-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 2px 14px;
  min-height: 96px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.access-item:last-child {
  border-right: 0;
}

.access-item span {
  grid-area: icon;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--primary-strong);
  background: color-mix(in oklch, var(--mint) 36%, white);
  font-weight: 900;
}

.access-item:nth-child(2) span {
  color: var(--blue);
  background: color-mix(in oklch, var(--blue) 10%, white);
}

.access-item:nth-child(3) span {
  color: var(--violet);
  background: color-mix(in oklch, var(--violet) 12%, white);
}

.access-item.ita span {
  color: white;
  background: var(--coral);
}

.access-item strong {
  grid-area: title;
  align-self: end;
  font-size: 19px;
}

.access-item small {
  grid-area: text;
  color: var(--muted);
  font-weight: 600;
}

.content-hub {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.78fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 42px;
}

.content-hub>* {
  min-width: 0;
}

.promoted-story {
  grid-column: 1 / span 2;
}

.content-hub>.director-card {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.content-hub>.announcement-panel {
  grid-column: 1;
}

.content-hub>.services-panel {
  grid-column: 2;
}

.announcement-panel,
.services-panel,
.director-card,
.story-inner {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.announcement-panel,
.services-panel {
  padding: 24px;
}

.section-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.section-heading h2 {
  color: var(--primary-strong);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
}

.section-heading p {
  color: var(--muted);
  margin-top: 2px;
  font-weight: 600;
}

.section-heading>a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}

.section-heading.compact {
  margin-bottom: 16px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.tab {
  border: 0;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.tab.active {
  background: var(--primary);
  color: white;
}

.announcement-list {
  display: grid;
  gap: 10px;
}

.notice-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--line);
}

.notice-row time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  border-radius: 9px;
  background: var(--surface-soft);
  color: var(--primary-strong);
  font-weight: 800;
}

.notice-row a {
  font-weight: 700;
  color: var(--ink);
  line-height: 1.55;
}

.pdf-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: oklch(53% 0.18 30);
  font-weight: 800;
}

.notice-row button,
.notice-row .row-icon-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: var(--surface-soft);
  color: var(--primary-strong);
  cursor: pointer;
}

.notice-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.announcement-more {
  margin-top: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-grid a {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--line);
  color: var(--primary-strong);
  font-weight: 800;
}

.service-grid svg {
  width: 28px;
  height: 28px;
}

.outline-action {
  width: 100%;
  margin-top: 12px;
  border: 1px solid var(--primary);
  color: var(--primary-strong);
  background: white;
}

.director-card {
  overflow: hidden;
}

.director-top {
  padding: 24px 20px 26px;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  background: linear-gradient(160deg, var(--primary-strong), var(--primary));
  color: white;
}

.director-top h2 {
  font-size: 21px;
  font-weight: 900;
}

.director-top img {
  width: 156px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  background: white;
}

.director-top strong {
  font-size: 18px;
}

.director-top span {
  color: color-mix(in oklch, white 86%, var(--mint));
  font-weight: 700;
}

.contact-card {
  padding: 20px;
  background: white;
}

.contact-card h3 {
  font-size: 20px;
  color: var(--primary-strong);
}

.contact-card p {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 12px;
  color: var(--ink);
  font-weight: 650;
}

.contact-card svg {
  color: var(--primary);
  margin-top: 3px;
}

.contact-card a {
  width: 100%;
  margin-top: 14px;
  background: var(--surface-soft);
  color: var(--primary-strong);
  border: 1px solid var(--primary);
}

.network-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 18px;
  align-items: start;
  padding: 4px 0 36px;
}

.online-systems-panel,
.visitor-panel,
.affiliate-panel,
.media-card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.online-systems-panel {
  padding: 18px;
}

.online-systems-panel .section-heading {
  margin-bottom: 14px;
}

.online-systems-panel .section-heading h2 {
  font-size: 26px;
}

.online-systems-panel .section-heading p {
  font-size: 14px;
}

.online-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.online-link {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: var(--surface-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.online-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgb(8 45 38 / 10%);
}

.online-link img {
  width: 100%;
  aspect-ratio: 9 / 4;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.network-side {
  display: grid;
  gap: 14px;
}

.visitor-panel {
  min-height: 116px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: white;
  background: linear-gradient(150deg, var(--primary-strong), var(--primary));
}

.visitor-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in oklch, white 18%, transparent);
}

.visitor-icon svg {
  width: 27px;
  height: 27px;
}

.visitor-panel h2 {
  font-size: 18px;
  font-weight: 900;
}

.visitor-panel strong {
  display: block;
  margin-top: 2px;
  font-size: clamp(32px, 3.8vw, 44px);
  line-height: 1;
  font-weight: 900;
}

.visitor-panel p {
  margin-top: 2px;
  color: color-mix(in oklch, white 84%, var(--mint));
  font-weight: 800;
}

.affiliate-panel {
  padding: 16px;
}

.affiliate-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.affiliate-head h2 {
  color: var(--primary-strong);
  font-size: 20px;
  font-weight: 900;
}

.affiliate-head p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.affiliate-head>span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 900;
}

.affiliate-list {
  display: grid;
  gap: 6px;
}

.affiliate-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 8px;
  border-radius: 8px;
  background: color-mix(in oklch, var(--surface-soft) 58%, white);
}

.affiliate-row code {
  color: var(--primary);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 900;
}

.affiliate-row span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.public-media-section.container {
  padding: 6px clamp(20px, 3vw, 52px) 54px;
  overflow: clip;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.media-card {
  padding: 16px;
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: oklch(18% 0.035 175);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.media-card h3 {
  margin-top: 12px;
  color: var(--primary-strong);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.story-section {
  padding: 20px 0 54px;
}

.story-section-legacy {
  display: none;
}

.story-inner {
  padding: 24px;
}

.story-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.story-rail article {
  display: grid;
  gap: 10px;
}

.story-rail img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  background: var(--surface-soft);
}

.story-rail h3 {
  font-size: 16px;
  line-height: 1.45;
}

.resource-band {
  padding: 48px 0;
  background: var(--primary-strong);
  color: white;
}

.resource-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.resource-inner h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.18;
}

.resource-inner p {
  max-width: 62ch;
  margin-top: 8px;
  color: color-mix(in oklch, white 82%, var(--mint));
  font-weight: 600;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.resource-links a {
  background: white;
  color: var(--primary-strong);
  padding: 0 16px;
}

.site-footer {
  background: oklch(18% 0.045 170);
  color: white;
  padding: 20px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
}

.footer-grid strong {
  font-size: 18px;
}

.footer-grid p {
  color: color-mix(in oklch, white 72%, var(--mint));
  margin-top: 2px;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: color-mix(in oklch, white 78%, var(--mint));
  font-weight: 700;
}

.back-top {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: white;
  color: var(--primary-strong);
  cursor: pointer;
}

.inner-hero {
  padding: clamp(42px, 6vw, 82px) 0;
  background:
    linear-gradient(135deg, color-mix(in oklch, var(--mint) 20%, white), white 58%),
    var(--surface);
  border-bottom: 1px solid var(--line);
}

.inner-hero.compact-hero {
  padding-bottom: 58px;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.inner-hero-grid>* {
  min-width: 0;
}

.inner-hero h1 {
  max-width: 13ch;
  margin-top: 18px;
  font-size: clamp(42px, 6vw, 72px);
}

.inner-hero p {
  max-width: min(64ch, 100%);
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 650;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mobile-line {
  display: inline;
}

.inner-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
}

.breadcrumb svg {
  width: 16px;
  height: 16px;
}

.breadcrumb span {
  color: var(--muted);
}

.events-hero {
  padding: 54px 0 88px;
  background:
    linear-gradient(135deg, color-mix(in oklch, var(--mint) 30%, white) 0%, white 62%),
    var(--surface);
}

.events-hero .inner-hero-grid {
  grid-template-columns: minmax(0, 820px);
}

.events-hero h1 {
  max-width: 18ch;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
}

.events-hero p {
  color: oklch(34% 0.036 175);
}

.events-toolbar-section {
  position: relative;
  z-index: 1;
  margin-top: -38px;
}

.events-toolbar {
  width: min(820px, 100%);
  padding: 14px;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.events-toolbar label {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--primary);
}

.events-toolbar svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.events-toolbar input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 650;
}

.events-toolbar input::placeholder {
  color: oklch(43% 0.032 175);
}

.events-list-container {
  padding-top: 28px;
  padding-bottom: 68px;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.event-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.event-image {
  background: var(--surface-soft);
}

.event-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 220ms ease;
}

.event-card:hover .event-image img {
  transform: scale(1.025);
}

.event-content {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.event-content time {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in oklch, var(--mint) 38%, white);
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 900;
}

.event-content h3 {
  color: var(--primary-strong);
  font-size: 20px;
  line-height: 1.38;
  font-weight: 900;
  text-wrap: pretty;
}

.event-content p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.58;
}

.event-link {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--primary-strong);
  color: white;
  font-weight: 900;
}

.event-link svg {
  width: 17px;
  height: 17px;
}

.event-card[hidden] {
  display: none;
}

.events-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.page-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  padding: 42px 0 64px;
}

.page-side {
  position: sticky;
  top: 132px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-side strong {
  color: var(--primary-strong);
  font-size: 18px;
}

.page-side a {
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--muted);
  font-weight: 800;
}

.page-side a:hover {
  color: var(--primary-strong);
  background: var(--surface-soft);
}

.timeline-panel {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.timeline-item time {
  display: grid;
  place-items: center;
  height: 62px;
  border-radius: 10px;
  color: white;
  background: var(--primary-strong);
  font-size: 21px;
  font-weight: 900;
}

.timeline-item h2,
.mission-grid h2,
.document-list h2,
.person-card h2 {
  color: var(--primary-strong);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.timeline-item p {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 600;
}

.org-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  transform: translateY(-28px);
  margin-bottom: -4px;
}

.org-overview article {
  min-height: 128px;
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 6px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.org-overview svg {
  width: 28px;
  height: 28px;
  color: var(--primary);
}

.org-overview strong {
  color: var(--primary-strong);
  font-size: 28px;
  font-weight: 900;
}

.org-overview span {
  color: var(--muted);
  font-weight: 700;
}

.mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0 64px;
}

.mission-grid article {
  padding: 26px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.vision-card {
  color: white;
  background: linear-gradient(160deg, var(--primary-strong), var(--primary)) !important;
}

.vision-card h2,
.vision-card p {
  color: white;
}

.vision-card p {
  max-width: 18ch;
  margin-top: 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.22;
  font-weight: 900;
}

.value-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.value-list p {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.value-list strong {
  display: grid;
  place-items: center;
  height: 48px;
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--primary-strong);
  font-size: 24px;
}

.value-list span,
.clean-list {
  color: var(--muted);
  font-weight: 650;
}

.clean-list {
  margin: 14px 0 0;
  padding-left: 26px;
}

.clean-list ol,
.clean-list ul {
  margin: 0;
  padding-left: 20px;
}

.clean-list li+li,
.clean-list ol li+li,
.clean-list ul li+li {
  margin-top: 8px;
}

.people-hero .inner-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
}

.director-feature {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.director-feature img {
  aspect-ratio: 1;
  border-radius: 10px;
}

.director-feature span {
  color: var(--muted);
  font-weight: 800;
}

.director-feature strong {
  display: block;
  color: var(--primary-strong);
  font-size: 25px;
  font-weight: 900;
}

.director-feature p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--primary);
  font-size: 16px;
}

.people-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 32px 0 20px;
}

.people-toolbar label,
.document-filter label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.people-toolbar input,
.document-filter input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.people-toolbar div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-filter,
.doc-filter {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.pill-filter.active,
.doc-filter.active {
  background: var(--primary-strong);
  color: white;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  padding-bottom: 64px;
}

.person-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.person-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  background: var(--surface-soft);
}

.person-card p {
  color: var(--ink);
  font-weight: 800;
}

.person-card span {
  color: var(--muted);
  font-weight: 650;
}

.document-center {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  padding: 42px 0 64px;
}

.document-filter {
  position: sticky;
  top: 132px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 16px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.document-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.download-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.download-row>div {
  min-width: 0;
}

.download-row time {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--primary-strong);
  background: var(--surface-soft);
  font-weight: 900;
}

.download-row p {
  color: var(--muted);
  font-weight: 650;
  margin-top: 2px;
}

.download-row a {
  min-width: 88px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  background: var(--primary-strong);
  color: white;
  font-weight: 900;
}

.departments-hero {
  padding: 48px 0 82px;
  background:
    linear-gradient(135deg, color-mix(in oklch, var(--mint) 34%, white) 0%, white 68%),
    var(--surface);
}

.departments-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.departments-hero h1 {
  max-width: 14ch;
}

.departments-hero-card {
  min-height: 190px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--primary-strong);
  color: white;
  box-shadow: var(--shadow);
}

.departments-hero-card span,
.departments-hero-card small {
  color: color-mix(in oklch, white 78%, var(--mint));
  font-weight: 800;
}

.departments-hero-card strong {
  font-size: clamp(52px, 8vw, 86px);
  line-height: 0.95;
  font-weight: 900;
}

.departments-page {
  padding: 0 0 68px;
}

.department-directory {
  transform: translateY(-34px);
  margin-bottom: -34px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.department-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.department-toolbar span {
  color: var(--muted);
  font-weight: 800;
}

.department-toolbar h2 {
  margin-top: 3px;
  color: var(--primary-strong);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.3;
}

.department-toolbar label {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--primary);
}

.department-toolbar svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.department-toolbar input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 650;
}

.department-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.department-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.department-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in oklch, var(--primary) 42%, var(--line));
  background: color-mix(in oklch, var(--surface-soft) 46%, white);
}

.department-card>span {
  min-width: 48px;
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in oklch, var(--mint) 42%, white);
  color: var(--primary-strong);
  font-size: 17px;
  font-weight: 900;
}

.department-card h3 {
  color: var(--primary-strong);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.department-card p {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.department-empty {
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.department-card[hidden] {
  display: none;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.5fr) minmax(0, 1fr);
  gap: 24px;
  padding: 42px 0 64px;
}

.cms-page {
  max-width: 920px;
  padding: 42px 0 64px;
}

.cms-page p,
.cms-page li {
  color: var(--ink);
  font-weight: 650;
}

.cms-page p+p,
.cms-page ul+p,
.cms-page ol+p,
.cms-page p+ul,
.cms-page p+ol {
  margin-top: 14px;
}

.cms-page ul,
.cms-page ol {
  padding-left: 26px;
}

.cms-page a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-detail-panel,
.map-panel {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-detail-panel {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.contact-detail-panel article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 10px;
  background: var(--surface-soft);
}

.contact-detail-panel svg {
  width: 26px;
  height: 26px;
  color: var(--primary);
}

.contact-detail-panel span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.contact-detail-panel strong {
  display: block;
  color: var(--primary-strong);
  font-size: 18px;
  line-height: 1.45;
}

.facebook-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--primary-strong);
  color: white;
  font-weight: 900;
}

.map-panel {
  overflow: hidden;
  min-height: 520px;
}

.visual-map {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(90deg, color-mix(in oklch, var(--line) 42%, transparent) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in oklch, var(--line) 42%, transparent) 1px, transparent 1px),
    color-mix(in oklch, var(--surface-soft) 72%, white);
  background-size: 54px 54px;
}

.map-roads span {
  position: absolute;
  display: block;
  height: 18px;
  border-radius: 999px;
  background: color-mix(in oklch, var(--primary) 24%, white);
}

.map-roads span:nth-child(1) {
  width: 84%;
  top: 36%;
  left: 8%;
  transform: rotate(-9deg);
}

.map-roads span:nth-child(2) {
  width: 64%;
  top: 58%;
  right: 6%;
  transform: rotate(18deg);
}

.map-roads span:nth-child(3) {
  width: 46%;
  top: 22%;
  right: 12%;
  transform: rotate(39deg);
}

.map-pin-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(320px, calc(100% - 40px));
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.map-pin-card svg {
  width: 42px;
  height: 42px;
  color: var(--primary);
}

.map-pin-card span {
  color: var(--muted);
  font-weight: 800;
}

.map-pin-card strong {
  color: var(--primary-strong);
  font-size: 22px;
  line-height: 1.35;
}

.map-pin-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--primary-strong);
  color: white;
  font-weight: 900;
}

.login-surface {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 12%, color-mix(in oklch, var(--mint) 45%, transparent), transparent 28%),
    linear-gradient(135deg, white, var(--surface-soft));
}

.login-page {
  width: min(100% - 32px, 1180px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  align-content: center;
  gap: 36px;
}

.login-brand {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 900;
}

.login-info h1 {
  margin-top: 20px;
  font-size: clamp(44px, 7vw, 76px);
  max-width: 12ch;
}

.login-info p {
  max-width: 52ch;
  margin-top: 16px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
}

.login-points {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.login-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-strong);
  font-weight: 800;
}

.login-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.login-card h2 {
  color: var(--primary-strong);
  font-size: 28px;
}

.login-card label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.login-card input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
}

.login-card button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary-strong);
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.login-card>a {
  color: var(--primary);
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1180px) {
  .main-nav {
    position: fixed;
    top: 106px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 124px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: white;
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav>a {
    justify-content: flex-start;
  }

  .menu-button {
    display: block;
  }

  .search-box {
    display: none;
  }

  .content-hub {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  }

  .promoted-story,
  .content-hub>.announcement-panel {
    grid-column: 1;
  }

  .content-hub>.services-panel,
  .content-hub>.director-card {
    grid-column: 2;
  }

  .network-section {
    grid-template-columns: 1fr;
  }

  .network-side {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  }

  .director-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .official-inner {
    justify-content: center;
  }

  .official-inner span {
    display: block;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .official-inner a {
    display: none;
  }

  .nav-inner {
    min-height: 72px;
  }

  .brand {
    min-width: 0;
  }

  .brand-seal {
    width: 48px;
    height: 48px;
  }

  .brand-seal img {
    width: 66px;
    height: 48px;
  }

  .brand-copy small {
    font-size: 11px;
  }

  .login-button {
    width: 44px;
    padding: 0;
  }

  .login-button svg {
    margin: 0;
  }

  .login-button {
    font-size: 0;
  }

  .hero {
    min-height: auto;
    background: white;
  }

  .hero-image {
    position: relative;
    width: 100%;
    height: 280px;
    object-position: center right;
  }

  .hero::after {
    display: none;
  }

  .hero-inner {
    min-height: 0;
  }

  .hero-copy {
    padding: 30px 0 36px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .contact-strip span+span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .access-grid,
  .content-hub,
  .director-card,
  .network-side,
  .resource-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .promoted-story,
  .content-hub>.announcement-panel,
  .content-hub>.services-panel,
  .content-hub>.director-card {
    grid-column: 1;
    grid-row: auto;
  }

  .promoted-story {
    order: 1;
  }

  .announcement-panel {
    order: 2;
  }

  .access-grid {
    gap: 1px;
    background: var(--line);
  }

  .access-item {
    background: white;
    border-right: 0;
  }

  .services-panel {
    order: 3;
  }

  .director-card {
    order: 4;
    display: block;
  }

  .story-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .events-hero {
    padding-bottom: 72px;
  }

  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-links {
    justify-content: flex-start;
  }

  .inner-hero-grid,
  .page-layout,
  .org-overview,
  .mission-grid,
  .people-toolbar,
  .document-center,
  .contact-page-grid,
  .login-grid {
    grid-template-columns: 1fr;
  }

  .page-side,
  .document-filter {
    position: static;
  }

  .org-overview {
    transform: none;
    margin: 24px auto 0;
  }

  .people-toolbar {
    padding-top: 24px;
  }

  .map-panel,
  .visual-map {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .official-bar {
    display: none;
  }

  .main-nav {
    top: 84px;
    max-height: calc(100vh - 104px);
  }

  .container {
    padding-inline: 12px;
  }

  .nav-inner {
    gap: 10px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-insights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-insights article {
    min-height: 82px;
    padding: 10px;
  }

  .hero-insights span {
    font-size: 11px;
  }

  .hero-insights strong {
    font-size: 16px;
  }

  .hero-insights small {
    font-size: 12px;
  }

  .events-hero {
    padding: 34px 0 62px;
  }

  .events-toolbar-section {
    margin-top: -30px;
  }

  .events-toolbar {
    padding: 10px;
  }

  .events-toolbar label {
    min-height: 50px;
  }

  .events-list-container {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .notice-row {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .notice-row time {
    justify-content: flex-start;
    padding-inline: 12px;
    width: fit-content;
  }

  .notice-row a {
    grid-column: 1 / -1;
  }

  .notice-row button,
  .notice-row .row-icon-link {
    grid-row: 1;
    grid-column: 2;
  }

  .service-grid,
  .online-link-grid,
  .media-grid,
  .story-rail {
    grid-template-columns: 1fr;
  }

  .visitor-panel {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 20px;
  }

  .visitor-icon {
    width: 52px;
    height: 52px;
  }

  .visitor-icon svg {
    width: 28px;
    height: 28px;
  }

  .section-heading {
    display: grid;
  }

  .section-heading>a {
    white-space: normal;
  }

  .footer-grid nav {
    gap: 12px;
  }

  .timeline-item,
  .download-row,
  .director-feature {
    grid-template-columns: 1fr;
  }

  .mobile-line {
    display: block;
  }

  .download-row a {
    width: 100%;
  }

  .departments-hero {
    padding: 34px 0 64px;
  }

  .departments-hero-grid,
  .department-toolbar {
    grid-template-columns: 1fr;
  }

  .departments-hero-card {
    min-height: 136px;
  }

  .department-directory {
    padding: 12px;
  }

  .department-card-grid {
    grid-template-columns: 1fr;
  }

  .login-info p {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

[data-aos][data-aos="fade-up"] {
  transform: translate3d(0, 28px, 0);
}

[data-aos][data-aos="fade-down"] {
  transform: translate3d(0, -20px, 0);
}

[data-aos][data-aos="fade-left"] {
  transform: translate3d(28px, 0, 0);
}

[data-aos][data-aos="fade-right"] {
  transform: translate3d(-28px, 0, 0);
}

.no-aos [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
