.nh-promotions {
  --nhp-navy: #09192d;
  --nhp-gold: #c89a45;
  --nhp-text: #23384d;
  --nhp-muted: #5a6876;
  display: grid;
  gap: 24px;
}

.nh-promotions-catalog {
  gap: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.nh-promotions-catalog__intro {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 78px);
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  margin: 0 auto clamp(24px, 4vw, 42px);
  width: min(var(--nh-container, 1320px), calc(100% - clamp(36px, 8vw, 112px)));
}

.nh-promotions-catalog__intro .nh-eyebrow {
  margin: 0 0 18px;
}

.nh-promotions-catalog__intro h2 {
  color: var(--ink, #132a33);
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: var(--nh-interior-heading-size, clamp(42px, 5vw, 70px));
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
  margin: 0;
  max-width: 820px;
}

.nh-promotions-catalog__intro .nh-rooms-intro-copy {
  border-bottom: 1px solid rgba(200, 154, 69, .28);
  border-top: 1px solid rgba(200, 154, 69, .5);
  color: #31474f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
  padding: 18px 0;
}

.nh-promotions-catalog__intro .nh-rooms-intro-copy p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.nh-promotions-catalog__filters {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
  padding: clamp(16px, 2.4vw, 30px) clamp(18px, 4vw, 56px) clamp(28px, 3.8vw, 48px);
}

.nh-promotions-catalog__filter {
  align-items: baseline;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #526376;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .12em;
  padding: 0 0 12px;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.nh-promotions-catalog__filter small {
  color: rgba(82, 99, 118, .72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.nh-promotions-catalog__filter:hover,
.nh-promotions-catalog__filter:focus-visible,
.nh-promotions-catalog__filter.is-active {
  border-bottom-color: var(--nhp-gold);
  color: var(--nhp-navy);
  outline: none;
}

.nh-promotions-catalog__filter:hover small,
.nh-promotions-catalog__filter:focus-visible small,
.nh-promotions-catalog__filter.is-active small {
  color: var(--nhp-gold);
}

.nh-promotions-category {
  display: grid;
  gap: 0;
  padding-top: 0;
}

.nh-promotions-category__head {
  max-width: 760px;
}

.nh-promotions-category__head .nh-promotion-card__eyebrow {
  color: var(--gold, var(--nhp-gold));
  font-size: var(--nh-interior-eyebrow-size, 15px);
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.nh-promotions-category__head p:not(.nh-promotion-card__eyebrow) {
  color: #415467;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 640px;
}

.nh-promotions-category__head h2 {
  color: var(--nhp-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 12px;
}

.nh-promotions-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.nh-promotions-grid--catalog {
  grid-template-columns: 1fr;
}

.nh-promotions-category[hidden] {
  display: none;
}

.nh-promotion-card {
  background: #fff;
  border: 1px solid rgba(9, 25, 45, .1);
  border-radius: 0;
  box-shadow: 0 22px 48px rgba(9, 25, 45, .08);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nh-promotion-card:hover {
  border-color: rgba(200, 154, 69, .42);
  box-shadow: 0 30px 58px rgba(9, 25, 45, .13);
  transform: translateY(-2px);
}

.nh-promotion-card__image {
  aspect-ratio: 16 / 10;
  background: #eef2f5;
  display: block;
  overflow: hidden;
}

.nh-promotion-card--offer_card {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.nh-promotions-grid--catalog .nh-promotion-card--offer_card {
  isolation: isolate;
  position: relative;
  background:
    var(--nh-footer-gradient, radial-gradient(circle at 18% 0, rgba(200, 154, 69, .1), transparent 32%), linear-gradient(180deg, rgba(11, 34, 61, .96) 0%, rgba(6, 23, 38, .98) 58%, rgba(4, 16, 29, 1) 100%));
  border-color: var(--nh-glass-blue-border, rgba(255, 255, 255, .08));
  border-radius: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 34px 90px rgba(0, 8, 16, .26),
    0 14px 34px rgba(0, 8, 16, .12);
  backdrop-filter: blur(24px) saturate(1.05);
  -webkit-backdrop-filter: blur(24px) saturate(1.05);
}

.nh-promotions-grid--catalog .nh-promotion-card--offer_card:hover {
  border-color: var(--nh-glass-blue-border, rgba(255, 255, 255, .08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 34px 90px rgba(0, 8, 16, .26),
    0 14px 34px rgba(0, 8, 16, .12);
  transform: none;
}

.nh-promotions-grid--catalog .nh-promotion-card--offer_card::before {
  background:
    linear-gradient(90deg, rgba(212, 169, 87, 0) 0%, rgba(212, 169, 87, .34) 24%, rgba(212, 169, 87, .92) 50%, rgba(212, 169, 87, .34) 76%, rgba(212, 169, 87, 0) 100%);
  content: "";
  height: 3px;
  left: 0;
  opacity: .9;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(.82);
  transform-origin: center;
  z-index: 2;
}

.nh-promotion-card--offer_card.nh-promotion-card--no-image {
  grid-template-columns: 1fr;
}

.nh-promotion-card--offer_card .nh-promotion-card__image {
  align-self: stretch;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
}

.nh-promotions-grid--catalog .nh-promotion-card--offer_card .nh-promotion-card__image {
  aspect-ratio: 16 / 9;
}

.nh-promotion-card--offer_card .nh-promotion-card__body {
  align-content: center;
  gap: 0;
  display: grid;
  min-height: 100%;
  padding: clamp(24px, 3.2vw, 44px);
}

.nh-promotions-grid--catalog .nh-promotion-card--offer_card .nh-promotion-card__body {
  background:
    radial-gradient(circle at 18% 0, rgba(212, 169, 87, .11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035)),
    rgba(6, 20, 35, .42);
  border-left: 1px solid var(--gold-soft, #d4a957);
  border-top: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .18);
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
}

.nh-promotions-grid--catalog .nh-promotion-card--reverse .nh-promotion-card__image {
  order: 2;
}

.nh-promotions-grid--catalog .nh-promotion-card--reverse .nh-promotion-card__body {
  border-left: 0;
  border-right: 1px solid var(--gold-soft, #d4a957);
  grid-column: 1;
  order: 1;
}

.nh-promotions-grid--catalog .nh-promotion-card--reverse {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

.nh-promotion-card--offer_card .nh-promotion-card__eyebrow {
  color: var(--gold, var(--nhp-gold));
  font-size: var(--nh-interior-eyebrow-size, 15px);
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.nh-promotion-card.nh-promotion-card--offer_card h3 {
  font-size: clamp(30px, 2.75vw, 44px);
  font-weight: 600;
  line-height: .96;
  margin: 0 0 14px;
  max-width: none;
  text-wrap: pretty;
}

.nh-promotions-grid--catalog .nh-promotion-card.nh-promotion-card--offer_card h3 {
  color: #fff;
}

.nh-promotion-card--offer_card .nh-promotion-card__summary,
.nh-promotion-card--offer_card .nh-promotion-card__date {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.nh-promotion-card--offer_card .nh-promotion-card__date {
  color: var(--gold, var(--nhp-gold));
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(16px, 1.25vw, 22px);
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 20px;
}

.nh-promotion-card--offer_card .nh-promotion-card__summary {
  margin: 0 0 18px;
  max-width: 46ch;
}

.nh-promotions-grid--catalog .nh-promotion-card--offer_card .nh-promotion-card__summary {
  color: rgba(255, 255, 255, .84);
}

.nh-promotion-card--offer_card .nh-promotion-card__button {
  align-items: center;
  align-self: start;
  background: var(--nhp-gold);
  border: 1px solid var(--nhp-gold);
  border-radius: 3px;
  color: #061b2e;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  justify-self: start;
  letter-spacing: .02em;
  padding: 14px 24px;
  width: fit-content;
}

.nh-promotion-card--offer_card .nh-promotion-card__button:hover,
.nh-promotion-card--offer_card .nh-promotion-card__button:focus {
  background: #d4a957;
  border-color: #d4a957;
  color: #061b2e;
}

.nh-promotion-card--premium_feature {
  background:
    linear-gradient(90deg, rgba(9, 25, 45, .95), rgba(9, 25, 45, .68) 52%, rgba(9, 25, 45, .2)),
    var(--promo-image, linear-gradient(135deg, #09192d, #153b5d)) center/cover;
  border: 0;
  box-shadow: none;
  color: #fff;
  display: grid;
  min-height: clamp(460px, 46vw, 690px);
  width: 100%;
}

.nh-promotion-card--premium_feature .nh-promotion-card__image {
  display: none;
}

.nh-promotion-card--premium_feature .nh-promotion-card__body {
  align-content: end;
  display: grid;
  gap: 0;
  max-width: min(720px, 52vw);
  min-height: inherit;
  padding: clamp(40px, 5vw, 82px) clamp(26px, 4.8vw, 64px);
}

.nh-promotion-card--premium_feature .nh-promotion-card__content {
  display: grid;
  gap: 0;
  isolation: isolate;
  padding: clamp(28px, 3vw, 36px) clamp(22px, 2.8vw, 34px) clamp(24px, 3vw, 34px);
  position: relative;
}

.nh-promotion-card--premium_feature .nh-promotion-card__content::before {
  background: linear-gradient(180deg, rgba(4, 12, 22, .46), rgba(4, 12, 22, .74));
  backdrop-filter: blur(14px) saturate(1.04);
  -webkit-backdrop-filter: blur(14px) saturate(1.04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 30px;
  box-shadow: 0 28px 58px rgba(0, 8, 16, .18);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.nh-promotion-card--premium_feature .nh-promotion-card__content > * {
  position: relative;
  z-index: 1;
}

.nh-promotion-card--premium_feature .nh-promotion-card__content h3,
.nh-promotion-card--premium_feature .nh-promotion-card__content .nh-promotion-card__summary {
  color: #fff;
}

.nh-promotion-card--premium_feature .nh-promotion-card__eyebrow {
  color: var(--gold, var(--nhp-gold));
  font-size: var(--nh-interior-eyebrow-size, 15px);
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.nh-promotion-card--premium_feature .nh-promotion-card__content h3 {
  font-size: clamp(32px, 3.05vw, 48px);
  font-weight: 600;
  line-height: .96;
  margin: 0 0 18px;
  max-width: none;
  text-wrap: pretty;
  white-space: nowrap;
}

.nh-promotion-card--premium_feature .nh-promotion-card__summary {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: min(58ch, 100%);
}

.nh-promotion-card--premium_feature .nh-promotion-card__date {
  color: var(--gold, var(--nhp-gold));
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(16px, 1.25vw, 22px);
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 26px;
}

.nh-stage .nh-promotion-card--premium_feature .nh-promotion-card__button,
.nh-promotion-card--premium_feature .nh-promotion-card__button {
  align-items: center;
  align-self: start;
  background: var(--gold, var(--nhp-gold));
  border: 1px solid var(--gold, var(--nhp-gold));
  border-radius: 3px;
  box-shadow: 0 18px 34px rgba(0, 8, 16, .18);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  letter-spacing: .14em;
  min-height: 54px;
  padding: 14px 26px;
  text-transform: uppercase;
  white-space: nowrap;
  width: fit-content;
}

.nh-stage .nh-promotion-card--premium_feature .nh-promotion-card__button:hover,
.nh-stage .nh-promotion-card--premium_feature .nh-promotion-card__button:focus,
.nh-promotion-card--premium_feature .nh-promotion-card__button:hover,
.nh-promotion-card--premium_feature .nh-promotion-card__button:focus {
  background: var(--nhp-navy);
  border-color: var(--nhp-navy);
  color: #fff;
}

.nh-promotion-card--compact_notice {
  background: linear-gradient(135deg, rgba(6, 20, 35, .96), rgba(3, 12, 22, .98));
  border: 1px solid rgba(255, 255, 255, .13);
  border-top: 2px solid var(--gold, var(--nhp-gold));
  border-radius: 8px;
  box-shadow: 0 26px 74px rgba(0, 8, 16, .34);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.nh-promotion-card--compact_notice .nh-promotion-card__image {
  display: block;
  min-height: 100%;
  overflow: hidden;
}

.nh-promotion-card--compact_notice .nh-promotion-card__image img {
  background: #061423;
  object-fit: cover;
  object-position: center center;
}

.nh-promotion-card--compact_notice .nh-promotion-card__body {
  align-content: end;
  align-self: stretch;
  backdrop-filter: blur(16px) saturate(1.04);
  -webkit-backdrop-filter: blur(16px) saturate(1.04);
  background: linear-gradient(180deg, rgba(4, 12, 22, .7), rgba(4, 12, 22, .92));
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 28px 28px 24px;
}

.nh-promotion-card--compact_notice .nh-promotion-card__eyebrow,
.nh-promotion-card--compact_notice h3,
.nh-promotion-card--compact_notice p,
.nh-promotion-card--compact_notice .nh-promotion-card__price,
.nh-promotion-card--compact_notice .nh-promotion-card__date {
  color: #fff;
}

.nh-promotion-card--compact_notice .nh-promotion-card__eyebrow,
.nh-promotion-card--compact_notice h3,
.nh-promotion-card--compact_notice p {
  grid-column: 1;
}

.nh-promotion-card--compact_notice h3 {
  font-size: clamp(27px, 2.35vw, 34px);
  line-height: 1;
  margin: 0 0 12px;
}

.nh-promotion-card--compact_notice p {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.nh-promotion-card--compact_notice .nh-promotion-card__summary {
  white-space: pre-line;
}

.nh-promotion-card--compact_notice .nh-promotion-card__eyebrow {
  color: #C89A45 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.nh-promotion-card--compact_notice .nh-promotion-card__price {
  color: #C89A45 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.nh-promotion-card--compact_notice .nh-promotion-card__date {
  color: #C89A45 !important;
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
  margin: 14px 0 0;
}

.nh-promotion-card--compact_notice .nh-promotion-card__button {
  align-items: center;
  background: #fff !important;
  border: 1px solid rgba(200, 154, 69, .85) !important;
  border-radius: 3px;
  color: #061B2E !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  grid-column: 1;
  justify-content: center;
  justify-self: start;
  letter-spacing: .02em;
  line-height: 1.1;
  min-height: 42px;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
}

.nh-promotion-prefooter--compact_notice .nh-promotion-card--compact_notice .nh-promotion-card__button:hover,
.nh-promotion-prefooter--compact_notice .nh-promotion-card--compact_notice .nh-promotion-card__button:focus,
.nh-promotion-prefooter--compact_notice .nh-promotion-card--compact_notice .nh-promotion-card__button:focus-visible {
  background: #C89A45 !important;
  border-color: #C89A45 !important;
  color: #fff !important;
}

.nh-promotion-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.nh-promotions-catalog .nh-promotion-card:hover .nh-promotion-card__image img {
  transform: scale(1.03);
}

.nh-promotion-card__body {
  padding: 24px;
}

.nh-promotions-catalog .nh-promotion-card__body {
  padding: clamp(28px, 3.4vw, 38px);
}

.nh-promotion-card__eyebrow {
  color: var(--nhp-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.nh-promotion-card h3 {
  color: var(--nhp-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 12px;
}

.nh-promotion-card p {
  color: var(--nhp-text);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.nh-promotion-card__price {
  color: var(--nhp-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.nh-promotion-card__date {
  color: var(--nhp-muted);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: -6px 0 16px;
}

.nh-promotion-card__button {
  background: var(--nhp-gold);
  color: #fff;
  display: inline-block;
  font-weight: 800;
  padding: 12px 18px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.nh-promotion-card__button:hover,
.nh-promotion-card__button:focus {
  background: var(--nhp-navy);
  color: #fff;
}

.nh-promotions-catalog .nh-promotion-card__button {
  background: var(--nhp-gold);
  border: 1px solid var(--nhp-gold);
  border-radius: 3px;
  color: #061b2e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 14px 24px;
}

.nh-promotions-catalog .nh-promotion-card__button:hover,
.nh-promotions-catalog .nh-promotion-card__button:focus {
  background: #d4a957;
  border-color: #d4a957;
  color: #061b2e;
}

.nh-promotion-prefooter {
  background:
    radial-gradient(circle at 20% 0, rgba(200, 154, 69, .16), transparent 34%),
    linear-gradient(145deg, rgba(9, 25, 45, .96), rgba(12, 38, 62, .92));
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(34px, 5vw, 62px);
}

.nh-promotion-prefooter h2 {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 18px;
}

.nh-promotion-prefooter > div > p:not(.nh-promotion-card__eyebrow) {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.7;
  max-width: 640px;
}

.nh-promotion-prefooter .nh-promotion-card {
  max-width: 420px;
}

.nh-promotion-prefooter--premium_feature {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.nh-promotion-prefooter--premium_feature > div {
  display: none;
}

.nh-promotion-prefooter--premium_feature .nh-promotion-card {
  max-width: none;
  width: 100%;
}

.nh-promotion-prefooter--offer_card .nh-promotion-card {
  max-width: 680px;
}

.nh-promotion-prefooter--compact_notice {
  background: transparent;
  bottom: 24px;
  display: block;
  margin: 0;
  max-width: min(780px, calc(100vw - 32px));
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translate3d(34px, 18px, 0);
  transition: opacity .32s ease, transform .32s ease;
  width: min(780px, calc(100vw - 32px));
  z-index: 1200;
}

.nh-promotion-prefooter--compact_notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.nh-promotion-prefooter--compact_notice.is-dismissed {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(34px, 18px, 0);
}

.nh-promotion-prefooter--compact_notice > div {
  display: none;
}

.nh-promotion-prefooter--compact_notice .nh-promotion-card {
  max-width: none;
}

.nh-promotion-slidein__close {
  align-items: center;
  background: rgba(4, 12, 22, .68);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  z-index: 2;
}

.nh-promotion-slidein__close:hover,
.nh-promotion-slidein__close:focus {
  background: rgba(4, 12, 22, .9);
  border-color: rgba(212, 169, 87, .75);
  color: var(--gold, var(--nhp-gold));
}

@media (max-width: 820px) {
  .nh-promotion-prefooter {
    grid-template-columns: 1fr;
  }

  .nh-promotion-card--offer_card,
  .nh-promotion-card--compact_notice .nh-promotion-card__body {
    grid-template-columns: 1fr;
  }

  .nh-promotion-card--compact_notice {
    grid-template-columns: 1fr;
  }

  .nh-promotion-card--compact_notice .nh-promotion-card__image {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .nh-promotion-prefooter--compact_notice {
    bottom: 12px;
    left: 12px;
    max-width: none;
    right: 12px;
    transform: translate3d(0, 24px, 0);
    width: auto;
  }

  .nh-promotion-prefooter--compact_notice.is-visible {
    transform: translate3d(0, 0, 0);
  }

  .nh-promotion-prefooter--compact_notice.is-dismissed {
    transform: translate3d(0, 24px, 0);
  }

  .nh-promotion-card--compact_notice .nh-promotion-card__body {
    padding: 20px 22px 20px;
  }

  .nh-promotion-card--compact_notice {
    min-height: 0;
  }

  .nh-promotion-card--compact_notice h3 {
    font-size: clamp(25px, 8vw, 31px);
  }

  .nh-promotion-card--compact_notice p {
    font-size: 14px;
  }

  .nh-promotions-grid--catalog .nh-promotion-card--reverse {
    grid-template-columns: 1fr;
  }

  .nh-promotions-grid--catalog .nh-promotion-card--reverse .nh-promotion-card__image,
  .nh-promotions-grid--catalog .nh-promotion-card--reverse .nh-promotion-card__body {
    order: initial;
  }

  .nh-promotions-grid--catalog .nh-promotion-card--reverse .nh-promotion-card__body {
    border-left: 1px solid var(--gold-soft, #d4a957);
    border-right: 0;
  }

  .nh-promotion-card--premium_feature {
    min-height: 420px;
  }

  .nh-promotion-card--premium_feature .nh-promotion-card__body {
    max-width: none;
    padding: 30px 24px 34px;
  }

  .nh-promotion-card--premium_feature .nh-promotion-card__content {
    padding: 24px 20px 26px;
  }

  .nh-promotion-card--premium_feature .nh-promotion-card__content::before {
    border-radius: 24px;
  }

  .nh-promotion-card--premium_feature .nh-promotion-card__content h3 {
    font-size: clamp(20px, 6.5vw, 30px);
    max-width: none;
    white-space: normal;
  }

  .nh-stage .nh-promotion-card--premium_feature .nh-promotion-card__button,
  .nh-promotion-card--premium_feature .nh-promotion-card__button {
    justify-self: start;
  }

  .nh-promotion-card--offer_card .nh-promotion-card__image {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .nh-promotion-card--compact_notice .nh-promotion-card__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .nh-promotions-catalog__intro .nh-rooms-intro-copy p,
  .nh-promotions-category__head p:not(.nh-promotion-card__eyebrow) {
    font-size: 16px;
  }

  .nh-promotions-catalog__filters {
    gap: 12px 18px;
  }
}

.nh-promo-preview {
  --nhp-navy: #09192d;
  --nhp-gold: #c89a45;
  display: grid;
  gap: clamp(26px, 4vw, 44px);
}

.nh-promo-preview__head {
  max-width: 880px;
}

.nh-promo-preview__head h2 {
  color: var(--nhp-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 16px;
}

.nh-promo-preview__head p:not(.nh-promotion-card__eyebrow) {
  color: #405468;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.nh-promo-style {
  overflow: hidden;
  position: relative;
}

.nh-promo-style > span,
.nh-promo-style > .nh-promotion-card__eyebrow,
.nh-promo-style__content > span,
.nh-promo-style__content > .nh-promotion-card__eyebrow,
.nh-promo-style--card .nh-promotion-card__body > span,
.nh-promo-style--card .nh-promotion-card__body > .nh-promotion-card__eyebrow {
  color: var(--nhp-gold);
  display: block;
  font-size: var(--nh-interior-eyebrow-size, 15px);
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.nh-promo-style__content {
  position: relative;
  z-index: 1;
}

.nh-promo-style--feature {
  background:
    linear-gradient(90deg, rgba(9, 25, 45, .94), rgba(9, 25, 45, .62) 48%, rgba(9, 25, 45, .16)),
    var(--promo-image) center/cover;
  color: #fff;
  min-height: clamp(520px, 48vw, 700px);
  padding: clamp(34px, 6vw, 80px);
  display: grid;
  align-items: end;
}

.nh-promo-style--feature .nh-promo-style__content {
  max-width: 660px;
  border-radius: 30px;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
}

.nh-promo-style--feature .nh-promo-style__content::before {
  background: linear-gradient(180deg, rgba(4, 12, 22, .38), rgba(4, 12, 22, .76));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  backdrop-filter: blur(14px) saturate(1.04);
  -webkit-backdrop-filter: blur(14px) saturate(1.04);
  box-shadow: 0 28px 58px rgba(0, 8, 16, .18);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.nh-promo-style--feature .nh-promo-style__content > * {
  position: relative;
  z-index: 1;
}

.nh-promo-style--feature h3,
.nh-promo-style--compact h3 {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 4.9vw, 72px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 18px;
}

.nh-promo-style--feature p:not(.nh-promotion-card__eyebrow),
.nh-promo-style--compact p:not(.nh-promotion-card__eyebrow) {
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.nh-promo-style strong {
  display: block;
  font-size: 13px;
  letter-spacing: .08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.nh-promo-style-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.nh-promo-style--card {
  background: #fff;
  border: 1px solid rgba(9, 25, 45, .1);
  box-shadow: 0 24px 54px rgba(9, 25, 45, .1);
}

.nh-promo-style--card h3 {
  color: var(--nhp-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1.02;
  margin: 0 0 14px;
}

.nh-promo-style--card .nh-promotion-card__body {
  padding: clamp(28px, 4vw, 46px);
}

.nh-promo-style--card p:not(.nh-promotion-card__eyebrow) {
  color: #2f4155;
  font-size: 18px;
  line-height: 1.72;
}

.nh-promo-style--card strong {
  color: #405468;
}

.nh-promo-style--compact {
  background:
    linear-gradient(90deg, rgba(9, 25, 45, .96), rgba(9, 25, 45, .82)),
    var(--promo-image) center/cover;
  color: #fff;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(30px, 4vw, 54px);
}

.nh-promo-style--compact .nh-promo-style__content {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 4.2vw, 48px);
  position: relative;
}

.nh-promo-style--compact .nh-promo-style__content::before {
  background: linear-gradient(180deg, rgba(4, 12, 22, .32), rgba(4, 12, 22, .72));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.nh-promo-style--compact .nh-promo-style__content > * {
  position: relative;
  z-index: 1;
}

.nh-promo-style--compact .nh-promotion-card__eyebrow,
.nh-promo-style--compact h3,
.nh-promo-style--compact p,
.nh-promo-style--compact strong {
  text-shadow: 0 10px 26px rgba(0, 0, 0, .24);
}

.nh-promo-style--compact h3 {
  font-size: clamp(40px, 4.6vw, 60px);
}

.nh-promo-style--feature .nh-promotion-card__date,
.nh-promo-style--compact .nh-promotion-card__date {
  color: var(--nhp-gold);
  font-family: var(--display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(16px, 1.25vw, 22px);
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 20px;
}

.nh-promo-style .nh-promotion-card__button,
.nh-promo-style--card .nh-promotion-card__button {
  background: var(--nhp-gold);
  border: 1px solid var(--nhp-gold);
  border-radius: 3px;
  color: #061b2e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.nh-promo-style .nh-promotion-card__button:hover,
.nh-promo-style .nh-promotion-card__button:focus,
.nh-promo-style--card .nh-promotion-card__button:hover,
.nh-promo-style--card .nh-promotion-card__button:focus {
  background: #d4a957;
  border-color: #d4a957;
  color: #061b2e;
}

@media (max-width: 900px) {
  .nh-promo-style-grid {
    grid-template-columns: 1fr;
  }

  .nh-promo-style--feature {
    min-height: 520px;
  }

  .nh-promo-style--feature .nh-promo-style__content {
    border-radius: 24px;
    padding: 26px 24px;
  }

  .nh-promo-style--feature .nh-promo-style__content::before {
    border-radius: 22px;
  }

  .nh-promo-style--feature h3,
  .nh-promo-style--compact h3 {
    font-size: clamp(34px, 8vw, 46px);
  }

  .nh-promo-style--compact .nh-promo-style__content {
    max-width: none;
    padding: 26px 24px;
  }

  .nh-promo-style--compact .nh-promo-style__content::before {
    border-radius: 22px;
  }

  .nh-promo-style--feature,
  .nh-promo-style--compact {
    padding: 24px;
  }

  .nh-promo-style--compact p:not(.nh-promotion-card__eyebrow),
  .nh-promo-style--feature p:not(.nh-promotion-card__eyebrow) {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
