@font-face {
  font-family: "Chronicle Text G1 VN";
  src: url("../assets/fonts/ChronicleTextG1/ChronicleTextG1-VN-Roman.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chronicle Text G1 VN";
  src: url("../assets/fonts/ChronicleTextG1/ChronicleTextG1-VN-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chronicle Text G1 VN";
  src: url("../assets/fonts/ChronicleTextG1/ChronicleTextG1-VN-Roman.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Chronicle Text G1 VN";
  src: url("../assets/fonts/ChronicleTextG1/ChronicleTextG1-VN-Roman.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-XLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-XLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrowVN-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WSUGothamNarrow";
  src: url("../assets/fonts/GothamNarrowVietHoa/GothamNarrow-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.header-wsu-only,
.header-wsu-wrapper {
  position: sticky;
  top: 0;
  z-index: 120;
}

.wsu-landing-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wsu-landing-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8px 0;
}

.wsu-landing-header__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
  min-width: 0;
  max-width: 300px;
}

.wsu-landing-header__logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.wsu-landing-header__logo-link {
  display: inline-flex;
  align-items: center;
}

.wsu-landing-header__logo {
  display: block;
  width: 144px;
  height: 48px;
  object-fit: contain;
}

.wsu-landing-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.wsu-landing-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsu-landing-header__menu > li {
  margin: 0;
  list-style: none;
}

.wsu-landing-header__menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.wsu-landing-header__menu > li > a:hover,
.wsu-landing-header__menu > li.current-menu-item > a,
.wsu-landing-header__menu > li.current-menu-ancestor > a {
  color: #1c2350;
}

.wsu-landing-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 22px;
  background: #f84648;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  letter-spacing: 0.72px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.wsu-landing-header__cta:hover {
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.wsu-landing-header__mobile-cta {
  display: none;
}

.wsu-landing-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #1c2350;
  cursor: pointer;
  flex-shrink: 0;
}

.wsu-landing-header__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsu-landing-header__toggle-icon-open {
  margin-top: 12px;
}

.wsu-landing-header__toggle-icon svg {
  display: block;
}

.wsu-landing-header__toggle-icon--close {
  display: none;
}

@media (max-width: 991px) {
  .wsu-landing-header__inner {
    width: calc(100% - 48px);
    padding: 8px 0;
  }

  .wsu-landing-header__topbar {
    width: 100%;
    gap: 16px;
    max-width: 100%;
  }

  .wsu-landing-header__logos {
    gap: 4px;
  }

  .wsu-landing-header__logo {
    width: 96px;
    height: 32px;
  }

  .wsu-landing-header__logo--wsu {
    width: 120px;
    height: 40px;
  }

  .wsu-landing-header__nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 104px 24px 120px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .wsu-landing-header__toggle {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: transparent;
    margin-left: auto;
    z-index: 3;
  }

  .wsu-landing-header__menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 0;
  }

  .wsu-landing-header__menu > li {
    width: 100%;
    border-top: 0;
  }

  .wsu-landing-header__menu > li > a {
    width: 100%;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .wsu-landing-header__menu > li > a:hover,
  .wsu-landing-header__menu > li.current-menu-item > a,
  .wsu-landing-header__menu > li.current-menu-ancestor > a {
    color: #ffffff;
    opacity: 0.85;
  }

  .wsu-landing-header__cta {
    display: none;
  }

  .wsu-landing-header.is-open {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .wsu-landing-header.is-open .wsu-landing-header__inner {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 32px;
    width: calc(100% - 48px);
    padding: 8px 0 120px;
    min-height: 100vh;
  }

  .wsu-landing-header.is-open .wsu-landing-header__topbar {
    position: relative;
    z-index: 2;
    min-height: 40px;
    padding-top: 8px;
    align-items: flex-start;
    max-height: 50px;
  }

  .wsu-landing-header.is-open .wsu-landing-header__nav {
    position: static;
    inset: auto;
    z-index: 1;
    width: 100%;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .wsu-landing-header.is-open .wsu-landing-header__toggle-icon--menu {
    display: none;
  }

  .wsu-landing-header.is-open .wsu-landing-header__toggle-icon--close {
    display: flex;
  }

  .wsu-landing-header.is-open .wsu-landing-header__logos img {
    filter: brightness(0) invert(1);
  }

  .wsu-landing-header__mobile-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 8px 24px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .wsu-landing-header.is-mobile-cta-visible .wsu-landing-header__mobile-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .wsu-landing-header.is-open .wsu-landing-header__mobile-cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }

  .wsu-landing-header__mobile-cta-text {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    color: #262223;
    font-family: "WSUGothamNarrow", "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }

  .wsu-landing-header__mobile-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10.909px 21.818px;
    background: #f84648;
    color: #ffffff;
    font-family: "WSUGothamNarrow", "Barlow", sans-serif;
    font-size: 14.545px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.182px;
    letter-spacing: 0.7273px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .wsu-landing-header__mobile-cta-button:hover {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .wsu-landing-header__inner {
    width: calc(100% - 24px);
  }

  .wsu-landing-header.is-open .wsu-landing-header__inner {
    width: calc(100% - 48px);
  }
}
