.guide-page {
  overflow-x: hidden;
}

.guide-page .detail-brand img {
  width: 138px;
  height: auto;
}

.guide-page .guide-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: none;
  isolation: isolate;
}

.guide-page .guide-hero > img,
.guide-page .guide-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.guide-page .guide-hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 58%;
}

.guide-page .guide-hero-shade {
  z-index: -1;
  max-width: none !important;
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(9, 17, 12, 0.2), rgba(9, 17, 12, 0.72));
}

.guide-page .guide-hero-copy {
  max-width: 900px !important;
  padding: 80px 24px !important;
}

.guide-page .guide-hero h1 {
  margin: 18px 0 24px;
  font: 400 clamp(3.3rem, 7vw, 6.3rem) / 0.98 var(--serif);
  letter-spacing: -0.045em;
}

.guide-page .guide-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
}

.guide-page .guide-hero .eyebrow,
.guide-page .guide-comfort .eyebrow {
  color: #f0d6a2;
}

.guide-page .guide-section {
  padding: 110px 0 0;
}

.guide-page .guide-block {
  padding-bottom: 105px;
}

.guide-page .guide-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
  align-items: start;
}

.guide-page .guide-grid aside {
  position: sticky;
  top: 35px;
}

.guide-page .guide-grid h2,
.guide-page .guide-comfort h2 {
  margin: 15px 0 0;
  font: 400 clamp(2.5rem, 4vw, 4rem) / 1.05 var(--serif);
  letter-spacing: -0.035em;
}

.guide-page .guide-grid h3 {
  margin: 36px 0 10px;
  font: 400 1.65rem / 1.2 var(--serif);
}

.guide-page .guide-grid h3:first-child {
  margin-top: 0;
}

.guide-page .guide-copy p {
  margin-bottom: 22px;
  color: #536158;
}

.guide-page .guide-copy a:not(.primary) {
  border-bottom: 1px solid var(--gold);
}

.guide-page .guide-photo-story {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 260px;
  gap: 14px;
  margin-bottom: 110px;
}

.guide-page .guide-photo-story figure {
  position: relative;
  grid-column: span 6;
  margin: 0;
  overflow: hidden;
  background: #e8e3d9;
}

.guide-page .guide-photo-story .guide-photo-wide {
  grid-column: span 8;
  grid-row: span 2;
}

.guide-page .guide-photo-story .guide-photo-tall {
  grid-column: span 4;
  grid-row: span 2;
}

.guide-page .guide-photo-story figure:nth-child(5) {
  grid-column: span 12;
}

.guide-page .guide-photo-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.guide-page .guide-photo-story figure:hover img {
  transform: scale(1.025);
}

.guide-page .guide-photo-story figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  color: #fff;
  background: rgba(11, 24, 17, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.guide-page .guide-comfort {
  margin-bottom: 110px;
  padding: 95px 0;
  color: #fff;
  background: var(--ink);
}

.guide-page .guide-comfort-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}

.guide-page .guide-comfort ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-page .guide-comfort li {
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.guide-page .guide-comfort strong,
.guide-page .guide-comfort span {
  display: block;
}

.guide-page .guide-comfort strong {
  margin-bottom: 5px;
  font: 400 1.35rem var(--serif);
}

.guide-page .guide-comfort span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.guide-page .guide-booking {
  padding-bottom: 115px;
}

@media (max-width: 800px) {
  .guide-page .guide-hero {
    min-height: 560px;
  }

  .guide-page .guide-hero-copy {
    padding: 65px 20px !important;
  }

  .guide-page .guide-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .guide-page .guide-section {
    padding-top: 75px;
  }

  .guide-page .guide-block {
    padding-bottom: 75px;
  }

  .guide-page .guide-grid,
  .guide-page .guide-comfort-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .guide-page .guide-grid aside {
    position: static;
  }

  .guide-page .guide-photo-story {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    margin-bottom: 75px;
  }

  .guide-page .guide-photo-story figure,
  .guide-page .guide-photo-story .guide-photo-wide,
  .guide-page .guide-photo-story .guide-photo-tall,
  .guide-page .guide-photo-story figure:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    height: 300px;
  }

  .guide-page .guide-photo-story .guide-photo-tall,
  .guide-page .guide-photo-story figure:nth-child(5) {
    height: 390px;
  }

  .guide-page .guide-comfort {
    margin-bottom: 75px;
    padding: 70px 0;
  }

  .guide-page .guide-comfort-grid {
    gap: 42px;
  }

  .guide-page .guide-comfort ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guide-page .guide-booking {
    padding-bottom: 80px;
  }
}
