:root {
  font-size: 16px;
  --navy: #183b59;
  --maroon: #812e31;
  --orange: #c36a20;
  --border: #d4d8db;
  --ink: #172a38;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f5f5f1;
  color: var(--ink);
  font-family: "Baloo 2", "Nirmala UI", "Mangal", Arial, sans-serif;
  line-height: 1.65;
}
html[lang="en"] body,
html[lang="en"] button,
html[lang="en"] select,
html[lang="en"] .english,
html[lang="en"] .hero-controls,
html[lang="en"] .panel > h2 > span,
html[lang="en"] .notice-list time,
html[lang="en"] .event-list time b,
html[lang="en"] .event-list time span {
  font-family: "Rubik", Arial, sans-serif;
}
button,
.language,
.ticker,
.ticker > strong,
.ticker button,
.hero,
.button,
.hero-controls,
.hero-controls button,
.illustration-label,
.shortcut-strip,
.shortcut-strip > a,
.panel,
.panel > h2,
.panel-more,
.leader-grid img,
.founder-mini,
.event-list time,
.values-band {
  border-radius: 5px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  font: inherit;
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #df7b15;
  outline-offset: 3px;
}
.wrap {
  width: min(1200px, 94%);
  margin: auto;
}
.tricolor {
  height: 5px;
  background: linear-gradient(
    to right,
    #ce7627 0 33.33%,
    #fff 33.33% 66.66%,
    #426f47 66.66%
  );
}
.utility {
  background: var(--navy);
  border-bottom: 1px solid #3b566d;
  color: #fff;
  font-size: 0.75rem;
}
.utility-inner,
.utility-inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.utility button {
  border: 0;
  background: none;
  padding: 5px 4px;
  color: #fff;
}
.utility a {
  color: #fff;
}
.divider {
  color: #c9d6df;
}
.language {
  background: transparent;
  color: white;
  padding: 5px 16px;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}
.language option {
  color: #172a38;
  background: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  background: #fff;
}
.masthead:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 156px;
  background: #fff;
  z-index: -1;
}
.identity {
  display: flex;
  align-items: center;
  gap: 22px;
}
.identity:hover {
  text-decoration: none;
}
.kes-logo {
  width: 108px;
  height: 108px;
  object-fit: contain;
  flex-shrink: 0;
}
.seal {
  width: 108px;
  height: 108px;
  flex-shrink: 0;
  border: 3px double var(--maroon);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
}
.seal > span {
  font-size: 0.62rem;
  font-weight: bold;
}
.seal small {
  font-size: 0.55rem;
}
.seal svg {
  width: 65px;
  height: 49px;
  fill: none;
  stroke: var(--maroon);
  stroke-width: 2.4;
}
.eyebrow {
  display: block;
  color: #775331;
  font-size: 0.78rem;
}
.identity strong {
  font-size: 2.15rem;
  color: #c81922;
  line-height: 1.45;
  display: block;
  font-weight: 750;
}
.english {
  display: block;
  font:
    600 0.84rem Arial,
    sans-serif;
  letter-spacing: 2.6px;
  color: var(--navy);
}
.tagline {
  display: block;
  font-size: 0.75rem;
  color: #34424c;
  margin-top: 7px;
}
.header-motto {
  border-left: 1px solid #ddd;
  padding-left: 28px;
  margin-right: 8%;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 3px 12px;
  color: var(--navy);
  align-items: center;
  justify-self: end;
}
.header-motto > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.founder-mini {
  width: 70px;
  height: 82px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #c5bcae;
}
.motto-symbol {
  border-bottom: 3px solid var(--orange);
  font-size: 0.85rem;
  align-self: center;
  color: var(--maroon);
}
.header-motto b {
  font-size: 0.95rem;
}
.header-motto small {
  grid-column: auto;
  font-size: 0.67rem;
  margin-top: 5px;
}
.header-bottom {
  background: #f4eee2;
  border-top: 1px solid #e0d8c8;
  border-bottom: 1px solid #e0d8c8;
  color: #705736;
  font-size: 0.76rem;
}
.header-bottom .wrap {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}
.main-nav {
  background: var(--navy);
  border-bottom: 4px solid var(--orange);
}
.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  flex: 1;
  border-right: 1px solid #3b566d;
}
.main-nav a {
  display: block;
  padding: 13px 10px;
  text-align: center;
  color: white;
  font-size: 0.89rem;
  font-weight: 600;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
  background: var(--maroon);
  text-decoration: none;
}
.menu-toggle {
  display: none;
}
.ticker {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid var(--border);
  height: 42px;
  font-size: 0.81rem;
  overflow: hidden;
}
.ticker > strong {
  background: var(--maroon);
  color: white;
  padding: 8px 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ticker-window {
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  padding-left: 24px;
  animation: marquee 42s linear infinite;
}
.ticker-track > span {
  color: var(--orange);
  font-size: 0.55rem;
}
.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track {
  animation-play-state: paused !important;
}
.ticker button {
  background: #eee;
  border: 0;
  border-left: 1px solid var(--border);
  width: 42px;
  color: var(--maroon);
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-65%);
  }
}
.hero {
  height: 335px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #d3d0c4;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 32px 38px;
  width: 57%;
  height: 100%;
  background: #fff;
  margin-left: auto;
}
.hero-kicker {
  font-size: 0.78rem;
  color: #80542b;
}
.hero h1 {
  font-size: 2.35rem;
  line-height: 1.5;
  color: var(--navy);
  margin: 9px 0;
  white-space: pre-line;
}
.hero p {
  font-size: 0.86rem;
  max-width: 470px;
  margin: 8px 0 18px;
  color: #273742;
}
.button {
  display: inline-flex;
  gap: 22px;
  background: var(--maroon);
  color: #fff;
  padding: 9px 17px;
  font-size: 0.79rem;
}
.campus {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  overflow: hidden;
  background: #d9e4e6;
}
.campus img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sun {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ede0aa;
  position: absolute;
  right: 65px;
  top: 27px;
}
.hill {
  position: absolute;
  width: 450px;
  height: 170px;
  border-radius: 50% 50% 0 0;
  background: #bbcbb8;
  top: 85px;
  left: 80px;
}
.hill-two {
  left: -140px;
  top: 110px;
  background: #aabfae;
}
.building {
  position: absolute;
  top: 107px;
  left: 12%;
  width: 76%;
  height: 170px;
  background: #d9c9a7;
  border-top: 12px solid #9d604a;
  border-bottom: 9px solid #a18d6d;
  z-index: 2;
}
.building:before {
  content: "";
  position: absolute;
  width: 43%;
  height: 54px;
  left: 28%;
  top: -55px;
  background: #e2d6b8;
  clip-path: polygon(50% 0, 100% 70%, 100% 100%, 0 100%, 0 70%);
  border-bottom: 7px solid #9d604a;
}
.building-sign {
  background: #f5e9c9;
  color: #753b2d;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px;
}
.building-windows {
  position: absolute;
  top: 45px;
  left: 6%;
  right: 6%;
  height: 75px;
  background: repeating-linear-gradient(
    to right,
    #47616a 0 22px,
    #c6b592 22px 28px,
    #e8daba 28px 49px
  );
}
.building-windows:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 17px;
  background: #d9c9a7;
  border-bottom: 4px solid #af9a78;
}
.building-door {
  position: absolute;
  bottom: 0;
  left: 41%;
  width: 18%;
  height: 53px;
  background: #4a514d;
  border: 8px solid #e7dabc;
  border-bottom: 0;
}
.campus-ground {
  position: absolute;
  bottom: 0;
  background: #869e73;
  height: 62px;
  width: 100%;
  border-top: 9px solid #b5ac8b;
}
.campus-ground:after {
  content: "";
  display: block;
  margin: auto;
  width: 45%;
  height: 100%;
  background: #c0b89f;
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
}
.tree {
  position: absolute;
  bottom: 52px;
  width: 13px;
  height: 117px;
  background: #6e664d;
  z-index: 3;
  left: 20px;
}
.tree:before {
  content: "";
  width: 73px;
  height: 120px;
  background: #637f59;
  position: absolute;
  left: -30px;
  top: -54px;
  border-radius: 50%;
}
.tree-two {
  left: auto;
  right: 19px;
  height: 99px;
}
.tree-two:before {
  background: #738b5f;
}
.hero-controls {
  position: absolute;
  z-index: 4;
  bottom: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  background: var(--navy);
  color: #fff;
  font:
    12px Arial,
    sans-serif;
}
.hero-controls button {
  border: 0;
  background: transparent;
  color: white;
  padding: 8px 10px;
}
.hero-controls span {
  padding: 0 7px;
}
.illustration-label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #263d27;
  background: #e3e9da;
  font-size: 0.59rem;
  padding: 1px 5px;
  z-index: 4;
}
.shortcut-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  margin: 15px 0 24px;
  background: white;
}
.shortcut-strip > a {
  padding: 14px 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--border);
}
.shortcut-strip > a:last-child {
  border: 0;
}
.shortcut-strip > a > span {
  font-size: 1.7rem;
  color: var(--maroon);
}
.shortcut-strip b {
  display: block;
  font-size: 0.9rem;
  color: var(--navy);
}
.shortcut-strip small {
  display: block;
  font-size: 0.71rem;
  color: #6a6a64;
}
.shortcut-strip i {
  margin-left: auto;
  font-size: 1.4rem;
  color: #947853;
  font-style: normal;
}
.content-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 0.8fr;
  gap: 20px;
}
.panel {
  border: 1px solid var(--border);
  background: #fff;
}
.panel > h2,
.inner-page > h1 {
  font-size: 1.02rem;
  color: var(--navy);
  padding: 10px 16px;
  margin: 0;
  border-bottom: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  background: #edf0f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel > h2 > span {
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 1px;
  color: #5a6973;
}
.panel-body {
  padding: 19px;
}
.section-kicker {
  font-size: 0.74rem;
  color: var(--maroon);
}
.welcome h3 {
  font-size: 1.18rem;
  line-height: 1.7;
  margin: 9px 0;
  color: var(--navy);
}
.panel p {
  font-size: 0.83rem;
  color: #263944;
  line-height: 1.95;
  margin: 10px 0;
}
.text-link {
  color: var(--maroon);
  font-size: 0.79rem;
  font-weight: 700;
}
.notice-list {
  list-style: none;
  padding: 0 17px;
  margin: 0;
}
.notice-list li {
  border-bottom: 1px dashed #d5d5d5;
  padding: 12px 0;
  line-height: 1.65;
}
.notice-list li:last-child {
  border: 0;
}
.notice-list time {
  display: block;
  font:
    10px Arial,
    sans-serif;
  color: #697883;
  margin-bottom: 5px;
}
.notice-list a {
  font-size: 0.83rem;
}
.new-label {
  font-size: 0.59rem;
  color: #a42c22;
  margin-left: 7px;
  font-weight: 700;
}
.panel-more {
  display: flex;
  justify-content: space-between;
  padding: 9px 16px;
  background: #f6f6f2;
  border-top: 1px solid var(--border);
  font-size: 0.76rem;
  color: var(--maroon);
  font-weight: 600;
}
.quick-links > h2 {
  background: var(--navy);
  color: white;
}
.quick-links ul {
  list-style: none;
  margin: 0;
  padding: 5px 16px;
}
.quick-links li + li {
  border-top: 1px solid #e2e4e5;
}
.quick-links a {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  font-size: 0.82rem;
}
.quick-links a > span {
  color: var(--orange);
  font-weight: bold;
}
.lower-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 20px;
  margin: 22px 0;
}
.event-list {
  padding: 0 19px;
}
.event-list article {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 13px 0;
  border-bottom: 1px dashed #d7d7d7;
}
.event-list article:last-child {
  border: 0;
}
.event-list time {
  min-width: 50px;
  text-align: center;
  border: 1px solid #d8c9ba;
  color: var(--maroon);
  line-height: 1.4;
}
.event-list time b {
  display: block;
  font:
    600 23px Arial,
    sans-serif;
  padding: 5px;
}
.event-list time span {
  display: block;
  background: #f1e9df;
  font:
    9px Arial,
    sans-serif;
  padding: 4px;
}
.event-list h3 {
  font-size: 0.86rem;
  margin: 0;
}
.event-list p {
  font-size: 0.75rem;
  margin: 2px 0;
}
.mission blockquote {
  margin: 0 0 17px;
  font-size: 1.18rem;
  color: var(--maroon);
  line-height: 1.8;
  border-left: 3px solid var(--orange);
  padding-left: 16px;
}
.mission ul {
  padding-left: 20px;
  font-size: 0.83rem;
  line-height: 2.2;
}
.values-band {
  display: flex;
  justify-content: space-around;
  background: #e9ecea;
  border: 1px solid #d1d8d2;
  padding: 12px;
  color: #546452;
  font-size: 0.85rem;
  margin: 17px 0 25px;
}
.values-band span + span {
  border-left: 1px solid #c9cfc9;
}
.values-band span {
  flex: 1;
  text-align: center;
}
.information-note {
  font-size: 0.69rem;
  color: #666;
  padding: 8px 0;
}
.leadership {
  margin: 22px 0;
}
.leader-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.leader-grid article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  padding: 17px;
  border-right: 1px solid var(--border);
}
.leader-grid article:last-child {
  border-right: 0;
}
.leader-grid img {
  width: 120px;
  height: 145px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #c7c7c1;
  background: #102b41;
}
.leader-grid article > div > span {
  display: block;
  color: var(--maroon);
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.leader-grid h3 {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--navy);
  margin: 0;
}
.leader-grid p {
  font-size: 0.75rem;
  line-height: 1.75;
  margin: 7px 0 0;
}
.breadcrumb {
  font-size: 0.79rem;
  margin: 20px 0;
  color: #586a76;
}
.inner-page {
  min-height: 340px;
  margin-bottom: 25px;
}
.inner-page .panel-body {
  max-width: 850px;
  padding: 24px;
}
.inner-page h2 {
  font-size: 1.2rem;
  color: var(--maroon);
}
.inner-page li {
  margin: 10px 0;
  font-size: 0.9rem;
}
.document-list {
  padding: 0;
  list-style: none;
}
.document-list li {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.document-list time {
  font-size: 0.8rem;
  white-space: nowrap;
}
.inner-page time {
  font-size: 0.8rem;
  color: #637282;
}
footer {
  background: var(--navy);
  color: #d9e2e9;
  border-top: 5px solid var(--orange);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 35px;
  padding: 26px 0;
}
.footer-grid h2 {
  font-size: 0.9rem;
  color: white;
  margin: 0 0 13px;
}
.footer-grid p,
.footer-grid a {
  font-size: 0.76rem;
  line-height: 1.9;
}
.footer-grid a {
  display: block;
  margin: 4px 0;
}
.footer-motto {
  font-size: 0.76rem;
  color: #edc18b;
}
.footer-bottom {
  background: #102b41;
  border-top: 1px solid #3d5365;
  font-size: 0.68rem;
  padding: 11px 0;
}
.footer-bottom > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 1500px) {
  .wrap {
    width: min(1280px, 94%);
  }
  .hero {
    height: 360px;
  }
  .hero-copy {
    padding-top: 40px;
  }
}
@media (max-width: 1000px) {
  .kes-logo {
    width: 90px;
    height: 90px;
  }
  .identity strong {
    font-size: 1.7rem;
  }
  .header-motto {
    padding-left: 15px;
    margin-right: 0;
  }
  .header-motto small {
    display: none;
  }
  .main-nav a {
    font-size: 0.76rem;
    padding: 12px 6px;
  }
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quick-links {
    grid-column: 1/-1;
  }
  .quick-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
  }
  .hero h1 {
    font-size: 1.9rem;
  }
  .hero-copy {
    padding: 25px;
    width: 58%;
  }
  .hero p {
    font-size: 0.8rem;
  }
  .shortcut-strip > a {
    padding: 12px 10px;
    gap: 8px;
  }
  .shortcut-strip small {
    font-size: 0.65rem;
  }
  .footer-grid {
    gap: 20px;
  }
  .seal {
    width: 90px;
    height: 90px;
  }
  .leader-grid article {
    grid-template-columns: 90px 1fr;
  }
  .leader-grid img {
    width: 90px;
    height: 115px;
  }
}
@media (max-width: 700px) {
  .kes-logo {
    width: 73px;
    height: 73px;
  }
  .utility-inner {
    gap: 5px;
  }
  .utility-inner > span {
    display: none;
  }
  .utility-inner > div {
    width: 100%;
    gap: 10px;
  }
  .utility-inner > div > a {
    margin-right: auto;
  }
  .masthead {
    padding: 12px 0;
  }
  .identity {
    gap: 12px;
  }
  .identity strong {
    font-size: 1.4rem;
  }
  .english {
    font-size: 0.59rem;
    letter-spacing: 1px;
  }
  .seal {
    width: 73px;
    height: 73px;
  }
  .seal svg {
    width: 42px;
    height: 33px;
  }
  .seal > span {
    font-size: 0.45rem;
  }
  .seal small {
    font-size: 0.42rem;
  }
  .eyebrow,
  .tagline {
    font-size: 0.64rem;
  }
  .header-motto {
    display: none;
  }
  .header-bottom {
    font-size: 0.65rem;
  }
  .header-bottom a {
    display: none;
  }
  .menu-toggle {
    display: block;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 10px 0;
    width: 100%;
    text-align: left;
  }
  .main-nav ul {
    display: none;
    flex-wrap: wrap;
  }
  .main-nav ul.open {
    display: flex;
  }
  .main-nav li {
    flex: 0 0 50%;
    border-top: 1px solid #456075;
  }
  .main-nav a {
    text-align: left;
    padding: 10px;
  }
  .ticker {
    margin: 12px auto;
    height: 39px;
  }
  .ticker > strong {
    padding: 6px 10px;
    font-size: 0.73rem;
  }
  .hero {
    height: 440px;
  }
  .hero-copy {
    padding: 22px;
    width: 100%;
    height: 265px;
  }
  .hero h1 {
    font-size: 1.85rem;
    margin: 6px 0;
  }
  .hero-kicker {
    font-size: 0.65rem;
  }
  .hero p {
    font-size: 0.78rem;
    margin: 4px 0 13px;
  }
  .button {
    font-size: 0.7rem;
    padding: 7px 12px;
  }
  .campus {
    top: 265px;
    width: 100%;
    height: 175px;
  }
  .building {
    top: 55px;
    height: 108px;
    width: 65%;
    left: 18%;
  }
  .building-sign {
    font-size: 0.62rem;
  }
  .building-windows {
    top: 30px;
    height: 47px;
  }
  .building-windows:after {
    top: 20px;
    height: 10px;
  }
  .building-door {
    height: 36px;
  }
  .building:before {
    height: 35px;
    top: -36px;
  }
  .hill {
    top: 30px;
  }
  .tree {
    bottom: 18px;
    height: 66px;
  }
  .tree:before {
    height: 82px;
    top: -30px;
    width: 55px;
    left: -22px;
  }
  .campus-ground {
    height: 20px;
  }
  .sun {
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .hero-controls {
    left: 10px;
    bottom: 8px;
  }
  .illustration-label {
    font-size: 0.5rem;
    right: 12px;
    bottom: 12px;
  }
  .shortcut-strip {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
  }
  .shortcut-strip > a {
    padding: 11px;
  }
  .shortcut-strip > a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }
  .shortcut-strip > a:nth-child(2) {
    border-right: 0;
  }
  .shortcut-strip b {
    font-size: 0.82rem;
  }
  .content-grid,
  .lower-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .quick-links {
    grid-column: auto;
  }
  .quick-links ul {
    display: block;
  }
  .lower-grid {
    margin: 18px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
  }
  .footer-bottom > .wrap {
    display: block;
  }
  .footer-bottom a {
    display: block;
    margin-top: 5px;
  }
  .document-list li {
    flex-direction: column;
    gap: 4px;
  }
  .values-band {
    font-size: 0.73rem;
  }
  .panel-body {
    padding: 16px;
  }
  .hero-controls button {
    padding: 6px 9px;
  }
  .leader-grid {
    grid-template-columns: 1fr;
  }
  .leader-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    grid-template-columns: 100px 1fr;
  }
  .leader-grid article:last-child {
    border-bottom: 0;
  }
  .leader-grid img {
    width: 100px;
    height: 125px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}

/* Content-driven sizing keeps translated and enlarged text visible. */
.hero { display: grid; grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); height: auto; min-height: 335px; }
.campus { position: relative; width: 100%; height: auto; top: auto; grid-column: 1; grid-row: 1; }
.campus img { position: absolute; inset: 0; }
.hero-copy { grid-column: 2; grid-row: 1; width: 100%; height: auto; min-width: 0; padding: 32px 30px; }
.identity, .identity > span, .header-motto, .panel, .leader-grid article, .leader-grid article > div, .shortcut-strip > a, .footer-grid > section { min-width: 0; }
.identity strong, .panel, .footer-grid, .breadcrumb, .header-bottom { overflow-wrap: anywhere; }
.main-nav a { white-space: normal; }
.main-nav li { min-width: 0; overflow-wrap: anywhere; }
.shortcut-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.shortcut-strip > a > div, .event-list article > div { min-width: 0; overflow-wrap: anywhere; }
.header-motto { flex-shrink: 0; max-width: 40%; }
.utility-inner, .utility-inner > div { flex-wrap: wrap; }
.utility button, .language, .hero-controls button { min-width: 44px; min-height: 44px; }
.ticker button { flex: 0 0 44px; position: relative; z-index: 2; }
.ticker { min-height: 44px; height: auto; }
.ticker-window { min-width: 0; }
.footer-grid a { padding-block: 5px; }
select:focus-visible { outline: 3px solid #df7b15; outline-offset: 3px; }
@media (max-width: 1000px) {
  .leader-grid { grid-template-columns: 1fr; }
  .leader-grid article { border-right: 0; border-bottom: 1px solid var(--border); }
  .leader-grid article:last-child { border-bottom: 0; }
  .masthead { gap: 16px; }
  .hero-copy { padding: 24px; }
}
@media (max-width: 700px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .shortcut-strip, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-copy { grid-column: 1; grid-row: 1; padding: 22px; }
  .campus { grid-column: 1; grid-row: 2; min-height: 210px; }
  .illustration-label { bottom: 65px; font-size: .65rem; max-width: calc(100% - 24px); }
  .utility-inner > div { gap: 4px; }
  .footer-bottom a { display: inline-block; padding: 6px 0; }
}
@media (max-width: 380px) {
  .shortcut-strip, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .shortcut-strip > a { border-right: 0; border-bottom: 1px solid var(--border); }
  .identity { gap: 8px; }
  .kes-logo { width: 58px; height: 58px; }
  .hero-copy { padding: 18px; }
}
