:root {
  --charcoal: #141711;
  --charcoal-soft: #1d2119;
  --pine: #183428;
  --moss: #314638;
  --copper: #b97942;
  --cream: #f5efe3;
  --paper: #fbf7ef;
  --stone: #d8d0c2;
  --muted: #6f685f;
  --ink: #f8f1e7;
  --dark-text: #20231d;
  --line-dark: rgba(20, 23, 17, 0.16);
  --line-light: rgba(248, 241, 231, 0.18);
  --shadow: 0 24px 70px rgba(12, 15, 11, 0.24);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--dark-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

body.is-nav-open {
  overflow: hidden;
}

img,
picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

svg {
  width: 1.1em;
  height: 1.1em;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--charcoal);
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid var(--line-dark);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.new-window-icon {
  display: inline-block;
  margin-inline-start: 0.28em;
  font-size: 0.78em;
  line-height: 1;
  transform: translateY(-0.08em);
}

.button .new-window-icon,
.mobile-booking .new-window-icon {
  display: none;
}

#reviews,
#stay,
#waterfall,
#gallery,
#night,
#amenities,
#faq {
  scroll-margin-top: 96px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px 34px;
  color: var(--ink);
  background: rgba(20, 23, 17, 0.52);
  border-bottom: 1px solid rgba(248, 241, 231, 0.14);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: var(--charcoal);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(248, 241, 231, 0.5);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1;
}

.brand__text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.1;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(248, 241, 231, 0.78);
  font-size: 0.86rem;
}

.primary-nav a {
  padding: 8px 0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(248, 241, 231, 0.38);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(248, 241, 231, 0.08);
  cursor: pointer;
}

.nav-toggle path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--copper);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.15;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button__icon path,
.lightbox__close path,
.carousel-button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--primary {
  background: var(--copper);
  color: #17130f;
  border-color: var(--copper);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #ce8a4e;
  border-color: #ce8a4e;
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(248, 241, 231, 0.5);
  background: rgba(20, 23, 17, 0.18);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--ink);
  background: rgba(248, 241, 231, 0.1);
}

.button--light {
  background: rgba(248, 241, 231, 0.92);
  color: var(--charcoal);
}

.button--outline {
  color: var(--charcoal);
  border-color: rgba(20, 23, 17, 0.28);
  background: transparent;
}

.button--outline:hover,
.button--outline:focus-visible {
  border-color: var(--charcoal);
  background: rgba(20, 23, 17, 0.06);
}

.button--small {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 0.88rem;
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--ink);
  background: var(--charcoal);
}

.hero__picture,
.hero__picture img,
.final-cta__picture,
.final-cta__picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__picture img,
.final-cta__picture img {
  object-fit: cover;
}

.hero__picture img {
  object-position: center center;
}

.hero__shade,
.final-cta__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 15, 11, 0.72), rgba(12, 15, 11, 0.38) 46%, rgba(12, 15, 11, 0.12)),
    linear-gradient(0deg, rgba(12, 15, 11, 0.72), rgba(12, 15, 11, 0.06) 52%, rgba(12, 15, 11, 0.28));
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 150px 34px 54px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: #8f5d31;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 5.8rem;
}

h2 {
  margin-bottom: 24px;
  font-size: 3.55rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.hero__lede {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(248, 241, 231, 0.88);
  font-size: 1.22rem;
}

.hero__note {
  max-width: 680px;
  margin: 18px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--copper);
  color: rgba(248, 241, 231, 0.86);
  font-size: 0.9rem;
  line-height: 1.5;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.62);
}

.hero__actions,
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin: 0;
  border: 1px solid rgba(248, 241, 231, 0.22);
  background: rgba(248, 241, 231, 0.16);
  backdrop-filter: blur(14px);
}

.hero__facts div {
  min-width: 0;
  padding: 18px;
  background: rgba(20, 23, 17, 0.46);
}

.hero__facts dt {
  margin-bottom: 6px;
  color: rgba(248, 241, 231, 0.68);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__facts dd {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
}

.proof-band {
  background: var(--charcoal);
  color: var(--ink);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.proof-band__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
}

.proof-band p {
  margin: 0;
  color: rgba(248, 241, 231, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
}

.proof-band article {
  min-width: 0;
  padding: 24px 22px;
  background: var(--charcoal);
}

.proof-band span {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 241, 231, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-band strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.guest-reviews {
  position: relative;
  scroll-margin-top: 94px;
}

.guest-reviews__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
}

.guest-reviews__copy p:not(.eyebrow) {
  max-width: 560px;
  color: #514b43;
  font-size: 1.03rem;
}

.guest-reviews__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 560px;
  margin: 28px 0 22px;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
}

.guest-reviews__stats div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.26);
}

.guest-reviews__stats span {
  display: block;
  margin-bottom: 6px;
  color: #8f5d31;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guest-reviews__stats strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.2;
}

.guest-reviews__note {
  max-width: 560px;
  margin: -8px 0 22px;
  color: #6a6257;
  font-size: 0.86rem;
  line-height: 1.45;
}

.guest-reviews__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.review-carousel {
  min-width: 0;
  color: var(--ink);
}

.review-carousel:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 6px;
  border-radius: 8px;
}

.review-carousel__viewport {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #11140f;
  box-shadow: var(--shadow);
}

.review-proof .review-carousel__viewport {
  border-radius: 8px;
}

.review-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 22px;
  margin: 0;
  padding: 52px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.review-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 15, 11, 0.9) 0%, rgba(12, 15, 11, 0.66) 48%, rgba(12, 15, 11, 0.18) 100%),
    linear-gradient(180deg, rgba(12, 15, 11, 0.32), rgba(12, 15, 11, 0.68));
  pointer-events: none;
}

.review-slide__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.review-slide__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.review-slide > :not(.review-slide__media) {
  position: relative;
  z-index: 2;
}

.review-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.review-slide__source {
  margin: 0;
  color: rgba(248, 241, 231, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.review-slide blockquote {
  margin: 0;
}

.review-slide blockquote p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1.14;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
}

.review-proof__title {
  max-width: 700px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1.14;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
}

.review-proof__body {
  max-width: 620px;
  margin: 0;
  color: rgba(248, 241, 231, 0.84);
  font-size: 1rem;
  line-height: 1.55;
}

.review-slide__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.review-slide__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(248, 241, 231, 0.22);
  border-radius: 999px;
  color: rgba(248, 241, 231, 0.76);
  background: rgba(248, 241, 231, 0.08);
  font-size: 0.78rem;
  font-weight: 750;
}

.review-carousel__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line-light);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: var(--charcoal-soft);
}

.review-carousel__buttons,
.review-carousel__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-carousel__dots button {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.review-carousel__dots button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid rgba(248, 241, 231, 0.42);
  border-radius: 50%;
  background: rgba(248, 241, 231, 0.08);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.review-carousel__dots button:hover,
.review-carousel__dots button:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 0;
}

.review-carousel__dots button:hover::before,
.review-carousel__dots button:focus-visible::before,
.review-carousel__dots button[aria-current="true"]::before {
  border-color: var(--copper);
  background: var(--copper);
  transform: scale(1.08);
}

.section {
  padding: 98px 34px;
}

.section--cream {
  background: var(--cream);
}

.section--paper {
  background: var(--paper);
}

.section--dark {
  background: var(--charcoal);
  color: var(--ink);
}

.booking-confidence__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: start;
}

.booking-confidence__inner > .button {
  grid-column: 1 / -1;
  justify-self: start;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.booking-steps article {
  padding: 24px;
  background: var(--paper);
}

.booking-steps span {
  display: block;
  margin-bottom: 34px;
  color: #8f5d31;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.booking-steps p,
.stay-type-grid p {
  margin-bottom: 0;
  color: #5b554c;
}

.split {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.split--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.section__copy p {
  max-width: 650px;
  color: #514b43;
  font-size: 1.03rem;
}

.section--dark .section__copy p {
  color: rgba(248, 241, 231, 0.76);
}

.feature-media,
.banner-media,
.waterfall__image,
.gallery-item {
  margin: 0;
}

.feature-media picture,
.banner-media picture,
.waterfall__image picture,
.gallery-button {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-media img,
.banner-media img,
.waterfall__image img,
.gallery-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media picture {
  aspect-ratio: 3 / 2;
}

figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.section--dark figcaption {
  color: rgba(248, 241, 231, 0.58);
}

.wide-copy,
.section__heading {
  width: min(100%, var(--max));
  margin: 0 auto 42px;
}

.wide-copy {
  max-width: 1040px;
}

.wide-copy p {
  max-width: 780px;
  color: rgba(248, 241, 231, 0.74);
  font-size: 1.08rem;
}

.wide-copy--dark p {
  color: #514b43;
}

.section__heading {
  max-width: var(--max);
}

.section__heading h2,
.wide-copy h2 {
  max-width: 900px;
}

.section__heading--row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.text-link {
  flex: none;
  color: #70451f;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.waterfall__grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: stretch;
}

.waterfall__image picture {
  height: 100%;
  min-height: 460px;
}

.waterfall__note {
  align-self: end;
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(248, 241, 231, 0.07);
}

.waterfall__note p {
  margin-bottom: 0;
  color: rgba(248, 241, 231, 0.74);
}

.waterfall-carousel {
  min-width: 0;
  color: var(--ink);
}

.waterfall-carousel:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 6px;
  border-radius: 8px;
}

.waterfall-carousel__viewport {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #0f120d;
  box-shadow: var(--shadow);
}

.waterfall-carousel__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.waterfall-carousel__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.waterfall-carousel__slide picture,
.waterfall-carousel__slide img {
  width: 100%;
  height: 100%;
}

.waterfall-carousel__slide img {
  object-fit: cover;
}

.waterfall-carousel__slide figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 520px;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(248, 241, 231, 0.2);
  border-radius: 8px;
  color: rgba(248, 241, 231, 0.78);
  background: rgba(15, 18, 13, 0.72);
  backdrop-filter: blur(10px);
  line-height: 1.45;
}

.waterfall-carousel__slide figcaption span {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.2;
}

.waterfall-carousel__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line-light);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: var(--charcoal-soft);
}

.waterfall-carousel__buttons,
.waterfall-carousel__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-button,
.waterfall-carousel__dots button {
  display: grid;
  place-items: center;
  color: var(--ink);
  cursor: pointer;
}

.carousel-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(248, 241, 231, 0.34);
  border-radius: 50%;
  background: rgba(248, 241, 231, 0.06);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.waterfall-carousel__dots button {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.waterfall-carousel__dots button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid rgba(248, 241, 231, 0.42);
  border-radius: 50%;
  background: rgba(248, 241, 231, 0.08);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  border-color: var(--copper);
  background: var(--copper);
  color: #17130f;
}

.waterfall-carousel__dots button:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 0;
}

.waterfall-carousel__dots button:hover::before,
.waterfall-carousel__dots button:focus-visible::before,
.waterfall-carousel__dots button[aria-current="true"]::before {
  border-color: var(--copper);
  background: var(--copper);
  transform: scale(1.08);
}

.carousel-button:hover,
.carousel-button:focus-visible {
  transform: translateY(-1px);
}

.highlight-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.highlight {
  min-height: 244px;
  padding: 30px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.22);
}

.highlight__number {
  display: block;
  margin-bottom: 54px;
  color: #8f5d31;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.highlight p {
  margin-bottom: 0;
  color: #5b554c;
}

.stay-type-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.stay-type-grid article {
  padding: 0 0 0 24px;
  border-left: 1px solid rgba(143, 93, 49, 0.42);
}

.stay-type-grid h3 {
  max-width: 280px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 500;
}

.local-explore-grid,
.guide-card-grid,
.guide-season-grid,
.guide-related-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.local-explore-groups {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.local-explore-group {
  display: grid;
  gap: 16px;
}

.local-explore-group > h3 {
  margin: 0;
  color: var(--moss);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.local-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.safety-notes .local-explore-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-explore-card {
  min-width: 0;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.local-explore-card:hover,
.local-explore-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(143, 93, 49, 0.48);
  background: rgba(255, 255, 255, 0.46);
}

.local-explore-card span,
.guide-card__meta span,
.guide-related-link span,
.guide-season-grid span {
  display: block;
  color: #8f5d31;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.local-explore-card h3,
.local-explore-card h4,
.guide-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.16;
}

.local-explore-card p,
.guide-card p {
  margin: 0;
  color: #5b554c;
}

.guide-hero {
  min-height: 74svh;
}

.guide-hero .hero__shade {
  background:
    linear-gradient(90deg, rgba(12, 15, 11, 0.76), rgba(12, 15, 11, 0.48) 52%, rgba(12, 15, 11, 0.2)),
    linear-gradient(0deg, rgba(12, 15, 11, 0.78), rgba(12, 15, 11, 0.12) 58%, rgba(12, 15, 11, 0.34));
}

.guide-hero .hero__picture img {
  filter: brightness(0.96) saturate(1.03);
}

.guide-hero h1,
.guide-hero .hero__lede {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.62);
}

.guide-hero h1 {
  max-width: 16ch;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 1;
  text-wrap: balance;
}

.guide-hero .hero__lede {
  max-width: 780px;
}

.guide-hero__facts {
  max-width: 980px;
}

.guide-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.guide-shell--intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: start;
}

.guide-shell--intro p {
  max-width: 740px;
  color: #514b43;
  font-size: 1.04rem;
}

.guide-note {
  padding: 24px;
  border: 1px solid rgba(143, 93, 49, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.32);
}

.guide-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
}

.guide-note p {
  margin: 0;
  color: #5b554c;
  font-size: 0.94rem;
}

.section__heading > p:not(.eyebrow) {
  max-width: 760px;
  color: #514b43;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.guide-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
}

.guide-card__media {
  margin: -24px -24px 2px;
}

.guide-card__picture {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--stone);
}

.guide-card__picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.guide-card__media figcaption {
  margin: 9px 24px 0;
  color: #6a6258;
  font-size: 0.78rem;
  line-height: 1.45;
}

.guide-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.guide-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.guide-chip-list li {
  padding: 6px 9px;
  border: 1px solid rgba(143, 93, 49, 0.26);
  border-radius: 6px;
  color: #4f483f;
  background: rgba(251, 247, 239, 0.56);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.guide-card__decision {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(94, 74, 48, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.guide-card__decision div {
  display: grid;
  gap: 2px;
}

.guide-card__decision dt {
  color: var(--moss);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.guide-card__decision dd {
  margin: 0;
  color: #4f483f;
  font-size: 0.91rem;
  line-height: 1.4;
}

.guide-card__note {
  padding-top: 16px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.93rem;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  padding-top: 4px;
}

.guide-season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line-light);
  background: var(--line-light);
}

.guide-season-grid article {
  min-width: 0;
  padding: 28px;
  background: var(--charcoal-soft);
}

.guide-season-grid p {
  margin: 12px 0 0;
  color: rgba(248, 241, 231, 0.74);
}

.guide-related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
}

.guide-related-link {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.32);
  transition: background 180ms ease, color 180ms ease;
}

.guide-related-link:hover,
.guide-related-link:focus-visible {
  background: rgba(255, 255, 255, 0.55);
  color: #70451f;
}

.guide-related-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.18;
}

.guide-booking-cta {
  background: var(--charcoal);
  color: var(--ink);
}

.guide-booking-cta__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) auto;
  gap: 34px;
  align-items: center;
}

.guide-booking-cta p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(248, 241, 231, 0.76);
  font-size: 1.04rem;
}

.guide-booking-cta h2 {
  max-width: 760px;
  margin-bottom: 18px;
}

.gallery-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.gallery-item {
  min-width: 0;
}

.gallery-item--wide {
  grid-column: span 2;
}

.gallery-item--tall {
  grid-row: span 2;
}

.gallery-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #d8d0c2;
  cursor: zoom-in;
}

.gallery-button picture {
  aspect-ratio: 4 / 3;
}

.gallery-item--wide .gallery-button picture {
  aspect-ratio: 8 / 5;
}

.gallery-item--tall .gallery-button picture {
  aspect-ratio: 4 / 5;
}

.gallery-button img {
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-button:hover img,
.gallery-button:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.gallery-item figcaption {
  color: #6a6258;
  margin: 8px 0 6px;
}

.night-showcase {
  background:
    linear-gradient(180deg, rgba(20, 23, 17, 0.98), rgba(29, 33, 25, 0.96)),
    var(--charcoal);
}

.night-showcase .section__heading > p:not(.eyebrow) {
  max-width: 480px;
  margin: 0;
  color: rgba(248, 241, 231, 0.74);
  font-size: 1.02rem;
}

.night-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.74fr);
  gap: 16px;
  align-items: stretch;
}

.night-card {
  margin: 0;
  min-width: 0;
}

.night-card .gallery-button {
  background: #11140f;
  cursor: zoom-in;
}

.night-card--feature .gallery-button picture {
  aspect-ratio: 16 / 10;
}

.night-stack {
  display: grid;
  gap: 16px;
}

.night-stack .gallery-button picture {
  aspect-ratio: 4 / 3;
}

.night-secondary-grid {
  width: min(100%, var(--max));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.night-secondary-grid .gallery-button picture {
  aspect-ratio: 16 / 10;
}

.night-card figcaption {
  color: rgba(248, 241, 231, 0.68);
}

.night-details {
  width: min(100%, var(--max));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(248, 241, 231, 0.15);
}

.night-details p {
  margin: 0;
  color: rgba(248, 241, 231, 0.74);
}

.night-details strong {
  color: var(--ink);
}

.amenity-columns {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.amenity-group {
  padding: 32px;
  background: var(--charcoal-soft);
}

.amenity-group h3 {
  color: var(--ink);
}

.amenity-group ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.amenity-group li {
  position: relative;
  padding: 13px 0 13px 22px;
  color: rgba(248, 241, 231, 0.76);
  border-top: 1px solid rgba(248, 241, 231, 0.1);
}

.amenity-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
}

.sleep-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 20px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.sleep-list div {
  padding: 18px;
  background: var(--paper);
}

.sleep-list span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sleep-list strong {
  display: block;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.photo-proof-grid {
  width: min(100%, var(--max));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.photo-proof-grid--sleeping {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.photo-proof-card {
  min-width: 0;
  margin: 0;
}

.photo-proof-card picture {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #d8d0c2;
  box-shadow: var(--shadow);
}

.photo-proof-card img {
  transition: transform 260ms ease, filter 260ms ease;
}

.photo-proof-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.photo-proof-card figcaption {
  margin: 10px 0 0;
  color: #6a6258;
  line-height: 1.35;
}

.photo-proof-card strong,
.photo-proof-card span {
  display: block;
}

.photo-proof-card strong {
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 500;
}

.photo-proof-card span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fine-print {
  font-size: 0.92rem;
}

.banner-media {
  width: min(100%, var(--max));
  margin: 42px auto 0;
}

.banner-media picture {
  aspect-ratio: 16 / 7;
}

.faq-list {
  width: min(100%, 920px);
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  cursor: pointer;
  padding: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.25;
}

.faq-list p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 26px;
  color: #514b43;
}

.final-cta {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--ink);
  background: var(--charcoal);
}

.final-cta__content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 110px 34px 70px;
}

.final-cta__content h2 {
  max-width: 820px;
}

.final-cta__content p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(248, 241, 231, 0.82);
  font-size: 1.1rem;
}

.not-found {
  padding-top: 78px;
}

.not-found__inner {
  width: min(100%, 860px);
  min-height: 58svh;
  margin: 0 auto;
  display: grid;
  align-content: center;
}

.not-found h1 {
  max-width: 760px;
  color: var(--charcoal);
  font-size: clamp(3.2rem, 8vw, 5.6rem);
}

.not-found p:not(.eyebrow) {
  max-width: 620px;
  color: #514b43;
  font-size: 1.1rem;
}

.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  color: rgba(248, 241, 231, 0.72);
  background: #0f120d;
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.mobile-booking {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 60;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--copper);
  color: #17130f;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-booking:focus-visible {
  outline: 3px solid var(--charcoal);
  outline-offset: 3px;
}

.mobile-booking.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 18px));
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  visibility: hidden;
  opacity: 0;
  background: rgba(8, 10, 7, 0.66);
  backdrop-filter: blur(2px);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.nav-backdrop.is-visible {
  visibility: visible;
  opacity: 1;
}

.lightbox {
  width: min(92vw, 1180px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
}

.lightbox::backdrop {
  background: rgba(8, 10, 7, 0.88);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 82svh;
  object-fit: contain;
  border-radius: 8px;
  background: #0f120d;
}

.lightbox figcaption {
  margin-top: 12px;
  color: rgba(248, 241, 231, 0.8);
}

.lightbox__close {
  position: absolute;
  right: -2px;
  top: -52px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(248, 241, 231, 0.35);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(20, 23, 17, 0.9);
  cursor: pointer;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 4.7rem;
  }

  h2 {
    font-size: 3rem;
  }

  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: 14px;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(248, 241, 231, 0.16);
    border-radius: 8px;
    background: var(--charcoal);
  }

  .primary-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(248, 241, 231, 0.04);
  }

  .js .nav-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .js .primary-nav {
    display: none;
  }

  .js .site-header.is-nav-open {
    background: var(--charcoal);
  }

  .js .site-header.is-nav-open .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: -34px;
    right: -34px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
    gap: 1px;
    width: auto;
    max-height: calc(100dvh - 74px);
    padding: 14px 20px 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-width: 0 0 1px;
    border-radius: 0 0 8px 8px;
    background: rgba(20, 23, 17, 0.99);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
  }

  html:not(.js) .site-header {
    position: absolute;
    background: var(--charcoal);
  }

  html:not(.js) .hero__content {
    padding-top: 250px;
  }

  html:not(.js) .not-found {
    padding-top: 250px;
  }

  .site-header .button {
    width: auto;
    justify-self: end;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px 20px;
  }

  .js .site-header.is-nav-open .primary-nav {
    left: -20px;
    right: -20px;
  }

  .hero {
    min-height: 86svh;
  }

  .hero__content {
    padding: 130px 22px 38px;
  }

  h1 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .hero__lede {
    font-size: 1.06rem;
  }

  .proof-band__inner,
  .guest-reviews__inner,
  .booking-confidence__inner,
  .guide-booking-cta__inner,
  .booking-steps,
  .split,
  .split--reverse,
  .waterfall__grid,
  .highlight-grid,
  .stay-type-grid,
  .local-explore-grid,
  .guide-shell--intro,
  .guide-card-grid,
  .guide-season-grid,
  .guide-related-grid,
  .amenity-columns {
    grid-template-columns: 1fr;
  }

  .hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }

  .proof-band__inner,
  .section,
  .final-cta__content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .split,
  .split--reverse {
    gap: 34px;
  }

  .waterfall__image picture {
    min-height: 320px;
  }

  .waterfall-carousel__viewport {
    min-height: 360px;
  }

  .guide-hero {
    min-height: 78svh;
  }

  .guide-note {
    max-width: 620px;
  }

  .local-explore-card {
    min-height: auto;
  }

  .highlight {
    min-height: auto;
  }

  .highlight__number {
    margin-bottom: 28px;
  }

  .booking-steps span {
    margin-bottom: 18px;
  }

  .booking-confidence__inner > .button {
    justify-self: stretch;
  }

  .guest-reviews__copy p:not(.eyebrow),
  .guest-reviews__note,
  .guest-reviews__stats {
    max-width: none;
  }

  #reviews,
  #stay,
  #waterfall,
  #gallery,
  #night,
  #amenities,
  #faq {
    scroll-margin-top: 84px;
  }

  .review-carousel__viewport {
    min-height: 360px;
  }

  .review-slide {
    padding: 42px;
  }

  .review-slide blockquote p,
  .review-proof__title {
    font-size: 1.82rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-proof-grid,
  .photo-proof-grid--sleeping {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item--wide {
    grid-column: span 2;
  }

  .gallery-item--tall {
    grid-row: span 1;
  }

  .gallery-item--tall .gallery-button picture {
    aspect-ratio: 4 / 3;
  }

  .night-grid,
  .night-details {
    grid-template-columns: 1fr;
  }

  .night-card--feature .gallery-button picture {
    aspect-ratio: 4 / 3;
  }

  .night-stack .gallery-button picture {
    aspect-ratio: 4 / 3;
  }

  .banner-media picture {
    aspect-ratio: 4 / 3;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding-bottom: 48px;
  }

  .guest-reviews {
    scroll-margin-top: 84px;
  }

  #reviews,
  #stay,
  #waterfall,
  #gallery,
  #night,
  #amenities,
  #faq {
    scroll-margin-top: 84px;
  }

  .hero__content {
    padding-bottom: 52px;
  }

  .guide-hero {
    min-height: 82svh;
  }

  .guide-hero__content {
    padding-bottom: 68px;
  }

  .guide-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.6rem, 11vw, 3.35rem);
    line-height: 1.02;
  }

  .guide-hero .hero__lede {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .guide-hero .hero__actions {
    margin-bottom: 26px;
  }
}

@media (max-width: 700px) and (min-height: 560px) and (orientation: portrait) {
  html {
    scroll-padding-bottom: 92px;
  }

  :where(a, button, summary, [tabindex]) {
    scroll-margin-bottom: 92px;
  }

  .js .mobile-booking {
    display: flex;
  }

  .site-footer {
    padding-bottom: 104px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .brand__text {
    max-width: 126px;
  }

  .site-header .button {
    min-height: 40px;
    padding: 9px 11px;
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .js .site-header.is-nav-open .primary-nav {
    grid-template-columns: 1fr;
    left: -20px;
    right: -20px;
    padding-inline: 14px;
  }

  html:not(.js) .hero__content {
    padding-top: 330px;
  }

  html:not(.js) .not-found {
    padding-top: 330px;
  }

  h1 {
    font-size: 3.05rem;
  }

  .hero h1 {
    max-width: 9.5ch;
  }

  .hero__content {
    width: 100%;
    max-width: 390px;
    margin-left: 0;
    margin-right: auto;
  }

  .hero__facts dd {
    font-size: 0.94rem;
    line-height: 1.22;
  }

  h2 {
    font-size: 2.08rem;
  }

  .hero__actions,
  .final-cta__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .site-header .button {
    width: auto;
  }

  .hero__facts div {
    padding: 14px;
  }

  .gallery-grid,
  .night-grid,
  .night-secondary-grid,
  .sleep-list,
  .photo-proof-grid,
  .photo-proof-grid--sleeping {
    grid-template-columns: 1fr;
  }

  .gallery-item--wide {
    grid-column: span 1;
  }

  .gallery-item--wide .gallery-button picture {
    aspect-ratio: 4 / 3;
  }

  .section__heading--row {
    display: grid;
    align-items: start;
  }

  .waterfall__note,
  .highlight,
  .amenity-group,
  .night-details,
  .guide-card,
  .guide-season-grid article,
  .guide-related-link,
  .local-explore-card {
    padding: 24px;
  }

  .guide-card__media {
    margin: -24px -24px 2px;
  }

  .guide-actions {
    display: grid;
  }

  .waterfall-carousel__viewport {
    min-height: 262px;
  }

  .waterfall .section__heading {
    margin-bottom: 30px;
  }

  .waterfall-carousel__slide figcaption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    padding: 12px 14px;
    border: 1px solid rgba(248, 241, 231, 0.2);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(15, 18, 13, 0.68), rgba(15, 18, 13, 0.88));
  }

  .waterfall-carousel__slide.is-active {
    display: block;
  }

  .waterfall-carousel__slide picture {
    min-height: 0;
  }

  .waterfall-carousel__toolbar {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .waterfall-carousel__buttons {
    justify-content: flex-start;
  }

  .waterfall-carousel__dots {
    justify-content: center;
  }

  .review-carousel__viewport {
    min-height: 392px;
  }

  .review-slide {
    padding: 28px 24px;
  }

  .review-slide blockquote p,
  .review-proof__title {
    font-size: 1.42rem;
    line-height: 1.2;
  }

  .review-carousel__toolbar {
    display: grid;
    gap: 12px;
    padding: 12px;
  }

  .review-carousel__buttons {
    justify-content: space-between;
  }

  .review-carousel__dots {
    justify-content: center;
    gap: 9px;
  }

  .waterfall__note {
    padding: 22px 16px;
  }

  .waterfall__note h3 {
    margin-bottom: 8px;
  }

  .waterfall__note p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .faq-list summary {
    font-size: 1.14rem;
  }
}

@media (max-width: 360px) {
  .review-carousel__buttons,
  .review-carousel__dots {
    width: 100%;
    min-width: 0;
  }

  .review-carousel__dots {
    gap: 4px;
  }

  .review-carousel__dots button {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .waterfall-carousel__toolbar {
    display: grid;
    gap: 8px;
  }

  .waterfall-carousel__buttons {
    justify-content: space-between;
  }

  .waterfall-carousel__dots {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
