@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url("/assets/fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f4f9fd;
  --white: #ffffff;
  --ink: #123b66;
  --muted: #60758b;
  --line: #d6e5f0;
  --night: #123b66;
  --lime: #ffd65a;
  --coral: #ff7a59;
  --blue: #2699f2;
  --violet: #9570f4;
  --green: #2699f2;
  --amber: #e5aa30;
  --radius: 1.4rem;
  --wide: 78rem;
  --reading: 46rem;
  --legal-reading: 52rem;
  --article-rail: 14rem;
  --article-prose: 76rem;
  --article-layout: 95rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

:is(h1, h2, h3) {
  font-kerning: normal;
  font-synthesis: none;
  text-wrap: balance;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.wide {
  width: min(calc(100% - 3rem), var(--wide));
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  transform: translateY(-160%);
  background: var(--lime);
  font-weight: 700;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 4.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: Geist, sans-serif;
  font-size: 1.12rem;
  font-weight: 650;
  letter-spacing: -0.035em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 2.2rem;
  flex: 0 0 auto;
}

.brand-mark svg {
  filter: drop-shadow(0 0.2rem 0.45rem rgb(18 59 102 / 16%));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.8vw, 1.5rem);
  font-size: 0.82rem;
  font-weight: 600;
}

.site-nav a {
  padding-block: 1rem;
  text-decoration: none;
}

.site-nav a:is(:hover, [aria-current="page"]) {
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 0.16rem;
  text-underline-offset: 0.45rem;
}

.search-open,
.text-button {
  border: 0;
  background: none;
  cursor: pointer;
  font-weight: 700;
}

.site-nav .search-open {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--ink);
  border-radius: 99rem;
}

.menu-button {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin-block: 4px;
  background: var(--ink);
}

.home-hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 83% 21%,
      rgb(255 255 255 / 92%) 0 8%,
      transparent 29%
    ),
    radial-gradient(circle at 12% 82%, rgb(135 210 255 / 28%), transparent 32%),
    linear-gradient(135deg, #f9fdff 0%, #eaf7ff 48%, #d8f0ff 100%);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(38 153 242 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(38 153 242 / 4%) 1px, transparent 1px);
  background-size: 4rem 4rem;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 52%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 52%, #0000);
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(42rem, 78vh, 49rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(26rem, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-index,
.section-label,
.card-kicker {
  display: inline-block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-index {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1268ad;
}

.hero-index i {
  width: 0.55rem;
  height: 0.55rem;
  border: 0.16rem solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0.22rem rgb(38 153 242 / 18%);
}

.hero-copy h1 {
  max-width: 11.5ch;
  margin: 1.35rem 0 1.5rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(3.45rem, 5.8vw, 6.45rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.hero-copy h1 em {
  display: block;
  color: #168ee8;
  font-style: normal;
}

.hero-copy > p {
  max-width: 40rem;
  margin: 0;
  color: #456172;
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.16rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.72rem 1.15rem;
  border: 0;
  border-radius: 99rem;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.button--light {
  color: var(--night);
  background: var(--lime);
}

.button--hero {
  min-height: 3.4rem;
  padding-inline: 1.45rem;
  color: var(--white);
  background: linear-gradient(135deg, #157ed0, #2699f2);
  box-shadow: 0 0.8rem 1.8rem rgb(38 153 242 / 25%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button--hero-secondary {
  min-height: 3.4rem;
  padding-inline: 1.35rem;
  border: 1px solid rgb(18 59 102 / 16%);
  color: #123b66;
  background: rgb(255 255 255 / 68%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 82%);
  backdrop-filter: blur(0.6rem);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button--hero:is(:hover, :focus-visible),
.button--hero-secondary:is(:hover, :focus-visible) {
  transform: translateY(-2px);
}

.button--hero:is(:hover, :focus-visible) {
  box-shadow: 0 1rem 2.3rem rgb(38 153 242 / 32%);
}

.button--hero-secondary:is(:hover, :focus-visible) {
  border-color: rgb(38 153 242 / 45%);
  background: rgb(255 255 255 / 90%);
}

.button--dark {
  color: var(--white);
  background: var(--night);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 2.75rem 0 0;
  padding: 0;
  color: #567080;
  list-style: none;
}

.hero-proof li {
  display: grid;
  gap: 0.12rem;
  padding: 0 1.3rem;
  border-left: 1px solid rgb(18 59 102 / 14%);
}

.hero-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof strong {
  color: #123b66;
  font:
    750 1.05rem Geist,
    sans-serif;
}

.hero-proof span {
  font-size: 0.72rem;
}

.hero-universe {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  justify-items: center;
  perspective: 75rem;
}

.hero-universe-stage {
  position: relative;
  width: min(37vw, 31rem);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgb(255 255 255 / 96%) 0 7%,
      rgb(255 255 255 / 38%) 34%,
      transparent 66%
    ),
    linear-gradient(145deg, rgb(255 255 255 / 62%), rgb(181 225 255 / 25%));
  box-shadow:
    inset 0 0 4rem rgb(255 255 255 / 72%),
    0 2rem 5rem rgb(25 117 187 / 15%);
  isolation: isolate;
}

.hero-universe-stage::before,
.hero-universe-stage::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(38 153 242 / 12%);
  border-radius: 50%;
  content: "";
}

.hero-universe-stage::before {
  inset: 6%;
}

.hero-universe-stage::after {
  inset: 17%;
}

.hero-glow {
  position: absolute;
  z-index: -2;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(38 153 242 / 35%);
  filter: blur(2rem);
}

.hero-glow--one {
  top: 3%;
  right: 4%;
}

.hero-glow--two {
  bottom: 3%;
  left: 0;
  background: rgb(91 194 255 / 28%);
}

.hero-grid-plane {
  position: absolute;
  z-index: -1;
  inset: 17% 8%;
  transform: rotateX(65deg) rotateZ(-8deg);
  border: 1px solid rgb(38 153 242 / 14%);
  border-radius: 1.5rem;
  background-image:
    linear-gradient(rgb(38 153 242 / 10%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(38 153 242 / 10%) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
  box-shadow: 0 2rem 3rem rgb(38 153 242 / 8%);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgb(20 126 208 / 32%);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.hero-orbit::before {
  position: absolute;
  top: -0.34rem;
  left: 50%;
  width: 0.65rem;
  aspect-ratio: 1;
  border: 0.13rem solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 1rem rgb(38 153 242 / 65%);
  content: "";
}

.hero-orbit--outer {
  inset: 12%;
  transform: rotateX(62deg) rotateZ(-12deg);
}

.hero-orbit--inner {
  inset: 25%;
  border-color: rgb(18 59 102 / 25%);
  transform: rotateX(68deg) rotateZ(25deg);
}

.hero-orbit--inner::before {
  background: #75c7ff;
}

.hero-needle {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: calc(50% - 0.42rem);
  width: 0.84rem;
  height: 30%;
  transform: rotate(22deg);
  transform-origin: 50% 100%;
  border-radius: 100% 100% 40% 40%;
  background: linear-gradient(to bottom, #0873c3 0 67%, transparent 67%);
  clip-path: polygon(50% 0, 100% 70%, 62% 100%, 38% 100%, 0 70%);
  filter: drop-shadow(0 0.6rem 0.55rem rgb(18 59 102 / 18%));
}

.hero-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 34%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotateX(7deg) rotateY(-9deg);
  place-content: center;
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: 29% 29% 33% 33%;
  color: var(--white);
  background: linear-gradient(145deg, #36aafc 0%, #147dce 70%, #0d66ad 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 40%),
    0 1.4rem 2.5rem rgb(16 105 174 / 30%);
  text-align: center;
}

.hero-core::after {
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: inherit;
  content: "";
}

.hero-core span,
.hero-core small {
  font-size: clamp(0.48rem, 0.55vw, 0.66rem);
  font-weight: 750;
  letter-spacing: 0.14em;
}

.hero-core strong {
  font:
    800 clamp(2.15rem, 4vw, 3.7rem) / 1 Geist,
    sans-serif;
  letter-spacing: -0.07em;
}

.hero-node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 6.6rem;
  gap: 0.08rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: 0.85rem;
  color: #123b66;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 0.8rem 1.8rem rgb(18 85 137 / 12%);
  backdrop-filter: blur(0.7rem);
}

.hero-node b {
  color: var(--blue);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.hero-node small {
  font-size: 0.72rem;
  font-weight: 750;
}

.hero-node--admission {
  top: 8%;
  left: -1%;
}

.hero-node--university {
  top: 18%;
  right: -3%;
}

.hero-node--major {
  right: 0;
  bottom: 11%;
}

.hero-node--direction {
  bottom: 5%;
  left: 2%;
}

.hero-universe figcaption {
  max-width: 30rem;
  margin-top: 1.35rem;
  color: #567080;
  font-size: 0.72rem;
  line-height: 1.55;
  text-align: center;
}

.hero-ticker {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr repeat(5, 1fr);
  border-top: 1px solid rgb(18 59 102 / 12%);
}

.hero-ticker > span {
  align-self: center;
  color: #123b66;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-ticker a {
  padding: 1.2rem 0.9rem;
  border-right: 1px solid rgb(18 59 102 / 10%);
  color: #4d6979;
  font-size: 0.78rem;
  text-align: center;
  text-decoration: none;
  transition:
    color 160ms ease,
    background-color 160ms ease;
}

.hero-ticker small {
  margin-right: 0.38rem;
  color: #168ee8;
  font-size: 0.62rem;
  font-weight: 800;
}

.hero-ticker a:is(:hover, :focus-visible) {
  color: #0d67ad;
  background: rgb(255 255 255 / 48%);
}

.hero-ticker a:last-child {
  border-right: 0;
}

@keyframes hero-orbit-clockwise {
  to {
    transform: rotateX(62deg) rotateZ(348deg);
  }
}

@keyframes hero-orbit-counterclockwise {
  to {
    transform: rotateX(68deg) rotateZ(-335deg);
  }
}

@keyframes hero-needle-seek {
  0%,
  100% {
    transform: rotate(18deg);
  }

  42% {
    transform: rotate(-24deg);
  }

  68% {
    transform: rotate(-17deg);
  }
}

@keyframes hero-core-float {
  0%,
  100% {
    transform: translate3d(-50%, -50%, 1.2rem) rotateX(7deg) rotateY(-9deg);
  }

  50% {
    transform: translate3d(-50%, calc(-50% - 0.38rem), 2rem) rotateX(4deg)
      rotateY(-5deg);
  }
}

@keyframes hero-node-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -0.32rem, 0.8rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-orbit--outer {
    animation: hero-orbit-clockwise 22s linear infinite;
  }

  .hero-orbit--inner {
    animation: hero-orbit-counterclockwise 17s linear infinite;
  }

  .hero-needle {
    animation: hero-needle-seek 8s ease-in-out infinite;
  }

  .hero-core {
    animation: hero-core-float 5.5s ease-in-out infinite;
  }

  .hero-node {
    animation: hero-node-float 4.8s ease-in-out infinite;
  }

  .hero-node--university,
  .hero-node--direction {
    animation-delay: -2.4s;
  }
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  max-width: 20ch;
  margin: 0.4rem 0 0;
  font:
    700 clamp(2rem, 4vw, 3.6rem) / 1.14 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.03em;
}

.featured,
.journey,
.related {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.featured-story {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 28rem;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1.5rem 4rem rgb(18 59 102 / 10%);
}

.featured-story--with-media {
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
}

.featured-story--text-only {
  max-width: 58rem;
}

.featured-link,
.story-card-link {
  color: inherit;
  text-decoration: none;
}

.featured-link::after,
.story-card-link::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
}

.featured-story:focus-within,
.story-card:focus-within {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.featured-link:focus-visible,
.story-card-link:focus-visible {
  outline: 0;
}

.article-art {
  --tone: var(--coral);
  position: relative;
  overflow: hidden;
  background: var(--tone);
}

[data-tone="blue"] .article-art,
[data-tone="blue"].article-header {
  --tone: var(--blue);
}

[data-tone="violet"] .article-art,
[data-tone="violet"].article-header {
  --tone: var(--violet);
}

[data-tone="green"] .article-art,
[data-tone="green"].article-header {
  --tone: var(--green);
}

[data-tone="amber"] .article-art,
[data-tone="amber"].article-header {
  --tone: var(--amber);
}

.article-art::before {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgb(23 32 29 / 35%);
  border-radius: 50%;
  content: "";
}

.featured-media {
  min-width: 0;
  min-height: 28rem;
  overflow: hidden;
}

.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.featured-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.featured-copy h3 {
  margin: 0.75rem 0 1rem;
  font:
    700 clamp(2rem, 4vw, 3.5rem) / 1.14 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.03em;
}

.read-more {
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-grid li {
  display: flex;
  min-width: 0;
  grid-column: span 4;
}

.journey-grid li:nth-child(n + 4) {
  grid-column: span 6;
}

.journey-grid a {
  --journey-tone: var(--blue);
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 20rem;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid color-mix(in srgb, var(--journey-tone) 24%, var(--line));
  border-radius: 1.2rem;
  background:
    radial-gradient(
      circle at 100% 0%,
      color-mix(in srgb, var(--journey-tone) 16%, transparent),
      transparent 42%
    ),
    var(--white);
  box-shadow: 0 0.9rem 2.4rem rgb(18 59 102 / 5%);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.journey-grid a[data-tone="coral"] {
  --journey-tone: var(--coral);
}

.journey-grid a[data-tone="violet"] {
  --journey-tone: var(--violet);
}

.journey-grid a[data-tone="green"] {
  --journey-tone: var(--green);
}

.journey-grid a[data-tone="amber"] {
  --journey-tone: var(--amber);
}

.journey-grid a::before {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 10rem;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--journey-tone) 30%, transparent);
  border-radius: 50%;
  content: "";
}

.journey-grid a:is(:hover, :focus-visible) {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--journey-tone) 64%, var(--line));
  box-shadow: 0 1.3rem 3rem rgb(18 59 102 / 11%);
}

.journey-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.journey-card-top small {
  color: color-mix(in srgb, var(--journey-tone) 82%, #123b66);
  font:
    750 0.68rem Geist,
    sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.journey-card-top i {
  display: grid;
  width: 2.35rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--journey-tone) 28%, var(--line));
  border-radius: 50%;
  color: #123b66;
  background: rgb(255 255 255 / 76%);
  font-style: normal;
}

.journey-grid h3 {
  max-width: 21ch;
  margin: 2.7rem 0 0.9rem;
  font:
    700 clamp(1.35rem, 2.2vw, 1.85rem) / 1.28 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.journey-grid p {
  margin: 0;
  color: #567080;
  font-size: 0.86rem;
  line-height: 1.65;
}

.journey-grid a > strong {
  position: relative;
  margin-top: auto;
  padding-top: 2rem;
  color: #123b66;
  font-size: 0.76rem;
}

.latest {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #e8e7df;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.story-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 1.15rem;
  background: var(--white);
  transition: transform 180ms ease;
}

.story-card--large {
  grid-column: span 2;
}

.story-grid--single > .story-card {
  grid-column: 1 / -1;
}

.story-card--large.story-card--with-media {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.story-visual {
  overflow: hidden;
  min-height: 13rem;
  background: #e7f3fc;
  cursor: pointer;
}

.story-visual--university {
  min-height: 14rem;
  padding: 1.5rem;
  background: #f8fbff;
}

.story-visual--university::before {
  content: none;
}

.story-visual--university img {
  width: 100%;
  height: 11rem;
  object-fit: contain;
}

.story-visual--university[data-presentation="contain-dark"] {
  background: #123b66;
}

.story-visual--university[data-presentation="cover"] {
  padding: 0;
}

.story-visual--university[data-presentation="cover"] img {
  height: 14rem;
  object-fit: cover;
}

.story-visual--editorial img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  transition: transform 400ms ease;
}

.story-card--large .story-visual--editorial img {
  height: 100%;
  min-height: 23rem;
}

.story-card--text-only .story-copy {
  padding-block: 2.25rem;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-tags li {
  border: 1px solid color-mix(in srgb, var(--blue) 28%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--blue) 8%, var(--white));
  color: #174b78;
  font-size: 0.67rem;
  font-weight: 750;
}

.location-tags a {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0.3rem 0.55rem;
  border-radius: inherit;
  text-decoration: none;
}

.location-tags a:is(:hover, :focus-visible) {
  background: color-mix(in srgb, var(--blue) 16%, var(--white));
}

.story-copy {
  position: static;
  padding: 1.55rem;
}

@media (hover: hover) and (pointer: fine) {
  .featured-story:hover .featured-media img {
    transform: scale(1.025);
  }

  .story-card:hover {
    transform: translateY(-4px);
  }

  .story-card:hover .story-visual--editorial img {
    transform: scale(1.035);
  }
}

.story-copy h3 {
  margin: 0.5rem 0 0.75rem;
  font:
    700 1.35rem / 1.3 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.02em;
}

.story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.manifesto {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 35rem;
  grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  margin-block: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 6vw, 5.5rem);
  border-radius: clamp(1.25rem, 3vw, 2rem);
  color: var(--white);
  background:
    radial-gradient(circle at 5% 15%, rgb(38 153 242 / 30%), transparent 32%),
    linear-gradient(135deg, #0e3155, #071d35 72%);
  box-shadow: 0 2rem 5rem rgb(18 59 102 / 16%);
}

.manifesto::after {
  position: absolute;
  right: -9rem;
  bottom: -12rem;
  width: 30rem;
  aspect-ratio: 1;
  border: 1px solid rgb(117 199 255 / 20%);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgb(117 199 255 / 4%),
    0 0 0 8rem rgb(117 199 255 / 3%);
  content: "";
}

.manifesto-compass {
  position: relative;
  display: grid;
  width: min(23vw, 17rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgb(117 199 255 / 35%);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2.2rem rgb(117 199 255 / 4%),
    inset 0 0 0 2.25rem rgb(117 199 255 / 18%);
}

.manifesto-compass::before,
.manifesto-compass::after {
  position: absolute;
  background: rgb(117 199 255 / 24%);
  content: "";
}

.manifesto-compass::before {
  width: 145%;
  height: 1px;
}

.manifesto-compass::after {
  width: 1px;
  height: 145%;
}

.manifesto-compass span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46%;
  aspect-ratio: 1;
  place-items: center;
  transform: rotate(-8deg);
  border-radius: 32%;
  color: var(--white);
  background: linear-gradient(145deg, #35a9fb, #147dce);
  box-shadow: 0 1.2rem 2.8rem rgb(0 0 0 / 22%);
  font:
    800 clamp(1.5rem, 3vw, 2.7rem) Geist,
    sans-serif;
  letter-spacing: -0.07em;
}

.manifesto-compass i {
  position: absolute;
  top: 8%;
  width: 0.85rem;
  height: 36%;
  transform: rotate(24deg);
  transform-origin: 50% 117%;
  background: #75c7ff;
  clip-path: polygon(50% 0, 100% 100%, 50% 82%, 0 100%);
}

.manifesto-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.manifesto .section-label {
  color: #75c7ff;
}

.manifesto h2 {
  max-width: 17ch;
  margin: 0.8rem 0 1.6rem;
  font:
    750 clamp(2.4rem, 5vw, 4.8rem) / 1.08 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.manifesto h2 em {
  color: #75c7ff;
  font-style: normal;
}

.manifesto blockquote {
  max-width: 48rem;
  margin: 0;
  color: #bed3e2;
  font-size: clamp(0.96rem, 0.9rem + 0.25vw, 1.12rem);
  line-height: 1.75;
}

.manifesto-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(117 199 255 / 18%);
}

.manifesto-footer a {
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration-color: rgb(117 199 255 / 60%);
  text-underline-offset: 0.25em;
}

.manifesto-footer p {
  margin: 0;
  color: #8eacbf;
  font-size: 0.68rem;
}

.section-hero {
  --tone: var(--blue);
  display: grid;
  position: relative;
  isolation: isolate;
  min-height: 32rem;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid color-mix(in srgb, var(--tone) 24%, var(--line));
  border-radius: clamp(1.4rem, 3vw, 2.4rem);
  background:
    radial-gradient(
      circle at 82% 18%,
      color-mix(in srgb, var(--tone) 23%, transparent),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--tone) 10%, var(--white)),
      var(--white) 58%,
      color-mix(in srgb, var(--tone) 7%, var(--paper))
    );
  box-shadow: 0 1.5rem 4rem rgb(18 59 102 / 8%);
}

[data-tone="coral"].section-hero {
  --tone: var(--coral);
}

[data-tone="violet"].section-hero {
  --tone: var(--violet);
}

[data-tone="green"].section-hero {
  --tone: var(--green);
}

[data-tone="amber"].section-hero {
  --tone: var(--amber);
}

.section-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(38 153 242 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(38 153 242 / 6%) 1px, transparent 1px);
  background-size: 2rem 2rem;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 58%, #000);
  mask-image: linear-gradient(90deg, transparent 5%, #000 58%, #000);
}

.section-hero-copy {
  position: relative;
  z-index: 1;
}

.section-hero h1 {
  max-width: 50rem;
  margin: 0.7rem 0 1.1rem;
  font:
    800 clamp(3.5rem, 7vw, 6.8rem) / 0.98 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.055em;
}

.section-hero h1 em {
  color: var(--tone);
  font-style: normal;
}

.section-hero-copy > p {
  max-width: 45rem;
  color: var(--muted);
  font-size: clamp(1rem, 0.92rem + 0.25vw, 1.15rem);
}

.section-system {
  position: relative;
  display: grid;
  width: min(28vw, 21rem);
  aspect-ratio: 1;
  justify-self: center;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--tone) 30%, var(--line));
  border-radius: 2rem;
  background: rgb(255 255 255 / 64%);
  box-shadow:
    inset 0 0 0 0.55rem rgb(255 255 255 / 38%),
    0 2rem 5rem color-mix(in srgb, var(--tone) 16%, transparent);
  transform: rotate(-3deg);
  backdrop-filter: blur(0.7rem);
}

.section-system::before,
.section-system::after {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--tone) 30%, transparent);
  border-radius: 50%;
  content: "";
}

.section-system::before {
  width: 68%;
  aspect-ratio: 1;
}

.section-system::after {
  width: 42%;
  aspect-ratio: 1;
  border-style: dashed;
}

.section-system-count {
  position: absolute;
  top: 1.4rem;
  left: 1.5rem;
  display: grid;
  color: var(--ink);
  z-index: 1;
  font:
    760 clamp(1.5rem, 3vw, 2.2rem) / 1 Geist,
    sans-serif;
}

.section-system-count small,
.section-system-core small {
  margin-top: 0.3rem;
  color: var(--muted);
  font:
    700 0.58rem "Be Vietnam Pro",
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-system-core {
  z-index: 2;
  display: grid;
  width: 7rem;
  aspect-ratio: 1;
  place-content: center;
  border-radius: 1.7rem;
  background: var(--ink);
  color: var(--white);
  text-align: center;
  transform: rotate(3deg);
  box-shadow: 0 1rem 2.5rem rgb(18 59 102 / 24%);
}

.section-system-core b {
  font:
    780 1.8rem Geist,
    sans-serif;
  letter-spacing: -0.06em;
}

.section-system-core small {
  color: #b9dfff;
}

.section-system i {
  position: absolute;
  z-index: 3;
  width: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--tone);
  box-shadow: 0 0 0 0.4rem color-mix(in srgb, var(--tone) 15%, var(--white));
}

.section-system i:nth-of-type(1) {
  top: 20%;
  right: 20%;
}

.section-system i:nth-of-type(2) {
  right: 15%;
  bottom: 23%;
}

.section-system i:nth-of-type(3) {
  bottom: 17%;
  left: 20%;
}

.section-feed {
  padding-bottom: 7rem;
}

.profile-directory {
  padding-bottom: 7rem;
}

.admission-directory {
  padding-bottom: 7rem;
}

.admission-directory > .section-heading > p {
  max-width: 30rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.admission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.admission-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.admission-card:hover,
.admission-card:focus-within {
  border-color: color-mix(in srgb, var(--blue) 60%, var(--line));
  box-shadow: 0 1rem 2.5rem rgb(18 59 102 / 9%);
}

.admission-card-media {
  display: grid;
  min-height: 100%;
  padding: 1rem;
  place-items: center;
  border-right: 1px solid var(--line);
  background: #f8fbff;
}

.admission-card-media[data-presentation="contain-dark"] {
  background: var(--night);
}

.admission-card-media[data-presentation="cover"] {
  padding: 0;
}

.admission-card-media img {
  width: 100%;
  max-height: 5.5rem;
  object-fit: contain;
}

.admission-card-media[data-presentation="cover"] img {
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.admission-card-media > span {
  font:
    800 1.2rem Geist,
    sans-serif;
}

.admission-card-copy {
  min-width: 0;
  padding: 1.15rem 1.25rem;
}

.admission-card-copy > span,
.admission-card-copy small {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admission-card-copy h3 {
  margin: 0.35rem 0 0.55rem;
  font:
    700 1.08rem/1.35 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.015em;
}

.admission-card-copy h3 a {
  text-decoration-color: color-mix(in srgb, var(--blue) 55%, transparent);
}

.admission-card-copy p {
  display: -webkit-box;
  margin: 0 0 0.7rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.profile-directory > .section-heading > p {
  max-width: 25rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.profile-filter {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--night);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-filter input {
  width: 100%;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid #596660;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
}

.profile-filter input::placeholder {
  color: #94a19b;
}

.profile-result {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.profile-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.profile-regions :is(a, button) {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font:
    700 0.76rem "Be Vietnam Pro",
    sans-serif;
  text-decoration: none;
}

.profile-regions :is(a, button):is(:hover, :focus-visible) {
  border-color: var(--blue);
}

.profile-regions :is(a[aria-current="page"], button[aria-pressed="true"]) {
  border-color: var(--blue);
  background: color-mix(in srgb, var(--blue) 17%, var(--white));
  color: var(--ink);
}

.region-hero {
  display: grid;
  min-height: 25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.region-hero h1 {
  max-width: 58rem;
  margin: 0.75rem 0 1rem;
  font:
    800 clamp(2.7rem, 6vw, 5.5rem) / 1.05 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.04em;
}

.region-hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.region-hero p {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.region-count {
  display: grid;
  width: clamp(8rem, 15vw, 12rem);
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  text-align: center;
}

.region-count strong {
  font:
    750 clamp(2.5rem, 5vw, 4rem) / 1 Geist,
    sans-serif;
}

.region-count span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.region-directory {
  padding-top: 1rem;
}

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

.feed-head {
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
  border-block: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
}

.feed-head p {
  margin: 0;
  color: var(--muted);
}

.section-feed .story-grid {
  margin-top: 1.3rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 1.3rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs span {
  margin-inline: 0.45rem;
}

.article-header {
  --tone: var(--coral);
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) max(1.5rem, calc((100vw - var(--wide)) / 2));
  background: color-mix(in srgb, var(--tone) 14%, var(--paper));
}

.article-header-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: none;
}

.article-header h1 {
  max-inline-size: none;
  margin: 1.15rem 0 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.875rem, 1.5rem + 1.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.article-header-copy > p {
  max-width: 48rem;
  font-size: 1.1rem;
}

.article-header-copy > .location-tags {
  margin-top: 1rem;
}

.article-header--university {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.university-hero-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 0 2rem;
  justify-self: end;
  border: 1px solid color-mix(in srgb, var(--tone) 24%, var(--line));
  border-radius: 1.3rem;
  background: #f8fbff;
  box-shadow: 0 1.4rem 3rem rgb(18 59 102 / 10%);
}

.university-hero-media img {
  display: block;
  width: 100%;
  height: 19rem;
  padding: 2rem;
  object-fit: contain;
}

.university-hero-media[data-presentation="contain-dark"] {
  background: #123b66;
}

.university-hero-media[data-presentation="cover"] img {
  padding: 0;
  object-fit: cover;
}

.university-hero-media figcaption {
  padding: 0.6rem 0.8rem;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 0.68rem;
}

.university-hero-media figcaption a {
  position: relative;
  z-index: 2;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.3rem;
  font-size: 0.78rem;
  font-weight: 650;
}

.article-art {
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  width: 25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.75;
}

.article-layout {
  display: grid;
  width: min(calc(100% - 3rem), var(--article-layout));
  margin-inline: auto;
  grid-template-columns: minmax(12rem, var(--article-rail)) minmax(
      0,
      var(--article-prose)
    );
  justify-content: center;
  gap: clamp(2.5rem, 4vw, 5rem);
  padding-block: clamp(3.5rem, 5vw, 5rem) clamp(5rem, 7vw, 7rem);
}

.article-aside {
  position: sticky;
  top: var(--article-anchor-offset, 6.3rem);
  min-width: 0;
  max-height: calc(100svh - var(--article-anchor-offset, 6.3rem) - 1rem);
  overflow-y: auto;
  align-self: start;
  font-size: 0.73rem;
}

.article-aside-title {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-aside nav {
  display: grid;
  gap: 0.25rem;
}

.article-aside a {
  display: block;
  min-height: 2rem;
  padding: 0.4rem 0.55rem 0.4rem 0.7rem;
  border-left: 0.18rem solid transparent;
  border-radius: 0 0.55rem 0.55rem 0;
  color: var(--muted);
  line-height: 1.45;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.article-aside a:is(:hover, :focus-visible) {
  color: var(--ink);
}

.article-aside a[aria-current="location"] {
  border-left-color: var(--blue);
  background: color-mix(in srgb, var(--blue) 11%, transparent);
  color: var(--ink);
  font-weight: 700;
}

.article-aside button {
  margin-top: 1.3rem;
  padding: 0.45rem 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: none;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 700;
}

.prose {
  min-width: 0;
  font-size: clamp(1rem, 0.97rem + 0.1vw, 1.0625rem);
  line-height: 1.75;
}

.prose > article {
  width: 100%;
  min-width: 0;
}

.prose > article > :is(p, ul, ol, blockquote),
.prose > :is(p, ul, ol, blockquote) {
  width: 100%;
  max-inline-size: none;
  text-wrap: pretty;
}

.prose > :first-child {
  margin-top: 0;
}

.prose .lead {
  font-size: 1.24rem;
  line-height: 1.6;
}

.profile-context {
  display: grid;
  gap: 0.35rem;
  padding: 0.8rem 1rem;
  border-radius: 0.7rem;
  background: color-mix(in srgb, var(--blue) 10%, var(--white));
  color: var(--muted);
  font-size: 0.78rem;
}

.profile-context p {
  margin: 0;
}

.profile-admission-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1.25rem 0 2.5rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid color-mix(in srgb, var(--blue) 35%, var(--line));
  border-radius: 1rem;
  background:
    radial-gradient(circle at 95% 0%, rgb(38 153 242 / 18%), transparent 38%),
    var(--white);
}

.profile-admission-title {
  margin: 0.3rem 0 0.5rem;
  color: var(--ink) !important;
  font:
    700 clamp(1.35rem, 3vw, 1.8rem) / 1.28 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.02em;
}

.profile-admission-cta p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.profile-admission-cta .button {
  flex: 0 0 auto;
}

.admission-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 2rem 0;
}

.admission-summary > div {
  display: grid;
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
}

.admission-summary span,
.admission-summary small {
  color: var(--muted);
  font-size: 0.64rem;
}

.admission-summary span {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admission-summary strong {
  margin-block: 0.25rem;
  font:
    750 clamp(1.25rem, 3vw, 1.8rem)/1 Geist,
    sans-serif;
}

.admission-table {
  max-width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--white);
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.admission-table:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.admission-table table {
  width: 100%;
  min-width: 46rem;
  border-collapse: collapse;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

.table-hint {
  display: none;
  padding: 0.65rem 1rem 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
}

.admission-table caption {
  padding: 1rem 1.1rem;
  color: var(--ink);
  font-weight: 700;
  text-align: left;
}

.admission-table :is(th, td) {
  padding: 0.75rem 0.8rem;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admission-table thead th {
  background: color-mix(in srgb, var(--blue) 9%, var(--paper));
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admission-table tbody th {
  width: 42%;
  color: var(--ink);
}

.admission-table tbody th small {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-weight: 500;
}

.admission-table td a {
  color: #075f9f;
  font-weight: 700;
  text-decoration-color: rgb(7 95 159 / 35%);
}

.no-data {
  color: #9aa8b4;
}

.admission-insights {
  display: grid;
  gap: 0.7rem;
}

.admission-insights article {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
}

.admission-insights span {
  color: var(--blue);
  font:
    750 0.75rem Geist,
    sans-serif;
}

.admission-insights p {
  margin: 0;
}

.admission-empty {
  margin: 1.5rem 0 2rem;
  padding: 1.4rem 1.5rem;
  border: 1px dashed color-mix(in srgb, var(--blue) 50%, var(--line));
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--blue) 7%, var(--white));
}

.admission-empty p {
  margin-bottom: 0;
}

.depth-editorial-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.8rem 1rem;
  margin: 3rem 0 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid color-mix(in srgb, var(--blue) 26%, var(--line));
  border-radius: 1rem;
  background: color-mix(in srgb, var(--blue) 6%, var(--white));
}

.depth-editorial-note strong,
.depth-kicker,
.depth-evidence > span {
  color: #075f9f;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.depth-editorial-note strong {
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--blue) 14%, var(--white));
  white-space: nowrap;
}

.depth-editorial-note p,
.depth-caption,
.data-reading-rule p,
.learner-access p {
  margin: 0;
}

.depth-editorial-note p,
.depth-caption {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.depth-kicker {
  margin: 1.7rem 0 0.7rem !important;
}

.depth-card-grid,
.research-cluster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-block: 0 0.8rem;
}

.depth-card-grid > [role="listitem"],
.research-cluster-grid > [role="listitem"] {
  position: relative;
  min-height: 7.1rem;
  overflow: hidden;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
}

.depth-card-grid > [role="listitem"]::after,
.research-cluster-grid > [role="listitem"]::after {
  position: absolute;
  right: -1.2rem;
  bottom: -1.7rem;
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--blue) 8%, transparent);
  content: "";
}

.depth-card-grid span,
.research-cluster-grid span {
  color: var(--blue);
  font:
    750 0.68rem/1 Geist,
    sans-serif;
}

.depth-card-grid h3,
.research-cluster-grid h3,
.faculty-framework h3,
.evidence-checklist h3,
.depth-evidence h3 {
  margin: 0.55rem 0 0;
  color: var(--ink);
  font:
    700 1rem/1.45 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.015em;
}

.depth-caption {
  padding-left: 0.8rem;
  border-left: 2px solid color-mix(in srgb, var(--blue) 35%, var(--line));
}

.university-data-snapshot {
  overflow: hidden;
  margin: 1.5rem 0 2rem;
  border: 1px solid color-mix(in srgb, var(--blue) 28%, var(--line));
  border-radius: 1.15rem;
  background: var(--white);
  box-shadow: 0 1rem 2.5rem rgb(18 59 102 / 7%);
}

.university-data-snapshot > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  background:
    radial-gradient(circle at 100% 0%, rgb(38 153 242 / 17%), transparent 45%),
    color-mix(in srgb, var(--blue) 6%, var(--white));
}

.university-data-snapshot > header span,
.university-data-snapshot > footer > span,
.snapshot-analysis > strong {
  color: #075f9f;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.university-data-snapshot > header h3 {
  margin: 0.25rem 0 0;
  color: var(--ink);
  font:
    750 1.18rem/1.35 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.02em;
}

.university-data-snapshot > header p {
  max-width: 24rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: right;
}

.university-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.university-metrics > [role="listitem"] {
  display: grid;
  align-content: start;
  min-height: 9.2rem;
  padding: 1.2rem;
  background: var(--white);
}

.university-metrics strong {
  color: #075f9f;
  font:
    780 clamp(1.55rem, 3.2vw, 2.15rem)/1 Geist,
    sans-serif;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.university-metrics span {
  margin-top: 0.55rem;
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 750;
}

.university-metrics small {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.snapshot-analysis {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--yellow) 17%, var(--white));
}

.snapshot-analysis p {
  margin: 0;
  color: #39443e;
  font-size: 0.78rem;
  line-height: 1.65;
}

.university-data-snapshot > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1.3rem;
  border-top: 1px solid var(--line);
}

.university-data-snapshot > footer a {
  color: #075f9f;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: right;
  text-underline-offset: 0.2em;
}

.facility-snapshot {
  overflow: hidden;
  margin: 1.5rem 0 0.85rem;
  border: 1px solid color-mix(in srgb, var(--green) 30%, var(--line));
  border-radius: 1.25rem;
  background: var(--white);
  box-shadow: 0 1.1rem 2.8rem rgb(18 59 102 / 8%);
}

.facility-snapshot__header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1.2fr);
  gap: 1.4rem;
  align-items: end;
  padding: 1.35rem;
  background:
    radial-gradient(circle at 8% 0%, rgb(38 153 242 / 18%), transparent 42%),
    linear-gradient(120deg, #f5fbff, #f5fff9);
}

.facility-snapshot__header > div > span,
.facility-snapshot__header address span,
.facility-equipment > span,
.facility-modernity > span,
.facility-snapshot > footer > span {
  display: block;
  color: #075f9f;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facility-snapshot__header h3 {
  margin: 0.28rem 0 0;
  color: var(--ink);
  font:
    760 1.16rem/1.35 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.02em;
}

.facility-snapshot__header p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.facility-snapshot__header address {
  padding: 0.85rem 1rem;
  border: 1px solid rgb(18 59 102 / 10%);
  border-radius: 0.85rem;
  background: rgb(255 255 255 / 72%);
  color: #263f56;
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.6;
}

.facility-snapshot__header address span {
  margin-bottom: 0.25rem;
  color: var(--muted);
}

.facility-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.facility-metrics > [role="listitem"] {
  display: grid;
  align-content: start;
  min-height: 9.4rem;
  padding: 1.2rem;
  background: var(--white);
}

.facility-metrics strong {
  color: #08745d;
  font:
    780 clamp(1.45rem, 3vw, 2.05rem)/1 Geist,
    sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}

.facility-metrics span {
  margin-top: 0.55rem;
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 750;
}

.facility-metrics small {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.facility-snapshot__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.facility-equipment,
.facility-modernity {
  padding: 1.25rem 1.35rem;
  background: var(--white);
}

.facility-equipment ul {
  display: grid;
  gap: 0.7rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.facility-equipment li {
  position: relative;
  margin: 0;
  padding-left: 1.15rem;
  color: #34485a;
  font-size: 0.76rem;
  line-height: 1.6;
}

.facility-equipment li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green);
  content: "";
  box-shadow: 0 0 0 0.22rem color-mix(in srgb, var(--green) 12%, transparent);
}

.facility-modernity {
  background: color-mix(in srgb, var(--green) 5%, var(--white));
}

.facility-modernity__rating {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.55rem;
}

.facility-modernity__rating strong {
  color: var(--ink);
  font:
    760 1.08rem/1.4 "Be Vietnam Pro",
    sans-serif;
}

.facility-modernity__rating b {
  color: #08745d;
  font:
    780 1rem/1 Geist,
    sans-serif;
  font-variant-numeric: tabular-nums;
}

.facility-modernity__meter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  margin: 0.7rem 0 0.85rem;
}

.facility-modernity__meter i {
  height: 0.35rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--muted) 18%, var(--white));
}

.facility-modernity__meter i.is-active {
  background: linear-gradient(90deg, #20b486, #2699f2);
}

.facility-modernity p,
.facility-caveat p,
.facility-method {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.68;
}

.facility-modernity p,
.facility-caveat p {
  margin: 0;
}

.facility-caveat {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.35rem;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--yellow) 14%, var(--white));
}

.facility-caveat strong {
  color: #755406;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.facility-snapshot > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 1.35rem;
  border-top: 1px solid var(--line);
}

.facility-snapshot > footer a {
  color: #075f9f;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: right;
  text-underline-offset: 0.2em;
}

.facility-method {
  margin: 0 0 2rem;
  padding-left: 0.85rem;
  border-left: 2px solid color-mix(in srgb, var(--green) 50%, var(--line));
}

.facility-method strong {
  color: var(--ink);
}

.faculty-framework {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 1.5rem 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--line);
}

.faculty-framework > [role="listitem"] {
  padding: 1.2rem;
  background: var(--white);
}

.faculty-framework span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faculty-framework h3 {
  margin-block: 0.38rem 0.45rem;
}

.faculty-framework p,
.depth-evidence p,
.evidence-checklist p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.depth-evidence {
  position: relative;
  margin: 1.5rem 0 0.8rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid color-mix(in srgb, var(--green) 35%, var(--line));
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--green) 8%, var(--white)),
    var(--white)
  );
}

.depth-evidence--neutral {
  border-color: color-mix(in srgb, var(--blue) 24%, var(--line));
}

.depth-evidence h3 {
  margin-block: 0.45rem;
}

.depth-evidence a,
.depth-source-action a {
  display: inline-block;
  margin-top: 0.75rem;
  color: #075f9f;
  font-size: 0.76rem;
  font-weight: 750;
  text-underline-offset: 0.2em;
}

.data-reading-rule {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  margin: 0.8rem 0 2rem;
  padding: 1rem 1.15rem;
  border-radius: 0.85rem;
  background: #123b66;
  color: var(--white);
}

.data-reading-rule p {
  color: rgb(255 255 255 / 82%);
  font-size: 0.78rem;
  line-height: 1.6;
}

.research-cluster-grid > [role="listitem"] {
  min-height: 6.5rem;
  background: color-mix(in srgb, var(--blue) 4%, var(--white));
}

.learner-access {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr);
  gap: 1rem;
  margin: 1.4rem 0 2rem;
  padding: 1.2rem 1.3rem;
  border-radius: 1rem;
  background: color-mix(in srgb, var(--yellow) 25%, var(--white));
}

.learner-access > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 1.2rem;
}

.learner-access strong {
  display: block;
  margin-bottom: 0.25rem;
}

.learner-access p {
  color: #39443e;
  font-size: 0.82rem;
}

.evidence-checklist {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0 2rem;
}

.evidence-checklist > [role="listitem"] {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--white);
}

.evidence-checklist > [role="listitem"] > span {
  color: var(--blue);
  font:
    750 0.74rem/1.5 Geist,
    sans-serif;
}

.evidence-checklist h3 {
  margin: 0 0 0.25rem;
}

.depth-source-action {
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted) !important;
  font-size: 0.78rem;
}

.depth-source-action a {
  margin: 0;
}

.source-list small {
  color: var(--muted);
}

.prose h2 {
  margin: 3rem 0 1rem;
  scroll-margin-block-start: var(--article-anchor-offset, 6.3rem);
  font:
    700 clamp(1.7rem, 4vw, 2.35rem) / 1.28 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.02em;
}

.prose p,
.prose li {
  color: #303b36;
}

.prose li + li {
  margin-top: 0.6rem;
}

.prose blockquote,
.prose .note {
  margin: 2rem 0;
  padding: 1.4rem 1.5rem;
  border-left: 5px solid var(--green);
  background: var(--white);
}

.prose blockquote {
  font:
    600 1.2rem / 1.6 "Be Vietnam Pro",
    sans-serif;
}

.comments {
  margin-bottom: 7rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius);
  background: var(--white);
}

.comments-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--line);
}

.comments-heading h2 {
  margin: 0.35rem 0 0;
  font:
    700 clamp(1.8rem, 4vw, 2.8rem) / 1.2 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.025em;
}

.comment-count,
.comment-note {
  color: var(--muted);
  font-size: 0.75rem;
}

.static-comments:empty,
.live-comments:empty {
  display: none;
}

.comment {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding-block: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.avatar-fallback {
  display: grid;
  width: 2.5rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 800;
}

.comment header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.comment time {
  color: var(--muted);
  font-size: 0.73rem;
}

.comment p {
  margin: 0.45rem 0 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.comment-compose {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--paper);
}

.comment-compose > p {
  margin-top: 0;
}

.comment-form {
  display: grid;
  gap: 0.8rem;
}

.comment-form textarea {
  width: 100%;
  min-height: 8rem;
  resize: vertical;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--white);
}

.comment-form .button {
  justify-self: start;
}

.comment-user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.logout-button {
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline;
}

.comment-note {
  margin-bottom: 0;
}

.simple-page {
  max-width: 72rem;
  margin-inline: auto;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.simple-page h1,
.error-page h1 {
  margin: 0.7rem 0 1.2rem;
  font:
    800 clamp(3rem, 8vw, 6rem) / 1.05 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.04em;
}

.simple-page .lead {
  color: var(--muted);
  font-size: 1.15rem;
}

.info-page {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem 2rem;
}

.info-page > :is(.section-label, h1, .lead, hr) {
  grid-column: 1 / -1;
}

.info-page > h1,
.info-page > .lead {
  max-width: 58rem;
}

.info-page > hr {
  width: 100%;
}

.info-page > p:not(.lead) {
  grid-column: span 6;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  color: #303b36;
}

.legal-page {
  max-width: none;
}

.legal-page > h1,
.legal-page > .lead,
.legal-page > .legal-meta,
.legal-page > .legal-notice {
  max-width: 70rem;
  margin-inline: auto;
}

.legal-page > h1 {
  text-align: center;
}

.legal-page > .section-label {
  display: block;
  text-align: center;
}

.legal-page > .lead {
  text-align: center;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1.25rem;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
}

.legal-notice {
  margin-top: 2.5rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid color-mix(in srgb, var(--blue) 35%, var(--line));
  border-radius: 1rem;
  background: color-mix(in srgb, var(--blue) 11%, var(--white));
}

.legal-notice strong {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-notice p {
  margin: 0.5rem 0 0;
  color: #303b36;
}

.legal-layout {
  display: grid;
  width: min(100%, var(--article-layout));
  grid-template-columns: minmax(12rem, 14rem) minmax(0, var(--legal-reading));
  justify-content: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  margin: 4rem auto 0;
}

.legal-toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.legal-toc summary::-webkit-details-marker {
  display: none;
}

.legal-toc summary::after {
  color: var(--blue);
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
}

.legal-toc[open] summary::after {
  content: "−";
}

.legal-toc summary small {
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.legal-content > section {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.legal-content > section:last-child {
  border-bottom: 0;
}

.legal-content > section:first-child h2 {
  margin-top: 0;
}

.simple-page hr {
  margin-block: 2.5rem;
  border: 0;
  border-top: 1px solid var(--line);
}

.site-footer {
  color: #bdc7c2;
  background: var(--night);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-block: 4rem;
}

.footer-brand {
  color: var(--white);
}

.footer-grid > div:first-child p {
  max-width: 32rem;
  color: #8f9c96;
  font-size: 0.85rem;
}

.footer-grid strong {
  color: var(--white);
  font-size: 0.78rem;
}

.footer-grid nav {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.footer-grid nav a {
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem;
  border-top: 1px solid #34413c;
  color: #83908a;
  font-size: 0.68rem;
}

.search-dialog {
  overflow: hidden;
  width: min(calc(100% - 2rem), 54rem);
  max-height: min(48rem, calc(100dvh - 2rem));
  padding: 0;
  border: 0;
  border-radius: 1.5rem;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 2rem 6rem rgb(5 26 45 / 32%);
}

.search-dialog::backdrop {
  background: rgb(7 29 50 / 72%);
  backdrop-filter: blur(0.55rem);
}

.search-dialog-shell {
  display: grid;
  overflow: hidden;
  max-height: min(48rem, calc(100dvh - 2rem));
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
}

.search-dialog-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.75rem) 1.25rem;
}

.search-eyebrow {
  color: #168ee8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-dialog-header h2 {
  margin: 0.4rem 0 0.55rem;
  font:
    750 clamp(1.65rem, 4vw, 2.7rem) / 1.18 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.035em;
}

.search-dialog-header p {
  max-width: 37rem;
  margin: 0;
  color: #567080;
  font-size: 0.84rem;
  line-height: 1.6;
}

.dialog-close {
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #123b66;
  background: #f7fbfe;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.dialog-close:is(:hover, :focus-visible) {
  transform: rotate(4deg);
  border-color: var(--blue);
  background: #eaf6ff;
}

.search-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  margin-inline: clamp(1.5rem, 4vw, 2.75rem);
  padding: 0.35rem 0.55rem 0.35rem 1rem;
  border: 1px solid color-mix(in srgb, var(--blue) 36%, var(--line));
  border-radius: 1rem;
  background: #f7fbfe;
  box-shadow: inset 0 1px 0 var(--white);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.search-field:focus-within {
  border-color: var(--blue);
  box-shadow:
    0 0 0 0.22rem rgb(38 153 242 / 13%),
    inset 0 1px 0 var(--white);
}

.search-field-icon {
  color: #147dce;
  font-size: 1.35rem;
  line-height: 1;
}

.search-field input {
  width: 100%;
  min-width: 0;
  padding: 0.8rem 0;
  border: 0;
  background: transparent;
  color: #123b66;
  font:
    650 clamp(1rem, 0.95rem + 0.3vw, 1.14rem) "Be Vietnam Pro",
    sans-serif;
  outline: 0;
}

.search-field input::placeholder {
  color: #7890a0;
  font-weight: 500;
}

.search-field kbd,
.search-dialog-footer kbd {
  border: 1px solid var(--line);
  border-bottom-width: 2px;
  border-radius: 0.4rem;
  color: #6d8391;
  background: var(--white);
  font:
    650 0.6rem Geist,
    sans-serif;
}

.search-field kbd {
  padding: 0.35rem 0.45rem;
}

.search-suggestions {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 1rem clamp(1.5rem, 4vw, 2.75rem);
  scrollbar-width: none;
}

.search-suggestions::-webkit-scrollbar {
  display: none;
}

.search-suggestions > span {
  flex: 0 0 auto;
  margin-right: 0.25rem;
  color: #6b8291;
  font-size: 0.68rem;
  font-weight: 750;
}

.search-suggestions button {
  flex: 0 0 auto;
  min-height: 2.2rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #31556d;
  background: var(--white);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 700;
}

.search-suggestions button:is(:hover, :focus-visible) {
  border-color: var(--blue);
  color: #0d67ad;
  background: #f2f9ff;
}

#search-results {
  min-height: 8rem;
  overflow-y: auto;
  padding: 0 clamp(1.5rem, 4vw, 2.75rem) 1rem;
  overscroll-behavior: contain;
}

#search-results ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#search-results a {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.55rem;
  padding: 1rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 0.9rem;
  background: #f7fafc;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

#search-results a:is(:hover, :focus-visible) {
  transform: translateX(3px);
  border-color: color-mix(in srgb, var(--blue) 40%, var(--line));
  background: #f1f8fe;
}

.search-result-copy {
  display: grid;
  min-width: 0;
  gap: 0.28rem;
}

.search-result-copy small {
  color: #168ee8;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.search-result-copy strong {
  overflow: hidden;
  color: #123b66;
  font:
    700 0.92rem/1.4 "Be Vietnam Pro",
    sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #657c8a;
  font-size: 0.72rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.search-result-arrow {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #147dce;
  background: var(--white);
}

.search-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 1.55rem;
  margin: 0;
  padding: 0 clamp(1.5rem, 4vw, 2.75rem) 0.6rem;
  color: #657c8a;
  font-size: 0.7rem;
}

.search-empty {
  display: grid;
  min-height: 9rem;
  place-content: center;
  padding: 1.5rem;
  border: 1px dashed color-mix(in srgb, var(--blue) 32%, var(--line));
  border-radius: 1rem;
  color: #5d7585;
  background: #f8fbfd;
  text-align: center;
}

.search-empty strong {
  color: #123b66;
  font:
    700 1rem "Be Vietnam Pro",
    sans-serif;
}

.search-empty p {
  max-width: 32rem;
  margin: 0.45rem 0 0;
  font-size: 0.76rem;
  line-height: 1.55;
}

.search-dialog-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1.5rem, 4vw, 2.75rem);
  border-top: 1px solid var(--line);
  color: #6b8291;
  background: #f8fbfd;
  font-size: 0.64rem;
}

.search-dialog-footer kbd {
  margin-right: 0.25rem;
  padding: 0.16rem 0.3rem;
}

/* UNI wiki: Directory & Ranking Styles */

.wiki-hero {
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.wiki-hero-copy h1 {
  max-width: 58rem;
  margin: 0.75rem 0 1rem;
  font:
    800 clamp(2.5rem, 5.5vw, 4.8rem) / 1.08 "Be Vietnam Pro",
    sans-serif;
  letter-spacing: -0.04em;
}

.wiki-hero-copy h1 em {
  color: var(--blue);
  font-style: normal;
}

.wiki-hero-copy p {
  max-width: 50rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.wiki-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}

.wiki-stat-item {
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
  box-shadow: 0 0.4rem 1.2rem rgb(18 59 102 / 4%);
}

.wiki-stat-item strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.1;
}

.wiki-stat-item span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.wiki-section {
  padding-bottom: 7rem;
}

.wiki-controls {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 1.2rem;
  background: var(--night);
  color: var(--white);
}

.wiki-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.wiki-search-icon {
  position: absolute;
  left: 0;
  color: #94a19b;
  font-size: 1.3rem;
  pointer-events: none;
}

.wiki-search-box input {
  width: 100%;
  padding: 0.75rem 2.5rem;
  border: 0;
  border-bottom: 1px solid #4a5c54;
  background: transparent;
  color: var(--white);
  font:
    500 1.05rem "Be Vietnam Pro",
    sans-serif;
  outline: none;
  transition: border-color 150ms ease;
}

.wiki-search-box input:focus {
  border-bottom-color: var(--blue);
}

.wiki-search-box input::placeholder {
  color: #83948e;
}

.wiki-search-clear {
  position: absolute;
  right: 0;
  border: 0;
  background: transparent;
  color: #83948e;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem;
}

.wiki-search-clear[hidden] {
  display: none !important;
}

.wiki-search-clear:hover {
  color: var(--white);
}

.wiki-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid #2e3a35;
}

.wiki-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.wiki-filter-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #94a19b;
}

.wiki-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.wiki-chip {
  padding: 0.35rem 0.85rem;
  border: 1px solid #4a5c54;
  border-radius: 99rem;
  background: transparent;
  color: #c9d6d0;
  font:
    600 0.76rem "Be Vietnam Pro",
    sans-serif;
  cursor: pointer;
  transition: all 150ms ease;
}

.wiki-chip:hover {
  border-color: var(--blue);
  color: var(--white);
}

.wiki-chip.is-active,
.wiki-chip[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.wiki-toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  color: #d1ded8;
  user-select: none;
}

.wiki-toggle-label input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--blue);
  cursor: pointer;
}

.wiki-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wiki-counter {
  margin: 0;
  color: #94a19b;
  font-size: 0.76rem;
  font-weight: 600;
}

/* Wiki Table & Rows */
.wiki-table-wrapper {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: var(--white);
  box-shadow: 0 0.5rem 1.8rem rgb(18 59 102 / 5%);
}

.wiki-table-header {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 2fr) minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 2px solid var(--line);
  background: #f8fbfe;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wiki-list {
  display: flex;
  flex-direction: column;
}

.wiki-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 2fr) minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
}

.wiki-row:last-child {
  border-bottom: 0;
}

.wiki-row[hidden] {
  display: none !important;
}

.wiki-row:hover {
  background: #fbfdff;
}

.wiki-row[data-has-profile="true"] {
  cursor: pointer;
}

.wiki-row[data-has-profile="true"]:hover {
  background: color-mix(in srgb, var(--blue) 5%, var(--white));
}

.wiki-cell--rank {
  display: flex;
  align-items: center;
}

.wiki-rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.2rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.6rem;
  background: #edf3f8;
  color: #3b5066;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wiki-rank--top1 {
  background: linear-gradient(135deg, #ffd700, #ffae00);
  color: #4a3200;
  box-shadow: 0 0.2rem 0.6rem rgb(255 174 0 / 25%);
}

.wiki-rank--top2 {
  background: linear-gradient(135deg, #e0e6ed, #b8c4d1);
  color: #2b3b4d;
}

.wiki-rank--top3 {
  background: linear-gradient(135deg, #f4c299, #df8b5b);
  color: #421e05;
}

.wiki-rank--top10 {
  background: color-mix(in srgb, var(--blue) 14%, var(--white));
  color: var(--blue);
}

.wiki-cell--school {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.wiki-school-visual {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 0.625rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  position: relative;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.wiki-row:hover .wiki-school-visual {
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.wiki-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.2rem;
  display: block;
  transition: transform 180ms ease;
}

.wiki-row:hover .wiki-logo {
  transform: scale(1.05);
}

.wiki-monogram {
  font-size: 0.72rem;
  font-weight: 800;
  color: #486581;
  text-transform: uppercase;
}

.wiki-school-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.wiki-school-heading {
  margin: 0;
}

.wiki-school-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.wiki-school-link {
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms ease;
}

.wiki-school-link:hover {
  color: var(--blue);
  text-decoration: underline;
}

.wiki-school-name {
  color: var(--ink);
}

.wiki-meta-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.wiki-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
}

.wiki-tag--code {
  background: #eef2f6;
  color: #334e68;
  font-family: monospace;
}

.wiki-tag--short {
  background: #f0f4f8;
  color: #486581;
}

.wiki-tag--type {
  background: #f7fafc;
  color: #627d98;
  border: 1px solid #e2e8f0;
}

.wiki-cell--location {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.wiki-location-city {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.wiki-location-region {
  font-size: 0.75rem;
  color: var(--muted);
}

.wiki-cell--actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: flex-start;
}

.wiki-status-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.wiki-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.18rem 0.55rem;
  border-radius: 99rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.wiki-badge--active {
  background: #e6f9ed;
  color: #0d6832;
  border: 1px solid #b7ebd0;
}

.wiki-badge--pending {
  background: #f3f5f7;
  color: #627282;
  border: 1px solid #d9e2ec;
}

.wiki-action-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.wiki-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.32rem 0.68rem;
  border-radius: 0.5rem;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 150ms ease;
  white-space: nowrap;
}

.wiki-btn--primary {
  background: var(--blue);
  color: var(--white);
}

.wiki-btn--primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 0.2rem 0.6rem rgb(38 153 242 / 25%);
}

.wiki-btn--secondary {
  background: #f0f4f8;
  color: #334e68;
  border: 1px solid #d9e2ec;
}

.wiki-btn--secondary:hover {
  background: #e2e8f0;
  color: #102a43;
}

.wiki-btn--external {
  background: #f8fafc;
  color: #486581;
  border: 1px solid #cbd5e1;
}

.wiki-btn--external:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.wiki-empty {
  padding: 4rem 2rem;
  text-align: center;
}

.wiki-empty[hidden] {
  display: none !important;
}

.wiki-empty-content {
  max-width: 28rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.wiki-empty-icon {
  font-size: 2.5rem;
  color: var(--muted);
}

.wiki-empty h3 {
  margin: 0;
  font-size: 1.15rem;
}

.wiki-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 62rem) {
  .wiki-table-header {
    display: none;
  }

  .wiki-row {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem;
  }

  .wiki-cell--location {
    grid-column: 2;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }

  .wiki-cell--actions {
    grid-column: 2;
  }
}

body:has(.search-dialog[open]) {
  overflow: hidden;
}

/*
 * Article layout contract: the prose owns the reading canvas. The table of
 * contents is a desktop-only rail and must never reduce the tablet/mobile
 * content width.
 */
@media (max-width: 64rem) {
  .article-layout {
    width: min(calc(100% - 3rem), var(--article-prose));
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .article-layout > .article-aside,
  .legal-layout > .article-aside {
    display: none;
  }
}

@media (max-width: 62rem) {
  .admission-grid {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    width: min(100%, var(--legal-reading));
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .article-header--university {
    min-width: 0;
  }

  .university-hero-media {
    width: 100%;
    max-width: none;
    justify-self: start;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 1.5rem;
    left: 1.5rem;
    display: none;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--white);
    box-shadow: 0 1.2rem 3rem rgb(23 32 29 / 14%);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.6rem;
  }

  .home-hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.45fr);
    gap: 2rem;
  }

  .hero-universe-stage {
    width: min(34vw, 25rem);
  }

  .region-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-grid li,
  .journey-grid li:nth-child(n + 4) {
    grid-column: auto;
  }

  .journey-grid li:last-child {
    grid-column: 1 / -1;
  }

  .journey-grid a {
    min-height: 18rem;
  }

  .manifesto {
    min-height: 31rem;
    grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1.55fr);
    gap: 2.5rem;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    width: min(calc(100% - 3rem), var(--article-prose));
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-block: 3rem 5rem;
  }
}

@media (max-width: 42rem) {
  .wide {
    width: min(calc(100% - 2rem), var(--wide));
  }

  .depth-editorial-note,
  .data-reading-rule {
    grid-template-columns: 1fr;
  }

  .depth-editorial-note strong {
    justify-self: start;
  }

  .depth-card-grid,
  .research-cluster-grid,
  .faculty-framework,
  .university-metrics,
  .facility-metrics,
  .facility-snapshot__header,
  .facility-snapshot__body {
    grid-template-columns: 1fr;
  }

  .university-data-snapshot > header,
  .university-data-snapshot > footer {
    align-items: start;
    flex-direction: column;
  }

  .university-data-snapshot > header p,
  .university-data-snapshot > footer a {
    text-align: left;
  }

  .university-metrics > [role="listitem"] {
    min-height: auto;
  }

  .facility-metrics > [role="listitem"] {
    min-height: auto;
  }

  .facility-caveat {
    grid-template-columns: 1fr;
  }

  .facility-snapshot > footer {
    align-items: start;
    flex-direction: column;
  }

  .facility-snapshot > footer a {
    text-align: left;
  }

  .snapshot-analysis {
    grid-template-columns: 1fr;
  }

  .depth-card-grid > [role="listitem"],
  .research-cluster-grid > [role="listitem"] {
    min-height: auto;
  }

  .depth-evidence {
    padding: 1.15rem;
  }

  .home-hero-grid,
  .section-hero,
  .featured-story,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .region-hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-block: 3.5rem;
  }

  .region-count {
    width: 7rem;
  }

  .home-hero-grid {
    gap: 3.5rem;
    padding-block: 4rem 3.5rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 12.5vw, 4rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    margin-top: 2.25rem;
  }

  .hero-proof li {
    padding-inline: 0.8rem;
  }

  .hero-universe-stage {
    width: min(78vw, 27rem);
  }

  .hero-universe figcaption {
    max-width: 26rem;
  }

  .hero-ticker {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  .hero-ticker a {
    flex: 0 0 auto;
  }

  .hero-ticker > span {
    flex: 0 0 auto;
    padding-right: 1rem;
  }

  .section-heading,
  .comments-heading,
  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }

  .journey-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid li,
  .journey-grid li:nth-child(n + 4),
  .journey-grid li:last-child {
    grid-column: 1 / -1;
  }

  .journey-grid a {
    min-height: 16.5rem;
  }

  .journey-grid h3 {
    margin-top: 2rem;
  }

  .manifesto {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding: 2rem 1.5rem 2.5rem;
  }

  .manifesto-compass {
    width: 9rem;
  }

  .manifesto h2 {
    font-size: clamp(2.2rem, 10vw, 3.25rem);
  }

  .manifesto-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .search-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  .search-dialog-shell {
    height: 100dvh;
    max-height: none;
  }

  .search-dialog-header {
    gap: 1rem;
    padding: 1.25rem 1rem 1rem;
  }

  .search-dialog-header p {
    display: none;
  }

  .search-field {
    margin-inline: 1rem;
  }

  .search-field kbd {
    display: none;
  }

  .search-suggestions,
  #search-results,
  .search-status {
    padding-inline: 1rem;
  }

  .search-result-copy strong {
    white-space: normal;
  }

  .search-result-copy p {
    -webkit-line-clamp: 2;
  }

  .search-dialog-footer {
    padding-inline: 1rem;
  }

  .search-dialog-footer span:last-child {
    display: none;
  }

  .story-card--large {
    grid-column: auto;
  }

  .featured-media {
    min-height: 17rem;
  }

  .story-card--large.story-card--with-media {
    grid-template-columns: 1fr;
  }

  .section-hero {
    min-height: 23rem;
    padding: 2rem 1.5rem;
  }

  .section-system {
    width: min(100%, 14rem);
    justify-self: start;
  }

  .article-art {
    display: none;
  }

  .info-page {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .info-page > p:not(.lead) {
    grid-column: 1;
  }

  .profile-admission-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .profile-admission-cta .button {
    align-self: start;
  }

  .admission-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admission-card {
    grid-template-columns: 5.5rem minmax(0, 1fr);
  }

  .admission-card-media {
    padding: 0.7rem;
  }

  .table-hint {
    display: block;
  }

  .admission-table :is(th, td):first-child {
    position: sticky;
    z-index: 1;
    left: 0;
    background: var(--white);
    box-shadow: 0.6rem 0 0.8rem -0.8rem rgb(18 59 102 / 38%);
  }

  .admission-table thead th:first-child {
    z-index: 2;
    background: color-mix(in srgb, var(--blue) 9%, var(--paper));
  }

  .article-header {
    padding-inline: 1rem;
  }

  .legal-page > h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .legal-aside {
    padding: 0.85rem 1rem 1rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--white);
  }

  .legal-toc summary {
    margin: 0;
    min-height: 2.75rem;
  }

  .legal-toc[open] summary {
    margin-bottom: 0.8rem;
  }

  .university-hero-media img {
    height: 14rem;
    padding: 1.25rem;
  }

  .university-hero-media[data-presentation="cover"] img {
    padding: 0;
  }

  .article-layout {
    width: min(calc(100% - 2rem), var(--article-prose));
    padding-block: 2.5rem 4rem;
  }

  .prose {
    line-height: 1.7;
  }

  .comments {
    margin-bottom: 4rem;
    padding: 1.25rem;
  }

  .footer-grid {
    gap: 2.5rem;
  }

  #search-results a {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
