:root {
  color-scheme: light;
  --ink: #1c1713;
  --muted: #6c625b;
  --paper: #f7f3ea;
  --soft: #e8dfd2;
  --line: rgba(28, 23, 19, 0.16);
  --glass: rgba(32, 27, 22, 0.48);
  --white: #fffaf2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-nav {
  position: fixed;
  z-index: 20;
  top: max(16px, env(safe-area-inset-top));
  left: 50%;
  width: min(92vw, 760px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px;
  border: 1px solid rgba(255, 250, 242, 0.42);
  border-radius: 999px;
  background: rgba(29, 25, 20, 0.58);
  color: var(--white);
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, opacity 220ms ease;
}

.site-nav.is-hidden {
  opacity: 0;
  transform: translate(-50%, -120%);
}

.mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 4vw, 34px);
  font-size: 15px;
  font-weight: 800;
}

.book-link {
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
}

.hero-photo,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  object-position: 58% center;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.82), rgba(18, 14, 10, 0.28) 52%, rgba(18, 14, 10, 0.56)),
    linear-gradient(0deg, rgba(18, 14, 10, 0.72), transparent 42%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(92vw, 760px);
  padding: clamp(180px, 23vh, 260px) 0 160px;
  margin: 0 auto;
}

.eyebrow,
.section-number {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(74px, 12vw, 150px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 34px;
  font-size: clamp(22px, 4vw, 36px);
  line-height: 1.22;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primary-button,
.ghost-button,
.booking-actions a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
}

.primary-button,
.booking-actions a:first-child {
  background: #e8f1e5;
  color: #11120f;
}

.ghost-button,
.booking-actions a:last-child {
  border: 1px solid rgba(255, 250, 242, 0.48);
  color: var(--white);
}

.availability-card {
  position: absolute;
  z-index: 3;
  right: min(8vw, 110px);
  bottom: 38px;
  width: min(350px, calc(100vw - 44px));
  padding: 22px;
  border: 1px solid rgba(255, 250, 242, 0.44);
  border-radius: 26px;
  background: var(--glass);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.availability-card span,
.availability-card small {
  display: block;
  color: rgba(255, 250, 242, 0.78);
  font-weight: 800;
}

.availability-card strong {
  display: block;
  margin: 7px 0;
  font-size: 30px;
  line-height: 1;
}

.split-section,
.approach,
.booking {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: clamp(76px, 12vw, 142px) 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(34px, 7vw, 90px);
}

h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.body-copy p,
.booking p {
  color: var(--muted);
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.55;
}

.gallery {
  width: min(1160px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery img {
  width: 100%;
  height: clamp(260px, 32vw, 440px);
  object-fit: cover;
  border-radius: 28px;
}

.gallery img:nth-child(1),
.gallery img:nth-child(3) {
  margin-top: 54px;
}

.approach {
  border-bottom: 1px solid var(--line);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.principles article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.46);
}

.principles span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #7a6a59;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.principles h3 {
  margin-bottom: 14px;
  font-size: 26px;
}

.principles p {
  color: var(--muted);
  line-height: 1.55;
}

.reviews {
  width: min(1040px, 92vw);
  margin: 0 auto;
  padding: 44px 0 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  color: #6b625a;
}

.reviews p {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 17px;
  line-height: 1.5;
}

.booking {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 34px;
}

.booking-actions a {
  border: 1px solid var(--line);
}

.booking-actions a:last-child {
  color: var(--ink);
}

@media (max-width: 760px) {
  .site-nav {
    width: calc(100vw - 28px);
  }

  .site-nav nav {
    gap: 16px;
    font-size: 14px;
  }

  .site-nav nav a:not(.book-link):nth-child(2) {
    display: none;
  }

  .mark {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-photo {
    object-position: 62% center;
  }

  .hero-copy {
    width: calc(100vw - 44px);
    padding-top: 34vh;
    padding-bottom: 226px;
  }

  h1 {
    font-size: clamp(62px, 18vw, 96px);
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 24px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .availability-card {
    right: 22px;
    bottom: 24px;
    padding: 19px;
  }

  .split-section,
  .booking,
  .principles,
  .reviews {
    grid-template-columns: 1fr;
  }

  .gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .gallery img {
    min-width: 76vw;
    height: 430px;
    scroll-snap-align: center;
  }

  .gallery img:nth-child(1),
  .gallery img:nth-child(3) {
    margin-top: 0;
  }

  .booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
