.subpage .guest-story-page .booking-page-grid {
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: 1fr;
  gap: 28px;
}
.guest-story-page .booking-info {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px 46px;
  align-items: end;
  padding: 0 0 4px;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.guest-story-page .booking-info .eyebrow,
.guest-story-page .booking-info h2 {
  grid-column: 1;
}
.guest-story-page .booking-info h2 {
  margin-bottom: 0;
  color: #fff;
}
.guest-story-page .booking-info > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}
.guest-story-page .booking-info > p:nth-of-type(1) {
  grid-column: 1;
}
.guest-story-page .booking-info > p:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}
.subpage .guest-story-page .booking-page-grid .spot-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.spot-card--video {
  min-width: 0;
  min-height: 360px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
  background: #182d3c;
  isolation: isolate;
  cursor: pointer;
}
.spot-card--video:focus-visible {
  outline: 3px solid rgba(249, 219, 92, 0.92);
  outline-offset: 3px;
}
.spot-card--video .spot-card__video,
.spot-card--video .spot-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.spot-card--video .spot-card__video {
  z-index: -2;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.spot-card--video .spot-card__shade {
  z-index: -1;
  background: transparent;
}
.spot-card--video:hover .spot-card__video {
  transform: scale(1.055);
}
.spot-card--video .spot-card__content {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 16px 17px;
}
.spot-card--video .spot-card__number {
  margin: 0 0 7px;
  color: #f9db5c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.spot-card--video h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72), 0 1px 2px rgba(0, 0, 0, 0.9);
}
.spot-card--video .spot-card__content > p:not(.spot-card__number) {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  line-height: 1.45;
}
.spot-card--video .button {
  width: 100%;
  min-height: 38px;
  justify-content: center;
  padding: 9px 8px;
  border: 0;
  border-radius: 999px;
  background: #2389c9;
  color: #fff;
  font-size: 10px;
  white-space: normal;
}
.spot-card--video .button:hover {
  background: #46aeee;
}
@media (max-width: 1050px) {
  .guest-story-page .booking-info {
    grid-template-columns: 1fr;
  }
  .guest-story-page .booking-info > p:nth-of-type(2) {
    grid-column: 1;
    grid-row: auto;
  }
  .subpage .guest-story-page .booking-page-grid .spot-grid {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 2px 14px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: #2389c9 rgba(255, 255, 255, 0.16);
    scrollbar-width: thin;
  }
  .spot-card--video {
    scroll-snap-align: start;
  }
}
@media (max-width: 560px) {
  .subpage .guest-story-page .booking-page-grid {
    width: calc(100% - 26px);
  }
  .guest-story-page .booking-info h2 {
    font-size: 31px;
  }
  .subpage .guest-story-page .booking-page-grid .spot-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    overflow-x: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .spot-card--video,
  .spot-card--video .spot-card__content {
    min-height: 330px;
  }
  .spot-card--video {
    width: 100%;
    scroll-snap-align: none;
  }
}

.guest-detail-section .guest-detail-copy {
  font-style: normal;
}
.guest-detail-section .guest-detail-copy p {
  margin: 0;
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.72;
}
.guest-detail-section .guest-detail-copy p + p {
  margin-top: 1.25em;
}
.guest-story-closing {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("/assets/pages/bg6.png") center / cover no-repeat;
  color: #fff;
}
.guest-story-closing__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 29, 41, 0.38), rgba(10, 29, 41, 0.7));
}
.subpage .guest-story-closing__content {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100% - 48px));
  text-align: center;
}
.guest-story-closing__content p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.72;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.guest-story-closing__content a {
  color: #f9db5c;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.guest-story-closing__content a:hover {
  color: #fff;
}
@media (max-width: 900px) {
  .guest-story-closing {
    min-height: 620px;
    background-position: 58% center;
  }
}
@media (max-width: 560px) {
  .guest-detail-section .guest-detail-copy p {
    font-size: 16px;
    line-height: 1.65;
  }
  .subpage .guest-story-closing__content {
    width: calc(100% - 34px);
  }
  .guest-story-closing__content p {
    font-size: 17px;
    line-height: 1.65;
  }
}
