:root {
  --ink: #171b19;
  --ink-soft: #2a302d;
  --paper: #f4f2ec;
  --paper-deep: #eae6dc;
  --white: #fffefa;
  --sage: #dbe3c5;
  --sage-deep: #a7b58b;
  --clay: #a25f47;
  --line: rgba(23, 27, 25, 0.17);
  --max-width: 1440px;
  --side: clamp(1.25rem, 4vw, 4.5rem);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

h1 em,
h2 em {
  color: var(--clay);
  font-weight: 400;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 0.85rem var(--side);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease;
}

.site-header.scrolled {
  min-height: 4.75rem;
  border-color: var(--line);
  background: rgba(244, 242, 236, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  line-height: 0;
}

.brand-logo-frame {
  position: relative;
  display: block;
  width: 9.6rem;
  height: 4.1rem;
  overflow: hidden;
  background: #050505;
  transition: width 220ms ease, height 220ms ease;
}

.brand-logo {
  display: block;
  width: 9.6rem;
  max-width: none;
  height: auto;
  transform: translateY(-2.95rem);
  transition: width 220ms ease, transform 220ms ease;
  user-select: none;
}

.site-header.scrolled .brand-logo-frame {
  width: 8.4rem;
  height: 3.55rem;
}

.site-header.scrolled .brand-logo {
  width: 8.4rem;
  transform: translateY(-2.6rem);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.6vw, 2.6rem);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 0.72rem 1.15rem;
  color: var(--white);
  border: 1px solid var(--ink);
  background: var(--ink);
  transition: color 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--ink);
  background: transparent;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.55rem;
  height: 1px;
  margin: 0.37rem auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  min-height: 52rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 5.5rem;
  background: var(--paper);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(6rem, 10vh, 9rem) clamp(2rem, 5vw, 5rem) 4.5rem var(--side);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.45rem;
  color: #535b56;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.68);
}

.hero h1 {
  max-width: 12ch;
  margin-bottom: 2rem;
  font-size: clamp(4.2rem, 7.1vw, 7.2rem);
}

.hero-intro {
  max-width: 32rem;
  margin-bottom: 2.2rem;
  color: #4c534f;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.hero-actions,
.stay-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 3.45rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

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

.button svg {
  width: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--ink);
  border-color: var(--ink);
  background: transparent;
}

.button-sage {
  color: var(--ink);
  background: var(--sage);
}

.button-sage:hover,
.button-sage:focus-visible {
  border-color: var(--sage);
  background: transparent;
}

.button-outline {
  border-color: var(--line);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.text-link,
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.text-link span,
.arrow-link span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(2px, -2px);
}

.arrow-link:hover span,
.arrow-link:focus-visible span {
  transform: translate(2px, 2px);
}

.text-link-light {
  color: var(--white);
}

.hero-rating {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 3.25rem;
  color: #555d58;
  font-size: 0.74rem;
}

.hero-rating strong {
  color: var(--ink);
  font-size: 1rem;
}

.rating-star {
  color: var(--clay);
}

.hero-media {
  position: relative;
  min-height: 47rem;
  overflow: hidden;
  background: #c3c4bf;
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(to top, rgba(12, 16, 14, 0.54), transparent);
  content: "";
  pointer-events: none;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 47rem;
  object-fit: cover;
  object-position: 53% center;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-media:hover > img {
  transform: scale(1.018);
}

.hero-badge {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  min-width: 10.5rem;
  padding: 1rem 1.15rem;
  color: var(--ink);
  background: rgba(255, 254, 250, 0.92);
  backdrop-filter: blur(12px);
}

.hero-badge span {
  margin-bottom: 0.2rem;
  color: #6a726d;
  font-size: 0.63rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-badge strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.hero-caption {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 1.7rem;
  left: 2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
}

.calendar-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(5.5rem, 9vw, 8rem) var(--side);
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.calendar-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
}

.calendar-heading h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
}

.sync-status {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 16rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sync-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #c59a47;
  box-shadow: 0 0 0 0.28rem rgba(197, 154, 71, 0.14);
}

.sync-status.is-synced .sync-dot {
  background: #63835b;
  box-shadow: 0 0 0 0.28rem rgba(99, 131, 91, 0.14);
}

.sync-status.is-preview .sync-dot {
  background: var(--clay);
  box-shadow: 0 0 0 0.28rem rgba(162, 95, 71, 0.14);
}

.sync-status strong,
.sync-status small {
  display: block;
}

.sync-status strong {
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.sync-status small {
  margin-top: 0.05rem;
  color: #676e69;
  font-size: 0.62rem;
}

.calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.45fr);
  background: var(--white);
  box-shadow: 0 1.2rem 3rem rgba(23, 27, 25, 0.08);
}

.calendar-panel {
  min-width: 0;
  padding: clamp(1.5rem, 3.5vw, 3.5rem);
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.calendar-toolbar p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  text-align: center;
}

.calendar-toolbar button {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.calendar-toolbar button:hover,
.calendar-toolbar button:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.calendar-toolbar button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.calendar-toolbar svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.calendar-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.calendar-month h3 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  margin-bottom: 0.4rem;
}

.calendar-weekdays span {
  padding: 0.35rem 0;
  color: #7a807c;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day,
.calendar-spacer {
  aspect-ratio: 1;
}

.calendar-day {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
}

.calendar-day::before {
  position: absolute;
  inset: 10%;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.calendar-day span {
  position: relative;
  z-index: 1;
}

.calendar-day:not(:disabled):hover::before,
.calendar-day:not(:disabled):focus-visible::before {
  border-color: var(--ink);
  transform: scale(1.05);
}

.calendar-day.is-range {
  background: rgba(219, 227, 197, 0.58);
}

.calendar-day.is-start::before,
.calendar-day.is-end::before {
  border-color: var(--ink);
  background: var(--ink);
}

.calendar-day.is-start span,
.calendar-day.is-end span {
  color: var(--white);
}

.calendar-day.is-today span::after {
  position: absolute;
  right: 0;
  bottom: -0.42rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin: auto;
  border-radius: 50%;
  background: var(--clay);
  content: "";
}

.calendar-day.is-past,
.calendar-day.is-unavailable {
  color: #a9aca9;
  cursor: not-allowed;
}

.calendar-day.is-unavailable::after {
  position: absolute;
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  content: "";
  transform: rotate(-35deg);
}

.calendar-day.is-unknown::before {
  border-style: dotted;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: #676e69;
  font-size: 0.59rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.calendar-legend i {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

.legend-available {
  border: 1px solid var(--ink);
}

.legend-unavailable {
  position: relative;
  border: 1px solid #a9aca9;
}

.legend-unavailable::after {
  position: absolute;
  top: 50%;
  left: -0.1rem;
  width: 0.95rem;
  height: 1px;
  background: #a9aca9;
  content: "";
  transform: rotate(-35deg);
}

.legend-selected {
  background: var(--ink);
}

.date-summary {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(2rem, 4vw, 3.5rem);
  color: var(--white);
  background: var(--ink);
}

.date-summary h3 {
  margin: 0 0 2.4rem;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
}

.date-summary dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.date-summary dl > div {
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.date-summary dt,
.summary-guests > span {
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.date-summary dd {
  margin: 0.2rem 0 0;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.summary-guests {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.summary-guests select {
  height: 3rem;
  padding: 0;
  color: var(--white);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color-scheme: dark;
  font-size: 0.82rem;
}

.summary-guests select option {
  color: var(--ink);
}

.selection-note {
  min-height: 3.2rem;
  margin: 1.3rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
}

.selection-note.is-error {
  color: #f1a38f;
}

.date-summary .button {
  width: 100%;
  margin-top: auto;
}

.date-summary .button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.summary-link {
  align-self: center;
  margin-top: 1.2rem;
  padding-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 0.61rem;
}

.booking-referral {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  max-width: var(--max-width);
  margin: 0 auto;
  color: var(--white);
  background: var(--ink);
}

.referral-visual {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
}

.referral-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 15, 13, 0.48), transparent 48%);
  content: "";
}

.referral-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.referral-visual:hover img {
  transform: scale(1.025);
}

.referral-visual > span {
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.55rem 0.75rem;
  color: var(--ink);
  background: var(--sage);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.referral-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 7rem);
}

.referral-content h2 {
  margin-bottom: 1.8rem;
  font-size: clamp(3.6rem, 6.4vw, 6.5rem);
}

.referral-content h2 em {
  color: var(--sage-deep);
}

.referral-content > p:not(.eyebrow) {
  max-width: 36rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.62);
}

.referral-benefits {
  margin: 0 0 2.5rem;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.referral-benefits li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.75rem;
  padding: 0.9rem 0;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.75rem;
}

.referral-benefits span {
  color: var(--sage-deep);
  font-size: 0.62rem;
}

.referral-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.referral-content .button-sage:hover,
.referral-content .button-sage:focus-visible {
  color: var(--sage);
}

.referral-content > small {
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.6rem;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 4rem var(--side);
  border-bottom: 1px solid var(--line);
}

.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  border-right: 1px solid var(--line);
  text-align: center;
}

.fact:last-child {
  border: 0;
}

.fact strong {
  margin-bottom: 0.2rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.fact span {
  color: #666d68;
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 10rem) var(--side);
}

.section-heading h2,
.amenities-heading h2,
.location-copy h2 {
  margin: 0;
  font-size: clamp(3.7rem, 6.5vw, 6.7rem);
}

.house {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 5rem 6vw;
}

.house-copy {
  align-self: end;
  max-width: 36rem;
  padding-bottom: 0.8rem;
}

.lead {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.house-copy > p:not(.lead),
.location-copy > p:not(.eyebrow):not(.lead) {
  color: #5c635f;
}

.house-copy .arrow-link {
  margin-top: 1.2rem;
}

.house-image {
  margin: 0;
}

.house-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-image-main {
  grid-row: span 2;
  min-height: 37rem;
}

.house-image-main figcaption {
  margin-top: 0.7rem;
  color: #696f6b;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
}

.house-image-detail {
  min-height: 24rem;
}

.house-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.3rem;
  max-width: 26rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
}

.house-note .note-number {
  font-family: var(--serif);
  font-size: 3.7rem;
  line-height: 1;
}

.house-note p {
  margin: 0;
  color: #5b625e;
  font-size: 0.8rem;
}

.section-dark {
  max-width: var(--max-width);
  margin: 0 auto;
  color: var(--white);
  background: var(--ink);
}

.rooms {
  display: grid;
  grid-template-columns: minmax(20rem, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(2rem, 5vw, 5rem);
}

.rooms-visual {
  position: relative;
  min-height: 49rem;
  overflow: hidden;
}

.rooms-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-label {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  padding: 0.55rem 0.75rem;
  color: var(--ink);
  background: var(--sage);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rooms-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
}

.rooms-content h2 {
  margin-bottom: 2rem;
  font-size: clamp(3.6rem, 6vw, 6.3rem);
}

.rooms-content h2 em {
  color: var(--sage-deep);
}

.rooms-intro {
  max-width: 36rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.64);
}

.room-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.4rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.room-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.room-list > li > span {
  color: var(--sage-deep);
  font-size: 0.68rem;
}

.room-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.room-list strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.room-list small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
}

.gallery-heading h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7rem);
}

.gallery-heading > p {
  max-width: 20rem;
  color: #68706b;
  font-size: 0.78rem;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 15rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.gallery-item {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #d5d3cd;
  cursor: zoom-in;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 14, 12, 0.55), transparent 55%);
  content: "";
  opacity: 0.72;
  transition: opacity 220ms ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.gallery-item-entrance img {
  object-position: 50% 52%;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  left: 1rem;
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

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

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 4.5rem 6rem 3rem;
  color: var(--white);
  border: 0;
  background: rgba(13, 16, 14, 0.97);
}

.lightbox::backdrop {
  background: rgba(13, 16, 14, 0.95);
}

.lightbox[open] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.lightbox figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}

.lightbox figure img {
  max-width: 100%;
  max-height: calc(100vh - 10rem);
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.lightbox-close,
.lightbox-nav {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.lightbox-close svg,
.lightbox-nav svg {
  width: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.amenities {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  gap: 4rem 7vw;
  border-top: 1px solid var(--line);
}

.amenities-heading {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.amenities-heading > p:last-child {
  max-width: 27rem;
  margin-top: 2rem;
  color: #626964;
}

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

.amenity {
  min-height: 14rem;
  padding: 1.6rem;
  border-top: 1px solid var(--line);
}

.amenity:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.amenity svg {
  width: 1.7rem;
  margin-bottom: 2rem;
  fill: none;
  stroke: var(--clay);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.amenity h3 {
  margin-bottom: 0.55rem;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.amenity p {
  max-width: 18rem;
  margin: 0;
  color: #69706c;
  font-size: 0.75rem;
}

.amenities > .button {
  grid-column: 2;
  justify-self: start;
}

.reviews {
  display: grid;
  grid-template-columns: 0.55fr 1.25fr 0.8fr;
  gap: 4rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) var(--side);
  background: var(--sage);
}

.reviews-score .score {
  display: block;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 8vw, 8rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
}

.stars {
  margin-top: 1.2rem;
  color: var(--clay);
  font-size: 0.75rem;
  letter-spacing: 0.35em;
}

.reviews-score > p:last-child {
  color: #5a6354;
  font-size: 0.68rem;
}

.reviews-copy h2 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 4.2vw, 4.6rem);
  line-height: 1.08;
}

.review-author {
  color: #5d6558;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.2rem;
}

.review-tags span {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(23, 27, 25, 0.28);
  font-size: 0.63rem;
}

.host-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding-left: 2rem;
  border-left: 1px solid rgba(23, 27, 25, 0.22);
}

.host-initial {
  display: grid;
  place-items: center;
  width: 3.7rem;
  height: 3.7rem;
  margin-bottom: 1.7rem;
  color: var(--white);
  border-radius: 50%;
  background: var(--ink);
  font-family: var(--serif);
  font-size: 1.7rem;
}

.host-card p {
  margin-bottom: 0.15rem;
  color: #626a5d;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.host-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
}

.host-card div > span {
  display: block;
  margin-top: 0.3rem;
  color: #5d6558;
  font-size: 0.67rem;
}

.host-card a {
  margin-top: auto;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 600;
}

.location {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
}

.location-map {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  background: #e1ded5;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: linear-gradient(rgba(23, 27, 25, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 27, 25, 0.09) 1px, transparent 1px);
  background-size: 4rem 4rem;
  transform: rotate(-9deg) scale(1.25);
}

.map-road {
  position: absolute;
  display: block;
  height: 0.6rem;
  border-top: 2px solid rgba(23, 27, 25, 0.25);
  border-bottom: 2px solid rgba(23, 27, 25, 0.25);
  transform-origin: left;
}

.road-one {
  top: 30%;
  left: -8%;
  width: 125%;
  transform: rotate(20deg);
}

.road-two {
  top: 87%;
  left: 8%;
  width: 90%;
  transform: rotate(-64deg);
}

.road-three {
  top: 65%;
  left: 20%;
  width: 100%;
  transform: rotate(-17deg);
}

.map-pin {
  position: absolute;
  top: 45%;
  left: 48%;
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 5.4rem;
  color: var(--white);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1rem rgba(23, 27, 25, 0.1);
  transform: translate(-50%, -50%);
}

.map-pin svg {
  width: 2.5rem;
  fill: none;
  stroke: var(--sage);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-label,
.map-area {
  position: absolute;
  padding: 0.45rem 0.65rem;
  background: rgba(244, 242, 236, 0.92);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.map-label {
  top: 55%;
  left: 48%;
  transform: translateX(-50%);
}

.map-area-one {
  top: 18%;
  right: 10%;
}

.map-area-two {
  bottom: 14%;
  left: 10%;
}

.location-copy .lead {
  margin: 2rem 0 2.5rem;
}

.location-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.location-list li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1.1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.location-list span {
  color: var(--clay);
  font-size: 0.63rem;
}

.location-list p {
  margin: 0;
  color: #626965;
  font-size: 0.77rem;
}

.location-list strong {
  color: var(--ink);
}

.stay-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 43rem;
  max-width: var(--max-width);
  margin: 0 auto;
  overflow: hidden;
  color: var(--white);
  text-align: center;
}

.stay-cta > img,
.stay-cta-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stay-cta > img {
  object-fit: cover;
}

.stay-cta-overlay {
  background: rgba(12, 15, 13, 0.67);
}

.stay-cta-content {
  position: relative;
  z-index: 2;
  padding: 4rem var(--side);
}

.stay-cta-content .eyebrow {
  justify-content: center;
}

.stay-cta-content h2 {
  margin-bottom: 2.5rem;
  font-size: clamp(3.8rem, 7vw, 7.3rem);
}

.stay-cta-content h2 em {
  color: var(--sage);
}

.stay-cta-actions {
  justify-content: center;
}

.practical {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 5rem;
}

.practical h2 {
  margin: 0;
  font-size: clamp(3.6rem, 6vw, 6rem);
}

.practical-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.practical-list div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.practical-list dt {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.practical-list dd {
  margin: 0;
  color: #626965;
  font-size: 0.8rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  gap: 4rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 5rem var(--side) 2rem;
  color: var(--white);
  background: var(--ink);
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  line-height: 0;
}

.brand-logo-frame-footer {
  width: 14rem;
  height: 6rem;
}

.brand-logo-frame-footer .brand-logo {
  width: 14rem;
  transform: translateY(-4.3rem);
}

.footer-brand > span {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.66rem;
}

.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-top: 0.5rem;
  font-size: 0.75rem;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--sage);
}

.footer-booking {
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-booking p {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-booking a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--sage);
  font-family: var(--serif);
  font-size: 1.8rem;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.62rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 1.2rem;
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .hero-copy {
    padding-right: 2rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 7.8vw, 6.2rem);
  }

  .reviews {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .host-card {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 1.4rem;
    padding: 1.6rem 0 0;
    border-top: 1px solid rgba(23, 27, 25, 0.22);
    border-left: 0;
  }

  .host-initial {
    flex: 0 0 auto;
    margin: 0;
  }

  .host-card a {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 5rem;
  }

  .site-header,
  .site-header.scrolled {
    min-height: 4.8rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(0.22rem) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-0.22rem) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.2rem;
    padding: 7rem var(--side) 4rem;
    color: var(--white);
    background: var(--ink);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav a {
    font-family: var(--serif);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.03em;
  }

  .site-nav .nav-cta {
    margin-top: 1.3rem;
    color: var(--ink);
    border-color: var(--sage);
    background: var(--sage);
    font-family: var(--sans);
    font-size: 0.75rem;
    letter-spacing: 0.07em;
  }

  .menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .menu-open .site-header,
  .menu-open .site-header.scrolled {
    color: var(--white);
    background: transparent;
    border-color: transparent;
  }

  .menu-open .brand {
    position: relative;
    z-index: 2;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 4.8rem;
  }

  .hero-copy {
    min-height: 42rem;
    padding: 7rem var(--side) 4rem;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 14vw, 6.7rem);
  }

  .hero-media,
  .hero-media > img {
    min-height: 35rem;
  }

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

  .referral-visual {
    min-height: 31rem;
  }

  .referral-content {
    padding: 5rem var(--side);
  }

  .calendar-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .sync-status {
    width: 100%;
  }

  .calendar-layout {
    grid-template-columns: 1fr;
  }

  .date-summary {
    min-height: 28rem;
  }

  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
  }

  .fact:nth-child(2) {
    border: 0;
  }

  .house,
  .rooms,
  .amenities,
  .location,
  .practical {
    grid-template-columns: 1fr;
  }

  .house {
    gap: 3rem;
  }

  .house-copy {
    padding: 0;
  }

  .house-image-main {
    min-height: 30rem;
  }

  .house-image-detail {
    display: none;
  }

  .rooms {
    gap: 1rem;
    padding: var(--side);
  }

  .rooms-visual {
    min-height: 38rem;
  }

  .rooms-content {
    padding: 4rem 1rem 2rem;
  }

  .gallery-grid {
    grid-auto-rows: 12rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-item:first-child,
  .gallery-item:last-child {
    grid-column: span 2;
  }

  .lightbox {
    padding: 4.5rem 1rem 2rem;
  }

  .lightbox[open] {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-nav {
    grid-row: 2;
    justify-self: center;
  }

  .amenities-heading {
    position: static;
  }

  .amenities > .button {
    grid-column: 1;
  }

  .reviews {
    gap: 3rem;
  }

  .location-map {
    min-height: 33rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-booking {
    grid-column: 1 / -1;
    padding: 2rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .site-header .brand-logo-frame {
    width: 8.4rem;
    height: 3.55rem;
  }

  .site-header .brand-logo {
    width: 8.4rem;
    transform: translateY(-2.6rem);
  }

  .hero-copy {
    min-height: 40rem;
    padding-top: 6rem;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.1rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-rating {
    margin-top: 2.6rem;
  }

  .hero-media,
  .hero-media > img {
    min-height: 28rem;
  }

  .hero-badge {
    top: 1rem;
    right: 1rem;
  }

  .hero-caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .referral-visual {
    min-height: 24rem;
  }

  .referral-content h2 {
    font-size: clamp(3.3rem, 15vw, 4.8rem);
  }

  .referral-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .referral-actions .button {
    width: 100%;
  }

  .calendar-section {
    padding-right: 0;
    padding-left: 0;
  }

  .calendar-heading {
    padding: 0 var(--side);
  }

  .calendar-heading h2 {
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .calendar-panel {
    padding: 1.4rem 0.8rem 2rem;
  }

  .calendar-months {
    grid-template-columns: 1fr;
  }

  .calendar-toolbar {
    margin-bottom: 1.8rem;
  }

  .calendar-toolbar p {
    font-size: 1.15rem;
  }

  .calendar-day {
    font-size: 0.68rem;
  }

  .calendar-legend {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }

  .date-summary {
    min-height: 30rem;
  }

  .facts {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fact {
    padding: 0 0.5rem;
  }

  .fact span {
    font-size: 0.57rem;
  }

  .section-heading h2,
  .amenities-heading h2,
  .location-copy h2,
  .rooms-content h2,
  .stay-cta-content h2 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
  }

  .house-image-main {
    min-height: 23rem;
  }

  .rooms-visual {
    min-height: 31rem;
  }

  .room-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .gallery-item,
  .gallery-item-tall {
    min-height: 17rem;
  }

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

  .amenity:nth-child(odd) {
    border-right: 0;
  }

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

  .reviews-copy h2 {
    font-size: 2.7rem;
  }

  .host-card {
    grid-column: 1;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .host-card a {
    width: 100%;
    margin: 1rem 0 0;
    border: 0;
  }

  .location-map {
    min-height: 27rem;
  }

  .stay-cta {
    min-height: 37rem;
  }

  .stay-cta-actions {
    flex-direction: column;
  }

  .practical {
    gap: 2.5rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-booking {
    grid-column: 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
