:root {
  --desktop-max: 1180px;
}

body.desktop-mode {
  min-width: 1024px;
  background: #f5f5f0;
}

.desktop-mode .page {
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.desktop-mode .topbar {
  height: 76px;
  padding: 0 max(36px, calc((100vw - var(--desktop-max)) / 2));
}

.desktop-mode .brand {
  gap: 12px;
}

.desktop-mode .brand-mark {
  width: 44px;
  height: 44px;
}

.desktop-mode .brand-copy strong {
  overflow: visible;
  font-size: 18px;
  text-overflow: clip;
}

.desktop-mode .brand-copy span {
  font-size: 12px;
}

.desktop-mode .menu-button {
  display: none;
}

.desktop-mode .drawer {
  position: sticky;
  top: 76px;
  z-index: 55;
  width: 100%;
  max-width: none;
  max-height: none;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0 max(36px, calc((100vw - var(--desktop-max)) / 2));
  border-bottom: 1px solid rgba(223, 223, 216, 0.78);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(18, 18, 15, 0.06);
  backdrop-filter: blur(14px);
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  transform: none;
}

.desktop-mode .drawer a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-bottom: 0;
  color: #2c3034;
  font-size: 14px;
  font-weight: 900;
  opacity: 1;
  transform: none;
  transition: color 180ms ease, background 180ms ease;
}

.desktop-mode .drawer a:hover {
  color: var(--red);
  background: rgba(224, 73, 62, 0.06);
}

.desktop-mode .hero {
  min-height: calc(100vh - 126px);
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.48) 42%, rgba(255,255,255,0.12) 76%, rgba(255,255,255,0.02) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 48%, rgba(248,248,243,0.74) 100%),
    url("../images/hero-ai-gold.png") center calc(var(--home-hero-y, 50%) - 4%) / cover no-repeat;
}

.desktop-mode .hero::before {
  background:
    radial-gradient(circle at var(--home-orb-x, 76%) 24%, rgba(218,168,58,0.12) 0 8%, rgba(218,168,58,0) 30%),
    radial-gradient(circle at 18% 78%, rgba(255,255,255,0.34) 0 10%, rgba(255,255,255,0) 34%),
    repeating-linear-gradient(90deg, rgba(174,132,44,0.08) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(174,132,44,0.04) 0 1px, transparent 1px 88px);
}

.desktop-mode .hero-orbit {
  top: 112px;
  right: max(56px, calc((100vw - var(--desktop-max)) / 2 - 24px));
  width: 360px;
  height: 360px;
  opacity: 0.18;
}

.desktop-mode .hero-pulse-map {
  left: max(48px, calc((100vw - var(--desktop-max)) / 2));
  top: 166px;
  width: 190px;
  opacity: 0.18;
}

.desktop-mode .hero-strip {
  bottom: 15%;
  height: 154px;
  opacity: 0.22;
  border-top-color: rgba(201,153,55,0.22);
  border-bottom-color: rgba(201,153,55,0.14);
  background:
    linear-gradient(90deg,
      rgba(201,153,55,0) 0%,
      rgba(201,153,55,0.16) 24%,
      rgba(255,226,154,0.32) 48%,
      rgba(201,153,55,0.16) 72%,
      rgba(201,153,55,0) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), 0 18px 44px rgba(201,153,55,0.1);
}

.desktop-mode .hero-strip span {
  flex-basis: 50%;
  min-width: 50%;
  background:
    linear-gradient(90deg,
      rgba(201,153,55,0) 0%,
      rgba(201,153,55,0.2) 30%,
      rgba(255,242,194,0.5) 50%,
      rgba(201,153,55,0.18) 70%,
      rgba(201,153,55,0) 100%);
  animation-duration: 30s;
}

.desktop-mode .hero-inner {
  width: min(100% - 96px, var(--desktop-max));
  min-height: calc(100vh - 126px);
  margin: 0 auto;
  padding: 90px 0 88px;
  justify-content: center;
}

.desktop-mode .chips {
  gap: 10px;
}

.desktop-mode .chip {
  min-height: 34px;
  padding: 0 16px;
  font-size: 13px;
}

.desktop-mode h1 {
  max-width: 880px;
  margin-top: 20px;
  font-size: clamp(58px, 5.2vw, 88px);
  line-height: 0.96;
}

.desktop-mode .hero h1 {
  color: var(--ink);
  text-shadow: 0 18px 38px rgba(255,255,255,0.68);
}

.desktop-mode .hero-copy {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(23,23,28,0.76);
  font-size: 22px;
  line-height: 1.62;
}

.desktop-mode .hero-slogan {
  max-width: 720px;
  margin-top: 4px;
  font-size: 24px;
}

.desktop-mode .hero-buttons {
  position: absolute;
  left: 50%;
  bottom: calc(15% + 43px);
  z-index: 3;
  width: 560px;
  margin-top: 0;
  transform: translateX(-50%);
  animation: desktopHeroButtonsIn 1280ms cubic-bezier(.2,.8,.2,1) 420ms both;
}

.desktop-mode .button {
  min-height: 56px;
  font-size: 15px;
}

.desktop-mode .scroll-hint {
  margin-top: 34px;
  font-size: 12px;
}

@keyframes desktopHeroButtonsIn {
  from {
    opacity: 0;
    transform: translateX(calc(-50% - 22px));
  }
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

.desktop-mode .section {
  margin: 0;
  padding: 136px max(48px, calc((100vw - var(--desktop-max)) / 2));
}

.desktop-mode .hero + .section {
  margin-top: 0;
}

.desktop-mode .section.compact {
  padding-top: 118px;
  padding-bottom: 118px;
}

.desktop-mode .section > :is(.section-logo, .eyebrow, h2, .section-slogan, .section-lead, .section-copy, .home-flow, .image-card, .quick-list, .stats, .track-stack, .roadmap, .circle-row, .faculty-list, .career-chips, .partner-chips, .admission-copy, .admission-flow, .admission-paths, .steps, .admission-note, .admission-cautions, .admission-partners, .notice-list, .board-groups, .board-title-list, .board-detail-card, .board-actions, .gallery-board, .form, .works, .work-caption, .work-nav, .curve-study) {
  width: min(100%, var(--desktop-max));
  margin-left: auto;
  margin-right: auto;
}

.desktop-mode .home-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 860px;
  margin-top: 46px;
  padding-top: 22px;
}

.desktop-mode .home-flow-line {
  left: 42px;
  right: 42px;
  top: 39px;
}

.desktop-mode .home-flow article {
  gap: 12px;
  padding-top: 34px;
}

.desktop-mode .home-flow article::before {
  width: 22px;
  height: 22px;
}

.desktop-mode .home-flow b {
  font-size: 14px;
}

.desktop-mode .home-flow span {
  font-size: 15px;
}

.desktop-mode .image-card {
  min-height: 440px;
  margin-top: 54px;
}

.desktop-mode .home-marquee {
  margin: 0;
  padding: 124px 0 118px;
}

.desktop-mode .marquee-kicker,
.desktop-mode .marquee-caption {
  width: min(100% - 96px, var(--desktop-max));
  margin-left: auto;
  margin-right: auto;
}

.desktop-mode .marquee-kicker {
  margin-bottom: 30px;
  font-size: 13px;
}

.desktop-mode .marquee-row {
  font-size: clamp(72px, 8vw, 132px);
}

.desktop-mode .marquee-caption {
  max-width: 640px;
  margin-top: 38px;
  font-size: 17px;
}

.desktop-mode .eyebrow {
  font-size: 13px;
}

.desktop-mode .section h2 {
  max-width: 860px;
  font-size: clamp(44px, 4vw, 62px);
  line-height: 1.02;
}

.desktop-mode .section:not(.panel-career) > :is(.eyebrow, h2, .section-slogan, .section-lead, .section-copy) {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.desktop-mode .section-lead {
  max-width: 720px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.72;
}

.desktop-mode .section-slogan {
  max-width: 820px;
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.22;
}

.desktop-mode .section-copy {
  max-width: 920px;
  margin-top: 34px;
  gap: 28px;
  font-size: 18px;
  line-height: 2.05;
}

.desktop-mode .section h2 + .section-slogan {
  margin-top: 26px;
}

.desktop-mode .section-slogan + .section-copy {
  margin-top: 42px;
}

.desktop-mode .quick-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
  border-top: 0;
}

.desktop-mode .quick-card {
  min-height: 210px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(21,21,21,0.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 18px 38px rgba(18,18,15,0.08);
}

.desktop-mode .quick-card::before {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
}

.reveal-ready body.desktop-mode .reveal.is-visible .quick-card::before {
  transform: scaleX(1);
}

.desktop-mode .quick-card strong {
  font-size: 22px;
}

.desktop-mode .quick-card span {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.75;
}

.desktop-mode .stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.desktop-mode.home-page .panel-numbers {
  background:
    radial-gradient(circle at 86% 14%, rgba(255,119,89,0.1) 0 10%, rgba(255,119,89,0) 34%),
    radial-gradient(circle at 22% 86%, rgba(36,173,155,0.075) 0 14%, rgba(36,173,155,0) 42%),
    linear-gradient(180deg, #111215 0%, #13191b 58%, #121816 100%);
}

.desktop-mode.home-page .panel-numbers::before {
  opacity: 0.12;
}

.desktop-mode .stat {
  min-height: 230px;
  padding: 34px 30px;
  align-content: end;
}

.desktop-mode .stat::after {
  left: 30px;
  top: 30px;
  width: 108px;
  height: 4px;
}

.desktop-mode .stat b {
  font-size: 42px;
}

.desktop-mode .stat span {
  font-size: 16px;
  line-height: 1.62;
}

.desktop-mode .track-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 116px;
}

.desktop-mode .track-stack::before {
  display: none;
  content: none;
}

.desktop-mode .track {
  min-height: 520px;
}

.desktop-mode .track-body {
  padding: 42px;
}

.desktop-mode .track h3 {
  font-size: 34px;
}

.desktop-mode .track p {
  max-width: 520px;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.72;
}

.desktop-mode .tags {
  margin-top: 22px;
}

.desktop-mode .tag {
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
}

.desktop-mode .roadmap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 54px;
}

.desktop-mode .panel-roadmap::before {
  right: max(72px, calc((100vw - var(--desktop-max)) / 2 - 120px));
  bottom: 72px;
}

.desktop-mode .panel-roadmap::after {
  left: max(72px, calc((100vw - var(--desktop-max)) / 2 - 72px));
  top: 72px;
}

.desktop-mode .year {
  min-height: 180px;
  padding: 34px 76px 34px 34px;
}

.desktop-mode .year strong {
  font-size: 24px;
}

.desktop-mode .year p {
  font-size: 16px;
  line-height: 1.72;
}

.desktop-mode .panel-system {
  min-height: 940px;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  border-color: rgba(174,132,44,0.18);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.34) 42%, rgba(255,255,255,0.06) 100%),
    url("../images/system-beyond-imagination.png") center / cover no-repeat;
  isolation: isolate;
}

.desktop-mode .panel-system::before,
.desktop-mode .panel-system::after {
  display: none;
  content: none;
  pointer-events: none;
}

.desktop-mode .panel-system > :is(.eyebrow, h2, .section-slogan, .circle-row) {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.desktop-mode .panel-system h2 {
  max-width: 980px;
}

.desktop-mode .circle-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 58px;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.desktop-mode .panel-system .circle-row::before,
.desktop-mode .panel-system .circle-row::after {
  display: none;
  content: none;
  pointer-events: none;
}

.desktop-mode .panel-system .circle-row::before {
  position: absolute;
}

.desktop-mode .circle {
  min-height: 430px;
  padding: 46px 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(4px);
}

.desktop-mode .circle i {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  font-size: 22px;
}

.desktop-mode .circle strong {
  font-size: 24px;
}

.desktop-mode .circle span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.desktop-mode .faculty-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

.desktop-mode .faculty-card,
.desktop-mode .faculty-card:nth-child(even) {
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 224px;
}

.desktop-mode .faculty-card:nth-child(even) .faculty-photo,
.desktop-mode .faculty-card:nth-child(even) .faculty-body {
  grid-column: auto;
  grid-row: auto;
}

.desktop-mode .faculty-photo {
  width: 176px;
  height: 224px;
  min-height: 224px;
}

.desktop-mode .faculty-body {
  padding: 28px;
  gap: 9px;
}

.desktop-mode .faculty-body strong {
  font-size: 24px;
}

.desktop-mode .faculty-body em,
.desktop-mode .faculty-body span {
  font-size: 15px;
}

.desktop-mode .faculty-detail-button {
  min-height: 40px;
  margin-top: 12px;
  padding: 0 18px;
  font-size: 13px;
}

.desktop-mode .panel-career {
  padding-left: 0;
  padding-right: 0;
}

.desktop-mode .panel-career > :is(.eyebrow, h2, .section-slogan, .section-lead, .career-chips, .partner-chips) {
  width: min(100% - 96px, var(--desktop-max));
}

.desktop-mode .panel-career > :is(.eyebrow, h2, .section-slogan, .section-lead) {
  margin-left: max(48px, calc((100vw - var(--desktop-max)) / 2));
  margin-right: auto;
  text-align: left;
}

.desktop-mode .curve-study {
  width: 100%;
  max-width: none;
  margin-top: 72px;
  padding: 20px 0 44px;
}

.desktop-mode .curve-stage {
  height: 460px;
}

.desktop-mode .curve-stage::before,
.desktop-mode .curve-stage::after {
  width: 2300px;
  height: 560px;
}

.desktop-mode .curve-stage::before {
  top: -420px;
}

.desktop-mode .curve-stage::after {
  bottom: -420px;
}

.desktop-mode .curve-strip {
  height: 460px;
  gap: 10px;
  padding: 100px calc(50% - 170px);
  scroll-padding-inline: calc(50% - 170px);
  clip-path: polygon(
    0 17%,
    16% 22%,
    35% 25%,
    50% 26%,
    65% 25%,
    84% 22%,
    100% 17%,
    100% 83%,
    84% 78%,
    65% 75%,
    50% 74%,
    35% 75%,
    16% 78%,
    0 83%
  );
}

.desktop-mode .curve-tile {
  flex-basis: 340px;
  width: 340px;
  height: 250px;
}

.desktop-mode .career-chips,
.desktop-mode .partner-chips {
  gap: 10px;
  margin-top: 34px;
}

.desktop-mode .career-chip,
.desktop-mode .partner-chip {
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

.desktop-mode .steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.desktop-mode .steps li,
.desktop-mode .steps li:nth-child(even) {
  min-height: 220px;
  margin-left: 0;
  padding: 72px 22px 24px;
}

.desktop-mode .steps li::before {
  left: 22px;
  top: 22px;
  width: 38px;
  height: 38px;
}

.desktop-mode .steps strong {
  font-size: 20px;
}

.desktop-mode .steps span {
  font-size: 15px;
  line-height: 1.62;
}

.desktop-mode .admission-paths {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.desktop-mode .admission-copy {
  margin-top: 44px;
}

.desktop-mode .admission-copy h3 {
  font-size: 28px;
}

.desktop-mode .admission-copy p {
  max-width: 1040px;
  font-size: 17px;
}

.desktop-mode .admission-system {
  margin-top: 38px;
  padding: 26px 30px;
}

.desktop-mode .admission-system p {
  max-width: 1040px;
}

.desktop-mode .admission-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 44px;
}

.desktop-mode .admission-flow article {
  min-height: 150px;
  padding: 28px;
}

.desktop-mode .admission-flow article:not(:last-child)::after {
  position: absolute;
  right: -22px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
  font-size: 22px;
  line-height: 18px;
  content: "→";
  transform: translateY(-50%);
}

.desktop-mode .admission-flow span {
  font-size: 13px;
}

.desktop-mode .admission-flow strong {
  font-size: 24px;
}

.desktop-mode .admission-flow p {
  font-size: 14px;
}

.desktop-mode .admission-path {
  min-height: 300px;
  padding: 32px;
}

.desktop-mode .admission-path strong {
  font-size: 28px;
}

.desktop-mode .admission-path p {
  font-size: 15px;
}

.desktop-mode .admission-path li {
  font-size: 14px;
}

.desktop-mode .admission-note {
  max-width: var(--desktop-max);
  margin-top: 22px;
  font-size: 14px;
}

.desktop-mode .admission-cautions {
  max-width: var(--desktop-max);
  margin-top: 28px;
  padding: 28px 32px;
}

.desktop-mode .admission-cautions > strong {
  font-size: 20px;
}

.desktop-mode .admission-cautions ul {
  grid-template-columns: 1fr;
  gap: 12px;
}

.desktop-mode .admission-cautions li {
  font-size: 14px;
}

.desktop-mode .admission-caution-notes {
  margin-top: 22px;
  padding: 18px 22px;
}

.desktop-mode .admission-caution-notes p {
  font-size: 14px;
}

.desktop-mode .admission-partners {
  max-width: var(--desktop-max);
  margin-top: 24px;
  padding: 26px 28px;
}

.desktop-mode .admission-partners > strong {
  font-size: 18px;
}

.desktop-mode .admission-partners p {
  max-width: 1000px;
  font-size: 14px;
}

.desktop-mode .notice-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.desktop-mode .board-groups {
  gap: 34px;
  margin-top: 58px;
}

.desktop-mode .board-tabs {
  width: 360px;
}

.desktop-mode .board-tab {
  height: 48px;
  font-size: 15px;
}

.desktop-mode .board-section {
  padding: 32px;
}

.desktop-mode .board-head h3 {
  font-size: 34px;
}

.desktop-mode .board-section .notice-list {
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.desktop-mode .notice.board-post {
  min-height: 0;
  padding: 0;
}

.desktop-mode .board-post-head {
  grid-template-columns: 96px minmax(0, 1fr) 68px;
  padding: 24px 28px;
}

.desktop-mode .board-post-head time {
  font-size: 13px;
}

.desktop-mode .board-post-head strong {
  font-size: 22px;
}

.desktop-mode .board-post-head span {
  min-width: 56px;
  height: 28px;
  font-size: 12px;
}

.desktop-mode .board-post-body {
  padding: 0 28px 24px 124px;
}

.desktop-mode .board-post-body p {
  max-width: 840px;
  font-size: 15px;
}

.desktop-mode .board-title-list {
  gap: 14px;
  margin-top: 58px;
}

.desktop-mode .board-title-row {
  min-height: 72px;
  padding: 0 28px;
}

.desktop-mode .board-title-row time {
  font-size: 13px;
}

.desktop-mode .board-title-row strong {
  font-size: 22px;
}

.desktop-mode .board-detail-card {
  margin-top: 58px;
  padding: 46px;
}

.desktop-mode .board-detail-title {
  max-width: 900px;
  font-size: 46px;
}

.desktop-mode .board-detail-body {
  max-width: 900px;
  font-size: 17px;
}

.desktop-mode .notice {
  min-height: 190px;
  padding: 28px;
}

.desktop-mode .notice time {
  font-size: 13px;
}

.desktop-mode .notice strong {
  font-size: 21px;
  line-height: 1.28;
}

.desktop-mode .notice span {
  font-size: 15px;
}

.desktop-mode .form {
  max-width: 760px;
  margin-top: 50px;
  padding: 30px;
}

.desktop-mode .gallery-board {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  gap: 26px;
  margin-top: 54px;
}

.desktop-mode .gallery-board.has-book-gallery {
  margin-top: 54px;
}

.desktop-mode .book-gallery {
  gap: 24px;
  margin-top: 0;
}

.desktop-mode .book-gallery-stage {
  min-height: 560px;
}

.desktop-mode .book-gallery-scene {
  top: 52%;
  width: min(78%, 880px);
  height: clamp(330px, 26vw, 430px);
}

.desktop-mode .book-gallery-caption {
  gap: 8px;
}

.desktop-mode .book-gallery-caption strong {
  font-size: 28px;
}

.desktop-mode .book-gallery-caption span {
  max-width: 620px;
  margin: 0 auto;
  font-size: 15px;
}

.desktop-mode .gallery-feature {
  min-height: 540px;
  padding: 34px;
}

.desktop-mode .gallery-feature strong {
  max-width: 620px;
  font-size: 44px;
  line-height: 1.05;
}

.desktop-mode .gallery-feature span:last-child {
  max-width: 560px;
  font-size: 16px;
}

.desktop-mode .gallery-grid {
  gap: 18px;
}

.desktop-mode .gallery-card {
  min-height: 168px;
  padding: 22px;
}

.desktop-mode .gallery-card strong {
  font-size: 20px;
}

.desktop-mode .gallery-card span {
  font-size: 14px;
}

.desktop-mode .panel-news .notice-list {
  margin-top: 34px;
}

.desktop-mode .panel-news .board-section .notice-list {
  margin-top: 24px;
}

.desktop-mode .field input {
  height: 54px;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) :is(
  .eyebrow,
  h2,
  .section-lead,
  .section-copy p,
  .home-flow b,
  .home-flow span,
  .quick-card strong,
  .quick-card span,
  .stat b,
  .stat span,
  .track h3,
  .track p,
  .tag,
  .year strong,
  .year p,
  .circle strong,
  .circle span,
  .faculty-body strong,
  .faculty-body em,
  .faculty-body span,
  .faculty-detail-button,
  .work-body strong,
  .work-body span,
  .career-chip,
  .partner-chip,
  .admission-path > span,
  .admission-path strong,
  .admission-path p,
  .admission-path li,
  .steps strong,
  .steps span,
  .board-head h3,
  .notice time,
  .notice strong,
  .notice span,
  .field,
  .section-logo,
  .contact-logo
) {
  opacity: 0;
  transform: translate3d(-38px, 0, 0);
  transition:
    opacity 1400ms ease,
    transform 1760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--text-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee).is-visible :is(
  .eyebrow,
  h2,
  .section-lead,
  .section-copy p,
  .home-flow b,
  .home-flow span,
  .quick-card strong,
  .quick-card span,
  .stat b,
  .stat span,
  .track h3,
  .track p,
  .tag,
  .year strong,
  .year p,
  .circle strong,
  .circle span,
  .faculty-body strong,
  .faculty-body em,
  .faculty-body span,
  .faculty-detail-button,
  .work-body strong,
  .work-body span,
  .career-chip,
  .partner-chip,
  .admission-path > span,
  .admission-path strong,
  .admission-path p,
  .admission-path li,
  .steps strong,
  .steps span,
  .notice time,
  .notice strong,
  .notice span,
  .field,
  .section-logo,
  .contact-logo
) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .eyebrow {
  --text-reveal-delay: 40ms;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) h2 {
  --text-reveal-delay: 160ms;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .section-lead,
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .section-copy p:nth-child(1),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .marquee-kicker {
  --text-reveal-delay: 280ms;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .section-copy p:nth-child(2),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .home-flow article:nth-of-type(1) :is(b, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .quick-card:nth-child(1) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .stat:nth-child(1) :is(b, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .track:nth-child(1) :is(h3, p, .tag),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .year:nth-child(1) :is(strong, p),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .circle:nth-child(1) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .faculty-card:nth-child(1) :is(strong, em, span, .faculty-detail-button),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .work:nth-child(1) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .steps li:nth-child(1) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .notice:nth-child(1) :is(time, strong, span) {
  --text-reveal-delay: 420ms;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .section-copy p:nth-child(3),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .home-flow article:nth-of-type(2) :is(b, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .quick-card:nth-child(2) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .stat:nth-child(2) :is(b, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .track:nth-child(2) :is(h3, p, .tag),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .year:nth-child(2) :is(strong, p),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .circle:nth-child(2) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .faculty-card:nth-child(2) :is(strong, em, span, .faculty-detail-button),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .work:nth-child(2) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .steps li:nth-child(2) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .notice:nth-child(2) :is(time, strong, span) {
  --text-reveal-delay: 560ms;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .section-copy p:nth-child(4),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .home-flow article:nth-of-type(3) :is(b, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .quick-card:nth-child(3) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .stat:nth-child(3) :is(b, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .faculty-card:nth-child(3) :is(strong, em, span, .faculty-detail-button),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .work:nth-child(3) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .steps li:nth-child(3) :is(strong, span),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .notice:nth-child(3) :is(time, strong, span) {
  --text-reveal-delay: 700ms;
}

.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .faculty-card:nth-child(4) :is(strong, em, span, .faculty-detail-button),
.reveal-ready body.desktop-mode .reveal:not(.home-marquee) .steps li:nth-child(4) :is(strong, span) {
  --text-reveal-delay: 840ms;
}

.reveal-ready body.desktop-mode.home-page .panel-numbers .stat {
  opacity: 0;
  transform: translate3d(0, 50px, 0) scale(0.975);
  transition:
    opacity 1500ms ease,
    transform 1900ms cubic-bezier(0.18, 0.92, 0.22, 1),
    border-color 520ms ease,
    background-color 520ms ease,
    box-shadow 520ms ease;
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.reveal-ready body.desktop-mode.home-page .panel-numbers.is-visible .stat {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal-ready body.desktop-mode.home-page .panel-numbers.is-visible .stat:nth-child(2) {
  transition-delay: 480ms;
}

.reveal-ready body.desktop-mode.home-page .panel-numbers.is-visible .stat:nth-child(3) {
  transition-delay: 960ms;
}

.reveal-ready body.desktop-mode .reveal :is(.image-card, .gallery-feature, .gallery-card) {
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 2100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1800ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1500ms ease,
    box-shadow 340ms ease,
    filter 340ms ease;
  transition-delay: var(--media-reveal-delay, 260ms);
  will-change: clip-path, transform;
}

.reveal-ready body.desktop-mode .reveal.is-visible :is(.image-card, .gallery-feature, .gallery-card) {
  clip-path: inset(0 0 0 0);
}

.reveal-ready body.desktop-mode .reveal .gallery-card:nth-child(2) {
  --media-reveal-delay: 440ms;
}

.reveal-ready body.desktop-mode .reveal .gallery-card:nth-child(3) {
  --media-reveal-delay: 620ms;
}

.reveal-ready body.desktop-mode.home-page #track .track.center-reveal-card {
  clip-path: inset(0 0 0 0);
  opacity: 0;
  transform: translate3d(0, 78px, 0) scale(0.965);
  transition:
    opacity 1500ms ease,
    transform 1900ms cubic-bezier(0.18, 0.92, 0.22, 1),
    box-shadow 1100ms ease;
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.reveal-ready body.desktop-mode.home-page #track .track.center-reveal-card.is-card-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  box-shadow: 0 34px 76px rgba(18,18,15,0.24);
}

.reveal-ready body.desktop-mode.home-page #track .track.center-reveal-card .track-body {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 1400ms ease,
    transform 1760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 520ms;
}

.reveal-ready body.desktop-mode.home-page #track .track.center-reveal-card.is-card-visible .track-body {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-ready body.desktop-mode .reveal.is-visible .curve-stage {
  animation: desktopCurveStageIn 1800ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.desktop-mode .quick-card,
body.desktop-mode .year,
body.desktop-mode .circle,
body.desktop-mode .faculty-card,
body.desktop-mode .steps li,
body.desktop-mode .notice,
body.desktop-mode .stat,
body.desktop-mode .track {
  transition:
    transform 360ms cubic-bezier(.2,.8,.2,1),
    box-shadow 360ms ease,
    border-color 260ms ease,
    filter 360ms ease;
}

body.desktop-mode :is(.quick-card, .year, .circle, .faculty-card, .steps li, .notice, .stat):hover,
body.desktop-mode :is(.quick-card, .year, .circle, .faculty-card, .steps li, .notice, .stat):focus-visible {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 28px 64px rgba(18,18,15,0.14);
  border-color: rgba(224,73,62,0.22);
}

body.desktop-mode .track:hover,
body.desktop-mode .track:focus-visible {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 38px 84px rgba(18,18,15,0.28);
}

body.desktop-mode .track:hover .track-image,
body.desktop-mode .track:focus-visible .track-image {
  transform: scale(1.12);
}

body.desktop-mode .faculty-photo {
  transition: transform 900ms cubic-bezier(.2,.8,.2,1), filter 360ms ease;
}

body.desktop-mode .faculty-card:hover .faculty-photo,
body.desktop-mode .faculty-card:focus-within .faculty-photo {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}

body.desktop-mode :is(.gallery-feature, .gallery-card, .notice):hover::before,
body.desktop-mode :is(.gallery-feature, .gallery-card, .notice):focus-visible::before {
  opacity: 1;
  transform: translateX(120%);
}

body.desktop-mode .curve-tile.is-active .curve-tile-image {
  animation: desktopCurveImageBreath 5200ms ease-in-out infinite;
}

@keyframes desktopCurveStageIn {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes desktopCurveImageBreath {
  0%, 100% { transform: scale(1.04); }
  50% { transform: scale(1.085); }
}

.desktop-mode .footer {
  padding: 0 max(48px, calc((100vw - var(--desktop-max)) / 2)) 58px;
}

.desktop-mode .footer::before {
  height: 116px;
}

.desktop-mode .footer-logo {
  width: 300px;
  height: 116px;
  justify-content: flex-start;
  margin: 0 0 30px;
  margin-left: 0;
  margin-right: 0;
}

.desktop-mode .footer-info {
  max-width: 760px;
  gap: 5px;
  font-size: 14px;
}

.desktop-mode .footer span a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.desktop-mode .bottom-cta {
  display: none;
}

.desktop-mode .modal-card {
  width: min(640px, calc(100vw - 80px));
}

.desktop-mode .modal-visual {
  min-height: 250px;
}

.desktop-mode .modal-body {
  padding: 30px;
}

.desktop-mode .modal-body h2 {
  font-size: 34px;
}

.desktop-mode .modal-body p {
  font-size: 16px;
}

.desktop-mode .faculty-modal .modal-card {
  width: min(820px, calc(100vw - 96px));
  max-height: min(82dvh, 760px);
}

.desktop-mode .faculty-modal-head {
  padding: 26px 30px;
}

.desktop-mode .faculty-modal-head h2 {
  font-size: 32px;
}

.desktop-mode .faculty-modal-content {
  padding: 26px 30px 32px;
}

@media (max-width: 1023px) {
  body.desktop-mode {
    min-width: 0;
  }
}
