@font-face {
  font-family: "Libre Franklin";
  src: url("assets/fonts/librefranklin-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("assets/fonts/librefranklin-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("assets/fonts/librefranklin-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RT Stockdale";
  src: url("assets/fonts/RT%20Stockdale.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #080705;
  --ink: #fff8ed;
  --muted: rgba(255, 248, 237, 0.78);
  --line: rgba(255, 248, 237, 0.2);
  --gold: #d79b4b;
  --cinematic-grade: none;
  --fire-grade: none;
  --landscape-grade: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.62;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 1.18vw 14.35vw 0;
  background: transparent;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 2.83vw;
  margin-top: -0.67vw;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  gap: 1.3vw;
  margin-left: 9.65vw;
  margin-top: 0.25vw;
  font-size: 1.08vw;
  font-weight: 500;
}

.nav a {
  text-decoration: none;
  opacity: 0.86;
  letter-spacing: 0.075em;
}

.nav a:hover,
.nav a:focus-visible {
  opacity: 1;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--ink);
  padding: 8px 14px;
  font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.image-section,
.site-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg);
}

.image-section > img,
.site-footer > img {
  display: block;
  width: 100%;
  height: auto;
}

.section-copy {
  position: absolute;
  z-index: 3;
  color: var(--ink);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.66);
}

.section-copy h1,
.section-copy h2,
.section-copy h3,
.section-copy p {
  margin: 0;
}

.hero-copy {
  inset: 0;
  display: block;
  transform: none;
  pointer-events: none;
}

#home.hero {
  height: 52.47vw;
  min-height: 0;
}

#home.hero > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform-origin: 50% 48%;
  transform: scale(1.075);
  filter: none;
}

.hero-copy .eyebrow {
  position: absolute;
  top: 30.75%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 1.38vw;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0.085em;
  max-width: 92vw;
  white-space: normal;
}

.hero-logo {
  position: absolute;
  top: 35.95%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24vw;
  min-width: 0;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 5px 24px rgba(0, 0, 0, 0.32));
}

.hero-date {
  position: absolute;
  top: 69.75%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 1.36vw;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0.045em;
  max-width: 92vw;
  white-space: normal;
}

.book-cta {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(112px, 19vw, 330px);
  min-height: clamp(30px, 4vw, 64px);
  padding: 0.82em 2em;
  border-radius: 999px;
  background: #030303;
  color: var(--ink);
  font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 1.4vw, 30px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

.hero-copy .book-cta {
  position: absolute;
  top: 80.9%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-book-cta {
  gap: 1.25vw;
  width: 19.2vw;
  min-width: 0;
  height: 3.75vw;
  min-height: 0;
  padding: 0 0.25vw 0 3.05vw;
  background: #020202;
  color: #fff8ed;
  font-size: 1.78vw;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-book-cta img {
  width: 1.62vw;
  height: 1.62vw;
  transform: translateY(-0.12vw);
}

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

.hero-copy .book-cta:hover,
.hero-copy .book-cta:focus-visible {
  transform: translateX(-50%) translateY(-1px);
}

.book-cta-light {
  background: var(--ink);
  color: #16110c;
}

#about {
  min-height: clamp(330px, 34vw, 580px);
  overflow: hidden;
  padding-bottom: 0;
}

#about > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: none;
}

.about-copy {
  position: absolute;
  left: 50%;
  top: clamp(42px, 10%, 78px);
  z-index: 3;
  width: min(94%, 1660px);
  max-width: 1660px;
  margin: 0;
  padding-bottom: 0;
  transform: translateX(-50%);
}

.about-copy h1 {
  font-size: clamp(24px, 2.35vw, 40px);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.045em;
}

.about-copy p {
  width: min(92vw, 1516px);
  max-width: 1516px;
  margin: clamp(118px, 11.35vw, 184px) auto 0;
  font-size: clamp(14px, 1.12vw, 20px);
  line-height: 1.58;
  letter-spacing: 0.027em;
  text-transform: none;
  transform: none;
}

.intro-line {
  display: block;
}

.experience-content h2,
.stay-content h2,
.book-copy h2,
.instagram-heading h2 {
  font-size: clamp(26px, 3vw, 58px);
  font-weight: 300;
  letter-spacing: 0.08em;
}

.experience-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #080705;
}

.experience-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.experience-content h2 {
  position: absolute;
  top: clamp(24px, 4.05vw, 62px);
  left: 50%;
  z-index: 5;
  margin: 0;
  transform: translateX(-50%);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.86);
  pointer-events: none;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.experience-card {
  position: relative;
  min-height: clamp(410px, 44vw, 790px);
  grid-column: span 2;
  overflow: hidden;
  border-radius: 0;
  background: #1b120a;
  box-shadow: none;
  outline: 0;
}

.experience-card:nth-child(4),
.experience-card:nth-child(5) {
  grid-column: span 3;
  min-height: auto;
  aspect-ratio: 0.8 / 1;
}

.experience-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.experience-card:nth-child(1) img {
  object-position: center 56%;
}

.experience-card:nth-child(2) img {
  object-position: center 52%;
  filter: none;
}

.experience-card:nth-child(3) img {
  object-position: 58% 50%;
  filter: none;
}

.experience-card:nth-child(4) img {
  object-position: 50% 50%;
  object-fit: cover;
  filter: none;
}

.experience-card:nth-child(5) img {
  object-position: 50% 50%;
  object-fit: cover;
  filter: none;
}

.experience-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.46) 100%);
}

.experience-card-copy {
  position: absolute;
  inset: auto 0 clamp(10px, 1.55vw, 28px);
  z-index: 2;
  padding: clamp(24px, 2.8vw, 50px) clamp(22px, 3vw, 56px);
  color: var(--ink);
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82), 0 0 24px rgba(0, 0, 0, 0.36);
}

.experience-card:not(.experience-card--top-copy) .experience-card-copy {
  inset: auto 0 0;
  padding-bottom: clamp(12px, 1.2vw, 22px);
}

.experience-card--top-copy .experience-card-copy {
  inset: clamp(34px, 4.1vw, 70px) 0 auto;
}

.experience-card-copy h3 {
  margin: 0;
  font-size: clamp(26px, 2.35vw, 46px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.075em;
}

.experience-card-subtitle {
  margin: 0.85em 0 0;
  color: var(--gold);
  font-size: clamp(11px, 0.9vw, 16px);
  line-height: 1.65;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.experience-card-copy p:not(.experience-card-subtitle),
.book-copy p {
  margin: 0.85em auto 0;
  max-width: 32em;
  color: var(--ink);
  font-size: clamp(13px, 0.98vw, 17px);
  line-height: 1.92;
  font-weight: 400;
  text-transform: none;
}

.experience-line {
  display: block;
}

.location-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 80px;
}

.location-section {
  min-height: clamp(420px, 38vw, 620px);
}

.location-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: none;
}

.location-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.72), rgba(2, 2, 2, 0.32) 48%, rgba(2, 2, 2, 0.12));
  pointer-events: none;
}

.location-panel {
  position: relative;
  z-index: 2;
  width: min(90%, 620px);
  padding: clamp(64px, 7vw, 110px) clamp(28px, 6vw, 110px);
  color: var(--ink);
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.76);
}

.location-kicker {
  margin: 0 0 0.9em;
  color: var(--gold);
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 500;
  letter-spacing: 0.22em;
}

.location-panel h2 {
  margin: 0;
  font-size: clamp(30px, 3.1vw, 58px);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.location-panel p:not(.location-kicker) {
  max-width: 34em;
  margin: 1.2em 0 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.9;
  text-transform: none;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 2.6vw, 40px);
}

.location-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 248, 237, 0.5);
  border-radius: 999px;
  color: var(--ink);
  font-size: clamp(11px, 0.8vw, 14px);
  font-weight: 500;
  letter-spacing: 0.11em;
  text-decoration: none;
}

.stay {
  position: relative;
  overflow: hidden;
  background: #0b0805;
}

.stay-background {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: clamp(700px, 65vw, 880px);
  overflow: hidden;
}

.stay-background img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: none;
}

.stay-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(28px, 3.1vw, 62px);
  width: 100%;
  max-width: 100%;
  padding: clamp(78px, 6.6vw, 118px) clamp(20px, 5vw, 92px) clamp(150px, 21vw, 390px);
  text-align: center;
  text-transform: uppercase;
  transform: translateY(clamp(16px, 2.1vw, 42px));
}

.stay-heading {
  transform: none;
}

.stay-content h2 {
  position: static;
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 1.55vw, 24px);
  width: 100%;
  max-width: 1180px;
  margin: clamp(14px, 1.45vw, 28px) auto 0;
  padding: 0 clamp(18px, 2.2vw, 36px);
}

.stay-card {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.18 / 1;
  min-height: clamp(170px, 16.2vw, 255px);
  overflow: hidden;
  border-radius: 14px;
  background: #1b120a;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  outline: 1px solid rgba(255, 255, 255, 0.35);
}

.stay-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: none;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.stay-card:focus-visible {
  outline: 2px solid rgba(255, 248, 237, 0.8);
  outline-offset: 4px;
}

.card-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card-media-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.stay-card:not(.stay-card--no-flip):hover .card-media-inner,
.stay-card:not(.stay-card--no-flip):focus-within .card-media-inner,
.stay-card.is-flipped .card-media-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card-media-face {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-media-back {
  -webkit-transform: rotateY(180deg) scale(1.015);
  transform: rotateY(180deg) scale(1.015);
}

.stay-card:nth-child(1) .card-media-face {
  object-position: 50% 54%;
}

.stay-card:nth-child(2) .card-media-face {
  object-position: 52% 50%;
}

.stay-card:nth-child(3) .card-media-face {
  object-position: 50% 48%;
}

.stay-card:nth-child(4) .card-media-face {
  object-position: 50% 50%;
}

.card-copy {
  position: absolute;
  left: clamp(15px, 1.55vw, 25px);
  right: clamp(15px, 1.55vw, 25px);
  bottom: clamp(12px, 1.25vw, 21px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(5px, 0.5vw, 8px);
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.84), 0 0 20px rgba(0, 0, 0, 0.34);
  text-transform: uppercase;
  overflow: visible;
  transition: opacity 260ms ease, transform 260ms ease;
}

.stay-card:not(.stay-card--no-flip):hover .card-copy,
.stay-card:not(.stay-card--no-flip):focus-within .card-copy,
.stay-card.is-flipped .card-copy {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.stay-card:not(.stay-card--no-flip):hover::after,
.stay-card:not(.stay-card--no-flip):focus-within::after,
.stay-card.is-flipped::after {
  opacity: 0.14;
}

.card-copy h3 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(18px, 1.32vw, 25px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.055em;
  overflow-wrap: break-word;
  word-break: normal;
}

.card-copy p {
  margin: 0;
  max-width: 18em;
  font-size: clamp(10px, 0.68vw, 13px);
  line-height: 1.52;
  font-weight: 400;
  text-transform: none;
  overflow-wrap: break-word;
}

.card-copy .card-subtitle {
  color: var(--gold);
  font-size: clamp(9px, 0.62vw, 12px);
  letter-spacing: 0.14em;
  font-weight: 500;
  text-transform: uppercase;
}

.stay-v3-content {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: none;
  margin: 0 3.4226vw 0 4.4643vw;
  padding: 10.7143vw 0 4.375vw;
  color: #171411;
  font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.stay-v3-heading {
  margin: 0 0 3.6012vw;
  color: #fffaf2;
  font-size: clamp(28px, 1.55vw, 52px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.stay-v3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 2.5595vw;
  width: 100%;
}

.stay-v3-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2.2024vw;
}

.stay-v3-card {
  min-width: 0;
  overflow: visible;
  border-radius: clamp(12px, 1.19vw, 40px);
  background: transparent;
  color: #171411;
  box-shadow: none;
}

.stay-v3-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 974 / 607;
  min-height: 0;
  overflow: hidden;
  border-radius: clamp(12px, 1.19vw, 40px);
  background: #20150d;
  box-shadow:
    0 24px 22px -10px rgba(0, 0, 0, 0.72),
    0 10px 16px rgba(0, 0, 0, 0.3);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.stay-v3-hero::after {
  content: none;
}

.stay-v3-hero img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 974 / 607;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.stay-v3-hero h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.stay-v3-body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: clamp(-18px, -0.65vw, -8px);
  padding: calc(2.4702vw + clamp(8px, 0.65vw, 18px)) 2.4702vw 2.4702vw;
  box-sizing: border-box;
  border-radius: 0 0 clamp(12px, 1.19vw, 40px) clamp(12px, 1.19vw, 40px);
  background: #fff;
}

.stay-v3-body > p,
.stay-v3-option > p:not(.stay-v3-price) {
  margin: 0;
  font-size: clamp(13px, 0.9226vw, 31px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
}

.stay-v3-option {
  margin-top: clamp(23px, 1.9vw, 30px);
  padding-top: clamp(21px, 1.8vw, 28px);
  border-top: 2px solid #2b2824;
}

.stay-v3-option--first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.stay-v3-option h4 {
  margin: 0;
  font-size: clamp(16px, 1.3095vw, 44px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.015em;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.stay-v3-option .stay-v3-price {
  margin: 11px 0 19px;
  color: #d89432;
  font-size: clamp(14px, 1.0119vw, 34px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-align: left;
  text-transform: uppercase;
}

.stay-v3-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.1vw, 18px);
  margin-top: clamp(23px, 1.9vw, 30px);
}

.stay-v3-gallery img,
.stay-v3-feature-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  filter: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.stay-v3-gallery img {
  aspect-ratio: 1.985 / 1;
}

.stay-v3-feature-image--tall {
  aspect-ratio: auto;
}

@media (max-width: 1100px) {
  .stay-v3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-v3-column:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .stay-v3-column:last-child .stay-v3-feature-image {
    grid-column: 1 / -1;
    width: min(100%, 720px);
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .stay-background {
    height: 760px;
  }

  .stay-v3-content {
    width: 100%;
    margin: 0;
    padding: 64px 16px 80px;
  }

  .stay-v3-heading {
    margin-bottom: 34px;
    font-size: clamp(30px, 9vw, 42px);
  }

  .stay-v3-grid,
  .stay-v3-column:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .stay-v3-column,
  .stay-v3-column:last-child {
    grid-column: auto;
  }

  .stay-v3-column:last-child .stay-v3-feature-image {
    grid-column: auto;
    width: 100%;
  }

  .stay-v3-card {
    border-radius: 16px;
  }

  .stay-v3-hero {
    min-height: 0;
  }

  .stay-v3-hero h3 {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: clamp(21px, 6vw, 27px);
  }

  .stay-v3-body {
    padding: 32px 22px 28px;
  }

  .stay-v3-body > p,
  .stay-v3-option > p:not(.stay-v3-price) {
    font-size: 15px;
    line-height: 1.5;
  }

  .stay-v3-option h4 {
    font-size: 18px;
  }

  .stay-v3-option .stay-v3-price {
    font-size: 16px;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  display: block;
  min-height: clamp(88px, 6.2vw, 116px);
  margin: 0;
  overflow: visible;
  clear: both;
  background: #020202;
}

.site-footer > img {
  display: none;
}

.site-footer::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 12.8%;
  top: 50%;
  width: clamp(42px, 4.2vw, 78px);
  height: 58%;
  transform: translateY(-50%);
  background: url("assets/OrahLogo.svg") center / contain no-repeat;
  pointer-events: none;
}

.instagram-section {
  padding: 0;
  background: #050403;
}

.instagram-heading {
  max-width: 860px;
  margin: 0 auto clamp(22px, 3vw, 42px);
  text-align: center;
  text-transform: uppercase;
}

.instagram-heading p {
  margin: 0 0 10px;
  color: var(--gold);
  letter-spacing: 0.2em;
}

.instagram-heading h2 {
  margin: 0;
}

.instagram-gallery {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.instagram-widget-shell {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  background: #120b07;
}

.instagram-widget-shell.is-hidden {
  display: none;
}

.instagram-widget-shell .lightwidget-widget {
  display: block;
  width: 100% !important;
  min-height: 0;
  margin: 0;
  border: 0;
  filter: none;
}

.instagram-fallback-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  background: #050403;
  overflow: visible;
}

.instagram-fallback-grid[hidden] {
  display: none;
}

.instagram-fallback-grid a,
.instagram-fallback-grid img {
  display: block;
}

.instagram-fallback-grid a {
  aspect-ratio: 1;
  overflow: hidden;
  background: #1c140d;
}

.instagram-fallback-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: transform 300ms ease;
}

.instagram-fallback-grid a:hover img {
  transform: scale(1.045);
}

.instagram-reference-mosaic {
  display: block;
  line-height: 0;
}

.instagram-reference-mosaic .instagram-mosaic-link {
  display: block;
  aspect-ratio: 3360 / 1803;
  overflow: visible;
}

.instagram-reference-mosaic img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.instagram-reference-mosaic .instagram-mosaic-link:hover img {
  transform: none;
}

.instagram-note {
  display: block;
  grid-column: 1 / -1;
  margin: clamp(18px, 2.4vw, 30px) auto clamp(22px, 3vw, 38px);
  padding: 0;
  border: 0;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
}

.instagram-note a {
  display: inline-block;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
  padding: 14px 24px;
  border: 1px solid rgba(255, 248, 237, 0.45);
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
}

.what-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(92px, 14vw, 246px);
  background: #020202;
  border-bottom: 1px solid rgba(178, 92, 34, 0.35);
}

.what-section > img {
  display: none;
}

.what-copy {
  position: relative;
  inset: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: clamp(18px, 2vw, 36px);
  padding: clamp(20px, 2.4vw, 34px) 18px;
  color: rgba(255, 248, 237, 0.95);
  font-size: clamp(20px, 2.4vw, 42px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  text-shadow: none;
  white-space: nowrap;
}

.what-dot {
  display: inline-block;
  width: clamp(18px, 2vw, 30px);
  height: clamp(28px, 3vw, 48px);
  background: url("assets/O.svg") center / contain no-repeat;
  border: 0;
}

.what-dot::after {
  content: none;
}

.book-copy {
  top: 24%;
  left: 50%;
  width: min(74%, 860px);
  transform: translateX(-50%);
}

.book {
  position: relative;
  z-index: 0;
  display: block;
  min-height: clamp(340px, 25vw, 440px);
  margin: 0;
  overflow: hidden;
}

.book > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: none;
}

.book-copy p {
  margin: 1.25em auto 2em;
  width: min(100%, 430px);
  max-width: 430px;
  line-height: 1.95;
}

.footer-copy {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(68%, 920px);
  transform: translate(-50%, -50%);
  margin: 0;
  color: var(--ink);
  font-size: clamp(10px, 1.2vw, 24px);
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.footer-copy a {
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-instagram,
.footer-howler {
  position: absolute;
  z-index: 4;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-instagram {
  right: 15.5%;
  top: 22%;
  width: 3.5%;
  height: 58%;
  background-image: url("assets/IGIcon.svg");
}

.footer-howler {
  right: 11.9%;
  top: 22%;
  width: 3.5%;
  height: 58%;
  background-image: url("assets/HowlerIcoon.svg");
}

@media (max-width: 860px) {
  .site-header {
    background: rgba(0, 0, 0, 0.78);
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 18px;
    display: none;
    min-width: 230px;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid var(--line);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px;
  }

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

  .experience-card,
  .experience-card:nth-child(4),
  .experience-card:nth-child(5) {
    grid-column: span 1;
  }

  .experience-card:nth-child(4),
  .experience-card:nth-child(5) {
    aspect-ratio: 1.18 / 1;
  }

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

  .instagram-fallback-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

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

@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
  }

  .book-copy p {
    width: min(100%, 360px);
    max-width: 360px;
  }
}

@media (min-width: 861px) {
  .brand,
  .nav {
    pointer-events: auto;
  }
}

@media (max-width: 520px) {
  #about {
    min-height: 400px;
  }

  #home.hero {
    min-height: 520px;
    max-height: none;
  }

  #home.hero > img {
    transform: none;
  }

  .hero-copy .eyebrow {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.3;
    white-space: normal;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(8px);
  }

  .hero-date {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
  }

  .hero-copy .book-cta {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
  }

  .hero-logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(49vw, 242px);
    min-width: 0;
  }

  .hero-book-cta {
    min-width: 220px;
    min-height: 52px;
    font-size: 18px;
  }

  .about-copy {
    top: 10%;
    width: calc(100% - 32px);
    max-width: 360px;
  }

  .about-copy p {
    width: 100%;
    margin: 86px auto 0;
    font-size: 13px;
    line-height: 1.84;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  .intro-line {
    display: inline;
  }

  .experience-section {
    padding: 64px 18px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: 420px;
  }

  .experience-card:nth-child(4),
  .experience-card:nth-child(5) {
    min-height: 0;
    aspect-ratio: 0.8 / 1;
  }

  .experience-card-copy,
  .experience-card--top-copy .experience-card-copy {
    inset: auto 0 12px;
    padding: 24px 22px;
  }

  .experience-card-copy p:not(.experience-card-subtitle),
  .book-copy p {
    font-size: 13px;
    line-height: 1.84;
  }

  .location-section {
    min-height: 500px;
  }

  .location-section::after {
    background: linear-gradient(180deg, rgba(2, 2, 2, 0.12), rgba(2, 2, 2, 0.72));
  }

  .location-panel {
    width: 100%;
    padding: 210px 26px 54px;
    text-align: center;
  }

  .location-panel p:not(.location-kicker) {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.84;
  }

  .location-actions {
    justify-content: center;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .stay-card {
    aspect-ratio: 1.18 / 1;
    min-height: 260px;
  }

  .card-copy {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }

  .card-copy h3 {
    font-size: clamp(22px, 7vw, 32px);
  }

  .card-copy p {
    font-size: 14px;
    line-height: 1.66;
  }

  .instagram-fallback-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .what-copy {
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 28px 18px;
    font-size: clamp(17px, 5vw, 26px);
    letter-spacing: 0.05em;
    white-space: normal;
  }

  .what-dot {
    width: 16px;
    height: 24px;
  }

  .book-copy {
    top: 10%;
    width: 90%;
  }

  .book-copy h2 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .book-copy p {
    margin: 1.05em auto 1.5em;
    max-width: 380px;
    font-size: 13px;
    line-height: 1.84;
  }

  .book-copy .book-cta {
    padding: 11px 22px;
    font-size: 11px;
  }

  .footer-copy {
    top: 62%;
    width: calc(100% - 40px);
    max-width: 350px;
    font-size: 8px;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .site-footer {
    min-height: 118px;
  }

  .site-footer::before {
    left: 50%;
    top: 28%;
    transform: translate(-50%, -50%);
  }

  .footer-instagram {
    right: 22%;
    top: 14%;
    width: 24px;
    height: 24px;
  }

  .footer-howler {
    right: 10%;
    top: 14%;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 360px) {
  .instagram-fallback-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cards {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
}
