:root {
  --navy-950: #041426;
  --navy-900: #071b30;
  --navy-800: #0d2942;
  --navy-700: #173a57;
  --gold-500: #d9a451;
  --gold-400: #e7bd76;
  --gold-300: #f0d39f;
  --cream-50: #faf7f0;
  --cream-100: #f2ede2;
  --sand-200: #ddd3c1;
  --forest-700: #244b3c;
  --ink: #12202b;
  --muted: #657079;
  --white: #fff;
  --shadow-soft: 0 24px 80px #0414261f;
  --shadow-deep: 0 30px 100px #00081259;
  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shell: min(1240px, calc(100vw - 64px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  background: var(--cream-50);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
body.no-scroll {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
.section {
  padding: 120px 0;
}
.section-shell {
  width: var(--shell);
  margin: 0 auto;
}
.eyebrow {
  color: #ffffffc2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  font-size: 0.76rem;
  font-weight: 700;
  display: flex;
}
.eyebrow > span {
  background: var(--gold-500);
  width: 42px;
  height: 1px;
}
.eyebrow.dark {
  color: var(--forest-700);
}
.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.site-header {
  z-index: 50;
  width: min(1400px, 100% - 56px);
  height: 96px;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.brand {
  align-items: center;
  gap: 14px;
  display: flex;
}
.brand-mark {
  object-fit: cover;
  border: 1px solid #e7bd76a3;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.brand-copy {
  flex-direction: column;
  line-height: 1.15;
  display: flex;
}
.brand-copy strong {
  letter-spacing: 0.015em;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.brand-copy small {
  color: #fff9;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 0.64rem;
}
.main-nav {
  align-items: center;
  gap: 31px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
}
.main-nav > a:not(.nav-cta) {
  color: #ffffffd1;
  transition: color 0.25s;
  position: relative;
}
.main-nav > a:not(.nav-cta):after {
  background: var(--gold-400);
  content: "";
  height: 1px;
  transition: transform 0.25s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.main-nav > a:not(.nav-cta):hover {
  color: var(--white);
}
.main-nav > a:not(.nav-cta):hover:after {
  transform: scaleX(1);
}
.nav-cta {
  color: var(--gold-300);
  border: 1px solid #e7bd76ad;
  border-radius: 99px;
  padding: 12px 20px;
  transition: all 0.25s;
}
.nav-cta:hover {
  background: var(--gold-500);
  color: var(--navy-950);
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--navy-950);
  height: min(920px, 100svh);
  min-height: 800px;
  color: var(--white);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-media,
.hero-media img,
.hero-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero-media img {
  object-fit: cover;
  object-position: 56% center;
  animation: 18s ease-out both hero-push;
}
@keyframes hero-push {
  0% {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.1);
  }
}
.hero-shade {
  z-index: 1;
  background: linear-gradient(
      90deg,
      #031121f0 0%,
      #031121b8 38%,
      #03112129 72%,
      #03112147 100%
    ),
    linear-gradient(#0000 62%, #031121db 100%);
}
.hero-content {
  z-index: 2;
  width: var(--shell);
  margin: 44px auto 0;
  padding-right: 38%;
  position: relative;
}
.hero h1 {
  letter-spacing: -0.045em;
  text-wrap: normal;
  max-width: 760px;
  margin-bottom: 28px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  font-weight: 400;
  line-height: 1.03;
}
.hero h1 em {
  color: var(--gold-400);
  font-weight: 400;
}
.hero-lead {
  color: #ffffffc7;
  max-width: 640px;
  margin-bottom: 38px;
  font-size: 1.12rem;
  line-height: 1.75;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}
.button {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  font-weight: 700;
  transition:
    transform 0.25s,
    background 0.25s,
    border-color 0.25s,
    color 0.25s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 12px 34px #d9a45133;
}
.button-gold:hover {
  background: var(--gold-400);
}
.button-ghost {
  color: var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff0f;
  border-color: #ffffff42;
}
.button-ghost:hover {
  border-color: var(--gold-400);
  background: #ffffff1c;
}
.button-outline {
  color: var(--ink);
  background: 0 0;
  border-color: #12202b38;
}
.button-outline:hover {
  border-color: var(--gold-500);
  color: #8a611f;
}
.hero-facts {
  z-index: 2;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #041426a3;
  border-top: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  grid-template-columns: repeat(4, 1fr);
  width: min(650px, 48vw);
  display: grid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-facts > div {
  border-right: 1px solid #ffffff1f;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
  display: flex;
}
.hero-facts strong {
  color: var(--gold-400);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.35rem;
  font-weight: 400;
}
.hero-facts span {
  color: #fff9;
  margin-top: 5px;
  font-size: 0.69rem;
  line-height: 1.4;
}
.scroll-hint {
  z-index: 3;
  color: #ffffff8c;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-size: 0.67rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 35px;
  left: max(32px, 50vw - 620px);
}
.scroll-hint span {
  border: 1px solid #ffffff61;
  border-radius: 20px;
  width: 27px;
  height: 42px;
  position: relative;
}
.scroll-hint span:after {
  background: var(--gold-400);
  content: "";
  border-radius: 2px;
  width: 2px;
  height: 7px;
  animation: 1.8s ease-in-out infinite scroll-dot;
  position: absolute;
  top: 9px;
  left: 12px;
}
@keyframes scroll-dot {
  0%,
  to {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(12px);
  }
}
.intro {
  background: var(--cream-50);
  overflow: hidden;
}
.intro-grid {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.intro-copy h2,
.section-heading h2,
.outdoor-content h2,
.care-copy h2,
.rules-heading h2,
.booking-intro h2 {
  letter-spacing: -0.045em;
  max-width: 820px;
  margin-bottom: 28px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(2.45rem, 3.7vw, 4rem);
  font-weight: 400;
  line-height: 1.03;
}
.intro-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
}
.intro-copy .large-copy {
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.7;
}
.feature-line {
  gap: 18px;
  margin-top: 42px;
  display: flex;
}
.feature-line span {
  border-top: 1px solid var(--sand-200);
  color: var(--ink);
  flex-direction: column;
  flex: 1;
  gap: 7px;
  padding-top: 16px;
  font-size: 0.78rem;
  font-weight: 650;
  display: flex;
}
.feature-line b {
  color: var(--gold-500);
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}
.intro-visual {
  min-height: 660px;
  position: relative;
}
.intro-visual figure {
  box-shadow: var(--shadow-soft);
  margin: 0;
  overflow: hidden;
}
.intro-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photo-main {
  border-radius: 6px 70px 6px 6px;
  width: 86%;
  height: 570px;
  position: absolute;
  top: 0;
  right: 0;
}
.photo-float {
  border: 8px solid var(--cream-50);
  border-radius: 4px 4px 4px 50px;
  width: 44%;
  height: 245px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.photo-note {
  border-left: 2px solid var(--gold-500);
  color: var(--forest-700);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #faf7f0e6;
  padding: 16px 18px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.4;
  position: absolute;
  bottom: 24px;
  right: 10px;
}
.brand-showcase {
  background: radial-gradient(circle at 18% 25%, #d9a45129, transparent 30%),
    var(--navy-950);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.brand-showcase-grid {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 60px;
  display: grid;
}
.brand-showcase-copy h2 {
  max-width: 520px;
  margin-bottom: 24px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1.04;
}
.brand-showcase-copy > p:last-child {
  color: #ffffffa8;
  max-width: 520px;
}
.brand-showcase-grid > img {
  border-radius: 28px;
  width: min(100%, 620px);
  margin-left: auto;
  box-shadow: 0 34px 110px #00000061;
}
.stay {
  background: var(--cream-100);
}
.section-heading {
  flex-direction: column;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}
.section-heading > p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.04rem;
}
.stay-story {
  grid-template-rows: repeat(2, 315px);
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
  display: grid;
}
.stay-card {
  border-radius: var(--radius-md);
  background: var(--navy-900);
  min-height: 0;
  position: relative;
  overflow: hidden;
}
.stay-card-large {
  grid-row: 1/3;
}
.stay-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
}
.stay-card:hover img {
  transform: scale(1.04);
}
.stay-card:after {
  content: "";
  background: linear-gradient(#0414260d 35%, #041426eb 100%);
  position: absolute;
  inset: 0;
}
.stay-card-overlay {
  z-index: 1;
  color: var(--white);
  padding: 28px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.stay-card-large .stay-card-overlay {
  padding: 42px;
}
.stay-card-overlay > span {
  color: var(--gold-400);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 750;
}
.stay-card-overlay h3 {
  margin: 5px 0 8px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.stay-card-large h3 {
  font-size: 2.5rem;
}
.stay-card-overlay p {
  color: #ffffffb3;
  max-width: 510px;
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.65;
}
.amenities {
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-md);
  background: #ffffff85;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  display: grid;
}
.amenities article {
  border-right: 1px solid var(--sand-200);
  padding: 34px 36px;
  position: relative;
}
.amenities article:last-child {
  border-right: 0;
}
.amenity-number {
  color: var(--gold-500);
  letter-spacing: 0.12em;
  font-size: 0.67rem;
  font-weight: 750;
  position: absolute;
  top: 30px;
  right: 30px;
}
.amenities h3 {
  margin-bottom: 17px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.45rem;
  font-weight: 400;
}
.amenities ul,
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amenities li {
  color: var(--muted);
  margin: 8px 0;
  padding-left: 18px;
  font-size: 0.82rem;
  position: relative;
}
.amenities li:before {
  background: var(--gold-500);
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
}
.outdoor {
  min-height: 760px;
  color: var(--white);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.outdoor-backdrop,
.outdoor-backdrop:after,
.outdoor-backdrop img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.outdoor-backdrop img {
  object-fit: cover;
}
.outdoor-backdrop:after {
  content: "";
  background: linear-gradient(90deg, #041426f2, #041426ad 54%, #04142638);
}
.outdoor-content {
  z-index: 1;
  position: relative;
}
.outdoor-content h2 {
  max-width: 850px;
  font-size: clamp(3rem, 5vw, 5.6rem);
}
.outdoor-features {
  flex-wrap: wrap;
  gap: 10px;
  max-width: 850px;
  margin: 36px 0;
  display: flex;
}
.outdoor-features span {
  color: #fffc;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #04142640;
  border: 1px solid #ffffff36;
  border-radius: 99px;
  padding: 9px 15px;
  font-size: 0.75rem;
}
.outdoor-copy {
  color: #ffffffb8;
  max-width: 700px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
}
.gallery-section {
  background: var(--cream-50);
}
.gallery-heading {
  grid-template-columns: 1fr 0.5fr;
  align-items: end;
  gap: 80px;
  max-width: none;
  display: grid;
}
.gallery-heading h2 {
  margin-bottom: 0;
}
.gallery-heading > p {
  margin-bottom: 8px;
}
.gallery-filter {
  border-bottom: 1px solid var(--sand-200);
  gap: 5px;
  margin-bottom: 28px;
  display: flex;
}
.gallery-filter button {
  color: var(--muted);
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 13px 19px;
  font-size: 0.8rem;
  font-weight: 700;
  position: relative;
}
.gallery-filter button:after {
  background: var(--gold-500);
  content: "";
  height: 2px;
  transition: transform 0.25s;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.gallery-filter button.is-active {
  color: var(--ink);
}
.gallery-filter button.is-active:after {
  transform: scaleX(1);
}
.gallery-grid {
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 12px;
  display: grid;
}
.gallery-item {
  background: var(--navy-900);
  cursor: zoom-in;
  border: 0;
  border-radius: 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.gallery-item-1,
.gallery-item-7 {
  grid-area: span 2 / span 2;
}
.gallery-item-4 {
  grid-column: span 2;
}
.gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition:
    transform 0.65s,
    filter 0.65s;
}
.gallery-item:hover img {
  filter: brightness(0.82);
  transform: scale(1.045);
}
.gallery-item > span {
  color: var(--white);
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 650;
  transition: all 0.3s;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  transform: translateY(8px);
}
.gallery-item > span b {
  background: var(--gold-500);
  width: 32px;
  height: 32px;
  color: var(--navy-950);
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.gallery-item:hover > span {
  opacity: 1;
  transform: translateY(0);
}
.gallery-more {
  margin: 34px auto 0;
}
.care-section {
  background: var(--forest-700);
  color: var(--white);
}
.care-grid {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.care-copy .eyebrow.dark {
  color: var(--gold-300);
}
.care-copy > p:not(.eyebrow) {
  color: #ffffffb8;
  max-width: 600px;
}
.care-badge {
  color: var(--gold-300);
  border: 1px solid #f0d39f59;
  border-radius: 99px;
  margin-top: 24px;
  padding: 11px 17px;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
}
.care-timeline {
  border-radius: var(--radius-md);
  border: 1px solid #ffffff29;
  grid-template-columns: 1fr 1.4fr 1fr;
  display: grid;
  overflow: hidden;
}
.care-timeline > div {
  border-right: 1px solid #ffffff1f;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 26px;
  display: flex;
}
.care-timeline > div:last-child {
  border-right: 0;
}
.care-timeline .care-day {
  background: var(--gold-500);
  color: var(--navy-950);
}
.care-timeline span {
  color: var(--gold-300);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 2.1rem;
}
.care-day span {
  color: var(--navy-950);
}
.care-timeline strong {
  margin: 18px 0 8px;
  font-size: 0.85rem;
}
.care-timeline small {
  color: #ffffff94;
  line-height: 1.5;
}
.care-day small {
  color: #041426a8;
}
.pricing {
  background: var(--cream-100);
}
.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
  display: grid;
}
.price-card,
.price-note {
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-md);
  background: #ffffffb3;
  min-height: 490px;
  padding: 40px;
  position: relative;
}
.price-card {
  flex-direction: column;
  display: flex;
}
.price-card.featured {
  border-color: var(--gold-500);
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow-deep);
  transform: translateY(-14px);
}
.popular {
  background: var(--gold-500);
  color: var(--navy-950);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 99px;
  padding: 6px 10px;
  font-size: 0.63rem;
  font-weight: 800;
  position: absolute;
  top: 18px;
  right: 18px;
}
.price-card > span,
.price-note > span {
  color: var(--gold-500);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 750;
}
.price-card h3,
.price-note h3 {
  margin: 12px 0 20px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 2.15rem;
  font-weight: 400;
}
.price-card > p {
  margin-bottom: 27px;
  font-size: 1rem;
}
.price-card > p strong {
  letter-spacing: -0.05em;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 4.5rem;
  font-weight: 400;
}
.price-card li {
  color: var(--muted);
  border-bottom: 1px solid #12202b1a;
  padding: 10px 0;
  font-size: 0.82rem;
}
.price-card ul {
  margin-bottom: 28px;
}
.featured li {
  color: #ffffffa8;
  border-color: #ffffff1a;
}
.price-card .button {
  width: 100%;
  margin-top: auto;
}
.featured .button-gold {
  color: var(--navy-950);
}
.price-note {
  background: 0 0;
}
.price-note > p {
  color: var(--muted);
  margin-bottom: 30px;
}
.price-note > div {
  border-top: 1px solid var(--sand-200);
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  display: flex;
}
.price-note b {
  min-width: 68px;
  color: var(--forest-700);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.8rem;
}
.price-note small {
  color: var(--muted);
  line-height: 1.4;
}
.calendar-wrap {
  grid-template-columns: 0.76fr 1.24fr;
  align-items: center;
  gap: 80px;
  margin-top: 100px;
  display: grid;
}
.calendar-copy h3 {
  margin-bottom: 20px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1;
}
.calendar-copy > p:not(.eyebrow) {
  color: var(--muted);
}
.calendar-legend {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 18px;
  margin: 30px 0;
  font-size: 0.72rem;
  display: flex;
}
.calendar-legend span {
  align-items: center;
  gap: 7px;
  display: flex;
}
.calendar-legend i {
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.calendar-legend .free {
  background: #8fb59c;
}
.calendar-legend .reserved {
  background: #bdc1c4;
}
.calendar-legend .cleaning {
  background: #c98a3d;
}
.calendar-legend .selected {
  background: var(--gold-500);
}
.calendar-selection {
  border-left: 2px solid var(--gold-500);
  background: #ffffff7a;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  display: grid;
}
.calendar-selection > div {
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  display: flex;
}
.calendar-selection > span {
  color: var(--gold-500);
  font-size: 1.15rem;
}
.calendar-selection small {
  color: var(--muted);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 700;
}
.calendar-selection strong {
  font-size: 0.92rem;
}
.calendar-card {
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  padding: 30px;
}
.calendar-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}
.calendar-header strong {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.45rem;
  font-weight: 400;
}
.calendar-header button {
  border: 1px solid var(--sand-200);
  cursor: pointer;
  background: 0 0;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
}
.calendar-header button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.calendar-grid {
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  display: grid;
}
.day-labels {
  margin-bottom: 8px;
}
.day-labels span {
  color: #98a0a5;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  font-size: 0.65rem;
  font-weight: 700;
}
.days button,
.empty-day {
  aspect-ratio: 1/0.86;
}
.days button {
  color: var(--forest-700);
  cursor: pointer;
  background: #edf3ef;
  border: 0;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  transition: all 0.2s;
}
.days button.free:hover {
  background: #d9e8de;
  transform: translateY(-1px);
}
.days button.reserved,
.days button.past {
  color: #bdc1c4;
  cursor: not-allowed;
  background: #f1f1ef;
  text-decoration: line-through;
}
.days button.cleaning {
  color: #8a6335;
  cursor: not-allowed;
  background: repeating-linear-gradient(
    135deg,
    #f4eadb,
    #f4eadb 5px,
    #ead9bf 5px,
    #ead9bf 10px
  );
}
.days button.selected {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 5px 16px #d9a45157;
}
.days button.in-range {
  color: var(--navy-950);
  background: #f3dfb9;
  border-radius: 4px;
}
.days button.range-edge {
  z-index: 1;
  position: relative;
}
.rules {
  background: var(--cream-50);
}
.rules-grid {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 110px;
  display: grid;
}
.rules-heading {
  align-self: start;
  position: sticky;
  top: 120px;
}
.rules-heading p:last-child {
  max-width: 500px;
  color: var(--muted);
}
.rules-list details {
  border-bottom: 1px solid var(--sand-200);
}
.rules-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.35rem;
  list-style: none;
  display: flex;
}
.rules-list summary::-webkit-details-marker {
  display: none;
}
.rules-list summary span {
  border: 1px solid var(--sand-200);
  width: 34px;
  height: 34px;
  color: var(--gold-500);
  font-family: var(--font-geist-sans), sans-serif;
  border-radius: 50%;
  place-items: center;
  transition: transform 0.3s;
  display: grid;
}
.rules-list details[open] summary span {
  transform: rotate(45deg);
}
.rules-list details p {
  max-width: 700px;
  color: var(--muted);
  padding: 0 64px 25px 0;
}
.booking {
  background: radial-gradient(circle at 7% 10%, #d9a45121, transparent 30%),
    var(--navy-950);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.booking:after {
  content: "";
  border: 1px solid #d9a4512e;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -180px;
  right: -140px;
}
.booking-shell {
  z-index: 1;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: start;
  gap: 90px;
  display: grid;
  position: relative;
}
.booking-intro {
  position: sticky;
  top: 120px;
}
.booking-intro > p:not(.eyebrow) {
  color: #ffffffa8;
  max-width: 520px;
}
.booking-promise {
  border-top: 1px solid #ffffff24;
  grid-template-columns: 1fr auto;
  margin-top: 38px;
  display: grid;
}
.booking-contact {
  border-top: 1px solid #ffffff24;
  margin-top: 34px;
  display: grid;
}
.booking-contact a {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  display: flex;
}
.booking-contact span {
  color: #ffffff7a;
  font-size: 0.72rem;
}
.booking-contact strong {
  color: var(--gold-300);
  font-size: 0.78rem;
  font-weight: 600;
}
.booking-promise span,
.booking-promise strong {
  border-bottom: 1px solid #ffffff1a;
  padding: 13px 0;
  font-size: 0.78rem;
}
.booking-promise span {
  color: #ffffff7a;
}
.booking-promise strong {
  color: var(--gold-300);
  font-weight: 600;
}
.booking-card {
  border-radius: var(--radius-md);
  background: var(--cream-50);
  color: var(--ink);
  box-shadow: var(--shadow-deep);
  border: 1px solid #ffffff1f;
  padding: 40px;
  position: relative;
}
.form-heading {
  border-bottom: 1px solid var(--sand-200);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 20px;
  display: flex;
}
.form-heading span {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.55rem;
}
.form-heading strong {
  color: var(--forest-700);
  font-size: 0.93rem;
}
.booking-card form > label,
.field-row label {
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  display: flex;
}
.booking-card label > span,
.children-ages > span {
  color: #58636b;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 750;
}
.booking-card label small {
  text-transform: none;
  font-weight: 500;
}
.booking-card input,
.booking-card select,
.booking-card textarea {
  background: var(--white);
  width: 100%;
  color: var(--ink);
  border: 1px solid #dcd7cc;
  border-radius: 9px;
  outline: 0;
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
.booking-card input,
.booking-card select {
  height: 51px;
  padding: 0 14px;
}
.booking-card textarea {
  resize: vertical;
  padding: 13px 14px;
}
.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px #d9a45124;
}
.field-row {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}
.field-row.three {
  grid-template-columns: repeat(3, 1fr);
}
.children-ages {
  margin-bottom: 18px;
}
.children-ages > div {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 7px;
  display: grid;
}
.capacity-note {
  border-left: 2px solid var(--gold-500);
  color: #7a5620;
  background: #f5ead8;
  margin: -5px 0 18px;
  padding: 10px 12px;
  font-size: 0.76rem;
}
.submit-button {
  width: 100%;
  margin-top: 7px;
}
.form-footnote {
  color: #7d858a;
  text-align: center;
  margin: 14px 0 0;
  font-size: 0.68rem;
}
.request-result {
  z-index: 5;
  border-radius: var(--radius-md);
  background: var(--cream-50);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  position: absolute;
  inset: 0;
}
.result-close {
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 1.8rem;
  position: absolute;
  top: 15px;
  right: 18px;
}
.result-check {
  background: var(--forest-700);
  width: 58px;
  height: 58px;
  color: var(--white);
  border-radius: 50%;
  place-items: center;
  font-size: 1.4rem;
  display: grid;
}
.request-result h3 {
  margin: 18px 0 8px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 2rem;
  font-weight: 400;
}
.request-result > p {
  max-width: 500px;
  color: var(--muted);
  font-size: 0.82rem;
}
.request-result pre {
  border: 1px solid var(--sand-200);
  background: var(--white);
  color: #4f5a61;
  text-align: left;
  white-space: pre-wrap;
  border-radius: 8px;
  width: 100%;
  max-height: 220px;
  margin: 10px 0 20px;
  padding: 15px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  overflow: auto;
}
.request-result > div {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  display: flex;
}
.footer {
  color: var(--white);
  background: #020d19;
  padding: 48px 0 90px;
}
.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
  display: grid;
}
.footer-brand {
  align-items: center;
  gap: 18px;
  display: flex;
}
.footer-brand img {
  object-fit: cover;
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.footer-brand div {
  flex-direction: column;
  display: flex;
}
.footer-brand strong {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer-brand span,
.footer-grid > p {
  color: #ffffff6b;
  font-size: 0.7rem;
}
.footer-links {
  color: #ffffffab;
  gap: 24px;
  font-size: 0.75rem;
  display: flex;
}
.footer-links a:hover {
  color: var(--gold-400);
}
.footer-grid > p {
  border-top: 1px solid #ffffff17;
  grid-column: 1/3;
  margin: 0;
  padding-top: 22px;
}
.lightbox {
  z-index: 100;
  color: var(--white);
  background: #020d19f5;
  place-items: center;
  padding: 48px 90px;
  display: grid;
  position: fixed;
  inset: 0;
}
.lightbox figure {
  max-width: min(1400px, 88vw);
  margin: 0;
}
.lightbox figure img {
  object-fit: contain;
  width: 100%;
  max-height: 82vh;
  box-shadow: var(--shadow-deep);
  border-radius: 5px;
}
.lightbox figcaption {
  color: #ffffffa6;
  text-align: center;
  margin-top: 12px;
  font-size: 0.75rem;
}
.lightbox button {
  width: 48px;
  height: 48px;
  color: var(--white);
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  place-items: center;
  font-size: 1.25rem;
  display: grid;
  position: absolute;
}
.lightbox-close {
  top: 26px;
  right: 28px;
}
.lightbox-prev {
  top: 50%;
  left: 25px;
}
.lightbox-next {
  top: 50%;
  right: 25px;
}
@media (width<=1180px) {
  :root {
    --shell: min(1120px, calc(100vw - 48px));
  }
  .main-nav {
    gap: 20px;
  }
  .hero-content {
    padding-right: 30%;
  }
  .hero h1 {
    font-size: clamp(3rem, 5vw, 4.8rem);
  }
  .hero-facts {
    width: 58vw;
  }
  .intro-grid {
    gap: 65px;
  }
  .photo-note {
    right: 0;
  }
  .care-grid,
  .booking-shell {
    gap: 55px;
  }
}
@media (width<=960px) {
  .section {
    padding: 90px 0;
  }
  .site-header {
    width: calc(100% - 40px);
    height: 82px;
    position: absolute;
  }
  .menu-toggle {
    z-index: 55;
    cursor: pointer;
    background: #04142642;
    border: 1px solid #ffffff3d;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 45px;
    height: 45px;
    display: flex;
    position: relative;
  }
  .menu-toggle span {
    background: var(--white);
    width: 19px;
    height: 1px;
    transition: all 0.25s;
  }
  .menu-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .main-nav {
    z-index: 51;
    opacity: 0;
    pointer-events: none;
    background: #041426fa;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 70px 11vw;
    font-family:
      Georgia,
      Times New Roman,
      serif;
    font-size: 1.9rem;
    transition: all 0.35s;
    display: flex;
    position: fixed;
    inset: 0;
    transform: translateY(-15px);
  }
  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav .nav-cta {
    font-family: var(--font-geist-sans), sans-serif;
    margin-top: 15px;
    font-size: 0.85rem;
  }
  .hero {
    height: 100svh;
    min-height: 760px;
  }
  .hero-content {
    margin-top: 42px;
    padding-right: 8%;
  }
  .hero h1 {
    max-width: 720px;
    font-size: clamp(2.85rem, 6.7vw, 4.45rem);
  }
  .hero-facts {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
  .scroll-hint {
    display: none;
  }
  .intro-grid,
  .care-grid,
  .rules-grid,
  .booking-shell,
  .calendar-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .brand-showcase-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 35px;
  }
  .intro-visual {
    max-width: 680px;
  }
  .photo-note {
    right: 20px;
  }
  .stay-story {
    grid-template-rows: 480px 300px;
    grid-template-columns: 1fr 1fr;
  }
  .stay-card-large {
    grid-area: auto/1/auto/3;
  }
  .amenities {
    grid-template-columns: 1fr;
  }
  .amenities article {
    border-right: 0;
    border-bottom: 1px solid var(--sand-200);
  }
  .amenities article:last-child {
    border-bottom: 0;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-item-1,
  .gallery-item-7 {
    grid-column: span 2;
  }
  .care-timeline {
    max-width: 720px;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .price-note {
    grid-column: 1/3;
    min-height: auto;
  }
  .price-card.featured {
    transform: none;
  }
  .calendar-wrap {
    margin-top: 80px;
  }
  .calendar-copy {
    max-width: 620px;
  }
  .rules-heading,
  .booking-intro {
    position: static;
  }
  .booking-intro {
    max-width: 650px;
  }
}
@media (width<=680px) {
  :root {
    --shell: calc(100vw - 32px);
    --radius-md: 18px;
  }
  body {
    padding-bottom: 0;
  }
  .section {
    padding: 72px 0;
  }
  .site-header {
    width: calc(100% - 28px);
  }
  .brand-mark {
    width: 39px;
    height: 39px;
  }
  .brand-copy strong {
    font-size: 1.08rem;
  }
  .brand-copy small {
    font-size: 0.54rem;
  }
  .hero {
    align-items: flex-end;
    height: 100svh;
    min-height: 780px;
    padding-bottom: 175px;
  }
  .hero-media img {
    object-position: 58% center;
  }
  .hero-shade {
    background: linear-gradient(
      #03112142 0%,
      #0311212e 22%,
      #031121c7 55%,
      #031121fa 100%
    );
  }
  .hero-content {
    margin: 0 auto;
    padding: 0;
  }
  .hero-content .eyebrow {
    margin-bottom: 16px;
  }
  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(2.35rem, 10vw, 3.25rem);
    line-height: 1.02;
  }
  .hero-lead {
    margin-bottom: 24px;
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    min-height: 49px;
  }
  .hero-actions .button-ghost {
    display: none;
  }
  .hero-facts {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-facts > div {
    min-height: 73px;
    padding: 11px 16px;
  }
  .hero-facts strong {
    font-size: 1.05rem;
  }
  .hero-facts span {
    font-size: 0.59rem;
  }
  .eyebrow {
    font-size: 0.65rem;
  }
  .intro-copy h2,
  .section-heading h2,
  .outdoor-content h2,
  .care-copy h2,
  .rules-heading h2,
  .booking-intro h2 {
    font-size: clamp(2.05rem, 8.8vw, 2.9rem);
  }
  .intro-copy .large-copy {
    font-size: 1.05rem;
  }
  .feature-line {
    flex-direction: column;
    gap: 10px;
  }
  .feature-line span {
    flex-direction: row;
    align-items: center;
  }
  .intro-visual {
    min-height: 475px;
  }
  .photo-main {
    border-radius: 4px 38px 4px 4px;
    width: 94%;
    height: 410px;
  }
  .photo-float {
    border-width: 5px;
    width: 48%;
    height: 145px;
  }
  .photo-note {
    font-size: 0.83rem;
    bottom: 4px;
    right: 0;
  }
  .brand-showcase {
    padding: 65px 0;
  }
  .brand-showcase-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .brand-showcase-copy h2 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }
  .brand-showcase-grid > img {
    border-radius: 20px;
    width: 100%;
    margin: 0;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .stay-story {
    flex-direction: column;
    display: flex;
  }
  .stay-card,
  .stay-card-large {
    min-height: 330px;
  }
  .stay-card-overlay,
  .stay-card-large .stay-card-overlay {
    padding: 24px;
  }
  .stay-card-large h3 {
    font-size: 2rem;
  }
  .amenities article {
    padding: 28px 24px;
  }
  .outdoor {
    min-height: 710px;
  }
  .outdoor-backdrop img {
    object-position: 55% center;
  }
  .outdoor-content h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }
  .outdoor-copy {
    font-size: 0.9rem;
  }
  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .gallery-filter {
    overflow-x: auto;
  }
  .gallery-filter button {
    flex: none;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 165px;
  }
  .gallery-item-1,
  .gallery-item-7 {
    grid-area: span 2 / span 2;
  }
  .gallery-item-4 {
    grid-column: auto;
  }
  .care-grid {
    gap: 42px;
  }
  .care-timeline {
    grid-template-columns: 1fr;
  }
  .care-timeline > div {
    border-bottom: 1px solid #ffffff1f;
    border-right: 0;
    min-height: auto;
    padding: 24px;
  }
  .care-timeline > div:last-child {
    border-bottom: 0;
  }
  .care-timeline strong {
    margin: 8px 0 3px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card,
  .price-note {
    min-height: 465px;
    padding: 30px 25px;
  }
  .price-note {
    grid-column: auto;
    min-height: auto;
  }
  .price-card .button {
    bottom: 25px;
    left: 25px;
    right: 25px;
  }
  .price-card > p strong {
    font-size: 3.8rem;
  }
  .calendar-wrap {
    gap: 34px;
    margin-top: 70px;
  }
  .calendar-copy h3 {
    font-size: 2.5rem;
  }
  .calendar-selection {
    grid-template-columns: 1fr;
  }
  .calendar-selection > span {
    justify-self: start;
    transform: rotate(90deg);
  }
  .calendar-card {
    padding: 18px 11px;
  }
  .calendar-grid {
    gap: 3px;
  }
  .days button {
    font-size: 0.72rem;
  }
  .rules-grid {
    gap: 28px;
  }
  .rules-list summary {
    padding: 20px 0;
    font-size: 1.12rem;
  }
  .rules-list summary span {
    width: 30px;
    height: 30px;
  }
  .rules-list details p {
    padding-right: 0;
    font-size: 0.86rem;
  }
  .booking-shell {
    gap: 38px;
  }
  .booking-card {
    padding: 23px 17px;
  }
  .form-heading {
    align-items: flex-start;
  }
  .form-heading span {
    font-size: 1.25rem;
  }
  .field-row,
  .field-row.three {
    grid-template-columns: 1fr 1fr;
  }
  .field-row.three label:first-child {
    grid-column: 1/3;
  }
  .children-ages > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .request-result {
    padding: 25px 17px;
  }
  .request-result > div {
    flex-direction: column;
    width: 100%;
  }
  .request-result > div .button {
    width: 100%;
  }
  .footer {
    padding-bottom: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .footer-grid > p {
    grid-column: auto;
  }
  .lightbox {
    padding: 64px 12px;
  }
  .lightbox figure {
    max-width: 96vw;
  }
  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 14px;
  }
  .lightbox-prev {
    left: calc(50% - 60px);
  }
  .lightbox-next {
    right: calc(50% - 60px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
