.crays-stay-page {
  --nu-stay-container: 1302px;
  --nu-stay-pad: 34px;
  --nu-stay-gap: 8px;
  --nu-stay-ink: #071a2d;
  --nu-stay-card: #eee8de;
  color: var(--nu-stay-ink);
  background: var(--paper);
}

.crays-stay-page .nu-stay-container {
  width: min(calc(100% - (var(--nu-stay-pad) * 2)), var(--nu-stay-container));
  margin-inline: auto;
}

main.crays-stay-page > section {
  background: var(--paper);
}

main.crays-stay-page > .nu-stay-intro {
  padding: 32px 0;
}

.nu-stay-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 858px) minmax(360px, 444px);
  gap: 0;
  align-items: start;
}

.nu-stay-intro h1 {
  margin: 0;
  color: var(--nu-stay-ink);
  font-family: var(--font-body);
  font-size: 38px;
  line-height: 57px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

.nu-stay-intro h1 strong,
.nu-stay-collection h2 strong,
.nu-stay-journey h2 strong {
  font-weight: 900;
}

.nu-stay-intro p {
  max-width: 445px;
  margin: 2px 0 0;
  color: var(--nu-stay-ink);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 27.6px;
}

.nu-stay-hero-media {
  height: 468px;
  margin: 32px auto 0;
  overflow: hidden;
  border-radius: 25px;
  background: #071a2d;
}

.nu-stay-hero-media img,
.nu-stay-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nu-stay-hero-media video {
  background: #071a2d;
}

main.crays-stay-page > .nu-stay-collection {
  padding: 64px 0 0;
}

.nu-stay-collection h2,
.nu-stay-journey h2 {
  max-width: 543px;
  margin: 0 auto;
  color: var(--nu-stay-ink);
  font-family: var(--font-body);
  font-size: 48px;
  line-height: 72px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

.nu-stay-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "left center right"
    "bottom-left cta bottom-right";
  gap: var(--nu-stay-gap);
  margin-top: 56px;
  align-items: start;
}

.nu-stay-book-now {
  position: absolute;
  z-index: 3;
  top: 0;
  right: calc((var(--nu-stay-container) - 100vw) / 2 + 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 256px;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  color: var(--nu-stay-ink);
  background: var(--nu-stay-card);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(7, 26, 45, 0.02);
}

.nu-stay-card,
.nu-stay-cta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.nu-stay-card {
  height: 480px;
  background: #071a2d;
  box-shadow: inset 0 -8px 0 rgba(31, 90, 80, 0.54);
}

.nu-stay-card-left {
  grid-area: left;
  margin-top: 128px;
}

.nu-stay-card-center {
  grid-area: center;
  height: 568px;
}

.nu-stay-card-right {
  grid-area: right;
  margin-top: 128px;
}

.nu-stay-card-bottom-left {
  grid-area: bottom-left;
}

.nu-stay-card-bottom-right {
  grid-area: bottom-right;
}

.nu-stay-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.nu-stay-card:hover img {
  transform: scale(1.035);
}

.nu-stay-pill,
.nu-stay-arrow {
  position: absolute;
  z-index: 2;
}

.nu-stay-pill {
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 17px;
  border-radius: 999px;
  color: var(--nu-stay-ink);
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.94rem;
  font-weight: 700;
}

.nu-stay-arrow {
  top: 18px;
  right: 18px;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--nu-stay-ink);
  background: rgba(255, 255, 255, 0.96);
}

.nu-stay-arrow::before,
.nu-stay-arrow::after,
.nu-stay-book-now span::before,
.nu-stay-book-now span::after,
.nu-stay-cta a span::before,
.nu-stay-cta a span::after,
.nu-stay-group-card a span::before,
.nu-stay-group-card a span::after {
  content: "";
  position: absolute;
  display: block;
}

.nu-stay-arrow::before {
  top: 28px;
  left: 18px;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.nu-stay-arrow::after {
  top: 17px;
  right: 17px;
  width: 14px;
  height: 14px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.nu-stay-book-now span,
.nu-stay-cta a span,
.nu-stay-group-card a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.nu-stay-book-now span::before,
.nu-stay-cta a span::before {
  top: 9px;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.nu-stay-book-now span::after,
.nu-stay-cta a span::after {
  top: 3px;
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.nu-stay-card-panel {
  position: absolute;
  z-index: 2;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  min-height: 94px;
  padding: 18px 24px 17px;
  border-radius: 22px;
  color: var(--nu-stay-ink);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 34px rgba(7, 26, 45, 0.12);
  backdrop-filter: blur(10px);
}

.nu-stay-card-panel h3 {
  margin: 0 0 6px;
  color: var(--nu-stay-ink);
  font-family: var(--font-body);
  font-size: 1.25rem;
  line-height: 1.08;
  font-weight: 900;
}

.nu-stay-card-panel p {
  margin: 0;
  color: #31454a;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.2;
}

.nu-stay-card-meta {
  display: grid;
  gap: 7px;
  justify-items: end;
  color: #1f5a50;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.nu-stay-card-meta span {
  letter-spacing: 2px;
}

.nu-stay-card-meta small {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #31454a;
  font-size: 0.92rem;
}

.nu-stay-card-meta small::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  box-shadow: inset 0 -4px 0 rgba(49, 69, 74, 0.18);
}

.nu-stay-cta {
  grid-area: cta;
  display: flex;
  height: 568px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background: var(--nu-stay-card);
  text-align: center;
}

.nu-stay-cta img {
  width: min(100%, 184px);
  margin-bottom: 22px;
}

.nu-stay-cta p {
  max-width: 300px;
  margin: 0 0 30px;
  color: var(--nu-stay-ink);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.42;
}

.nu-stay-cta a,
.nu-stay-group-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  color: #ffffff;
  background: #132622;
  font-size: 1rem;
  font-weight: 800;
}

main.crays-stay-page > .nu-stay-journey {
  padding: 96px 34px 88px;
}

.nu-stay-journey h2 {
  max-width: 1302px;
  font-size: 46px;
  line-height: 69px;
}

main.crays-stay-page > .nu-stay-group {
  padding: 0 0 96px;
}

.nu-stay-group-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.nu-stay-group-card,
.nu-stay-group-media {
  min-height: 620px;
  overflow: hidden;
  border-radius: 24px;
}

.nu-stay-group-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  background: var(--nu-stay-card);
}

.nu-stay-group-card > img {
  width: 34px;
  height: 34px;
  margin: 0 0 40px;
  object-fit: contain;
}

.nu-stay-group-card h2 {
  margin: 0 0 28px;
  color: var(--nu-stay-ink);
  font-family: var(--font-body);
  font-size: clamp(2.1rem, 3vw, 3.05rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.nu-stay-group-card p {
  max-width: 590px;
  margin: 0 0 38px;
  color: var(--nu-stay-ink);
  font-size: 1.17rem;
  font-weight: 500;
  line-height: 1.55;
}

.nu-stay-group-card a {
  align-self: flex-start;
}

.nu-stay-group-card a span::before {
  left: 8px;
  top: 1px;
  width: 1px;
  height: 16px;
  background: currentColor;
}

.nu-stay-group-card a span::after {
  left: 4px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.nu-stay-group-media {
  margin: 0;
  background: #071a2d;
}

.nu-stay-group-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .nu-stay-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 405px);
    gap: 56px;
  }

  .nu-stay-card {
    height: 430px;
  }

  .nu-stay-card-center {
    height: 540px;
  }

  .nu-stay-cta {
    height: 470px;
  }

  .nu-stay-card-panel {
    grid-template-columns: 1fr;
  }

  .nu-stay-card-meta {
    justify-items: start;
  }
}

@media (max-width: 860px) {
  .crays-stay-page {
    --nu-stay-pad: 20px;
    --nu-stay-gap: 12px;
  }

  main.crays-stay-page > .nu-stay-intro {
    padding-top: 42px;
  }

  .nu-stay-intro-grid,
  .nu-stay-group-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nu-stay-intro h1 {
    text-align: left;
  }

  .nu-stay-intro p {
    max-width: none;
  }

  .nu-stay-hero-media {
    height: 430px;
    margin-top: 34px;
    border-radius: 18px;
  }

  main.crays-stay-page > .nu-stay-collection {
    padding-top: 70px;
  }

  .nu-stay-collection h2,
  .nu-stay-journey h2 {
    width: min(calc(100% - 40px), 680px);
    font-size: 2.05rem;
    line-height: 1.24;
  }

  .nu-stay-board {
    grid-template-columns: 1fr;
    grid-template-areas:
      "book"
      "center"
      "left"
      "right"
      "bottom-left"
      "cta"
      "bottom-right";
    margin-top: 42px;
  }

  .nu-stay-book-now {
    position: static;
    grid-area: book;
    width: 100%;
    min-width: 0;
  }

  .nu-stay-card-left,
  .nu-stay-card-right {
    margin-top: 0;
  }

  .nu-stay-card,
  .nu-stay-card-center,
  .nu-stay-cta {
    height: 450px;
  }

  .nu-stay-card-panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nu-stay-card-meta {
    justify-items: end;
  }

  main.crays-stay-page > .nu-stay-journey {
    padding: 78px 0 60px;
  }

  main.crays-stay-page > .nu-stay-group {
    padding-bottom: 72px;
  }

  .nu-stay-group-card,
  .nu-stay-group-media {
    min-height: 0;
    border-radius: 18px;
  }

  .nu-stay-group-card {
    padding: 34px 28px;
  }

  .nu-stay-group-card p {
    font-size: 1.02rem;
  }

  .nu-stay-group-media {
    height: 430px;
  }
}

@media (max-width: 520px) {
  .crays-stay-page {
    --nu-stay-pad: 18px;
  }

  .nu-stay-intro h1 {
    font-size: 1.72rem;
    line-height: 1.14;
  }

  .nu-stay-intro p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .nu-stay-hero-media {
    height: 300px;
  }

  .nu-stay-collection h2,
  .nu-stay-journey h2 {
    width: min(calc(100% - 36px), 520px);
    font-size: 1.72rem;
    line-height: 1.2;
  }

  .nu-stay-card,
  .nu-stay-card-center,
  .nu-stay-cta {
    height: 420px;
    border-radius: 18px;
  }

  .nu-stay-cta {
    padding: 30px 22px;
  }

  .nu-stay-cta img {
    width: min(100%, 160px);
  }

  .nu-stay-card-panel {
    left: 8px;
    right: 8px;
    bottom: 8px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .nu-stay-card-meta {
    justify-items: start;
  }

  .nu-stay-arrow {
    width: 50px;
    height: 50px;
  }

  .nu-stay-arrow::before {
    top: 25px;
    left: 16px;
    width: 18px;
  }

  .nu-stay-arrow::after {
    top: 16px;
    right: 15px;
  }

  .nu-stay-group-card {
    padding: 30px 24px;
  }

  .nu-stay-group-card h2 {
    font-size: 1.95rem;
  }

  .nu-stay-group-card a {
    width: 100%;
    padding: 0 22px;
  }

  .nu-stay-group-media {
    height: 330px;
  }
}

/* Mercedes Island copy pass. */
.nu-stay-collection > h2,
.nu-stay-journey > h2 {
  width: min(calc(100% - (var(--nu-stay-pad) * 2)), var(--nu-stay-container));
  max-width: var(--nu-stay-container);
  margin-inline: auto;
  text-align: left;
}

.nu-stay-cta {
  align-items: flex-start;
  text-align: left;
}

.nu-stay-cta img {
  width: min(100%, 176px);
  margin: 0 0 24px;
}

.nu-stay-cta p {
  max-width: 345px;
  font-size: 1.02rem;
  line-height: 1.42;
}

.nu-stay-cta a {
  align-self: flex-start;
}

.nu-stay-group-titleline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
}

.nu-stay-group-titleline img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.nu-stay-group-titleline h2 {
  margin: 0;
  font-size: clamp(2rem, 2.7vw, 2.78rem);
  line-height: 1;
  white-space: nowrap;
}

.nu-stay-group-card p {
  max-width: 590px;
}

@media (max-width: 860px) {
  .nu-stay-collection > h2,
  .nu-stay-journey > h2 {
    width: min(calc(100% - 40px), 680px);
  }
}

@media (max-width: 620px) {
  .nu-stay-group-titleline {
    align-items: flex-start;
  }

  .nu-stay-group-titleline h2 {
    white-space: normal;
  }
}
