body.hk-urgent-notice-active main.site-main {
  overflow: clip;
}

body.hk-urgent-notice-active main.site-main .hk-un-hero {
  margin-block-start: 0 !important;
}

.hk-un-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(73svh, 760px);
  overflow: hidden;
  background: #082f38;
  color: #fff;
}

.hk-un-hero__image,
.hk-un-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hk-un-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: var(--hk-un-focal-x, 50%) var(--hk-un-focal-y, 50%);
}

.hk-un-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 20, 27, .88) 0%, rgba(0, 20, 27, .63) 47%, rgba(0, 20, 27, .24) 76%, rgba(0, 20, 27, .38) 100%),
    linear-gradient(0deg, rgba(0, 15, 21, .62) 0%, transparent 45%);
}

.hk-un-hero__inner {
  box-sizing: border-box;
  width: min(100%, 1280px);
  margin-inline: auto;
  padding-right: clamp(28px, 5vw, 72px);
  padding-left: clamp(28px, 5vw, 72px);
  padding-top: clamp(64px, 10vh, 110px);
  padding-bottom: clamp(64px, 10vh, 110px);
}

.hk-un-hero__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(161, 37, 54, .92);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hk-un-hero__title {
  max-width: 820px;
  margin: 0;
  background: linear-gradient(100deg, #77f1e4 0%, #39cce6 55%, #79a7ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(42px, 5vw, 80px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  text-transform: uppercase;
  text-wrap: balance;
}

.hk-un-hero__text {
  max-width: 670px;
  margin: 25px 0 0;
  color: #fff;
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 550;
  line-height: 1.42;
  text-wrap: pretty;
}

.hk-un-hero__cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 30px;
  padding: 13px 28px;
  border-radius: 999px;
  background: #72e9df;
  color: #092a33;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.hk-un-hero__cta:hover,
.hk-un-hero__cta:focus-visible {
  background: #fff;
  color: #092a33;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  outline: none;
  transform: translateY(-2px);
}

.hk-cs-inline {
  position: relative;
  padding: clamp(42px, 4vw, 64px) 0 clamp(56px, 8vw, 104px);
  overflow: hidden;
  background: #f4f8fa;
  color: #0d1721;
}

.hk-cs-inline__header,
.hk-cs-inline__track {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

.hk-cs-inline__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.hk-cs-inline__title {
  margin: 0;
  color: #0d1721;
  font-size: clamp(46px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .86;
  text-transform: uppercase;
}

.hk-cs-inline__title-script {
  display: inline-block;
  margin-left: 10px;
  font-family: "MairoRegular", "Caveat", cursive;
  font-size: .43em;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  transform: translateY(-2px);
}

.hk-cs-inline__hint {
  max-width: 330px;
  margin: 0;
  color: #526273;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.hk-cs-inline__track {
  display: grid;
  grid-auto-columns: minmax(280px, 31%);
  grid-auto-flow: column;
  gap: 18px;
  padding: 4px 2px 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #a8bbc5 transparent;
  -webkit-overflow-scrolling: touch;
}

.hk-cs-inline-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

a.hk-cs-inline-card:hover,
a.hk-cs-inline-card:focus-visible {
  box-shadow: 0 16px 32px rgba(13, 23, 33, .13);
  outline: none;
  transform: translateY(-3px);
}

.hk-cs-inline-card__media {
  aspect-ratio: 4 / 3;
  background-color: var(--hk-cs-accent, #167ca2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hk-cs-inline-card__body {
  display: flex;
  min-height: 205px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}

.hk-cs-inline-card__category {
  margin: 0 0 8px;
  color: var(--hk-cs-accent, #167ca2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hk-cs-inline-card__title {
  margin: 0;
  color: #0d1721;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: uppercase;
}

.hk-cs-inline-card__subtitle {
  margin: 10px 0 0;
  color: #536274;
  font-size: 14px;
  line-height: 1.45;
}

.hk-cs-inline-card__cta {
  display: inline-flex;
  margin-top: auto;
  padding-top: 22px;
  color: var(--hk-cs-accent, #167ca2);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hk-cs-inline-card__cta--sold-out {
  color: #b1513f;
}

@media (max-width: 767px) {
  .hk-un-hero {
    min-height: 72svh;
    align-items: end;
  }

  .hk-un-hero__overlay {
    background: linear-gradient(0deg, rgba(0, 18, 24, .94) 0%, rgba(0, 18, 24, .68) 58%, rgba(0, 18, 24, .25) 100%);
  }

  .hk-un-hero__inner {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 105px;
    padding-bottom: 52px;
  }

  .hk-un-hero__title {
    font-size: clamp(36px, 10.8vw, 54px);
  }

  .hk-un-hero__text {
    margin-top: 18px;
    font-size: 16px;
  }

  .hk-un-hero__cta {
    width: min(100%, 340px);
    margin-top: 24px;
  }

  .hk-cs-inline__header {
    display: block;
    margin-bottom: 23px;
  }

  .hk-cs-inline__title-script {
    display: block;
    margin: 4px 0 0;
  }

  .hk-cs-inline__hint {
    margin-top: 18px;
    text-align: left;
  }

  .hk-cs-inline__track {
    grid-auto-columns: min(84vw, 330px);
  }

  .hk-cs-inline-card__body {
    min-height: 195px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hk-un-hero__cta,
  .hk-cs-inline-card {
    transition: none;
  }
}
