@font-face {
  font-family: "TT Ramillas ExtraLight";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas ExtraLight";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20ExtraLight%20Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20Light%20Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20ExtraLight%20Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas";
  src: url("assets/fonts/TT%20Ramillas%20Trial%20Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --pine: #23302b;
  --pine-2: #17231f;
  --review-pine: #2d3e38;
  --sage: #d9d7cf;
  --linen: #fbf8f4;
  --email-linen: #f7f2e9;
  --paper: #fffaf2;
  --paper-deep: #f5eee5;
  --booking-popover-bg: var(--paper);
  --taupe: #ab967c;
  --taupe-2: #c7b8a5;
  --taupe-3: #e6ded4;
  --clay: #8e745e;
  --ink: #1f2824;
  --text-warm: #4c4842;
  --muted: #837c72;
  --muted-green: #68726d;
  --line: rgba(171, 150, 125, 0.28);
  --shadow: 0 26px 70px rgba(25, 35, 31, 0.14);
  --button-radius: 0;
  --type--1: 0.8rem;
  --type-0: 1rem;
  --type-1: 1.25rem;
  --type-2: 1.563rem;
  --type-3: 1.953rem;
  --type-4: 2.441rem;
  --type-5: 3.052rem;
  --type-6: 3.815rem;
  --type-7: 4.768rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Karla", Arial, sans-serif;
  font-size: var(--type-0);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: #fff;
  border-bottom: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  height: auto;
}

.site-header .brand-logo {
  height: 40px;
  width: auto;
}

.eyebrow {
  color: var(--clay);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: var(--type--1);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--text-warm);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-nav {
  display: flex;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 7px 12px;
  color: #23211f;
  background: var(--taupe);
  border: 1px solid var(--taupe);
  border-radius: var(--button-radius);
}

.language-switch {
  padding: 7px 12px;
  border: 1px solid rgba(171, 150, 125, 0.44);
  background: rgba(255, 250, 242, 0.5);
  color: var(--pine);
  border-radius: var(--button-radius);
}

.language-menu {
  position: relative;
}

.language-menu summary {
  list-style: none;
  cursor: pointer;
  color: var(--pine);
  padding: 7px 12px;
  border: 1px solid rgba(171, 150, 125, 0.44);
  border-radius: var(--button-radius);
  background: rgba(255, 250, 242, 0.5);
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  content: "";
  display: inline-block;
  width: 0.44em;
  height: 0.44em;
  margin-left: 0.46em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.18em) rotate(45deg);
}

.language-menu div {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 132px;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  z-index: 20;
  text-transform: none;
  letter-spacing: 0;
}

.language-menu div a {
  display: block;
  padding: 10px 12px;
  white-space: nowrap;
}

.language-menu div a[aria-current="page"] {
  background: rgba(171, 150, 124, 0.14);
}

.nav-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-warm);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-toggle span {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(680px, calc(100vh - 64px), 828px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 48px;
  padding: 96px clamp(18px, 5vw, 72px) 0;
  overflow: hidden;
  background: var(--linen);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero h1,
.section h2,
.booking-section h2 {
  margin: 0;
  font-family: "TT Ramillas ExtraLight", "TT Ramillas", Georgia, serif;
  font-style: normal;
  font-weight: 200;
  line-height: 0.97;
}

.intro-strip h2,
.stat-board strong,
.gallery-card strong,
.amenity-grid h3,
.poi-card strong,
.reviews p,
.faq-item summary span,
.local-guide-grid h3,
.date-picker-header strong,
.date-month-title,
.booking-success h3 {
  font-family: "TT Ramillas ExtraLight", "TT Ramillas", Georgia, serif;
  font-weight: 200;
}

.hero h1 {
  font-size: var(--type-7);
  letter-spacing: -0.06em;
}

.hero-text {
  max-width: 660px;
  margin: 28px 0;
  color: var(--muted);
  font-family: "Karla", Arial, sans-serif;
  font-size: var(--type-1);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.4;
}

.hero-actions,
.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--pine);
  border-radius: var(--button-radius);
  cursor: pointer;
  font-family: "Tenor Sans", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.button.primary {
  color: var(--pine);
  background: var(--taupe);
  border-color: var(--taupe);
}

.button.secondary {
  color: var(--pine);
  background: rgba(255, 250, 242, 0.44);
  border-color: var(--taupe);
}

.button.full {
  width: 100%;
}

.hero .button {
  min-height: 40px;
  padding: 12px 24px;
  font-size: 14px;
  text-transform: uppercase;
}

.booking-card .button {
  min-height: 48px;
  border-radius: var(--button-radius);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.hero-panel {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  min-height: clamp(680px, calc(100vh - 64px), 828px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--paper);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--linen) 0%, rgba(251, 248, 244, 0.88) 12%, rgba(251, 248, 244, 0.28) 42%, rgba(251, 248, 244, 0) 70%),
    linear-gradient(0deg, rgba(251, 248, 244, 0.18), rgba(251, 248, 244, 0) 24%, rgba(251, 248, 244, 0) 76%, rgba(251, 248, 244, 0.26));
  pointer-events: none;
}

.hero-image {
  height: 100%;
  min-height: clamp(680px, calc(100vh - 64px), 828px);
  display: grid;
  place-items: center;
  background: var(--linen);
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(680px, calc(100vh - 64px), 828px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(0.96);
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: rgba(241, 238, 233, 1);
  border: 1px solid rgba(241, 238, 233, 1);
}

.intro-strip article {
  padding: clamp(26px, 4vw, 52px);
  background: rgba(251, 248, 244, 1);
}

.intro-strip .brand-illustration {
  margin-bottom: 18px;
  color: var(--taupe);
}

.brand-illustration {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  color: var(--taupe);
  font-size: 58px;
  line-height: 1;
}

.brand-illustration.small {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  font-size: 46px;
}

.brand-illustration.on-dark {
  filter: none;
}

.intro-strip span {
  color: var(--taupe);
}

.intro-strip h2 {
  margin: 0 0 10px;
  font-family: "TT Ramillas", Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.intro-strip p,
.stay-copy p,
.booking-section p:not(.eyebrow) {
  color: var(--muted-green);
  font-family: "Karla", Arial, sans-serif;
}

.section,
.booking-section {
  padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 72px);
}

.stay-section,
.amenities-section,
.reviews-section,
.rules-section,
.faq-section,
.local-seo-section {
  background: #fff;
}

.gallery-section,
.location-section {
  background: var(--linen);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 44px;
}

.section-heading.wide {
  grid-template-columns: 1fr;
  max-width: 900px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 654px;
  margin: 0;
  color: var(--muted-green);
  font-family: "Karla", Arial, sans-serif;
  font-size: var(--type-1);
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.section h2,
.booking-section h2 {
  font-size: var(--type-6);
  letter-spacing: -0.07em;
}

.stay-grid,
.location-layout,
.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 70px);
}

.stay-copy {
  max-width: 760px;
  font-size: var(--type-1);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.4;
}

.stat-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: rgba(241, 238, 233, 1);
  border: 1px solid rgba(241, 238, 233, 1);
}

.stat-board div {
  min-height: 150px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(251, 248, 244, 1);
}

.stat-board strong {
  font-family: "TT Ramillas", Georgia, serif;
  font-size: var(--type-4);
  font-weight: 300;
}

.stat-board span {
  color: var(--muted-green);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: var(--type--1);
}

.gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: 16px;
  align-items: stretch;
}

.gallery-feature {
  position: sticky;
  top: 96px;
  align-self: start;
  min-height: 712px;
  margin: 0;
  padding: 12px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.gallery-feature img {
  width: 100%;
  height: 628px;
  object-fit: cover;
}

.gallery-feature figcaption {
  min-height: 50px;
  padding: 14px 0 0;
  color: var(--pine);
  font-family: "Tenor Sans", Arial, sans-serif;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gallery-card {
  min-height: 258px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 12px;
  border: 1px solid transparent;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gallery-card.active,
.gallery-card:hover {
  border-color: #e7e1da;
  background: unset;
  background-color: var(--linen);
  transform: translateY(-4px);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
}

.gallery-card strong {
  margin: 6px 6px 0;
  font-family: "TT Ramillas", Georgia, serif;
  font-size: var(--type-0);
  font-weight: 300;
  letter-spacing: -0.01em;
}

.gallery-card small {
  margin: 0 6px 6px;
  color: var(--muted);
  font-family: "Karla", Arial, sans-serif;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: rgba(241, 238, 233, 1);
  border: 1px solid rgba(241, 238, 233, 1);
}

.amenity-grid article {
  min-height: 230px;
  padding: 28px;
  background: rgba(251, 248, 244, 1);
}

.amenity-grid .brand-illustration.small {
  margin-bottom: 16px;
}

.amenity-grid h3 {
  display: block;
  margin: 0 0 10px;
  font-family: "TT Ramillas", Georgia, serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.amenity-grid p {
  margin: 0;
  color: var(--muted-green);
  font-family: "Karla", Arial, sans-serif;
}

.map-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--sage);
  border: none;
  box-shadow: none;
}

.location-map {
  position: absolute;
  inset: 0;
}

.map-mode-toggle {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(84px, 1fr));
  gap: 0;
  padding: 4px;
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(171, 150, 124, 0.38);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.map-mode-toggle button {
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: var(--pine);
  cursor: pointer;
  font-size: var(--type--1);
}

.map-mode-toggle button.active {
  background: var(--taupe);
  color: var(--pine);
}

.map-mode-toggle button:focus-visible {
  outline: 2px solid var(--pine);
  outline-offset: -2px;
}

.map-status {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
  padding: 12px;
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(171, 150, 124, 0.38);
  color: var(--pine);
  font-size: var(--type--1);
  backdrop-filter: blur(14px);
}

.map-status [data-route-status-text] {
  min-width: 0;
}

.map-directions-link {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(171, 150, 124, 0.54);
  background: rgba(255, 250, 242, 0.82);
  color: var(--pine);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-directions-link:hover {
  border-color: var(--taupe);
  background: var(--taupe-3);
}

.map-marker {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(171, 150, 124, 0.72);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}

.map-marker::after {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--taupe);
  border-radius: 50%;
}

.map-marker.home,
.map-marker.active {
  width: 30px;
  height: 30px;
  background: var(--taupe);
  border-color: rgba(255, 250, 242, 0.92);
  box-shadow: none;
}

.map-marker.home::after,
.map-marker.active::after {
  background: var(--pine);
}

.maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(171, 150, 124, 0.38);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: none;
}

.maplibregl-ctrl-group button {
  background-color: transparent;
}

.maplibregl-ctrl-group button + button {
  border-top-color: rgba(171, 150, 124, 0.28);
}

.maplibregl-ctrl button .maplibregl-ctrl-icon {
  filter: sepia(0.35) saturate(0.9) hue-rotate(92deg);
}

.maplibregl-popup-content {
  padding: 14px;
  background: rgba(255, 250, 242, 0.96);
  color: var(--pine);
  border: 1px solid rgba(171, 150, 124, 0.4);
  box-shadow: none;
  font-family: "Tenor Sans", Arial, sans-serif;
}

.maplibregl-popup-content strong {
  display: block;
  margin-bottom: 6px;
}

.maplibregl-popup-content p {
  margin: 0;
  color: var(--muted-green);
  font-size: var(--type--1);
}

.maplibregl-ctrl-attrib {
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 11px;
}

.distance-list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.poi-card {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--taupe-3);
  background: var(--linen);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.poi-card:hover {
  border-color: var(--taupe);
  transform: translateY(-2px);
}

.poi-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--taupe);
  font-size: var(--type--1);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.poi-card strong {
  display: block;
  font-family: "TT Ramillas", Georgia, serif;
  font-weight: 300;
  font-size: var(--type-1);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.poi-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted-green);
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.5;
}

.poi-card.active {
  background: #fff;
  color: var(--ink);
  border-color: #e7e1da;
}

.poi-card.active span {
  color: var(--clay);
}

.poi-card.active small {
  color: var(--muted-green);
}

.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 14px;
}

.reviews article {
  min-height: 280px;
  padding: 28px;
  background: var(--review-pine);
  border-radius: 16px;
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.reviews p {
  margin: 0;
  font-family: "TT Ramillas", Georgia, serif;
  font-size: clamp(24px, 2.15vw, 31px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.reviews span {
  color: rgba(255, 250, 242, 0.64);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: var(--type--1);
  line-height: 1.35;
}

.rules {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rules span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  background: var(--taupe-3);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1.22fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
}

.faq-section .section-heading {
  margin-bottom: 0;
}

.faq-accordion {
  display: grid;
  border-top: 1px solid var(--line);
}

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

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 20px 0;
  color: var(--pine);
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary span {
  font-family: "TT Ramillas", Georgia, serif;
  font-size: var(--type-1);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.faq-item summary i {
  flex: 0 0 auto;
  color: var(--taupe);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.faq-item[open] summary i {
  transform: rotate(180deg);
}

.faq-item p {
  max-width: 780px;
  margin: -4px 0 22px;
  color: var(--muted-green);
}

.local-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.local-guide-grid article {
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--paper);
}

.local-guide-grid h3 {
  margin: 0 0 14px;
  color: var(--pine);
  font-size: var(--type-1);
  font-family: "TT Ramillas", Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.local-guide-grid h3 a {
  color: inherit;
  text-decoration: none;
}

.local-guide-grid p {
  margin: 0;
  color: var(--muted-green);
}

.article-body-section {
  padding-top: clamp(64px, 8vw, 112px);
}

.article-body {
  max-width: 860px;
  margin: 0 auto;
}

.article-body section + section {
  margin-top: clamp(38px, 5vw, 64px);
}

.article-body h2 {
  margin: 0 0 18px;
  color: var(--pine);
  font-family: "TT Ramillas ExtraLight", "TT Ramillas", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 200;
  line-height: 1;
}

.article-body p {
  margin: 0;
  color: var(--muted-green);
  font-size: var(--type-0);
  line-height: 1.75;
}

.article-body p + p {
  margin-top: 16px;
}

.seo-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.seo-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.72);
  color: var(--pine);
  font-size: var(--type--1);
}

.guide-booking-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.guide-booking-section .section-heading {
  margin-bottom: 0;
}

.booking-section {
  align-items: start;
  background: var(--pine);
  color: var(--paper);
}

.booking-section .eyebrow {
  color: var(--clay);
}

.booking-section p {
  color: rgba(255, 250, 242, 0.7);
}

.booking-card {
  position: relative;
  display: grid;
  isolation: isolate;
  gap: 24px;
  padding: clamp(34px, 4.6vw, 52px);
  --stamp-cutout-color: var(--pine);
  --stamp-cutout-size: 16px;
  --stamp-cutout-step: 50px;
  --stamp-corner-padding: 44px;
  --stamp-perforations: none;
  --booking-line-default: rgba(171, 150, 125, 0.5);
  --booking-line-active: #ab967d;
  --booking-popover-z: 80;
  --booking-popover-bg: #fffaf2;
  background: var(--paper);
  color: var(--ink);
}

.guide-booking-section .booking-card {
  --stamp-cutout-color: var(--pine);
}

.booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--stamp-perforations);
}

.booking-card::after {
  content: none;
}

.booking-card > * {
  position: relative;
  z-index: 1;
}

.booking-field-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(20px, 4vw, 34px);
  row-gap: 18px;
  z-index: 20;
}

.booking-field-grid.has-open-popover {
  z-index: 1000;
}

.booking-card label {
  position: relative;
  display: grid;
  gap: 6px;
}

.booking-card label > span {
  color: var(--clay);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease, font-size 180ms ease;
}

.booking-card label:has(input:not([type="hidden"])),
.booking-card label:has(textarea) {
  min-height: 62px;
  padding-top: 14px;
}

.booking-card label:has(textarea) {
  min-height: 128px;
}

.booking-card label:has(input:not([type="hidden"]):not([data-phone-input])) > span,
.booking-card label:has(textarea) > span,
.booking-card .booking-phone-field > span,
.booking-card .booking-guest-field > span,
.date-range-control > span {
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 2;
  transform-origin: left center;
  pointer-events: none;
  user-select: none;
}

.booking-card label:has(input:not([type="hidden"]):not([data-phone-input]):focus) > span,
.booking-card label:has(input:not([type="hidden"]):not([data-phone-input]):not(:placeholder-shown)) > span,
.booking-card label:has(input:not([type="hidden"]):not([data-phone-input]).is-invalid) > span,
.booking-card label:has(textarea:focus) > span,
.booking-card label:has(textarea:not(:placeholder-shown)) > span,
.booking-card .booking-phone-field:focus-within > span,
.booking-card .booking-phone-field.booking-control-open > span,
.booking-card .booking-phone-field.has-value > span,
.booking-card .booking-guest-field:focus-within > span,
.booking-card .booking-guest-field.booking-control-open > span,
.booking-card .booking-guest-field.has-value > span,
.date-range-control:focus-within > span,
.date-range-control.is-active > span,
.date-range-control.has-value > span {
  color: var(--clay);
  font-size: 0.66rem;
  transform: translateY(-28px);
}

.booking-card input,
.booking-card select,
.booking-card textarea,
.date-display,
.guest-select-trigger {
  width: 100%;
  min-height: 44px;
  padding: 14px 0 7px;
  border: 0;
  border-bottom: 1px solid var(--booking-line-default);
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  outline: 0;
  transition: border-color 180ms ease, outline-color 180ms ease, background 180ms ease;
}

.booking-card input,
.booking-card select,
.booking-card textarea,
.date-display,
.guest-select-trigger,
.booking-card textarea {
  border-bottom-color: var(--booking-line-default);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.date-display,
.guest-select-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
}

.date-display i,
.guest-select-trigger i {
  color: var(--taupe);
  font-size: 1.25rem;
}

.date-display strong,
.guest-select-trigger span {
  flex: 1;
}

.booking-phone-field {
  position: relative;
  min-height: 62px;
  padding-top: 14px;
  overflow: visible;
}

.booking-phone-field > span {
  pointer-events: none;
}

.booking-guest-field {
  min-height: 62px;
  padding-top: 14px;
}

.booking-phone-field .iti:not(.iti--container),
.booking-phone-field > .iti:not(.iti--container) {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  transform: translateY(4px);
  overflow: visible;
  color: var(--ink);
  background: transparent;
}

.booking-phone-field .iti:not(.iti--container) input[type="tel"],
.booking-phone-field > .iti:not(.iti--container) input[type="tel"] {
  height: 44px;
  min-height: 44px;
  padding: 14px 0 7px 104px !important;
}

.booking-phone-field .iti__flag-container,
.booking-phone-field .iti input[type="tel"],
.guest-select-trigger > *,
.date-display > * {
  transition: opacity 140ms ease;
}

.booking-phone-field:not(:focus-within):not(.booking-control-open):not(.has-value) .iti__flag-container,
.booking-guest-field:not(:focus-within):not(.booking-control-open):not(.has-value) .guest-select-trigger > *,
.date-range-control:not(:focus-within):not(.is-active):not(.has-value) .date-display > * {
  opacity: 0;
}

.booking-phone-field:not(:focus-within):not(.booking-control-open):not(.has-value) .iti input[type="tel"] {
  color: transparent;
  caret-color: transparent;
}

.booking-card input::placeholder,
.booking-card textarea::placeholder {
  color: transparent;
  transition: color 140ms ease;
}

.booking-card input:focus::placeholder,
.booking-card textarea:focus::placeholder {
  color: rgba(104, 114, 109, 0.54);
}

.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus,
.date-display:focus-visible,
.guest-select-trigger:focus-visible {
  border-bottom-color: var(--booking-line-active);
  outline: 0;
  box-shadow: none;
}

.date-nav:focus-visible,
.date-day:focus-visible {
  outline: 1px solid var(--booking-line-active);
  outline-offset: -1px;
  box-shadow: none;
}

.booking-card input.is-invalid {
  border-bottom-color: var(--booking-line-active);
  outline: 0;
  box-shadow: none;
}

.booking-phone-field .iti__flag-container {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 3;
  height: 44px;
}

.booking-phone-field .iti__selected-flag {
  pointer-events: auto;
}

.booking-phone-field .iti--separate-dial-code .iti__selected-flag {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding-left: 0;
  padding-right: 10px;
  background: transparent;
  border-right: 0;
  color: var(--ink);
}

.booking-phone-field .iti__arrow {
  display: none;
}

.phone-country-chevron {
  color: var(--pine);
  font-size: 0.88rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.booking-phone-field .iti.phone-country-open .phone-country-chevron {
  transform: rotate(180deg);
}

.booking-phone-field .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.booking-phone-field .iti--separate-dial-code .iti__selected-flag:hover {
  background: transparent;
}

/* Desktop: list stays under the flag control. */
.booking-phone-field .iti__flag-container > .iti__country-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: auto;
  z-index: 1002;
  width: min(360px, calc(100vw - 48px));
  max-height: min(280px, 45dvh);
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--taupe);
  background: var(--paper);
  box-shadow: 0 18px 34px rgba(23, 35, 31, 0.16);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Mobile portal: intl-tel-input mounts a body-level panel on small screens. */
.iti--container {
  z-index: 10050;
  height: auto !important;
  width: auto !important;
  padding: 0;
  cursor: default;
  background: var(--paper) !important;
}

body.phone-country-dropdown-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(35, 48, 43, 0.52);
  pointer-events: auto;
}

body.date-picker-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(35, 48, 43, 0.52);
  pointer-events: auto;
}

body.date-picker-open {
  overflow: hidden;
}

.date-picker-popover--mobile-sheet {
  position: fixed !important;
  z-index: 10050 !important;
  display: block;
  overflow-x: clip;
  overflow-y: auto;
  width: auto !important;
  height: auto;
  padding: 16px;
  margin: 0;
  box-shadow: 0 24px 48px rgba(23, 35, 31, 0.28);
  background: var(--booking-popover-bg);
  border: 1px solid var(--taupe);
  -webkit-overflow-scrolling: touch;
}

.date-picker-popover--mobile-sheet .date-picker-header {
  grid-template-columns: 44px 1fr 44px;
  margin-bottom: 12px;
}

.date-picker-popover--mobile-sheet .date-nav {
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
}

.date-picker-popover--mobile-sheet .date-picker-header strong {
  font-size: clamp(1.05rem, 4.5vw, 1.25rem);
}

.date-picker-popover--mobile-sheet .date-grid {
  display: grid;
  gap: 8px;
}

.date-picker-popover--mobile-sheet .date-weekdays span {
  min-height: 32px;
  font-size: 0.82rem;
}

.date-picker-popover--mobile-sheet .date-month-days {
  --date-cell-size: calc((100vw - 96px) / 7);
  width: 100%;
  grid-auto-rows: var(--date-cell-size);
}

.date-picker-popover--mobile-sheet .date-day {
  aspect-ratio: auto;
  height: 100%;
  min-height: 0;
  font-size: clamp(1rem, 3.8vw, 1.2rem);
}

body.iti-mobile .iti--container {
  top: max(16px, env(safe-area-inset-top, 0px)) !important;
  right: 16px !important;
  bottom: max(16px, env(safe-area-inset-bottom, 0px)) !important;
  left: 16px !important;
  position: fixed !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--taupe);
  box-shadow: 0 24px 48px rgba(23, 35, 31, 0.28);
  background: var(--paper) !important;
}

body.iti-mobile .iti--container .iti__country-list {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-height: none !important;
  height: auto !important;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  background: var(--paper) !important;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}

body.iti-mobile .iti--container .phone-country-search {
  flex-shrink: 0;
  background: var(--paper) !important;
  border-bottom: 1px solid var(--line);
}

body.iti-mobile .iti--container .phone-country-search input {
  background: var(--paper) !important;
}

body.iti-mobile .iti--container .iti__country {
  background: var(--paper) !important;
  border-bottom: 1px solid var(--line);
}

body.iti-mobile .iti--container .iti__country.iti__highlight,
body.iti-mobile .iti--container .iti__country:hover {
  background: var(--taupe-3) !important;
}

body.iti-mobile .iti--container .iti__divider {
  background: var(--paper) !important;
  border-bottom: 1px solid var(--line);
}

body.iti-mobile .iti--container .phone-country-empty {
  background: var(--paper) !important;
}

.iti__country-list.iti__hide {
  display: none;
}

.iti__country-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.phone-country-search {
  position: sticky;
  z-index: 1;
  top: 0;
  display: block;
  padding: 8px;
  background: var(--booking-popover-bg) !important;
  background-color: var(--booking-popover-bg) !important;
  border-bottom: 1px solid var(--line);
}

.phone-country-search input {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0;
  background: var(--booking-popover-bg) !important;
  background-color: var(--booking-popover-bg) !important;
  color: var(--ink);
  outline: 0;
  font: inherit;
  font-size: var(--type--1);
  appearance: none;
}

.phone-country-search input::placeholder {
  color: rgba(104, 114, 109, 0.62);
}

.phone-country-search input:focus {
  border-color: var(--taupe);
  outline: 2px solid rgba(171, 150, 124, 0.72);
  outline-offset: 2px;
}

.phone-country-search input::-webkit-search-decoration,
.phone-country-search input::-webkit-search-cancel-button {
  display: none;
}

.phone-country-empty {
  padding: 14px 16px;
  color: var(--muted);
  font-size: var(--type--1);
}

.iti__country {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  line-height: 1.4;
  color: var(--ink);
  background: var(--booking-popover-bg) !important;
  background-color: var(--booking-popover-bg) !important;
}

body.iti-mobile .iti__country {
  padding: 12px 14px;
  line-height: 1.5;
  white-space: normal;
}

.iti__country:hover {
  background: var(--taupe-3);
}

.iti__country.iti__highlight {
  background: var(--taupe-3);
}

.iti__dial-code {
  color: var(--clay);
}

.booking-card textarea {
  min-height: 112px;
  line-height: 1.5;
  background: transparent;
  border-bottom: 1px solid var(--booking-line-default);
  resize: vertical;
}

.guest-select {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.guest-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.guest-select-trigger[aria-expanded="true"] {
  border-bottom-color: var(--booking-line-active);
  background: transparent;
}

.guest-select-caret {
  transition: transform 180ms ease;
}

.guest-select-trigger[aria-expanded="true"] .guest-select-caret {
  transform: rotate(180deg);
}

.guest-select-menu {
  position: absolute;
  z-index: 1002 !important;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 230px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid var(--taupe);
  background: var(--booking-popover-bg) !important;
  background-color: var(--booking-popover-bg) !important;
  box-shadow: 0 18px 34px rgba(23, 35, 31, 0.16);
  opacity: 1 !important;
}

.guest-select-menu button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  background: var(--booking-popover-bg) !important;
  background-color: var(--booking-popover-bg) !important;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.guest-select-menu button:hover,
.guest-select-menu button[aria-selected="true"] {
  background: var(--taupe-3);
  color: var(--pine);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.date-range-field {
  position: relative;
  min-width: 0;
}

.booking-control-open,
.guest-select.is-open,
.date-range-field.is-open,
.booking-phone-field:has(.iti__country-list:not(.iti__hide)),
.booking-guest-field:has(.guest-select-trigger[aria-expanded="true"]),
.booking-card label:has(.iti__country-list:not(.iti__hide)),
.booking-card label:has(.guest-select-trigger[aria-expanded="true"]),
.date-range-field:has(.date-picker-popover:not([hidden])) {
  z-index: 1001;
}

.date-range-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 34px);
}

.date-range-control {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 62px;
  min-width: 0;
  padding-top: 14px;
  cursor: pointer;
}

.date-range-control > span {
  color: var(--clay);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.date-display {
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.date-display strong {
  color: var(--ink);
  font-weight: 400;
}

.date-display.active {
  border-bottom-color: var(--booking-line-active);
  background: transparent;
}

.date-picker-popover {
  position: absolute;
  z-index: var(--booking-popover-z);
  top: calc(100% + 10px);
  left: 0;
  width: min(424px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  padding: 16px;
  overflow-x: clip;
  background: var(--booking-popover-bg);
  border: 1px solid var(--taupe);
  box-shadow: 0 18px 34px rgba(23, 35, 31, 0.16);
}

.date-picker-header {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.date-picker-header strong {
  color: var(--pine);
  font-family: "TT Ramillas", Georgia, serif;
  font-size: var(--type-1);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-align: center;
}

.date-nav {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--pine);
  cursor: pointer;
  font-size: var(--type-2);
  line-height: 1;
}

.date-grid {
  display: grid;
  gap: 0;
}

.date-month-panel {
  display: grid;
  gap: 0;
  min-width: 0;
}

.date-month-title {
  color: var(--pine);
  font-family: "TT Ramillas", Georgia, serif;
  font-size: var(--type-1);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-align: center;
}

.date-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  color: var(--clay);
  font-size: var(--type--1);
  text-align: center;
}

.date-weekdays span {
  display: grid;
  min-height: 34px;
  place-items: center;
}

.date-month-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 0;
  background: transparent;
  border-right: 1px solid var(--taupe-3);
  border-bottom: 1px solid var(--taupe-3);
}

.date-day {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  min-width: 0;
  min-height: 0;
  place-content: center;
  place-items: center;
  gap: 0.1rem;
  border: 0;
  border-top: 1px solid var(--taupe-3);
  border-left: 1px solid var(--taupe-3);
  margin: 0;
  background: var(--booking-popover-bg);
  color: var(--ink);
  cursor: pointer;
  outline: 0;
  font-size: clamp(0.78rem, 2.6vw, var(--type-0));
  font-weight: 400;
  line-height: 1.1;
  padding: 0.15rem;
}

.date-day-number {
  display: block;
}

.date-day-rate {
  display: block;
  font-size: 0.62em;
  letter-spacing: 0.01em;
  color: rgba(104, 114, 109, 0.88);
  white-space: nowrap;
}

.date-day.muted .date-day-rate,
.date-day.disabled .date-day-rate,
.date-day.unavailable .date-day-rate {
  color: inherit;
  opacity: 0.8;
}

.date-day.selected .date-day-rate {
  color: inherit;
}

.date-day:hover {
  background: #fff;
}

.date-day.muted {
  color: rgba(104, 114, 109, 0.45);
  background: rgba(255, 250, 242, 0.46);
}

.date-day.disabled {
  color: rgba(104, 114, 109, 0.3);
  cursor: not-allowed;
}

.date-day.unavailable {
  color: rgba(161, 65, 48, 0.5);
  background: rgba(161, 65, 48, 0.08);
  text-decoration: line-through;
}

.date-day.in-range {
  background: rgba(171, 150, 124, 0.18);
}

.date-day.preview-end {
  background: rgba(171, 150, 124, 0.18);
}

.date-day.selected {
  background: var(--taupe);
  color: var(--pine);
}

.booking-card.is-success {
  min-height: 420px;
  align-content: center;
}

.booking-success {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px 12px;
  text-align: center;
}

.booking-success-illustration {
  width: 132px;
  height: 132px;
  color: var(--pine);
  font-size: 132px;
  line-height: 1;
}

.booking-success h3 {
  margin: 0;
  color: var(--pine);
  font-family: "TT Ramillas", Georgia, serif;
  font-size: var(--type-4);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1;
}

.booking-success p {
  max-width: 420px;
  margin: 0;
  color: var(--muted-green) !important;
}

.booking-message {
  min-height: 24px;
  margin: 0;
  color: var(--muted) !important;
  font-size: var(--type--1);
}

.booking-message[data-state="success"] {
  color: #3d6a4c !important;
}

.booking-message[data-state="error"] {
  color: #9b3d32 !important;
}

.booking-card button[disabled] {
  cursor: progress;
  opacity: 0.72;
}

.hero h1,
.section h2,
.booking-section h2,
.intro-strip h2,
.stat-board strong,
.gallery-card strong,
.amenity-grid h3,
.poi-card strong,
.reviews p,
.faq-item summary span,
.local-guide-grid h3,
.date-picker-header strong,
.date-month-title,
.booking-success h3 {
  font-family: "TT Ramillas ExtraLight", "TT Ramillas", Georgia, serif;
  font-weight: 200;
}

.site-footer {
  justify-content: space-between;
  min-height: 66px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: var(--pine-2);
  color: var(--paper);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: rgba(255, 250, 242, 0.78);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: var(--type--1);
}

.footer-logo {
  width: clamp(134px, 12vw, 174px);
}

.room-visual {
  position: relative;
  display: block;
  width: min(74%, 540px);
  aspect-ratio: 1.15;
  background: linear-gradient(150deg, #e8ded0, #fff8ec);
  border: 1px solid rgba(35, 48, 43, 0.16);
  overflow: hidden;
}

.room-visual.small {
  width: 100%;
  max-width: none;
  aspect-ratio: 1.2;
  border-color: rgba(35, 48, 43, 0.1);
}

.room-visual.bedroom::before,
.room-visual.living::before,
.room-visual.kitchen::before,
.room-visual.bathroom::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 38%;
  background: #d8dfd2;
}

.bed {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 16%;
  height: 34%;
  background: var(--taupe);
}

.pillow {
  position: absolute;
  z-index: 1;
  top: 42%;
  width: 22%;
  height: 14%;
  background: var(--paper);
}

.pillow.one {
  left: 26%;
}

.pillow.two {
  right: 26%;
}

.lamp,
.plant {
  position: absolute;
  bottom: 16%;
  width: 7%;
  height: 36%;
  background: var(--clay);
}

.lamp {
  left: 6%;
}

.plant {
  right: 6%;
  background: var(--pine);
}

.room-visual.living::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 20%;
  height: 30%;
  background: var(--pine);
}

.room-visual.kitchen::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 18%;
  height: 28%;
  background: var(--paper);
  border-top: 14px solid var(--clay);
}

.room-visual.bathroom::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 22%;
  width: 32%;
  height: 48%;
  border: 10px solid var(--pine);
  border-bottom: 0;
}

@media (max-width: 980px) {
  .site-header {
    padding-inline: 24px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
  }

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

  .site-nav.page-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    padding: 14px 24px;
  }

  .site-nav.page-nav a {
    padding: 8px;
  }

  .site-nav .language-menu {
    padding: 0;
    width: 100%;
  }

  .site-nav:not(.page-nav) .language-menu summary {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 24px;
    border: 0;
    background: transparent;
    border-radius: 0;
    color: var(--text-warm);
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
  }

  .site-nav:not(.page-nav) .language-menu div {
    position: static;
    margin-top: 8px;
    box-shadow: none;
  }

  .nav-toggle {
    display: block;
  }

  .hero,
  .stay-grid,
  .location-layout,
  .guide-booking-section,
  .booking-section,
  .section-heading,
  .booking-field-grid,
  .date-range-inputs {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-copy,
  .section-heading,
  .stay-copy,
  .booking-section > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .date-picker-popover:not(.date-picker-popover--mobile-sheet) {
    width: auto;
    max-width: 100%;
    padding: 10px;
    transform: none;
  }

  .booking-card:has(.date-range-field.is-open):not(:has(.date-picker-popover--mobile-sheet)) {
    overflow-x: clip;
  }

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

  .hero-panel {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 540px;
    margin-top: 68px;
  }

  .hero-panel::before {
    background:
      linear-gradient(180deg, var(--linen) 0%, rgba(251, 248, 244, 0.38) 24%, rgba(251, 248, 244, 0) 58%),
      linear-gradient(90deg, rgba(251, 248, 244, 0.16), rgba(251, 248, 244, 0));
  }

  .hero-image,
  .hero-image img {
    min-height: 540px;
  }

  .intro-strip,
  .amenity-grid,
  .reviews,
  .faq-section,
  .local-guide-grid {
    grid-template-columns: 1fr;
  }

  .location-layout .distance-list {
    order: -1;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(170px, 34vw);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .location-layout .poi-card {
    height: 100%;
    padding: 18px;
    scroll-snap-align: start;
  }

  .location-layout .poi-card small {
    display: none;
  }

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

  .gallery-feature {
    position: static;
    min-height: 0;
  }

  .gallery-feature img {
    height: auto;
    aspect-ratio: 1.2;
  }

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

  .gallery-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --type-4: 2.074rem;
    --type-5: 2.488rem;
    --type-6: 2.441rem;
    --type-7: 3.052rem;
  }

  .nav-toggle {
    flex: 0 0 auto;
  }

  .footer-logo {
    width: 147px;
  }

  .hero {
    padding: 56px 0 0;
  }

  .hero h1 {
    max-width: 100%;
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1.12rem;
    line-height: 1.48;
  }

  .section,
  .booking-section {
    padding-inline: 23px;
  }

  .section h2,
  .booking-section h2 {
    max-width: 100%;
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    height: fit-content;
  }

  .section-heading,
  .stay-copy,
  .booking-section > div,
  .intro-strip article > * {
    max-width: 344px;
  }

  .section-heading > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-panel {
    min-height: 500px;
    padding: 0;
  }

  .gallery,
  .gallery-thumbs,
  .stat-board {
    grid-template-columns: 1fr;
  }

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

  .map-status {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 10px;
    padding: 10px;
  }

  .map-directions-link {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 0.68rem;
  }

  .location-layout .distance-list {
    grid-auto-columns: minmax(148px, 46vw);
  }

  .location-layout .poi-card {
    padding: 15px;
  }

  .site-footer {
    align-items: flex-start;
  }
}

/* Motion (GSAP + Lenis) */
html.js-motion:not(.motion-ready) [data-header],
html.js-motion:not(.motion-ready) .hero h1,
html.js-motion:not(.motion-ready) .hero .eyebrow,
html.js-motion:not(.motion-ready) .hero-text,
html.js-motion:not(.motion-ready) .hero-actions,
html.js-motion:not(.motion-ready) .hero-image {
  visibility: hidden;
}

html.js-motion .reveal-char {
  display: inline-block;
  will-change: transform, filter, opacity;
}

html.js-motion .reveal-word {
  display: inline-block;
  white-space: nowrap;
}

html.js-motion .reveal-text {
  display: block;
}

html.js-motion .reveal-media {
  overflow: clip;
  will-change: transform, opacity;
}

html.js-motion .reveal-block {
  will-change: transform, filter, opacity;
}

html.js-motion .reveal-grid-panel {
  will-change: background-color, border-color;
}

html.js-motion .reveal-grid-panel > * {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  html.js-motion .reveal-char,
  html.js-motion .reveal-block,
  html.js-motion .reveal-media,
  html.js-motion .reveal-grid-panel,
  html.js-motion .reveal-grid-panel > * {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    background-color: inherit !important;
    border-color: inherit !important;
  }
}
