.hero-media {
  background-image:
    linear-gradient(105deg, rgba(246, 201, 130, 0.18), rgba(23, 28, 30, 0.38)),
    url("../assets/images/hero/hero-raystown.png");
  background-size: cover;
  background-position: 50% 46%;
  animation: hero-pan 20s ease-in-out infinite alternate;
  filter: saturate(0.92) contrast(0.97) brightness(1.06);
}

.hero-overlay {
  background:
    linear-gradient(105deg, rgba(16, 22, 24, 0.34) 0%, rgba(16, 22, 24, 0.34) 100%),
    linear-gradient(to bottom, rgba(28, 35, 32, 0.14) 0%, rgba(28, 35, 32, 0.14) 100%);
  z-index: 1;
}

.listing-hero-media {
  background-image: url("../assets/images/area/adobestock-630727823.jpeg");
  background-size: cover;
  background-position: center;
}

.listing-hero-overlay {
  background: linear-gradient(to bottom, rgba(18, 23, 24, 0.52), rgba(18, 23, 24, 0.52));
  z-index: 1;
}

.explore-hero .listing-hero-media {
  background-image:
    linear-gradient(115deg, rgba(36, 45, 41, 0.22), rgba(32, 24, 14, 0.14)),
    url("../assets/images/area/adobestock-630727823.jpeg");
  background-position: center;
}

.cabin-story-hero .listing-hero-media {
  background-image:
    linear-gradient(115deg, rgba(36, 45, 41, 0.38), rgba(22, 28, 26, 0.52)),
    url("../assets/images/cabins/the-apex-cover.png");
  background-position: center;
}

.cabin-story-hero .listing-hero-content .eyebrow {
  color: rgba(253, 250, 245, 0.92);
  margin-bottom: var(--space-2xs);
}

.apex-hero .listing-hero-media {
  background-image:
    linear-gradient(115deg, rgba(36, 45, 41, 0.38), rgba(22, 28, 26, 0.52)),
    url("../assets/images/cabins/the-apex-cover.png");
  background-position: center;
  background-size: cover;
}

.apex-hero .listing-hero-content .eyebrow {
  color: rgba(253, 250, 245, 0.92);
  margin-bottom: var(--space-2xs);
}

.anchor-hero .listing-hero-media {
  background-image:
    linear-gradient(115deg, rgba(36, 45, 41, 0.4), rgba(22, 28, 26, 0.55)),
    url("../assets/images/cabins/anchor-twenty-eight-cover.png");
  background-position: center;
  background-size: cover;
}

.anchor-hero .listing-hero-content .eyebrow {
  color: rgba(253, 250, 245, 0.92);
  margin-bottom: var(--space-2xs);
}

main > section.listing-meta-strip {
  padding-top: clamp(0.5rem, 1.2vw, 0.75rem);
  padding-bottom: clamp(0.5rem, 1.2vw, 0.75rem);
  background: #ebe7e0;
  border-bottom: 1px solid rgba(28, 35, 32, 0.1);
  text-align: left;
}

.cabin-detail-page main > section.listing-meta-strip:first-of-type {
  padding-top: 6rem;
}

@media (max-width: 767px) {
  .cabin-detail-page main > section.listing-meta-strip:first-of-type {
    padding-top: 5.5rem;
  }
}

.listing-meta-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
}

.listing-meta-counts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f3834;
}

.listing-meta-count-num {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-right: 0.15rem;
}

.listing-meta-count-sep {
  opacity: 0.45;
  font-weight: 400;
}

.listing-meta-amenities {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing-meta-amenities li {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(42, 64, 52, 0.22);
  background: rgba(253, 250, 245, 0.65);
  color: #304033;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .listing-meta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .listing-meta-amenities {
    justify-content: flex-start;
    width: 100%;
  }
}

.cabin-detail-page .detail-gallery {
  padding-top: 1.15rem;
}

.apex-intro {
  background: var(--color-bg);
  padding-block: var(--space-lg);
  text-align: center;
}

.apex-intro .section-inner {
  max-width: 52ch;
  margin-inline: auto;
}

.apex-intro p {
  margin: 0;
  color: #4a4f50;
  line-height: 1.55;
  font-size: clamp(1rem, 1.9vw, 1.12rem);
}

body.page-anchor .apex-intro p {
  font-size: clamp(0.92rem, 1.55vw, 1.02rem);
}

@media (min-width: 768px) {
  body.page-anchor .apex-intro .section-inner {
    max-width: min(74ch, 82vw);
  }

  body.page-anchor .apex-intro p {
    font-size: clamp(0.76rem, 0.95vw, 0.86rem);
    line-height: 1.38;
    text-wrap: balance;
  }
}

.apex-showcase {
  padding-block: var(--space-xl);
  background: var(--color-bg);
}

.apex-showcase:nth-of-type(even) {
  background: #f1ede6;
}

.apex-showcase-room {
  margin-bottom: var(--space-md);
  text-align: left;
  border-bottom: 1px solid rgba(28, 35, 32, 0.1);
  padding-bottom: var(--space-sm);
}

.apex-showcase-room h2 {
  margin-bottom: 0.25rem;
}

.apex-showcase-room p {
  margin: 0;
  font-size: 0.92rem;
  color: #5a5f5b;
  max-width: 60ch;
}

.apex-showcase-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .apex-showcase-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.apex-showcase figure {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--color-white);
}

/* Overrides figure reset so this block can center with margin-inline: auto. */
.apex-showcase figure.apex-showcase-feature {
  margin: var(--space-md) auto 0;
}

.apex-showcase img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Exterior hero image: same frame size as room carousels below, centered in the column. */
.apex-showcase-feature {
  display: block;
  width: min(1320px, 98%);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  max-height: min(72vw, 660px);
}

@media (min-width: 768px) {
  .apex-showcase-feature {
    width: min(1180px, 88%);
    max-height: min(56vw, 620px);
  }
}

@media (min-width: 1100px) {
  .apex-showcase-feature {
    width: min(1100px, 82%);
    max-height: 580px;
  }
}

.apex-showcase-feature img {
  display: block;
  width: 100%;
  height: min(72vw, 660px);
  aspect-ratio: unset;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 768px) {
  .apex-showcase-feature img {
    height: min(56vw, 620px);
  }
}

@media (min-width: 1100px) {
  .apex-showcase-feature img {
    height: 580px;
  }
}

.apex-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(0.2rem, 1.2vw, 0.65rem);
  row-gap: 0.75rem;
  position: relative;
  margin-top: var(--space-md);
  max-width: min(calc(1320px + 6.5rem), 98%);
  margin-inline: auto;
}

.apex-carousel-viewport {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border-radius: 0;
  background: #1a1f1e;
  box-shadow: var(--shadow-soft);
  touch-action: pan-y pinch-zoom;
  max-height: min(72vw, 660px);
}

.apex-carousel-btn--prev {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.apex-carousel-btn--next {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
}

.apex-carousel-dots {
  grid-column: 1 / -1;
  grid-row: 2;
}

@media (min-width: 768px) {
  .apex-carousel {
    max-width: min(calc(1180px + 6.5rem), 90%);
  }

  .apex-carousel-viewport {
    max-height: min(56vw, 620px);
  }
}

@media (min-width: 1100px) {
  .apex-carousel {
    max-width: min(calc(1100px + 6.5rem), 84%);
  }

  .apex-carousel-viewport {
    max-height: 580px;
  }
}

.apex-carousel-track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.45s ease;
  will-change: transform;
}

.apex-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.apex-carousel-figure {
  margin: 0;
}

.apex-carousel-slide img,
.apex-carousel-slide picture img {
  display: block;
  width: 100%;
  height: min(72vw, 660px);
  object-fit: cover;
}

@media (min-width: 768px) {
  .apex-carousel-slide img,
  .apex-carousel-slide picture img {
    height: min(56vw, 620px);
  }
}

@media (min-width: 1100px) {
  .apex-carousel-slide img,
  .apex-carousel-slide picture img {
    height: 580px;
  }
}

.apex-carousel-btn {
  position: relative;
  z-index: 2;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 48, 46, 0.35);
  background: rgba(253, 252, 249, 0.96);
  color: #1f2422;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(28, 35, 32, 0.12);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.apex-carousel-btn:hover {
  background: #fff;
  border-color: rgba(42, 64, 52, 0.45);
  box-shadow: 0 2px 8px rgba(28, 35, 32, 0.14);
}

.apex-carousel-btn:focus-visible {
  outline: 2px solid #2a4034;
  outline-offset: 2px;
}

.apex-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0;
}

.apex-carousel-dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(42, 48, 46, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.apex-carousel-dot.is-active {
  background: #2a4034;
  transform: scale(1.35);
}

.apex-carousel-dot:focus-visible {
  outline: 2px solid #2a4034;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .apex-carousel-track {
    transition: none;
  }
}

/* --- The Apex: tabbed property gallery + lightbox --- */
body.apex-lightbox-open {
  overflow: hidden;
}

.apex-property-gallery {
  padding-block: var(--space-2xl);
  background: #1b2024;
  color: #f7f5f2;
  text-align: left;
}

.apex-property-gallery .apex-property-gallery-inner {
  width: min(1320px, 94%);
  margin-inline: auto;
}

.apex-property-gallery-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.apex-property-gallery-heading {
  max-width: 36ch;
}

.apex-property-gallery-eyebrow {
  margin: 0 0 0.35rem;
  font-family: "Raleway", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 245, 242, 0.55);
}

.apex-property-gallery-heading h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 400;
  line-height: 1.12;
  color: #fff;
}

.apex-gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
  max-width: 100%;
}

@media (max-width: 720px) {
  .apex-gallery-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
    margin-inline: calc(-1 * max(0px, (100vw - 94vw) / 2 - 3vw));
    padding-inline: max(3vw, (100vw - 94vw) / 2);
    scroll-padding-inline: 3vw;
  }
}

.apex-gallery-tab {
  font-family: "Raleway", system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 245, 242, 0.82);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 0.5rem 0.72rem;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.apex-gallery-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.apex-gallery-tab.is-active {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.apex-gallery-tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.apex-gallery-panel {
  text-align: left;
}

.apex-gallery-mosaic {
  min-height: 2rem;
}

.apex-gallery-mosaic-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.apex-gallery-mosaic-inner {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}

.apex-gallery-tile--hero {
  min-height: clamp(200px, 42vw, 360px);
}

.apex-gallery-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  min-height: 0;
}

.apex-gallery-subgrid:empty {
  display: none;
}

.apex-gallery-mosaic-inner--solo .apex-gallery-tile--hero {
  min-height: clamp(220px, 48vw, 520px);
  max-height: min(70vh, 640px);
}

.apex-gallery-row-full {
  width: 100%;
}

.apex-gallery-row-full .apex-gallery-tile {
  width: 100%;
}

.apex-gallery-row-full .apex-gallery-tile img {
  width: 100%;
  min-height: clamp(132px, 18vw, 220px);
  max-height: min(28vh, 280px);
  object-fit: cover;
}

@media (min-width: 720px) {
  .apex-gallery-mosaic-inner:not(.apex-gallery-mosaic-inner--solo) {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(140px, 22vw) minmax(140px, 22vw);
    max-height: min(640px, 72vh);
  }

  .apex-gallery-mosaic-inner:not(.apex-gallery-mosaic-inner--solo) .apex-gallery-tile--hero {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 0;
    height: 100%;
    max-height: none;
  }

  .apex-gallery-mosaic-inner:not(.apex-gallery-mosaic-inner--solo) .apex-gallery-subgrid {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .apex-gallery-mosaic-inner:not(.apex-gallery-mosaic-inner--solo) .apex-gallery-subgrid .apex-gallery-tile {
    min-height: 0;
    height: 100%;
  }

  .apex-gallery-row-full .apex-gallery-tile img {
    max-height: min(24vh, 260px);
  }
}

.apex-gallery-tile {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #2a3138;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 1px;
}

.apex-gallery-tile:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.apex-gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}

.apex-gallery-mosaic-inner--solo .apex-gallery-tile--hero img {
  max-height: min(70vh, 640px);
  min-height: clamp(200px, 45vw, 520px);
}

.apex-gallery-empty {
  margin: 0;
  padding: 2.5rem 1rem;
  text-align: center;
  color: rgba(247, 245, 242, 0.6);
  font-size: 0.95rem;
}

.apex-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: clamp(0.5rem, 2vw, 1.25rem);
}

.apex-lightbox[hidden] {
  display: none !important;
}

.apex-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 8, 10, 0.9);
  cursor: pointer;
}

.apex-lightbox-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: min(96vw, 1320px);
  max-height: 92vh;
  padding-top: 2.75rem;
}

.apex-lightbox-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-height: min(52vh, 560px);
}

.apex-lightbox-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 clamp(2.75rem, 8vw, 3.5rem);
}

.apex-lightbox-img {
  max-width: 100%;
  max-height: min(58vh, 720px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
}

.apex-lightbox-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.35rem 0 0.15rem;
  width: 100%;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.apex-lightbox-thumbs[hidden] {
  display: none !important;
}

.apex-lightbox-thumb {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  background: rgba(30, 35, 38, 0.95);
  cursor: pointer;
  overflow: hidden;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.apex-lightbox-thumb:hover {
  opacity: 1;
}

.apex-lightbox-thumb.is-active {
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.apex-lightbox-thumb:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.apex-lightbox-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apex-lightbox-close,
.apex-lightbox-prev,
.apex-lightbox-next {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(30, 35, 38, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.apex-lightbox-close:hover,
.apex-lightbox-prev:hover,
.apex-lightbox-next:hover {
  background: rgba(48, 54, 58, 0.95);
  border-color: rgba(255, 255, 255, 0.45);
}

.apex-lightbox-close:focus-visible,
.apex-lightbox-prev:focus-visible,
.apex-lightbox-next:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.apex-lightbox-close {
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0;
}

.apex-lightbox-prev,
.apex-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
}

.apex-lightbox-prev {
  left: 0;
}

.apex-lightbox-next {
  right: 0;
}

@media (max-width: 520px) {
  .apex-lightbox-main {
    padding: 0 clamp(2.25rem, 6vw, 2.75rem);
  }

  .apex-lightbox-prev,
  .apex-lightbox-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .apex-lightbox-thumb {
    width: 3.75rem;
    height: 2.5rem;
  }
}

.apex-book {
  position: relative;
  isolation: isolate;
  background-color: #1a2220;
  background-image:
    linear-gradient(to bottom, rgba(14, 17, 18, 0.55), rgba(14, 17, 18, 0.75)),
    url("../assets/images/area/adobestock-431233609.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-white);
  padding-block: var(--space-2xl);
  text-align: center;
}

.apex-book-inner {
  max-width: min(62ch, 94vw);
  margin-inline: auto;
}

.apex-book-inner h2 {
  color: var(--color-white);
  margin-bottom: var(--space-sm);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  body.page-apex .apex-book-inner h2,
  body.page-anchor .apex-book-inner h2 {
    white-space: nowrap;
  }
}

.apex-book-inner p {
  margin: 0 0 var(--space-md);
  color: rgba(253, 250, 245, 0.88);
  max-width: none;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

@media (min-width: 480px) {
  body.page-apex .apex-book-inner > p,
  body.page-anchor .apex-book-inner > p {
    white-space: nowrap;
  }
}

.apex-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  justify-content: center;
}

/* Tiny home tour pages (Apex, Anchor Twenty Eight): center main copy (header/footer unchanged). */
body.page-apex main,
body.page-anchor main {
  text-align: center;
}

body.page-apex .listing-hero.apex-hero,
body.page-anchor .listing-hero.anchor-hero {
  min-height: clamp(520px, 68vh, 760px);
  place-items: end center;
}

body.page-apex .listing-hero-content,
body.page-anchor .listing-hero-content {
  text-align: center;
  width: min(740px, 92%);
  margin-inline: auto;
}

body.page-apex .listing-hero-book,
body.page-anchor .listing-hero-book {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: clamp(0.85rem, 2.8vw, 1.35rem) auto 0;
}

body.page-apex .listing-hero-book .btn-primary,
body.page-anchor .listing-hero-book .btn-primary {
  width: min(100%, 20rem);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
  body.page-apex .listing-hero.apex-hero,
  body.page-anchor .listing-hero.anchor-hero {
    min-height: 58vh;
  }
}

body.page-apex .apex-showcase-room,
body.page-anchor .apex-showcase-room {
  text-align: center;
}

body.page-apex .apex-showcase-room p,
body.page-anchor .apex-showcase-room p {
  margin-inline: auto;
}

body.page-apex .listing-meta-strip-inner,
body.page-anchor .listing-meta-strip-inner {
  justify-content: center;
  align-items: center;
}

body.page-apex main > section.listing-meta-strip,
body.page-anchor main > section.listing-meta-strip {
  text-align: center;
}

body.page-apex .listing-meta-counts,
body.page-anchor .listing-meta-counts {
  justify-content: center;
}

.cabin-detail-page .listing-meta-strip-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.cabin-detail-page .listing-meta-book-btn {
  flex-shrink: 0;
}

body.page-apex .apex-showcase-room h2,
body.page-anchor .apex-showcase-room h2 {
  margin-bottom: 0.4rem;
}

body.page-apex .apex-book-actions,
body.page-anchor .apex-book-actions {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

body.page-apex .apex-book-actions .btn-primary,
body.page-anchor .apex-book-actions .btn-primary,
body.page-apex .apex-book-actions .btn-secondary,
body.page-anchor .apex-book-actions .btn-secondary {
  width: min(100%, 20rem);
  justify-content: center;
}

body.cabin-detail-page main {
  text-align: center;
}

body.cabin-detail-page .cabin-info ul {
  list-style-position: inside;
  padding-left: 0;
  max-width: 52ch;
  margin-inline: auto;
}

.cabin-story {
  background: var(--color-bg);
  padding-block: var(--space-2xl);
}

.cabin-story-inner {
  max-width: 68ch;
}

.cabin-story-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
  margin-bottom: var(--space-lg);
  color: var(--color-text);
}

.cabin-story-inner h2 {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
  text-align: left;
}

.cabin-story-inner > p,
.cabin-story-inner li {
  color: #4a4f50;
  line-height: 1.55;
}

.cabin-story-inner ul {
  margin: 0 0 var(--space-md) 1.15rem;
  padding: 0;
}

.cabin-story-amenity-list li {
  margin-bottom: var(--space-sm);
}

.cabin-story-closing {
  margin-top: var(--space-xl);
}

.cabin-story-closing a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.cabin-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.explore-intro {
  padding-bottom: var(--space-lg);
}

.explore-intro .section-inner {
  max-width: 74ch;
  text-align: center;
}

.explore-intro h2 {
  text-align: center;
  margin: 0 0 clamp(1.1rem, 2.8vw, 1.85rem);
}

.explore-intro p + p {
  margin-top: clamp(1.35rem, 3.5vw, 2.25rem);
}

.explore-categories {
  padding-top: var(--space-lg);
  background: #ffffff;
}

.explore-categories .section-inner {
  max-width: 1120px;
}

.explore-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.5rem;
}

.explore-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
}

.explore-feature-item > div {
  display: grid;
  gap: 0.4rem;
  width: 100%;
  max-width: 36ch;
}

.explore-feature-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}

.explore-feature-icon svg {
  width: 100%;
  height: 100%;
  stroke: #B59773;
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.explore-feature-item h3 {
  margin-bottom: 0;
  font-size: clamp(1.08rem, 2.3vw, 1.55rem);
  line-height: 1.18;
  text-align: center;
}

.explore-feature-item p {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #5A5E5F;
  max-width: 34ch;
  margin-inline: auto;
  text-align: center;
}

.explore-embed .section-inner > p {
  max-width: none;
  width: 100%;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
  display: flex;
  justify-content: center;
}

.nearby-areas-cta {
  background: #f6f4f1;
}

.nearby-areas-cta-inner {
  max-width: 74ch;
  margin-inline: auto;
  text-align: center;
}

.nearby-areas-cta-inner h2 {
  margin-bottom: var(--space-sm);
}

.nearby-areas-cta-inner p {
  margin-inline: auto;
}

.nearby-areas-cta-inner .btn {
  margin-top: var(--space-sm);
}

.nearby-areas-page .nearby-hero {
  min-height: clamp(420px, 56vh, 620px);
}

.nearby-areas-page .nearby-hero .listing-hero-media {
  background-image:
    linear-gradient(115deg, rgba(36, 45, 41, 0.42), rgba(22, 28, 26, 0.56)),
    url("../assets/images/area/adobestock-630727823.jpeg");
  background-position: center;
}

.nearby-areas-page .nearby-intro .section-inner {
  max-width: 78ch;
  text-align: center;
  margin-inline: auto;
}

.nearby-areas-page .nearby-intro h2,
.nearby-areas-page .nearby-intro p {
  text-align: center;
  margin-inline: auto;
}

.nearby-areas-page .nearby-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: 1fr;
}

.nearby-areas-page .nearby-grid-section {
  background: #ffffff;
}

.nearby-areas-page .nearby-card {
  background: #fff;
  border: 1px solid rgba(28, 35, 32, 0.1);
  box-shadow: var(--shadow-soft);
  text-align: left;
  overflow: hidden;
}

.nearby-areas-page .nearby-card h3 {
  margin-bottom: 0.4rem;
  text-align: left;
}

.nearby-areas-page .nearby-card-frame {
  margin: 0;
  width: 100%;
  height: 168px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: #ece8e2;
}

.nearby-areas-page .nearby-card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nearby-areas-page .nearby-card--pittsburgh .nearby-card-frame img {
  object-position: 50% 68%;
}

.nearby-areas-page .nearby-card--virginia .nearby-card-frame img {
  object-position: 50% 64%;
}

.nearby-areas-page .nearby-card-content {
  padding: clamp(1.05rem, 2.1vw, 1.35rem);
  text-align: left;
}

.nearby-areas-page .nearby-card-content p,
.nearby-areas-page .nearby-card-content li,
.nearby-areas-page .nearby-card-content ul {
  text-align: left;
}

.nearby-areas-page .nearby-card .nearby-time {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #5b605f;
}

.nearby-areas-page .nearby-card ul {
  margin: 0.35rem 0 0;
  padding-left: 1.05rem;
}

.nearby-areas-page .nearby-card li + li {
  margin-top: 0.3rem;
}

.nearby-areas-page .nearby-cta-band {
  background: #f6f4f1;
}

.nearby-areas-page .nearby-cta-band .section-inner {
  text-align: center;
}

@media (min-width: 768px) {
  .nearby-areas-page .nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nearby-areas-page .nearby-card-frame {
    height: 152px;
  }
}

.canva-embed-shell {
  position: relative;
  width: 100%;
  min-height: min(82vh, 980px);
  height: calc(100vh - 9rem);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(63, 69, 81, 0.16);
  border: var(--border-subtle);
  background: var(--color-white);
}

.canva-embed-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.canva-embed-credit {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .canva-embed-shell {
    min-height: 72vh;
    height: 72vh;
  }

  .btn-book {
    min-height: 44px;
    padding: 0.65rem 0.95rem;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .amenity-copy {
    max-width: 34ch;
  }
}

@keyframes hero-pan {
  0% {
    transform: scale(1.04) translateY(0);
  }
  100% {
    transform: scale(1.09) translateY(-0.8%);
  }
}

.nav-links-desktop {
  display: none;
}

.nav-toggle {
  color: var(--color-white);
  border: 0;
  border-radius: 0;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
}

.hamburger-lines {
  width: 14px;
  height: 9px;
  position: relative;
  display: inline-block;
}

.hamburger-lines::before,
.hamburger-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(253, 250, 245, 0.85);
}

.hamburger-lines::before {
  top: 1px;
}

.hamburger-lines::after {
  bottom: 1px;
}

.site-logo,
.site-header a {
  color: var(--color-white);
}

.site-logo .logo-icon {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(28, 35, 32, 0.97);
  display: grid;
  place-items: center;
  z-index: 850;
}

.mobile-menu-close {
  position: absolute;
  top: clamp(0.85rem, 3.5vw, 1.35rem);
  left: clamp(0.85rem, 3.5vw, 1.35rem);
  z-index: 860;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(253, 250, 245, 0.28);
  border-radius: 999px;
  background: rgba(253, 250, 245, 0.08);
  color: #fdfaf5;
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-close:hover {
  background: rgba(253, 250, 245, 0.14);
  border-color: rgba(253, 250, 245, 0.45);
}

.mobile-menu-close:focus-visible {
  outline: 2px solid #fdfaf5;
  outline-offset: 3px;
}

.mobile-menu[hidden] {
  display: none !important;
}

.nav-links-mobile {
  display: grid;
  gap: var(--space-lg);
  text-align: center;
  font-size: 1.4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.65rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: none;
}

.btn:focus-visible {
  outline: 2px solid var(--btn-solid-text);
  outline-offset: 3px;
}

.btn-primary,
.btn-secondary {
  background: var(--btn-solid-bg);
  color: var(--btn-solid-text);
  border-color: transparent;
  box-shadow: none;
}

.btn-primary:hover,
.btn-secondary:hover {
  background: var(--btn-solid-hover);
  color: var(--btn-solid-text);
}

a.btn-primary:visited,
a.btn-secondary:visited {
  color: var(--btn-solid-text);
}

.btn-availability {
  min-height: 52px;
  padding: 0.95rem 1.85rem;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}

.btn-book {
  margin-left: auto;
  background: var(--btn-solid-bg);
  color: var(--btn-solid-text);
  border-color: transparent;
  padding: 0.82rem 1.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  box-shadow: none;
}

.btn-book:hover {
  background: var(--btn-solid-hover);
  color: var(--btn-solid-text);
}

a.btn-book:visited {
  color: var(--btn-solid-text);
}

.site-header.scrolled .site-logo .logo-full {
  display: block;
  width: clamp(118px, 24vw, 240px);
}

.site-header.scrolled .site-logo .logo-icon {
  display: none;
  width: 0;
  height: 0;
  object-fit: contain;
}

@media (max-width: 767px) {
  .site-header.scrolled .site-logo .logo-full {
    width: clamp(128px, 44vw, 200px);
  }
}

.site-header.scrolled .btn-book {
  min-height: 44px;
  padding: 0.82rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  background: var(--btn-solid-bg);
  color: var(--btn-solid-text);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.site-header.scrolled .btn-book:hover {
  background: var(--btn-solid-hover);
  color: var(--btn-solid-text);
}

.site-header.scrolled .nav-links-desktop {
  display: flex;
}

#lodgify-search-widget {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

.hero-booking-strip-inner {
  width: min(var(--container-max), 94%);
  margin-inline: auto;
}

.hero-booking-form {
  margin: 0;
}

.hero-booking-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.42rem 0.55rem;
  max-width: 980px;
  margin-inline: auto;
  border-radius: var(--radius-md);
  background: var(--hero-booking-bar-bg);
  border: 0;
  box-shadow: 0 2px 10px rgba(28, 35, 32, 0.06);
}

.hero-booking-field {
  flex: 1 1 128px;
  min-width: 0;
  display: grid;
  gap: 0.18rem;
  padding: 0.42rem 0.55rem;
  background: var(--hero-booking-field-bg);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(28, 35, 32, 0.08);
}

.hero-booking-field--guests {
  flex: 1.15 1 160px;
}

.hero-booking-label {
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a5f5b;
}

.hero-booking-input {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.12rem 0;
  border: 0;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--color-dark);
}

.hero-booking-input[type="date"] {
  color-scheme: light;
  min-height: 1.5rem;
}

select.hero-booking-input {
  padding-right: 1.25rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235a5f5b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
}

.hero-booking-submit {
  flex: 1 1 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  margin: 0;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--hero-booking-cta-bg);
  color: var(--hero-booking-cta-text);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.hero-booking-submit:hover {
  background: var(--hero-booking-cta-hover);
}

.hero-booking-submit:focus-visible {
  outline: 2px solid var(--hero-booking-cta-text);
  outline-offset: 2px;
}

@media (max-width: 599px) {
  .hero-booking-bar {
    flex-direction: column;
    padding: 0.55rem;
  }

  .hero-booking-field,
  .hero-booking-field--guests {
    flex: 1 1 auto;
  }

  .hero-booking-submit {
    width: 100%;
    min-height: 46px;
  }
}

.intro-image {
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.intro-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: min(52vw, 420px);
  object-fit: cover;
}

.services-showcase {
  padding-block: 0;
  background: #F4F1EC;
}

.services-quote-band {
  padding: clamp(3rem, 7vw, 5.2rem) 0;
  text-align: center;
  border-bottom: 1px solid rgba(34, 37, 38, 0.08);
}

.services-quote-icon {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.services-quote-icon img {
  width: clamp(3.25rem, 8vw, 4.5rem);
  height: auto;
  display: block;
}

.services-quote-copy {
  max-width: 64ch;
  margin-inline: auto;
  margin-block: 0;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  color: #4A4F50;
}

.services-split {
  display: grid;
}

.services-panel {
  background: #1F2122;
  color: var(--color-white);
  padding: clamp(1.8rem, 6vw, 4rem);
  display: grid;
  align-content: center;
  gap: 0.9rem;
}

.services-panel h2 {
  color: var(--color-white);
  margin-bottom: 0.2rem;
  text-align: left;
}

.services-panel p {
  color: rgba(253, 250, 245, 0.86);
  max-width: 48ch;
}

.services-meta {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.services-link {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
  border-bottom: 1px solid rgba(253, 250, 245, 0.5);
  width: fit-content;
  padding-bottom: 0.14rem;
}

.services-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.cabin-card {
  background: var(--surface-teal-glass);
  border: 1px solid var(--border-teal-glass);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(22, 46, 49, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.cabin-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 44px rgba(22, 46, 49, 0.14);
}

.cabin-media {
  position: relative;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 16 / 11;
  max-height: min(42svh, 320px);
  overflow: hidden;
}

@media (min-width: 480px) {
  .cabin-media {
    max-height: min(44svh, 380px);
  }
}

@media (min-width: 768px) {
  .cabin-media {
    max-height: min(46svh, 440px);
  }
}

@media (min-width: 1024px) {
  .cabin-media {
    max-height: min(48svh, 480px);
  }
}

.cabin-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 450ms ease;
}

.cabin-card:hover img {
  transform: scale(1.06);
}

.guest-count-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.32rem 0.58rem;
  border-radius: var(--radius-pill);
  background: rgba(28, 35, 32, 0.75);
  color: var(--color-white);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(253, 250, 245, 0.25);
}

.cabin-card-body {
  padding: var(--space-md);
  display: grid;
  gap: var(--space-sm);
  text-align: center;
  justify-items: center;
}

.cabin-card-body .amenity-pills {
  justify-content: center;
  width: 100%;
}

.amenity-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.amenity-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.58rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(28, 35, 32, 0.16);
  background: rgba(107, 140, 110, 0.08);
  color: #304033;
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.amenity-item {
  min-width: 0;
  text-align: center;
  padding: 0.6rem 0.85rem;
  border: 0;
  border-radius: 0;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.amenity-icon {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 0;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.2rem;
}

.amenity-icon svg {
  width: 100%;
  height: 100%;
  stroke: #B59773;
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amenity-title {
  font-size: clamp(1.22rem, 2vw, 1.92rem);
  line-height: 1.2;
  font-weight: 400;
  color: #2A2D2E;
  margin-bottom: 0.25rem;
}

.amenity-copy {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555A5B;
  max-width: 29ch;
}

.guest-groups {
  background: #F4F1EC;
}

.guest-groups-inner {
  text-align: center;
  display: grid;
  gap: var(--space-md);
}

.guest-groups h2 {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2A2D2E;
  margin-bottom: 0.35rem;
}

@media (max-width: 767px) {
  /* Smaller type so the headline fits on two lines on phones */
  .guest-groups h2 {
    font-size: clamp(1.32rem, 3.5vw, 1.75rem);
    line-height: 1.15;
  }
}

.guest-groups-subtitle {
  max-width: 58ch;
  margin-inline: auto;
  font-family: var(--font-label);
  font-size: clamp(0.65rem, 1vw, 0.78rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6A6F70;
  line-height: 1.65;
}

.guest-groups-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-top: var(--space-md);
}

.guest-group-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 28px rgba(28, 35, 32, 0.12);
}

.guest-group-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

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

.guest-group-bar {
  background: #1F1812;
  color: #FDFAF5;
  padding: 1rem 0.85rem 1.1rem;
  text-align: center;
}

.guest-group-label {
  font-family: var(--font-label);
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FDFAF5;
  margin: 0 0 0.35rem;
}

.guest-group-note {
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  color: rgba(253, 250, 245, 0.78);
  margin: 0;
  max-width: none;
}

@media (min-width: 1200px) {
  .guest-groups-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.explore-media img {
  width: 100%;
  height: clamp(250px, 36vw, 420px);
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.95);
}

.explore-content h2,
.explore-content p {
  color: inherit;
}

.explore-content h2 {
  text-align: left;
}

.explore-content .btn {
  margin-top: 1.15rem;
}

.testimonials-inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.testimonials-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem 2rem;
}

.testimonials-head-text {
  max-width: min(42rem, 100%);
}

.testimonials-title {
  text-align: left;
  margin-bottom: 0.55rem;
}

.testimonials-title-rule {
  display: block;
  width: 3rem;
  height: 0.28rem;
  background: var(--color-tan-highlight);
  margin-bottom: 0.85rem;
}

.testimonials-sub {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.55;
  color: #4A4E50;
  text-align: left;
}

.testimonials-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.testimonials-arrow {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #1C2320;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.testimonials-arrow:hover {
  background: rgba(28, 35, 32, 0.06);
}

.testimonials-arrow:focus-visible {
  outline: 2px solid rgba(28, 35, 32, 0.35);
  outline-offset: 2px;
}

.testimonials-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

@media (min-width: 768px) {
  .testimonials-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.review-card {
  display: none;
  position: relative;
  background: var(--surface-quote-blue);
  border: 1px solid var(--border-quote-blue);
  border-radius: var(--radius-md);
  padding: clamp(1.75rem, 3vw, 2.35rem) clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.35rem, 2.2vw, 1.65rem);
  min-height: clamp(220px, 32vw, 280px);
  box-shadow: 0 2px 14px rgba(55, 95, 120, 0.1);
}

.review-card--visible {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0;
}

.review-card-quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 4.5rem);
  line-height: 0.85;
  color: rgba(45, 75, 98, 0.22);
  margin-bottom: 0.15rem;
}

.review-card blockquote {
  margin: 0;
  padding: 0 0.15rem 1.25rem;
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  color: #2A2D2E;
  text-align: left;
}

.review-card-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 0.25rem;
}

.review-card-avatar {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2A2D2E;
  background: linear-gradient(145deg, #E8E4DE, #D9D4CC);
  border: 1px solid rgba(28, 35, 32, 0.08);
}

.review-card-byline {
  display: grid;
  gap: 0.15rem;
  text-align: left;
}

.review-card-name {
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  font-style: normal;
  color: #1C2320;
}

.review-card-loc {
  margin: 0;
  max-width: none;
  font-size: 0.82rem;
  font-weight: 300;
  color: #6A6F70;
}

.final-cta {
  background-image:
    linear-gradient(120deg, rgba(206, 226, 216, 0.12), rgba(206, 226, 216, 0.08)),
    linear-gradient(150deg, rgba(10, 34, 42, 0.72) 0%, rgba(11, 41, 48, 0.76) 55%, rgba(8, 30, 36, 0.8) 100%),
    url("../Topographic%20Map-05.png");
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-blend-mode: screen, multiply, normal;
}

.final-cta h2 {
  color: var(--color-white);
  margin-bottom: var(--space-md);
}

.final-cta-mark {
  width: clamp(14px, 2.2vw, 22px);
  height: auto;
  opacity: 0.92;
  margin: 0 auto 0.45rem;
}

.memory-collage-btn {
  border-color: transparent;
  color: #ffffff;
  background: #8fbfd3;
}

.memory-collage-btn:hover {
  background: #7fb2c8;
  color: #ffffff;
  border-color: transparent;
}

.instagram-feed {
  background: #F6F4F1;
}

.instagram-feed .section-inner {
  display: grid;
  gap: var(--space-md);
}

.instagram-feed h2 {
  text-align: center;
}

.instagram-feed-copy {
  text-align: center;
  max-width: 66ch;
  margin-inline: auto;
  color: #505556;
}

.instagram-accordion {
  display: flex;
  gap: 0.65rem;
  width: 100%;
}

.instagram-frame {
  position: relative;
  flex: 1 1 0;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  overflow: hidden;
  transition: flex 280ms ease, transform 220ms ease;
}

.instagram-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94);
}

.instagram-frame:hover,
.instagram-frame:focus-visible {
  flex: 1.8 1 0;
  transform: translateY(-2px);
}

.instagram-feed .instagram-media {
  margin-top: 0.75rem;
}

@media (max-width: 1023px) {
  .instagram-accordion {
    flex-wrap: wrap;
  }

  .instagram-frame {
    flex: 1 1 calc(50% - 0.65rem);
  }
}

@media (max-width: 767px) {
  .instagram-accordion {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.25rem;
  }

  .instagram-frame {
    min-width: 45%;
    scroll-snap-align: start;
  }
}

.site-footer .footer-nav-layout {
  display: grid;
  gap: clamp(1.2rem, 2.2vw, 2rem);
  align-items: start;
}

.footer-brand-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
}

.footer-brand {
  line-height: 0;
  width: fit-content;
}

.footer-brand img {
  width: clamp(96px, 16vw, 140px);
  height: auto;
}

.footer-social-icons {
  display: flex;
  gap: 0.72rem;
  align-items: center;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  color: #FDFAF5;
}

.footer-social-icons a:hover {
  background: rgba(253, 250, 245, 0.08);
}

.footer-social-svg {
  width: 1.58rem;
  height: 1.58rem;
  flex-shrink: 0;
  vector-effect: non-scaling-stroke;
}

.footer-nav-group {
  display: grid;
  gap: 0.42rem;
}

.footer-nav-title {
  font-family: var(--font-label);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  color: rgba(253, 250, 245, 0.92);
  margin-bottom: 0.12rem;
}

.footer-nav-group a {
  color: rgba(253, 250, 245, 0.9);
  font-size: 0.9rem;
  line-height: 1.35;
}

.footer-book-btn {
  align-self: start;
  justify-self: start;
  margin-left: 0;
}

.footer-legal-bar {
  border-top: 1px solid rgba(253, 250, 245, 0.14);
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
  padding-top: clamp(1rem, 2vw, 1.35rem);
}

.footer-legal-bar-inner {
  width: min(var(--container-max), 92%);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.footer-copyright {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(253, 250, 245, 0.72);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}

.footer-legal-links a {
  color: rgba(253, 250, 245, 0.9);
  font-size: 0.8rem;
  font-weight: 500;
}

.footer-legal-links a:hover {
  color: #fdfaf5;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.footer-legal-sep {
  color: rgba(253, 250, 245, 0.45);
  user-select: none;
}

@media (max-width: 599px) {
  .footer-legal-bar-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.legal-page {
  background: var(--color-bg);
}

.legal-prose {
  max-width: 68ch;
  margin-inline: auto;
  padding-bottom: var(--space-2xl);
}

.legal-prose h2 {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
  color: var(--color-dark);
}

.legal-prose h2:first-of-type {
  margin-top: 0;
}

.legal-prose p {
  margin: 0 0 var(--space-md);
  color: var(--color-text);
  line-height: 1.65;
}

.legal-prose a {
  color: #2a4034;
  font-weight: 500;
  text-underline-offset: 0.15em;
}

.legal-prose a:hover {
  text-decoration: underline;
}

.legal-prose-meta {
  margin: var(--space-lg) 0 0;
  font-size: 0.88rem;
  color: rgba(46, 46, 43, 0.72);
}

@media (max-width: 767px) {
  .site-footer .footer-nav-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    column-gap: 0.55rem;
    row-gap: clamp(1.15rem, 3.5vw, 1.75rem);
    align-items: start;
    justify-items: center;
  }

  .footer-brand-stack {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .footer-book-btn {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    justify-content: center;
    align-self: center;
    padding-inline: 1rem;
    font-size: 0.78rem;
  }

  .footer-nav-layout > .footer-nav-group:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }

  .footer-nav-layout > .footer-nav-group:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }

  .footer-nav-layout > .footer-nav-group:nth-child(4) {
    grid-column: 3;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }

  .footer-nav-layout .footer-nav-group {
    min-width: 0;
    text-align: center;
  }

  .footer-nav-title {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }

  .footer-nav-group a {
    font-size: 0.78rem;
    line-height: 1.32;
  }
}

.contact-hero .listing-hero-media {
  background-image:
    linear-gradient(115deg, rgba(36, 45, 41, 0.26), rgba(32, 24, 14, 0.18)),
    url("../assets/images/area/adobestock-431233609.jpeg");
  background-position: center;
}

.contact-hero .listing-hero-content h1 {
  font-family: "Raleway", Arial, sans-serif;
}

.contact-direct {
  position: relative;
  isolation: isolate;
  background-color: #1a2422;
  background-image:
    linear-gradient(to bottom, rgba(12, 16, 18, 0.5), rgba(12, 16, 18, 0.68)),
    url("../assets/images/area/adobestock-630727823.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: var(--space-2xl);
}

.contact-direct .section-inner {
  display: grid;
  gap: var(--space-md);
  justify-items: center;
  position: relative;
  z-index: 1;
}

.contact-direct .contact-direct-card {
  width: min(100%, 40rem);
  margin-inline: auto;
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  text-align: center;
  background: rgba(18, 24, 23, 0.58);
  border: 1px solid rgba(253, 250, 245, 0.16);
  border-radius: var(--radius-md);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.28);
}

.contact-direct .contact-direct-card h2 {
  color: var(--color-white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.contact-direct .contact-direct-card p {
  color: rgba(253, 250, 245, 0.9);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  margin-inline: auto;
}

.contact-form-section {
  background: var(--contact-form-page-bg);
}

.contact-message-panel {
  background: var(--contact-form-panel-bg);
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
  box-shadow: 0 12px 40px rgba(0, 43, 36, 0.06);
}

.contact-message-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.contact-message-aside {
  text-align: left;
}

.contact-message-aside__title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 600;
  color: var(--contact-form-accent);
  line-height: 1.2;
  margin: 0 0 var(--space-sm);
  letter-spacing: 0.02em;
  text-align: left;
}

.contact-message-aside__lead {
  margin: 0 0 var(--space-lg);
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--contact-form-muted);
  max-width: 36ch;
}

.contact-message-aside__social-label {
  margin: 0 0 0.65rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--contact-form-accent);
}

.contact-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-social-row__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: var(--contact-form-accent);
  color: var(--contact-input-bg);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.contact-social-row__link:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.contact-social-row__link svg {
  width: 1.05rem;
  height: 1.05rem;
}

.contact-message-form-wrap {
  min-width: 0;
}

.contact-form--modern {
  display: grid;
  gap: clamp(1.15rem, 2.5vw, 1.5rem);
}

.contact-field-row--split {
  display: grid;
  gap: clamp(1rem, 2vw, 1.25rem);
}

.contact-field {
  display: grid;
  gap: 0.45rem;
}

.contact-form--modern label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--contact-form-accent);
}

.contact-form--modern input,
.contact-form--modern textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--contact-input-bg);
  color: var(--contact-form-accent);
  min-height: 48px;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  box-shadow: none;
  transition: box-shadow 0.15s ease;
}

.contact-form--modern textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.55;
}

.contact-form--modern input::placeholder,
.contact-form--modern textarea::placeholder {
  color: var(--contact-placeholder);
  opacity: 1;
}

.contact-form--modern input:focus-visible,
.contact-form--modern textarea:focus-visible {
  outline: 2px solid var(--contact-form-accent);
  outline-offset: 2px;
}

.contact-submit-btn {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: var(--contact-form-accent);
  color: var(--contact-input-bg);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.contact-submit-btn:hover {
  background: #003d32;
}

.contact-submit-btn:focus-visible {
  outline: 2px solid var(--contact-input-bg);
  outline-offset: 3px;
}

.faq-section--accordion {
  background: var(--faq-section-bg);
}

.faq-accordion-inner {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
  justify-items: start;
  padding-block: clamp(0.25rem, 1vw, 0.5rem);
}

.faq-accordion-heading {
  text-align: left;
  width: 100%;
}

.faq-accordion-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--faq-accordion-heading);
}

.faq-accordion-list {
  width: 100%;
  border-top: 1px solid var(--faq-accordion-border);
  border-bottom: 1px solid var(--faq-accordion-border);
}

.faq-accordion-item {
  border-bottom: 1px solid var(--faq-accordion-border);
}

.faq-accordion-item:last-child {
  border-bottom: 0;
}

.faq-accordion-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 0;
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--faq-accordion-question);
  list-style: none;
  cursor: pointer;
  transition: color 0.15s ease;
  text-align: left;
}

.faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.faq-accordion-item summary::marker {
  content: "";
}

.faq-accordion-item summary:hover {
  color: var(--faq-accordion-heading);
}

.faq-accordion-item summary:focus-visible {
  outline: 2px solid var(--contact-form-accent);
  outline-offset: 4px;
  border-radius: 2px;
}

.faq-accordion-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  color: var(--faq-accordion-heading);
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-accordion-item[open] summary::after {
  content: "\2212";
  font-size: 1.15rem;
  opacity: 0.9;
}

.faq-accordion-panel {
  padding: 0 2rem 1.15rem 0;
  text-align: left;
}

.faq-accordion-panel p {
  margin: 0;
  max-width: 52ch;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--contact-form-muted);
  text-align: left;
}

.faq-accordion-panel p + p {
  margin-top: 0.75rem;
}

.faq-accordion-panel ul {
  margin: 0;
  padding: 0 0 0 1.35rem;
  max-width: 52ch;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--contact-form-muted);
  list-style: disc;
  list-style-position: outside;
  text-align: left;
}

.faq-accordion-panel li + li {
  margin-top: 0.45rem;
}

@media (min-width: 768px) {
  .site-footer .footer-nav-layout {
    grid-template-columns: minmax(110px, 0.9fr) repeat(3, minmax(140px, 1fr)) auto;
    align-items: start;
  }

  .footer-book-btn {
    justify-self: end;
  }

  .contact-message-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }

  .contact-field-row--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-accordion-inner {
    grid-template-columns: minmax(0, 0.36fr) minmax(0, 1fr);
    column-gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
  }
}


/* --- Tiny home listing: at-a-glance (Apex + Anchor) — FAQ-style two-column card --- */
.property-glance {
  --pg-accent: #8fbfd3;
  --pg-card: #faf8f4;
  --pg-muted: #7a7a78;
  --pg-heading: #2e2e2b;
  font-family: "Raleway", system-ui, sans-serif;
  background: var(--color-bg);
  color: var(--pg-heading);
  text-align: left;
  padding: clamp(2.75rem, 7vw, 4.5rem) 0;
}

.property-glance-inner {
  width: min(1100px, 92%);
  margin-inline: auto;
}

.property-glance-header {
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.property-glance-eyebrow {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Raleway", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-accent);
}

.property-glance-header h2 {
  margin: 0;
  font-family: "Raleway", system-ui, sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 2.45rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--pg-heading);
}

.property-glance-card {
  background: var(--pg-card);
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.5rem, 4vw, 3rem);
  box-sizing: border-box;
}

.property-glance-accordion {
  display: grid;
  grid-template-columns: minmax(10.5rem, 30%) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

@media (max-width: 767px) {
  .property-glance-accordion {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.property-glance-nav__label {
  display: none;
}

.property-glance-tablist {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}

.property-glance-tab {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.6rem 1.15rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--pg-muted);
  font: inherit;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
}

.property-glance-tab:hover:not(.is-active) {
  color: var(--pg-heading);
}

.property-glance-tab:focus-visible {
  outline: 2px solid var(--pg-accent);
  outline-offset: 2px;
}

.property-glance-tab.is-active {
  background-color: #8fbfd3;
  color: #fff;
}

.property-glance-tab__icon {
  display: none;
}

.property-glance-tab__title {
  font-family: "Raleway", system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: inherit;
}

.property-glance-panels {
  min-height: 8rem;
}

.property-glance-panel {
  display: none;
  width: 100%;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
}

.property-glance-panel.is-active {
  display: block;
}

.property-glance-panel[hidden] {
  display: none !important;
}

.property-glance-panel__title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.35rem);
  font-family: "Raleway", system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.1rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pg-heading);
}

.property-glance-panel p {
  margin: 0;
  max-width: 42rem;
  font-family: "Raleway", system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 0.98rem);
  line-height: 1.75;
  color: var(--pg-muted);
  text-align: left;
}

.property-glance-panel ul {
  margin: 0;
  padding: 0;
  max-width: 42rem;
  font-family: "Raleway", system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 0.98rem);
  line-height: 1.75;
  color: var(--pg-muted);
  list-style: none;
  text-align: left;
}

.property-glance-panel li {
  text-align: left;
  padding: 0;
}

.property-glance-panel li + li {
  margin-top: 0.85rem;
  padding-top: 0;
  border-top: none;
}

.property-glance-panel[id$="-panel-space"],
.property-glance-panel[id$="-panel-experience"] {
  text-align: center;
}

.property-glance-panel[id$="-panel-space"] .property-glance-panel__title,
.property-glance-panel[id$="-panel-experience"] .property-glance-panel__title,
.property-glance-panel[id$="-panel-space"] p,
.property-glance-panel[id$="-panel-experience"] p,
.property-glance-panel[id$="-panel-space"] ul,
.property-glance-panel[id$="-panel-experience"] ul,
.property-glance-panel[id$="-panel-space"] li,
.property-glance-panel[id$="-panel-experience"] li {
  text-align: center;
  margin-inline: auto;
}

body.page-apex .property-glance,
body.page-anchor .property-glance {
  text-align: left;
}

.section-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.section-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top {
  position: fixed;
  right: max(0.75rem, env(safe-area-inset-right, 0px));
  bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
  z-index: 820;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(28, 35, 32, 0.22);
  border-radius: 999px;
  background: rgba(248, 246, 241, 0.98);
  color: #123a4a;
  box-shadow: 0 8px 24px rgba(22, 46, 49, 0.2);
  cursor: pointer;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #fdfaf5;
  box-shadow: 0 8px 26px rgba(22, 46, 49, 0.22);
}

.back-to-top:focus-visible {
  outline: 2px solid #2a4034;
  outline-offset: 3px;
}

.back-to-top-icon {
  display: block;
  position: relative;
  z-index: 2;
}

.back-to-top-progress {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  pointer-events: none;
}

.back-to-top-track,
.back-to-top-progress-stroke {
  fill: none;
  stroke-linecap: round;
}

.back-to-top-track {
  stroke: rgba(18, 58, 74, 0.2);
  stroke-width: 2.3;
}

.back-to-top-progress-stroke {
  stroke: #2b6f86;
  stroke-width: 2.5;
  transition: stroke-dashoffset 0.15s linear;
}

@media (max-width: 1023px) {
  .cabin-detail-page .back-to-top {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top,
  .back-to-top-progress-stroke {
    transition: none;
  }
}

body.menu-open .back-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

@media (min-width: 768px) {
  .site-nav {
    position: relative;
  }

  .nav-links-desktop {
    display: flex;
    align-items: center;
    gap: clamp(1.1rem, 2.4vw, 2rem);
    color: var(--color-white);
    font-size: clamp(0.88rem, 1.15vw, 1.02rem);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-toggle,
  .mobile-menu {
    display: none;
  }

  .site-header.scrolled .nav-toggle {
    display: none;
  }

  .intro-image {
    margin-top: -5rem;
  }

  .services-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: clamp(360px, 46vw, 520px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-links-desktop {
    gap: 1.2rem;
    font-size: 0.98rem;
    letter-spacing: 0.08em;
  }

  .btn-book {
    padding: 0.72rem 0.95rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 1023px) {
  .explore-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .explore-feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .explore-feature-item h3 {
    font-size: 1.22rem;
  }
}

