:root {
  color-scheme: light;
  --paper: #f6efe2;
  --paper-soft: #fff8ec;
  --ink: #121a27;
  --deep: #10233a;
  --green: #e66f24;
  --mint: #f4bf7a;
  --gold: #c88732;
  --orange: #f06a1d;
  --line: rgba(16, 35, 58, 0.14);
  --muted: #5d6570;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(13, 30, 24, 0.16);
  --shadow-strong: 0 36px 120px rgba(8, 20, 36, 0.28);
  --font-cn:
    "PingFang SC",
    "Microsoft YaHei",
    "Noto Sans CJK SC",
    system-ui,
    sans-serif;
  --font-cn-display:
    "Noto Serif SC",
    "Source Han Serif SC",
    "Songti SC",
    "STSong",
    "Microsoft YaHei",
    serif;
  --font-en:
    "Aptos Display",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  --header-height: 78px;
  --display-size: 5.8rem;
  --title-size: 3.5rem;
  --section-pad: 7rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-cn);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.38;
  background:
    linear-gradient(90deg, rgba(18, 26, 39, 0.025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(rgba(18, 26, 39, 0.018) 1px, transparent 1px) 0 0 / 18px 18px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

::selection {
  color: var(--white);
  background: var(--orange);
}

.animated-backdrop {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(240, 106, 29, 0.22), transparent 34%),
    linear-gradient(240deg, rgba(16, 35, 58, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.22), rgba(246, 239, 226, 0.78));
}

.stage-beam,
.motion-line {
  position: absolute;
  display: block;
  will-change: transform, opacity;
}

.stage-beam {
  top: -34vh;
  width: 22vw;
  height: 168vh;
  opacity: 0.22;
  background: linear-gradient(90deg, transparent, rgba(240, 106, 29, 0.18), transparent);
  transform: rotate(18deg) translate3d(0, 0, 0);
  animation: stageBeamDrift 18s ease-in-out infinite alternate;
}

.beam-one {
  left: 5vw;
}

.beam-two {
  left: 43vw;
  opacity: 0.15;
  animation-duration: 24s;
  animation-delay: -8s;
}

.beam-three {
  left: 78vw;
  opacity: 0.12;
  animation-duration: 28s;
  animation-delay: -14s;
}

.motion-line {
  left: -16vw;
  width: 132vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 35, 58, 0.22), transparent);
  transform: translate3d(calc(var(--pointer-x, 0.5) * 22px), 0, 0) rotate(-8deg);
  animation: lineDrift 16s linear infinite;
}

.line-one {
  top: 26vh;
}

.line-two {
  top: 68vh;
  animation-duration: 22s;
  animation-direction: reverse;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 1.2rem;
  font-family: var(--font-cn-display);
  font-size: var(--display-size);
  line-height: 0.98;
  font-weight: 900;
  text-wrap: balance;
}

h2 {
  margin-bottom: 1.2rem;
  font-family: var(--font-cn-display);
  font-size: var(--title-size);
  line-height: 1.05;
  font-weight: 900;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.25rem;
}

p {
  color: var(--muted);
  line-height: 1.82;
}

:lang(en),
.en,
.nav-en,
.eyebrow,
.section-kicker,
.history-label,
.hero-manifesto span,
.editorial-lead span,
.editorial-tile span {
  font-family: var(--font-en);
  letter-spacing: 0.03em;
}

.zh {
  font-family: var(--font-cn-display);
}

.en-line,
.hero-title-en,
.copy-en,
.card-en,
.metric-en,
.caption-en {
  display: block;
  font-family: var(--font-en);
  letter-spacing: 0.02em;
}

.hero-title-en {
  margin-top: 1rem;
  color: var(--orange);
  font-size: clamp(1.05rem, 2.2vw, 2rem);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.copy-en {
  margin-top: 0.45rem;
  color: rgba(16, 35, 58, 0.64);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.55;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.card-en,
.metric-en,
.caption-en,
.title-en {
  margin-top: 0.28rem;
  color: currentColor;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.3;
  opacity: 0.58;
  text-transform: uppercase;
}

h2 .en-line {
  margin-top: 0.8rem;
  color: var(--orange);
  font-size: clamp(0.9rem, 1.3vw, 1.15rem);
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

h3 .title-en {
  margin-top: 0.24rem;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--mint), var(--orange));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 2rem;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 236, 0.9);
  box-shadow: 0 10px 40px rgba(16, 35, 58, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(13, 30, 24, 0.16);
  background: var(--white);
}

.brand span {
  display: grid;
  gap: 0.1rem;
}

.brand strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  display: grid;
  gap: 0.08rem;
  padding: 0.45rem 0;
}

.site-nav small {
  color: rgba(18, 26, 39, 0.5);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--green);
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 4rem;
  padding: calc(var(--header-height) + 3rem) 7vw 5rem;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(16, 35, 58, 0.1) 0 1px, transparent 1px 16%),
    radial-gradient(ellipse at 74% 48%, rgba(16, 35, 58, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(240, 106, 29, 0.26), transparent 42%),
    linear-gradient(180deg, var(--paper-soft), var(--paper));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(13, 30, 24, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 30, 24, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  top: 18%;
  z-index: -2;
  width: 62vw;
  height: 52vh;
  border: 1px solid rgba(16, 35, 58, 0.18);
  transform: rotate(-4deg);
  background:
    linear-gradient(90deg, rgba(16, 35, 58, 0.08), transparent 1px) 0 0 / 52px 52px,
    linear-gradient(rgba(16, 35, 58, 0.06), transparent 1px) 0 0 / 52px 52px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 86%);
}

.lightfield {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.hero-content {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy {
  width: min(720px, 100%);
  color: #233a33;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.72;
  word-break: break-all;
  line-break: anywhere;
}

.hero-manifesto {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 2.2rem;
  border: 1px solid rgba(16, 35, 58, 0.16);
  background: rgba(16, 35, 58, 0.16);
}

.hero-manifesto span {
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.58);
  color: var(--deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(16, 35, 58, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button small {
  font-family: var(--font-en);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 0.72;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(16, 35, 58, 0.16);
}

.button-primary {
  color: var(--white);
  border-color: var(--deep);
  background: var(--deep);
}

.button-ghost {
  color: var(--deep);
  background: rgba(255, 255, 255, 0.62);
}

.campus-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.campus-pills span {
  display: inline-grid;
  align-items: center;
  gap: 0.08rem;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(13, 30, 24, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 900;
}

.campus-pills small {
  font-family: var(--font-en);
  color: rgba(16, 35, 58, 0.52);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-showcase {
  position: relative;
  min-height: 650px;
  perspective: 1200px;
}

.showcase-card {
  position: relative;
  border: 1px solid rgba(13, 30, 24, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition:
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.showcase-card::before,
.program-visual::before,
.campus-card::before,
.strength-card::before,
.outcome-card::before,
.qr-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at var(--hover-x, 50%) var(--hover-y, 50%),
    rgba(255, 255, 255, 0.36),
    transparent 38%
  );
  mix-blend-mode: screen;
  transition: opacity 180ms ease;
}

.showcase-card:hover::before,
.program-visual:hover::before,
.campus-card:hover::before,
.strength-card:hover::before,
.outcome-card:hover::before,
.qr-card:hover::before {
  opacity: 1;
}

.showcase-card:hover,
.program-visual:hover,
.campus-card:hover,
.strength-card:hover,
.outcome-card:hover {
  border-color: rgba(240, 106, 29, 0.42);
  box-shadow: var(--shadow-strong);
}

.showcase-card img,
.program-visual img,
.gallery-item img {
  transform: scale(1);
  transition: transform 700ms ease;
}

.showcase-card:hover img,
.program-visual:hover img,
.gallery-item:hover img {
  transform: scale(1.055);
}

.hero-card-main {
  position: absolute;
  inset: 8% 0 auto 2%;
  width: min(620px, 92%);
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.hero-card-main img {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
}

.hero-card-main div {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.25rem;
  max-width: 66%;
  padding: 1.1rem 1.35rem 1.35rem;
}

.hero-card-main b {
  font-size: 1.15rem;
}

.hero-card-main span,
.mini-card span {
  color: var(--muted);
  font-weight: 800;
}

.mini-card {
  position: absolute;
  display: grid;
  gap: 0.25rem;
  min-width: 158px;
  padding: 1.1rem;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.mini-card strong {
  font-size: 2rem;
  line-height: 1;
}

.mini-card-a {
  left: 0;
  bottom: -2%;
}

.mini-card-b {
  right: 3%;
  bottom: 0;
}

.photo-card {
  position: absolute;
  right: 0;
  bottom: 22%;
  width: min(245px, 38%);
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
}

.solo-card {
  position: absolute;
  left: 7%;
  top: 0;
  width: min(210px, 34%);
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.solo-card img {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
}

.editorial-card {
  position: absolute;
  right: 10%;
  top: 4%;
  display: grid;
  align-content: end;
  width: min(210px, 34%);
  min-height: 230px;
  padding: 1rem;
  background: var(--deep);
  color: var(--white);
  transform: translate3d(0, var(--parallax-y, 0), 0) rotate(2deg);
}

.editorial-card span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
}

.editorial-card strong {
  margin-top: 0.6rem;
  font-size: 2.8rem;
  line-height: 0.9;
}

.motion-tag {
  position: absolute;
  left: 34%;
  bottom: 18%;
  z-index: 4;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(240, 106, 29, 0.9);
  color: var(--white);
  box-shadow: 0 20px 70px rgba(16, 35, 58, 0.2);
  font-weight: 900;
  transform: translate3d(0, var(--parallax-y, 0), 0) rotate(-6deg);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.entry-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--deep);
}

.entry-panel {
  position: relative;
  min-height: 310px;
  padding: 2rem;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  transition:
    background 220ms ease,
    color 220ms ease;
}

.entry-panel:last-child {
  border-right: 0;
}

.entry-panel::before {
  content: "";
  position: absolute;
  inset: auto -12% -44% 12%;
  height: 66%;
  background: radial-gradient(circle, rgba(240, 106, 29, 0.36), transparent 64%);
  transform: translate3d(0, 18px, 0);
  opacity: 0;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.entry-panel:hover,
.entry-panel:focus-visible {
  background: var(--orange);
  color: #101827;
}

.entry-panel:hover::before,
.entry-panel:focus-visible::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.entry-panel span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 4.8rem;
  font-weight: 900;
}

.entry-panel h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.35rem;
  font-size: clamp(2.15rem, 4vw, 4.3rem);
}

.entry-panel .card-en {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  color: currentColor;
}

.entry-panel p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  color: currentColor;
  opacity: 0.78;
  word-break: break-all;
  line-break: anywhere;
}

.metric {
  display: grid;
  align-content: center;
  min-height: 150px;
  gap: 0.35rem;
  padding: 1.6rem 2rem;
  background: var(--deep);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.metric::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  transform: scaleX(var(--metric-fill, 0.76));
  transform-origin: left;
  background: var(--orange);
}

.metric strong {
  font-size: 3rem;
  line-height: 1;
}

.editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.72fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid var(--line);
}

.editorial-lead,
.editorial-tile {
  position: relative;
  min-height: 360px;
  padding: 2rem;
  overflow: hidden;
  background: var(--paper-soft);
}

.editorial-lead {
  background:
    linear-gradient(135deg, rgba(240, 106, 29, 0.2), rgba(255, 248, 236, 0.88)),
    var(--paper-soft);
}

.editorial-lead::before,
.editorial-tile::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(16, 35, 58, 0.08));
  transform: translateY(28%);
  transition: transform 240ms ease;
}

.editorial-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at var(--hover-x, 50%) var(--hover-y, 50%),
    rgba(255, 255, 255, 0.28),
    transparent 40%
  );
  transition: opacity 180ms ease;
}

.editorial-tile:hover::before,
.editorial-tile:focus-visible::before {
  transform: translateY(0);
}

.editorial-tile:hover::after,
.editorial-tile:focus-visible::after {
  opacity: 1;
}

.editorial-lead span,
.editorial-tile span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 4rem;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
}

.editorial-lead h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 5.7rem);
  line-height: 0.96;
}

.editorial-tile {
  color: var(--white);
  background: var(--deep);
  transition:
    background 220ms ease,
    color 220ms ease;
}

.editorial-tile:nth-child(3) {
  background: #182c47;
}

.editorial-tile:hover,
.editorial-tile:focus-visible {
  background: var(--orange);
  color: #111927;
}

.editorial-tile h3,
.editorial-tile p {
  position: relative;
  z-index: 1;
}

.editorial-tile h3 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.editorial-tile p {
  color: currentColor;
  opacity: 0.78;
}

.metric span {
  color: rgba(255, 255, 255, 0.76);
}

.section {
  position: relative;
  padding: var(--section-pad) 7vw;
  overflow: hidden;
}

.section-head,
.outcomes-head,
.programs-intro,
.campus-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}

.about-section,
.outcomes-section {
  background: var(--paper);
}

.campus-grid,
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.campus-card,
.outcome-card,
.strength-card,
.qr-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 12px 40px rgba(13, 30, 24, 0.07);
}

.campus-card {
  min-height: 240px;
  padding: 1.5rem;
}

.campus-card span,
.strength-card span,
.outcome-card span {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
}

.campus-card h3,
.strength-card h3 {
  margin-top: 1rem;
}

.history-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: 2rem;
  margin-top: 1rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 106, 29, 0.08)),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 50px rgba(13, 30, 24, 0.08);
}

.history-label {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.history-panel h3 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.history-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.history-list li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.history-list time {
  color: var(--deep);
  font-weight: 900;
}

.history-list p {
  margin-bottom: 0;
}

.strength-section {
  background:
    linear-gradient(135deg, rgba(16, 35, 58, 0.98), rgba(6, 17, 31, 0.98)),
    var(--deep);
  color: var(--white);
}

.strength-section .section-kicker,
.strength-section p,
.strength-section .strength-card span {
  color: rgba(255, 255, 255, 0.72);
}

.strength-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 0.9fr);
  gap: 4rem;
  align-items: start;
}

.section-copy {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.strength-stack {
  display: grid;
  gap: 1rem;
}

.strength-card {
  min-height: 190px;
  padding: 1.45rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.strength-card p {
  color: rgba(255, 255, 255, 0.72);
}

.programs-section {
  min-height: 74svh;
  background:
    linear-gradient(180deg, var(--paper-soft), var(--paper)),
    var(--paper-soft);
}

.program-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding-block: 2rem;
  transform: translate3d(var(--track-x, 0), 0, 0);
  transition: transform 90ms linear;
}

.program-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.program-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(13, 30, 24, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(13, 30, 24, 0.09);
  transform: translate3d(0, var(--parallax-y, 0), 0);
  transition:
    box-shadow 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.program-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(5, 12, 10, 0.78));
}

.program-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-visual span {
  position: absolute;
  display: grid;
  gap: 0.15rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
}

.program-visual small {
  font-family: var(--font-en);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 0.72;
  text-transform: uppercase;
}

.program-track span {
  display: grid;
  place-items: center;
  gap: 0.22rem;
  width: 260px;
  aspect-ratio: 1 / 0.7;
  border: 1px solid rgba(13, 30, 24, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(240, 106, 29, 0.14)),
    var(--white);
  color: var(--deep);
  box-shadow: 0 18px 50px rgba(13, 30, 24, 0.09);
  font-size: 1.55rem;
  font-weight: 900;
  text-align: center;
}

.program-track small {
  font-family: var(--font-en);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 0.56;
  text-transform: uppercase;
}

.program-track span:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(16, 35, 58, 0.12)),
    var(--white);
}

.outcome-grid {
  grid-template-columns: repeat(4, 1fr);
}

.outcome-card {
  min-height: 270px;
  padding: 1.35rem;
}

.outcome-card strong {
  display: block;
  margin: 1.2rem 0 0.85rem;
  font-size: 3rem;
  line-height: 1;
}

.campus-section {
  background: #101827;
  color: var(--white);
}

.campus-section .section-kicker,
.campus-section p {
  color: rgba(255, 255, 255, 0.72);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 124px;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #111;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
}

.gallery-item .caption-en {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-item.large {
  grid-column: span 6;
  grid-row: span 3;
}

.gallery-item.wide {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-item.portrait {
  grid-column: span 3;
  grid-row: span 4;
}

.gallery-item:not(.large):not(.wide):not(.portrait) {
  grid-column: span 3;
  grid-row: span 2;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(240, 106, 29, 0.2), transparent 44%),
    var(--paper-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 0.88fr);
  gap: 4rem;
  align-items: start;
}

.contact-copy {
  max-width: 720px;
}
.official-phone-card {
  display: grid;
  align-content: center;
  min-height: 280px;
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(16, 35, 58, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(240, 106, 29, 0.18)),
    var(--white);
  color: var(--deep);
  text-decoration: none;
  box-shadow: 0 24px 80px rgba(13, 30, 24, 0.12);
}

.official-phone-card span,
.official-phone-card small {
  color: rgba(16, 35, 58, 0.64);
  font-family: var(--font-en);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.official-phone-card strong {
  display: block;
  margin: 0.7rem 0 0.9rem;
  color: var(--deep);
  font-family: var(--font-en);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
}

.official-phone-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 106, 29, 0.34);
  box-shadow: 0 32px 90px rgba(13, 30, 24, 0.16);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.qr-card {
  min-height: 240px;
  padding: 1.1rem;
}

.slot-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 0.82;
  margin-bottom: 1rem;
  border: 1px solid rgba(13, 30, 24, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 35, 58, 0.06), rgba(240, 106, 29, 0.12)),
    var(--white);
}

.slot-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(16, 35, 58, 0.28);
  border-radius: 8px;
}

.slot-placeholder::after {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(16, 35, 58, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 900;
}

.qr-slot::after {
  content: "二维码位";
}

.phone-slot::after {
  content: "电话位";
}

.social-slot::after {
  content: "账号位";
}

.principal-slot::after {
  content: "校长账号位";
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.5rem;
  padding: 1.4rem 7vw;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.site-footer a {
  color: var(--deep);
  font-weight: 900;
}

.page-main {
  padding-top: var(--header-height);
}

.page-hero {
  min-height: 58svh;
  padding: clamp(7rem, 12vw, 10rem) 7vw 5rem;
  background:
    linear-gradient(120deg, rgba(240, 106, 29, 0.16), transparent 42%),
    linear-gradient(180deg, var(--paper-soft), var(--paper));
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.44fr);
  gap: 4rem;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: rgba(16, 35, 58, 0.56);
  font-family: var(--font-en);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--orange);
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(3rem, 7vw, 6rem);
}

.page-hero p {
  max-width: 760px;
  font-size: 1.06rem;
}

.page-aside {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(16, 35, 58, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 70px rgba(13, 30, 24, 0.08);
}

.page-aside strong {
  font-size: 2.8rem;
  line-height: 1;
}

.page-aside span {
  color: var(--muted);
  line-height: 1.65;
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  max-width: 1240px;
  margin: -2rem auto 0;
  padding: 0 7vw 2rem;
}

.subnav a,
.text-link {
  color: var(--orange);
  font-weight: 900;
}

.subnav a {
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(16, 35, 58, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.page-section {
  padding: 5.5rem 7vw;
}

.page-section.alt {
  background: rgba(255, 255, 255, 0.34);
}

.page-section-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.section-note {
  max-width: 760px;
  margin-bottom: 2rem;
  color: var(--muted);
}

.evidence-preview,
.faculty-preview,
.cooperation-preview {
  margin-top: 2.2rem;
}

.evidence-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 1rem;
}

.evidence-preview .evidence-wall {
  grid-template-columns: 1fr;
}

.evidence-wall,
.proof-library,
.faculty-grid,
.program-directory,
.cooperation-grid,
.faq-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.evidence-card,
.faculty-card,
.program-card,
.cooperation-card,
.faq-card,
.policy-card,
.timeline-card,
.case-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 1.25rem;
  border: 1px solid rgba(16, 35, 58, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(13, 30, 24, 0.08);
}

.evidence-card h3,
.faculty-card h3,
.program-card h3,
.cooperation-card h3,
.faq-card h3,
.policy-card h3,
.timeline-card h3,
.case-card h3 {
  font-family: var(--font-cn-display);
  font-size: 1.45rem;
}

.evidence-card p,
.faculty-card p,
.program-card p,
.cooperation-card p,
.faq-card p,
.policy-card p,
.timeline-card p,
.case-card p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.evidence-thumb {
  display: grid;
  min-height: 190px;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px dashed rgba(16, 35, 58, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 106, 29, 0.12), transparent 50%),
    rgba(246, 239, 226, 0.72);
  color: rgba(16, 35, 58, 0.52);
  font-weight: 900;
  text-align: center;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  background: rgba(240, 106, 29, 0.12);
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
}

.fact-list,
.detail-list {
  display: grid;
  gap: 0.78rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-list li,
.detail-list li {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  padding-bottom: 0.78rem;
  border-bottom: 1px solid rgba(16, 35, 58, 0.1);
  color: var(--muted);
  line-height: 1.65;
}

.fact-list strong,
.detail-list strong {
  color: var(--deep);
}

.faculty-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.faculty-portrait,
.program-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #0b111b;
}

.faculty-portrait img,
.program-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-card {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1.2rem;
}

.timeline-card time {
  color: var(--orange);
  font-family: var(--font-en);
  font-size: 1.9rem;
  font-weight: 900;
}

.program-card {
  min-height: 260px;
}

.program-card img {
  width: 100%;
  height: 180px;
  margin-bottom: 1rem;
  border-radius: 8px;
  object-fit: cover;
}

.program-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.program-meta span {
  padding: 0.35rem 0.52rem;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 999px;
  color: rgba(16, 35, 58, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
}

.program-visual {
  display: block;
  color: inherit;
  text-decoration: none;
}

.program-college-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-college-card {
  min-height: 420px;
}

.program-college-card img {
  height: 230px;
}

.college-hero {
  min-height: 68svh;
}

.college-hero-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.62fr);
  align-items: center;
}

.college-hero-media {
  position: relative;
  min-height: clamp(360px, 44vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(16, 35, 58, 0.13);
  border-radius: 8px;
  background: #0b111b;
  box-shadow: 0 30px 90px rgba(13, 30, 24, 0.16);
}

.college-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.college-hero-media img[src*="broadcasting-hero"] {
  object-position: 26% center;
}

.college-hero-media.reveal {
  opacity: 1;
  transform: none;
}

.college-tags,
.college-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.college-tags span,
.college-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(16, 35, 58, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(16, 35, 58, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.college-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.college-path-card {
  min-height: 260px;
  padding: 1.25rem;
  border: 1px solid rgba(16, 35, 58, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(240, 106, 29, 0.1)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(13, 30, 24, 0.08);
}

.college-path-card span {
  color: var(--orange);
  font-family: var(--font-en);
  font-size: 0.82rem;
  font-weight: 900;
}

.college-path-card h3 {
  margin-top: 1rem;
  font-family: var(--font-cn-display);
  font-size: 1.55rem;
}

.college-path-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.college-proof-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.college-proof-header .button {
  flex: 0 0 auto;
}

.college-directory {
  margin-top: 0;
}

.college-outcomes {
  margin-top: 0;
}

.college-scene-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jianye-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.56fr);
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 58, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 13, 11, 0.96), rgba(16, 35, 58, 0.94)),
    #08110d;
  color: var(--white);
  box-shadow: 0 24px 90px rgba(13, 30, 24, 0.18);
}

.jianye-copy {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.jianye-copy img {
  width: min(180px, 46vw);
  margin-bottom: 1.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.jianye-copy h2 {
  color: var(--white);
}

.jianye-copy p,
.jianye-copy .detail-list li,
.jianye-copy .detail-list span {
  color: rgba(255, 255, 255, 0.72);
}

.jianye-copy .detail-list strong {
  color: rgba(255, 255, 255, 0.92);
}

.jianye-proof-card {
  margin-top: 1.1rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.jianye-proof-card img {
  display: block;
  width: min(220px, 100%);
  max-height: 420px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
}

.jianye-proof-card figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  line-height: 1.5;
}

.jianye-media {
  min-height: 480px;
  background: #050908;
}

.jianye-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem;
  border: 1px solid rgba(16, 35, 58, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 35, 58, 0.92), rgba(16, 35, 58, 0.76)),
    var(--deep);
  color: var(--white);
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.legal-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.reveal.is-visible,
.hero .reveal,
.proof-strip .reveal,
.entry-panels .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes stageBeamDrift {
  0% {
    transform: rotate(18deg) translate3d(-18px, -26px, 0);
  }
  100% {
    transform: rotate(18deg) translate3d(30px, 34px, 0);
  }
}

@keyframes lineDrift {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--pointer-x, 0.5) * 22px - 34px), 0, 0) rotate(-8deg);
  }
  22%,
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(var(--pointer-x, 0.5) * 22px + 34px), 0, 0) rotate(-8deg);
  }
}

@media (max-width: 1180px) {
  :root {
    --display-size: 4.7rem;
    --title-size: 2.8rem;
    --section-pad: 6rem;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 480px;
  }

  .editorial-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-lead {
    grid-column: 1 / -1;
  }

  .editorial-lead,
  .editorial-tile {
    min-height: 300px;
  }

  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strength-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .section-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 68px;
    --display-size: 3.35rem;
    --title-size: 2.25rem;
    --section-pad: 4.8rem;
  }

  .site-header {
    padding-inline: 1rem;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
  }

  .nav-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0;
    padding: 0.45rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    padding: 0.92rem;
  }

  .hero,
  .section {
    padding-inline: 1.2rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    min-height: auto;
    padding-top: calc(var(--header-height) + 2.4rem);
  }

  .hero-content,
  .hero-copy {
    width: 100%;
    max-width: calc(100vw - 2.4rem);
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .copy-en {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .hero-manifesto {
    grid-template-columns: 1fr;
  }

  .hero-manifesto span {
    min-height: 44px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-showcase {
    min-height: 440px;
  }

  .hero-card-main {
    left: 0;
    width: 100%;
  }

  .solo-card {
    left: auto;
    right: 4%;
    top: 8%;
    width: 30%;
  }

  .mini-card {
    display: none;
  }

  .photo-card {
    right: 4%;
    bottom: 26%;
    width: 43%;
  }

  .editorial-card {
    right: 2%;
    top: auto;
    bottom: 1%;
    width: 40%;
    min-height: 170px;
  }

  .editorial-card strong {
    font-size: 2rem;
  }

  .motion-tag {
    left: 6%;
    bottom: 18%;
    max-width: 58%;
  }

  .hero-card-main div {
    max-width: 100%;
  }

  .editorial-band {
    grid-template-columns: 1fr;
  }

  .editorial-lead,
  .editorial-tile {
    min-height: 250px;
    padding: 1.4rem;
  }

  .editorial-lead span,
  .editorial-tile span {
    margin-bottom: 2.2rem;
  }

  .proof-strip,
  .entry-panels,
  .section-head,
  .outcomes-head,
  .programs-intro,
  .campus-head,
  .campus-grid,
  .history-panel,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .entry-panels {
    grid-template-columns: 1fr;
  }

  .entry-panel {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .entry-panel:last-child {
    border-bottom: 0;
  }

  .entry-panel span {
    margin-bottom: 2.4rem;
  }

  .program-track span {
    width: 210px;
  }

  .history-panel {
    padding: 1.4rem;
  }

  .history-list li {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .program-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-track {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    transform: none !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .program-track span {
    flex: 0 0 210px;
    scroll-snap-align: start;
  }

  .gallery {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }

  .gallery-item,
  .gallery-item.large,
  .gallery-item.wide,
  .gallery-item.portrait,
  .gallery-item:not(.large):not(.wide):not(.portrait) {
    flex: 0 0 82%;
    height: 350px;
    scroll-snap-align: start;
  }

  .site-footer {
    display: grid;
    padding-inline: 1.2rem;
  }
}

@media (max-width: 540px) {
  :root {
    --display-size: 2.55rem;
    --title-size: 1.85rem;
  }

  h1 {
    line-height: 1.05;
  }

  .hero-showcase {
    min-height: 360px;
  }

  .solo-card {
    display: none;
  }

  .editorial-card,
  .motion-tag {
    display: none;
  }

  .mini-card {
    min-width: 132px;
  }

  .mini-card strong {
    font-size: 1.5rem;
  }

  .metric {
    min-height: 120px;
    padding: 1.2rem;
  }

  .metric strong {
    font-size: 2.25rem;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .program-visual-grid {
    grid-template-columns: 1fr;
  }

  .program-visual {
    min-height: 310px;
  }

  .outcome-card {
    min-height: 220px;
  }

  .gallery-item,
  .gallery-item.large,
  .gallery-item.wide,
  .gallery-item.portrait,
  .gallery-item:not(.large):not(.wide):not(.portrait) {
    flex-basis: 88%;
    height: 310px;
  }
}

/* Cinematic video upgrade */
.site-header:not(.is-scrolled) {
  color: var(--white);
}

.site-header:not(.is-scrolled) .brand img {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.site-header:not(.is-scrolled) .brand small,
.site-header:not(.is-scrolled) .site-nav small {
  color: rgba(255, 255, 255, 0.62);
}

.site-header:not(.is-scrolled) .site-nav a::after {
  background: var(--orange);
}

.hero {
  min-height: 100svh;
  color: var(--white);
  background: #070b12;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(240, 106, 29, 0.28), transparent 42%),
    url("./assets/video/hero-poster.webp") center / cover no-repeat,
    #070b12;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.88) 0%, rgba(5, 8, 13, 0.68) 34%, rgba(5, 8, 13, 0.32) 62%, rgba(5, 8, 13, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 8, 13, 0.38), rgba(5, 8, 13, 0.76));
}

.hero-media::after {
  z-index: 3;
  opacity: 0.62;
  background:
    radial-gradient(circle at 24% 28%, rgba(240, 106, 29, 0.34), transparent 28%),
    radial-gradient(circle at 78% 46%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 92px 92px;
  mix-blend-mode: screen;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.04);
}

.hero::before {
  z-index: -2;
  opacity: 0.18;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 76px 76px;
}

.hero::after {
  display: none;
}

.lightfield {
  z-index: -1;
  opacity: 0.34;
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 4;
  max-width: 760px;
}

.hero h1,
.hero .hero-title-en {
  color: var(--white);
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
}

.hero .eyebrow {
  color: #ffb16b;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
}

.hero-copy .copy-en {
  color: rgba(255, 255, 255, 0.72);
}

.hero .button-primary {
  border-color: rgba(240, 106, 29, 0.78);
  background: linear-gradient(135deg, #f06a1d, #b94f1a);
  box-shadow: 0 18px 52px rgba(240, 106, 29, 0.22);
}

.hero .button-ghost,
.hero .campus-pills span,
.hero-manifesto span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.hero .button-ghost small,
.hero .campus-pills small {
  color: rgba(255, 255, 255, 0.62);
}

.hero-manifesto {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.hero-showcase {
  z-index: 4;
  min-height: 480px;
}

.showcase-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(7, 11, 18, 0.36);
  color: var(--white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.hero-card-main {
  inset: 20% 4% auto auto;
  width: min(430px, 82%);
  min-height: 230px;
}

.hero-card-main img,
.photo-card,
.solo-card {
  opacity: 0.32;
  filter: saturate(0.8) contrast(0.86);
}

.hero-card-main div {
  max-width: 100%;
}

.hero-card-main span,
.mini-card span {
  color: rgba(255, 255, 255, 0.7);
}

.editorial-card {
  background: rgba(16, 35, 58, 0.72);
}

.program-visual {
  background: #080d14;
}

.program-visual video,
.program-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-visual video {
  z-index: 1;
  opacity: 1;
  transform: scale(1.01);
  transition:
    opacity 240ms ease,
    transform 800ms ease,
    filter 800ms ease;
}

.program-visual img {
  z-index: 0;
}

.program-visual:hover video {
  transform: scale(1.065);
  filter: saturate(1.08) contrast(1.05);
}

.program-visual::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 70% 12%, rgba(240, 106, 29, 0.24), transparent 34%);
}

.program-visual span {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.46);
}

@media (max-width: 1180px) {
  .program-college-grid,
  .college-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .college-hero-inner {
    grid-template-columns: 1fr;
  }

  .college-hero-media {
    min-height: 420px;
  }

  .hero-showcase {
    min-height: 360px;
  }

  .hero-card-main {
    inset: 8% auto auto 0;
  }
}

@media (max-width: 860px) {
  .program-college-grid,
  .college-path-grid,
  .college-scene-grid {
    grid-template-columns: 1fr;
  }

  .college-hero {
    min-height: auto;
  }

  .college-hero-media {
    min-height: 320px;
  }

  .college-proof-header {
    display: grid;
    gap: 1rem;
  }

  .college-proof-header .button {
    width: fit-content;
  }

  .jianye-panel {
    grid-template-columns: 1fr;
  }

  .jianye-media {
    min-height: 460px;
  }

  .site-header:not(.is-scrolled) .nav-toggle {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
  }

  .site-header:not(.is-scrolled) .nav-toggle span {
    background: var(--white);
  }

  .hero {
    min-height: 100svh;
    padding-bottom: 3.6rem;
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(5, 8, 13, 0.72) 0%, rgba(5, 8, 13, 0.74) 52%, rgba(5, 8, 13, 0.88) 100%),
      linear-gradient(90deg, rgba(5, 8, 13, 0.58), rgba(5, 8, 13, 0.34));
  }

  .hero-showcase {
    min-height: 250px;
  }

  .hero-card-main {
    width: min(100%, 520px);
    min-height: 190px;
  }

  .hero-card-main img {
    display: none;
  }

  .photo-card,
  .solo-card {
    display: none;
  }
}

@media (max-width: 540px) {
  .program-college-card {
    min-height: auto;
  }

  .program-college-card img {
    height: 210px;
  }

  .college-tags span,
  .college-link-row a {
    width: 100%;
    justify-content: center;
  }

  .college-hero-media {
    min-height: 250px;
  }

  .jianye-media {
    min-height: 390px;
  }

  .hero-showcase {
    min-height: 190px;
  }

  .hero-card-main {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-manifesto {
    margin-top: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video,
  .program-video {
    display: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  [data-parallax],
  .program-track {
    transform: none !important;
  }
}

.subpage .site-header:not(.is-scrolled) {
  color: var(--ink);
}

.subpage .site-header:not(.is-scrolled) .brand small,
.subpage .site-header:not(.is-scrolled) .site-nav small {
  color: rgba(16, 35, 58, 0.56);
}

.subpage .site-header:not(.is-scrolled) .brand img {
  border-color: rgba(16, 35, 58, 0.12);
  box-shadow: 0 12px 34px rgba(13, 30, 24, 0.12);
}

@media (max-width: 1180px) {
  .page-hero-inner,
  .evidence-preview,
  .faculty-feature {
    grid-template-columns: 1fr;
  }

  .evidence-wall,
  .proof-library,
  .faculty-grid,
  .program-directory,
  .cooperation-grid,
  .faq-grid,
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .subpage .site-header:not(.is-scrolled) .nav-toggle {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.62);
  }

  .subpage .site-header:not(.is-scrolled) .nav-toggle span {
    background: var(--ink);
  }

  .page-hero {
    padding: calc(var(--header-height) + 3rem) 1.2rem 4rem;
  }

  .page-hero-inner,
  .evidence-preview,
  .faculty-feature,
  .timeline-card,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .subnav,
  .page-section {
    padding-inline: 1.2rem;
  }

  .subnav {
    margin-top: -1rem;
  }

  .evidence-wall,
  .proof-library,
  .faculty-grid,
  .program-directory,
  .cooperation-grid,
  .faq-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .fact-list li,
  .detail-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .faculty-portrait,
  .program-media {
    min-height: 280px;
  }
}

.miniapp-page {
  background:
    radial-gradient(circle at 13% 9%, rgba(240, 106, 29, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(18, 92, 130, 0.16), transparent 26rem),
    linear-gradient(180deg, #eef3f6 0%, #f7f4ee 58%, #f1f5f2 100%);
}

.miniapp-page::before {
  opacity: 0.2;
}

.miniapp-main {
  min-height: 100svh;
  padding-top: var(--header-height);
}

.miniapp-stage {
  padding: clamp(1.2rem, 3vw, 3rem);
}

.miniapp-workbench {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(320px, 450px) minmax(240px, 320px);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: stretch;
  max-width: 1180px;
  min-height: calc(100svh - var(--header-height) - 6rem);
  margin: 0 auto;
}

.strategy-rail,
.operator-panel,
.phone-frame {
  border: 1px solid rgba(16, 35, 58, 0.12);
  box-shadow: 0 24px 80px rgba(9, 22, 40, 0.14);
}

.strategy-rail,
.operator-panel {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  gap: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  padding: 1.1rem;
  backdrop-filter: blur(24px);
}

.rail-brand {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.35rem 0.35rem 1rem;
  border-bottom: 1px solid rgba(16, 35, 58, 0.1);
}

.rail-brand img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(16, 35, 58, 0.12);
}

.rail-brand strong,
.panel-head strong,
.lead-card strong,
.weekly-score strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.rail-brand span,
.panel-head span,
.lead-card span,
.weekly-score span,
.case-item span,
.advisor-card span,
.agent-flow span,
.report-header p,
.view-heading p {
  color: rgba(18, 26, 39, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.app-tabs {
  display: grid;
  gap: 0.55rem;
}

.app-tab {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: rgba(18, 26, 39, 0.72);
  font: 800 0.95rem / 1.2 var(--font-cn);
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.app-tab:hover,
.app-tab.is-active {
  border-color: rgba(240, 106, 29, 0.2);
  background: #fff7ed;
  color: var(--ink);
  transform: translateY(-1px);
}

.tab-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  background: rgba(16, 35, 58, 0.07);
  color: #174966;
}

.tab-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.app-tab.is-active .tab-icon {
  background: #f06a1d;
  color: #fff;
}

.rail-metric,
.lead-card,
.compliance-box {
  margin-top: 0.35rem;
  border-radius: 22px;
  background: #10233a;
  padding: 1rem;
  color: #fff;
}

.rail-metric span,
.lead-card span {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.rail-metric strong,
.lead-card strong,
.compliance-box strong {
  color: #fff;
  font-size: 1.15rem;
}

.rail-metric p,
.lead-card p,
.compliance-box p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.65;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  min-height: 710px;
  border-radius: 38px;
  background: #f8fafc;
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), transparent 18%),
    radial-gradient(circle at 50% -6%, rgba(240, 106, 29, 0.22), transparent 16rem);
  z-index: 1;
}

.phone-status,
.mini-program-bar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  padding: 0.9rem 1.4rem 0.45rem;
  color: rgba(18, 26, 39, 0.74);
  font: 800 0.78rem / 1 var(--font-en);
}

.mini-program-bar {
  min-height: 52px;
  padding: 0 1.15rem 0.65rem;
}

.mini-program-bar strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.mini-circle,
.mini-menu {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.mini-circle {
  position: relative;
}

.mini-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #10233a;
  border-left: 2px solid #10233a;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mini-menu {
  position: relative;
}

.mini-menu::before,
.mini-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #10233a;
  transform: translateY(-50%);
}

.mini-menu::before {
  left: 10px;
  box-shadow: 6px 0 0 #10233a;
}

.mini-menu::after {
  right: 8px;
}

.app-view {
  position: relative;
  z-index: 2;
  display: none;
  min-height: 610px;
  padding: 0.85rem 1.05rem 1.2rem;
}

.app-view.is-active {
  display: block;
  animation: appViewIn 220ms ease both;
}

.view-hero {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  border-radius: 28px;
  background: #101a2b;
  color: #fff;
}

.view-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.view-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 23, 0.02) 0%, rgba(8, 14, 23, 0.78) 78%),
    radial-gradient(circle at 20% 18%, rgba(240, 106, 29, 0.4), transparent 45%);
}

.view-hero-copy {
  position: absolute;
  right: 1.1rem;
  bottom: 1.15rem;
  left: 1.1rem;
  z-index: 2;
}

.view-hero h1 {
  margin-bottom: 0.7rem;
  color: #fff;
  font-size: clamp(2rem, 8vw, 2.55rem);
  line-height: 1.02;
}

.view-hero p {
  max-width: 24rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.7;
}

.quick-actions,
.slot-grid,
.case-filters {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.quick-actions {
  grid-template-columns: 1.2fr 1fr;
}

.primary-action,
.secondary-action,
.slot,
.case-filters button {
  min-height: 48px;
  border: 0;
  border-radius: 17px;
  font: 900 0.92rem / 1.2 var(--font-cn);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.primary-action {
  background: #f06a1d;
  color: #fff;
  box-shadow: 0 16px 34px rgba(240, 106, 29, 0.28);
}

.secondary-action,
.slot,
.case-filters button {
  border: 1px solid rgba(16, 35, 58, 0.1);
  background: #fff;
  color: #10233a;
}

.primary-action:hover,
.secondary-action:hover,
.slot:hover,
.case-filters button:hover,
.slot.is-selected,
.case-filters button.is-selected {
  transform: translateY(-1px);
}

.slot.is-selected,
.case-filters button.is-selected {
  background: #10233a;
  color: #fff;
}

.path-summary {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.path-summary article,
.mini-note,
.report-card,
.report-warning,
.advisor-card,
.agent-hero-card,
.agent-flow article,
.model-router,
.timeline-list article,
.case-item,
.contact-field,
.assessment-form label {
  border: 1px solid rgba(16, 35, 58, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.9rem;
}

.path-summary article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.75rem;
  align-items: center;
}

.path-summary strong,
.mini-note strong,
.report-card h3,
.agent-hero-card strong,
.agent-flow strong,
.model-router strong,
.timeline-list strong,
.case-item strong,
.advisor-card strong,
.contact-field span,
.assessment-form span {
  color: var(--ink);
}

.path-summary span,
.mini-note p,
.report-warning p,
.agent-hero-card p,
.agent-flow p,
.timeline-list span,
.assessment-form small,
.booking-result {
  margin: 0;
  color: rgba(18, 26, 39, 0.6);
  font-size: 0.84rem;
  line-height: 1.6;
}

.mini-note {
  margin-top: 0.9rem;
  background: #eef7f3;
}

.view-heading h2,
.report-header h2 {
  margin-bottom: 0.4rem;
  color: var(--ink);
  font-size: 1.9rem;
}

.view-heading {
  margin-bottom: 0.85rem;
}

.assessment-form {
  display: grid;
  gap: 0.72rem;
}

.assessment-form label,
.contact-field {
  display: grid;
  gap: 0.5rem;
}

.assessment-form input,
.assessment-form select,
.contact-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 15px;
  background: #f8fafc;
  color: var(--ink);
  font: 800 0.94rem / 1.2 var(--font-cn);
  padding: 0 0.8rem;
}

.assessment-form input[type="range"] {
  min-height: 32px;
  padding: 0;
  accent-color: #f06a1d;
}

.assessment-form output {
  color: #f06a1d;
  font-weight: 900;
}

.report-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  align-items: start;
  margin-bottom: 0.9rem;
}

.report-header > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 38px;
  border-radius: 999px;
  background: #10233a;
  color: #fff;
  font-size: 0.82rem;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.score-grid article {
  min-height: 96px;
  border-radius: 22px;
  background: #fff;
  padding: 0.85rem;
  box-shadow: 0 12px 26px rgba(16, 35, 58, 0.08);
}

.score-grid span {
  display: block;
  color: rgba(18, 26, 39, 0.56);
  font-size: 0.78rem;
}

.score-grid strong {
  display: block;
  margin-top: 0.45rem;
  color: #f06a1d;
  font: 900 2rem / 1 var(--font-en);
}

.report-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(18, 26, 39, 0.68);
  line-height: 1.7;
}

.report-warning {
  margin: 0.85rem 0;
  background: #fff7ed;
}

.report-warning + .secondary-action {
  width: 100%;
  margin-bottom: 0.65rem;
}

.agent-hero-card {
  margin-bottom: 0.8rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(240, 106, 29, 0.28), transparent 10rem),
    linear-gradient(135deg, #10233a, #174966);
  color: #fff;
}

.agent-hero-card strong,
.agent-hero-card p {
  color: #fff;
}

.agent-hero-card strong {
  font-size: 1.1rem;
}

.agent-hero-card p {
  margin-top: 0.45rem;
  font-size: 1rem;
}

.agent-flow {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.agent-flow article {
  display: grid;
  gap: 0.3rem;
}

.agent-flow span {
  color: #f06a1d;
  font-family: var(--font-en);
  font-weight: 900;
}

.model-router {
  margin-bottom: 0.8rem;
  background: #eef7f3;
}

.model-router div {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.model-router span {
  display: block;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.62rem 0.72rem;
  color: rgba(18, 26, 39, 0.68);
  font-size: 0.84rem;
  font-weight: 800;
}

.advisor-card,
.case-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 0.8rem;
  align-items: center;
}

.advisor-card img,
.case-item img {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  object-fit: cover;
}

.slot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0.75rem;
}

.contact-field {
  margin-bottom: 0.75rem;
}

.booking-result {
  min-height: 1.5rem;
  margin-top: 0.65rem;
  color: #106a42;
  font-weight: 800;
}

.weekly-score {
  border-radius: 24px;
  background:
    linear-gradient(135deg, #10233a, #174966 64%, #f06a1d 160%);
  padding: 1.1rem;
  color: #fff;
  box-shadow: 0 18px 44px rgba(16, 35, 58, 0.18);
}

.weekly-score strong,
.weekly-score span {
  color: #fff;
}

.timeline-list {
  display: grid;
  gap: 0.7rem;
  margin: 0.9rem 0;
}

.case-filters {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0.8rem;
}

.case-list {
  display: grid;
  gap: 0.7rem;
}

.case-item.is-hidden {
  display: none;
}

.operator-panel {
  background: rgba(16, 35, 58, 0.92);
  color: #fff;
}

.panel-head {
  padding: 0.5rem 0.2rem;
}

.execution-links {
  display: grid;
  gap: 0.55rem;
}

.execution-links a {
  display: grid;
  gap: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.8rem;
  color: #fff;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.execution-links a:hover {
  border-color: rgba(240, 106, 29, 0.55);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.execution-links strong {
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.2;
}

.execution-links span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.panel-head span {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-en);
  text-transform: uppercase;
}

.panel-head strong {
  color: #fff;
  font-size: 1.45rem;
}

.lead-card {
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.lead-card.ai-card {
  background:
    radial-gradient(circle at 16% 20%, rgba(240, 106, 29, 0.32), transparent 9rem),
    rgba(255, 255, 255, 0.1);
}

.lead-card strong {
  font: 900 2rem / 1 var(--font-en);
}

.handoff-flow {
  display: grid;
  gap: 0.65rem;
}

.handoff-flow article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.75rem;
  align-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem;
}

.handoff-flow span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  background: #f06a1d;
  color: #fff;
  font: 900 0.82rem / 1 var(--font-en);
}

.handoff-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.55;
}

.compliance-box {
  margin-top: auto;
  border: 1px solid rgba(244, 191, 122, 0.3);
  background: rgba(244, 191, 122, 0.13);
}

.faculty-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.faculty-directory-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  overflow: hidden;
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 46px rgba(13, 30, 24, 0.08);
  content-visibility: auto;
  contain-intrinsic-size: 320px;
}

.faculty-directory-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  background: #fff;
}

.faculty-directory-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.faculty-directory-card h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.35rem;
  font-family: var(--font-cn-display);
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.12;
}

.faculty-directory-card p {
  margin-bottom: 0.8rem;
  font-weight: 800;
}

.compact-list {
  margin-top: auto;
}

.compact-list li {
  grid-template-columns: 88px minmax(0, 1fr);
}

.compact-list span {
  line-height: 1.6;
}

.outcome-proof-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: 2.2rem;
}

.outcome-proof-card {
  overflow: hidden;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 240, 228, 0.9));
  box-shadow: 0 18px 44px rgba(13, 30, 24, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  content-visibility: auto;
  contain-intrinsic-size: 480px;
}

.outcome-proof-card:hover,
.outcome-proof-card:focus-within {
  border-color: rgba(196, 95, 37, 0.5);
  box-shadow: 0 26px 72px rgba(13, 30, 24, 0.15);
  transform: translateY(-3px);
}

.outcome-proof-card a {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  min-height: 360px;
  padding: clamp(0.55rem, 1vw, 0.85rem);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(135deg, rgba(16, 35, 58, 0.06), rgba(196, 95, 37, 0.08)),
    #f8f3ea;
  border-bottom: 1px solid rgba(16, 35, 58, 0.08);
}

.outcome-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 35, 58, 0.14);
}

.outcome-proof-card > div {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-height: 132px;
  padding: 1rem 1rem 1.05rem;
}

.outcome-proof-card h3 {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw, 1.06rem);
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.outcome-proof-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.material-photo-grid {
  align-items: stretch;
}

.material-photo-card {
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  min-height: 320px;
}

.material-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.material-photo-card figcaption {
  padding: 1rem;
  color: var(--deep);
  font-weight: 900;
  line-height: 1.5;
}

.evidence-thumb.evidence-image {
  min-height: 260px;
  overflow: hidden;
  padding: 0.35rem;
  background:
    linear-gradient(135deg, rgba(16, 35, 58, 0.04), rgba(240, 106, 29, 0.08)),
    #fff;
}

.evidence-thumb.evidence-image img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(16, 35, 58, 0.12));
}

@keyframes appViewIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .miniapp-workbench {
    grid-template-columns: minmax(220px, 270px) minmax(330px, 460px);
  }

  .operator-panel {
    grid-column: 1 / -1;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .handoff-flow,
  .compliance-box {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .faculty-directory,
  .outcome-proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faculty-directory-card {
    grid-template-columns: 1fr;
  }

  .faculty-directory-card img {
    height: 340px;
  }

  .faculty-directory-card > div {
    padding: 1.1rem;
  }

  .miniapp-stage {
    padding: 1rem;
  }

  .miniapp-workbench {
    grid-template-columns: 1fr;
  }

  .strategy-rail,
  .operator-panel {
    min-height: auto;
  }

  .app-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-tab {
    grid-template-columns: 32px 1fr;
    min-height: 48px;
    font-size: 0.84rem;
  }

  .tab-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
  }

  .phone-frame {
    min-height: auto;
    border-radius: 30px;
  }

  .app-view {
    min-height: auto;
  }

  .operator-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .faculty-directory,
  .outcome-proof-gallery {
    grid-template-columns: 1fr;
  }

  .outcome-proof-card a {
    aspect-ratio: 3 / 4;
    min-height: 320px;
  }

  .outcome-proof-card img {
    height: 100%;
  }

  .compact-list li {
    grid-template-columns: 1fr;
  }

  .miniapp-stage {
    padding: 0.75rem;
  }

  .miniapp-workbench {
    gap: 0.85rem;
  }

  .strategy-rail,
  .operator-panel {
    border-radius: 22px;
    padding: 0.8rem;
  }

  .phone-frame {
    border-radius: 24px;
  }

  .view-hero {
    min-height: 220px;
    border-radius: 23px;
  }

  .quick-actions,
  .slot-grid,
  .case-filters,
  .score-grid {
    grid-template-columns: 1fr;
  }

  .path-summary article,
  .advisor-card,
  .case-item {
    grid-template-columns: 1fr;
  }

  .advisor-card img,
  .case-item img {
    width: 100%;
    height: 150px;
  }
}

.article-grid,
.role-grid,
.admin-shell {
  display: grid;
  gap: 1rem;
}

.article-grid,
.role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card,
.admin-panel {
  border: 1px solid rgba(16, 35, 58, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 58px rgba(13, 30, 24, 0.08);
}

.article-card {
  padding: 1.25rem;
  min-height: 220px;
}

.article-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--orange);
  font-family: var(--font-en);
  font-weight: 900;
  text-transform: uppercase;
}

.article-card h3,
.admin-panel h2 {
  margin: 0 0 0.8rem;
  color: var(--deep);
  line-height: 1.25;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.admin-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-bottom: 1rem;
}

.admin-panel {
  padding: 1.4rem;
}

.assessment-form textarea {
  width: 100%;
  resize: vertical;
  min-height: 120px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--deep);
  font: inherit;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .article-grid,
  .role-grid,
  .admin-shell {
    grid-template-columns: 1fr;
  }
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.article-preview {
  min-height: 360px;
  padding: 1.2rem;
  border: 1px solid rgba(16, 35, 58, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.article-preview h2 {
  margin: 0.8rem 0 0.6rem;
  color: var(--deep);
  line-height: 1.25;
}

.article-body-preview p,
.article-preview li,
.publish-note li {
  color: var(--muted);
  line-height: 1.85;
}

.article-faq-preview {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.article-faq-preview div {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(16, 35, 58, 0.08);
  border-radius: 8px;
  background: rgba(16, 35, 58, 0.04);
}

.article-faq-preview strong,
.publish-note code {
  color: var(--deep);
}

.article-faq-preview p {
  margin: 0.45rem 0 0;
}

.publish-note {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(16, 35, 58, 0.06);
}

.publish-note h3 {
  margin-top: 0;
}
.article-card {
  text-decoration: none;
}

.article-card:hover {
  border-color: rgba(240, 106, 29, 0.34);
  box-shadow: 0 26px 72px rgba(13, 30, 24, 0.12);
  transform: translateY(-2px);
}

.article-reading {
  display: grid;
  gap: 1rem;
}

.article-reading h2 {
  margin: 1.1rem 0 0.2rem;
  color: var(--deep);
  font-family: var(--font-cn-display);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.28;
}

.article-reading p,
.article-reading li {
  color: var(--muted);
  line-height: 1.9;
}

.article-reading ul {
  margin: 0;
  padding-left: 1.2rem;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(16, 35, 58, 0.64);
  font-family: var(--font-en);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.outcome-archive-tools {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.4rem;
  margin-bottom: 1.35rem;
  padding: 1.15rem;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 106, 29, 0.08)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(13, 30, 24, 0.06);
}

.archive-copy {
  display: grid;
  gap: 0.4rem;
}

.archive-copy strong {
  font-family: var(--font-en);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--orange);
  text-transform: uppercase;
}

.archive-copy p,
.outcome-results-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.outcome-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.outcome-filter {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 0.7rem;
  align-items: center;
  padding: 0.78rem 0.92rem;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--deep);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.outcome-filter small {
  grid-column: 1 / 2;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.outcome-filter b {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  min-width: 2.35rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: rgba(16, 35, 58, 0.08);
  font: 800 0.84rem/1 var(--font-en);
  text-align: center;
}

.outcome-filter.is-active,
.outcome-filter:hover,
.outcome-filter:focus-visible {
  border-color: rgba(196, 95, 37, 0.42);
  background: rgba(196, 95, 37, 0.08);
  box-shadow: 0 14px 30px rgba(13, 30, 24, 0.08);
  transform: translateY(-1px);
}

.outcome-filter.is-active b,
.outcome-filter:hover b,
.outcome-filter:focus-visible b {
  background: rgba(196, 95, 37, 0.14);
}

@media (max-width: 820px) {
  .outcome-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcome-filter {
    border-radius: 20px;
  }
}

@media (max-width: 560px) {
  .outcome-filter-bar {
    grid-template-columns: 1fr;
  }
}


.outcome-showcase {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
  align-items: start;
}

.evidence-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: 1.15rem;
  min-height: 0;
  padding: clamp(1.2rem, 2.2vw, 1.6rem);
  border: 1px solid rgba(16, 35, 58, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(240, 106, 29, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 240, 228, 0.92)),
    #fff;
  box-shadow: 0 24px 70px rgba(13, 30, 24, 0.1);
}

.evidence-hero-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 100%;
}

.evidence-hero-copy h3 {
  margin: 0;
  font-family: var(--font-cn-display);
  font-size: clamp(2.15rem, 3.3vw, 3.45rem);
  line-height: 1.02;
}

.evidence-hero-copy p {
  margin: 0;
  max-width: 32rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.evidence-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: auto;
}

.evidence-stat-row div {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 0.9rem;
  border: 1px solid rgba(16, 35, 58, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.evidence-stat-row strong {
  font: 900 clamp(1.5rem, 2.1vw, 2rem)/1 var(--font-en);
  color: var(--deep);
}

.evidence-stat-row span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.evidence-hero-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  align-content: start;
  min-height: 100%;
  padding: 0;
}

.evidence-hero-shot {
  overflow: hidden;
  aspect-ratio: 0.78;
  margin: 0;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.9), transparent 35%),
    linear-gradient(180deg, rgba(248, 242, 232, 0.96), rgba(245, 236, 220, 0.92)),
    #f6efe4;
  box-shadow: 0 16px 34px rgba(16, 35, 58, 0.1);
}

.evidence-hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.evidence-stack {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 1rem;
}

.evidence-card-proof {
  min-height: 360px;
  padding: 1rem;
}

.evidence-card-proof h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.18;
}

.evidence-card-proof p {
  color: var(--muted);
  line-height: 1.7;
}

.outcome-cta-panel {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(9, 18, 32, 0.98), rgba(18, 30, 52, 0.96)),
    #101c31;
  color: var(--white);
  box-shadow: 0 24px 70px rgba(9, 18, 32, 0.22);
}

.outcome-cta-panel span {
  color: rgba(244, 191, 122, 0.88);
  font: 800 0.75rem/1 var(--font-en);
  letter-spacing: 0.14em;
}

.outcome-cta-panel h2 {
  margin: 0.2rem 0 0.45rem;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.outcome-cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.faculty-directory-card {
  grid-template-columns: minmax(178px, 0.4fr) minmax(0, 1fr);
  align-items: stretch;
}

.faculty-directory-card img {
  height: 100%;
  min-height: 310px;
  aspect-ratio: auto;
  align-self: stretch;
  padding: 0;
  object-fit: cover;
  object-position: center top;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 30%),
    linear-gradient(180deg, #151515, #232323);
}

@media (max-width: 1120px) {
  .outcome-showcase,
  .evidence-hero-card {
    grid-template-columns: 1fr;
  }

  .evidence-hero-card {
    min-height: 0;
  }

  .evidence-hero-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-stack {
    grid-template-rows: auto;
  }
}

@media (max-width: 820px) {
  .evidence-stat-row {
    grid-template-columns: 1fr;
  }

  .faculty-directory-card img {
    height: 360px;
    max-height: none;
  }

  .evidence-hero-media {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .evidence-hero-media {
    grid-template-columns: 1fr;
  }
}


.inline-edit-mode [data-inline-edit-node] {
  outline: 1px dashed rgba(240, 106, 29, 0.42);
  outline-offset: 4px;
  border-radius: 4px;
  transition: outline-color 160ms ease, background-color 160ms ease;
}

.inline-edit-mode [data-inline-edit-node]:hover {
  outline-color: rgba(240, 106, 29, 0.8);
}

.inline-edit-mode [data-inline-edit-node].is-editing {
  outline: 2px solid rgba(240, 106, 29, 0.9);
  background: rgba(255, 248, 236, 0.92);
}

.inline-edit-toolbar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: min(320px, calc(100vw - 24px));
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 12px;
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 18px 50px rgba(13, 30, 24, 0.18);
  backdrop-filter: blur(16px);
}

.inline-edit-toolbar strong {
  color: var(--ink);
  font-size: 1rem;
}

.inline-edit-toolbar p,
.inline-edit-toolbar small {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.inline-edit-toolbar__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.inline-edit-toolbar__actions button {
  min-height: 40px;
  border: 1px solid rgba(16, 35, 58, 0.12);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: 700 0.85rem/1.2 var(--font-cn);
  cursor: pointer;
}

.inline-edit-toolbar__actions button:hover {
  border-color: rgba(240, 106, 29, 0.5);
  color: #b94f1a;
}

@media (max-width: 640px) {
  .inline-edit-toolbar {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }
}


/* FACULTY_CARD_REFRESH_START */
.faculty-directory-card {
  grid-template-columns: 172px minmax(0, 1fr);
  align-items: stretch;
  min-height: 336px;
}

.faculty-directory-card img {
  width: 100%;
  height: 100%;
  min-height: 336px;
  aspect-ratio: 1 / 1.95;
  object-fit: cover;
  object-position: 14% 14%;
  background: #f4efe7;
}

.faculty-directory-card > div {
  padding: 1.2rem 1.3rem 1.2rem 0;
}

.faculty-directory-card h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.22rem;
}

.faculty-role {
  margin-bottom: 0.9rem;
  color: rgba(18, 26, 39, 0.78);
  font-weight: 700;
}

.faculty-structured-list {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(18, 26, 39, 0.08);
}

.faculty-structured-list li {
  grid-template-columns: 88px minmax(0, 1fr);
}

.faculty-structured-list li + li {
  margin-top: 0.2rem;
}

.faculty-structured-list span {
  color: rgba(18, 26, 39, 0.88);
}

.field-pending {
  color: rgba(18, 26, 39, 0.42);
}

@media (max-width: 820px) {
  .faculty-directory-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .faculty-directory-card img {
    min-height: 360px;
    max-height: 360px;
    aspect-ratio: auto;
  }

  .faculty-directory-card > div {
    padding: 1rem 1rem 1.15rem;
  }
}
/* FACULTY_CARD_REFRESH_END */
