.wsu-banner {
  position: relative;
  overflow: hidden;
  min-height: 846px;
  background: #d6dceb;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
}

.wsu-banner__media {
  position: absolute;
  inset: 0;
}

.wsu-banner__media-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wsu-banner__media-layer--mobile {
  display: none;
}

.wsu-banner__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
  padding: 120px 0 96px;
  max-width: 1200px;
}

.wsu-banner__content {
  position: relative;
  width: min(534px, 100%);
  padding: 166px 40px 40px;
  background: #ed0033;
  color: #ffffff;
}

.wsu-banner__card {
  position: absolute;
  top: -40px;
  left: 32px;
  right: 32px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.wsu-banner__card-copy {
  flex: 1;
  min-width: 0;
  padding: 24px;
  border-left: 4px solid #262223;
  background: #ffffff;
  color: #262223;
}

.wsu-banner__eyebrow {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.wsu-banner__title {
  margin: 0;
  font-family: "Chronicle Text G1 VN", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}

.wsu-banner__title span {
  display: block;
  font-size: 32px;
  color: #262223;
}

.wsu-banner__highlight {
  margin: 8px 0 0;
  color: #ff5c5e;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.wsu-banner__shield {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  flex-shrink: 0;
}

.wsu-banner__shield img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wsu-banner__body {
  margin-bottom: 24px;
}

.wsu-banner__body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.wsu-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  background: #ffffff;
  color: #262223;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.wsu-banner__button:hover {
  background: #000000;
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.wsu-banner__bottom-track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.wsu-banner__bottom-track img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1551px) {
  .wsu-banner {
    min-height: 1080px;
  }
}

@media (max-width: 991px) {
  .wsu-banner {
    min-height: auto;
  }

  .wsu-banner__inner {
    width: calc(100% - 32px);
    padding: 80px 0 120px;
  }

  .wsu-banner__content {
    width: 100%;
    max-width: 560px;
    padding: 144px 28px 32px;
  }

  .wsu-banner__card {
    left: 20px;
    right: 20px;
  }

  .wsu-banner__title {
    font-size: 28px;
    line-height: 32px;
  }

}

@media (max-width: 767px) {
  .wsu-banner {
    min-height: auto;
    background: transparent;
  }

  .wsu-banner__media {
    position: relative;
    /* height: 272px; */
    height: auto;
  }

  .wsu-banner__media-layer--mobile {
    display: block;
    position: relative;
    height: 100%;
  }

  .wsu-banner__media-layer--mobile ~ .wsu-banner__media-layer--desktop {
    display: none;
  }

  .wsu-banner__inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .wsu-banner__content {
    width: 100%;
    max-width: none;
    padding: 40px 24px 92px;
  }

  .wsu-banner__card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    gap: 24px;
    margin-bottom: 24px;
  }

  .wsu-banner__card-copy {
    padding: 20px 16px;
  }

  .wsu-banner__eyebrow {
    font-size: 16px;
    line-height: 20px;
  }

  .wsu-banner__title {
    font-size: 20px;
    line-height: 24px;
  }

  .wsu-banner__title span {
    font-size: 20px;
    line-height: 24px;
  }

  .wsu-banner__highlight {
    font-size: 16px;
    line-height: 20px;
  }

  .wsu-banner__shield {
    width: 40px;
    height: 50px;
  }

  .wsu-banner__body p {
    font-size: 16px;
    line-height: 24px;
  }

  .wsu-banner__button {
    width: auto;
    min-height: 44px;
    padding: 12px 24px;
  }

  .wsu-banner__bottom-track {
    left: 50%;
    right: auto;
    width: 100vw;
    z-index: 3;
    transform: translateX(-50%);
  }

  .wsu-banner__bottom-track img {
    width: 100vw;
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

}
