:root {
  --whu-blue: #054696;
  --whu-blue-deep: #054696;
  --whu-cyan: #0099db;
  --whu-teal: #006e78;
  --whu-orange: #d14900;
  --whu-surface: #f2f5f7;
  --whu-text-dark: #333333;
  --whu-border-neutral: #d9d9d9;
  --whu-border: rgba(5, 70, 150, 0.15);
  --whu-shell: min(1202px, calc(100vw - 48px));
  --whu-gap: 32px;
}

body {
  color: var(--whu-blue);
  background: #fff;
  font-size: 16px;
  font-weight: 400;
}

body.home {
  padding-inline: 0;
}

.wp-site-blocks {
  padding-left: 0;
  padding-right: 0;
}

.whu-section-shell,
.whu-site-header__inner,
.whu-entry-shell,
.whu-default-shell {
  width: var(--whu-shell);
  margin: 0 auto;
}

.whu-site-header {
  padding: 10px 0 24px;
}

.whu-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whu-site-header__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.whu-header-burger .wp-block-button__link,
.whu-language-switcher .wp-block-button__link {
  min-width: 40px;
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid rgba(5, 70, 150, 0.18);
}

.whu-header-burger .wp-block-button__link {
  min-width: 60px;
  min-height: 60px;
  background: var(--whu-blue);
  color: #fff;
  font-size: 20px;
  padding: 0;
  border: 0;
}

.whu-language-switcher {
  gap: 8px;
}

.whu-language-switcher .wp-block-button:first-child .wp-block-button__link,
.whu-language-switcher .wp-block-button:last-child .wp-block-button__link {
  background: #fff;
  color: var(--whu-blue);
}

.whu-language-switcher .wp-block-button:nth-child(2) .wp-block-button__link {
  background: var(--whu-blue);
  color: #fff;
}

.whu-language-switcher .wp-block-button__link {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whu-site-header__logo {
  margin: 0;
  width: 166px;
}

.whu-site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.whu-hero {
  padding: 0 0 34px;
}

.whu-hero__grid {
  align-items: stretch;
  gap: 30px;
}

.whu-hero__image,
.whu-hero__image img {
  height: 100%;
  min-height: 820px;
  object-fit: cover;
  margin: 0;
}

.whu-hero__content {
  padding-top: 60px;
}

.whu-hero__title {
  max-width: 460px;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 42px;
}

.whu-hero__actions {
  gap: 18px;
  margin-bottom: 38px;
}

.whu-hero__actions .wp-block-button__link {
  min-height: 60px;
}

.whu-hero__note {
  min-height: 127px;
  border-top: 1px solid var(--whu-border);
  border-right: 1px solid var(--whu-border);
  align-items: stretch;
  padding: 32px 24px 0 0;
}

.whu-hero__note-copy {
  max-width: 280px;
}

.whu-hero__note-title {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
}

.whu-hero__note-text,
.whu-hero__pager {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.whu-hero__pager {
  align-self: center;
  background: var(--whu-surface);
  padding: 12px 18px;
  font-size: 12px;
}

.whu-programs {
  background: var(--whu-blue);
  color: #fff;
  padding: 78px 0 90px;
}

.whu-program-finder {
  padding: 0 0 34px;
}

.whu-program-finder__inner {
  border-top: 1px solid var(--whu-border);
  padding-top: 18px;
  gap: 20px;
}

.whu-program-finder__enter .wp-block-button__link {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(5, 70, 150, 0.42);
  background: transparent;
  color: var(--whu-blue);
  font-size: 12px;
}

.whu-program-finder__copy,
.whu-program-finder__label {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.whu-program-finder__copy {
  max-width: 420px;
}

.whu-program-finder__label {
  margin-left: auto;
  font-weight: 700;
}

.whu-about-whu {
  padding: 50px 0 84px;
}

.whu-about-whu__shell {
  width: min(var(--wp--custom--whu--layout--content-width, 1202px), calc(100vw - 48px));
  margin: 0 auto;
  background: var(--whu-surface);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 583px;
  align-items: stretch;
  overflow: hidden;
}

.whu-about-whu__copy {
  position: relative;
  padding: 79px 54px 62px 98px;
}

.whu-about-whu__copy::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 51px;
  width: 340px;
  height: 88px;
  border-top: 1px solid rgba(0, 71, 156, 0.6);
  border-left: 1px solid rgba(0, 71, 156, 0.6);
}

.whu-about-whu__title {
  position: relative;
  z-index: 1;
  margin: 0 0 36px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 500;
  color: var(--whu-blue);
}

.whu-about-whu__sections {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
  max-width: 485px;
}

.whu-about-whu__section-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--whu-blue);
}

.whu-about-whu__section-body {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--whu-blue);
}

.whu-about-whu__media {
  min-height: 686px;
  background: #dfe8f4;
}

.whu-about-whu__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 686px;
  object-fit: cover;
}

.whu-programs a,
.whu-news a {
  text-decoration: none;
}

.whu-section-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
}

.whu-section-title--light {
  color: #fff;
}

.whu-programs__header,
.whu-news__header,
.whu-knowledge__header,
.whu-events__header,
.whu-footer-cta__inner {
  border-top: 1px solid currentColor;
  padding-top: 34px;
}

.whu-programs__cta .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
}

.whu-programs__tabs {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.82;
  margin: 14px 0 34px;
}

.whu-programs__cards {
  gap: 30px;
  align-items: stretch;
}

.whu-program-card {
  min-height: 380px;
}

.whu-program-card--image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.whu-program-card h3,
.whu-stat-card h3,
.whu-events__promo-title,
.whu-news-card__title,
.whu-knowledge-card__title,
.whu-story-card__title,
.whu-event-card__title {
  font-size: 23px;
  line-height: 1.35;
  font-weight: 500;
}

.whu-program-card--abstract {
  position: relative;
  overflow: hidden;
}

.whu-program-abstract-shape {
  height: 100%;
  min-height: 380px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08) 25%, transparent 25%) 0 0/92px 92px,
    linear-gradient(315deg, rgba(255,255,255,0.08) 25%, transparent 25%) 0 0/92px 92px,
    linear-gradient(135deg, transparent 75%, rgba(255,255,255,0.08) 75%) 0 0/92px 92px,
    linear-gradient(315deg, transparent 75%, rgba(255,255,255,0.08) 75%) 0 0/92px 92px;
}

.whu-why,
.whu-changemakers,
.whu-knowledge,
.whu-events,
.whu-footer-cta {
  padding: 86px 0;
}

.whu-why__stats {
  gap: 24px;
  margin-top: 34px;
}

.whu-stat-card {
  background: var(--whu-surface);
  padding: 28px 24px;
  min-height: 220px;
}

.whu-why__details {
  gap: 36px;
  margin-top: 36px;
  align-items: flex-start;
}

.whu-why__eyebrow,
.whu-knowledge-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.whu-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.whu-logo-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  background: #fff;
  border: 1px solid rgba(5, 70, 150, 0.2);
  font-weight: 700;
  color: var(--whu-blue);
}

.whu-query--stories .wp-block-post-template,
.whu-query--knowledge .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}

.whu-query--stories .wp-block-post-template > li,
.whu-query--knowledge .wp-block-post-template > li,
.whu-query--news .wp-block-post-template > li,
.whu-query--events .wp-block-post-template > li {
  margin: 0;
}

.whu-knowledge__actions {
  gap: 12px;
}

.whu-carousel-control .wp-block-button__link {
  min-width: 57px;
  min-height: 60px;
  padding: 0;
  border: 1px solid var(--whu-blue);
  background: var(--whu-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.whu-query--knowledge {
  margin-top: 36px !important;
}

.whu-query--knowledge .wp-block-post-template {
  grid-template-columns: repeat(2, minmax(0, 590px));
  justify-content: space-between;
  gap: 30px 60px;
  margin-top: 0;
}

.whu-story-card,
.whu-knowledge-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.whu-knowledge-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}

.whu-knowledge-card__body {
  flex: 1 1 auto;
}

.whu-knowledge-card__image {
  flex: 0 0 172px;
  width: 172px;
  margin: 0;
}

.whu-knowledge-card__image a,
.whu-knowledge-card__image img {
  display: block;
  width: 172px;
}

.whu-story-card__image img,
.whu-knowledge-card__image img {
  width: 100%;
  aspect-ratio: 285 / 309;
  object-fit: cover;
}

.whu-knowledge-card__image img {
  width: 172px;
  height: 197px;
  aspect-ratio: auto;
}

.whu-story-card__title,
.whu-knowledge-card__title {
  margin: 18px 0 10px;
}

.whu-knowledge-card__eyebrow,
.whu-knowledge-card__title,
.whu-knowledge-card__excerpt {
  max-width: 338px;
}

.whu-knowledge-card__eyebrow {
  margin-bottom: 14px;
}

.whu-knowledge-card__title {
  margin: 0 0 14px;
}

.whu-story-card__meta,
.whu-story-card__excerpt,
.whu-knowledge-card__excerpt,
.whu-event-card__excerpt,
.whu-news-card__excerpt {
  font-size: 16px;
  line-height: 1.45;
}

.whu-story-card__meta {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.whu-story-card__excerpt p,
.whu-knowledge-card__excerpt p,
.whu-event-card__excerpt p,
.whu-news-card__excerpt p {
  margin: 0;
}

.whu-story-card__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 20px;
  border: 2px solid var(--whu-blue);
  color: var(--whu-blue);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  margin-top: auto;
  align-self: flex-start;
}

.whu-news {
  background: var(--whu-teal);
  color: #fff;
  padding: 92px 0 96px;
}

.whu-news__more .wp-block-button__link {
  min-height: 60px;
  border: 1px solid #fff;
}

.whu-query--news .wp-block-post-template {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 630px);
  grid-template-rows: repeat(3, minmax(197px, auto));
  column-gap: 80px;
  row-gap: 28px;
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
}

.whu-query--news .wp-block-post:nth-child(1) {
  grid-row: 1 / span 3;
}

.whu-query--news .wp-block-post:nth-child(n + 2) {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 24px;
  align-items: center;
}

.whu-news-card__image {
  margin: 0;
}

.whu-news-card__image img {
  width: 100%;
  height: 197px;
  object-fit: cover;
}

.whu-query--news .wp-block-post:nth-child(1) .whu-news-card__image img {
  height: 383px;
}

.whu-news-card__title a,
.whu-knowledge-card__title a,
.whu-story-card__title a,
.whu-event-card__title a {
  color: inherit;
  text-decoration: none;
}

.whu-events__layout {
  gap: 36px;
  align-items: stretch;
  margin-top: 48px;
}

.whu-events__promo {
  background: var(--whu-surface);
  padding: 50px 40px;
}

.whu-events__promo-image img {
  width: 172px;
  height: 368px;
  object-fit: cover;
}

.whu-events__promo-copy {
  max-width: 190px;
}

.whu-events__promo-button .wp-block-button__link,
.whu-events__all .wp-block-button__link,
.whu-knowledge__more .wp-block-button__link {
  border: 1px solid rgba(5, 70, 150, 0.45);
  background: transparent;
  color: var(--whu-blue);
}

.whu-query--events .wp-block-post-template {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 24px;
}

.whu-event-card {
  border-top: 1px solid rgba(5, 70, 150, 0.25);
  padding: 28px 0 0;
}

.whu-event-card__excerpt p {
  white-space: pre-line;
}

.whu-footer-cta__title {
  max-width: 620px;
  text-align: right;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}

.whu-footer-cta__button {
  margin-left: 0;
  flex: 0 0 auto;
}

.whu-site-footer {
  width: var(--whu-shell);
  margin: 0 auto;
  padding: 0 0 48px;
  font-size: 14px;
}

.whu-entry-shell,
.whu-default-shell {
  padding: 56px 0 80px;
}

.whu-entry-shell > *,
.whu-default-query__item {
  max-width: 760px;
}

.whu-entry-shell .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .whu-site-header__inner,
  .whu-program-finder__inner,
  .whu-news__header,
  .whu-programs__header,
  .whu-knowledge__header,
  .whu-events__header,
  .whu-footer-cta__inner {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .whu-hero__grid,
  .whu-programs__cards,
  .whu-events__layout,
  .whu-why__details {
    flex-direction: column !important;
  }

  .whu-query--stories .wp-block-post-template,
  .whu-query--knowledge .wp-block-post-template,
  .whu-query--news .wp-block-post-template {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .whu-query--news .wp-block-post:nth-child(n + 2) {
    grid-template-columns: 1fr;
  }

  .whu-footer-cta__title {
    text-align: left;
  }

  .whu-about-whu__shell {
    grid-template-columns: 1fr;
  }

  .whu-about-whu__media {
    order: -1;
    min-height: 420px;
  }

  .whu-about-whu__media img {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  :root {
    --whu-shell: calc(100vw - 60px);
  }

  .whu-site-header {
    padding-top: 6px;
    padding-bottom: 24px;
  }

  .whu-site-header__controls {
    width: 100%;
    justify-content: flex-start;
    gap: 0;
  }

  .whu-language-switcher {
    display: none !important;
  }

  .whu-site-header__logo {
    width: 121px;
    margin-left: auto;
  }

  .whu-hero {
    padding-bottom: 54px;
  }

  .whu-hero__image,
  .whu-hero__image img {
    min-height: 360px;
  }

  .whu-hero__content {
    padding-top: 28px;
  }

  .whu-hero__title,
  .whu-section-title,
  .whu-footer-cta__title {
    font-size: 27px;
    line-height: 1.32;
  }

  .whu-hero__actions .wp-block-button,
  .whu-hero__actions .wp-block-button__link,
  .whu-events__all,
  .whu-news__more,
  .whu-knowledge__more,
  .whu-programs__cta {
    width: 100%;
  }

  .whu-programs,
  .whu-why,
  .whu-changemakers,
  .whu-news,
  .whu-knowledge,
  .whu-events,
  .whu-footer-cta {
    padding: 52px 0;
  }

  .whu-program-finder {
    display: none;
  }

  .whu-about-whu {
    padding: 34px 0 56px;
  }

  .whu-about-whu__shell {
    width: var(--whu-shell);
  }

  .whu-about-whu__copy {
    padding: 48px 24px 40px;
  }

  .whu-about-whu__copy::before {
    top: 22px;
    left: 18px;
    width: 180px;
    height: 54px;
  }

  .whu-about-whu__title {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .whu-about-whu__sections {
    gap: 24px;
    max-width: 100%;
  }

  .whu-about-whu__section-title,
  .whu-about-whu__section-body {
    font-size: 16px;
    line-height: 1.45;
  }

  .whu-about-whu__media,
  .whu-about-whu__media img {
    min-height: 300px;
  }

  .whu-programs__cards,
  .whu-why__stats {
    gap: 18px;
  }

  .whu-program-card--image img,
  .whu-story-card__image img,
  .whu-news-card__image img {
    height: auto;
    aspect-ratio: 285 / 309;
  }

  .whu-knowledge__actions {
    width: 100%;
    align-items: stretch !important;
  }

  .whu-carousel-control {
    width: 100%;
  }

  .whu-carousel-control .wp-block-button,
  .whu-carousel-control .wp-block-button__link {
    width: 100%;
  }

  .whu-knowledge-card {
    gap: 20px;
  }

  .whu-knowledge-card__image,
  .whu-knowledge-card__image a,
  .whu-knowledge-card__image img {
    width: 132px;
  }

  .whu-knowledge-card__image img {
    height: 152px;
  }

  .whu-events__promo {
    padding: 30px;
  }

  .whu-events__promo-image img {
    width: 156px;
    height: 368px;
  }

  .whu-hero__note {
    padding-right: 0;
    gap: 20px;
    align-items: flex-start;
  }

  .whu-footer-cta__inner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .whu-footer-cta__button {
    margin-left: 0;
  }
}

.whu-shell {
  width: min(var(--whu-shell), 1202px);
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.whu-button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  gap: 12px;
}

.whu-button--accent {
  background: var(--whu-orange);
  color: #fff;
}

.whu-button--outline-light {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.whu-button--outline-dark {
  border: 2px solid var(--whu-blue);
  color: var(--whu-blue);
}

.whu-site-header {
  position: relative;
  z-index: 40;
  padding: 0;
}

.whu-site-header__top {
  width: var(--whu-shell);
  min-height: 102px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.whu-nav-toggle {
  width: 45px;
  height: 45px;
  border: 0;
  background: var(--whu-blue);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  margin-top: 6px;
}

.whu-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.whu-site-header__controls {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}

.whu-language-switcher {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  min-height: 56px;
  background: rgba(0, 71, 156, 0.08);
}

.whu-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 56px;
  padding: 0;
  border: 0;
  color: var(--whu-blue);
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}

.whu-language-switcher a.is-active {
  background: var(--whu-blue);
  color: #fff;
}

.whu-site-header__brand {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--whu-blue);
  text-decoration: none;
}

.whu-site-header__brand img {
  width: 166px;
}

.whu-site-header__brand span {
  display: none;
}

.whu-main-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  padding: 36px 0 48px;
}

.whu-nav-open .whu-main-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.whu-main-nav__inner {
  display: grid;
  gap: 28px;
}

.whu-main-nav__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.whu-main-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  color: var(--whu-blue);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.whu-main-nav__language {
  display: none;
  align-items: center;
  gap: 10px;
}

.whu-main-nav__language a {
  color: var(--whu-blue);
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.whu-main-nav__language a.is-active {
  font-weight: 700;
}

.whu-main-nav__layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 56px;
}

.whu-main-nav__tabs {
  display: grid;
  gap: 14px;
  align-content: start;
}

.whu-main-nav__tab {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--whu-blue);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.whu-main-nav__tab.is-active {
  font-weight: 600;
}

.whu-main-nav__panels {
  min-height: 0;
}

.whu-main-nav__panel {
  background: transparent;
  border-top: 1px solid var(--whu-border);
  padding-top: 28px;
}

.whu-main-nav__grid,
.whu-main-nav__columns {
  display: grid;
  gap: 24px;
}

.whu-main-nav__grid {
  grid-template-columns: minmax(0, 1fr) 320px;
}

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

.whu-main-nav__overview,
.whu-main-nav__columns a,
.whu-main-nav__chips a {
  color: var(--whu-blue);
  text-decoration: none;
}

.whu-main-nav__overview {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}

.whu-main-nav__columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.whu-main-nav__columns a {
  font-size: 16px;
  line-height: 1.35;
}

.whu-main-nav__aside {
  display: grid;
  gap: 18px;
}

.whu-main-nav__aside p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.whu-main-nav__search {
  display: grid;
  grid-template-columns: 1fr 54px;
  gap: 12px;
}

.whu-main-nav__search input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--whu-border-neutral);
  padding: 0 16px;
  font: inherit;
}

.whu-main-nav__search button {
  width: 54px;
  min-height: 54px;
  border: 0;
  background: var(--whu-blue);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.whu-main-nav__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.whu-main-nav__chips a {
  border: 1px solid var(--whu-border-neutral);
  padding: 8px 16px;
}

.whu-hero.whu-shell {
  width: min(100%, var(--whu-hero-outer-width, 1440px));
  margin-inline: auto;
  padding-inline: clamp(20px, 6.944vw, var(--whu-hero-shell-padding, 100px));
  box-sizing: border-box;
}

.whu-hero-carousel {
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
}

.whu-hero-carousel__slides {
  position: relative;
  min-height: var(--whu-hero-image-height, 726px);
}

.whu-hero-slide {
  position: relative;
  display: grid;
  grid-template-columns: var(--whu-hero-image-width, 628px) minmax(0, calc(var(--whu-hero-max-width, 1240px) - var(--whu-hero-image-width, 628px) - var(--whu-hero-column-gap, 36px)));
  align-items: start;
  gap: var(--whu-hero-column-gap, 36px);
  opacity: 1;
  pointer-events: auto;
}

.whu-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.whu-hero-slide__media {
  width: var(--whu-hero-image-width, 628px);
}

.whu-hero-slide__media img {
  width: 100%;
  height: var(--whu-hero-image-height, 726px);
  min-height: var(--whu-hero-image-height, 726px);
  object-fit: cover;
}

.whu-hero-slide__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: var(--whu-hero-content-top, 12px);
}

.whu-hero-slide__content h1,
.whu-hero-slide__content h2 {
  max-width: min(100%, var(--whu-hero-title-max-width, 576px));
  margin: 0;
  font-size: var(--whu-hero-title-font-size, 40px);
  line-height: 1.35;
  font-weight: 500;
  white-space: pre-line;
}

.whu-hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--whu-hero-actions-gap, 32px);
  margin-top: var(--whu-hero-actions-margin-top, 34px);
}

.whu-hero-slide__actions .whu-button .wp-block-button__link {
  min-height: 60px;
  padding: 0 23px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19.5px;
  border: 1px solid #d14900;
  background: #d14900;
  color: #fff;
  box-shadow: none;
}

.whu-hero-slide__actions .whu-button:first-child .wp-block-button__link {
  min-width: var(--whu-hero-primary-width, 140px);
}

.whu-hero-slide__actions .whu-button:nth-child(2) .wp-block-button__link {
  min-width: var(--whu-hero-secondary-width, 216px);
}

.whu-hero-slide__story {
  position: relative;
  width: 100%;
  max-width: var(--whu-hero-story-width, 576px);
  min-height: var(--whu-hero-story-min-height, 156px);
  margin-top: var(--whu-hero-story-margin-top, 81px);
  padding: 39px var(--whu-hero-story-padding-right, 135px) 22px 0;
  border-top: 1px solid #054696;
  border-right: 1px solid #054696;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #054696;
}

.whu-hero-slide__story-copy {
  max-width: 285px;
}

.whu-hero-slide__story-label {
  margin: 0 0 5px;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
}

.whu-hero-slide__story-text {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  max-width: 280px;
}

.whu-hero-slide__story-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: var(--whu-hero-controls-width, 117px);
  height: 40px;
  background: var(--whu-surface);
  color: var(--whu-blue);
}

.whu-hero-slide__story-controls button {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.whu-hero-slide__story-controls span {
  font-size: 14px;
  line-height: 1;
}

.whu-hero-carousel__controls {
  position: absolute;
  right: 140px;
  top: 578px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 12px;
  min-height: 42px;
  color: var(--whu-blue);
  background: var(--whu-surface);
}

.whu-hero-carousel__status {
  font-size: 12px;
  line-height: 1;
  min-width: 22px;
}

.whu-hero-carousel__controls button {
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  color: var(--whu-blue);
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}

.whu-hero-carousel__dots {
  display: none;
}

.whu-programs__controls button,
.whu-why__controls button,
.whu-programs__controls .wp-block-button__link,
.whu-why__controls .wp-block-button__link {
  width: 56px;
  height: 56px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
}

.whu-programs__header,
.whu-why__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.whu-programs__experience,
.whu-why__experience {
  margin-top: 34px;
}

.whu-news__header,
.whu-knowledge__header,
.whu-events__header,
.whu-knowledge__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.whu-slider-controls,
.whu-news-rail__controls,
.whu-events-slider__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.whu-slider-controls button,
.whu-news-rail__controls button,
.whu-events-slider__controls button {
  width: 56px;
  height: 56px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* Use the exported Figma chevron for every legacy carousel as well. */
:is(button, a)[data-carousel-prev],
:is(button, a)[data-carousel-next] {
  position: relative;
  font-size: 0 !important;
}

:is(button, a)[data-carousel-prev]::before,
:is(button, a)[data-carousel-next]::before {
  display: block;
  width: 19px;
  height: 10px;
  margin: auto;
  background: currentColor;
  content: "";
  -webkit-mask: var(--whu-ds-chevron) center / contain no-repeat;
  mask: var(--whu-ds-chevron) center / contain no-repeat;
}

:is(button, a)[data-carousel-prev]::before { transform: rotate(-90deg); }
:is(button, a)[data-carousel-next]::before { transform: rotate(90deg); }

.whu-news-showcase {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: stretch;
}

.whu-news-feature__image,
.whu-news-feature__body h3 a,
.whu-news-mini__image,
.whu-news-mini__body h3 a,
.whu-event-card__title a {
  color: inherit;
  text-decoration: none;
}

.whu-news-feature__image,
.whu-news-mini__image {
  display: block;
}

.whu-news-feature__media,
.whu-news-mini__media {
  display: block;
  width: 100%;
  object-fit: cover;
}

.whu-news-feature__media,
.whu-news-feature__media--placeholder {
  min-height: 510px;
  background: rgba(255, 255, 255, 0.12);
}

.whu-news-feature__body {
  padding-top: 22px;
}

.whu-news-feature__body h3,
.whu-news-mini__body h3,
.whu-event-card__title,
.whu-events-promo h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.24;
  font-weight: 700;
}

.whu-news-feature__body p,
.whu-news-mini__body p,
.whu-event-card__meta,
.whu-events-promo p {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.45;
}

.whu-news-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  gap: 22px;
  align-items: start;
}

.whu-news-rail__slides,
.whu-knowledge-slider__slides,
.whu-events-slider__slides {
  position: relative;
}

.whu-news-rail__slide,
.whu-knowledge-slider__slide,
.whu-events-slider__slide {
  display: none;
}

.whu-news-rail__slide.is-active,
.whu-knowledge-slider__slide.is-active,
.whu-events-slider__slide.is-active {
  display: block;
}

.whu-news-rail__slide.is-active {
  display: grid;
  gap: 18px;
}

.whu-news-mini {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.whu-news-mini:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.whu-news-mini__media,
.whu-news-mini__media--placeholder {
  height: 158px;
  background: rgba(255, 255, 255, 0.12);
}

.whu-news-mini__body h3 {
  font-size: 22px;
}

.whu-news-mini__body p {
  font-size: 15px;
  line-height: 1.42;
}

.whu-news-rail__controls {
  flex-direction: column;
  color: #fff;
}

.whu-news__footer,
.whu-events__footer {
  display: none;
}

.whu-knowledge-slider {
  margin-top: 44px;
}

.whu-knowledge-slider__slide.is-active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.whu-events-showcase {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.whu-events-promo {
  background: var(--whu-surface);
  padding: 40px 34px;
}

.whu-events-promo img {
  display: block;
  width: 172px;
  height: 368px;
  object-fit: cover;
}

.whu-events-promo h3 {
  margin-top: 24px;
}

.whu-events-promo h3 span {
  color: #5d95cb;
}

.whu-events-slider__slide.is-active {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.whu-event-card {
  min-height: 250px;
  border-top: 1px solid rgba(5, 70, 150, 0.26);
  padding-top: 20px;
}

.whu-event-card__eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #5d95cb;
}

.whu-event-card__meta {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.45;
}

.whu-event-card__meta::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.whu-events-slider__controls {
  margin-top: 26px;
  color: var(--whu-blue);
}

.whu-programs__tabs,
.whu-why__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
}

.whu-programs__tabs button,
.whu-why__nav button,
.whu-programs__tabs .wp-block-button__link,
.whu-why__nav .wp-block-button__link {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
}

.whu-programs__tabs button.is-active,
.whu-why__nav button.is-active,
.whu-programs__tabs .is-active .wp-block-button__link,
.whu-why__nav .is-active .wp-block-button__link {
  font-weight: 700;
}

.whu-programs__panel,
.whu-why__panel {
  position: relative;
}

.whu-programs__panel.is-hidden,
.whu-programs__slide.is-hidden {
  display: none;
}

.whu-programs__slide,
.whu-why__panel {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.whu-programs__slide.is-active,
.whu-why__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.whu-programs__slides {
  position: relative;
  min-height: 470px;
}

.whu-programs__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: rgba(255, 255, 255, 0.06);
}

.whu-programs__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whu-programs__slide-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 36px;
  color: #fff;
}

.whu-programs__slide-copy h3,
.whu-why__panel-copy h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.whu-programs__slide-copy p,
.whu-why__panel-copy p,
.whu-why__panel-copy li {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.whu-programs__slide-copy a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.whu-programs__controls {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: flex-end;
  color: #fff;
}

.whu-why__controls {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 10px;
  color: var(--whu-blue);
}

.whu-why__panel {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 36px;
}

.whu-why__panel-media,
.whu-why__panel-copy {
  min-height: 360px;
}

.whu-why__panel-media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.whu-why__panel-media p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.whu-why__panel-copy ul {
  margin: 24px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 14px;
}

.whu-changemakers {
  padding-top: 0;
}

.whu-changemakers__header {
  width: 100%;
  border-top: 1px solid rgba(5, 70, 150, 0.42);
  border-left: 1px solid rgba(5, 70, 150, 0.42);
  padding: 36px 0 0 36px;
}

.whu-changemakers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 367.625px));
  gap: 50px;
  margin-top: 50px;
  margin-left: 36px;
}

.whu-story-card {
  padding-top: 0;
}

.whu-story-card__image {
  display: block;
  margin: 0 0 25px;
  text-decoration: none;
}

.whu-story-card__image img {
  width: 100%;
  height: 273.828px;
  aspect-ratio: auto;
  object-fit: cover;
}

.whu-story-card__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: var(--whu-cyan);
}

.whu-story-card__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.3;
}

.whu-site-footer {
  background: #f6f7fa;
  color: var(--whu-blue);
  padding: 64px 0 0;
}

.whu-site-footer__main,
.whu-site-footer__bottom {
  display: grid;
  gap: 34px;
}

.whu-site-footer__main {
  grid-template-columns: 220px minmax(0, 1fr) 320px;
  align-items: start;
}

.whu-site-footer__brand img {
  width: 140px;
  margin-bottom: 16px;
}

.whu-site-footer__brand p,
.whu-site-footer__campuses p,
.whu-site-footer__meta a,
.whu-site-footer__socials span,
.whu-site-footer__meta-nav a {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.whu-site-footer__campuses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.whu-site-footer__campuses h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.whu-site-footer__campuses p + p {
  margin-top: 8px;
}

.whu-site-footer__meta {
  display: grid;
  gap: 24px;
}

.whu-site-footer__socials ul,
.whu-site-footer__meta nav,
.whu-site-footer__meta-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.whu-site-footer a {
  color: var(--whu-blue);
  text-decoration: none;
}

.whu-site-footer__socials a,
.whu-site-footer__socials .whu-footer__wechat-trigger {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(5, 70, 150, 0.2);
  border-radius: 999px;
  background: #fff;
}

.whu-site-footer__socials .whu-footer__wechat-trigger {
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.whu-site-footer__socials img {
  width: 16px;
  height: 16px;
  display: block;
  filter: invert(15%) sepia(87%) saturate(2878%) hue-rotate(204deg) brightness(87%) contrast(96%);
}

.whu-site-footer__socials img[src$="instagram.svg"] {
  width: 18px;
  height: 18px;
}

.whu-site-footer__bottom {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 44px;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(5, 70, 150, 0.16);
}

.whu-site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.whu-site-footer__badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 92px;
  padding: 8px 10px;
  border: 1px solid rgba(5, 70, 150, 0.16);
  background: #fff;
}

.whu-site-footer__badges img {
  display: block;
  max-width: 86px;
  max-height: 34px;
  width: auto;
  height: auto;
}

@media (max-width: 1024px) {
  .whu-main-nav__grid,
  .whu-main-nav__columns,
  .whu-hero-slide,
  .whu-programs__slide,
  .whu-why__panel,
  .whu-site-footer__main {
    grid-template-columns: 1fr;
  }

  .whu-hero-carousel__slides,
  .whu-programs__slides {
    min-height: 0;
  }

  .whu-hero-slide {
    position: relative;
    display: none;
  }

  .whu-hero-slide.is-active,
  .whu-programs__slide.is-active,
  .whu-why__panel.is-active {
    display: grid;
  }

  .whu-main-nav {
    padding: 28px 0 36px;
  }

  .whu-main-nav__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .whu-main-nav__tab {
    font-size: 24px;
  }

  .whu-main-nav__grid {
    grid-template-columns: 1fr;
  }

  .whu-programs__slide {
    position: relative;
  }

  .whu-hero.whu-shell {
    width: var(--whu-shell);
    padding-inline: 0;
  }

  .whu-hero-slide__media img {
    height: var(--whu-hero-mobile-image-height, 420px);
    min-height: 0;
    object-fit: cover;
  }

  .whu-site-footer__campuses {
    grid-template-columns: 1fr;
  }

  .whu-site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .whu-hero-slide__content {
    padding-top: 0;
  }

  .whu-hero-slide__story {
    width: 100%;
    margin-top: var(--whu-hero-mobile-story-top, 24px);
    padding: 24px var(--whu-hero-mobile-story-pad, 24px) 72px 0;
  }

  .whu-hero-carousel__controls {
    position: static;
    margin-top: 18px;
    padding: 0;
    background: transparent;
  }

  .whu-hero-carousel__dots {
    display: inline-flex;
  }

  .whu-changemakers__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-left: 0;
  }

  .whu-changemakers__header {
    padding-left: 24px;
  }

  .whu-story-card__image img {
    height: auto;
    min-height: 273px;
  }
}

@media (max-width: 900px) {
  .whu-site-header__top,
  .whu-site-header__brand,
  .whu-hero-slide__actions,
  .whu-hero-slide__story,
  .whu-programs__header,
  .whu-why__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .whu-site-header__brand span {
    display: none;
  }

  .whu-hero-slide__content h1,
  .whu-hero-slide__content h2 {
    font-size: var(--whu-hero-mobile-title-size, 32px);
    line-height: 1.32;
  }

  .whu-hero-slide__content {
    margin-top: 18px;
  }

  .whu-hero-slide__actions {
    gap: var(--whu-hero-mobile-actions-gap, 16px);
  }

  .whu-hero-slide__actions .whu-button,
  .whu-hero-slide__actions .whu-button .wp-block-button__link {
    width: 100%;
  }

  .whu-hero-slide__story-text {
    max-width: 100%;
  }

  .whu-hero-slide__story-controls {
    left: auto;
    right: 0;
    bottom: 0;
  }

  .whu-programs__slide-copy,
  .whu-main-nav__panels {
    padding: 24px;
  }

  .whu-programs__controls,
  .whu-hero-carousel__controls {
    margin-left: 0;
  }

  .whu-hero-carousel__controls {
    flex-wrap: wrap;
  }

  .whu-site-header__top {
    width: var(--whu-shell);
    min-height: 70px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .whu-site-header__controls {
    gap: 0;
  }

  .whu-site-header__brand {
    flex-direction: row;
    align-items: flex-start;
  }

  .whu-nav-toggle {
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding: 0 16px;
  }

  .whu-language-switcher {
    display: none !important;
  }

  .whu-site-header__brand img {
    width: 121px;
  }

  .whu-main-nav {
    padding-top: 16px;
  }

  .whu-main-nav__close {
    width: 44px;
    height: 44px;
    font-size: 34px;
  }

  .whu-main-nav__toolbar {
    justify-content: space-between;
    align-items: center;
  }

  .whu-main-nav__language {
    display: inline-flex;
  }

  .whu-main-nav__tab {
    font-size: 24px;
  }

  .whu-hero-slide__actions,
  .whu-footer-cta__inner {
    gap: 18px;
  }

  .whu-hero-slide__story {
    padding-right: 0;
    border-right: 0;
  }

  .whu-site-footer__main {
    grid-template-columns: 1fr;
  }

  .whu-site-footer__meta-nav {
    margin-top: 0;
  }

  .whu-footer-cta__title {
    text-align: left;
  }

  .whu-footer-cta__inner {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 1024px) {
  .whu-news-showcase,
  .whu-events-showcase {
    grid-template-columns: 1fr;
  }

  .whu-news-rail {
    grid-template-columns: 1fr;
  }

  .whu-news-rail__controls {
    flex-direction: row;
  }

  .whu-events-promo {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
  }

  .whu-events-promo h3 {
    margin-top: 0;
  }

  .whu-events-slider__slide.is-active {
    grid-template-columns: 1fr;
  }

  .whu-news__header,
  .whu-knowledge__header,
  .whu-events__header,
  .whu-knowledge__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .whu-news-showcase,
  .whu-knowledge-slider,
  .whu-events-showcase {
    margin-top: 32px;
  }

  .whu-news-feature__media,
  .whu-news-feature__media--placeholder {
    min-height: 320px;
  }

  .whu-news-mini {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .whu-news-mini__media,
  .whu-news-mini__media--placeholder {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .whu-news__header > .whu-button,
  .whu-events__header > .whu-button {
    display: none;
  }

  .whu-news__footer,
  .whu-events__footer {
    display: block;
    margin-top: 28px;
  }

  .whu-news__footer .whu-button,
  .whu-events__footer .whu-button,
  .whu-knowledge__actions .whu-button,
  .whu-events-promo .whu-button {
    width: 100%;
  }

  .whu-knowledge-slider__slide.is-active,
  .whu-events-promo {
    grid-template-columns: 1fr;
  }

  .whu-events-promo img {
    width: 156px;
    height: 340px;
  }

  .whu-slider-controls,
  .whu-news-rail__controls,
  .whu-events-slider__controls {
    width: 100%;
  }

  .whu-slider-controls button,
  .whu-news-rail__controls button,
  .whu-events-slider__controls button {
    flex: 1 1 0;
  }
}

/* Figma v4 desktop homepage */

:root {
  /* WHU design-system foundations (Figma: WHU Site CN / Design System). */
  --whu-ds-blue: #054696;
  --whu-ds-orange: #d14900;
  --whu-ds-orange-hover: #ba4911;
  --whu-ds-orange-active: #a63f0d;
  --whu-ds-blue-hover: #215ba2;
  --whu-ds-petrol: #006e78;
  --whu-ds-cyan: #0099db;
  --whu-ds-silver: #f2f5f7;
  --whu-ds-control-surface: #e6ebf0;
  --whu-ds-control-hover: #e3eaf3;
  --whu-ds-motion-duration: 300ms;
  --whu-ds-motion-ease: ease;
  --whu-ds-line-width: 1px;
  --whu-ds-line-color: var(--whu-ds-blue);
  --whu-ds-active-line-width: 2px;
  --whu-ds-focus-ring-width: 3px;
  --whu-ds-focus-ring-offset: 3px;
  --whu-ds-heading-weight: 600;
  --whu-ds-space-1: 4px;
  --whu-ds-space-2: 8px;
  --whu-ds-space-3: 16px;
  --whu-ds-space-4: 24px;
  --whu-ds-space-5: 32px;
  --whu-ds-space-6: 40px;
  --whu-ds-space-7: 42px;
  --whu-ds-space-8: 64px;
  --whu-ds-space-9: 80px;
  --whu-ds-space-10: 84px;
  --whu-ds-control-height: 44px;
  --whu-ds-pager-width: 77px;
  --whu-ds-count-pager-width: 117px;
  --whu-ds-mobile-gutter: 24px;
  --whu-ds-chevron: url("/wp-content/themes/whu/assets/icons/whu-chevron.svg");
  --whu-ds-arrow-right: url("/wp-content/themes/whu/assets/icons/whu-arrow-right.svg");
  --whu-v4-page-width: 1440px;
  --whu-v4-section-width: 1202px;
  --whu-v4-section-x: 119px;
  --whu-v4-section-y: 42px;
  --whu-v4-border: var(--whu-ds-blue);
  --whu-v4-blue: var(--whu-ds-blue);
  --whu-v4-red: var(--whu-ds-orange);
  --whu-v4-teal: var(--whu-ds-petrol);
  --whu-v4-light: var(--whu-ds-silver);
  --whu-v4-nav-hover: var(--whu-ds-control-surface);
  --whu-v4-ltblue: var(--whu-ds-cyan);
}

.wp-site-blocks > .wp-block-whu-navigation-bar,
.wp-site-blocks > .wp-block-whu-hero,
.wp-site-blocks > .wp-block-whu-global-network,
.wp-site-blocks > .wp-block-whu-about-whu,
.wp-site-blocks > .wp-block-whu-programs-grid,
.wp-site-blocks > .wp-block-whu-why-whu,
.wp-site-blocks > .wp-block-whu-values,
.wp-site-blocks > .wp-block-whu-testimonials,
.wp-site-blocks > .wp-block-whu-campus-activities,
.wp-site-blocks > .wp-block-whu-life-whu,
.wp-site-blocks > .wp-block-whu-site-footer {
  margin-block-start: 0;
}

.whu-block-editor-preview {
  padding: 12px 0;
}

.whu-v4-nav,
.whu-v4-hero,
.whu-v4-section,
.whu-v4-footer {
  width: min(100%, var(--whu-v4-page-width));
  margin: 0 auto;
  color: var(--whu-v4-blue);
  font-family: "Helvetica Neue LT Pro", "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

.whu-v4-nav__frame,
.whu-v4-hero__inner,
.whu-v4-section__inner,
.whu-v4-footer__inner {
  width: min(100%, var(--whu-v4-page-width));
  box-sizing: border-box;
}

.whu-v4-nav {
  box-sizing: border-box;
  padding: 0 12px 46px;
}

.whu-v4-nav__frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 80px 0 0;
}

.whu-v4-nav__left {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.whu-v4-nav__burger {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.whu-v4-nav__burger span {
  position: absolute;
  left: 8px;
  width: 20px;
  height: 2px;
  background: var(--whu-v4-blue);
}

.whu-v4-nav__burger span:nth-child(1) { top: 13px; }
.whu-v4-nav__burger span:nth-child(2) { top: 21px; }
.whu-v4-nav__burger span:nth-child(3) { top: 29px; }

.whu-v4-nav__burger i {
  position: absolute;
  left: 22px;
  top: 10px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--whu-v4-blue);
  border-radius: 50%;
}

.whu-v4-nav__burger i::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: var(--whu-v4-blue);
  transform: rotate(45deg);
  transform-origin: center;
}

.whu-v4-nav__langs {
  display: flex;
}

.whu-v4-nav__langs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--whu-v4-nav-hover);
  color: var(--whu-v4-blue);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.whu-v4-nav__langs a.is-active {
  background: var(--whu-v4-blue);
  color: #fff;
}

.whu-v4-nav__logo {
  display: block;
  width: 188px;
  margin-top: 12px;
}

.whu-v4-nav__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.whu-v4-hero {
  padding-bottom: 42px;
}

.whu-v4-hero__inner {
  display: flex;
  gap: 63px;
  align-items: flex-start;
}

.whu-v4-hero__media {
  position: relative;
  overflow: hidden;
  width: 580px;
  flex: 0 0 580px;
  height: 560px;
}

.whu-v4-hero__media img {
  position: absolute;
  left: 0;
  top: -19.59%;
  display: block;
  width: 213.17%;
  height: 122.26%;
  max-width: none;
}

.whu-v4-hero__content {
  flex: 1 1 auto;
  padding-top: 32px;
}

.whu-v4-hero__title {
  max-width: 678px;
  margin: 0;
  font-size: 42px;
  line-height: 1.14;
  font-weight: 500;
  color: var(--whu-v4-blue);
}

.whu-v4-hero__actions {
  display: flex;
  gap: 27px;
  margin-top: 31px;
}

.whu-v4-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 59px;
  padding: 0 18px;
  background: var(--whu-v4-red);
  color: #fff;
  text-decoration: none;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  gap: 16px;
}

.whu-v4-hero__story {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 102px;
  width: 679px;
  min-height: 119px;
  padding-top: 37px;
  border-top: 1px solid var(--whu-v4-border);
  border-right: 1px solid var(--whu-v4-border);
}

.whu-v4-hero__story-copy {
  max-width: 420px;
}

.whu-v4-hero__story-lead {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

.whu-v4-hero__story-sub {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.whu-v4-hero__story-pager {
  display: grid;
  grid-template-columns: 44px 29px 44px;
  align-items: center;
  gap: 0;
  width: var(--whu-ds-count-pager-width);
  height: var(--whu-ds-control-height);
  padding: 0;
  background: var(--whu-v4-nav-hover);
  font-size: 18px;
  text-align: center;
}

.whu-v4-hero__story-pager button,
.whu-v4-section__pager {
  border: 0;
  background: transparent;
  color: var(--whu-v4-blue);
  font-size: 24px;
  line-height: 1;
}

.whu-v4-hero__story-pager button {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
}

.whu-v4-hero__story-pager button::before {
  width: 19px;
  height: 10px;
  background: currentColor;
  content: "";
  -webkit-mask: var(--whu-ds-chevron) center / contain no-repeat;
  mask: var(--whu-ds-chevron) center / contain no-repeat;
}

.whu-v4-hero__story-pager [data-hero-nav="prev"]::before { transform: rotate(-90deg); }
.whu-v4-hero__story-pager [data-hero-nav="next"]::before { transform: rotate(90deg); }

.whu-v4-section {
  padding: var(--whu-v4-section-y) var(--whu-v4-section-x) var(--whu-ds-space-8);
  box-sizing: border-box;
}

.whu-v4-section__inner {
  width: var(--whu-v4-section-width);
  margin: 0 auto;
}

.whu-v4-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  padding-left: var(--whu-ds-space-7);
  border-top: 1px solid var(--whu-v4-border);
  border-left: 1px solid var(--whu-v4-border);
}

.whu-v4-section__header h2 {
  margin: 0;
  font-size: 37px;
  line-height: 1.12;
  font-weight: 700;
}

.whu-v4-section__header--light {
  color: #fff;
  border-color: rgba(255,255,255,0.75);
}

.whu-v4-section__pager {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--whu-ds-pager-width);
  height: var(--whu-ds-control-height);
  background: var(--whu-ds-control-surface);
  font-size: 18px;
}

.whu-v4-why__pager button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--whu-v4-blue);
  cursor: pointer;
}

.whu-v4-why__pager button::before {
  content: "";
  width: 19px;
  height: 10px;
  background: currentColor;
  -webkit-mask: var(--whu-ds-chevron) center / contain no-repeat;
  mask: var(--whu-ds-chevron) center / contain no-repeat;
}

.whu-v4-why__pager [data-why-nav="prev"]::before {
  transform: rotate(-90deg);
}

.whu-v4-why__pager [data-why-nav="next"]::before {
  transform: rotate(90deg);
}

.whu-v4-why__pager button:hover,
.whu-v4-why__pager button:focus-visible {
  background: rgba(0, 81, 158, 0.08);
  outline: none;
}

.whu-v4-about {
  background: var(--whu-v4-light);
}

.whu-v4-about__body {
  display: flex;
  align-items: center;
  gap: 72px;
  width: 1117px;
  margin: 36px auto 0;
}

.whu-v4-about__copy {
  width: 481px;
}

.whu-v4-about__item + .whu-v4-about__item {
  margin-top: 30px;
}

.whu-v4-about__item h3,
.whu-v4-why__copy h3 {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.whu-v4-about__item p,
.whu-v4-why__copy p,
.whu-v4-why__copy li,
.whu-v4-activity p {
  margin: 0;
  font-size: 17px;
  line-height: 1.38;
}

.whu-v4-about__media {
  width: 548px;
  flex: 0 0 548px;
}

.whu-v4-about__media img {
  display: block;
  width: 100%;
  height: 374px;
  object-fit: cover;
}

.whu-v4-programs {
  background: var(--whu-v4-blue);
}

.whu-v4-programs__header-copy {
  display: grid;
  gap: 10px;
}

.whu-v4-programs__eyebrow {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whu-v4-programs__header-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

:is(
  .whu-v4-hero__button,
  .whu-v4-programs__header-cta,
  .whu-v4-program-card__cta,
  .whu-v4-activities__more,
  .whu-button,
  .whu-story-card__read-more
) > span,
:is(.whu-button, .whu-story-card__read-more) .wp-block-button__link > span {
  display: inline-block;
  width: 15px;
  height: 14px;
  flex: 0 0 15px;
  overflow: hidden;
  background: currentColor;
  font-size: 0;
  -webkit-mask: var(--whu-ds-arrow-right) center / contain no-repeat;
  mask: var(--whu-ds-arrow-right) center / contain no-repeat;
}

.whu-v4-programs__header-actions {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-right: 42px;
}

.whu-v4-programs__pager {
  display: inline-flex;
  align-items: center;
  width: var(--whu-ds-pager-width);
  height: var(--whu-ds-control-height);
  padding: 0;
  box-sizing: border-box;
  background: var(--whu-ds-control-surface);
}

.whu-v4-programs__pager button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--whu-v4-blue);
  cursor: pointer;
}

.whu-v4-programs__pager button::before {
  content: "";
  width: 19px;
  height: 10px;
  background: currentColor;
  -webkit-mask: var(--whu-ds-chevron) center / contain no-repeat;
  mask: var(--whu-ds-chevron) center / contain no-repeat;
}

.whu-v4-programs__pager [data-programs-category-nav="prev"]::before,
.whu-v4-programs__pager [data-programs-slide-nav="prev"]::before {
  transform: rotate(-90deg);
}

.whu-v4-programs__pager [data-programs-category-nav="next"]::before,
.whu-v4-programs__pager [data-programs-slide-nav="next"]::before {
  transform: rotate(90deg);
}

.whu-v4-programs__pager button:hover,
.whu-v4-programs__pager button:focus-visible {
  background: rgba(0, 71, 156, 0.08);
  outline: none;
}

.whu-v4-programs__description {
  width: 640px;
  margin: 24px 0 0 36px;
  color: rgba(255,255,255,0.84);
  font-size: 17px;
  line-height: 1.45;
}

.whu-v4-programs__tabs {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  justify-content: space-between;
  width: 1117px;
  margin: 52px 0 68px 36px;
  white-space: nowrap;
}

.whu-v4-programs__tabs button {
  display: inline-flex;
  min-height: var(--whu-ds-control-height);
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a8c0e0;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.whu-v4-programs__tabs .is-active {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: var(--whu-ds-active-line-width);
  text-underline-offset: 28px;
}

.whu-v4-programs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  padding-left: 42px;
  touch-action: pan-y;
}

.whu-v4-program-card {
  width: 100%;
  max-width: 364.73px;
}

.whu-v4-program-card__media-link {
  display: block;
  width: 249.89px;
  text-decoration: none;
}

.whu-v4-program-card img {
  display: block;
  width: 249.89px;
  height: 327.302px;
  object-fit: cover;
}

.whu-v4-program-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 42px;
  margin-top: 16px;
  width: 100%;
}

.whu-v4-program-card__copy {
  display: grid;
  gap: 12px;
  flex: 1 1 auto;
}

.whu-v4-program-card__copy-link {
  display: block;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}

.whu-v4-program-card__footer h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.whu-v4-program-card__description {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.45;
}

.whu-v4-program-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58.73px;
  height: 58.728px;
  background: var(--whu-v4-red);
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.whu-v4-programs__slide-pager-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  padding-right: 42px;
}

.whu-v4-programs__slide-pager-wrap[hidden] {
  display: none;
}

.whu-v4-programs__mobile-category {
  display: none;
}

.whu-v4-why__tabs {
  display: flex;
  gap: 56px;
  align-items: center;
  margin: 36px 0;
}

.whu-v4-why__tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--whu-v4-blue);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.whu-v4-why__tab:focus-visible {
  outline: var(--whu-ds-focus-ring-width) solid var(--whu-ds-cyan);
  outline-offset: var(--whu-ds-focus-ring-offset);
}

.whu-v4-why__tab img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.whu-v4-why__tab-image {
  display: block;
  flex: 0 0 auto;
}

.whu-v4-why__tab-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  color: #009fe2;
}

.whu-v4-why__tab-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.whu-v4-why__tab.is-active .whu-v4-why__tab-label {
  text-decoration: underline;
  text-decoration-thickness: var(--whu-ds-active-line-width);
  text-underline-offset: 6px;
}

.whu-v4-why__panel[hidden] {
  display: none;
}

.whu-v4-why__card {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 52px;
  padding: 30px 52px;
  background: var(--whu-v4-light);
  touch-action: pan-y;
}

.whu-v4-why__logo-box {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 20px;
  background: #fff;
}

.whu-v4-why__logo-box img:first-child {
  width: 182px;
  height: auto;
}

.whu-v4-why__logo-box.has-custom-image {
  justify-content: center;
}

.whu-v4-why__logo-box .whu-v4-why__card-image {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.whu-v4-why__logo-box.has-custom-image .whu-v4-why__card-image {
  width: 100%;
}

.whu-v4-why__logo-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  min-height: 112px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111;
  background: #fff;
}

.whu-v4-why__logo-label--qs {
  flex-direction: column;
  width: 229px;
  min-height: 112px;
  gap: 2px;
  color: #fff;
  background: linear-gradient(180deg, #0a6ed1 0%, #0848a2 100%);
}

.whu-v4-why__logo-label--qs span {
  font-size: 42px;
  line-height: 1;
}

.whu-v4-why__logo-label--qs small {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}

.whu-v4-why__copy ul {
  margin: 18px 0 0 20px;
  padding: 0;
}

.whu-v4-why__copy li + li {
  margin-top: 12px;
}

.whu-v4-values__hero {
	position: relative;
  margin-top: 36px;
}

.whu-v4-values__hero img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.whu-v4-values__video {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.whu-v4-values__video-toggle {
	position: absolute;
	right: 18px;
	bottom: 18px;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	background: rgba(5, 70, 150, .92);
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.whu-v4-values__video-toggle:focus-visible {
	outline: 3px solid #00a5dc;
	outline-offset: 3px;
}

.whu-v4-values__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 42px;
  margin-top: 28px;
}

.whu-v4-values__item h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 500;
}

.whu-v4-values__item p,
.whu-v4-testimonial__role,
.whu-v4-testimonial__quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.38;
}

.whu-v4-testimonials__pager {
  width: var(--whu-ds-pager-width);
  height: var(--whu-ds-control-height);
  gap: 0;
  padding: 0;
  box-sizing: border-box;
  background: var(--whu-ds-control-surface);
}

.whu-v4-testimonials__pager button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--whu-v4-blue);
  cursor: pointer;
}

.whu-v4-testimonials__pager button::before {
  content: "";
  width: 19px;
  height: 10px;
  background: currentColor;
  -webkit-mask: var(--whu-ds-chevron) center / contain no-repeat;
  mask: var(--whu-ds-chevron) center / contain no-repeat;
}

.whu-v4-testimonials__pager [data-testimonials-nav="prev"]::before {
  transform: rotate(-90deg);
}

.whu-v4-testimonials__pager [data-testimonials-nav="next"]::before {
  transform: rotate(90deg);
}

.whu-v4-testimonials__pager button:hover,
.whu-v4-testimonials__pager button:focus-visible {
  background: rgba(0, 71, 156, 0.08);
  outline: none;
}

.whu-v4-testimonials__viewport {
  overflow: hidden;
  margin-top: 31px;
  touch-action: pan-y;
}

.whu-v4-testimonials__viewport:focus-visible {
  outline: 2px solid var(--whu-v4-blue);
  outline-offset: 6px;
}

.whu-v4-testimonials__track {
  display: flex;
  transition: transform 450ms ease;
}

.whu-v4-testimonials__page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 27px;
  align-items: start;
  min-width: 100%;
  padding: 0 43px;
  box-sizing: border-box;
}

.whu-v4-testimonial {
  min-width: 0;
}

.whu-v4-testimonial__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.38 / 1;
  border-bottom: 9px solid var(--whu-v4-ltblue);
  background: #fff;
  overflow: hidden;
}

.whu-v4-testimonial__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whu-v4-testimonial__photo span {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.whu-v4-testimonial__copy h3 {
  margin: 30px 0 14px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}

.whu-v4-testimonial__role {
  min-height: 36px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.whu-v4-testimonial__quote {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.35;
}

.whu-v4-testimonial__meta {
  margin: 18px 0 0;
  font-size: 11px;
  line-height: 1.3;
}

@media (prefers-reduced-motion: reduce) {
  .whu-v4-testimonials__track {
    transition: none;
  }
}

.whu-v4-activities {
  background: var(--whu-v4-teal);
  color: #fff;
}

.whu-v4-activities__header {
  align-items: center;
}

.whu-v4-activities__header-actions {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.whu-v4-activities__pager,
.whu-v4-activities__mobile-carousel {
  display: none;
}

.whu-v4-activities__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 192px;
  min-height: 59px;
  padding: 0 20px;
  background: #fff;
  color: var(--whu-v4-blue);
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  gap: 30px;
}

@media (prefers-reduced-motion: reduce) {
  .whu-v4-activities__mobile-track {
    transition: none;
  }
}

.whu-v4-activities__news {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 96px;
  align-items: start;
  width: min(100%, 1118px);
  margin: 36px auto 0;
}

.whu-v4-activities__feature img {
  display: block;
  width: 380px;
  height: 410px;
  object-fit: cover;
}

.whu-v4-activities__feature-copy {
  width: 380px;
  margin-top: 30px;
}

.whu-v4-activities__feature-copy h3,
.whu-v4-activity--news h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
}

.whu-v4-activities__copy-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.whu-v4-activities__copy-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.whu-v4-activities__feature-copy p,
.whu-v4-activity--news p {
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.whu-v4-activities__stack {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.whu-v4-activity--news {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  min-width: 0;
}

.whu-v4-activity--news img {
  display: block;
  width: 190px;
  height: 220px;
  object-fit: cover;
}

.whu-v4-activity__copy {
  min-width: 0;
  padding-top: 2px;
}

.whu-v4-life--logos {
  padding-top: 0;
  padding-bottom: 0;
}

.whu-v4-life__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
  width: 1202px;
  min-height: 117px;
  margin: 0 auto;
  padding: 30px 42px;
  border-top: 1px solid var(--whu-v4-border);
  border-left: 1px solid var(--whu-v4-border);
  box-sizing: border-box;
}

.whu-v4-life__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}

.whu-v4-life__logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  width: auto;
}

.whu-v4-footer {
  background: var(--whu-v4-light);
  padding: 42px clamp(32px, 8.264vw, 119px) 84px;
  box-sizing: border-box;
}

.whu-v4-footer__inner {
  width: min(1202px, 100%);
  margin: 0 auto;
}

.whu-v4-footer__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 117px;
  padding-left: 42px;
  border-top: 1px solid var(--whu-v4-border);
  border-left: 1px solid var(--whu-v4-border);
}

.whu-v4-footer__brand {
  display: flex;
  align-items: center;
  gap: 36px;
}

.whu-v4-footer__brand img {
  width: 187px;
  height: auto;
}

.whu-v4-footer__brand p,
.whu-v4-footer__socials p {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.whu-v4-footer__socials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.whu-v4-footer__socials ul {
  display: flex;
  gap: 23px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.whu-v4-footer__socials a,
.whu-v4-footer__socials .whu-footer__wechat-trigger {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.whu-v4-footer__socials .whu-footer__wechat-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.whu-v4-footer__socials img {
  width: 35px;
  height: 35px;
}

.whu-footer__wechat-trigger:focus-visible,
.whu-footer__wechat-close:focus-visible {
  outline: var(--whu-ds-focus-ring-width, 3px) solid var(--whu-ds-cyan, #0099db);
  outline-offset: var(--whu-ds-focus-ring-offset, 3px);
}

.whu-footer__wechat-popover {
  position: fixed;
  width: min(340px, calc(100vw - 40px));
  margin: auto;
  padding: 34px 34px 28px;
  border: 1px solid var(--whu-ds-blue, #054696);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 24px 64px rgba(5, 70, 150, 0.24);
  box-sizing: border-box;
  color: var(--whu-ds-blue, #054696);
}

.whu-footer__wechat-popover:popover-open {
  display: grid;
  gap: 18px;
}

.whu-footer__wechat-popover::backdrop {
  background: rgba(0, 28, 64, 0.52);
}

.whu-footer__wechat-popover img {
  display: block;
  width: min(258px, 100%) !important;
  height: auto !important;
  margin: 0 auto;
  filter: none !important;
}

.whu-footer__wechat-popover p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.whu-footer__wechat-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: var(--whu-ds-control-surface, #e6ebf0);
  color: var(--whu-ds-blue, #054696);
  cursor: pointer;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.whu-v4-footer__addresses {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(240px, 378px) minmax(0, 1fr);
  gap: clamp(24px, 3.75vw, 54px);
  width: 100%;
  margin-top: 72px;
}

.whu-v4-footer__addresses > div {
  color: var(--whu-v4-blue);
}

.whu-v4-footer__addresses h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
}

.whu-v4-footer__addresses p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.35;
}

.whu-v4-footer__china {
  padding: 47px 46px 36px 37px;
  background: #fff;
}

.whu-v4-footer__badges {
  display: flex;
  align-items: center;
  gap: 43px;
  min-height: 117px;
  margin-top: 42px;
  padding-left: 42px;
  border-left: 1px solid var(--whu-v4-border);
  border-bottom: 1px solid var(--whu-v4-border);
}

.whu-v4-footer__badges img {
  display: block;
  max-height: 60px;
  width: auto;
}

.whu-v4-footer__copyright {
  width: min(1202px, 100%);
  margin: 28px auto 0;
  font-size: 14px;
  line-height: 1.35;
}

.whu-v4-footer__copyright p {
  margin: 0;
}

@media (max-width: 1200px) {
  .whu-v4-section,
  .whu-v4-footer {
    padding-right: clamp(32px, 6vw, 119px);
    padding-left: clamp(32px, 6vw, 119px);
  }

  .whu-v4-section__inner,
  .whu-v4-life__strip,
  .whu-v4-footer__inner,
  .whu-v4-footer__copyright {
    width: 100%;
  }

  .whu-v4-hero__story,
  .whu-v4-hero__fold-line--corner {
    max-width: 100%;
  }

  .whu-v4-about__body {
    gap: clamp(32px, 6vw, 88px);
    width: 100%;
  }

  .whu-v4-about__copy {
    width: auto;
    flex: 1 1 auto;
  }

  .whu-v4-about__media {
    width: min(48%, 548px);
    flex-basis: min(48%, 548px);
  }

  .whu-v4-why__card {
    grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
    gap: 32px;
    padding: 32px;
  }

  .whu-v4-footer__addresses {
    grid-template-columns: minmax(180px, 250px) minmax(240px, 378px) minmax(0, 538px);
    gap: clamp(24px, 4vw, 54px);
    width: 100%;
  }

  .whu-v4-programs__description {
    width: 100%;
    margin-left: 0;
  }

  .whu-v4-programs__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 42px;
    width: 100%;
    margin-left: 0;
  }

  .whu-v4-programs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    padding-left: 0;
  }

  .whu-v4-activities__news {
    grid-template-columns: 1fr;
    gap: 42px;
    width: 100%;
  }

  .whu-v4-activities__feature img,
  .whu-v4-activities__feature-copy {
    width: 100%;
  }

  .whu-v4-activity--news {
    grid-template-columns: 200px 1fr;
  }

  .whu-v4-life__strip {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .whu-v4-nav {
    padding: 0;
  }

  .whu-v4-nav__frame {
    min-height: 95px;
    align-items: center;
    padding: 0 30px;
  }

  .whu-v4-nav__left {
    flex: 0 0 auto;
  }

  .whu-v4-nav__langs {
    display: none;
  }

  .whu-v4-nav__burger {
    width: 61px;
    height: 36px;
    flex-shrink: 0;
  }

  .whu-v4-nav__logo {
    display: flex;
    align-items: center;
    width: 94px;
    height: 40px;
    margin-top: 0;
    flex-shrink: 0;
  }

  .whu-v4-section,
  .whu-v4-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .whu-v4-section__header h2 {
    font-size: 26px;
    line-height: 1.14;
  }

  .whu-v4-values__hero img,
  .whu-v4-values__video {
    height: clamp(220px, 62vw, 320px);
  }

  .whu-v4-about__body,
  .whu-v4-footer__top {
    flex-direction: column;
    align-items: stretch;
  }

  .whu-v4-about__copy,
  .whu-v4-about__media {
    width: 100%;
    flex-basis: auto;
  }

  .whu-v4-footer__brand,
  .whu-v4-footer__badges {
    flex-wrap: wrap;
  }

  .whu-v4-why__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    margin: 28px 0 36px;
  }

  .whu-v4-why__tab {
    width: 100%;
    min-width: 0;
    min-height: 88px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 0 14px;
    font-size: clamp(14px, 3.7vw, 16px);
    line-height: 1.35;
    text-align: center;
  }

  .whu-v4-why__tab img,
  .whu-v4-why__tab-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .whu-v4-why__tab-label {
    max-width: 100%;
    text-wrap: balance;
  }

  .whu-v4-why__card,
  .whu-v4-values__grid,
  .whu-v4-testimonials__page,
  .whu-v4-footer__addresses {
    grid-template-columns: 1fr;
  }

  .whu-v4-testimonials__page {
    gap: 30px;
  }

  .whu-v4-testimonials__page {
    padding: 0;
  }

  .whu-v4-testimonials__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
  }

  .whu-v4-testimonials__page {
    display: contents;
  }

  .whu-v4-testimonial {
    width: 100%;
  }

  .whu-v4-testimonial__photo {
    aspect-ratio: 1.5 / 1;
  }

  .whu-v4-testimonial__photo img {
    height: 100%;
  }

  .whu-v4-testimonial__quote {
    font-size: 14px;
  }

  .whu-v4-why__card {
    padding: 24px;
  }

  .whu-v4-why__logos,
  .whu-v4-why__copy {
    min-width: 0;
    max-width: 100%;
  }

  .whu-v4-why__logo-box {
    flex-wrap: wrap;
  }

  .whu-v4-why__logo-box img:first-child,
  .whu-v4-why__logo-label {
    width: min(100%, 182px);
  }

  .whu-v4-why__logo-label--qs {
    width: min(100%, 229px);
  }

  .whu-v4-footer__top {
    gap: 32px;
    padding: 24px 0 0 24px;
  }

  .whu-v4-footer__addresses {
    gap: 32px;
    margin-top: 48px;
  }

  .whu-v4-footer__badges {
    gap: 24px;
    padding: 24px;
  }

  .whu-v4-programs .whu-v4-section__header.whu-v4-section__header--light {
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 24px 0 0 24px;
  }

  .whu-v4-programs__header-actions {
    margin-right: 18px;
  }

  .whu-v4-programs__header-cta {
    margin-right: 0;
  }

  .whu-v4-programs__description {
    margin-top: 24px;
  }

  .whu-v4-programs__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 30px 0 28px;
    padding: 0;
    gap: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .whu-v4-programs__tabs button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.25;
    text-align: left;
    text-wrap: balance;
    white-space: nowrap;
  }

  .whu-v4-programs__tabs .is-active {
    text-decoration: none;
    box-shadow: inset 0 -3px #fff;
  }

  .whu-v4-programs__mobile-category {
    display: none;
  }

  .whu-v4-programs__category-pager {
    display: none;
  }

  .whu-v4-programs__grid {
	display: flex;
	grid-template-columns: none;
	gap: 0;
	padding-left: 0;
	overflow: hidden;
	touch-action: pan-y;
  }

  .whu-v4-program-card,
  .whu-v4-program-card__footer,
  .whu-v4-program-card__media-link {
    width: 100%;
  }

  .whu-v4-program-card {
	width: 100%;
	max-width: none;
	flex: 0 0 100%;
  }

  .whu-v4-program-card[data-programs-slot]:not([data-programs-slot="0"]) {
	display: none;
  }

  .whu-v4-program-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 250 / 327;
  }

  .whu-v4-program-card__footer {
    gap: 18px;
  }

  .whu-v4-program-card__copy-link {
    min-width: 0;
    flex: 1 1 0;
  }

  .whu-v4-program-card__footer h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: pretty;
    white-space: normal;
  }

  .whu-v4-programs__slide-pager-wrap {
    margin-top: 24px;
    padding-right: 0;
  }

  .whu-v4-activities__header {
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .whu-v4-activities__header-actions {
    display: contents;
  }

  .whu-v4-activities__header h2 {
    order: 1;
  }

  .whu-v4-activities__pager {
    display: inline-flex;
    order: 2;
    margin-left: auto;
  }

  .whu-v4-activities__pager [data-activities-nav="prev"]::before {
    transform: rotate(-90deg);
  }

  .whu-v4-activities__pager [data-activities-nav="next"]::before {
    transform: rotate(90deg);
  }

  .whu-v4-activities__more {
    display: none;
  }

  .whu-v4-activities__news {
    display: none;
  }

  .whu-v4-activities__mobile-carousel {
    display: block;
    margin-top: 31px;
  }

  .whu-v4-activities__mobile-viewport {
    overflow: hidden;
    touch-action: pan-y;
  }

  .whu-v4-activities__mobile-viewport:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px;
  }

  .whu-v4-activities__mobile-track {
    display: flex;
    width: 100%;
    transition: transform 450ms ease;
  }

  .whu-v4-activities__mobile-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }

  .whu-v4-activities__mobile-media {
    display: block;
  }

  .whu-v4-activities__mobile-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .whu-v4-activities__mobile-copy {
    margin-top: 24px;
  }

  .whu-v4-activities__mobile-copy h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
  }

  .whu-v4-activities__mobile-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .whu-v4-activity--news {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .whu-v4-activity--news img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .whu-v4-life__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 24px;
  }
}

/*
 * Mobile presentation modes share the desktop content source. Editors choose
 * whether each homepage section stays complete, becomes concise, or is hidden.
 */
@media (max-width: 900px) {
  [data-mobile-mode="hidden"] {
    display: none !important;
  }

  [data-mobile-mode="compact"].whu-v4-nav .whu-v4-nav__langs,
  [data-mobile-mode="compact"].whu-v4-hero .whu-v4-hero__story,
  [data-mobile-mode="compact"].whu-v4-global-network .whu-v4-global-network__map,
  [data-mobile-mode="compact"].whu-v4-why .whu-v4-why__tabs,
  [data-mobile-mode="compact"].whu-v4-footer .whu-v4-footer__badges,
  [data-mobile-mode="compact"].whu-v4-footer .whu-v4-footer__china {
    display: none !important;
  }

  [data-mobile-mode="compact"].whu-v4-global-network .whu-v4-global-network__stat:nth-child(n + 3),
  [data-mobile-mode="compact"].whu-v4-about .whu-v4-about__item:nth-child(n + 2),
  [data-mobile-mode="compact"].whu-v4-life .whu-v4-life__logo:nth-child(n + 4),
  [data-mobile-mode="compact"].whu-v4-values .whu-v4-values__item:nth-child(n + 4),
  [data-mobile-mode="compact"].whu-v4-activities .whu-v4-activity--news:nth-child(n + 2) {
    display: none !important;
  }

  [data-mobile-mode="compact"].whu-v4-programs .whu-v4-programs__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-mobile-mode="compact"].whu-v4-testimonials .whu-v4-testimonials__page {
    grid-template-columns: minmax(0, 1fr);
  }
}

/*
 * Chinese mobile baseline
 *
 * The English WHU site supplies the interaction rhythm (60px navigation,
 * generous touch targets and a restrained editorial hierarchy). Chinese copy
 * uses a slightly tighter 24px gutter and more open leading for dense glyphs.
 */
html {
  scroll-padding-top: 88px;
}

body {
  overflow-wrap: anywhere;
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: var(--whu-ds-focus-ring-width) solid var(--whu-cyan);
  outline-offset: var(--whu-ds-focus-ring-offset);
}

@media (max-width: 900px) {
  :root {
    --whu-shell: calc(100vw - 48px);
    --whu-mobile-gutter: 24px;
    --whu-mobile-control: 44px;
    --whu-mobile-cta: 54px;
  }

  html {
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 80px;
  }

  body {
    min-width: 320px;
    color: var(--whu-blue-deep);
    font-size: 16px;
    line-height: 1.65;
  }

  :where(img, video, iframe, svg) {
    max-width: 100%;
  }

  :where(pre, table) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .whu-entry-shell :where(.vc_row, .vc_column_container, .vc_column-inner, .wpb_wrapper),
  .whu-default-shell :where(.vc_row, .vc_column_container, .vc_column-inner, .wpb_wrapper) {
    min-width: 0;
    max-width: 100% !important;
  }

  .whu-entry-shell :where(.vc_single_image-wrapper, .vc_single_image-img),
  .whu-default-shell :where(.vc_single_image-wrapper, .vc_single_image-img) {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .whu-entry-shell :where(.wpb_single_image, .vc_figure, .vc_single_image-wrapper),
  .whu-default-shell :where(.wpb_single_image, .vc_figure, .vc_single_image-wrapper) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .whu-entry-shell .custom-heading-bar,
  .whu-default-shell .custom-heading-bar {
    width: auto !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  :where(.whu-entry-shell, .whu-default-shell) h1 {
    margin: 0 0 24px;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.32;
    letter-spacing: -0.02em;
  }

  :where(.whu-entry-shell, .whu-default-shell) h2 {
    font-size: clamp(23px, 6.4vw, 28px);
    line-height: 1.38;
  }

  :where(.whu-entry-shell, .whu-default-shell) h3 {
    font-size: 20px;
    line-height: 1.42;
  }

  :where(.whu-entry-shell, .whu-default-shell) p,
  :where(.whu-entry-shell, .whu-default-shell) li {
    font-size: 16px;
    line-height: 1.72;
  }

  .whu-entry-shell,
  .whu-default-shell {
    box-sizing: border-box;
    width: var(--whu-shell);
    padding: 36px 0 64px;
  }

  .whu-default-title {
    position: relative;
    margin-bottom: 34px !important;
    padding: 22px 20px 20px;
    border-top: 1px solid rgba(5, 70, 150, 0.5);
    border-left: 1px solid rgba(5, 70, 150, 0.5);
    color: var(--whu-blue-deep);
  }

  .whu-default-query__item {
    max-width: none;
    padding: 26px 0 30px;
    border-top: 1px solid rgba(5, 70, 150, 0.18);
  }

  .whu-default-query__item:first-child {
    border-top-color: rgba(5, 70, 150, 0.44);
  }

  .whu-default-query__item .wp-block-post-title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.42;
  }

  .whu-default-query__item .wp-block-post-title a {
    display: inline-flex;
    min-height: var(--whu-mobile-control);
    align-items: center;
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .whu-default-query__item .wp-block-post-excerpt {
    margin: 0;
  }

  .whu-default-query__item .wp-block-post-excerpt__more-link {
    display: inline-flex;
    min-height: var(--whu-mobile-control);
    align-items: center;
  }

  .whu-default-pagination {
    gap: 8px;
    margin-top: 28px;
  }

  .whu-default-pagination a,
  .whu-default-pagination .page-numbers {
    display: inline-flex;
    min-width: var(--whu-mobile-control);
    min-height: var(--whu-mobile-control);
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
  }

  /* Default and legacy templates. */
  .whu-site-header {
    padding: 0;
    border-bottom: 1px solid rgba(5, 70, 150, 0.12);
    background: #fff;
  }

  .whu-site-header__top,
  .whu-site-header__inner {
    width: var(--whu-shell);
    min-height: 80px;
    flex-flow: row nowrap;
    align-items: center;
    gap: 18px;
  }

  .whu-site-header__controls {
    width: auto;
    flex: 0 0 auto;
  }

  .whu-site-header__brand,
  .whu-site-header__logo {
    width: auto;
    min-height: var(--whu-mobile-control);
    margin-left: auto;
    flex: 0 0 auto;
    align-items: center;
  }

  .whu-site-header__brand img,
  .whu-site-header__logo img {
    width: 112px;
  }

  .whu-site-header__brand p,
  .whu-site-header__brand span {
    display: none !important;
  }

  .whu-nav-toggle,
  .whu-header-burger .wp-block-button__link {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whu-main-nav {
    inset: 0;
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    margin: 0 !important;
    overflow-y: auto;
  }

  body:not(.whu-nav-open) .whu-main-nav {
    display: none;
  }

  body.whu-nav-open .whu-main-nav {
    display: block;
  }

  .whu-main-nav__layout,
  .whu-main-nav__grid,
  .whu-main-nav__columns {
    grid-template-columns: 1fr;
  }

  .whu-main-nav__tab,
  .whu-main-nav__overview,
  .whu-main-nav__columns a,
  .whu-main-nav__chips a {
    min-height: var(--whu-mobile-control);
  }

  .whu-main-nav__overview,
  .whu-main-nav__columns a,
  .whu-main-nav__chips a,
  .whu-main-nav__language a {
    display: flex;
    min-height: var(--whu-mobile-control);
    align-items: center;
    line-height: 1.5;
  }

  .whu-main-nav__columns ul {
    gap: 2px;
  }

  .whu-main-nav__chips p,
  .whu-main-nav__language p {
    margin: 0;
  }

  .whu-site-footer {
    width: 100%;
    padding: 48px 24px 0;
  }

  .whu-site-footer__main,
  .whu-site-footer__campuses,
  .whu-site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .whu-site-footer__main {
    gap: 36px;
  }

  .whu-site-footer__campuses {
    gap: 26px;
  }

  .whu-site-footer__socials a,
  .whu-site-footer__socials .whu-footer__wechat-trigger {
    width: var(--whu-mobile-control);
    height: var(--whu-mobile-control);
  }

  .whu-site-footer__meta-nav a {
    display: inline-flex;
    min-height: var(--whu-mobile-control);
    align-items: center;
  }

  /* Shared v4 navigation across homepage, program and institutional pages. */
  .whu-v4-nav,
  .page-template-program .whu-v4-nav,
  .page-template-program-content .whu-v4-nav,
  body[class*="page-template-institutional-"] .whu-v4-nav {
    min-height: 80px;
    padding: 0;
    border-bottom: 1px solid rgba(5, 70, 150, 0.12);
    background: #fff;
  }

  .whu-v4-nav__frame,
  .page-template-program .whu-v4-nav__frame,
  .page-template-program-content .whu-v4-nav__frame,
  body[class*="page-template-institutional-"] .whu-v4-nav__frame {
    min-height: 80px;
    padding: 0 24px;
  }

  .wp-block-whu-navigation-bar .whu-v4-nav__burger {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .wp-block-whu-navigation-bar .whu-v4-nav__burger span {
    left: 8px;
    width: 34px;
    height: 2px;
  }

  .wp-block-whu-navigation-bar .whu-v4-nav__burger span:nth-child(1) {
    top: 17px;
  }

  .wp-block-whu-navigation-bar .whu-v4-nav__burger span:nth-child(2) {
    top: 29px;
  }

  .wp-block-whu-navigation-bar .whu-v4-nav__burger span:nth-child(3) {
    top: 41px;
  }

  .whu-v4-nav__logo {
    width: 112px;
    height: var(--whu-mobile-control);
    justify-content: flex-end;
  }

  /* Homepage sections share one Chinese reading rhythm. */
  .whu-v4-section,
  .whu-v4-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .whu-v4-section {
    padding-top: 42px;
    padding-bottom: 64px;
  }

  .whu-v4-section__header {
    min-height: 84px;
    padding: 16px 24px;
  }

  .whu-v4-section__header h2 {
    font-size: 26px;
    line-height: 1.34;
    letter-spacing: -0.01em;
  }

  .whu-v4-section h3,
  .whu-v4-program-card__footer h3,
  .whu-v4-activities__mobile-copy h3 {
    font-size: 21px;
    line-height: 1.42;
  }

  .whu-v4-section p,
  .whu-v4-section li,
  .whu-v4-programs__description,
  .whu-v4-program-card__description,
  .whu-v4-testimonial__role,
  .whu-v4-testimonial__quote,
  .whu-v4-activities__mobile-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  .whu-v4-programs__pager,
  .whu-v4-testimonials__pager,
  .whu-v4-activities__pager,
  .whu-v4-why__pager {
    width: 88px;
    height: var(--whu-mobile-control);
  }

  .whu-v4-programs__pager button,
  .whu-v4-testimonials__pager button,
  .whu-v4-activities__pager button,
  .whu-v4-why__pager button {
    width: var(--whu-mobile-control);
    height: var(--whu-mobile-control);
    font-size: 0;
  }

  .whu-v4-why__tab {
    min-height: var(--whu-mobile-control);
    line-height: 1.4;
  }

  .whu-v4-programs__header-cta,
  .whu-v4-program-card__cta {
    min-width: var(--whu-mobile-cta);
    min-height: var(--whu-mobile-cta);
  }

  .whu-v4-programs__mobile-category {
    line-height: 1.45;
  }

  .whu-v4-why__card {
    gap: 28px;
    padding: 24px 20px 28px;
  }

  .whu-v4-testimonial__quote {
    font-size: 16px;
  }

  .whu-v4-footer__top {
    gap: 30px;
    min-height: 0;
    padding: 28px 0 0 20px;
  }

  .whu-v4-footer__brand {
    gap: 20px;
  }

  .whu-v4-footer__brand img {
    width: 142px;
  }

  .whu-v4-footer__brand p,
  .whu-v4-footer__socials p,
  .whu-v4-footer__addresses h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  .whu-v4-footer__socials {
    gap: 18px;
  }

  .whu-v4-footer__socials ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .whu-v4-footer__socials a,
  .whu-v4-footer__socials .whu-footer__wechat-trigger,
  .whu-v4-footer__socials img {
    width: var(--whu-mobile-control);
    height: var(--whu-mobile-control);
  }

  .whu-v4-footer__addresses {
    gap: 28px;
    margin-top: 42px;
  }

  .whu-v4-footer__addresses p {
    font-size: 16px;
    line-height: 1.65;
  }

  .whu-v4-footer__badges {
    gap: 16px;
    padding: 24px 20px;
  }

  .whu-not-found {
    min-height: 46vh;
    padding-top: 54px;
  }

  .whu-not-found__eyebrow {
    margin: 0 0 10px;
    color: var(--whu-cyan);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2 !important;
  }

  .whu-not-found .wp-block-buttons {
    margin-top: 28px;
  }

  .whu-not-found__button,
  .whu-not-found__button .wp-block-button__link {
    width: 100%;
  }

  .whu-not-found__button .wp-block-button__link {
    display: flex;
    min-height: var(--whu-mobile-cta);
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    background: var(--whu-orange);
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.35;
  }
}

@media (max-width: 359px) {
  :root {
    --whu-shell: calc(100vw - 36px);
    --whu-mobile-gutter: 18px;
  }

  .whu-v4-nav__frame,
  .page-template-program .whu-v4-nav__frame,
  .page-template-program-content .whu-v4-nav__frame,
  body[class*="page-template-institutional-"] .whu-v4-nav__frame,
  .whu-v4-section,
  .whu-v4-footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/*
 * Shared interaction language
 *
 * The English WHU site uses restrained 300ms state changes: controls change
 * colour or surface, while CTA arrows and the surrounding layout stay still.
 * Keep these states shared across homepage, program and institutional pages.
 */
:where(
  .whu-v4-hero__button,
  .whu-v4-program-card__cta,
  .whu-program__cta,
  .whu-institutional__button,
  .whu-official__hero-button,
  .whu-button--accent,
  .whu-button--accent .wp-block-button__link,
  .whu-hero-slide__actions .wp-block-button__link
) {
  transition:
    background-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    border-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    opacity var(--whu-ds-motion-duration) var(--whu-ds-motion-ease);
}

:where(
  .whu-v4-activities__more,
  .whu-button--outline-dark,
  .whu-button--outline-dark .wp-block-button__link,
  .whu-v4-nav__langs a,
  .whu-v4-menu-overlay__overview
) {
  transition:
    background-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    border-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease);
}

:where(
  .whu-v4-hero__story-pager button,
  .whu-v4-programs__pager button,
  .whu-v4-why__pager button,
  .whu-v4-testimonials__pager button,
  .whu-v4-activities__pager button,
  .whu-program__pager button,
  .whu-programs__controls button,
  .whu-why__controls button,
  .whu-hero-carousel__controls button
) {
  transition:
    background-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    opacity var(--whu-ds-motion-duration) var(--whu-ds-motion-ease);
}

:where(
  .whu-v4-programs__tabs button,
  .whu-v4-why__tab,
  .whu-program__icon-nav button,
  .whu-v4-programs__header-cta,
  .whu-v4-activities__copy-link,
  .whu-official a,
  .whu-main-nav a,
  .whu-main-nav__tab
) {
  transition:
    background-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    opacity var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    text-decoration-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease);
}

:where(
  .whu-v4-program-card img,
  .whu-v4-activities__feature img,
  .whu-v4-activity--news img
) {
  transition: filter var(--whu-ds-motion-duration) var(--whu-ds-motion-ease);
}

.whu-program__path-item summary {
  transition:
    background-color var(--whu-ds-motion-duration) var(--whu-ds-motion-ease),
    box-shadow var(--whu-ds-motion-duration) var(--whu-ds-motion-ease);
}

@media (hover: hover) and (pointer: fine) {
  :where(
    .whu-v4-hero__button,
    .whu-v4-program-card__cta,
    .whu-program__cta,
    .whu-institutional__button,
    .whu-official__hero-button,
    .whu-button--accent,
    .whu-button--accent .wp-block-button__link,
    .whu-hero-slide__actions .wp-block-button__link
  ):hover {
    border-color: var(--whu-ds-orange-hover);
    background-color: var(--whu-ds-orange-hover);
    color: #fff !important;
    transform: none;
  }

  :where(
    .whu-v4-activities__more,
    .whu-button--outline-dark,
    .whu-button--outline-dark .wp-block-button__link,
    .whu-v4-menu-overlay__overview
  ):hover {
    border-color: var(--whu-ds-blue-hover);
    background-color: var(--whu-ds-control-hover);
    color: var(--whu-ds-blue-hover);
  }

  .whu-button--outline-light:hover,
  .whu-button--outline-light .wp-block-button__link:hover {
    background-color: rgba(255, 255, 255, 0.14);
  }

  :where(
    .whu-v4-hero__story-pager button,
    .whu-v4-programs__pager button,
    .whu-v4-why__pager button,
    .whu-v4-testimonials__pager button,
    .whu-v4-activities__pager button,
    .whu-program__pager button,
    .whu-programs__controls button,
    .whu-why__controls button,
    .whu-hero-carousel__controls button
  ):not(:disabled):hover {
    background-color: var(--whu-ds-control-hover);
    color: var(--whu-ds-blue-hover);
    transform: none;
  }

  .whu-v4-programs__tabs button:hover {
    color: #fff;
  }

  :where(.whu-v4-why__tab, .whu-program__icon-nav button):hover {
    color: var(--whu-ds-blue-hover);
  }

  :where(.whu-v4-programs__header-cta, .whu-v4-activities__copy-link):hover {
    text-decoration: underline;
    text-underline-offset: 0.24em;
  }

  .whu-v4-program-card__media-link:hover img,
  :where(.whu-v4-activities__feature, .whu-v4-activity--news):has(.whu-v4-activities__copy-link:hover) img {
    filter: brightness(0.9);
  }

  .whu-v4-program-card__copy-link:hover h3 {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .whu-program__path-item summary:hover {
    background-color: color-mix(in srgb, var(--whu-ds-control-hover) 62%, transparent);
    box-shadow: inset 4px 0 0 var(--whu-ds-cyan);
  }
}

:where(
  .whu-v4-hero__button,
  .whu-v4-program-card__cta,
  .whu-program__cta,
  .whu-institutional__button,
  .whu-official__hero-button,
  .whu-button--accent,
  .whu-button--accent .wp-block-button__link,
  .whu-hero-slide__actions .wp-block-button__link
):active {
  border-color: var(--whu-ds-orange-active);
  background-color: var(--whu-ds-orange-active);
  transform: none;
}

:where(
  .whu-v4-hero__story-pager button,
  .whu-v4-programs__pager button,
  .whu-v4-why__pager button,
  .whu-v4-testimonials__pager button,
  .whu-v4-activities__pager button,
  .whu-program__pager button,
  .whu-programs__controls button,
  .whu-why__controls button,
  .whu-hero-carousel__controls button
):disabled {
  opacity: 0.3;
  cursor: default;
  transform: none;
}

:where(
  .whu-v4-hero__story-pager button,
  .whu-v4-programs__pager button,
  .whu-v4-why__pager button,
  .whu-v4-testimonials__pager button,
  .whu-v4-activities__pager button,
  .whu-program__pager button
):focus-visible {
  background-color: var(--whu-ds-control-hover);
  color: var(--whu-ds-blue-hover);
}

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

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