@font-face {
  font-display: swap;
  font-family: "Chinese Student Calligraphy";
  font-style: normal;
  font-weight: 100 900;
  src:
    local("STXingkai"),
    local("Xingkai SC"),
    local("STKaiti"),
    local("KaiTi"),
    local("Kaiti SC"),
    url("resources/assets/fonts/zhi-mang-xing-site.woff2") format("woff2");
}

:root {
  --cs-ink: #1d211c;
  --cs-paper: #f1ead8;
  --cs-line: rgba(17, 17, 17, 0.16);
  --cs-header-height: 78px;
  --cs-display-font: "Chinese Student Calligraphy", STXingkai, "Xingkai SC", STKaiti, KaiTi, "Kaiti SC", serif;
  --cs-reading-font: "Songti SC", STSong, SimSun, serif;
}

/* Keep both technical loading stages visually identical so visitors see one loader. */
#loader,
.loader-experience,
.cs-unified-loader {
  background-color: var(--cs-paper) !important;
  background-image: url("resources/assets/jiangnan-experience/textures/paper/xuan-paper-texture.webp") !important;
  background-repeat: repeat !important;
  background-size: 680px 680px !important;
  color: var(--cs-ink);
}

#loader {
  z-index: 99999 !important;
}

.loader-experience {
  z-index: 99998 !important;
}

#loader::before,
.loader-experience::before {
  background: url("resources/assets/brand/ui/chinese-student-black-ui.webp") center / contain no-repeat;
  content: "";
  display: block;
  height: 124px;
  width: 220px;
}

.cs-unified-loader {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 1;
  position: fixed;
  transition: opacity 160ms linear;
  z-index: 100000;
}

.cs-unified-loader.is-complete {
  opacity: 0;
  pointer-events: none;
}

.cs-unified-loader-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: min(260px, 68vw);
}

.cs-unified-loader-inner img {
  display: block;
  height: auto;
  width: min(220px, 60vw);
}

.cs-unified-loader-percentage {
  color: var(--cs-ink);
  font-family: Roobert, Arial, sans-serif;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.12em;
  /* The logo file has transparent padding below its visible artwork. */
  margin-top: -34px;
}

.cs-webgl-recovery {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  text-align: center;
}

.cs-webgl-recovery[hidden] {
  display: none;
}

.cs-webgl-recovery p {
  font-family: var(--cs-reading-font);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 310px;
}

.cs-webgl-recovery button {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--cs-ink);
  cursor: pointer;
  font-family: var(--cs-reading-font);
  font-size: 14px;
  margin-top: 14px;
  padding: 2px 0 4px;
}

.cs-unified-loader.has-webgl-recovery .cs-unified-loader-percentage {
  display: none;
}

#loader::before,
.loader-experience::before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.loader-experience .center-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
}

.cs-site-ready #loader,
.cs-site-ready .loader-experience {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

#header,
#footer {
  display: none !important;
}

.xp-section .xp-scrollToExplore {
  display: none !important;
}

.cs-auto-scroll {
  appearance: none;
  background: transparent;
  border: 0;
  bottom: clamp(22px, 4vh, 42px);
  color: var(--cs-ink);
  cursor: pointer;
  font-family: Roobert, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 0 0.45em;
  pointer-events: none;
  position: fixed;
  transform: translate3d(-50%, 12px, 0);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 520ms;
  visibility: hidden;
  white-space: nowrap;
  z-index: 8900;
}

.cs-auto-scroll::after {
  animation: scrollToExplore_underline 3s cubic-bezier(0.73, 0, 0, 1) infinite;
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  will-change: transform;
}

.cs-site-ready .cs-auto-scroll:not(.is-hidden) {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
  transition-delay: 0s;
  visibility: visible;
}

.cs-auto-scroll:hover,
.cs-auto-scroll:focus-visible {
  opacity: 0.58;
}

.cs-auto-scroll:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}

.cs-placeholder-open .cs-auto-scroll,
.cs-logo-mode .cs-auto-scroll {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate3d(-50%, 12px, 0) !important;
  visibility: hidden !important;
}

.cs-header {
  align-items: center;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
  box-sizing: border-box;
  color: var(--cs-ink);
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  height: var(--cs-header-height);
  left: 0;
  opacity: 0;
  padding: 0 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateY(0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  visibility: hidden;
  will-change: transform;
  width: 100%;
  z-index: 9000;
}

.cs-site-ready .cs-header {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cs-logo-mode .cs-header {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

html.cs-background-mode,
body.cs-background-mode {
  background: #11120f;
}

.cs-background-mode .cs-header {
  color: #fff;
  grid-template-columns: 1fr;
}

.cs-background-mode .cs-brand,
.cs-background-mode .cs-primary-nav {
  display: none !important;
}

.cs-background-mode .cs-toolbar-actions {
  grid-column: 1;
  justify-self: end;
}

.cs-background-mode .cs-language-trigger,
.cs-background-mode .cs-sound-button {
  color: #fff;
}

.cs-background-mode .cs-language-trigger:hover,
.cs-background-mode .cs-language-trigger[aria-expanded="true"],
.cs-background-mode .cs-sound-button:hover,
.cs-background-mode .cs-sound-button[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.cs-background-mode .cs-language-menu {
  color: #111;
}

.cs-localized-title-layer {
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  visibility: hidden;
  z-index: 8500;
}

.cs-localized-title-layer:not(.is-home-view),
.cs-placeholder-open .cs-localized-title-layer {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.cs-placeholder-open #loader,
.cs-placeholder-open .loader-experience {
  display: none !important;
}

.cs-site-ready .cs-localized-title-layer {
  opacity: 1;
  visibility: visible;
}

.cs-logo-mode .cs-localized-title-layer {
  opacity: 0 !important;
  visibility: hidden !important;
}

.cs-localized-title {
  --cs-title-x: 0px;
  --cs-title-y: 0px;
  color: #242820;
  font-family: var(--cs-display-font);
  font-size: 19px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.035em;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate3d(var(--cs-title-x), var(--cs-title-y), 0) translate(-50%, -50%);
  transition: opacity 220ms ease, transform 110ms linear;
  white-space: nowrap;
  will-change: transform;
}

.cs-localized-title.is-visible {
  opacity: 1;
}

.xp-section .xp-text,
.xp-section .cs-verse,
.xp-section .xp-text-w-inside {
  font-family: var(--cs-display-font) !important;
  font-weight: 400 !important;
}

.xp-section .cs-verse-source {
  font-family: var(--cs-reading-font) !important;
}

/* The poem prompt belongs to the poem hit area, not the default cursor state. */
.cursor-w .hover-text {
  opacity: 0 !important;
  transition: opacity 180ms ease;
  visibility: hidden !important;
}

.cursor-w.hoverWithText .hover-text {
  opacity: 1 !important;
  visibility: visible !important;
}

.cursor-w.hoverWithText .hover-text .char-anim {
  opacity: 1 !important;
}

.cs-header.is-hidden {
  pointer-events: none;
  transform: translateY(calc(-100% - 12px));
}

.cs-placeholder-open .cs-header {
  transform: translateY(0);
}

html.cs-universities-mode,
body.cs-universities-mode {
  height: 100% !important;
  overflow: hidden !important;
}

.cs-universities-mode .cs-header {
  color: #f1e2c4;
}

.cs-universities-mode .cs-language-trigger,
.cs-universities-mode .cs-sound-button {
  color: #f1e2c4;
}

.cs-universities-mode .cs-language-trigger:hover,
.cs-universities-mode .cs-language-trigger[aria-expanded="true"],
.cs-universities-mode .cs-sound-button:hover,
.cs-universities-mode .cs-sound-button[aria-pressed="true"] {
  background: rgba(241, 226, 196, 0.1);
  border-color: rgba(241, 226, 196, 0.24);
}

.cs-universities-mode .cs-language-menu {
  color: #111;
}

.cs-universities-mode .cs-brand img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(18%) saturate(389%)
    hue-rotate(347deg) brightness(100%);
}

.cs-university-book-mode .cs-header {
  color: #2d1d18;
  grid-template-columns: 1fr;
}

.cs-university-book-mode .cs-brand,
.cs-university-book-mode .cs-primary-nav {
  display: none !important;
}

.cs-university-book-mode .cs-toolbar-actions {
  display: flex !important;
  grid-column: 1;
  justify-self: end;
  opacity: 1 !important;
  visibility: visible !important;
}

.cs-university-book-mode .cs-language-trigger,
.cs-university-book-mode .cs-sound-button {
  color: #2d1d18;
}

.cs-university-book-mode .cs-language-trigger:hover,
.cs-university-book-mode .cs-language-trigger[aria-expanded="true"],
.cs-university-book-mode .cs-sound-button:hover,
.cs-university-book-mode .cs-sound-button[aria-pressed="true"] {
  background: rgba(45, 29, 24, 0.07);
  border-color: rgba(45, 29, 24, 0.16);
}

.cs-original-fullpaint-overlay #root {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 8800;
}

.cs-original-fullpaint-overlay #root .page {
  background: transparent !important;
  visibility: hidden;
}

.cs-original-fullpaint-overlay #root .xp-canvas {
  background: none !important;
  visibility: visible;
}

.cs-university-explorer-page {
  background: #4d3027;
  inset: 0;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.cs-university-explorer-page[hidden] {
  display: none;
}

.cs-university-explorer-frame {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.cs-brand {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-self: start;
  padding: 0;
}

.cs-brand img,
.cs-footer-logo {
  display: block;
  height: 54px;
  object-fit: contain;
  width: 116px;
}

.cs-primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.7vw, 42px);
  justify-content: center;
}

.cs-nav-universities {
  white-space: nowrap;
}

html[lang^="zh"] .cs-nav-universities-cn {
  display: none;
}

.cs-nav-button,
.cs-footer-link {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: Roobert, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 12px 2px;
  position: relative;
  text-transform: uppercase;
}

.cs-nav-button::after,
.cs-footer-link::after {
  background: currentColor;
  bottom: 7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.cs-nav-button:hover::after,
.cs-nav-button.is-active::after,
.cs-footer-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cs-toolbar-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-self: end;
}

.cs-language {
  position: relative;
}

.cs-language-trigger,
.cs-language-option,
.cs-sound-button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--cs-ink);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: background 180ms ease, border-color 180ms ease;
  width: 38px;
}

.cs-language-trigger:hover,
.cs-language-trigger[aria-expanded="true"],
.cs-sound-button:hover,
.cs-sound-button[aria-pressed="true"] {
  background: rgba(0, 0, 0, 0.055);
  border-color: rgba(0, 0, 0, 0.08);
}

.cs-flag {
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  height: 14px;
  object-fit: cover;
  width: 23px;
}

.cs-language-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 3px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 46px;
  transform: translateY(-5px);
  transition: opacity 160ms ease, transform 160ms ease;
  visibility: hidden;
}

.cs-language-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.cs-language-option.is-active {
  background: rgba(0, 0, 0, 0.07);
}

.cs-sound-button svg {
  height: 19px;
  width: 19px;
}

.cs-sound-button .cs-sound-wave {
  opacity: 0.25;
  transition: opacity 180ms ease;
}

.cs-sound-button[aria-pressed="true"] .cs-sound-wave {
  opacity: 1;
}

.xp-section > .sound {
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
}

.cs-program-audio {
  display: none;
}

.cs-placeholder {
  align-items: center;
  background-color: var(--cs-paper);
  background-image: url("resources/assets/jiangnan-experience/textures/paper/xuan-paper-texture.webp");
  background-repeat: repeat;
  background-size: 680px 680px;
  box-sizing: border-box;
  color: var(--cs-ink);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: calc(var(--cs-header-height) + 60px) 30px 60px;
  position: relative;
  z-index: 20;
}

.cs-placeholder[hidden] {
  display: none;
}

.cs-placeholder-inner {
  max-width: 1040px;
  width: 100%;
  text-align: center;
}

.cs-placeholder.is-background {
  align-items: flex-start;
  background:
    radial-gradient(circle at 18% 9%, rgba(131, 28, 28, 0.2), transparent 27%),
    radial-gradient(circle at 84% 32%, rgba(255, 255, 255, 0.055), transparent 30%),
    #11120f;
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: clamp(100px, 14vh, 190px);
}

.cs-placeholder.is-background .cs-placeholder-inner {
  max-width: 1280px;
  position: relative;
  text-align: left;
}

.cs-placeholder.is-background .cs-placeholder-back {
  color: #fff;
  margin-bottom: clamp(38px, 6vh, 74px);
  position: relative;
  z-index: 5;
}

.cs-placeholder.is-background .cs-placeholder-title {
  display: none !important;
}

.cs-placeholder-kicker {
  font-family: Roobert, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.cs-placeholder-title {
  font-family: var(--cs-display-font);
  font-size: clamp(54px, 9vw, 110px);
  font-weight: 100;
  line-height: 0.95;
}

.cs-placeholder-copy {
  font-family: Roobert, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 560px;
}

.cs-placeholder-copy[hidden] {
  display: none;
}

.cs-placeholder.is-legal {
  align-items: flex-start;
  padding-bottom: clamp(80px, 12vh, 150px);
}

.cs-placeholder.is-legal .cs-placeholder-inner {
  max-width: 900px;
  text-align: left;
}

.cs-placeholder-back {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  cursor: pointer;
  font-family: Roobert, Arial, sans-serif;
  font-size: 13px;
  margin: 0 0 clamp(46px, 8vh, 86px);
  padding: 0 0 2px;
}

.cs-placeholder-back[hidden] {
  display: none;
}

.cs-placeholder.is-legal .cs-placeholder-title {
  font-size: clamp(48px, 7.5vw, 92px);
  max-width: 820px;
}

.cs-legal-content {
  font-family: Roobert, Arial, sans-serif;
  margin-top: clamp(40px, 7vh, 72px);
}

.cs-legal-content[hidden] {
  display: none;
}

.cs-legal-updated {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  opacity: 0.58;
}

.cs-legal-intro {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  margin: 0 0 clamp(42px, 7vh, 70px);
  max-width: 720px;
}

.cs-legal-content section {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.5fr);
  padding: 28px 0 34px;
}

.cs-legal-content section:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.cs-legal-content h2 {
  font-family: var(--cs-display-font);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 100;
  line-height: 1.18;
  margin: 0;
}

.cs-legal-content section p {
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
}

.cs-placeholder-kicker[hidden] {
  display: none;
}

.cs-background-sections {
  --cs-bg-x: 0px;
  --cs-bg-y: 0px;
  --cs-bg-neg-x: 0px;
  --cs-bg-neg-y: 0px;
  display: block;
  margin-top: 0;
  position: relative;
  text-align: left;
}

.cs-background-sections[hidden] {
  display: none;
}

.cs-background-hero,
.cs-background-panel {
  position: relative;
  will-change: transform;
  z-index: 1;
}

.cs-background-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(430px, 68vh, 760px);
  padding: 0 0 clamp(76px, 12vh, 140px);
}

.cs-section-heading > span {
  font-family: Roobert, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  opacity: 0.55;
  text-transform: uppercase;
}

.cs-background-hero h2 {
  font-family: var(--cs-display-font);
  font-size: clamp(74px, 15vw, 188px);
  font-weight: 100;
  line-height: 0.83;
  margin: 24px 0 34px;
}

.cs-background-hero > p:last-child {
  font-family: Roobert, Arial, sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.45;
  margin: 0;
  max-width: 640px;
  opacity: 0.72;
}

.cs-background-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: clamp(42px, 8vw, 124px);
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.55fr);
  min-height: 70vh;
  padding: clamp(68px, 10vh, 120px) 0 clamp(98px, 14vh, 170px);
}

.cs-section-heading {
  align-self: start;
  position: sticky;
  top: calc(var(--cs-header-height) + 30px);
}

.cs-section-heading h2 {
  font-family: var(--cs-display-font);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 100;
  line-height: 0.95;
  margin: 22px 0 0;
  white-space: nowrap;
}

.cs-section-body {
  font-family: Roobert, Arial, sans-serif;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.7;
  max-width: 850px;
}

.cs-section-body > p {
  margin: 0 0 30px;
}

.cs-reference-title {
  font-style: italic;
}

.cs-reference-link {
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-weight: 500;
  padding-bottom: 0.08em;
  text-decoration: none;
  transition: border-bottom-width 160ms ease, opacity 160ms ease;
}

.cs-device-fallback {
  align-items: center;
  background-color: var(--cs-paper);
  background-image: url("resources/assets/jiangnan-experience/textures/paper/xuan-paper-texture.webp");
  background-position: center;
  background-repeat: repeat;
  background-size: 680px 680px;
  color: var(--cs-ink);
  display: flex;
  inset: 0;
  justify-content: center;
  min-height: 100%;
  overflow: auto;
  padding: 32px;
  position: fixed;
  z-index: 2147483647;
}

.cs-device-fallback[hidden] {
  display: none;
}

.cs-device-fallback__inner {
  align-items: center;
  animation: cs-device-fallback-reveal 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: min(460px, 84vw);
}

.cs-device-fallback__logo {
  display: block;
  height: auto;
  margin-bottom: 24px;
  width: min(220px, 60vw);
}

.cs-device-fallback h1 {
  font-family: var(--cs-display-font);
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.08;
  margin: 0;
}

.cs-device-fallback p {
  font-family: "Roobert", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 410px;
}

.cs-device-fallback__try {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  cursor: pointer;
  font: 14px/1.3 "Roobert", Arial, sans-serif;
  margin-top: 28px;
  padding: 0 0 4px;
}

.cs-compatibility-mode body > :not(.cs-device-fallback) {
  display: none !important;
}

@keyframes cs-device-fallback-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-device-fallback__inner {
    animation: none;
  }
}

.cs-reference-link:hover,
.cs-reference-link:focus-visible {
  border-bottom-width: 2px;
  opacity: 0.78;
}

.cs-copyright-note {
  border-left: 2px solid #bd3b35;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 44px !important;
  max-width: 720px;
  opacity: 0.68;
  padding-left: 22px;
}

.cs-logo-story {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: grid;
  gap: clamp(26px, 5vw, 64px);
  grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1fr);
  margin-top: clamp(56px, 9vh, 100px);
  overflow: hidden;
  padding: clamp(26px, 4vw, 54px);
}

.cs-logo-story p {
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.65;
  margin: 0;
}

.cs-logo-story-images {
  align-items: center;
  display: flex;
  gap: 20px;
}

.cs-logo-story-images img:first-child {
  background: #fff;
  height: auto;
  width: min(140px, 35%);
}

.cs-logo-story-images img:last-child {
  height: auto;
  min-width: 0;
  width: 65%;
}

.cs-music-copy strong {
  font-weight: 500;
}

.cs-music-credit {
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.18em;
  transition: opacity 180ms ease;
}

.cs-music-credit:hover,
.cs-music-credit:focus-visible {
  opacity: 0.72;
}

.cs-music-player {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  margin-top: clamp(46px, 7vh, 78px);
  overflow: hidden;
}

.cs-track {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 22px;
  grid-template-columns: 52px minmax(150px, 0.8fr) auto minmax(250px, 1.35fr);
  min-height: 112px;
  padding: 22px 26px;
  transition: background 220ms ease;
}

.cs-track:last-child {
  border-bottom: 0;
}

.cs-track:hover,
.cs-track.is-active {
  background: rgba(255, 255, 255, 0.055);
}

.cs-track.is-playing {
  background: rgba(159, 39, 34, 0.16);
}

.cs-track-toggle {
  align-items: center;
  background: #f3f1eb;
  border: 0;
  border-radius: 50%;
  color: #0b0b0b;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 46px;
  justify-content: center;
  padding: 0 0 0 2px;
  transition: background 180ms ease, transform 180ms ease;
  width: 46px;
}

.cs-track-toggle:hover {
  background: #fff;
  transform: scale(1.06);
}

.cs-track.is-playing .cs-track-toggle {
  background: #d9554c;
  color: #fff;
  padding-left: 0;
}

.cs-track-meta h3,
.cs-track-meta p {
  margin: 0;
}

.cs-track-meta h3 {
  font-family: var(--cs-display-font);
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 100;
  line-height: 1.05;
}

.cs-track-meta p {
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.56;
}

.cs-track-status {
  font-size: 11px;
  letter-spacing: 0.08em;
  opacity: 0.58;
  text-transform: uppercase;
  white-space: nowrap;
}

.cs-track.is-playing .cs-track-status {
  color: #ef8178;
  opacity: 1;
}

.cs-track-timeline {
  min-width: 0;
}

.cs-track-timeline input {
  --cs-track-progress: 0%;
  appearance: none;
  background: linear-gradient(to right, #d9554c 0 var(--cs-track-progress), rgba(255, 255, 255, 0.22) var(--cs-track-progress) 100%);
  border-radius: 999px;
  cursor: pointer;
  display: block;
  height: 4px;
  margin: 0;
  width: 100%;
}

.cs-track-timeline input::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

.cs-track-timeline input::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

.cs-track-time {
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  margin-top: 9px;
  opacity: 0.5;
}

.cs-founder-name {
  font-family: var(--cs-display-font);
  font-size: clamp(50px, 7vw, 94px);
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1;
  text-wrap: balance;
}

.cs-founder-link {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.cs-founder-link a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  color: inherit;
  display: inline-flex;
  gap: 10px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: border-color 220ms ease, opacity 220ms ease;
}

.cs-founder-link a:hover,
.cs-founder-link a:focus-visible {
  border-color: currentColor;
  opacity: 0.72;
}

.cs-founder-link a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}

.cs-founder-link strong {
  font-weight: 400;
  opacity: 0.68;
}

.cs-founder-profile {
  margin-top: clamp(50px, 8vh, 90px);
  width: fit-content;
}

.cs-founder-profile figure {
  aspect-ratio: 1;
  background: rgba(238, 231, 212, 0.1);
  border: 1px solid rgba(238, 231, 212, 0.48);
  border-radius: 50%;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24), inset 0 0 0 7px rgba(238, 231, 212, 0.08);
  margin: 0;
  padding: 8px;
  overflow: hidden;
  position: relative;
  width: clamp(176px, 20vw, 252px);
}

.cs-founder-profile img {
  border-radius: 50%;
  display: block;
  filter: saturate(0.82) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* Empty compatibility nodes keep the inherited scroll controller stable. */
.advantages-section .advantages-header,
.advantages-section .advantages-content {
  display: none !important;
}

.advantages-section .advantages-wrapper {
  min-height: 100vh;
}

.advantages-section .advantages-footer {
  height: 100vh !important;
  margin-top: 0 !important;
  pointer-events: none;
  position: relative;
}

.advantages-section .advantages-footer > :not(.cs-experience-footer) {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.cs-experience-footer {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 80px 28px 38px;
  pointer-events: auto;
  position: absolute;
  inset: 0;
  text-align: center;
  width: 100%;
}

.cs-experience-footer .cs-footer-logo {
  height: 108px;
  width: min(310px, 70vw);
}

.cs-footer-bottom {
  align-items: center;
  bottom: 34px;
  display: flex;
  font-family: Roobert, Arial, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  left: 28px;
  position: absolute;
  right: 28px;
}

.cs-footer-links {
  display: flex;
  gap: 24px;
}

.cs-logo-reveal {
  align-items: center;
  background: #000;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 900ms cubic-bezier(0.65, 0, 0.35, 1);
  visibility: hidden;
  z-index: 9500;
}

html.cs-logo-mode,
body.cs-logo-mode {
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none;
}

.cs-logo-reveal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cs-logo-reveal-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: relative;
  transition: opacity 700ms ease;
  width: 100%;
}

.cs-logo-reveal.is-logo-visible .cs-logo-reveal-inner {
  opacity: 1;
}

.cs-logo-reveal-artwork {
  --cs-logo-scale: 1;
  --cs-logo-x: 0px;
  --cs-logo-y: 0px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(24px, 3vw, 54px);
  justify-content: center;
  transform: translate3d(var(--cs-logo-x), var(--cs-logo-y), 0) scale(var(--cs-logo-scale));
  transform-origin: center;
  width: min(94vw, 1800px);
  will-change: transform;
}

.cs-logo-reveal-favicon {
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  filter: none;
  height: auto;
  image-rendering: auto;
  max-width: 1254px;
  object-fit: contain;
  padding: 0;
  width: min(36vw, 72vh, 1254px);
  transform: translate3d(var(--cs-logo-icon-x, 0), var(--cs-logo-icon-y, 0), 0);
  will-change: transform;
}

.cs-logo-reveal-wordmark {
  display: block;
  height: auto;
  margin-top: 0;
  max-width: 1672px;
  object-fit: contain;
  width: min(52vw, 1000px);
  transform: translate3d(var(--cs-logo-wordmark-x, 0), var(--cs-logo-wordmark-y, 0), 0);
  will-change: transform;
}

.cs-logo-reveal-back {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Roobert, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  bottom: 24px;
  left: 50%;
  padding: 12px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.cs-logo-reveal-back::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 5px;
  transform: scaleX(0.38);
  transition: transform 220ms ease;
}

.cs-logo-reveal-back:hover::after {
  transform: scaleX(1);
}

@media (max-width: 980px) {
  .cs-background-panel {
    gap: 44px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cs-section-heading {
    position: static;
  }

  .cs-section-heading h2 {
    margin-top: 12px;
  }

  .cs-track {
    grid-template-columns: 52px minmax(130px, 1fr) auto;
  }

  .cs-track-timeline {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --cs-header-height: 68px;
  }

  .cs-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 14px;
  }

  .cs-auto-scroll {
    bottom: 20px;
    font-size: 12px;
  }

  .cs-brand img {
    height: 44px;
    width: 80px;
  }

  .cs-primary-nav {
    gap: 10px;
  }

  .cs-nav-button {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .cs-nav-universities {
    line-height: 1.05;
    max-width: 68px;
    white-space: normal;
  }

  .cs-nav-universities-cn {
    display: none;
  }

  .cs-placeholder.is-background {
    padding-inline: 20px;
  }

  .cs-background-hero {
    min-height: 58vh;
    padding-bottom: 74px;
  }

  .cs-background-hero h2 {
    font-size: clamp(62px, 22vw, 108px);
  }

  .cs-background-panel {
    padding: 60px 0 84px;
  }

  .cs-section-heading h2 {
    white-space: normal;
  }

  .cs-logo-story {
    grid-template-columns: 1fr;
  }

  .cs-track {
    gap: 14px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 20px 16px;
  }

  .cs-track-status {
    grid-column: 2;
  }

  .cs-track-timeline {
    grid-column: 1 / -1;
  }

  .cs-placeholder.is-legal {
    padding-inline: 20px;
  }

  .cs-legal-content section {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 24px 0 28px;
  }

  .cs-toolbar-actions {
    gap: 2px;
  }

  .cs-language-trigger,
  .cs-sound-button {
    height: 34px;
    width: 34px;
  }

  .cs-footer-bottom {
    bottom: 24px;
    flex-direction: column;
    gap: 12px;
  }

  .cs-logo-reveal-artwork {
    flex-direction: column;
    gap: 18px;
    width: 94vw;
  }

  .cs-logo-reveal-favicon {
    width: min(72vw, 46vh, 1254px);
  }

  .cs-logo-reveal-wordmark {
    width: min(90vw, 900px);
  }
}

@media (max-width: 480px) {
  .cs-primary-nav {
    gap: 5px;
  }

  .cs-nav-button {
    font-size: 8px;
    padding-inline: 1px;
  }

  .cs-brand img {
    width: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-auto-scroll,
  .cs-auto-scroll::after {
    animation: none;
    transition: none;
  }
}
